Modjo
Erfahrenes Mitglied
- 38
Hi Leutz ,
kann ich gemäss der Anleitung auch für das Desire vorgehen ?
https://www.android-hilfe.de/forum/...apps-peep-footprints-deinstallieren.5176.html
Removing parts of the ROM you don't want (Twitter, Plurk etc.)
Removing parts of the ROM you don't want is actually pretty straightforward on a rooted ROM. You need a PC or a Mac, and ADB. Handily, i've packaged up ADB for both platforms here!
The first step is to download and extracty this zip and then open a command prompt to the directory containing the extracted files.
Next, just enter the commands below (you will need to replace 'adb' with './adb' if you are on a Mac) and you're done! Remember these changes are permanent, and can only be undone by re-applying the latest zip update.
Note that these commands are case sensitive!
Enjoy - if you need help removing anything else specific, post in topic!
P
Removing Business Card Reader (enhanced version only)
CODE
adb remount
adb shell rm /system/app/*BizCard*
Removing Chinese Resources (including Chinese input) (enhanced version only)
CODE
adb remount
adb shell rm /system/app/HTC_CIME*
adb shell rm /system/app/CN*
Removing Footprints
CODE
adb remount
adb shell rm /system/app/*Foot*
Removing HTC Sync
CODE
adb remount
adb shell rm /system/app/PCSCII*
Removing Java
CODE
adb remount
adb shell rm /system/app/Jbed*
adb shell rm /system/lib/*jbed*
Removing Plurk (enhanced version only)
CODE
adb remount
adb shell rm /system/app/*Plurk*
Removing Stocks
CODE
adb remount
adb shell rm /system/app/*Stock*
Removing Twitter
CODE
adb remount
adb shell rm /system/app/*Twit*
Removing WAP Browser (enhanced version only)
CODE
adb remount
adb shell rm /system/app/Wap*
adb shell rm /system/lib/*wap*
Info wäre nett
regards Modjo
kann ich gemäss der Anleitung auch für das Desire vorgehen ?
https://www.android-hilfe.de/forum/...apps-peep-footprints-deinstallieren.5176.html
Removing parts of the ROM you don't want (Twitter, Plurk etc.)
Removing parts of the ROM you don't want is actually pretty straightforward on a rooted ROM. You need a PC or a Mac, and ADB. Handily, i've packaged up ADB for both platforms here!
Next, just enter the commands below (you will need to replace 'adb' with './adb' if you are on a Mac) and you're done! Remember these changes are permanent, and can only be undone by re-applying the latest zip update.
Note that these commands are case sensitive!
Enjoy - if you need help removing anything else specific, post in topic!
P
Removing Business Card Reader (enhanced version only)
CODE
adb remount
adb shell rm /system/app/*BizCard*
Removing Chinese Resources (including Chinese input) (enhanced version only)
CODE
adb remount
adb shell rm /system/app/HTC_CIME*
adb shell rm /system/app/CN*
Removing Footprints
CODE
adb remount
adb shell rm /system/app/*Foot*
Removing HTC Sync
CODE
adb remount
adb shell rm /system/app/PCSCII*
Removing Java
CODE
adb remount
adb shell rm /system/app/Jbed*
adb shell rm /system/lib/*jbed*
Removing Plurk (enhanced version only)
CODE
adb remount
adb shell rm /system/app/*Plurk*
Removing Stocks
CODE
adb remount
adb shell rm /system/app/*Stock*
Removing Twitter
CODE
adb remount
adb shell rm /system/app/*Twit*
Removing WAP Browser (enhanced version only)
CODE
adb remount
adb shell rm /system/app/Wap*
adb shell rm /system/lib/*wap*
Info wäre nett
regards Modjo