系统相关
首页 > 系统相关> > 无法在手机上安装ubuntu-touch(双启动)(插入)

无法在手机上安装ubuntu-touch(双启动)(插入)

作者:互联网

这是运行./dualboot.sh(link here)后的输出

No device ID specified, picking first available device
Waiting for device CB006626 to install Ubuntu installer to.
Detected connected Aquaris-5
Downloading recovery for aquaris5
ls: cannot access recovery-aquaris5-6.0.4.3.img: No such file or directory
Skipping download, file already downloaded
Dev:CB006626: selected full install
Downloading SU package
Skipping download, file already downloaded
Downloading Ubuntu Installer application package
Skipping download, file already downloaded
install_ubuntu_installer<<
Dev:CB006626: Rebooting to bootloader
Waiting for device to be connected in normal or recovery mode
recovery-aquaris5-6.0.4.3.img        #I echoed the path to unbunt_installer
CB006626                             #I echoed the device_id
< waiting for device >

我的设备保持like this读数=>快速启动…

此外,我的设备是一个水瓶座e5全高清.它没有被bash文件识别,因为它正在寻找aquarius5所以它说“不支持”但它必须得到支持,因为它毕竟是aq5,只是全高清.这是,我改变了

elif [[ "$DEVICE" == bq_Aquaris5* ]]; then
    echo "Detected connected Aquaris-5"
    DEVICE=$AQUARIS5

至:

elif [[ "$DEVICE" == Aquaris_E5* ]]; then
    echo "Detected connected Aquaris-5"
    DEVICE=$AQUARIS5

有什么想法吗?可能是什么问题呢? Tyvm的反馈意见

解决方法:

只需在Android开发人员选项中启用USB调试,然后在出现弹出窗口时单击“确定”.

有关说明:没有USB调试您的计算机无法向您的手机发送命令.

标签:ubuntu-touch,android
来源: https://codeday.me/bug/20190808/1618403.html