Sample Header Ad - 728x90

Get IMEI number with ADB command

9 votes
7 answers
51062 views
I am working with ADB on my Samsung Galaxy device. I want to get the IMEI number of the device using ADB, but I have been unable to do that. I tried the following: adb shell dumpsys iphonesubinfo but it returns nothing. I also tried with Service Call Command: adb shell service call iphonesubinfo but it gives me a strange result like this: Result: Parcel( 0x00000000: 00000000 0000000f 00350033 00390038 '........3.5.8.9.' 0x00000010: 00320037 00380030 00350034 00350031 '7.2.0.8.4.5.1.5.' 0x00000020: 00300031 00000033 '1.0.3... ') Can anybody help me out with this?
Asked by yash (163 rep)
Apr 4, 2018, 06:34 AM
Last activity: Nov 12, 2022, 08:21 AM