hi Le, thanks for ur reply, i used the method to find os version, UInt32 romVersion; miscErr = FtrGet(sysFtrCreator, sysFtrNumROMVersion, &romVersion ); if i print the romVersion it doesn't show the result, similarly memory details, but deviceid, companyid shows exact result,
Le i am having one more doubt, can i show the company name(like palm inc), device name(like treo 680) instead of deviceid(D053), companyid(hspr). Thanks with, karthik > From: [EMAIL PROTECTED] > To: [email protected] > Subject: re: how to find OS name, version, devicename? > Date: Thu, 10 Apr 2008 07:21:43 -0700 > > karthik wrote: > > > if i install my application into some mobile devices, and if i > > click a button, it should open a form, and it shows the > > corresponding device name, OS name, and OS version, memory > > used etc, is there any api for that please find for me, > > i searched palm os reference manual but i cant find it please help > > for me. > > OS FtrGet( sysFtrCreator, sysFtrNumROMVersion, &romVersion ); > Memory MemHeapFreeBytes( 0, &gFreeHeap, &feature ); > Device FtrGet( sysFtrCreator, sysFtrNumOEMDeviceID, &feature ); > > See also http://www.mobilegeographics.com/dev/devices.php > > > Luc Le Blanc > > -- > For information on using the ACCESS Developer Forums, or to unsubscribe, > please see http://www.access-company.com/developers/forums/ _________________________________________________________________ Education: Are exams worrying you all the day long? Write to MSN education experts for help. http://education.in.msn.com/ -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
