rickerbilly
Member
I do it the Easy Way. Root Explorer is worth a buck 99
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
i tryed to instalall the moto bloat remover from remover but on boot its saying it did not pass signature and aborted, i also tryed root explorer but i cant find the 3g hotspot verizon wifi one for nothing even made a search still no luck i know it has a different name but it wont find it,,,,,,i cant remove the verizon 3g hot spot which is stopping me from using the wireless tether everytime i enable it it takes me to the verizon website to use the verizon app very frustrating.....please help
Once your Droid X is rooted, you can start to remove some of the crap Verizon and Motorola decided to make a quick buck off of. You'll need to have ADB or a terminal emulator (I suggest Better Terminal) from the market. You should be at least a little familiar from rooting.
Before I go on, I want to note a few things. READ THIS:
1) The method we are using here is RENAMING the files. That way, if you decide you want an app back, you can rename the file back to it's original name.
2) If you're not sure what an app is or what it does, don't touch it! Several people have changed a file they weren't sure about and it affected the phone in some way they didn't realize.
3) Further, understand that removing some apps will break functionality in others. They interact in ways you can't predict. If you have a problem, rename the file back.
4) Don't touch BackupAssistantClient.apk. Apparently it can cause a huge disaster when doing a system recovery. Leave it alone.
The Easy Way
If you don't mind paying (I think it's $1.99) for Root Explorer, get it from the Android Market. Open it.
- Press the Mount r/w button first
- Click the system folder
- Click the app folder
- You should now see /system/app at the top of the screen
- Long press on the app you want to rename, then change .apk to .bak
The Free Way
If you're using ADB (and remember, you're not asking in this thread what that means), with your Droid X plugged in, open a command prompt on your computer and type:
adb shell
Now, in either ADB or terminal, type (Thanks biggestmexi):
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
You're now ready to start removing/moving the apps you don't want. To get a list:
cd /system/app
ls
You'll notice most look more or less like the names you see in the app drawer. Pick out the ones you don't want and use the command below to rename them (we're renaming instead of deleting so you can rename them back if you break something). If you're not sure what something is, I'd recommend NOT renaming it. Renaming the CityID, for example:
mv CityID.apk CityID.bak
CityID.apk is, obviously, the name of the app. After renaming it to .bak, Android won't recognize it as an app. After you're finished, update the list of apps Android sees:
sync
What file should I rename?
Did you delete something?
You can download all of the apks from /system/app here:
http://www.hawkeye411.com/droidx/systemapp.zip
!
Or here:
Droid X System Dump for those who deleted apps without backing up