real root exploit

Search This thread

propc

Senior Member
Feb 21, 2010
258
130
Google Pixel 2
confirm works on the latest update 2.0.2

instruction
Code:
adb push psneuter /data/local/tmp
adb shell 
chmod 777 /data/local/tmp/psneuter
/data/local/tmp/psneuter
exit
adb push superuser.apk /system/app
adb push su /system/bin
adb shell
chmod 644 /system/app/Superuser.apk
chmod 4755 /system/bin/su
reboot

or use any version of Superoneclick. replace rageagainstthecage.(works fine-tested)
 
Last edited:
  • Like
Reactions: bnight

kiz1983

Senior Member
Nov 21, 2010
230
22
Maybe we try to replace old exploit from superoneclick to the new one from this thread?
i have no chance to try it because i have already rooted device, but.. maybe it will work. I need testers :)

so this one is the new one? or the old one? this one works with the latest firmware version?
 

Imppy

Senior Member
Sep 29, 2009
2,166
154
superoneclick works on 2.1!!! All you need is that file posted on the first page of this thread, thanks!
 

bugmenever

Senior Member
Apr 10, 2010
313
3
How to verify a successful root? I'm trying to update busybox, but I don't have the permission to write over /system folder.

Thank you for the root :)
 

Imppy

Senior Member
Sep 29, 2009
2,166
154
I'm new...but I think you need to use root explorer to allow read / write abilities...please correct me if I'm wrong
 

bugmenever

Senior Member
Apr 10, 2010
313
3
After many trials, I finally managed to root my device :) Thank you!

OT: Is there some real gain using the Jit thing?
 

palmerx

Senior Member
Aug 19, 2008
157
8
Cartago
Working 100% on Xperia X10 Mini Pro U20a build 2.0.2.A.0.24 as well. Although I had to reboot manually after running SuperOneClick.
 

madcowtuning

Member
Dec 9, 2010
14
0
Maybe we try to replace old exploit from superoneclick to the new one from this thread?
i have no chance to try it because i have already rooted device, but.. maybe it will work. I need testers :)

The probram runs OK and tells that the phone is rooted but the apps like titanium backup and autokiller can't get root access.
 

bnight

Senior Member
Nov 26, 2010
124
14
Sofia
confirm works on the latest update 2.0.2

instruction
Code:
adb push psneuter /data/local/tmp
adb shell 
chmod 777 /data/local/tmp/psneuter
/data/local/tmp/psneuter
exit
adb push superuser.apk /system/app
adb push su /system/bin
adb shell
chmod 644 /system/app/Superuser.apk
chmod 4755 /system/bin/su
reboot

or use any version of Superoneclick. replace rageagainstthecage.(works fine-tested)

Hello I download SUperoneclick and follow your instructions.

Also you miss one step in this tutorial

before adb push Superuser.apk

you need

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

But when I did everything from this tutorial and after rebooting my phone when I run su from Android Terminal Emulator i get

$su
Permission Denied

Any Idea what I did wrong ?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 22
    got this from the desire forum:
    http://xdaforums.com/showthread.php?t=902941&page=4

    downloaded it, modified the source to avoid mmap at 0, which doesn't work for us, compiled it and I've got root on the original 2.1update1 version from SE. you can do the same with the original source or download my binary.
    the only change I did was to mmap at 4092. all credits should go to scotty who pulled us from our misery :).

    after you get rootted you know what to do: mount rw, copy su, busybox, etc.
    14
    Maybe we try to replace old exploit from superoneclick to the new one from this thread?
    i have no chance to try it because i have already rooted device, but.. maybe it will work. I need testers :)
    2
    Give some list with safe apps to remove :).
    timescape
    talk.apk
    Facebook
    PlayNow
    Maps
    CA Gold
    Crazy Penguin
    Creatouch
    GeoTags
    RoadSync
    Roller
    Sync
    Tower Bloxx NY
    TrackID
    Wisepilot
    Navigator
    User Support
    User Guide
    Email
    Backup and Restore
    Music
    R2R Client

    thanks graf1
    2
    Worked on my X8 with the latest firmware from Update Service.
    1
    confirm works on the latest update 2.0.2

    instruction
    Code:
    adb push psneuter /data/local/tmp
    adb shell 
    chmod 777 /data/local/tmp/psneuter
    /data/local/tmp/psneuter
    exit
    adb push superuser.apk /system/app
    adb push su /system/bin
    adb shell
    chmod 644 /system/app/Superuser.apk
    chmod 4755 /system/bin/su
    reboot

    or use any version of Superoneclick. replace rageagainstthecage.(works fine-tested)