I have a requirement for obtaining the hardware related information on an Android device that runs my application. I need information of the following sort.
- CPU Manufacturer, model and serial number
- SD Card Manufacturer and serial number
- Camera Manufacturer and other related specs
- Bluetooth related hardware information
- WiFi related hardware information
- RAM Vendor / model
- Display vendor and model
Any help on this topic would be highly appreciated.
getResources().getConfiguration()
; – Kwei