View Full Version : How can I remove Amazon MP3?
Booker-T
24th June 2009, 10:24 PM
I try to execute the command below but it shows failure
adb uninstall com.amazon.mp3
Can anyone help me?
jonnybueno
24th June 2009, 10:28 PM
I try to execute the command below but it shows failure
adb uninstall com.amazon.mp3
Can anyone help me?
from terminal or adb shell
su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
rm /system/app/*.amazon
Booker-T
24th June 2009, 10:29 PM
from terminal or adb shell
su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
rm /system/app/*.amazon
Can you teach me what are the meanings of your command?
alritewhadeva
24th June 2009, 11:37 PM
It remounts the system as read/write and then removes anything with amazon in its name
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.