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

Galaxy S root hack on Samsung Vibrant

Sweet, thanks. Now, do you know if the "bloatware" apps can be deleted or removed with a simple "Click" on the phone, or searched and removed in a windows directory or have to be removed in the command promt DOS style window? I only ask because i suck at dealing with the command prompt, and will probably not even try it if its that way.
Thanks for the help.
 
Upvote 0
Sweet, thanks. Now, do you know if the "bloatware" apps can be deleted or removed with a simple "Click" on the phone, or searched and removed in a windows directory or have to be removed in the command promt DOS style window? I only ask because i suck at dealing with the command prompt, and will probably not even try it if its that way.
Thanks for the help.

your going to have to rm -r them in terminal
 
Upvote 0
I was affraid of that. Is there a post thats "How to navigate Terminal for Dummies"? From what im seeing, rm - r means remove? Is there a listing of what to rm - r for all the apps that come with the phone?

here are the commands:

su
rm -r /system/app/appname.apk



FYI it is case sensitive so if the app has caps make sure us use them....
 
  • Like
Reactions: Sho Nuff
Upvote 0
Thank you noonehereyet, that helped, i was able to remove several that way, just not all, so im not sure what i am doing wrong. Can't remove kindle, TeleNav, think free and many others. Any ideas? I did make sure i used Caps where they were.


Chaoscentral,

How or where do i type in "cd /system/app"? I tried it after i entered sdk\tools, after su, and even after abd shell, but it will not show the list. At what point do i enter it?
 
Upvote 0
Thank you noonehereyet, that helped, i was able to remove several that way, just not all, so im not sure what i am doing wrong. Can't remove kindle, TeleNav, think free and many others. Any ideas? I did make sure i used Caps where they were.


Chaoscentral,

How or where do i type in "cd /system/app"? I tried it after i entered sdk\tools, after su, and even after abd shell, but it will not show the list. At what point do i enter it?


connect your phone to your pc in debug mode

open up a command prompt window in your sdk/tools directory

then type

Code:
adb shell *enter*
su *enter*
cd /system/app *enter*
ls *enter*

then you should be presented with a wall of text each line being an apk

then use

Code:
rm /system/app/yourapkname.apk
 
  • Like
Reactions: Sho Nuff
Upvote 0
Thank you, that was perfect. Do you know if i should be removing the .apk and the odex? Whats the difference. If i never ever plan on having the app back on the phone, should i just remove both? For example, on my Vibrant, it came with the Avatar app along with the movie on the external sim. I removed the .apk and the app is now gone, but i also see a .odex, should i get rid of that too?

Sorry for all the questions, but im a new Android user (iphone user for 2 years), so all of this is a little different than when i hacked my iphone.
 
Upvote 0
Thank you, that was perfect. Do you know if i should be removing the .apk and the odex? Whats the difference. If i never ever plan on having the app back on the phone, should i just remove both? For example, on my Vibrant, it came with the Avatar app along with the movie on the external sim. I removed the .apk and the app is now gone, but i also see a .odex, should i get rid of that too?

Sorry for all the questions, but im a new Android user (iphone user for 2 years), so all of this is a little different than when i hacked my iphone.

the odex files basically contain all the classes for the apk, so if you plan on removing them permanently remove the apps, just delete them, othersiw you can use the move command like so if u plan on resotring them back later or change your mind.

Code:
mv /system/app/yourapkfile.apk /sdcard/backup/yourapkfile.apk
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones