1 felixlong 2023-12-16 17:53:45 +08:00 ![]() 先用 adb 装一个 FileManager ,再用 adb 给它安装 application 的权限。 adb shell appops set <package name> REQUEST_INSTALL_PACKAGES allow |
![]() | 2 codehz 2023-12-16 18:00:35 +08:00 ![]() 没准可以用浏览器上的 adb (安卓手机可以给另一个安卓手机刷机) https://github.com/yume-chan/ya-webadb/ |
![]() | 3 xctcc OP 我刚刚去试了一下,发现正常的 usb-typec 线,usb 公接车机 usb ,typec 接安卓手机,识别不了车机的 adb 但是双 usb 公头接一个 typec 的 otg 头,安卓手机能连上车机的 adb 了,有类似问题的同学也可以这样试一下 也感谢上面两位的方法 |
4 allplay 2023-12-16 20:44:28 +08:00 ![]() 用笔记本有多麻烦?你能在车机上装多少个 app ,天天在车机上折腾 apk ? |
![]() | 5 rekulas 2023-12-16 23:13:36 +08:00 ![]() 可以试试车机自身能不能通过 app 开启 5555 调试,如果能的话就简单了,直接将端口反代到外网你甚至可以服务器推过去 |
![]() | 6 Features 2023-12-17 11:12:49 +08:00 楼上的方法靠谱,直接 adb -s xxx tcpip 5555 |
7 orisine 2023-12-18 09:13:41 +08:00 可以试试甲壳虫 ADB |