11th October 2011, 09:44 PM
(Last edited by attn1; 26th April 2012 at 02:08 AM .)
Recognized Developer -
OP
Thanks Meter
1723
Posts: 2,476
Join Date: Mar 2010
[Tool] Downgrade VivoW with hboot 0.98
Windows: Disable or remove all phone, PDA, MP3 sync softwares, including HTC Sync, itunes, and all Antivirus software and suspend all unnecessary processes.
Windows: Install HTC USB Drivers on your PC. http://downloads.unrevoked.com/HTCDriver3.0.0.007.exe
64 bit Linux Users: Android tools in the kit are 32 bit. You will need to install ia32-libs (Debian) or equivelent if they are not already installed. Debian/Ubuntu: sudo apt-get install ia32-libs
Get adb and fastboot working on your PC
Start with phone in Charge Only mode, sdcard mounted by phone, not PC, and USB debugging enabled
A kit with everything needed (including adb and fastboot) including scripts. vwhk-12102011-c.zip MD5: 26a2dbcb96d82153add7edaccd157996
IMPORTANT: Run the Linux script as ROOT, run the Windows script as Admin.
Run Revolutionary for S-OFF & CWM if desired after downgrade. http://revolutionary.io/
Notes:
No goldcard needed for Verizon DINC2. If you ask this, you'll get nothing but hate.
Yes, this wipes data and downgrades the ROM completely.
Code:
adb shell rm -r /data/local/tmp/*
adb push zergRush /data/local/tmp/zergRush
adb push misc_version /data/local/tmp/misc_version
adb shell chmod 777 /data/local/tmp/zergRush
adb shell chmod 777 /data/local/tmp/misc_version
adb shell /data/local/tmp/zergRush
adb shell /data/local/tmp/sh -c '/data/local/tmp/misc_version -s 2.18.605.3'
adb reboot bootloader
fastboot oem rebootRUU
fastboot erase cache
fastboot flash zip RUU_Vivo_W_Gingerbread_S_VERIZON_WWE_2.18.605.3_Radio_1.09.01.0622_NV_VZW1.92_release_199487_signed.zip
fastboot reboot
Thanks to:
Revolutionary - for everything they do
Ch4lky - zergRush
Guhl - misc_version
The Following 66 Users Say Thank You to attn1 For This Useful Post: [ Click to Expand ]
AeonDelirium (12th October 2011),
AhMaD301 (8th February 2012),
andybones (11th October 2011),
arlindemini (11th October 2011),
beenz (12th October 2011),
boffster99 (14th October 2011),
cbaird7 (14th October 2011),
chaosbringer (12th October 2011),
chrisanthropic (14th October 2011),
Deliverance816 (10th January 2013),
diavolo770 (12th October 2011),
dirtsky (4th March 2012),
dlamber7 (28th October 2011),
EmperorX (1st April 2012),
ericmtnbkr (16th January 2012),
gaad0701 (15th June 2012),
General_Tso (14th December 2012),
gersto (13th October 2011),
Grnlantern79 (19th October 2011),
hackma1990 (22nd September 2012),
HogFan77 (29th January 2012),
it2swbrown (14th October 2011),
jameshmiller (21st December 2011),
JAS_21 (12th October 2011),
jdkane527 (15th April 2012),
joanchoma (23rd January 2012),
juzz86 (13th February 2012),
kapilthio (7th November 2011),
knipp21 (12th October 2011),
kschwarz88 (28th October 2011),
lddrew (12th October 2011),
Letitride (30th November 2011),
loudaccord (11th October 2011),
maxmk09 (9th November 2011),
michaelbsheldon (2nd December 2011),
n7oq (28th October 2011),
nemosomen (12th October 2011),
Number R09 (5th January 2012),
ooofest (3rd June 2012),
pfc.joker (19th March 2012),
ph1nn (20th February 2012),
prototype7 (25th April 2012),
rabbid10 (14th August 2012),
RichAP (14th December 2011),
rikc34 (25th July 2012),
rmancl (17th November 2011),
rocksteady (2nd June 2012),
schizopunk (14th October 2011),
Sebahz87 (12th October 2011),
Siepieranski (23rd November 2011),
skyline247 (12th October 2011),
skyline_9812 (17th March 2013),
sumeetpingale (18th July 2012),
tincbtrar (2nd March 2012),
TnTitan86 (22nd April 2012),
tpbklake (13th October 2011),
trkaaa (1st February 2012),
WhistlingDog (10th December 2011),
WhotahnHTC (19th February 2012),
woodmaster (28th February 2012),
WookieFan (28th November 2011),
xenakis (12th October 2011),
XsMagical (6th November 2011),
yusufsan (8th August 2012),
YzRacer (4th December 2011)
11th October 2011, 09:52 PM
(Last edited by loudaccord; 12th October 2011 at 01:53 PM .)
Senior Member
Thanks Meter
26
Posts: 406
Join Date: Aug 2010
Trying now
EDIT: I don't want this post to confuse anyone... I missed a step but this worked perfect for me.
11th October 2011, 10:18 PM
(Last edited by attn1; 11th October 2011 at 10:26 PM .)
Recognized Developer -
OP
Thanks Meter
1723
Posts: 2,476
Join Date: Mar 2010
Quote:
Originally Posted by
loudaccord
Trying now
Dumb question... then I can run the regular revolutionary PRE4 to get s-off and install cwm recovery?
stuck on adb shell /data/local/tmp/sh -c '/data/local/tmp/misc_version -s 2.18.605.3'
C:\android-win-tools>adb shell /data/local/tmp/sh -c '/data/local/tmp/misc_versi
on -s 2.18.605.3'
--set_version set. VERSION will be changed to: 2.18.605.3
Patching and backing up partition 17...
Error opening backup file.
C:\android-win-tools>fastboot oem rebootRUU
< waiting for device >
Can't get past there.
what happened when you tried to get temproot with zergrush?
was the phone in charge only mode? It needs be to write a backup file to the sdcard.
the < waiting for device > error is because the fastboot driver is not installed or there is contention with some program.
i missed a step; updated code above:
prerequisite: adb and fastboot fully working.
The Following 3 Users Say Thank You to attn1 For This Useful Post: [ Click to Expand ]
11th October 2011, 10:25 PM
Senior Member
Thanks Meter
26
Posts: 406
Join Date: Aug 2010
Quote:
Originally Posted by
attn1
what happened when you tried to get temproot with zergrush?
was the phone in charge only mode? It needs be to write a backup file to the sdcard.
the < waiting for device > error is because the fastboot driver is not installed or there is contention with some program.
prerequisite: adb and fastboot fully working.
Temproot with zergrush said that it was successful, phone is on charge only mode.
looks like fastboot doesn't seem to be working, I have it installed but I'll have to get to the bottom of this.
Any way for me to test if fastboot is working easily?
11th October 2011, 10:31 PM
Recognized Developer -
OP
Thanks Meter
1723
Posts: 2,476
Join Date: Mar 2010
Quote:
Originally Posted by
loudaccord
Temproot with zergrush said that it was successful, phone is on charge only mode.
looks like fastboot doesn't seem to be working, I have it installed but I'll have to get to the bottom of this.
Any way for me to test if fastboot is working easily?
I missed the adb reboot step. check the code above for where that line goes.
The Following User Says Thank You to attn1 For This Useful Post: [ Click to Expand ]
11th October 2011, 10:35 PM
(Last edited by loudaccord; 11th October 2011 at 10:50 PM .)
Senior Member
Thanks Meter
26
Posts: 406
Join Date: Aug 2010
Quote:
Originally Posted by
attn1
I missed the adb reboot step. check the code above for where that line goes.
cool, trying again
edit... that worked... sending zip now.
edit2: ran through all the commands... going to try to get s-off now. Thanks!
edit3: Success
11th October 2011, 10:44 PM
(Last edited by attn1; 11th October 2011 at 10:54 PM .)
Recognized Developer -
OP
Thanks Meter
1723
Posts: 2,476
Join Date: Mar 2010
Quote:
Originally Posted by
loudaccord
edit3: Success
Groovy. Have fun.
The Following User Says Thank You to attn1 For This Useful Post: [ Click to Expand ]
11th October 2011, 11:34 PM
Senior Member
Thanks Meter
15
Posts: 119
Join Date: Nov 2010
Does this mean alpharevx isnt working on a 2.3.4 root? Is this the only way or just a way if you dont want to wait?
Sent from my ADR6350 using xda premium
12th October 2011, 12:14 AM
Recognized Developer -
OP
Thanks Meter
1723
Posts: 2,476
Join Date: Mar 2010
Quote:
Originally Posted by
Bob-o
Does this mean alpharevx isnt working on a 2.3.4 root? Is this the only way or just a way if you dont want to wait?
Sent from my ADR6350 using xda premium
It means its not working on any hboot other than 0.97
12th October 2011, 12:57 AM
Senior Member
Thanks Meter
88
Posts: 494
Join Date: Jun 2010
Location: Orlando, FL
I saw the tool tweeted by AlpharevX. I wasn't sure if it would work for Inc2. I am already rooted, but thank you for writing a guide for us!!!!
Most Thanked In This Thread
6 Step By Step Instructions for Rooting 2.3.4 and 2.3.3?? 6 (quote) This is really the
heart of the … 3 as per our conversation
via skype try … 3 (quote)
(quote)
3 Important Info I wish to
share since I …