Changes between Version 16 and Version 17 of g2_root_new
- Timestamp:
- 04/01/11 08:26:22 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
g2_root_new
v16 v17 18 18 gfree v0.5 [http://www.thinkthinkdo.com/trac/project1/raw-attachment/wiki/gfree/gfree_05.zip gfree_05.zip] (md5sum ee63bff8a02232e733b5c9a57580ad9a) 19 19 20 rooting files [http://www.thinkthinkdo.com/trac/project1/raw-attachment/wiki/gfree/gfree_ temp-root.zip gfree_temp-root.zip] (md5sum d36df32bb08606f8368a73c65f148cbc)20 rooting files [http://www.thinkthinkdo.com/trac/project1/raw-attachment/wiki/gfree/gfree_root_psn.zip gfree_root_psn.zip] (md5sum de3edff941aa0bfc1766b0c5a7330107) 21 21 22 22 flash_image [http://www.thinkthinkdo.com/trac/project1/raw-attachment/wiki/vision_utilities/flash_image.zip flash_image.zip] (md5sum bd475f29e0665c702f8eaf57a0423b58) … … 50 50 $ adb push busybox /data/local/tmp/ 51 51 $ adb push hboot-eng.img /data/local/tmp/ 52 $ adb push root /data/local/tmp/52 $ adb push root_psn /data/local/tmp/ 53 53 $ adb push flash_image /data/local/tmp/ 54 54 $ adb push su /sdcard/ … … 86 86 # ./gfree -f -b hboot-eng.img 87 87 # ./flash_image recovery recovery.img 88 # ./root 88 # ./root_psn 89 89 # sync 90 90 }}} 91 You may see the error messages "killall: rage: no process killed" and/or "mkdir: /system/xbin already exists". You can ignore that, the rest of the script should still run fine.92 91 93 92 Wait a few seconds for the changes to "take". … … 115 114 # ./gfree -f 116 115 # ./flash_image recovery recovery.img 117 # ./root 116 # ./root_psn 118 117 # sync 119 118 }}} 120 121 You may see the error messages "killall: rage: no process killed" and/or "mkdir: /system/xbin already exists". You can ignore that, the rest of the script should still run fine.122 119 123 120 Wait a few seconds for the changes to "take".