This open source android project provides a quick panel to display the following information quick; IMEI/MEID, Device Model, Android ID, Wi-Fi MAC, Bluetooth MAC, Android Version, Android Build Version and Screen Density. More features to come soon.
Licensed under the MIT License. For complete licensing information see LICENSE.md in this project.
This is a repository for the Device Info Android app that displays specific info about your Android device
- Android Studio Hedgehog (Gradle 8.2)
- AndroidX/Jetpack
- Android 5.0 (API 21) or above (built against 14/API 34)
- Kotlin 1.9
- ACCESS_COARSE_LOCATION - to read Wi-Fi SSID and BSSID
- ACCESS_FINE_LOCATION - to read Wi-Fi SSID and BSSID
- ACCESS_NETWORK_STATE - to read SIM state
- ACCESS_WIFI_STATE - to read Wi-Fi MAC address
- BLUETOOTH - to read Bluetooth MAC address
- BLUETOOTH_CONNECT - to read Bluetooth Hostname
- READ_GSERVICES - to read Google Services Framework (GSF) ID
- READ_PHONE_STATE - to read IMEI/MEID and voicemail number
- READ_PHONE_NUMBER - to read Phone number
If you find a bug or need a feature, please report it to https://github.com/opt05/deviceid/issues. Please keep in mind that this is a free software with very few volunteers working on it in their free time. You should also check if the fix or feature is already mentioned in the issues list. In many cases a stacktrace from crash is appreciated. If you can't get it via IDE, you can try aLogcat.
Contribution is very welcome! If you want to add a feature or fix a bug yourself, please fork the repository, do your changes and send a pull request
Repo owner
Google Play and the Google Play logo are trademarks of Google LLC.