I was able to get one imei number through adb shell with command
adb shell service call iphonesubinfo 1
But device has two imei numbers ,
How to get second imei number through adb shell
The output of adb shell service call iphonesubinfo 1 is as below (which is 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 to find second imei......