android_triage
android_triage copied to clipboard
Update IMEI and chipname adb commands
Previous commands seemed to not work anymore. I added some new ones coming from these websites :
- https://xdaforums.com/t/s22-imei-via-adb-not-working.4428173/
- https://stackoverflow.com/questions/51726539/get-chip-name-of-the-android-device-using-adb
IMEI and chipname now works on Samsung S8, S20 and Google Pixel 7a.
Also, after doing some searches, i think that the "Android Serial number" and "Device Serial Number" are the same identifiers. The command adb shell getprop ril.serialnumber does not output anything on my phones.