I am working on Adb with my Samsumng Galaxy Device. I want to Get IMEI number of Device using Adb Command but Unable to do that.
I Tried 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.
Thanks in Advance.