Jump to content

Removing sys apps


Recommended Posts

Guest EmDzej
Posted

I've tried to remove some apps from the system partition in the way like this:

adb remount

adb shell mount outputs

/dev/block/mtdblock3 /system yaffs2 rw 0 0

and

adb shell rm /system/app/FriendStream*

which outputs error:

rm failed for /system/app/FriendStream.apk, Directory not empty

when i ls app dir there is no apk mentioned, but after reboot it's still there

(sometime phone reboots by itself :/)

Corrent if I'm wrong... but this should work? :huh:

PS. Thx for the root! Would donate modaco but the link within "donation" post redirects to the winmo @ modaco and requires addiotnal login (should I make another account @ modaco?).

Guest EmDzej
Posted
PS. Thx for the root! Would donate modaco but the link within "donation" post redirects to the winmo @ modaco and requires addiotnal login (should I make another account @ modaco?).

Hmm.. weird.. that works now.. must done something stupid / wrong

Guest AndyCr15
Posted

I'm sorry, would you mind telling me what I should enter if I wanted to remove Footprints for example?

Or at this point can we not remove system apps?

Thanks.

Guest EmDzej
Posted
I'm sorry, would you mind telling me what I should enter if I wanted to remove Footprints for example?

Or at this point can we not remove system apps?

Thanks.

As the Desire is rooted you can remove apps from /system

just put your desire in the recovery mode (power + vol down) and select recovery

then (on a linux / mac box) connect phone to your pc and run ./recovery-linux(mac).sh

as the script finishes just type

./adb-linux shell

mount /system

cd system/app

ls (to list files)

rm FriendStream*

use rm to remove any app you want.. but be careful what you do!!!

it's a good idea to make backup of your sysapps on a sd card

assuming you have sdcard installed just type (within adb shell)

mount /sdcard

mkdir /sdcard/backup

cp /system/app/* /sdcard/backup

You'll always have possibility to restore your files :huh:

Guest jdouce
Posted

same as post's 2 above... i think u need to take the app, and app cache, and dalvik cach entries to get them out of app manager

  • 2 weeks later...
Guest miguelsanchez79
Posted
As the Desire is rooted you can remove apps from /system

just put your desire in the recovery mode (power + vol down) and select recovery

then (on a linux / mac box) connect phone to your pc and run ./recovery-linux(mac).sh

as the script finishes just type

./adb-linux shell

mount /system

cd system/app

ls (to list files)

rm FriendStream*

use rm to remove any app you want.. but be careful what you do!!!

it's a good idea to make backup of your sysapps on a sd card

assuming you have sdcard installed just type (within adb shell)

mount /sdcard

mkdir /sdcard/backup

cp /system/app/* /sdcard/backup

You'll always have possibility to restore your files :)

Do you reckon if using this commands I will be able to remove WaveSecure which I accidentally baked into my custom ROM?

I really dont want to flash my phone again as everything's working like charm but constantly popping out wavesecure notification to register drives me mad.

ps.

Witam kolege ;)

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.