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.
I haven't yet. Don't really have a need with as fast as this thing is.
Are there any downsides or bugs that happen because of root like some other phones?
I've Done it and it works very well. To confirm I used Titanium Backup and it works. Also used ShootMe for the screen cap.![]()
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.
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....
cd /system/app
ls
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?
adb shell *enter*
su *enter*
cd /system/app *enter*
ls *enter*
rm /system/app/yourapkname.apk
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.
mv /system/app/yourapkfile.apk /sdcard/backup/yourapkfile.apk