radiocolin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2013
08:10 AM
private channel installs on 2, will only sideload on 1
A few months ago I made a private channel for my Roku to listen to a radio station I like that eschews Tune In. I just modified the AudioApp.brs example project to use their stream.
I added it to the store as a private channel and have been using it on my Roku 2.
I want to install it on my parents' Roku 1. I go to the owner page, log in to their account, and add the channel with the code. The website says it will be installed, but it never is. It doesn't appear when I enter/exit the store, when I do system > player info and check for updates, or if I just wait 24 hours.
My thought was that maybe there was something in that script that only worked on the Roku 2, but I was able to sideload it to my parents Roku in developer mode and it runs just fine. Obviously I could just leave it like this, but I'd rather add it through the store, since you can't move a sideloaded channel in your lineup.
The "Roku 2" requirement is not checked in the package info, and the minimum firmware is set to 3.1 b104, after a suggestion in the main forum. Previously it was set to the lowest selectable firmware.
The private channel is nj1015 if you want to try it for yourself.
I added it to the store as a private channel and have been using it on my Roku 2.
I want to install it on my parents' Roku 1. I go to the owner page, log in to their account, and add the channel with the code. The website says it will be installed, but it never is. It doesn't appear when I enter/exit the store, when I do system > player info and check for updates, or if I just wait 24 hours.
My thought was that maybe there was something in that script that only worked on the Roku 2, but I was able to sideload it to my parents Roku in developer mode and it runs just fine. Obviously I could just leave it like this, but I'd rather add it through the store, since you can't move a sideloaded channel in your lineup.
The "Roku 2" requirement is not checked in the package info, and the minimum firmware is set to 3.1 b104, after a suggestion in the main forum. Previously it was set to the lowest selectable firmware.
The private channel is nj1015 if you want to try it for yourself.
6 REPLIES 6

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2013
02:56 PM
Re: private channel installs on 2, will only sideload on 1
One of several things could be going on here:
* you might not have zipped the channel properly.
* you might have left-over junk like thumbs.db .DS_Store, _MACOSX in your zip file, remove before zipping and packaging
* Make sure there is a carriage return at the end of your manifest
* you might have accidentally clicked the "convert to cramfs" button, never do that.
Does the channel show up in My Channels on the Roku1? if so, click "go to channel". If you get a memory error, one of the above issues is likely to be the cause.
- Joel
* you might not have zipped the channel properly.
* you might have left-over junk like thumbs.db .DS_Store, _MACOSX in your zip file, remove before zipping and packaging
* Make sure there is a carriage return at the end of your manifest
* you might have accidentally clicked the "convert to cramfs" button, never do that.
Does the channel show up in My Channels on the Roku1? if so, click "go to channel". If you get a memory error, one of the above issues is likely to be the cause.
- Joel
radiocolin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2013
06:35 PM
Re: private channel installs on 2, will only sideload on 1
It doesn't show up in my channels. It doesn't show up at all. It doesn't even say its installing when exiting the store. It works just fine on my Roku 2.

TheEndless
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2013
07:10 PM
Re: private channel installs on 2, will only sideload on 1
May be a silly question, but are you positive you're logged into the same Roku account as the box when you go to install it via the website?
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)
radiocolin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2013
07:42 PM
Re: private channel installs on 2, will only sideload on 1
"TheEndless" wrote:
May be a silly question, but are you positive you're logged into the same Roku account as the box when you go to install it via the website?
Yup. Because I tested the issue of installing private channels with Nowhere TV.


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2013
07:48 PM
Re: private channel installs on 2, will only sideload on 1
I tried installing your channel on an old XDS and it did not show up on the home screen, but it did show up in the My Channels row in the Channel Store. I tend to agree with Joel that something in your manifest or in the way you packaged the channel may be the culprit.
radiocolin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2013
08:40 PM
Re: private channel installs on 2, will only sideload on 1
"RokuChris" wrote:
I tried installing your channel on an old XDS and it did not show up on the home screen, but it did show up in the My Channels row in the Channel Store. I tend to agree with Joel that something in your manifest or in the way you packaged the channel may be the culprit.
Ohhh, the my channels in the channel store. I always forget that one is there. I do get a memory error. I repackaged it a second time and now it works. No idea what's different. Thanks for the help gents.