|
||||
Re: Sprint - OEM App removal
+1 on this.
I just traded my Blackberry Tour for the Samsung M900 (I say M900 because the name "Moment" is entirely stupid!) With an open sourced OS, one would think that being able to take off applications that aren't used would be a simple matter. So please, Masters, give us the 411... Thanks to all, in advance, for sharing your knowledge to use 'droid newbs. - TWL |
|
||||
Re: Sprint - OEM App removal
I can see why they would err on the side of caution and not allow customers to remove apps that it came with. Otherwise it would be entirely too easy to remove very critical apps.
I agree we need this. Having an uninstallable demo of a crap game is just not acceptable! |
|
||||
Re: Sprint - OEM App removal
Root access is needed to remove applications that are part of the ROM I think.
edit: There would be no way to get them back either. Do so at your own risk! |
|
||||
Re: Sprint - OEM App removal
Quote:
Search here or google for samsung moment root. Once you used my method to get root, just remount /system read-write and remove the apk from /system/app/ that you don't want. I'd highly suggest backing them up first. |
|
||||
Re: Sprint - OEM App removal
When you are root
Use the following method to backup and remove apps: Code:
cd system cd app cat Bejeweled.apk > /sdcard/Bejeweled.apk rm Bejeweled.apk When you are finished deleting apps, type 'reboot'. |
|
||||
Re: Sprint - OEM App removal
A little more details on SAShady's post...This is from xconstaud on SDX-Developers (also a member here) so all credit goes to him.
Once your in Terminal Program, I use Better Terminal Emulator, when you type SU the $ sign turns into a # sign. Then type the mount, cd system, cd app....remove the apps you want by adding rm in front of the app name.apk...Then reboot like SASHady said Quote:
__________________
De Gustibus Non Est Disputandum I LOVE MY COP Last edited by Carla; 01-21-2010 at 12:37 AM. |
This post has been thanked 1 times. |
|
||||
Re: Sprint - OEM App removal
As an update, I have since traded the M900 for an HTC Hero. I have rooted it using my Mac. So, my question is now... when you guys are referring to the Terminal, you mean on the actual handheld device, not the computer... correct?
If the answer to the above question is yes, then my last question, can I use the same commands on the Hero as you noted they were for the Moment? Thanks again y'all. I so appreciate it. =D> |
|
||||
Re: Sprint - OEM App removal
Quote:
connectbot is a great free program for accessing the terminal in android or adb shell (found in the android sdk package) can be used when the phone is connected to the computer to access the shell (terminal). it is very powerful and the whole phone can be damaged by using the commands incorrectly in the shell. the same commands will probably work on the Hero as on the Moment, but i would double check. even though they both run Android, their file structures might be different due to different hardware and software programming. i would make sure the files are located in the same locations. I have never owned a Hero. Perhaps somebody with a Hero can chime in with their experience... |
|
|
|