How to find ICCID of SIM in Android device connected to Linux PC using command?
I have connected my Android device with SIM to my Linux PC. I want to know ICCID of SIM in Andorid phone.
I can get the ICCID using getIccSerialNumber()
when used in Android Application. But I don't want to run Android App on a phone. Instead, I want to get the ICCID using my Linux PC only. i.e. Either by using adb
command or running a C program in my PC.
How can I do it?
To call getIccSerialNumber()
do:
adb shell service call iphonesubinfo 11
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With