![squirreltown squirreltown](http://www.peterhammond.com/roku/url/san.jpg)
squirreltown
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2015
04:39 PM
model #'s
Dear Roku,
Its really not fair we need to rely on theEndless to answer questions like this. I should be able to look this up and he should be able to spend his time answering important things.
Thank You,
squirreltown
That being said, what exactly will ifdeviceInfo.Getmodel return for these models - the HDMI stick and the TV(s)?
most of the non-legacy models seem to have "X" at the end, not sure about these. Don't own these so have to ask.
Thanks
Its really not fair we need to rely on theEndless to answer questions like this. I should be able to look this up and he should be able to spend his time answering important things.
Thank You,
squirreltown
That being said, what exactly will ifdeviceInfo.Getmodel return for these models - the HDMI stick and the TV(s)?
most of the non-legacy models seem to have "X" at the end, not sure about these. Don't own these so have to ask.
Thanks
Kinetics Screensavers
27 REPLIES 27
![Komag Komag](https://i.imgur.com/kaEvhbH.jpg)
Komag
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2015
05:05 PM
Re: model #'s
If you check out Amazon items, you get a feel for various models out there. I believe the stick is 3500.
Also this wiki page for lots of info including model #s:
http://en.wikipedia.org/wiki/Roku
Also this wiki page for lots of info including model #s:
http://en.wikipedia.org/wiki/Roku
![RokuShawnS RokuShawnS](http://wwwimg.roku.com/static/imageresources/purple_logo.png)
RokuShawnS
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2015
05:10 PM
Re: model #'s
The letter definitions at the end of model numbers were posted on the General forums a while back:
R means retail
X means online
EU mean Europe (UK, Ireland)
Thus, they can be generally ignored.
C. Shawn Smith
R means retail
X means online
EU mean Europe (UK, Ireland)
Thus, they can be generally ignored.
C. Shawn Smith
C. Shawn Smith
Community Liaison
------------
The Cosmos is all that is, and all that was, and ever will be. -- Carl Sagan
Community Liaison
------------
The Cosmos is all that is, and all that was, and ever will be. -- Carl Sagan
![squirreltown squirreltown](http://www.peterhammond.com/roku/url/san.jpg)
squirreltown
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2015
05:13 PM
Re: model #'s
Thanks Komag, but those pages are precisely why I'm asking what the roku itself outputs. For instance I have a roku3 (4200) and an original 2XS (3100)
the devinfo out put for those devices is 4200X and 3100X respectively. I need to know exactly because I have an app that needs to do different things based on the different boxes.
More RAM, openGL, etc.
the devinfo out put for those devices is 4200X and 3100X respectively. I need to know exactly because I have an app that needs to do different things based on the different boxes.
More RAM, openGL, etc.
Kinetics Screensavers
![Komag Komag](https://i.imgur.com/kaEvhbH.jpg)
Komag
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2015
05:14 PM
Re: model #'s
So I just recently ordered a refurbished Roku 1 2710XB
I assume the B means "refurBished"?
I recently was dealing with that as well, and took EnTerr's advice and implemented a little performance test:
viewtopic.php?f=34&t=77087
Here is my version:
I assume the B means "refurBished"?
I recently was dealing with that as well, and took EnTerr's advice and implemented a little performance test:
viewtopic.php?f=34&t=77087
Here is my version:
FUNCTION setGS() ' trig by Main(1) near top
'gS = 2 ' Base "Game Speed" for slow Rokus
timer = createObject("roTimespan") ' For measuring performance
FOR _ = 1 TO 1e5: END FOR ' Speed test code from EnTerr
IF timer.TotalMilliseconds() < 30 THEN gS = 1 ELSE gS = 2 ' Roku 2 XS 3100X: 19-21ms. Roku HD N1100: 39-43ms
' Sometimes I get something higher though, such as Roku 2 XS getting 45 or Roku HD getting 73, dunno why
' So it's not always perfectly reliable
di = CreateObject("roDeviceInfo")
rModel = di.GetModel()
? rModel " is the model, Game Speed (gS) set to " gS " as timer is " timer.TotalMilliseconds()
RETURN gS
END FUNCTION
![squirreltown squirreltown](http://www.peterhammond.com/roku/url/san.jpg)
squirreltown
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2015
05:15 PM
Re: model #'s
"RokuShawnS" wrote:
The letter definitions at the end of model numbers were posted on the General forums a while back:
R means retail
X means online
EU mean Europe (UK, Ireland)
Thus, they can be generally ignored.
C. Shawn Smith
Are you saying that when I do
if devinfo.GetModel() = "4200X"
and it returns TRUE
the X is being ignored?
Kinetics Screensavers
![RokuShawnS RokuShawnS](http://wwwimg.roku.com/static/imageresources/purple_logo.png)
RokuShawnS
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2015
05:20 PM
Re: model #'s
"squirreltown" wrote:"RokuShawnS" wrote:
The letter definitions at the end of model numbers were posted on the General forums a while back:
R means retail
X means online
EU mean Europe (UK, Ireland)
Thus, they can be generally ignored.
C. Shawn Smith
Are you saying that when I do
if devinfo.GetModel() = "4200X"
and it returns TRUE
the X is being ignored?
(*Edit* Sorry, wording this wrong ... I think you are correct, but it's been a long time since I asked about this previously, and don't fully recall the conversation. Joel, Mark, or someone else will have to chime in to ensure I'm accurate)
"Komag" wrote:
So I just recently ordered a refurbished Roku 1 2710XB
I assume the B means "refurBished"?
Er, possibly. I'd have to check into that though, as this is the first I'm hearing of XB.
C. Shawn Smith
C. Shawn Smith
Community Liaison
------------
The Cosmos is all that is, and all that was, and ever will be. -- Carl Sagan
Community Liaison
------------
The Cosmos is all that is, and all that was, and ever will be. -- Carl Sagan
![Komag Komag](https://i.imgur.com/kaEvhbH.jpg)
Komag
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2015
05:21 PM
Re: model #'s
Maybe it's just something Amazon came up with:
http://www.amazon.com/gp/product/B00J7Y ... UTF8&psc=1
http://www.amazon.com/gp/product/B00J7Y ... UTF8&psc=1
DaBronx
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2015
06:04 PM
Re: model #'s
The "B" seems to indicate a refurbished unit with other model numbers too, 3100XB googled shows refurbed R2 XS units, 2710XB shows refurbed R1 units, 3500XB shows refurbished sticks.
brett
brett
55" Insignia-Roku 4K TV, 40" Hisense Roku TV, Roku2 XS #13A164000326, R3 #1GJ36A038993, R4 wired to Netgear WND 3700 router, 300 mb TWC broadband (Subscriber- 2019 MLB.TV Premium, 2018-19 NHL.TV, Hulu+, Netflix, Amazon Prime)
![squirreltown squirreltown](http://www.peterhammond.com/roku/url/san.jpg)
squirreltown
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2015
06:34 PM
Re: model #'s
While waiting for someone who knows, I searched the forum and found one reference to 3500X (HDMI stick) and a dialog between theEndless & RokuJoel & EnTerr that seemed to end with the position that all TV's will (now) return 5000X.
would be really helpful to confirm this.
thank you.
would be really helpful to confirm this.
thank you.
Kinetics Screensavers