Guest MorphFx Posted January 21, 2006 Report Posted January 21, 2006 Is there an easy call to get user phone number or read it from the registry? USing c# compact opennet etc. All want to do is hard code a number in my program so it will only work on a unique device it has been programmed for. Thanks
Guest Tech Posted January 21, 2006 Report Posted January 21, 2006 that would be bad design - a user may wish to use a different sim card which means a different number! I would suggest you obtain the IMEI number or simcard number I would also suggest you look at the WM5 sdk as im sure there are a few functions there that will satisfy your request ;)
Guest lspatricio Posted January 24, 2006 Report Posted January 24, 2006 Is there an easy call to get user phone number or read it from the registry? USing c# compact opennet etc. All want to do is hard code a number in my program so it will only work on a unique device it has been programmed for. Thanks <{POST_SNAPBACK}> yes, IMHO, tech is right. if you plan to program for a specific device to use, get the device ID of the phone instead of the SIM. you can visit this link and check if this could be of any help to you. cheers! ;)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now