Changes between Version 15 and Version 16 of android/NOVO7
- Timestamp:
- 2013/05/01 16:29:13 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
android/NOVO7
v15 v16 31 31 32 32 リカバリーツールCWMをインストールするには、 33 1. [[http://files.androtab.info/allwinner/cm9/20120308/NOVO7AE/a10_recovery.zip|a10_recovery.zip]]をDLし 、中にある33 1. [[http://files.androtab.info/allwinner/cm9/20120308/NOVO7AE/a10_recovery.zip|a10_recovery.zip]]をDLし中にある 34 34 * recovery.img 35 35 * install-recovery.sh 36 36 * reboot-recovery.sh 37 をSDカードのルートフォルダにコピーする。 37 をSDカードのルートフォルダにコピーする。install-recovery.shは/sdcard/recovery.imgの部分/mnt/extsd/recovery.imgに変更しておく。 38 {{{ 39 #!/system/bin/sh 40 if busybox test ! -f /mnt/extsd/recovery.img; then 41 echo no /mnt/extsd/recovery.img 42 exit 1 43 fi 44 45 cat /mnt/extsd/recovery.img > /dev/block/nandg 46 }}} 47 38 48 2. ClockworkMod Recovery(リカバリーツール)をインストールしリカバリモードに入る 39 49 {{{