mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 12:15:52 +03:00
[GH-ISSUE #180] adb root (remote) #128
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#128
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @abwizeline on GitHub (Jul 23, 2019).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/180
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 on GitHub (Aug 22, 2019):
I used the method ,supersu installed binary su,and reboot is stop in bootlogo
@abwizeline commented on GitHub (Aug 22, 2019):
@GeekTan I am getting same behavior