• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Removing build in email client

What happens if I use adb to remove the default email application? Also, if it wont screw it completely up how would I do this lol?

I have root access and used the 1.6 ROM from microhaxo as well.
 
Nothing happens if you remove it. You can always get the one you want off of market.

the command line will look like this:

"adb shell
rm -r /system/app/Mail.apk
reboot"
 
Back
Top Bottom