budtmo/docker-android

adb root (remote)

オープン

#180 opened on 2019/07/23

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Python (1,745 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (15,739 個のスター)
PR merge metrics
 (平均マージ 2d 16h) (30d で 4 merged PRs)

説明

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

コントリビューターガイド