Cleantool Script

atomicwedgie

Member
Joined
Nov 5, 2009
Messages
587
Reaction score
1
Location
Long Island NY
Nice! When I first read it I was like, "I don't want ALL of this disabled!" and then saw you can actually pick and choose. :)
 
OP
MrSmith317

MrSmith317

Moderator
Premium Member
Joined
Mar 26, 2010
Messages
1,578
Reaction score
31
Location
Philadelphia
Check the end of the thread for additional packages that can be disabled. Mostly HTC running processes just eating up memory for no good reason.
 

SquireSCA

Silver Member
Joined
Jan 12, 2011
Messages
1,571
Reaction score
226
Location
Atlanta, GA
Here is what I decided to disable so far, this is not the entire script, just the "disable" portion:

@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.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
@adb shell pm disable com.google.android.apps.books
@adb shell pm disable com.htc.htctwitter
@adb shell pm disable com.htc.usagemonitor
@adb shell pm disable com.htc.reportagent
@adb shell pm disable com.htc.android.footprints
@adb shell pm disable com.htc.footprints.widget3d
@adb shell pm disable com.htc.mim
@adb shell pm disable com.htc.googlereader
@adb shell pm disable com.htc.googlereaderwidget
@adb shell pm disable com.htcidlescreen.socialnetwork
@adb shell pm disable com.htc.Twitter3DWidget
@adb shell pm disable com.htc.stockwidget
@adb shell pm disable com.htc.stock
 
OP
MrSmith317

MrSmith317

Moderator
Premium Member
Joined
Mar 26, 2010
Messages
1,578
Reaction score
31
Location
Philadelphia
Not tossing the VCast apps? Those were the first to go with me. If you want a better idea of things to throw away try doing a "top -n 1" or "ps" in terminal emulator. You can redirect the output to a file to look over but mine showed me all the nasty little sense bits that are running and have nothing to do with the way I use my phone.

Also I just posted a full list of packages towards the end of that thread. It's a long list but well worth looking over.
 
Last edited:

SquireSCA

Silver Member
Joined
Jan 12, 2011
Messages
1,571
Reaction score
226
Location
Atlanta, GA
Not tossing the VCast apps? Those were the first to go with me. If you want a better idea of things to throw away try doing a "top -n 1" or "ps" in terminal emulator. You can redirect the output to a file to look over but mine showed me all the nasty little sense bits that are running and have nothing to do with the way I use my phone.

Here is my latest revision, as I keep changing it as I follow the XDA thread...

@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.htc.appsharing
@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
@adb shell pm disable com.google.android.apps.books
@adb shell pm disable com.htc.htctwitter
@adb shell pm disable com.htc.android.footprints
@adb shell pm disable com.htc.footprints.widget3d
@adb shell pm disable com.htc.mim
@adb shell pm disable com.htc.friendstream
@adb shell pm disable com.htcidlescreen.socialnetwork
@adb shell pm disable com.htc.googlereader
@adb shell pm disable com.htc.googlereaderwidget
@adb shell pm disable com.htc.reportagent
@adb shell pm disable com.htc.usagemonitor
@adb shell pm disable com.htc.dockmode
@adb shell pm disable com.htc.stock
@adb shell pm disable com.htc.facebookchat
@adb shell pm disable com.htc.Twitter3DWidget
@adb shell pm disable com.muvee.video.trimer
@adb shell pm disable com.htc.tetheringguard
@adb shell pm disable com.htc.stockidlescreen
@adb shell pm disable com.htc.stockwidget
@adb shell pm disable com.vcast.service
@adb shell pm disable com.htc.mimwidget
@adb shell pm disable com.htc.WifiRouter
 

mikeinctown

Member
Joined
Nov 30, 2009
Messages
348
Reaction score
1
Location
Cleveland
OK, when I mounted with the HTC sync, the little icon came up and says that the USB debugging was enabled and to click if I wanted to disable. I didn't click. I ran the script and while it took a while to run, it did say everything worked.

So how do I make sure that I did it right and everything is disabled? Right now when I click running services. says 274 megs used and 556 megs free.

If I start the task manager I get 228 megs free, which is about 50 megs better than I remember having before. Does this mean it worked? I have never rooted a phone, much less really connected it to a PC for anything other than moving pictures from my OG to the PC before I put it in the phone graveyard.
 
OP
MrSmith317

MrSmith317

Moderator
Premium Member
Joined
Mar 26, 2010
Messages
1,578
Reaction score
31
Location
Philadelphia
If you look in your app drawer everything you just froze will be missing.

Sent from my HTC Rezound
 

mikeinctown

Member
Joined
Nov 30, 2009
Messages
348
Reaction score
1
Location
Cleveland
Crap, when I click on apps they are all showing. So I'm trying to figure out what went wrong. Stupid slacker radio.

Sent from my Rezound using DroidForums.
 
OP
MrSmith317

MrSmith317

Moderator
Premium Member
Joined
Mar 26, 2010
Messages
1,578
Reaction score
31
Location
Philadelphia
If you can grab a screenshot of the output from the script. I'd be glad to help you troubleshoot it.
 

mikeinctown

Member
Joined
Nov 30, 2009
Messages
348
Reaction score
1
Location
Cleveland
If you can grab a screenshot of the output from the script. I'd be glad to help you troubleshoot it.

I'll try again later and then copy and paste stuff, or at least slect parts since there is a lot of text that pops up. I may have to just grab a new phone today as I lost 30% battery life while I was sleeping and the new battery appears to drain just as fast as my old one. I think the phone is just plain defective.
 
OP
MrSmith317

MrSmith317

Moderator
Premium Member
Joined
Mar 26, 2010
Messages
1,578
Reaction score
31
Location
Philadelphia
Before I forget to mention it...if you're an XDA member and use this script. Pop on over there and thank/like scrolser's post. It's the least we can do to show gratitude. If you have a little extra in your paypal bucket maybe drop a donation. After all if we don't support these devs, why should they support us?
 

bvjens31

Member
Joined
Jan 25, 2011
Messages
91
Reaction score
0
Location
Clive, Iowa
Crap, when I click on apps they are all showing. So I'm trying to figure out what went wrong. Stupid slacker radio.

Sent from my Rezound using DroidForums.

I had to reboot my phone before the icons were removed from the app drawer. Remember, you'll lose root after reboot, but the apps should stay frozen. But, since I used zergroot and TiBa to freeze, YMMV. /shrug
 
Top