Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
MSGreg
Visitor

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?
0 Kudos
1 REPLY 1
RokuJoel
Binge Watcher

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
0 Kudos