为什么我在 Nexus 10(manta)上安装 Ubuntu Touch 时被阻止了?

为什么我在 Nexus 10(manta)上安装 Ubuntu Touch 时被阻止了?

在 Android 硬件上安装 Ubuntu 的说明(我有一个新的 Nexus 10 32G 无线),我正处于安装步骤,如下所示:

使用您选择的频道安装 Ubuntu,在本例中我们使用 devel 频道:

$ ubuntu-device-flash touch --channel=ubuntu-touch/stable/ubuntu --bootstrap

最后一条命令的输出是:

2015/12/26 10:29:02 Expecting the device to be in the bootloader... waiting
2015/12/26 10:29:03 Device is |manta|
Device manta not found on server https://system-image.ubuntu.com channel ubuntu-touch/stable/ubuntu

我可以/应该在命令中更改什么(或我提供的任何其他内容)以让 Ubuntu 安装?

- 更新 -

引导加载程序屏幕显示:

DEVICE INFORMATION
PRODUCT NAME: manta
VARIANT: wifi
H/W VERSION: 8
BOOTLOADER VERSION: MANTALJ12
CARRIER INFO: NONE
SERIAL NUMBER: A3203044V1A
LOCK STATE: UNLOCKED
REBOOT MODE FLAG: NONE
FASTBOOT STATUS - OKAYmanta

当我从 切换stable到 时devel,我收到了不同的错误,显然指出创建权限被拒绝/root/.cache/root/.cache在 Android 设备上?/root在我的 Ubuntu 机器上是模式 700 root:root,并且我正尝试以 root 身份运行该命令):

root@ubuntu:/home/christos# ubuntu-device-flash touch --channel=ubuntu-touch/devel/ubuntu --bootstrap
2015/12/26 12:10:40 Expecting the device to be in the bootloader... waiting
2015/12/26 12:10:40 Device is |manta|
2015/12/26 12:10:40 Flashing version 2 from ubuntu-touch/devel/ubuntu channel and server https://system-image.ubuntu.com to device manta
2015/12/26 12:10:40 mkdir /root/.cache: permission denied

我尝试用非特权帐户执行相同操作,但出现闪烁:

christos@ubuntu:~$ ubuntu-device-flash touch --channel=ubuntu-touch/devel/ubuntu --bootstrap
2015/12/26 12:17:43 Expecting the device to be in the bootloader... waiting
2015/12/26 12:17:43 Device is |manta|
2015/12/26 12:17:43 Flashing version 2 from ubuntu-touch/devel/ubuntu channel and server https://system-image.ubuntu.com to device manta
3.95 MB / 3.95 MB [======================================] 100.00 % 860.48 KB/s
36.83 MB / 36.83 MB [======================================] 100.00 % 2.18 MB/s
332.41 MB / 332.41 MB [====================================] 100.00 % 5.23 MB/s
2015/12/26 12:19:09 Start pushing /home/christos/.cache/ubuntuimages/gpg/image-signing.tar.xz to device
2015/12/26 12:19:09 Start pushing /home/christos/.cache/ubuntuimages/ubuntu-touch/devel/ubuntu/manta/version-2.tar.xz to device
2015/12/26 12:19:09 Start pushing /home/christos/.cache/ubuntuimages/gpg/image-master.tar.xz to device
2015/12/26 12:19:09 Start pushing /home/christos/.cache/ubuntuimages/pool/custom-6d69386203f3e45348aba79e08b7176c38499e1da5a68af5d3fbabc2ac2b6cb2.tar.xz to device
2015/12/26 12:19:09 Start pushing /home/christos/.cache/ubuntuimages/pool/device-69b152491e6a57ef9672230f4220155bbb17755645824e02e9515a44d7dc8ee2.tar.xz to device
2015/12/26 12:19:09 Start pushing /home/christos/.cache/ubuntuimages/pool/ubuntu-631ce387d6c729c3da0ae9177d0c9d9a07f3e0dfb15b21b20771079322915d20.tar.xz to device
2015/12/26 12:19:09 Done pushing /home/christos/.cache/ubuntuimages/gpg/image-signing.tar.xz to device
2015/12/26 12:19:10 Done pushing /home/christos/.cache/ubuntuimages/gpg/image-master.tar.xz to device
2015/12/26 12:19:10 Done pushing /home/christos/.cache/ubuntuimages/ubuntu-touch/devel/ubuntu/manta/version-2.tar.xz to device
2015/12/26 12:19:18 Done pushing /home/christos/.cache/ubuntuimages/pool/custom-6d69386203f3e45348aba79e08b7176c38499e1da5a68af5d3fbabc2ac2b6cb2.tar.xz to device
2015/12/26 12:20:03 Done pushing /home/christos/.cache/ubuntuimages/pool/device-69b152491e6a57ef9672230f4220155bbb17755645824e02e9515a44d7dc8ee2.tar.xz to device
2015/12/26 12:23:42 Done pushing /home/christos/.cache/ubuntuimages/pool/ubuntu-631ce387d6c729c3da0ae9177d0c9d9a07f3e0dfb15b21b20771079322915d20.tar.xz to device
2015/12/26 12:23:42 Created ubuntu_command: /home/christos/.cache/ubuntuimages/ubuntu_commands775353844
2015/12/26 12:23:43 Rebooting into recovery to flash

然而,在启动时,屏幕上会显示“Google”,然后非常短暂地显示 Ubuntu 徽标,然后给出一个红色八边形/X 上的微芯片徽标,并用几种语言显示“这部手机需要从 PC 或服务中心恢复”。

建议?

谢谢,

答案1

我遇到了第一个问题,找不到稳定的 manta。那是因为它不存在。你可以像这样使用 ubuntu-flash-device 查询进行搜索。

> ubuntu-device-flash query --list-channels --device=manta
ubuntu-touch/devel-proposed/ubuntu
ubuntu-touch/devel/ubuntu
ubuntu-touch/devel/krillin.en
>

您还可以浏览服务器https://system-image.ubuntu.com/

我从开发频道安装,至少可以运行。仍在研究它运行得如何。

相关内容