Advertisement
Guest User

Untitled

a guest
Mar 12th, 2011
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. @echo off
  2. pause
  3. pause
  4. echo Start pushing resources.
  5. adb push psneuter /data/local/tmp
  6. adb push misc_version /data/local/tmp
  7. adb shell chmod 777 /data/local/tmp/psneuter
  8. adb shell chmod 777 /data/local/tmp/misc_version
  9. adb shell /data/local/tmp/psneuter
  10. adb shell
  11. echo Should see a # here if temp root was successful, if you see a # then press enter.
  12. pause
  13. adb shell /data/local/tmp/misc_version -s 1.31.405.6
  14. echo Pushing PD98IMG.zip to your sd card this could take a while.
  15. adb push dwngrd.zip /sdcard/PD98IMG.zip
  16. adb reboot bootloader
  17. echo When fastboot comes up press power to enter HBOOT, then press enter.
  18. pause
  19. echo Your phone should now search for the PD98IMG.zip, and then ask you to install the update.
  20. echo Install the update. Follow the on-screen instructions.
  21. pause
  22. echo Press power to reboot.
  23. pause
  24. echo When your phone is rebooted and connected to your computer press enter.
  25. adb devices
  26. echo If you see your device above press enter, if not reconnect your phone.
  27. pause
  28. adb shell rm PD98IMG.zip
  29. adb push su /sdcard/su
  30.  
  31. adb push Superuser.apk /sdcard/Superuser.apk
  32.  
  33. adb push rage /data/local/tmp/rage
  34.  
  35. adb push busybox /data/local/tmp/busybox
  36.  
  37. adb push root /data/local/tmp/root
  38.  
  39. adb push gfree /data/local
  40.  
  41. adb shell chmod 0755 /data/local/tmp/*
  42.  
  43. adb shell chmod 777 /data/local/gfree
  44.  
  45. echo Pushing AT&T radio for restore after exploit.
  46. adb push radio.zip /sdcard/PD98IMG.zip
  47. adb install jackpal.androidterm-1.apk
  48. echo AndroidTerm was just installed on your phone.
  49. echo Open up AndroidTerm on your phone and type in this command with the on-screen keyboard.
  50. pause
  51. echo /data/local/tmp/rage
  52. pause
  53. echo Wait for the message 'Forked ### Childs.' then continue on by pressing enter.
  54. pause
  55. echo Now reset terminal, by exiting and opening it again, and type in all of the following commands. 'Sync' is a command.
  56. pause
  57. echo cd /data/local
  58. echo ./gfree -f
  59. echo sync
  60. echo /data/local/tmp/root
  61. echo sync
  62. pause
  63. echo You should now have S-OFF and perm-root, let's check and make sure.
  64. pause
  65. echo Make sure your phone is still connected.
  66. pause
  67. adb reboot bootloader
  68. echo Does your bootloader say S-OFF? Good, let the bootloader scan for the PD98IMG.zip again to restore the original AT&T radio. Install the update just as before, then press enter to continue.
  69. pause
  70. echo Press power to reboot and then you can continue on to flashing Clockwork with the one click.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement