ubuntu android-tools-fastboot, 命令 fastboot devices 没反应,解决办法:
1.手机必须是bootloader状态,fastboot devices才能有所反应;所以先使用 adb reboot bootloader 进入bootloader状态。
2.之后如出现no permissions fastboot:
sudo fastboot devices
3. 如果还是没有所反应,参看:
http://blog.youkuaiyun.com/dlmu2001/article/details/6593143
但是,<username> must
be replaced by the actual username of the user who is authorized to access the phones over USB.
把<username> 替换为你的用户名,而不是仅仅替换掉username
本文介绍了解决Ubuntu系统下使用fastboot devices命令无反应的问题。首先确保手机处于bootloader模式,然后通过sudo fastboot devices命令获取设备列表。若仍无法识别,请参照链接检查配置。
6454

被折叠的 条评论
为什么被折叠?



