budtmo/docker-android

adb root (remote)

开放

#180 创建于 2019年7月23日

 (2 条评论) (0 个反应) (0 位负责人)Python (1,745 个派生)batch import
help wanted

仓库指标

星标
 (15,739 个星标)
PR 合并指标
 (平均合并 2天 16小时) (30 天内合并 4 个 PR)

描述

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

贡献者指南