I can't get it to work. The command window when I run, acts like its running, but it says unknown device at all steps. I did everything as instructed...any ideas?
Posting from my Rezound....enjoying the beats.
I can't get it to work. The command window when I run, acts like its running, but it says unknown device at all steps. I did everything as instructed...any ideas?
Posting from my Rezound....enjoying the beats.
Do you have HTC sync running in your PC? If so turn it off. Also make sure the phone is in charge mode and USB debugging is on.
Sent from my HTC Rezound
Ok, let's start from the beginning. First, go to scottsroms.com(under downloads) and grab cleantool v1.1 (or whatever the latest version is) . Next up grab my list(which you already have). Unzip cleantool and edit the CleanTOOL.bat file. Down towards the bottom you will see a bunch of "@adb shell pm disable com.blah.blah" commands. Take the chosen com.blah.blah(whatever application you want to disable) from my text list and insert it into the cleanTOOL.bat file. Let's say you want to disable taskmanager.
Edit CleanTOOL.bat
(down where the other disable lines are add another)
@adb shell pm disable com.htc.taskmanager
Save the file. Run it.
If you put "REM" at the beginning of a line it will stop that line from running.
This helps if you want to keep track of what you've disabled/enabled
If you want to re-enable something change the disable to enable...for example
@adb shell pm enable com.htc.taskmanager
I think you get the idea. If you're still having problems PM me and I'll help you try to get your batch file in shape.