customizing the device fingerprint
I am customizing the device fingerprint. I tried to modify the ro.product.system.model in the system/build.prop file through the program. The contents inside were indeed modified, but when I checked through the settings program, the model inside was not replaced. ,why? It doesn't work after restarting docker.
使用docker run ... --entrypoint "/init ro.boot.serialno=xxx ro.product.brand=OnePlus ro.build.fingerprint=xxxx"
Try docker run ... ro.build.fingerprint=xxxx (should not to override entrypoint directly)
Try
docker run ... ro.build.fingerprint=xxxx(should not to overrideentrypointdirectly)
i try this code in user version,but not work
docker run ... ro.build.fingerprint=xxxx, then run docker exec <container> getprop ro.build.fingerprint; The output shoule be identical.
Please provide detailed logs if not working.