wohooo incredible rooted!

Backnblack

Premium Member
Premium Member
Joined
Nov 18, 2009
Messages
11,104
Reaction score
28
Current Phone Model
iPhone 7+ 256gb
its either luck of the draw or something is different certain phones as of now. ive rebooted and ran scripts over 300 times on this pos and nothing and some get it on there first try. there is work being done and progress being made. i dont know why you closed my thread on the subject one of the main devs for this posted a link to where the release will be in there but eh what do i know.

unrevoked for Incredible

No need for multiple posts....
 

pc747

Regular Member
Rescue Squad
Joined
Dec 23, 2009
Messages
25,489
Reaction score
6,865
Congrats: prerunnerseth and the people who he worked with I will post the link and instructions they used. I have not tried myself so you do it at your own risk and I will not have a clue how to help you if you get stuck.


prerunnerseth
user-online.png

Senior Member
Join DateApr 2010LocationRoseville, CAPosts315
 

pc747

Regular Member
Rescue Squad
Joined
Dec 23, 2009
Messages
25,489
Reaction score
6,865
this is his method: according to him it does not have the su apk.

Root process, my regurgitation of it, with Perm Part added.

I DID NOT MAKE THE ROOT PROCEDURE ALL PROPS GO TO THE TEAM AT
UNREVOKED. I just tacked on the perm procedure and regurgitated it in my own words. \

************DISCLAIMER**********
I nor anyone else is responsible if you break your phone. try this at your own risk!!
***********END DISCLAIMER**************

Original procedure here:
public:adb_in_recovery [RootWiki]

donate here:
https://secure.eff.org/site/Donation...donation=form1

I am just compiling the Current procedure here.

Install the android SDK
Android SDK | Android Developers

Install HTC Sync

Download these three files and place them into your android/tools folder
http://www.shadowmite.com/temp/payload-update.zip
http://www.unrevoked.com/incredible/ota.zip
http://www.unrevoked.com/incredible/busybox

Shut down your phone and plug it into USB

Click on start
then on box at the bottom of your start menu
type cmd

a command window will pop up

navigate to the android SDk Tools directory

type edit loop.bat
in the edit program enter the following lines exactly

Code:
@ECHO OFF
:TOP
adb shell
goto TOP
Save the file

type loop and press enter

you should see the screen fill up with "error: device not found"

Press and hold the volume down button then press the power button. Once it starts booting, release the buttons.

Wait a couple seconds.

Use the volume down once to highlight recovery

press the power button

wait a few seconds within 5-10 seconds it should change from "error: device not found" to "exec '/system/bin/sh' failed: No such file or directory (2) -"


If you do not get this message within 5-10 seconds pull the battery and do it over again.

Once you get the above message then click on the cmd window and press ctrl-C to stop the batch file.

now you should still be in the triangle with the ! screen. press vol up and power to go back to the menu. DO NOT REBOOT.

Press vol down to apply: update.zip and press the power button

It will fail at this.

Go back to the CMD window and type the following commands.

Code:
adb push busybox /sdcard/busybox
adb push ota.zip /sdcard/update.zip
Now type the next command but DO NOT PRESS ENTER YET

Code:
adb push payload-update.zip /sdcard/update.zip
Now press the power button on Apply: update.zip within 1/2 second press enter on the command window to execute the above command.

If successful you should see

“unrEVOked for Incredible” with some other stuff

Now type the following commands to make it persistent through reboot

Code:
adb shell
su
/system/bin/cat /system/bin/sh > /system/bin/su
/system/bin/chmod 4777 /system/bin/su
to get rid of city id do this

Code:
/system/bin/rm /system/app/CityID.apk
choose reboot from the menu and Your phone will now reboot and you will have​

 

pc747

Regular Member
Rescue Squad
Joined
Dec 23, 2009
Messages
25,489
Reaction score
6,865
here are picks

quote_icon.png
Originally Posted by prerunnerseth
Drocap2 allows you to take screen shots on the phone of anything I shall demonstrate






Root Explorer screen shot taken with drocap2

 

kmo

Member
Joined
Apr 22, 2010
Messages
537
Reaction score
2
NICE, props to all involved...:rating10:
 

pc747

Regular Member
Rescue Squad
Joined
Dec 23, 2009
Messages
25,489
Reaction score
6,865
not my video

but hope it helps


[video=youtube;Z8mheIkQ-1o]http://www.youtube.com/watch?v=Z8mheIkQ-1o&feature=player_embedded]YouTube - incredible adb in recovery[/video]
 

SeanRinVA

Member
Joined
Apr 5, 2010
Messages
105
Reaction score
0
Location
Hampton, VA
Tried both methods - can't get adb to connect upon booting into recovery. :icon_evil:

Can't wait!

Congrats to the team who have been working on this! dancedroid
 

randytho

Member
Joined
May 21, 2010
Messages
49
Reaction score
0

adrynalyne

Premium Member
Premium Member
Developer
Joined
Dec 21, 2009
Messages
2,895
Reaction score
5
Unfortunately, the recovery isn't persistent.
 

randytho

Member
Joined
May 21, 2010
Messages
49
Reaction score
0
I'm rooted and loving it.... nice to have a little freedom.... in time I'm sure there will be a package to do it all easily... for now though, this method works for me each and every time.

For those having trouble.... take a look... I have gathered up all the info and put it in one thread.

Increcible ROOT, SU, CUSTOM RECOVERY..... "the collection of info in one place"
Sigh thanks for info and the thread now I feel even more sure I'm going to wait until there is an easy way lol...btw I feel like my IQ just dropped below 20... grin! Ok all you code breakers out there write those of us with a brain block a quick and easy patch please! :p

Randy T.
 
Top