redroid-doc icon indicating copy to clipboard operation
redroid-doc copied to clipboard

customizing the device fingerprint

Open upcsyq opened this issue 2 years ago • 4 comments

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.

upcsyq avatar Dec 25 '23 08:12 upcsyq

使用docker run ... --entrypoint "/init ro.boot.serialno=xxx ro.product.brand=OnePlus ro.build.fingerprint=xxxx"

xj011011 avatar Dec 25 '23 10:12 xj011011

Try docker run ... ro.build.fingerprint=xxxx (should not to override entrypoint directly)

zhouziyang avatar Dec 25 '23 12:12 zhouziyang

Try docker run ... ro.build.fingerprint=xxxx (should not to override entrypoint directly)

i try this code in user version,but not work

upcsyq avatar Dec 26 '23 02:12 upcsyq

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.

zhouziyang avatar Dec 27 '23 10:12 zhouziyang