I need to get current account balance sim card programatically. Any ideas?
Asked
Active
Viewed 3,890 times
6
-
2I don't think the account balance is actually stored on the sim-card. – theomega May 06 '11 at 10:01
2 Answers
3
There is no API to access that sort of information from the SIM card in Android, sorry. You may wish to contact the mobile carrier for advice.

CommonsWare
- 986,068
- 189
- 2,389
- 2,491
0
Even if there is some technique to get data from sim card , it simply cant word ... because thr is no dedicated field for balance in a sim card ....
bt if some how you cat trace d service provider , den a possible approach can be 2 create a hashmap for main service provider's vs related number for balance inquiry => sms/call to this number => get response .

Shailendra Singh Rajawat
- 8,172
- 3
- 35
- 40