Football Fans: Download the 2012 Schedule App from Google Play!


Go Back   Android Forums > Android Phones > HTC EVO 4G > EVO 4G - All Things Root

EVO 4G - All Things Root Rooting, ROMS, Overclocking, etc.



Reply
 
LinkBack Thread Tools
Old December 5th, 2011, 09:49 PM   #1 (permalink)
Junior Member
 
hipster's Avatar
 
Join Date: Nov 2011
Posts: 24
 
Device(s):
Thanks: 6
Thanked 28 Times in 12 Posts
bjjaqua
Default Ciq strip down

first off let me say I have in no way have made this program. I am just passing it along to all of you. A guy over at xda-developers.com has made this. He goes by the name of "whitslack". basically what this will do is strip out all files associated with ciq. This file is for people running sense based roms or running a rooted stock rom, or heck even if you are on an AOSP rom and are just plain freaked out still. if you would like to make sure you are clean just go ahead and download this zip:RemoveCIQ.zip

after you do so reboot into recovery and run it. it will tell you what it is taking of as it is doing it. if interested before you download here is the code:
Code:
mount("MTD", "system", "/system");

ui_print("Removing Carrier IQ..."); 
ui_print(" /system/etc/iqprofile.pro"); 
delete("/system/etc/iqprofile.pro");  
ui_print(" /system/bin/iqd"); 
delete("/system/bin/iqd"); 
ui_print("  /system/bin/iqfd"); 
delete("/system/bin/iqfd"); 
ui_print("  /system/lib/libciq_client.so"); 
delete("/system/lib/libciq_client.so"); 
ui_print(" /system/lib/libciq_htc.so"); 
delete("/system/lib/libciq_htc.so"); 
ui_print(" /system/lib/libhtciqagent.so"); 
delete("/system/lib/libhtciqagent.so"); 
ui_print(" /system/app/HtcIQAgent.apk"); 
delete("/system/app/HtcIQAgent.apk"); 
ui_print(" /system/app/HtcIQAgent.odex"); 
delete("/system/app/HtcIQAgent.odex"); 
ui_print(" /system/app/IQRD.apk"); 
delete("/system/app/IQRD.apk"); 
ui_print(" /system/app/IQRD.odex"); 
delete("/system/app/IQRD.odex");
if you find this useful make sure you head over there and click the thanks button or throw him a couple bones, after all he did just save your arse and privacy .

hipster is offline  
Reply With Quote
The Following 4 Users Say Thank You to hipster For This Useful Post:
disc golfin (December 6th, 2011), frenchy714 (December 6th, 2011), Granite1 (December 6th, 2011), ocnbrze (December 6th, 2011)
Sponsors
Old December 6th, 2011, 01:45 AM   #2 (permalink)
AF Addict
 
ocnbrze's Avatar
 
Join Date: May 2010
Location: los angeles
Posts: 11,592
 
Device(s): HTC 3vo, HTC EVO (not activated)
Thanks: 9,272
Thanked 5,571 Times in 3,742 Posts
Default

Quote:
Originally Posted by hipster View Post
first off let me say I have in no way have made this program. I am just passing it along to all of you. A guy over at xda-developers.com has made this. He goes by the name of "whitslack". basically what this will do is strip out all files associated with ciq. This file is for people running sense based roms or running a rooted stock rom, or heck even if you are on an AOSP rom and are just plain freaked out still. if you would like to make sure you are clean just go ahead and download this zip:RemoveCIQ.zip

after you do so reboot into recovery and run it. it will tell you what it is taking of as it is doing it.

if you find this useful make sure you head over there and click the thanks button or throw him a couple bones, after all he did just save your arse and privacy .
thanx man for pointing this out for us. much appreciated.
__________________
“The Guide is definitive. Reality is frequently inaccurate.”.......Hitchhiker's Guide to the Universe
“I seldom end up where I wanted to go, but almost always end up where I need to be.”.......Douglas Adams
ocnbrze is online now  
Reply With Quote
The Following User Says Thank You to ocnbrze For This Useful Post:
Granite1 (December 6th, 2011)
Old December 6th, 2011, 04:16 AM   #3 (permalink)
Resident Frog
 
argedion's Avatar
 
Join Date: Jun 2011
Location: I Live in St'Marys Georgia
Posts: 2,506
 
