How can i get my own cell number?
-
Hi, I have made one application in that I need my own cell number. I got IMSI number but not my cell number. How can I get my cell number. I m using win 5.0 device. My application is developed in eVC++ 4.0.
regards, Divyang Mithaiwala Software Engineer
-
Hi, I have made one application in that I need my own cell number. I got IMSI number but not my cell number. How can I get my cell number. I m using win 5.0 device. My application is developed in eVC++ 4.0.
regards, Divyang Mithaiwala Software Engineer
We found that it wasn't reliable - the SIM actually needed to have it programmed in, which many don't. I believe that when we got to the actual deployment, we ordered a very large batch of SIMs and requested that the corresponding phone number was programmed into the appropriate own-number location. If the SIM does have it, call
SimReadPhonebookEntry
passing theSIM_PBSTORAGE_OWNNUMBERS
location. At least, that's what we're doing. It also might be possible to get it fromlineGetAddressCaps
, but I'm not sure about that.Stability. What an interesting concept. -- Chris Maunder