rt,各位有神马要说的吗
Manual Download & Installation
Get the hardware specific zip and img files for your device from the Ubuntu cdimage server here, i.e. for a Nexus7 this is trusty-preinstalled-touch-armel+grouper.zip
* Install the bootloader, recovery and system images using the android fastboot tool
adb reboot fastbootfastboot flash recovery trusty-preinstalled-recovery-armel+grouper.imgfastboot flash boot trusty-preinstalled-boot-armhf+grouper.imgfastboot flash system trusty-preinstalled-system-armel+grouper.img
Boot your device into recovery mode
adb reboot recovery
Copy the zip file to the /sdcard/ directory naming it "autodeploy.zip" on the device using adb
adb push /path/to/your/downloaded/trusty-preinstalled-touch-armel+grouper.zip /sdcard/autodeploy.zip
Reboot into recovery mode
(This will install the file you copied in the previous step)
adb reboot recovery
Make sure you are in recovery mode again for the second step
Get the trusty-preinstalled-touch-armhf.zip file
Copy the zip file to the /sdcard/ directory naming it "autodeploy.zip" on the device using adb
adb push /path/to/your/downloaded/trusty-preinstalled-touch-armhf.zip /sdcard/autodeploy.zip
Reboot into recovery mode
(This will install the file you copied in the previous step)
adb reboot recovery
The device should automatically reboot into the Ubuntu Touch UI
镜像地址:h t t p : //cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/current/
Manual Download & Installation
Get the hardware specific zip and img files for your device from the Ubuntu cdimage server here, i.e. for a Nexus7 this is trusty-preinstalled-touch-armel+grouper.zip
* Install the bootloader, recovery and system images using the android fastboot tool
adb reboot fastbootfastboot flash recovery trusty-preinstalled-recovery-armel+grouper.imgfastboot flash boot trusty-preinstalled-boot-armhf+grouper.imgfastboot flash system trusty-preinstalled-system-armel+grouper.img
Boot your device into recovery mode
adb reboot recovery
Copy the zip file to the /sdcard/ directory naming it "autodeploy.zip" on the device using adb
adb push /path/to/your/downloaded/trusty-preinstalled-touch-armel+grouper.zip /sdcard/autodeploy.zip
Reboot into recovery mode
(This will install the file you copied in the previous step)
adb reboot recovery
Make sure you are in recovery mode again for the second step
Get the trusty-preinstalled-touch-armhf.zip file
Copy the zip file to the /sdcard/ directory naming it "autodeploy.zip" on the device using adb
adb push /path/to/your/downloaded/trusty-preinstalled-touch-armhf.zip /sdcard/autodeploy.zip
Reboot into recovery mode
(This will install the file you copied in the previous step)
adb reboot recovery
The device should automatically reboot into the Ubuntu Touch UI
镜像地址:h t t p : //cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/current/

