Changes between Version 16 and Version 17 of g2_root_new


Ignore:
Timestamp:
04/01/11 08:26:22 (13 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • g2_root_new

    v16 v17  
    1818gfree v0.5 [http://www.thinkthinkdo.com/trac/project1/raw-attachment/wiki/gfree/gfree_05.zip gfree_05.zip] (md5sum ee63bff8a02232e733b5c9a57580ad9a)
    1919
    20 rooting files [http://www.thinkthinkdo.com/trac/project1/raw-attachment/wiki/gfree/gfree_temp-root.zip gfree_temp-root.zip] (md5sum d36df32bb08606f8368a73c65f148cbc)
     20rooting files [http://www.thinkthinkdo.com/trac/project1/raw-attachment/wiki/gfree/gfree_root_psn.zip gfree_root_psn.zip] (md5sum de3edff941aa0bfc1766b0c5a7330107)
    2121
    2222flash_image [http://www.thinkthinkdo.com/trac/project1/raw-attachment/wiki/vision_utilities/flash_image.zip flash_image.zip] (md5sum bd475f29e0665c702f8eaf57a0423b58)
     
    5050$ adb push busybox /data/local/tmp/
    5151$ adb push hboot-eng.img /data/local/tmp/
    52 $ adb push root /data/local/tmp/
     52$ adb push root_psn /data/local/tmp/
    5353$ adb push flash_image /data/local/tmp/
    5454$ adb push su /sdcard/
     
    8686# ./gfree -f -b hboot-eng.img
    8787# ./flash_image recovery recovery.img
    88 # ./root
     88# ./root_psn
    8989# sync
    9090}}}
    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.
    9291
    9392Wait a few seconds for the changes to "take".
     
    115114# ./gfree -f
    116115# ./flash_image recovery recovery.img
    117 # ./root
     116# ./root_psn
    118117# sync
    119118}}}
    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.
    122119
    123120Wait a few seconds for the changes to "take".