how to get telephone number of your own Pocketpc

cotralis

Member
Licensed User
Longtime User
Is there an option to read the telephone number of the smartphone on which a basic4ppc program is running.
 

Mr_Gee

Active Member
Licensed User
Longtime User
Probably from owner information

I think this is kept in the registry ...

Yes it is :
HKEY_CURRENT_USER\ControlPanel\Owner

"Owner"=hex: lots of stuff
"E-mail"="[email protected]"
"Telephone"="phone number here"
"Name"="dunno what this is, maybe bluetooth name"

Please note this only works if it is filled in of course :)
 

Cableguy

Expert
Licensed User
Longtime User
The RIL dll may be of service here..
 
Top