• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Carrier IQ app on EVO handset

Well, to be fair, Trevor Eckhart's paid version does remove the Carrier IQ stuff. I think it only works on select handsets at the moment though.

I agree with ocnbrze. Nearly all custom ROMs have that stuff stripped out. Even clean stock ROMs do, for the most part. All AOSP based ROMs definitely do.
 
I guess it is time root and flash my trusty EVO. I finally got one with GB and everything functioning perfect. My original EVO that I got June of last year did not like GB update. So here's going to the dark side of EVO at least until quad core HTC phone come out.
 
If you are still using a stock rom and don't have CIQ removed or if you are on a sense based rom and still want to make sure everything is off. A guy over at xda posted this update.zip that will remove all the CIQ files for you. just download and flash via recovery it will do the rest. It even tells you what its doing as it is deleting them. If interested before you download here is the script:

Code:
mount("MTD", "system", "/system");

ui_print("Removing Carrier IQ...")
 ui_print(" /system/etc/[URL="http://iqprofile.pro/"]iqprofile.pro[/URL]")
 delete("/system/etc/[URL="http://iqprofile.pro/"]iqprofile.pro[/URL]")
 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")
 ui print("Carrier Iq is removed.")
 
 unmount("/system")


DOWNLOAD HERE:
RemoveCIQ.zip
 
If you are still using a stock rom and don't have CIQ removed or if you are on a sense based rom and still want to make sure everything is off. A guy over at xda posted this update.zip that will remove all the CIQ files for you. just download and flash via recovery it will do the rest. It even tells you what its doing as it is deleting them. If interested before you download here is the script:

Code:
mount("MTD", "system", "/system");

ui_print("Removing Carrier IQ...")
 ui_print(" /system/etc/[URL="http://iqprofile.pro/"]iqprofile.pro[/URL]")
 delete("/system/etc/[URL="http://iqprofile.pro/"]iqprofile.pro[/URL]")
 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")
 ui print("Carrier Iq is removed.")
 
 unmount("/system")
DOWNLOAD HERE:
RemoveCIQ.zip
If you're rooted. Most people here probably are not so this won't help them.

If you do have this on your phone, let me direct you to the All things Root forum: EVO 4G - All Things Root - Android Forums

We look forward to you joining us. And why not install the free wireless tether app and burn some data at Sprint's expense for punishment ;) [unless roaming]
 
Back
Top Bottom