docker-android icon indicating copy to clipboard operation
docker-android copied to clipboard

adb root (remote)

Open abwizeline opened this issue 6 years ago • 2 comments

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

abwizeline avatar Jul 23 '19 10:07 abwizeline

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

GeekTan avatar Aug 22 '19 04:08 GeekTan

@GeekTan I am getting same behavior

abwizeline avatar Aug 22 '19 05:08 abwizeline