I am working on adb with 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 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?