Advertisement
Guest User

Untitled

a guest
Apr 28th, 2012
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1.  
  2. mkdir c:\PD98IMG-HBFX
  3. cd \PD98IMG-HBFX
  4.  
  5. get the hack kit, take psneuter and gfree and put in c:\PD98IMG-HBFX
  6. wget http://tau.shadowchild.nl/files/PD98IMG-HBFX.zip
  7. UNZIP PD98IMG-HBFX.zip to c:\PD98IMG-HBFX
  8. md5sum hboot.nb0
  9. adb push hboot.nb0 /data/local/tmp/
  10. adb push gfree /data/local/tmp/
  11. adb push psneuter /data/local/tmp/
  12. adb shell chmod 0755 /data/local/tmp/gfree
  13. adb shell chmod 0755 /data/local/tmp/psneuter
  14. adb shell /data/local/tmp/psneuter
  15. adb shell /data/local/tmp/gfree -f
  16. adb shell
  17. dd if=/data/local/tmp/hboot.nb0 of=/dev/block/mmcblk0p18
  18. dd if=/dev/block/mmcblk0p18 of=/data/local/tmp/hboot.test
  19. sync
  20. exit
  21. adb pull /data/local/tmp/hboot.test
  22. md5sum hboot.test
  23. All md5sums should be 2a28dcd53ea26504be9a86572a348aa1
  24. adb reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement