toddaa
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2013
09:54 AM
Sideloaded Channel Icon
Has anything changed that would prevent my side loaded channels icon from showing up in the channel listing amongst the installed channels? I haven't made any changes in my channels in a while, but I'm working on a new one today and every time I export form Eclipse it runs, but there's no way to relaunch it if I go back to the home screen.
As a side note, and I don't know if this has anything to do with it or not, but I went ahead and published as a private channel. I added it to my account and forced an install. It said it was installing, but its not here.
I'm working with a Roku 3 (4200X) and a Roku LT (2400X).
If anyone can shed any light on this I would really appreciate it.
Thanks!
As a side note, and I don't know if this has anything to do with it or not, but I went ahead and published as a private channel. I added it to my account and forced an install. It said it was installing, but its not here.
I'm working with a Roku 3 (4200X) and a Roku LT (2400X).
If anyone can shed any light on this I would really appreciate it.
Thanks!
5 REPLIES 5

TheEndless
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2013
10:49 AM
Re: Sideloaded Channel Icon
It sounds like it's not successfully compiling. Have you checked the debugger output to see if there is an error? Or, have you tried packaging it manually to see if there's an error?
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
toddaa
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2013
10:56 AM
Re: Sideloaded Channel Icon
I just disabled/enabled developer mode and then uploaded the zip file via the web controls instead of publishing from Eclipse. The channel works and I don't get any errors on the console other than what I expect to be there. I guess I'll attempt to bring up one of the example projects from the SDK and see how that works for me as well.
If you have any other suggestions please let me know.
Thanks!
If you have any other suggestions please let me know.
Thanks!
toddaa
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2013
10:59 AM
Re: Sideloaded Channel Icon
Just tried the simplevideoplayer example zip file straight from the sdk. Seemed to work fine so it must be something in my app. Not sure what, but if I figure it out I'll post back.

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2013
11:08 AM
Re: Sideloaded Channel Icon
Check that you have the lines for mm_icon_side_sd, mm_icon_side_hd mm_icon_focus_sd mm_icon_focus_hd in your manifest file and that they are actually pointing to valid images with the correct extension.
- Joel
- Joel
toddaa
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2013
11:43 AM
Re: Sideloaded Channel Icon
Yep, they are there. I think I found the cause..actually I found two separate issues.
First, my graphics guy produced the HD Focus image with an incorrect size. 366x210 instead of the 336x210 in the specs I gave him.
Second, and I think this was the primary issue, I found that in the manifest there is a checkbox field called "Is hidden." I had this unchecked, but it still seemed to be enabled. I wouldn't have noticed it unless I closed and reopened and saw that it re-checked itself. I had to go into the text mode to get rid of it. There doesn't seem to be a dirty flag being set when unchecking this field so it never got saved before.
Thanks for all the suggestions everyone!
First, my graphics guy produced the HD Focus image with an incorrect size. 366x210 instead of the 336x210 in the specs I gave him.
Second, and I think this was the primary issue, I found that in the manifest there is a checkbox field called "Is hidden." I had this unchecked, but it still seemed to be enabled. I wouldn't have noticed it unless I closed and reopened and saw that it re-checked itself. I had to go into the text mode to get rid of it. There doesn't seem to be a dirty flag being set when unchecking this field so it never got saved before.
Thanks for all the suggestions everyone!