budtmo / docker-android

Android in docker solution with noVNC supported and video recording
Other
9.7k stars 1.28k forks source link

adb root (remote) #180

Open abwizeline opened 5 years ago

abwizeline commented 5 years ago

I trying to use this guide: ` adb connect 34.68.174.199:5555 adb -e install /SuperSU_v2.79.apk adb root adb remount adb -e push /SuperSU_v2.79_bin/x86/su.pie /system/bin/su

adb -e shell su root cd /system/bin chmod 06755 su

su —install su —daemon& setenforce 0 `

But after reboot - emulator just going to loop logo and never starts

GeekTan commented 5 years ago

I used the method ,supersu installed binary su,and reboot is stop in bootlogo

abwizeline commented 5 years ago

@GeekTan I am getting same behavior