How to remove preloaded and unwanted apps from Android
Download that Terminal Emulator from the Play Store and type in the following commands:
su - this command obtains Super User privileges for the Terminal Emulator App
mount -o remount,rw -t yaffs2 /dev/block/mtdblk3 /system
ls/system/app - this command lists all the apps installed on your device
rm /system/app/ - use this command to remove any app you want
mount -o remount,ro /dev/mtdblock3 /system