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/
