Page 1 of 8 1234 ... LastLast
Results 1 to 25 of 183
Like Tree1Likes
  1. Thread Author  Thread Author    #1  

    Default [How-To] Unlock, Install SU, Custom Recovery

    For those of you who may not be as familiar with Android as some of us, Josh has written a great blow by blow description of this process which can be found HERE


    -Download and place on the root of your SD card (storage space)
    -boot into your bootloader/fastboot mode. (Volume + Power Up, or adb reboot bootloader)
    -In CMD
    Code:
    fastboot oem unlock
    -Download and place in platform-tools on your PC
    -In CMD
    Code:
    fastboot flash recovery recovery-clockwork-5.0.2.0-crespo4g.img
    -Boot into Clockwork recovery (from fastboot, choose recovery)
    -From recovery: Install zip from SD card > Choose zip from SD card > select su-2.3.6.1-ef-signed.zip
    -Reboot and you now have super user.

    If you dont do this next step your custom recovery will not be sticky and you'll have to apply it every time you reboot. Not all phones have this file but if your does, you need to do this step

    Way #1
    - Go to THIS post
    - Thank Beezy for his work
    - Download the attachment on the post (signed_su-2.3.6-extra.zip)
    - Flash in recovery

    Way #2
    -Download root explorer from the market
    -Open and grant SU permission
    -Drive to system/etc
    -Mount as RW (upper right hand corner of screen)
    -Long press on install-recovery.sh and rename to install-recovery.sh.bak

    Way #3
    - In ADB
    Code:
    mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
    Important Note:
    Any question, comments, concerns, bumps, bruises, or otherwise should be discussed here, not by PM'ing me. Thanks in advance.
    Last edited by KSmithInNY; 09-07-2011 at 06:18 AM.
    Thanked by 10:
  2. #2  

    Default

    Thanks, will you update this thread when newer information is available for this phone?
    Thanked by:
  3. Thread Author  Thread Author    #3  

    Default

    Quote Originally Posted by Klownicle View Post
    Thanks, will you update this thread when newer information is available for this phone?
    yes. Think i have recovery sticky now. I'm able to boot into it without having to flash each time. I need someone to validate the recovery is not sticky for them following the process above. I need this validated both through ROM manager as well as through fastboot.

    What should happen is once you reboot the phone you'll be back at the stock recovery (android with a box and an arrow)
  4. #4  

    Default

    I took down your instructions from the previous edit of your post. SO not sure what is different. I'm new to the whole android. Im coming from a Palm pre. But im not a dullard either :-p

    Im not sure what instructions I should follow now lol

    Rom Manager?

    Just curious but what is the downside to a non-sticky recovery?
  5. Thread Author  Thread Author    #5  

    Default

    Updated with how to make custom recovery sticky so you don't need to apply it every time.
  6. #6  

    Default

    Quote Originally Posted by KSmithInNY View Post
    Updated with how to make custom recovery sticky so you don't need to apply it every time.
    So let me get this stright, the point of the custom recovery is to "ding ding" flash a custom recovery image (rather then stock recovery) when needed? So the whole point of it being sticky is more of a annoyance of having to get to it first? It has nothing to do with keeping root access when the phone is rebooted.


    Right?
  7. Thread Author  Thread Author    #7  

    Default

    I think your mixing up some terminology
    Quote Originally Posted by Klownicle View Post
    So let me get this stright, the point of the custom recovery is to "ding ding" flash a custom recovery image
    No, the point of flashing a custom recovery is so you can then flash zips to the phone not created by google. So in post #1, by flashing the custom recovery, you can now flash the SU zip which puts the super user binary and apk in place.

    These zips could be as simple as an apk that needs to be in /system (like SU), they can be kernels, they can be themes, they can be ROMs.
    Quote Originally Posted by Klownicle View Post
    So the whole point of it being sticky is more of a annoyance of having to get to it first?
    The whole point would be to prevent you from having to flash the custom recovery any time you wanted to go into recovery and flash a zip. Doing what i stated above keeps the custom recovery in place so later, when ROMs, themes, kernels, other hacks come out, you can boot straight into the custom recovery through fastboot without having to flash it again first.

    Quote Originally Posted by Klownicle View Post
    It has nothing to do with keeping root access when the phone is rebooted.


    Right?
    correct, It has nothing to do with rooting but you will need to apply the custom recovery at least the first time so you can flash the SU zip
  8. #8  

    Default

    So my next question is, im running into issues preforming these steps when it comes to the fastboot command.

    I installed the Android SDK, and the platform tools from the SDK Manager. The first fastboot command is giving me a error related to adb saying the required dll isn't found.

    Is there a driver required for this phone also? When the phone is in fastboot windows xp isn't finding a driver required for it. "Android 1.0" it says.

    Thanks for your responses btw

    Edit: By Copying platform-tools folder to the tools folder were fastboot is that fixed the dll issue. And I think my next problem is the Android Nexus S driver isn't included in the SDK? Or didn't install so I've read I can install it via PDANet's install on the PC when in FastBoot Mode. Update to Follow.

    Solved that but now its saying that there is no .zip on the root of the USB Storage. So going to double check I put it there. Thought I did...

    And I guess my device got wiped Hadn't really started to use it yet anyways lol
    Last edited by Klownicle; 05-06-2011 at 10:31 PM.
  9. Thread Author  Thread Author    #9  

    Default

    yep, OEM unlock wipes the phone
  10. #10  

    Default

    Quote Originally Posted by KSmithInNY View Post
    yep, OEM unlock wipes the phone
    I see the SU User App :-p Got any recommend File Managers?

    Is a Unlocked status required for root at all times?
  11. Thread Author  Thread Author    #11  

    Default

    Just flashed and i'm chugging alone at 1.2GHz. Everything seems to be working fine thus far
    Thanked by:
  12. #12  

    Default

    Quote Originally Posted by KSmithInNY View Post
    Just flashed and i'm chugging alone at 1.2GHz. Everything seems to be working fine thus far
    I didn't find a need to overclock this so far. The phone is blazing out of the box. I have had zero lag with my daily actions so far. I was amazed how quickly GPS loaded up. Thanks for all your help btw, root is working. I didn't bother with keeping the custom recovery sticky. I honestly just want to keep this as stock as possible untill needed.
  13. #13  

    Default facepalm

    i messed up used rom manager to download CM7 before i nandroided. anyway i can get the stock rom back from one of you guys? I have no service as CM doesn't incorporate sprint service yet.
  14. #14  
    pirarre's Avatar

    Posts
    357 Posts
    Global Posts
    446 Global Posts

    Default

    Quote Originally Posted by KSmithInNY View Post
    -Download and place on the root of your SD card (storage space)

    -boot into your bootloader/fastboot mode. (Volume + Power Up, or adb reboot bootloader)

    -In CMD
    Code:
    fastboot oem unlock
    Download and place in platform-tools on your PC

    -In CMD
    Code:
    fastboot flash recovery recovery-clockwork-3.0.2.4-crespo.img
    -Boot into Clockwork recovery (from fastboot, choose recovery)

    -From recovery: Install zip from SD card > Choose zip from SD card > select su-2.3.6.1-ef-signed.zip

    Reboot and you now have super user.

    [warn]If you dont do this next step your custom recovery will not be sticky and you'll have to apply it every time you reboot. [/warn]
    -Download root explorer from the market
    -Open and grant SU permission
    -Drive to system/etc
    -Mount as RW (upper right hand corner of screen)
    -Long press on install-recovery.sh and rename to install-recovery.sh.bak

    After doing this you'll want to boot into custom recovery from now on using the fastboot menu. If you attempt to boot from recovery using ROM Manager you'll get a black screen.
    Had a few problems with getting root to stick but I got it to work. The first thing I did was made a nandroid backup.
  15. #15  

    Default

    So, how do I do this on my Mac? Thanks.
  16. #16  
    12MaNy's Avatar
    Regional Leg Breaker

    Posts
    146 Posts
    Global Posts
    7,510 Global Posts
    ROM
    Too many to list...

    Default

    I PM'd Amon_RA over at xda about RA Recovery for NS4G, so we can backup our RSA keys. I don't usually use Clockwork so I'm not sure if it backs up wimax.
  17. #17  
    fixxxer1022's Avatar
    Banned

    Posts
    130 Posts

    Default

    what are the instructions to do this on a mac?
  18. #18  
    fixxxer1022's Avatar
    Banned

    Posts
    130 Posts

    Default

    Quote Originally Posted by 12MaNy View Post
    I PM'd Amon_RA over at xda about RA Recovery for NS4G, so we can backup our RSA keys. I don't usually use Clockwork so I'm not sure if it backs up wimax.
    +1000 i hate clockwork, id love to see the amon recovery ported over. ill even donate for this to happen.
  19. #19  
    12MaNy's Avatar
    Regional Leg Breaker

    Posts
    146 Posts
    Global Posts
    7,510 Global Posts
    ROM
    Too many to list...

    Default

    Quote Originally Posted by fixxxer1022 View Post
    +1000 i hate clockwork, id love to see the amon recovery ported over. ill even donate for this to happen.
    Yeah, me too. I'll send a hefty donation his way if this happens.
  20. Thread Author  Thread Author    #20  

    Default

    Try chatting with drellisdee from getitnowmarketing. He made all the amon_ra recoveries for the LG optimus series of phones.
  21. #21  

    Default

    that was amazing, the hardest part was getting drivers
  22. #22  
    fixxxer1022's Avatar
    Banned

    Posts
    130 Posts

    Default

    Quote Originally Posted by KSmithInNY View Post
    Try chatting with drellisdee from getitnowmarketing. He made all the amon_ra recoveries for the LG optimus series of phones.
    i hope someone can get this going.
  23. #23  
    kalex's Avatar

    Posts
    438 Posts
    Global Posts
    717 Global Posts
    ROM
    Original 2.3.4

    Default

    Why do people hate clockwork?

    How does one backup the RSA keys?
  24. Thread Author  Thread Author    #24  

    Default

    Quote Originally Posted by kalex1114 View Post
    Why do people hate clockwork?

    How does one backup the RSA keys?
    I don't hate clockwork at all, i just prefer Amon_ra. When i started, that was the only option so i stick with it. I find some features i use frequently (mount as USB, wipe dalvik) tucked away in sub-menus on CW which causes more button presses while those same features in Amon_Ra are centrally located (mount USB is #1 option, Wipe dalvik is conveniently located with wipe data and wipe cache).
  25. #25  
    kalex's Avatar

    Posts
    438 Posts
    Global Posts
    717 Global Posts
    ROM
    Original 2.3.4

    Default

    Oh ye I noticed that too. when I switched my LG to CW menus were all over the place. Wipe cache was in one place and davlik was buried inside menus
Page 1 of 8 1234 ... LastLast

Posting Permissions