get second imei number through adb shell -
i able 1 imei number through adb shell command
adb shell service call iphonesubinfo 1
but device has 2 imei numbers ,
how second imei number through adb shell
the output of adb shell service call iphonesubinfo 1 below (which inbetween quotes)
result: parcel( 0x00000000: 00000000 0000000f 00320031 00340033 '........1.2.3.4.' 0x00000010: 00360035 00380037 00300039 00380039 '5.6.7.8.9.0.9.8.' 0x00000020: 00360037 00000035 '7.6.5... ')
imei=123456789098765
help me find second imei......
Comments
Post a Comment