Awesome!
Thanks for that, really helpful, also there is this very neat app that can do almost everything app related given you are rooted (ROM Toolbox Pro)
anyone can check it out, although I'm sure most of you already know it (well worth buying the Pro version)
https://play.google.com/store/apps/...EsImNvbS5qcnVtbXkubGliZXJ0eS50b29sYm94cHJvIl0.
All the best!
########## IMPORTANT UPDATE ##########
There is an APP available that makes this much simpler
* No Console Commands Needed
* You still MUST HAVE ROOT
* It must be installed on internal memory to work correctly
* Be sure you know what a system app does before you remove it.
* If you remove a vital app you could mess up your system completely.
The APP is Called: "System APP Remover"
Here's a Link to Download it: http://www.megaupload.com/?d=ZFC2C1R7
Mirror Download Link: http://www.mediafire.com/?h3n3ftbwilshcvn
######################################
Here are the console commands for installing/removing system apps in android console emulator, very easy ; )
You must have ROOT and console emulator, I found this very helpful, so I hope it helps others as well...
_____________________________________________________________________________________
Install App to System:
Place APK file in the root folder on your sd card.
Open terminal and enter these commands:
# su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
# cat /sdcard/filename.apk > /system/app/filename.apk
# mount -o remount,ro -t yaffs2 /dev/block/mtdblock3 /system
# reboot
_____________________________________________________________________________________
Remove App from System (Be careful what you remove):
# mount -o remount,rw /system
# rm /system/app/Filename.apk
[Optional, to make read-only again]
# mount -o remount,r /system
[When Finished]
# reboot
_____________________________________________________________________________________
****KEY****
"#" means root command will follow
[Notes are in these brackets and aren't commands]
- ENJOY
ALSO...
**** I'm new to Android APP creation, but if anyone can automate this script to make a simple One-Click GUI APP that would be awesome, all I ask is that you put my name in the co-dev/"Thanks to" list for the app, just so I can say I helped****
- CuriousAndroid
Thanks for that, really helpful, also there is this very neat app that can do almost everything app related given you are rooted (ROM Toolbox Pro)
anyone can check it out, although I'm sure most of you already know it (well worth buying the Pro version)
https://play.google.com/store/apps/...EsImNvbS5qcnVtbXkubGliZXJ0eS50b29sYm94cHJvIl0.
All the best!