Device(s): HTC EVO 4g I am a Changer. May God Bless You.
Thanks: 1,577
Thanked 2,186 Times in 1,188 Posts
Default

Does this actually work? I've never known linux to use the delete command its always been rm hmmmm interesting.
__________________
Rantings of a MadFrog or otherwise useful info {Updated 03/18/2012}
A Flash Guide for us all
AF Pink Floyd Thread
Asking simple questions can keep us from doing dumb things.
Fedora 17 Final Release Scheduled for 2012-05-22
argedion is online now  
Reply With Quote
Old December 6th, 2011, 05:45 AM   #4 (permalink)
Junior Member
 
hipster's Avatar
 
Join Date: Nov 2011
Posts: 24
 
Device(s):
Thanks: 6
Thanked 28 Times in 12 Posts
bjjaqua
Default

Quote:
Originally Posted by argedion View Post
Does this actually work? I've never known linux to use the delete command its always been rm hmmmm interesting.
I tried it out. It does work. It is a script not commands
hipster is offline  
Reply With Quote
The Following 2 Users Say Thank You to hipster For This Useful Post:
Granite1 (December 6th, 2011), ocnbrze (December 6th, 2011)
Old December 6th, 2011, 09:02 AM   #5 (permalink)
Resident Frog
 
argedion's Avatar
 
Join Date: Jun 2011
Location: I Live in St'Marys Georgia
Posts: 2,506
 
Device(s): HTC EVO 4g I am a Changer. May God Bless You.
Thanks: 1,577
Thanked 2,186 Times in 1,188 Posts
Default

Scripts are a list of commands.
argedion is online now  
Reply With Quote
The Following 2 Users Say Thank You to argedion For This Useful Post:
Granite1 (December 6th, 2011), ocnbrze (December 6th, 2011)
Old December 6th, 2011, 01:22 PM   #6 (permalink)
AF Addict
 
ocnbrze's Avatar
 
Join Date: May 2010
Location: los angeles
Posts: 11,592
 
Device(s): HTC 3vo, HTC EVO (not activated)
Thanks: 9,272
Thanked 5,571 Times in 3,742 Posts
Default

here is the xda link if you want to read u about it:
[Update.zip] Remove Carrier IQ rootkit - xda-developers
ocnbrze is online now  
Reply With Quote
The Following 5 Users Say Thank You to ocnbrze For This Useful Post:
9to5cynic (December 6th, 2011), argedion (December 7th, 2011), fifidaddy (December 7th, 2011), Granite1 (December 6th, 2011), Rxpert83 (December 6th, 2011)
Old December 6th, 2011, 07:48 PM   #7 (permalink)
Junior Member
 
hipster's Avatar
 
Join Date: Nov 2011
Posts: 24
 
Device(s):
Thanks: 6
Thanked 28 Times in 12 Posts
bjjaqua
Default

i stand corrected. I thought they were different.
hipster is offline  
Reply With Quote
Old December 6th, 2011, 08:47 PM   #8 (permalink)
Stand Back!
 
Rxpert83's Avatar
 
Join Date: Aug 2011
Location: DSM
Posts: 3,512
 
Device(s): HTC EVO 4G
Thanks: 2,449
Thanked 3,616 Times in 1,949 Posts
Default

It looks like there was a lot of discussion on that Xda thread that there was more to CIQ than this script gets rid of.

Nothing agaist this script, and thank you for bringing it to us, but I think its probably worth giving TrevE (the guy who discovered CIQ) a dollar for his solution.
__________________
Current EVO 4G ROM suggestions:
Sense--TommyTomatoe's Evo Classic
AOSP-- Decks Reloaded

EVO Troubleshooting
Rxpert83 is online now  
Reply With Quote
The Following User Says Thank You to Rxpert83 For This Useful Post:
argedion (December 7th, 2011)
Reply

HTC EVO 4G
Current Rating:
Rate this Phone:

When Sprint announced their first ever 4G handset at CTIA in March 2010, they dropped a bombshell on the mobile world. The HTC Evo 4G is a device that introduces a lot of firsts when compared to other North American handsets. This is the first Andr... Read More


Bookmarks


Go Back   Android Forums > Android Phones > HTC EVO 4G > EVO 4G - All Things Root User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -5. The time now is 06:46 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo