fargoz Member Licensed User Longtime User May 17, 2011 #1 Hello, why GetDeviceID , show the value null ? samsumg galaxy only wifi
Erel B4X founder Staff member Licensed User Longtime User May 18, 2011 #2 The device id is related to the phone functionality. Your device doesn't have such an id. In the next update of phone library it will return an empty string instead of null. You can use the wifi library and get the mac address instead. Upvote 0
The device id is related to the phone functionality. Your device doesn't have such an id. In the next update of phone library it will return an empty string instead of null. You can use the wifi library and get the mac address instead.
imgsimonebiliato Well-Known Member Licensed User Longtime User Jan 20, 2014 #3 Hi, using B4X: Dim pi As PhoneId ed.Text = pi.GetDeviceId the edittext is empty, only with the tablet of samsung galaxy tab. How can I get the IMEI information? Upvote 0
Hi, using B4X: Dim pi As PhoneId ed.Text = pi.GetDeviceId the edittext is empty, only with the tablet of samsung galaxy tab. How can I get the IMEI information?
Erel B4X founder Staff member Licensed User Longtime User Jan 20, 2014 #4 This is a very old thread. Please start a new one instead. Upvote 0