DroidForums.net is the original Verizon Android Forum! Registered Users do not see these ads. Please Register - It's Free!
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13

Thread: With the new OTA, what still works to root?[RS/helpers]

  1. Droid Ninja
    teddyearp's Avatar
    Member #
    27105
    Join Date
    Jan 2010
    Location
    Randle, WA
    Posts
    1,790
    Liked
    16 times
    Phone
    SamsungŪ SCH-I515
    #1

    With the new OTA, what still works to root?[RS/helpers]

    Hey RS (and other) guys, just wanted to get something going here with the new 2.2.1/FRG22D update. We all know that any OTA breaks root. And so far we know that MC1's method still works to root 2.2.1. And I have read that z4root no longer works.

    What I would like input here on is since z4root uses the rageagainstthecage method, is it just something in z4root, or has the loophole opened by the rage file been closed now?

    I am at work now, but will be disecting at the actual FRG22d to FRG83D update file (thanks NetNathan) when I get home to get some ideas myself.
    read more, post less
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Super Moderator
    furbearingmammal's Avatar
    Member #
    78594
    Join Date
    Jun 2010
    Location
    So far north in NY I smell maple syrup when the wind blows out of the west.
    Posts
    10,371
    Liked
    32 times
    Twitter
    @FurryVarmint
    Premium Member
    #2
    The version of 2.2.1 that hit the Nexus 1 was specifically designed to block the Unrevoked exploid. I have no idea how that worked, or what they did to block it, but that might give you an idea on where to start looking. Wish I was a bit more technically adept at digging into these things so I could be more help.
  4. Droid Ninja
    teddyearp's Avatar
    Member #
    27105
    Join Date
    Jan 2010
    Location
    Randle, WA
    Posts
    1,790
    Liked
    16 times
    Phone
    SamsungŪ SCH-I515
    #3
    Well, I took a look at the new FRG83D OTA update file and I did see the script and files to replace the recovery image, I too, am not tech savvy enough to see where the other holes are closed.

    I mainly started this thread so we could have a central place to post, "Ok, I hear/read this is working, or not, etc". This way we can all try to stay on the same page.

    For example, guidot has posted in MC1's root any thread the he's got it from a few users that MC1's method still works with this update.

    Thanks folks.
    read more, post less
  5. Junior Droid
    Railrider's Avatar
    Member #
    32928
    Join Date
    Jan 2010
    Posts
    7
    Phone
    Motorola Droid
    #4

    Please Hurry...

    I unooted to get the update and now I can't get root access...this pisses me off!! I want my root back!!!:P
  6. Droid Ninja
    teddyearp's Avatar
    Member #
    27105
    Join Date
    Jan 2010
    Location
    Randle, WA
    Posts
    1,790
    Liked
    16 times
    Phone
    SamsungŪ SCH-I515
    #5
    I understand your frustration, but this is not the intent of this thread. I am hoping for a collaboration of the methods that WORK with the new update, not questions for help in rooting after the update.

    good luck

    p.s., I just checked your profile and think you're already browsing the area as of the time of this post you need to fix yourself.
    read more, post less
  7. Droid Ninja
    teddyearp's Avatar
    Member #
    27105
    Join Date
    Jan 2010
    Location
    Randle, WA
    Posts
    1,790
    Liked
    16 times
    Phone
    SamsungŪ SCH-I515
    #6
    Well, I just read a very informative post in the Root any OS Thread by log. It doesn't involve how to root with the new update, but it does outline how to keep it by changing a couple of things. Note, this still has to be applied via a custom recovery image and only really works if you haven't removed a bunch opf your stock apps:

    Quote Originally Posted by log View Post
    <snip> ) but you can save some time with some work beforehand as this update will overwrite your custom recovery and remove root access.

    Edit the meta-inf/com/google/android/updater-script in the FRG83D update.zip to keep your custom recovery and root access, then install the update.zip using SPRecovery.

    Changes:

    Line 1054 (comment with # or delete entirely)
    Code:
     package_extract_dir("recovery", "/system");
    Add bolded after line 1058
    Code:
    set_perm_recursive(0, 0, 0755, 0644, "/system");
    set_perm_recursive(0, 2000, 0755, 0755, "/system/bin");
    set_perm(0, 0, 6755, "/system/bin/su");
    Note this will only work if you haven't messed with your FRG22D too much, mainly that no system apps have been removed. You can still get it work if you uninstalled some apps, you just have to find the lines that patch that app and remove them from the script.
    Last edited by teddyearp; 12-11-2010 at 04:38 PM.
    read more, post less
  8. log
    log is offline
    Droid
    log's Avatar
    Member #
    109888
    Join Date
    Aug 2010
    Posts
    51
    Phone
    Motorola Droid
    #7
    Teddy, I'm not sure about what exploit rageagainstthecage uses -- but one of the first applications I'm aware of that did something similar was "EasyRoot" and they used a hotplug/bluetooth exploit to get root access -- if you saw the OTA update that fixed the exploit (I think 2.1-> 2.2 FRG01B?) you can see they supply a new version of bluetooth/hotplug modules included.

    I would suggest first finding out what type of exploit does rageagainstthecage/z4 etc use, and they try to see if you can correlate with all the patches you see in end of the FRG83D updater-script, most likely in /system/lib/modules/*.so (these are shared "system" libraries that might have an OS level exploit that the tools take advantage of).

    Overall though, I would suggest that you do not attempt to disable these OS level patches since it really is a big security risk on your device if an application on the market can get root access (without your permission). Instead, try to preserve/get proper root access with known methods, and keep your system patched with latest updates so you can get the best of both worlds, a more secure device, with full access only for yourself
  9. Super Moderator
    furbearingmammal's Avatar
    Member #
    78594
    Join Date
    Jun 2010
    Location
    So far north in NY I smell maple syrup when the wind blows out of the west.
    Posts
    10,371
    Liked
    32 times
    Twitter
    @FurryVarmint
    Premium Member
    #8
    log, that's why DroidMod Updater 1.2 wasn't updated to include phone rooting. The implications for the Android community was incredible.

    teddy, I'm hearing reports that SuperOneClick or whatever the heck it's called still works to root after the 83D update.
  10. Droid Ninja
    teddyearp's Avatar
    Member #
    27105
    Join Date
    Jan 2010
    Location
    Randle, WA
    Posts
    1,790
    Liked
    16 times
    Phone
    SamsungŪ SCH-I515
    #9
    log: Thanks for your info. The way I understood the 'EasyRoot' exploid was that it used some sort of hole in the sql. As furman said it _was_ going to be in a version of the now defunct DroidMod updater, and in fact was released/leaked very early on via the DM teams irc. However that hole was closed with the update from FRG01B to FRG22D (sorry furman, the letter at the end of the build # has nothing to do with a phone model ). I was suspecting that I needed to look closer at the *.so files as you suggest. The rage* attack needs to have usb debugging enabled on the target phone so that it can start all kinds of child threads until adb gives up and grants a (very temporary) rw access to /system. I don't even know exactly what I'm talking about, I'm just repeating what I _think_ I've read about how it works.

    Finally I am not looking for a way to keep root after the update. No. Everytime an OTA update rolls out, this forum is flooded with "how do I unroot" and then "how do I root" threads and then the multitudes of failures, thread, posts, cross posts, etc., of each as the information to do both usually also changes with every OTA update.

    @furman: Thanks, now I'm off to see what SuperOneRoot entails/uses. As a final note real quick, I know for a fact that z4root used the rage.

    I really hope this thread becomes usefull to all the mods, rs, and others like me who try to give our time here.

    p.s. a tiny bit of my info source:

    http://c-skills.blogspot.com/search?...max-results=10
    read more, post less
  11. Super Moderator
    furbearingmammal's Avatar
    Member #
    78594
    Join Date
    Jun 2010
    Location
    So far north in NY I smell maple syrup when the wind blows out of the west.
    Posts
    10,371
    Liked
    32 times
    Twitter
    @FurryVarmint
    Premium Member
    #10
    Not that this is probably really news, but installing the 22D master file from recovery will put you back at 22D, thereby allowing you to use z4root. But that kind of defeats the purpose of accepting the update in the first place...
Page 1 of 2 1 2 LastLast

Ads

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Similar Threads

  1. Replies: 280
    Last Post: 03-22-2011, 12:43 PM
  2. Root Method that works
    By bmtbandit in forum Motorola Droid 2 Global
    Replies: 0
    Last Post: 11-11-2010, 09:29 AM
  3. Is there a GUI Based Root in the works?
    By Arachnidus in forum Motorola Droid 2 Development
    Replies: 6
    Last Post: 09-03-2010, 06:58 PM
  4. Root works on 2.1
    By Madvincent in forum Hacking Help
    Replies: 17
    Last Post: 03-17-2010, 04:36 PM

Search tags for this page

1 click root droid a855 2.2.2

,

a855 root 2.2.1

,
a855 rooting 2.2.1
,
a855 update
,
how to root 2.2.2 droid og for mac
,
ota update breaks root
,
root 2.2.2 droid og using mac
,

root a855 2.2.2

,
rooting droid a855 2.2.2 with mac
,
sebastian kramer rageagainstthecage
,

soup or root 2.2.2

,
super one click root thr droid a855 2.2.2
Click on a term to search our site for related topics.
Find us on Google+