4

I am writing an application which is supposed to work on various mobile devices, and i need to retrieve the device hardware on which it is running.

  • Is it possible, and how ( if it is ) to retrieve the device hardware parameters ?
  • What specifically are you looking for? You can retrieve the OS, total ram in the system and some other things but not much. Please specify. –  Mar 14 '12 at 20:05
  • i need the CPU, amount of RAM, VGA chip, bluetooth chip, gps chip, gsm chip. –  Mar 14 '12 at 20:11
  • 3
    Look at the Capabilities class for some information. Some feature checks, such as Geolocation, have moved into a specific class using the isSupported property. – JeffryHouser Mar 14 '12 at 20:15