tiann / eadb

eBPF Android Debug Bridge
Apache License 2.0
465 stars 60 forks source link

eadb shell error chroot: exec /bin/bash #19

Closed Damnlittledevil closed 1 year ago

Damnlittledevil commented 1 year ago

phone : Redmi Note 12 Turbo kernel version : 5.10

./eadb --ssh root@ip prepare -a debianfs-arm64-full.tar.gz image

./eadb --ssh root@ip shell image

Damnlittledevil commented 1 year ago

已解决,原因是prepare -a debianfs-arm64-full.tar.gz 进度条没有到100% 就往下继续执行了,多执行几次当执行到最后变成这样才算成功 image 再进行shell就解决了。