How to get rid of amazon mp3? - Nexus One Themes and Apps

I would like to remove this and Im having no luck?

Are you rooted?
If so,
adb remount
adb shell rm /system/app/*amaz*

Or with out adb get Su file explorer or root explorer from the market.

Also:
/data/data/com.amazon.mp3

djnutz said:
Or with out adb get Su file explorer or root explorer from the market.
Click to expand...
Click to collapse
Or just get Droid Explorer *Free* works if you installed busybox

Mi|enko said:
Are you rooted?
If so,
adb remount
adb shell rm /system/app/*amaz*
Click to expand...
Click to collapse
Thanks alot, worked like a charm.

Mikey1022 said:
Also:
/data/data/com.amazon.mp3
Click to expand...
Click to collapse
Weird. Since you mentioned it, I went to remove it, but it didn't exist.

it did on mine but that s cool
At least it's here for people that might have it

Mi|enko said:
Are you rooted?
If so,
adb remount
adb shell rm /system/app/*amaz*
Click to expand...
Click to collapse
I keep getting permission denied. Any help?

Mi|enko said:
Weird. Since you mentioned it, I went to remove it, but it didn't exist.
Click to expand...
Click to collapse
it is a directory, so need to remove with -rf
adb shell rm -rf /data/data/com.amazon.mp3

Mikey1022 said:
Or just get Droid Explorer *Free* works if you installed busybox
Click to expand...
Click to collapse
Does Driod Explorer still work if you havent rooted the phone?

Would the same method work for the default Facebook app?
I like Bloo better
IF SO: what's the app path, or, whatever?!

Mi|enko said:
Are you rooted?
If so,
adb remount
adb shell rm /system/app/*amaz*
Click to expand...
Click to collapse
Thanks, that worked for me...just a question, how do you know about *amaz*
?
Thanks,
Lou

zok-star said:
Does Driod Explorer still work if you havent rooted the phone?
Click to expand...
Click to collapse
No cause you need root to install busybox
samawil said:
Thanks, that worked for me...just a question, how do you know about *amaz*
?
Thanks,
Lou
Click to expand...
Click to collapse
*amaz* is a wild card....anything with them 4 letters will be removed.

OrganizedFellow said:
Would the same method work for the default Facebook app?
I like Bloo better
IF SO: what's the app path, or, whatever?!
Click to expand...
Click to collapse
/system/app/Facebook.apk
/data/data/com.facebook.katana/
Remember though, whenever you flash a theme or upcoming roms or add-ons, If these/this app is in the update.zip it will be re-installed on your phone

Could you also remove using a Terminal on the N1?

Mikey1022 said:
*amaz* is a wild card....anything with them 4 letters will be removed.
Click to expand...
Click to collapse
I see...thanks

stewart1988 said:
Could you also remove using a Terminal on the N1?
Click to expand...
Click to collapse
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

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?

Edit: Inserted mount /system command

Related

Nexus One Lockscreen & Fresh Rom 2.0d doesn't work?

I installed the Nexus One lockscreen, but it's not coming out right? Instead of the icons (Lock & Sound) being on the sides, they're are on the top and bottom?
I got the .zip file from here:
Code:
http://forum.ppcgeeks.com/showthread.php?t=116124
Launcher2 was included...
Darkshneider said:
Launcher2 was included...
Click to expand...
Click to collapse
I'm new at this stuff. So it won't work?
Launcher2 does. Menu > Settings > Applications > Manage > HTC Sense >scroll down a little bit and click Clear Defaults. When you press Home, it will ask you wich "Home" you want to go to. Choose Launcher2.
Darkshneider said:
Launcher2 does. Menu > Settings > Applications > Manage > HTC Sense >scroll down a little bit and click Clear Defaults. When you press Home, it will ask you wich "Home" you want to go to. Choose Launcher2.
Click to expand...
Click to collapse
Darkshneider....... you ok?
No, my brain is overloaded.
Darkshneider said:
No, my brain is overloaded.
Click to expand...
Click to collapse
It shows..its ok. Unload some of that over Easter weekend.
BTW As far as Lockscreen is concerned. I just removed HTCLockScreen.apk and rebooted. and had what I think is the Nexus Lockscreen. Only thing I am not able to achieve is the Dialer which is in Nexus ROM.
I never used a update.zip file I used ADB and these commands
adb remount
adb shell
su (<you dont need to do this if you have Root access already)
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
rm system/app/HtcLockScreen.apk
reboot
DroidDhakan said:
It shows..its ok. Unload some of that over Easter weekend.
BTW As far as Lockscreen is concerned. I just removed HTCLockScreen.apk and rebooted. and had what I think is the Nexus Lockscreen. Only thing I am not able to achieve is the Dialer which is in Nexus ROM.
Click to expand...
Click to collapse
Um, how do you do that? My bad I'm a noob at this lol. Have to use the command prompt right?
Edit: Says no such file or directory?
Maybe I'll reinstall the rom.
Lessthantito said:
I never used a update.zip file I used ADB and these commands
adb remount
adb shell
su (<you dont need to do this if you have Root access already)
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
rm system/app/HtcLockScreen.apk
reboot
Click to expand...
Click to collapse
AFAIK adb remount is the same thing as your whole mount command there. that step isnt needed
Lessthantito said:
I never used a update.zip file I used ADB and these commands
adb remount
adb shell
su (<you dont need to do this if you have Root access already)
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
rm system/app/HtcLockScreen.apk
reboot
Click to expand...
Click to collapse
See below.
andyriot said:
AFAIK adb remount is the same thing as your whole mount command there. that step isnt needed
Click to expand...
Click to collapse
Correct.
Negrito said:
See below.
Correct.
Click to expand...
Click to collapse
i feel privileged that your sig is quoting me!
fixxxer2008 said:
i feel privileged that your sig is quoting me!
Click to expand...
Click to collapse
LMAO
10chars
SupahDave said:
LMAO
10chars
Click to expand...
Click to collapse
+1 fix was joking and some of the members took it the wrong way. anyways, what does the nexus lockscreen look like?
West650 said:
Um, how do you do that? My bad I'm a noob at this lol. Have to use the command prompt right?
Edit: Says no such file or directory?
Maybe I'll reinstall the rom.
Click to expand...
Click to collapse
When you type "rm /system/blah blah blah" you have to make sure everything is capitalized like it is on your rom, check the files in a file manager to see how its spelt and capitalized.
I just copy and pasted what I did that worked for me, this won't work for any of the newer 2.1 roms for some reason even tho it worked just fine for Damageless2.1 and a couple of others but the new ones based off of Sprint leaks are screwing up the lock image and so far noone has a fix
i installed lockbot and im always skeptical of 3rd party lockscreens but this one amost gets the job done..just no music audio control with screen off and some lag
Quote from Fresh 2.0d release notes
The stock vanilla lock screen is still broken. This is straight from HTC and is how it is
Click to expand...
Click to collapse
That update.zip that you linked to has 0 files in it. All it does is:
Code:
delete SYSTEM:app/HtcLockScreen.apk
delete SYSTEM:app/HtcLockScreen.odex
Once you do that the vanilla lock screen takes over. The vanilla lockscreen on all of our Sprint leaks has been broken. It is part of the frameworks and is not a separate apk.

Remove Autokiller?

Is there a way I can remove Autokiller from fresh's 2.1 ROM?
adb shell
cd \system\app
rm AutoKiller*
maybe?
venumx said:
adb shell
cd \system\app
rm AutoKiller*
maybe?
Click to expand...
Click to collapse
yeah that worked, thanks man!
spatel9114 said:
yeah that worked, thanks man!
Click to expand...
Click to collapse
np glad it worked
you can remove it though adb using the command
adb remount
rm com.rs.autokiller.apk
Just a quick tip: Anything that CAN be removed from controls in the phone are located in /data/app. Everything that CAN'T be removed from controls in the phone (eg. requiring ADB) are located in /system/app.
You can also use an app called root explorer to delete stuff you dont want.
Sent from my HERO200 using the XDA mobile application powered by Tapatalk

Clear Genie Widget for evo

is one around i had it on my hero not sure if it would work
i searched but i failed
Nobody ..... ?
I would like that!
Sent from my Evo via XDA's Tapatalk app
I still have my clear W. widget from my hero, and it does install but it shows the regular one. There must be a tweak in the EVO OS to allow the transparency.
adb remount
adb shell
rm /system/app/GenieWidget.apk
exit
adb push /path/to/GenieWidgetClear.apk /system/app/
Then go to /system/app using root explorer or something and click on the apk to install it...at least what's how I do it. Then I remove it from /system/app...
RavenII said:
adb remount
adb shell
rm /system/app/GenieWidget.apk
exit
adb push /path/to/GenieWidgetClear.apk /system/app/
Click to expand...
Click to collapse
That worked, thanks
For those following this, you need to rename the download apk from GenieWidgetClear to GenieWidget. If you dont do that before pushing it, it wont work.
Kykiskly said:
That worked, thanks
For those following this, you need to rename the download apk from GenieWidgetClear to GenieWidget. If you dont do that before pushing it, it wont work.
Click to expand...
Click to collapse
You're welcome...I didn't have to rename it though, but as long as it works, that's all that matters.
Sporkman said:
is one around i had it on my hero not sure if it would work
i searched but i failed
Click to expand...
Click to collapse
On a side note, how does someone with such a signature...NOT use ANY punctuation?...
Does anyone have one with 25% transparency? 100% is fouling my mojo.
What does this do? Screenshots?
EDIT: Never mind. Thanks for this!
NOTE: I don't have an original geniewidget.apk in /system/app
Thanks will give it a shot once i get home.
Sent from my Evo via XDA's Tapatalk app
Sorry for digging up an old thread, but does anyone have one that is compatible with froyo? This one always crashes.

[Q] Impossible uninstall stock apps!! (reappear)

Hi, I'm trying to uninstall both from root explorer and from the PC but I can't. I'm using Cyanogen 6.1 on my Legend.
From my PC:
adbtools\ > shell
adb shell
Click to expand...
Click to collapse
shows #
mount -o remount,rw /dev/block/mtdblock3 /system
cd /system/app
ls
Click to expand...
Click to collapse
Well, I see my stock apps, YouTube or Facebook, for example.
rm YouTube.apk
can't remove ****: directory not empty
Click to expand...
Click to collapse
I also tried from Root Explorer and Titanium and this is the funniest part!! I deleted the apk files, the icons were still on the drawer and I couldn't open those apps but... when I rebooted, those apps there were again!!
Any ideas? It seems that the the ROM reinstall the missing apps on every reboot.

[Q] Blur Camera won't install

Alright so here's my problem: After rooting my phone, I started to play around with a couple of camera apps from different ROMs such as MIUI. Me being an idiot though, deleted the stock Blur camera Apk. Using a system dump of the Atrix, 2 I tried to reinstall it, by placing it in system/app. For some reason. It wouldn't install (show up on my app directory). Anybody have any idea as to why this is happening? Any help would be greatly appreciated, because I really need a camera app.that's supports 1080p video. Thanks in advance!!!
farshad525hou said:
Alright so here's my problem: After rooting my phone, I started to play around with a couple of camera apps from different ROMs such as MIUI. Me being an idiot though, deleted the stock Blur camera Apk. Using a system dump of the Atrix, 2 I tried to reinstall it, by placing it in system/app. For some reason. It wouldn't install (show up on my app directory). Anybody have any idea as to why this is happening? Any help would be greatly appreciated, because I really need a camera app.that's supports 1080p video. Thanks in advance!!!
Click to expand...
Click to collapse
Push the sick app via adb. I read somewhere that with apps such as root explorer it doesn't work for some reason. Hope this helps.
Sent from my MB865 using Tapatalk
Yes, always use adb to push system apps. Root Explorer will not work.
Sent from my mAtrix2!!
For some reason i get permission denied whenever i try to push through adb. How do i get around this?
farshad525hou said:
For some reason i get permission denied whenever i try to push through adb. How do i get around this?
Click to expand...
Click to collapse
To copy anything to /system/app, you need root access.
This will be a 2 step process.
1) push the file from your computer to your phone in a directory that the shell has access to, i.e. /data/local for instance.
2) adb shell into the phone and su, remount /system as rw, then cp the file from /data/local/ to /system/bin
That should elimiate the issue with permission denied, with adb push.
jimbridgman said:
To copy anything to /system/app, you need root access, have you rooted the phone?
If you have rooted the phone, this will be a 2 step process.
1) push the file from your computer to your phone in a directory that the shell has access to, i.e. /data/local for instance.
2) adb shell into the phone and su, remount /system as rw, then cp the file from /data/local/ to /system/bin
That should elimiate the issue with permission denied, with adb push.
Click to expand...
Click to collapse
Yes my phone is rooted. How do I remount /system as rw? Then how do i cp the file? Thanks for your help!
I figured out how to push the file with adb, but the app still does not show up. Any other ideas?
farshad525hou said:
Yes my phone is rooted. How do I remount /system as rw? Then how do i cp the file? Thanks for your help!
Click to expand...
Click to collapse
Ok, run EVERYTHING between Code:, and End code from the command line. Just make sure you are in the directory you saved your backup camera.apk to, from your windows command prompt, before you run the commands below.
Code:
adb push BlurCamera.apk /data/local
adb shell
su
mount -o remount, rw /system
cd /data/local
cp BlurCamera.apk /system/app
chown root /system/app/BlurCamera.apk
chgrp root /system/app/BlurCamera.apk
chmod 644 /system/app/BlurCamera.apk
mount -o remount, ro /system
exit
exit
End code
That should hopefully fix it.
jimbridgman said:
Ok, run EVERYTHING between Code:, and End code from the command line. Just make sure you are in the directory you saved your backup camera.apk to, from your windows command prompt, before you run the commands below.
Code:
adb push BlurCamera.apk /data/local
adb shell
su
mount -o remount, rw /system
cd /data/local
cp BlurCamera.apk /system/app
chown root /system/app/BlurCamera.apk
chgrp root /system/app/BlurCamera.apk
chmod 644 /system/app/BlurCamera.apk
mount -o remount, ro /system
exit
exit
End code
That should hopefully fix it.
Click to expand...
Click to collapse
Sadly this didn't work either. I don't know what I'm doing wrong. Btw, thanks for your help so far!
Quick question....is the blurcamera.odex file still in the system/app. If you have deleted it also you will have to replace it as well.
JRW 28 said:
Quick question....is the blurcamera.odex file still in the system/app. If you have deleted it also you will have to replace it as well.
Click to expand...
Click to collapse
I could only find a deodexed system dump
Here ya go, zip has both camera.apk and odex. Try using file explorer again and make sure it is r/w . Hope it helps
http://db.tt/v0FQKpKr
JRW 28 said:
Here ya go, zip has both camera.apk and odex. Try using file explorer again and make sure it is r/w . Hope it helps
http://db.tt/v0FQKpKr
Click to expand...
Click to collapse
Thanks for the files! But once again sadly the file doesn't appear under my app drawer. I tried using adb and root explorer, with no luck. Is there anything I'm missing? Btw, JRW are those files from the atrix 2?
There both straight off of my phone...that's weird cause I have removed both of them trying out various cameras and never had a problem reinstalling them?
Are you rebooting afterwards?
JRW 28 said:
There both straight off of my phone...that's weird cause I have removed both of them trying out various cameras and never had a problem reinstalling them?
Are you rebooting afterwards?
Click to expand...
Click to collapse
Yeah I am. Can you walk me through what you do when you re install the apps? I am really confused. Is there anything that might be interfering?
Go into file explorer and make sure your system folder is r/w along with both the blurcamera.apk and blurcamera.odex.... then drop both of them into system/app and reboot. Wouldn't think anything else would be interfering?
JRW 28 said:
Go into file explorer and make sure your system folder is r/w along with both the blurcamera.apk and blurcamera.odex.... then drop both of them into system/app and reboot. Wouldn't think anything else would be interfering?
Click to expand...
Click to collapse
How do I make sure that BlurCamera.apk and BlurCamera.odex are both r/w?
Im not sure if it really matters on them but long pressing on either of them in file explorer should bring up the permissions and you can change from there. Do the same on your system folder just to double check that the permissions are correct
JRW 28 said:
Im not sure if it really matters on them but long pressing on either of them in file explorer should bring up the permissions and you can change from there. Do the same on your system folder just to double check that the permissions are correct
Click to expand...
Click to collapse
Yeah still no luck... no idea whats wrong
Try pushing them with ADB .....usually that will take care of it

Categories

Resources