我正在尝试按照 ubuntu wiki 上的说明进行操作,但每次运行phablet
flash 命令时都会得到:
can't open cache/recover/ubuntu_command
checking for autodeply.zip
autodeploy.zip not found
我正在尝试在 nexus 4 4.4 系统上安装,有人知道可能出了什么问题吗?
答案1
首先从这里下载特定硬件的:http://cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/current/
然后使用 fastboot 工具安装 adb 驱动程序
adb reboot fastboot
fastboot flash recovery saucy-preinstalled-recovery-armel+grouper.img
fastboot flash boot saucy-preinstalled-boot-armhf+grouper.img
fastboot flash system saucy-preinstalled-system-armel+grouper.img
然后启动你的平板手机进入恢复模式
adb reboot recovery
将目录创建为
/sdcard/autodeploy.zip
然后将下载的 zip 发送至 /sdcard/autodeploy.zip。
前任:adb push /path/to/your/downloaded/saucy-preinstalled-touch-armel+grouper.zip /sdcard/autodeploy.zip
再次重启进入恢复模式
adb reboot recovery
并以同样的方式创建上述自动部署目录,然后
adb push /path/to/your/downloaded/saucy-preinstalled-touch-armhf.zip /sdcard/autodeploy.zip
然后重启设备
adb reboot recovery