MSGreg
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2012
07:58 AM
Setting Minimum Firmware Version
How do I determine what to set the "Minimum Firmware Version" for a channel I develop?
I use roScreen component and I test on a Roku 2 XS.
I guess that because I use roScreen, I would need to set the minimum firmware version to at least v3.0 b2059. Is that right?
Second question: how do I determine if my channel is affected by any bugs in that build?
I use roScreen component and I test on a Roku 2 XS.
I guess that because I use roScreen, I would need to set the minimum firmware version to at least v3.0 b2059. Is that right?
Second question: how do I determine if my channel is affected by any bugs in that build?
1 REPLY 1

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2012
11:25 AM
Re: Setting Minimum Firmware Version
That is right, but since almost no devices are on older firmware, it is fine to just leave it at the default 2.x.
You determine if there are bugs by testing your channel on that hardware. You can still get them from various online places, Amazon for example, or for sale on eBay. If you submit a channel that has not been tested on that hardware and we find a bug we'll tell you. Most common issue I see with 3.x hardware is the grid screen bleeding through onto your video playback, which can be avoided by caching your data in an array, destroying your grid before showing a Springboard and playing video, and recreating the grid from the array when you return from the springboard that launched the video.
- Joel
You determine if there are bugs by testing your channel on that hardware. You can still get them from various online places, Amazon for example, or for sale on eBay. If you submit a channel that has not been tested on that hardware and we find a bug we'll tell you. Most common issue I see with 3.x hardware is the grid screen bleeding through onto your video playback, which can be avoided by caching your data in an array, destroying your grid before showing a Springboard and playing video, and recreating the grid from the array when you return from the springboard that launched the video.
- Joel