Changes between Version 15 and Version 16 of android/NOVO7


Ignore:
Timestamp:
2013/05/01 16:29:13 (11 years ago)
Author:
yuna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • android/NOVO7

    v15 v16  
    3131 
    3232リカバリーツール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し中にある 
    3434   * recovery.img 
    3535   * install-recovery.sh 
    3636   * reboot-recovery.sh 
    37 をSDカードのルートフォルダにコピーする。 
     37をSDカードのルートフォルダにコピーする。install-recovery.shは/sdcard/recovery.imgの部分/mnt/extsd/recovery.imgに変更しておく。 
     38{{{ 
     39#!/system/bin/sh 
     40if busybox test ! -f /mnt/extsd/recovery.img; then 
     41        echo no /mnt/extsd/recovery.img 
     42        exit 1 
     43fi 
     44 
     45cat /mnt/extsd/recovery.img > /dev/block/nandg 
     46}}} 
     47 
    3848 2. ClockworkMod Recovery(リカバリーツール)をインストールしリカバリモードに入る 
    3949{{{