android_triage icon indicating copy to clipboard operation
android_triage copied to clipboard

Update IMEI and chipname adb commands

Open VionFrancois opened this issue 4 months ago • 0 comments

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.

VionFrancois avatar Oct 01 '25 15:10 VionFrancois