UBUNTU touch DUALBOOT dualboot.sh 安装问题

UBUNTU touch DUALBOOT dualboot.sh 安装问题

我想将 ubuntu touch 安装到我的 nexus 7 (2012) 上,但是无法安装,因为 dualboot.sh。

这是在我的终端

marci@marci-desktop:~$ chmod +x dualboot.sh
marci@marci-desktop:~$ ./dualboot.sh FULL
Using passed device id: FULL
Waiting for device FULL to install Ubuntu installer to.
error: device not found
error: device not found
Connected device is not supported

但我的设备已连接

marci@marci-desktop:~$ adb devices
List of devices attached 
015d257858642010    device

我能做些什么?

答案1

Google Play Store 中有一款名为 MultiRom 的应用程序。它支持双启动 Nexus 设备。

为了使用它,您的设备必须已 root。您还需要安装自定义恢复和内核(上述应用程序将提供这两项功能)。MultiRom 的优点之一是您可以安装任何操作系统的多个 ROM,包括 FirefoxOS、Ubuntu 和其他 Android ROM。

这是 MultiRom 的链接

答案2

我发现这种情况发生是因为我不小心触摸了屏幕,导致我的电脑无法在调试模式下与我的设备通信。为了解决这个问题,我revoke USB debugging authorizations在 Nexus 4 的设置中进行了修改。然后在我的电脑上重新启动了 adb 服务器

adb kill-server
adb start-server

然后我再次运行脚本并添加了安全授权

相关内容