remote-android / redroid-doc

redroid (Remote-Android) is a multi-arch, GPU enabled, Android in Cloud solution. Track issues / docs here
4.08k stars 294 forks source link

customizing the device fingerprint #553

Open upcsyq opened 8 months ago

upcsyq commented 8 months ago

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.

xj011011 commented 8 months ago

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

zhouziyang commented 8 months ago

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

upcsyq commented 8 months ago

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

i try this code in user version,but not work

zhouziyang commented 8 months ago

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.