
wpinkman
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2014
10:47 AM
ifChannelStore.GetPartialUserData question
The online docs for http://sdkdocs.roku.com/pages/viewpage.action?pageId=3114061#ifChannelStoreSincev43-GetPartialUserDa... ifChannelStore.GetPartialUserData say "Since Firmware version 5.1"
Most of the modern devices I see have a version string that looks something like this:
045.03E04016A
Which I take to mean "5.03". Questions:
1. do a I need a conditional in my code checked against the version to prevent calling a method that is not supported?
2. what am I missing on the version number extraction and/or is the documentation wrong. as it stands it doesn't look like any of the devices I see are 5.1, but that doesn't seem correct.
Most of the modern devices I see have a version string that looks something like this:
045.03E04016A
Which I take to mean "5.03". Questions:
1. do a I need a conditional in my code checked against the version to prevent calling a method that is not supported?
2. what am I missing on the version number extraction and/or is the documentation wrong. as it stands it doesn't look like any of the devices I see are 5.1, but that doesn't seem correct.
--andy (channel: Rokagram)
2 REPLIES 2

TheEndless
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2014
10:55 AM
Re: ifChannelStore.GetPartialUserData question
That is version 5.3. See this thread for more details on parsing the firmware version: viewtopic.php?f=34&t=33697
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)

wpinkman
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2014
11:16 AM
Re: ifChannelStore.GetPartialUserData question
Thanks for the quick reply. Much appreciated
--andy (channel: Rokagram)