View Single Post
  #8 (permalink)  
Old 01-21-2010, 12:35 AM
Carla's Avatar
Carla
Knowledge Is True Opinion
Offline
 
Join Date: Apr 2009
Posts: 4,319
Reputation: 7590
Carla is a trusted member of the communityCarla is a trusted member of the communityCarla is a trusted member of the communityCarla is a trusted member of the communityCarla is a trusted member of the communityCarla is a trusted member of the communityCarla is a trusted member of the communityCarla is a trusted member of the communityCarla is a trusted member of the communityCarla is a trusted member of the communityCarla is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to Carla
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:
You know you can remove apps from your phone using connectbot or some other terminal program. Here is the code. And you must have root.


Code: [Select]

su

mount -oremount,rw /dev/block/mtdblock3 /system

cd system
cd app

Then decide if you want to back up the app to the sd card.


(Backup code)
Code: [Select]
cat app_name_here.apk > /sdcard/app_name_here.apk


Than/or

(Delete)

Code: [Select]
rm app_name_here.apk

I did not find this. You can find this over at the Samsung Moment Wiki.
__________________
De Gustibus Non Est Disputandum
I LOVE MY COP

Last edited by Carla; 01-21-2010 at 12:37 AM.
Reply With Quote
This post has been thanked 1 times.