首先,我甚至不知道我是否在使用最新的 fastboot 和 adb。例如...adb 版本是 Android Debug Bridge 版本 1.0.31。
现在的原因是我想清除并重新安装 adb 和 fasboot(使用最新版本)是因为当我想用手机做点什么时,它会给我这个错误消息,error:closed...。我的手机因为夜间 ROM 而变软了,它甚至不让我进入恢复模式,这使得刷新故障房间变得很难。所以,我需要使用我的电脑和 Ubuntu 操作系统来解决这个问题。
答案1
彻底删除一个包:
sudo apt-get purge [package-name]
sudo apt-get autoremove
sudo apt-get autoclean
完成此操作后,您可以再次全新安装任何软件包。
答案2
安装 adb 包。请按照以下说明安装 adb 包:
- 卸载/删除 adb 包。请按照以下步骤卸载 adb 包:
sudo apt remove adb sudo apt autoclean && sudo apt autoremove