“黑域”的版本间的差异
跳到导航
跳到搜索
docker>Evan |
小 (导入1个版本) |
(没有差异)
|
2019年10月14日 (一) 13:55的版本
start
root@evankalilatop:~# adb devices List of devices attached FCAXB704U342GZV device root@evankalilatop:~# adb -d shell sh /data/data/me.piebridge.brevent/brevent.sh WARNING: brevent on Android 5.X - 6.0 is experimental!!! checking for server...started, pid: 9674 checking for stable..success if you find any issues, please report bug to https://github.com/brevent/Brevent/issues with log for crash log: logcat -b crash -d for brevent log: logcat -b main -d -s BreventLoader BreventServer
trouble shooting
1. use root no sudo evan@evankalilatop:~$ sudo adb devices List of devices attached * daemon not running. starting it now on port 5037 * free(): invalid next size (fast) ADB server didn't ACK * failed to start daemon * error: cannot connect to daemon root@evankalilatop:~# adb devices List of devices attached * daemon not running. starting it now on port 5037 * * daemon started successfully * 2.自己打错了命令 哈哈 root@evankalilatop:~# adb -d shell sh /data/data/me.piebridge.vrevent/brevent.sh sh: /data/data/me.piebridge.vrevent/brevent.sh: No such file or directory