sco*_*wh2 5 ubuntu-touch nexus-4
该设备是 Nexus 4,目前运行的是 Android 4.4.4,不过我已经尝试过 5.0.1。我正在使用http://developer.ubuntu.com/en/start/ubuntu-for-devices/installing-ubuntu-for-devices/上的说明在Nexus 4 上安装 Ubuntu Touch(开发频道),单启动. 一切都按预期运行,直到我运行
$ ubuntu-device-flash --channel=devel --bootstrap
DEPRECATED: Implicit 'touch' subcommand assumed
2015/02/06 15:14:06 Expecting the device to be in the bootloader... waiting
2015/02/06 15:14:06 Device is |mako|
2015/02/06 15:14:06 Flashing version 1 from devel channel and server https://system-image.ubuntu.com to device mako
3.67 MB / 3.67 MB [=======================================================] 100.00 % 1.34 MB/s
44.77 MB / 44.77 MB [=====================================================] 100.00 % 1.83 MB/s
321.82 MB / 321.82 MB [===================================================] 100.00 % 1.15 MB/s
/home/scottwh2/.cache/ubuntuimages/gpg/image-master.tar.xz
/home/scottwh2/.cache/ubuntuimages/ubuntu-touch/devel/mako/version-1.tar.xz
/home/scottwh2/.cache/ubuntuimages/gpg/image-signing.tar.xz
/home/scottwh2/.cache/ubuntuimages/pool/custom-0cd62f8fd0eeb9e14b0e8196976713c9412aaec7681983c0026b03fb22634427.tar.xz
/home/scottwh2/.cache/ubuntuimages/pool/device-ebfaafbb87bfe818c544d95293182a10a0c33c89794e74ccbfd66c8168e8a7ff.tar.xz
Failed to enter Recovery
Run Code Online (Sandbox Code Playgroud)
设备不会像说明那样重新启动,而是停留在“恢复”屏幕上。在屏幕顶部,我有:
Ubuntu Touch (CWM-based) Recovery v6.0.4.6
- 现在重启系统
- 擦除日期/恢复出厂设置
- 擦除缓存分区
- 备份还原
- 先进的
“高级”菜单选项导致:
高级菜单
- 重启恢复
- 重启到引导加载程序
- 关机
- +++++返回++++++
它没有被冻结 - 向上和向下音量键和电源按钮可以从菜单中进行选择。问题是没有菜单项引导它启动到 Ubuntu。它将重新启动到 Android、引导加载程序屏幕或此恢复屏幕,但我无法选择加载 Ubuntu。
关于如何绕过这个拦截器的任何提示?
小智 2
我遇到了同样的问题(没有仔细阅读说明)。
通过https://developer.ubuntu.com/en/start/ubuntu-for-devices/installing-ubuntu-for-devices/上的信息回答
使用 --bootstrap 参数第一次初始运行后,您需要在不使用该参数的情况下再次运行。
(使用选项“重新启动恢复”可能会执行相同的操作,通过引导到首次运行该命令创建的恢复,将 ubuntu 分区刷新到设备)