View Single Post
  #2 (permalink)  
Old 11-29-2011, 02:03 AM
scrosler's Avatar
scrosler
VIP Member
Offline
Threadstarter
Location: Fargo ND
 
Join Date: Aug 2007
Posts: 5,114
Reputation: 20875
scrosler can't get a higher reputation levelscrosler can't get a higher reputation levelscrosler can't get a higher reputation levelscrosler can't get a higher reputation levelscrosler can't get a higher reputation levelscrosler can't get a higher reputation levelscrosler can't get a higher reputation levelscrosler can't get a higher reputation levelscrosler can't get a higher reputation levelscrosler can't get a higher reputation levelscrosler can't get a higher reputation level
Mentioned: 8 Post(s)
Tagged: 0 Thread(s)
Re: Tool - CleanTOOL 1.0 - 11/29 - Bye Bye Bloat For good!

How to mod the script to your satisfaction...

Not everyone considers the same thing Bloat... I consider everything I listed above as bloat. If you want to modify the script to not remove some of the apps then here is what you do...

Instead of running the CleanTOOL Batch file... Open it in notepad and find this section at about the 1/2 way to 2/3s point...

Quote:
@echo Temp Rooted! Now about to clean it up!
@Pause
@echo OFF
@ADB shell pm disable com.adobe.reader
@ADB shell pm disable com.blockbuster.app.htc
@ADB shell pm disable com.mobitv.client.nfl2010
@ADB shell pm disable com.gameloft.android.Verizon.GloftLGolf2.lgolf2
@ADB shell pm disable com.amazon.kindle
@ADB shell pm disable com.slacker.radio
@ADB shell pm disable com.htc.android.htcsetupwizard
@ADB shell pm disable com.infraware.docmaster
@ADB shell pm disable com.htc.appsharing
@ADB shell pm disable com.facebook.katana
@ADB shell pm disable com.htc.socialnetwork.flickr
@ADB shell pm disable com.ea.nfshp
@ADB shell pm disable com.vzw.hss.myverizon
@ADB shell pm disable com.pv.android.verizon.mod
@ADB shell pm disable com.pv.android.verizon.avod
@ADB shell pm disable com.videosurf.activity
@ADB shell pm disable com.vznavigator.ADR6425LVW
@ADB shell pm disable com.htc.VzWBackupAssistantClient
@ADB shell pm disable com.mtag.scan
echo Cleaned!
echo Visit www.scottsroms.com for all your Android ROM Needs!
Pause
This is where all the disabling is done. Simply delete any line that you want to keep on the phone. Save file and then run it. Below is the actual app name to make it easy.


Legend
Quote:
Adobe Reader: com.adobe.reader
Block Buster: com.blockbuster.app.htc
NFL: com.mobitv.client.nfl2010
Golf: com.gameloft.android.Verizon.GloftLGolf2.lgolf2
Kindle: com.amazon.kindle
Slacker: com.slacker.radio
HTC Set Up: com.htc.android.htcsetupwizard
Polaris Office: com.infraware.docmaster
App Sharing: com.htc.appsharing
FaceBook: com.facebook.katana
Flicker: com.htc.socialnetwork.flickr
NFS: com.ea.nfshp
MY Verizon: com.vzw.hss.myverizon
VCast Music: com.pv.android.verizon.mod
VCast Video: com.pv.android.verizon.avod
Video Surf: com.videosurf.activity
VZ Nav: com.vznavigator.ADR6425LVW
Back Up Assistance: com.htc.VzWBackupAssistantClient
Scan: com.mtag.scan
Conversely, if you want to enable something that you prior disabled simple send the enable command instead of the disable command like this:

@ADB shell pm enable com.facebook.katana
Sending that line will enable Facebook. The same method for any thing else.
__________________


Donations always accepted but never expected!

Last edited by scrosler; 11-29-2011 at 02:16 AM.
Reply With Quote