Jump to content

How to root gt540 2.1


Guest smileeomar

Recommended Posts

Guest brqueiros

I have rooted my phone. My root explorer is allways crashing and gives this message "The application Root Explorer(process com.speedsoftware.rootexplorer) has stopped unexpectly. Please try again".

Titanium backup works fine. Is there another app similar to root explorer?

Hard reset and problem resolved

Edited by brqueiros
Link to comment
Share on other sites

  • 4 weeks later...
  • 2 weeks later...
  • 3 months later...
Guest butterflyinrain

i been trying to do this for HOURS now. but i cant even seems to start doing it. first of all i cant get this to work... cause all i see when i click the CMD is "it is not recognized as an internal or external command...

Link to comment
Share on other sites

  • 4 weeks later...
Guest steto77
How about using rageagainstthecage to remove the su and superuser.apk?

unroot.bat

adb push rageagainstthecage-arm5.bin /data/local/tmp/rageagainstthecage

adb shell chmod 4755 /data/local/tmp/rageagainstthecage

adb shell /data/local/tmp/rageagainstthecage

adb wait-for-device

adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system

adb shell rm /system/bin/su

adb shell rm /system/xbin/su

adb shell rm /system/app/Superuser.apk

adb shell rm /data/local/tmp/rageagainstthecage

adb shell reboot
and here's the root.bat
adb push rageagainstthecage-arm5.bin /data/local/tmp/rageagainstthecage

adb shell chmod 4755 /data/local/tmp/rageagainstthecage

adb shell /data/local/tmp/rageagainstthecage

adb wait-for-device

adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system

adb push Superuser.apk /system/app

adb shell chmod 755 /system/app/Superuser.apk

adb push su /system/xbin/su

adb shell chmod 4755 /system/xbin/su

adb push su /system/bin/su

adb shell chmod 4755 /system/bin/su

adb shell rm /data/local/tmp/rageagainstthecage

adb shell reboot

This method is pemanent for install new Rom or temporary?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.