Android Question original imei

DonManfred

Expert
Licensed User
Longtime User
as iknow it's possible to change imei number
as far as i know only a rooted devices.
is there a way to get original imei?
If you edit an textfile and change the content and then save the textfile. Are you later able to get the original content?
The same will happen here with the imei i suppose

You can just use
B4X:
dim p as phone
log(p.GetDeviceId)
but not all phones have an unique id
 
Upvote 0

mohsen nasrabady

Active Member
Licensed User
Longtime User
as far as i know only a rooted devices.

If you edit an textfile and change the content and then save the textfile. Are you later able to get the original content?
The same will happen here with the imei i suppose

You can just use
B4X:
dim p as phone
log(p.GetDeviceId)
but not all phones have an unique id

even all not rooted devices doesn't have a unique id?
i have a download host and i wrote an app to share file
i want a unique id to give a folder to every device on my server
what about mac address?
 
Upvote 0
Top