Jump to content

Anyone rooted 2.1 yet? - write attempts here.


Recommended Posts

Guest RottenFoxBreath
Posted
My guide is a screenshot . Sorry . The polish site can be translated by Google.

Yep...translates..but not very ****ing well... B) B)

I've already got gparted..so at least that's 1 good thing..lol. :lol:

Guest smileeomar
Posted

please any one explan to me because i didnt understand any thing

OK !

I have made a modified version according to the suggestions from forum members . The busybox left out , and now it is using the superuser app .You need the uploaded zip file from the original post and you need to run it in a DOS window from the folder which contains the unzipped files .

C:\rootgt540v20b>adb push rageagainstthecage-arm5.bin /data/local/tmp/rageagains

tthecage

5 KB/s (5392 bytes in 1.000s)

C:\rootgt540v20b>adb shell

$ chmod 4755 /data/local/tmp/rageagainstthecage

chmod 4755 /data/local/tmp/rageagainstthecage

$ ./data/local/tmp/rageagainstthecage

./data/local/tmp/rageagainstthecage

[*] CVE-2010-EASY Android local root exploit © 2010 by 743C

[*] checking NPROC limit ...

[+] RLIMIT_NPROC={1712, 1712}

[*] Searching for adb ...

[+] Found adb as PID 1239

[*] Spawning children. Dont type anything and wait for reset!

[*]

[*] If you like what we are doing you can send us PayPal money to

[*] [email protected] so we can compensate time, effort and HW costs.

[*] If you are a company and feel like you profit from our work,

[*] we also accept donations > 1000 USD!

[*]

[*] adb connection will be reset. restart adb server on desktop and re-login.

$

C:\rootgt540v20b>adb shell

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

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

# exit

exit

C:\rootgt540v20b>adb push Superuser.apk /system/app

2456 KB/s (196521 bytes in 0.078s)

C:\rootgt540v20b>adb shell

# chmod 755 /system/app/Superuser.apk

chmod 755 /system/app/Superuser.apk

# exit

exit

C:\rootgt540v20b>adb push su /system/bin

1641 KB/s (26264 bytes in 0.015s)

C:\rootgt540v20b>adb shell

# chmod 4755 /system/bin/su

chmod 4755 /system/bin/su

# su

su

# id

id

uid=0(root) gid=0(root)

# cd /system/xbin

cd /system/xbin

# ln -s /system/bin/su su

ln -s /system/bin/su su

# reboot

reboot

You should wait for this part until the phone fully up , because when you type su the superuser app should be come up on phone's screen and you need to allow it .

C:\rootgt540v20b>adb shell

$ su

su

# id

id

uid=0(root) gid=0(root)

#

Thanks for the cooperation to everybody !

what is that code above??????

Guest TheLostSwede
Posted

I'm sorry, but if you don't understand anything, then this is way to complicated for you to do.

Short explanation, you need to download Google's Android devkit, run a piece of software called ADB which allows you to type commands straight in the phone which allows you to use some additional software to unlock it.

I won't be offering any help as to how to do this, since I don't want to be held responsible for someone bricking their phone because they can't follow simple instructions. It's actually quite painless if you know what you're looking at, but if not, then it's going to take some time to figure out and you could potentially damage your phone.

Guest bloodlust8
Posted

Thanks to joestone I've rooted my phone. Now how can I use app2sd. Any tutorials from those who have successfully tried it? TIA

  • 2 weeks later...
Posted
Anyone that's rooted, fancy trying the original LG camera app?

As they have changed the video camera recording in 2.1, from .mp4 to .3gp, and the performance isnt as good as 1.6.

The original camera app from 1.6, I have uploaded is here!.

Anyone tried that? I'm still on 1.6 and waiting for German ROM, so I can't try...

  • 4 months later...
Guest greg69
Posted (edited)
I have successfully managed to root the GT540 , and seems superuser does not need to install apps that require root access (maybe this is security bug of this method , but does not need to modify the original rom like russian guys did). I only tried vnc server which works fine .

I will do a guide how to root the phone and create a zip which contains the neccesseary files (adb,rageagainstthecage, busybox,su).

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

adb push su /data/local/tmp/

adb push busybox /data/local/tmp/

adb shell

$chmod 4755 /data/local/tmp/rageagainstthecage

$chmod 4755 /data/local/tmp/busybox

$ cd /data/local/tmp

$ ./rageagainstthecage

adb shell

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

# mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 / (maybe this not neccesseary)

# cd /data/local/tmp

# ./busybox cp su /system/bin

# ./busybox cp busybox /system/bin

# cd /system/bin

#chmod 4755 su

#chmod 4755 busybox

#su

#id

the id should be 0 and gid should be 0

#busybox --install /system/bin

#cd /system/xbin

#ln -s /system/bin/su su

#cd /system/bin

#cat sh > su

#reboot

after the phone reboot

adb shell

$su

#

Now you should be able to install any app that require root.

I left out to push the Superuser.apk to /system/app beacuse the app2sd script or the vnc server install does not opened it but they works .

#

Anybody got a newbie script? :huh:

i.e. how to connect and run these commands?

Edited by greg69

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.