无法刷新 Galaxy Nexus ('maguro') 设备

无法刷新 Galaxy Nexus ('maguro') 设备

我在尝试刷新我的 Android 时遇到了问题。

我的手机已解锁。我恢复了出厂设置并启用了开发者模式。

以下是来自终端的代码:

mikalai@mikalai-HP-Compaq-6000-Pro-SFF-PC:~$ sudo ubuntu-device-flash --channel=trusty
2014/03/12 18:36:23 Expecting the device to expose an adb interface...
2014/03/12 18:36:23 Device is |maguro|
2014/03/12 18:36:24 Flashing version 188 from trusty channel and server https://system-image.ubuntu.com to device maguro
2014/03/12 18:36:25 Start pushing /home/mikalai/.cache/ubuntuimages/gpg/image-signing.tar.xz to device
2014/03/12 18:36:25 Start pushing /home/mikalai/.cache/ubuntuimages/gpg/image-master.tar.xz to device
2014/03/12 18:36:25 Start pushing /home/mikalai/.cache/ubuntuimages/trusty/maguro/version-188.tar.xz to device
2014/03/12 18:36:25 Cannot push /home/mikalai/.cache/ubuntuimages/gpg/image-master.tar.xz to device

如果有人知道我做错了什么,请提出建议。感谢您的帮助。

答案1

你有什么设备?

(a.)三星Galaxy Nexus(‘金枪鱼’)

(二)LGNexus 4(‘mako’)


假设这并不重要......

您应该验证设备是否“在线”,使用

adb devices

然后尝试:

ubuntu-device-flash --channel=trusty --bootstrap

答案2

我想知道当您的设备运行 Android 系统时,您是否在 ADB 中刷新设备。将设备转为引导加载程序的最佳方式是通过 USB 连接到 PC 并进行引导:

ubuntu-device-flash --bootstrap --device=maguro #or other nexus device unless nexus one and nexus s

这样,您的设备将获得实时“稳定”的 ubuntu touch。设备拥有实时 ubuntu touch 后。更改频道很容易:

ubuntu-device-flash --list-channels 
ubuntu-device-flash --device=maguro --channel=saucy-custoized --bootstrap

注意:bootstrap 命令仅在 booatloader/fastboot 模式下可用。

相关内容