Possible Duplicate:
Is there an android shell or adb command that I could use to get a device's IMEI/MEID?
I need to read the same value returned by TelephonyManager.getDevideId() from ADB.EXE command line. Is it possible?
I'll NOT use
adb get-serialno
because it returns the serial number, not he IMEI number.
Thanks.