How to get rid of amazon mp3?

Search This thread

Mi|enko

Senior Member
Jul 15, 2006
1,558
171
Are you rooted?

If so,

adb remount
adb shell rm /system/app/*amaz*
 

djnutz

Senior Member
Jan 9, 2008
296
1
Or with out adb get Su file explorer or root explorer from the market.
 

Mikey

Retired Senior Moderator
Oct 10, 2007
6,262
1,743
Wheaton, Il
Google Pixel Fold
Could you also remove using a Terminal on the N1?

after you get su
mount -o remount,rw /dev/block/mtdblock3 /system
busybox rm /system/app/*amaz*
busybox rm -rf /data/data/com.amazon.mp3

use ls to get a listing of a directory ;)
So on with any other app you wanna remove ;)

If you're using Enomthers add-on:
you can also just;
To make /system read/write
rwsystem

Then when done:
rosystem

Per: Enomther :)
 
Last edited:

stewart1988

Senior Member
May 6, 2008
311
10
did su and always allowed root:root.
when I do rm /system/app/*amaz* I get
rm failed for /system/app/com.amazon.mp3.apk, Read-only file system

Anything idea what I'm doing wrong?
 
Last edited by a moderator: