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.
Sure you can. Just delete Mms.apk and then restore that one. There are several ways to do this.
Using Root Explore (or equivalent) navigate to /System/app and delete Mms.apk, then restore
Using ADB
adb shell
rm -r -f system/app/Mms.apk
I know you can do it using Titanium Backup somehow, but i haven't done that method.
What's adb shell? I have heard of it but never got a use of it. Is it using the cmnd proompt?? And instead of using adb can't I just use TIB??