简体   繁体   English

亚行外壳停止后亚行无法正常工作

[英]Adb not working after adb shell stop

So I think I did something wrong. 所以我认为我做错了。 At first everything was working alright. 起初,一切都很好。 I was able to see my device when using adb devices and process shell commands. 使用adb devices并处理shell命令时,我可以看到我的设备。 The problem began when I was trying out a faster way to flash my systemimage. 当我尝试一种更快的方式刷新系统映像时,问题就开始了。 I came across a website that had just what I needed. 我遇到了一个网站,该网站正是我所需要的。 At first I was building my systemimage everytime, but overtime it became too long for minor corrections. 最初,我每次都在构建系统映像,但是加班时间太长,无法进行更正。 So I tried syncing via adb. 所以我尝试通过adb同步。 The commands I was using were adb remount adb shell stop adb sync and adb shell start in that order. 我使用的命令是adb remount adb shell stop adb syncadb shell start按该顺序adb shell start One time I forgot to use the adb shell start and from that point on I cannot see my device under adb devices. 有一次我忘记使用adb shell start,从那时起,我无法在adb设备下看到我的设备。

My question is could not running adb shell start after stopping it, really break the system that much. 我的问题是,停止运行后无法运行adb shell start ,真的破坏了系统很多。 Or am I looking for the problem in the wrong place. 还是我在错误的位置寻找问题。

Also worth mentioning I am still able to flash systemimages via bootloader so I don't think the problem is usb related. 同样值得一提的是,我仍然能够通过引导加载程序来刷新系统映像,因此我认为问题与USB不相关。

Well I fixed it. 好吧,我修好了。 I don't if shell commands were the problem, but flashing everything (not only systemimage) seemed to fix the problem. 我不是说shell命令是问题所在,但刷新所有内容(不仅是systemimage)似乎可以解决问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM