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)
adb remount adb shell rm /system/app/*BizCard*
Removing Chinese Resources (including Chinese input) (enhanced version only)
adb remount adb shell rm /system/app/HTC_CIME* adb shell rm /system/app/CN*
Removing Footprints
adb remount adb shell rm /system/app/*Foot*
Removing HTC Sync
adb remount adb shell rm /system/app/PCSCII*
Removing Java
adb remount adb shell rm /system/app/Jbed* adb shell rm /system/lib/*jbed*
Removing Plurk (enhanced version only)
adb remount adb shell rm /system/app/*Plurk*
Removing Stocks
adb remount adb shell rm /system/app/*Stock*
Removing Twitter
adb remount adb shell rm /system/app/*Twit*
Removing WAP Browser (enhanced version only)
adb remount adb shell rm /system/app/Wap* adb shell rm /system/lib/*wap*







