budtmo / budtmo/docker-android
adb root (remote)
Open
help wanted
- Dominant language
- Python
- Stars
- 15.8k
- Forks
- 1.8k
- Avg merge
- 12h 13m
- Merged PRs (30d)
- 6
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.