My Results on Droid 2 Global
I realize I'm posting this in a Droid X forum, but it definitely helped me and got me going on my new Droid 2 Global, so I'll post here anyways. I have rooted with z4root, and I got ADB up and running on my laptop. I didn't want to load a custom ROM, as they caused some instability issues with my old D1. So I figure if I can just remove as much bloatware as possible and start with a vanilla stock ROM, that I'd be gtg. I must say that the ADB method for
renaming apk's is so slick and easy it's not even funny. Long story short, here are the apk's I was able to rename to .bak without my phone getting jacked up at all:
AdService.bak
AdminFeedNotifier.bak
AudioEffectSettings.bak
Blockbuster.bak
BlurEmail.bak
Browser.bak
CarDock.bak
CityID.bak
ClockWidget.bak
DLNA.bak
DlnaSystemService.bak
FileManager.bak
FriendFeed.bak
HelpCenter.bak
HomeSyncWizard.bak
Kindle-1_0_2-OEM-SingleSign_Signed_2010-09-20_17-31-57.bak
LiveWallpapers.bak
LiveWallpapersPicker.bak
MediaSync.bak
MessagesWidget.bak
Messaging.bak
MyVerizon.bak
Mynet.bak
NewsWidget.bak
PhotoWidget.bak
Skype_mobile.live.bak
SocialMessaging.bak
SocialShare.bak
SoundRecorder.bak
StatusWidget.bak
StickyNoteWidget.bak
Stk.bak
VpnClient.bak
VpnServices.bak
Vvm.bak
WeatherWidget.bak
WorkContacts.bak
WorldClockWidget.bak
YahooContacts.bak
ZoomService.bak
amazonmp3_1_8_14_signed_zipaligned_Signed_2010-09-09_15-23-51.bak
vnav_6.1.0.160_Droid2Global_rel_PROD_signed.bak
A nice side-note here, is that while you're in the /system/app directory, you can refine your search by typing in various things after "ls". For example,
will only list the apk files in that directory, making it easier for you to find just what you're looking for. Also,
will show you what you've already renamed so you can flip them back to apk when needed. Want to see just the widgets you've got installed currently, type in:
It's very basic linux stuff, but some people will not know these kinds of things. You can also copy content out of your command prompt (as long as Quick Edit mode is enabled in the Properties of Command Prompt) and copy any output from ADB and paste it in a text file for easy reference later. That way you don't have to get all the way back in ADB to see your list of bak'd programs.
Another side-note that drove me bonkers until I figured it out. I bak'd the stock Messaging.apk before I turned off its notifications. So I would get 2 text notifications, one from stock, and one from Handcent. And since Messaging was uninstalled, I had to name it back to apk, go turn off notifs, and then bak it again. So just a heads-up to anyone else that runs into the same problem, although most people in this thread probably have more common sense than I.
Cheers!