ubuntu使用adb开启黑域
刷了原生后经好友推荐, 黑域对于App的管控效果还是很不错的
adb的安装
此处顺带着就把fastboot也安装了
sudo apt update
sudo apt install android-tools-adb android-tools-fastboot
adb 的使用
adb devices
如果出现以下问题
List of devices | attached |
---|---|
xxxxxxxxx | no permissions |
解决方式很简单
sudo adb kill-server
sudo adb start-server
随后出现
List of devices | attached |
---|---|
xxxxxxxxx | unauthorized |
手机上认证一下就好了
黑域的使用
手机上安装黑域后打开
执行:
adb -d shell sh /data/data/me.piebridge.brevent/brevent.sh
参考
https://www.linuxbabe.com/ubuntu/how-to-install-adb-fastboot-ubuntu-16-04-16-10-14-04
https://brevent.sh