View Single Post
  #2 (permalink)  
Old 07-02-2011, 03:03 PM
OMJ's Avatar
OMJ
Retired Staff
Offline
Location: MN
 
Join Date: Jun 2007
Posts: 4,767
Reputation: 20305
OMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation level
Mentioned: 11 Post(s)
Tagged: 0 Thread(s)
Re: [Guide] - 3VO Clean Up - Remove *ALL* the bloatware!

very nice!

and if you want to modify the .bat file, simply edit it, I like using Notepad++. remove the lines of code for the apps u wanna keep.

Code:
adb shell pm disable com.amazon.mp3
adb shell pm disable com.htc.appsharing
adb shell pm disable com.blockbuster.app.htc
adb shell pm disable com.android.debugtool
adb shell pm disable com.htc.ereader
adb shell pm disable com.htc.watchshortcut
adb shell pm disable com.htc.loggers
adb shell pm disable com.handson.h2o.nascar09
adb shell pm disable com.htc.reportagent
adb shell pm disable com.htc.picasa
adb shell pm disable com.gameloft.microwidget
adb shell pm disable com.SIE.HTCMobileGuide
adb shell pm disable com.gameloft.android.SPRINT.GloftSMHP.ML
adb shell pm disable com.mobitv.client.sprinttvng
adb shell pm disable com.sprint.dsa
adb shell pm disable com.telenav.app.android.sprint
adb shell pm disable com.mspot.android.music.mspotradiosprint
adb shell pm disable com.sprint.smps

not to steal your thunder scrosler, but here is the code to enable apps, simple change disable to enable

Code:
@echo off
adb shell pm enable com.amazon.mp3
adb shell pm enable com.htc.appsharing
adb shell pm enable com.blockbuster.app.htc
adb shell pm enable com.android.debugtool
adb shell pm enable com.htc.ereader
adb shell pm enable com.htc.watchshortcut
adb shell pm enable com.htc.loggers
adb shell pm enable com.handson.h2o.nascar09
adb shell pm enable com.htc.reportagent
adb shell pm enable com.htc.picasa
adb shell pm enable com.gameloft.microwidget
adb shell pm enable com.SIE.HTCMobileGuide
adb shell pm enable com.gameloft.android.SPRINT.GloftSMHP.ML
adb shell pm enable com.mobitv.client.sprinttvng
adb shell pm enable com.sprint.dsa
adb shell pm enable com.telenav.app.android.sprint
adb shell pm enable com.mspot.android.music.mspotradiosprint
adb shell pm enable com.sprint.smps
__________________

Last edited by OMJ; 07-03-2011 at 09:35 AM.
This post has been thanked 2 times.