JayC75, Idk if the signal is better or not. You may want to give it a try :-)
I removed:
1. Footprints
CODE
adb remount
adb shell rm /system/app/*Foot*
2. Java
CODE
adb remount
adb shell rm /system/app/*Jbed*
adb shell rm /system/lib/*jbed*
3. Notes
CODE
adb remount
adb shell rm /system/app/*AndroidNotes*
4. PDF Viewer
CODE
adb remount
adb shell rm /system/app/*PDFViewer*
5. Peep
CODE
adb remount
adb shell rm /system/app/*Twit*
6. Quickoffice
CODE
adb remount
adb shell rm /data/app/*Quickoffice*
7. Stocks
CODE
adb remount
adb shell rm /data/app/*Stocks*
8. Teeter
CODE
adb remount
adb shell rm /system/app/*teeter*
9. Wireless Tether
CODE
adb remount
adb shell rm /data/app/*tether*
10. HTC Sync
CODE
adb remount
adb shell rm /system/app/*PCSII*
Reason: I sync with Google :-)
11. Spare Parts
CODE
adb remount
adb shell rm /data/app/*spare_parts*
12. Schwimmer's WiFi
CODE
adb remount
adb shell rm /system/app/*schwimmer*
This list is based on MCR 2.9.
This post has been edited by LEVIATHAN: Nov 27 2009, 09:55 AM