Android Community
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 23

Thread: Unroot Captivate and Vibrant

  1. #1
    Join Date
    Nov 2008
    Location
    Northville,MI
    Posts
    6,411

    Default Unroot Captivate and Vibrant


    Since there are no cutom ROM's or recoveries, all you have to do is remove the files that enables root.

    adb shell
    su
    rm -r /system/app/Superuser.apk
    rm -r /system/xbin/busybox
    rm -r /system/bin/su
    One ROM and recoveries come out, I will update this with OEM firmware.

    http://forum.xda-developers.com/show...68&postcount=4

    Or open terminal emulator and type:

    su
    rm -r /system/app/Superuser.apk
    rm -r /system/xbin/busybox
    rm -r /system/bin/su
    Twitter


    Check me out here and here

  2. #2
    Join Date
    Oct 2008
    Location
    Chicago,IL
    Posts
    12

    Default Re: Unroot Captivate and Vibrant

    I apologize a head of time for my ignorance. But how do you do this? I have rooted my Captivate but want to unroot it. Any way someone can post a nOOb version explaining this? Do i need to click start then run then cmd? Thanks in advance.

  3. #3
    Join Date
    Jan 2009
    Location
    Wichita Falls
    Posts
    7,178

    Default Re: Unroot Captivate and Vibrant

    The first example you need to use adb, in the lower example you just type the commands into your terminal. You should be able to get a terminal emulator free in the android market. If you are rooted when you type the first su hit enter and you should het #.

    Or open terminal emulator and type:

    su (enter)
    rm -r /system/app/Superuser.apk (enter)
    rm -r /system/xbin/busybox (enter)
    rm -r /system/bin/su (enter)
    HTC Sensation - Rooted
    Motorola Xoom - WiFi - Rooted - Moray 2.2.2
    Twitter

  4. #4
    Join Date
    Mar 2009
    Location
    UK
    Posts
    3,343

    Default Re: Unroot Captivate and Vibrant

    Given that the system firmware isn't actually changed when rooting, I wonder if OTA updates will still work as normal without the need to unroot.

  5. #5
    Join Date
    Nov 2008
    Location
    Northville,MI
    Posts
    6,411

    Default

    It should.......
    Twitter


    Check me out here and here

  6. #6
    Join Date
    Mar 2009
    Location
    UK
    Posts
    3,343

    Default Re: Unroot Captivate and Vibrant

    I noticed in the update script it has this:

    symlink("../xbin/su", "/system/bin/su");

    Doesn't that mean there's a dead symlink called /system/bin/su that needs removing too?

  7. #7
    Join Date
    Nov 2008
    Location
    Northville,MI
    Posts
    6,411

    Default

    Um not sure if u can remove it. I think that's the stock su that all Androids ship with.

    I c what your saying now, that's part of the new system. If its removed u won't have root.
    Twitter


    Check me out here and here

  8. #8
    Join Date
    Mar 2009
    Location
    UK
    Posts
    3,343

    Default Re: Unroot Captivate and Vibrant

    Yeah but that's what I mean... if you're unrooting, don't you need to delete that shortcut too.

    Edit: shortcut = symlink.... speaking in Windoze now

  9. #9
    Join Date
    Nov 2008
    Location
    Northville,MI
    Posts
    6,411

    Default

    I'll check the stock rom later, there's an su file that ships with Android that has to stay. I think that one stays.
    Twitter


    Check me out here and here

  10. #10
    Join Date
    Mar 2009
    Location
    UK
    Posts
    3,343

    Default Re: Unroot Captivate and Vibrant


    As best as I can tell, that file is created as a symlink as part of the update.zip package when rooting. So it's either already overwritten the stock one, or it's left over... at least that's what seems to be the case.

Page 1 of 3 1 2 3 LastLast

Similar Threads

  1. Samsung Vibrant vs nexus one -- vibrant is better
    By fellonblackdays in forum General Samsung Chat
    Replies: 31
    Last Post: 09-03-2010, 10:28 AM
  2. No Front-Facing Camera: Fascinate, Captivate, Vibrant
    By spary in forum General Samsung Chat
    Replies: 13
    Last Post: 06-30-2010, 11:51 AM
  3. how can i unroot my G1? (HELP HELP!)
    By sbdroid in forum General Phone Chat
    Replies: 5
    Last Post: 03-23-2010, 03:06 PM
  4. plz help me unroot
    By 3lm3jor in forum General Phone Chat
    Replies: 14
    Last Post: 05-15-2009, 03:28 PM

Bookmarks

Posting Permissions

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