 | | From: | Alex | | Subject: | Find Palm Type | | Date: | 14 Jan 2005 04:52:22 -0800 |
|
|
 | Hi Group,
is there a way to code something that would tell me what type of palm the application is currently running on ? Something that would tell me if I am on a Tungsten T3 or T5 or Treo 600 or Treo 650, etc...
Had a look through the Feature Manager and found that i could get sysFtrNumOEM DeviceID... It says "The 4-character ID of the device on which Palm OS is running. There is roughly one device ID per model of device." So where can I find such list ? :)
Thanks in advance
- Alex
|
|
 | | From: | Regis St-Gelais | | Subject: | Re: Find Palm Type | | Date: | Thu, 20 Jan 2005 14:55:37 -0500 |
|
|
 | "Alex" a écrit dans le message de news: 1105707142.738411.65680@f14g2000cwb.googlegroups.com... > Hi Group, > > is there a way to code something that would tell me what type of palm > the application is currently running on ? > Something that would tell me if I am on a Tungsten T3 or T5 or Treo 600 > or Treo 650, etc... >
Have a look at http://www.mobilegeographics.com/dev/devices.php
-- Regis St-Gelais www.laubrass.com
|
|
 | | From: | Tom Link | | Subject: | Re: Find Palm Type | | Date: | Thu, 20 Jan 2005 14:52:05 GMT |
|
|
 | Since this is a hardware issue, you need to find the hardware SDK .h file that applies.
For Sony devices, look in SonyHwrOEMIDs.h.
For Palm devices, look in PalmResources.h.
Tom Link
Alex wrote: > Hi Group, > > is there a way to code something that would tell me what type of palm > the application is currently running on ? > Something that would tell me if I am on a Tungsten T3 or T5 or Treo 600 > or Treo 650, etc... > > Had a look through the Feature Manager and found that i could get > sysFtrNumOEM > DeviceID... It says "The 4-character ID of the device on which Palm OS > is running. There is roughly one device ID per model of device." So > where can I find such list ? :) > > Thanks in advance > > - Alex >
|
|