Changes between Version 1 and Version 2 of sparx


Ignore:
Timestamp:
03/31/11 23:08:53 (14 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sparx

    v1 v2  
    11= sparx =
    22This page contains test instructions and file for sparx (thanks for you help btw.)
     3
     4Download 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.
     5Open 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}}}
     16after the last command you should have a root shell in adb (this is indicated by a # prompt).
     17
     18In 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}}}
     24You should not see error or warning messages this time because i changed the script a bit.
     25
     26Wait a few seconds for the changes to "take".
     27
     28Reboot your phone.
     29
     30Open up a new adb shell and check if you can run su now.
     31
     32If you can't then open up a second terminal on the PC and run:
     33{{{
     34$ adb logcat
     35}}}
     36In the first terminal run su again and in the second check for "interesting" messages.