[GH-ISSUE #180] adb root (remote) #128

Open
opened 2026-03-01 15:40:45 +03:00 by kerem · 2 comments
Owner

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

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
Author
Owner

@GeekTan commented on GitHub (Aug 22, 2019):

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

<!-- gh-comment-id:523739516 --> @GeekTan commented on GitHub (Aug 22, 2019): I used the method ,supersu installed binary su,and reboot is stop in bootlogo
Author
Owner

@abwizeline commented on GitHub (Aug 22, 2019):

@GeekTan I am getting same behavior

<!-- gh-comment-id:523760400 --> @abwizeline commented on GitHub (Aug 22, 2019): @GeekTan I am getting same behavior
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-android#128
No description provided.