| 3 | |
| 4 | Download the file gfree_root_psn.zip that is attached to this page and unzip it to the same directory where you put all the other files. |
| 5 | Open a terminal (or command window) on your PC and change the current directory to where the files are on your PC and execute these commands: |
| 6 | {{{ |
| 7 | $ adb push psneuter /data/local/tmp/ |
| 8 | $ adb push busybox /data/local/tmp/ |
| 9 | $ adb push root_psn /data/local/tmp/ |
| 10 | $ adb push su /sdcard/ |
| 11 | $ adb push Superuser.apk /sdcard/ |
| 12 | $ adb shell chmod 755 /data/local/tmp/* |
| 13 | $ adb shell /data/local/tmp/psneuter |
| 14 | $ adb shell |
| 15 | }}} |
| 16 | after the last command you should have a root shell in adb (this is indicated by a # prompt). |
| 17 | |
| 18 | In the root shell (indicated by the #) that you got in the temporary root section execute the following commands: |
| 19 | {{{ |
| 20 | # cd /data/local/tmp |
| 21 | # ./root_psn |
| 22 | # sync |
| 23 | }}} |
| 24 | You should not see error or warning messages this time because i changed the script a bit. |
| 25 | |
| 26 | Wait a few seconds for the changes to "take". |
| 27 | |
| 28 | Reboot your phone. |
| 29 | |
| 30 | Open up a new adb shell and check if you can run su now. |
| 31 | |
| 32 | If you can't then open up a second terminal on the PC and run: |
| 33 | {{{ |
| 34 | $ adb logcat |
| 35 | }}} |
| 36 | In the first terminal run su again and in the second check for "interesting" messages. |