美文网首页
fastboot 卡在 waiting for device

fastboot 卡在 waiting for device

作者: _AKI_Peroro_ | 来源:发表于2016-01-22 01:04 被阅读0次
$ fastboot flash boot boot.img
   < waiting for device >

看看devices

$ fastboot devices
   no permissions  fastboot

唔……

$ sudo chown root:root /bin/fastboot
$ sudo chmod +s /bin/fastboot
$ fastboot devices
   7D89BCD6        fastboot
$ fastboot flash boot boot.img
   target reported max download size of 465031168 bytes
   sending 'boot' (9409 KB)...
   OKAY [  0.665s]
   writing 'boot'...
   OKAY [  0.961s]
   finished. total time: 1.666s

好了

相关文章

网友评论

      本文标题:fastboot 卡在 waiting for device

      本文链接:https://www.haomeiwen.com/subject/ayolkttx.html