I want to change device's serial number. I have researched and finding some places that android stores prop file:
/default.prop
/system/build.prop
/system/default.prop
/vendor/build.prop
/data/local.prop
/factory/factory.prop
On my device, there are just 2 places for storing prop file:
/default.prop
/system/build.prop
But I view those two files and don't see serial number storing here. I also see that serial number is storing at: /data/property/
. But as I researched, this directory is just a memory mapping. So I have tried modify and reset device, all values come back to normal value.
Please tell me where android store imei/serial number ...
Thanks
BUILD.SERIAL
orro.serialno
ril.serialnumber
sys.serialnumber
... so it returns my original serial number. Which API do you use to get above value? About IMEI, it's more important in my case. Can you give some detail about changing those or teach me your method to find out those things. thanks :D – hqt Feb 05 '17 at 08:17setprop
as well as by adding it to one of the*.prop
files without success. The only way it worked for me is what I described in my answer. And sorry, I cannot give any advice towards IMEI, never played with that (no need). – Izzy Feb 05 '17 at 11:26