
17th January 2012, 10:13 AM
|
Member - OP
Thanks Meter 38
Posts: 93
Join Date: Aug 2006
Location: California
|
[GUIDE] Clean up your Vivid: easily root, install recovery image, remove Carrier IQ
I was trying to follow slapshot30's guide to rooting and installing CWM on the Vivid, but the instructions require an SD card, and my phone didn't ship with one (and I didn't want to power down my other Android and remove the card etc.)
So here's a simple, clear, no-magic, guide on: - how to get permanent root (permroot) on the HTC Raider/Vivid
- instal a recovery image that will later let you backup and install ROM images
- remove Carrier IQ, a piece of software that snoops on all your actions and can report them to your carrier
Prerequisites- Install the HTC Vivid drivers for Windows
- Follow the steps at http://htcdev.com/bootloader to unlock your phone. Note that HTC will have you signup, and your email address will be uniquely associated with your phone. If you care about privacy, you may want to use a different email address that accepts attachments.
- Have adb and fastboot working on your computer, preferably in your PATH. You only need the three files from the attached adb_and_fastboot_r16.zip (these are from the Android SDK r16).
- Extract recovery.img from PH39IMG.zip - this is the ClockWorkMod (CWM) recovery image.
- Download VIVID_CWM_ROOT_VER2.zip - this will get you root. It has busybox, su, and the Superuser APK.
Steps- On the phone, enable USB debugging in Settings -> Applications -> Development.
- Connect phone to PC via USB cable. Verify that adb sees the phone by running Make sure your phone shows up (mine is HT1ASVJ....).
- Boot phone into "HBOOT" mode (remove and reinsert battery, then hold Volume Down and Power)
- Once booted, press Power to select FASTBOOT mode
- Flash the recovery image:
Code:
fastboot flash recovery recovery.img
- From the phone menu, select RECOVERY. Use the Volume Up/Down and Power keys to navigate.
- Copy the rooting ZIP to the phone's internal storage:
Code:
adb push VIVID_CWM_ROOT_VER2.zip /emmc/
- On the phone, choose "install zip from sdcard", then "choose zip from internal sdcard". Select the VIVID_CWM_ROOT_VER2.zip and confirm.
- Choose "reboot system now".
That's it, you've unlocked your Vivid, have a recovery image and root. Test that by installing the Titanium Backup APK: To remove Carrier IQ (credits go to 8125Omnimax): - Run Titanium Backup and remove the following 2 apps: HtcIQAgent, IQRD
- On your terminal/command prompt, run:
Code:
adb shell
su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
cd /system/bin
rm iqd iqfd
cd /system/lib
rm libhtciqagent.so libciq_client.so libciq_htc.so
rm /system/etc/iqprofile.pro
Visit my hand-picked selection of Best Android apps on the Android Users' wiki
Start your own hacker city, in real life
|
|
The Following 7 Users Say Thank You to dandv For This Useful Post: [ Click to Expand ]
|
|
|
|

21st April 2012, 02:13 AM
|
Senior Member
Thanks Meter 63
Posts: 301
Join Date: Feb 2009
Location: Atlanta
|
After you do the boot loader unlock, recovery and root, then I can flash a custom ICS ROM?
Appreciate the step by step will let you know.....
Current Device
HTC One 64GB Developers Edition
HTC One XL Rooted- Using ViperXL 3.+.+ JB w/ ElementalX Kernel
Previous
HTC Vivid Rooted, I-phone 4S (6.1) AT&T
Samsung Galaxy S2 i9100 (4.0.3)
Motorola Atrix 4g (2.3.4), Nexus One-AT&T (2.2 OS), I-phone 3Gs-(4.0 OS), BB Storm II, HTC Touch Cruise 2009, HTC Touch Pro (Fuze)
|

21st April 2012, 02:53 AM
|
Senior Member
Thanks Meter 96
Posts: 427
Join Date: Apr 2011
|
Quote:
Originally Posted by maddie01
After you do the boot loader unlock, recovery and root, then I can flash a custom ICS ROM?
Appreciate the step by step will let you know.....
|
You need to upgrade to ics before do a custom ics rom. You have to have updated hboot, etc. so flash the ota ics then you can unlock boot loader, recovery, root, and flash ics.
|

21st April 2012, 03:11 AM
|
Senior Member
Thanks Meter 63
Posts: 301
Join Date: Feb 2009
Location: Atlanta
|
Thanks for the reply....I have stock ICS and I unlocked bootloader today on HTC dev site...I tried to use hansoon's all in one tool to do recovery but did not know how to get phone in recovery mode....but I see how to in your directions, will try tomorrow...
Very much appreciate your help.
Current Device
HTC One 64GB Developers Edition
HTC One XL Rooted- Using ViperXL 3.+.+ JB w/ ElementalX Kernel
Previous
HTC Vivid Rooted, I-phone 4S (6.1) AT&T
Samsung Galaxy S2 i9100 (4.0.3)
Motorola Atrix 4g (2.3.4), Nexus One-AT&T (2.2 OS), I-phone 3Gs-(4.0 OS), BB Storm II, HTC Touch Cruise 2009, HTC Touch Pro (Fuze)
|

21st April 2012, 04:11 AM
|
Senior Member
Thanks Meter 31
Posts: 279
Join Date: Dec 2011
|
Nice guide!
|

21st April 2012, 05:46 AM
|
Senior Member
Thanks Meter 77
Posts: 190
Join Date: Mar 2012
Location: Bay Area, CA
DONATE TO ME
|
is there a battery difference or more ram when Carrier IQ is removed?
MacBook Pro Retina 2012, 2.3GHz Quad Core (3.3GHz Turbo)/ 16GB RAM OS X Mountain Lion
iMac 27in Late 2011 3.4 i7 Quad Core OS X Lion 10.7.3 & Windows 7
Zotac Z-Box HD-ID11 OSx86 / Ubuntu / Windows 8
iPhone 5 iOS 6.0.1
Nexus 7 32GB Wi-Fi
|

29th April 2012, 05:55 PM
|
Senior Member
Thanks Meter 9
Posts: 120
Join Date: Jun 2011
Location: Bournemouth, UK
|
Excellent guide! Thank you!
Samsung Galaxy Note II - ROM version? Can never decide...
Google Nexus 7 - CM
Blogging @ http://wall.jaxadv.com
|

13th June 2012, 06:18 AM
|
Junior Member
Thanks Meter 1
Posts: 22
Join Date: Mar 2011
|
thanks
Worked just fine!
|

21st June 2012, 07:45 PM
|
Senior Member
Thanks Meter 314
Posts: 1,006
Join Date: Jan 2012
DONATE TO ME
|
does this wipe any personal data or installed apps???
|

2nd July 2012, 02:00 AM
|
Member - OP
Thanks Meter 38
Posts: 93
Join Date: Aug 2006
Location: California
|
How did you get 139 thanks if you've asked this question?!
Quote:
Originally Posted by robgee789
does this wipe any personal data or installed apps???
|
Yes, of course. It's a new ROM. All your apps will be wiped out.
Data on the SD card, will, of course, be left alone. Check out my Android backup guide on how to backup and restore what you need to.
Visit my hand-picked selection of Best Android apps on the Android Users' wiki
Start your own hacker city, in real life
|
|
The Following User Says Thank You to dandv For This Useful Post: [ Click to Expand ]
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
|
|