Hello all
I have an issue with changing serial number ( ro.boot.serialno) of my android 11 device which is build by imx8mq mcu. I have checked with fastboot tool but there is no any command as setvar which ı can set serialnumber. There is only getvar command which returns me the serial number. let me show you the message.
gurkan.topkara\Documents\\platform-tools>fastboot getvar serialno
serialno: 1e0c81d6f6c99ecd
Finished. Total time: 0.007s
So, i think fastboot is wrong method since there is no any setvar command. Do you help me to change ro.boot.serialno of my android11 device. It should be changed after build process because we develop about 1000 device and we will give the serial number uniquely for each of them. I think it is written in eFuse of MCU. I have checked but ı could not understand well. If you suggest any method or document, it would be perfect.
Best Regards