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.
|