Jump to content

{ To: Paul }How to remove apps from Steak (Build in Apps)?


Recommended Posts

Guest Eric.Druse
Posted

Hi Paul, in thread, saw you mentioned that streak users can remove build in apps after root it. But how? Please.

Guest courtlandre
Posted

Root, get root explorer, look in system folder and delete the apk's. Be careful though...

Guest jdouce
Posted (edited)

better terminal emulator or equivalent

//make superuser

su

//copy your apk incase u break somthing

cp /system/app/appyouwanttoremove.apk /sdcard/appyouwanttoremove.apk

//remove the apk

rm -r /system/app/appyouwanttoremove.apk

//fix it if you make a mess

cp /sdcard/appyouwanttofix.apk /system/app/appyouwanttofix.apk

Edited by jdouce
Guest maskaler
Posted
better terminal emulator or equivalent

//make superuser

su

//copy your apk incase u break somthing

cp /system/app/appyouwanttoremove.apk /sdcard/appyouwanttoremove.apk

//remove the apk

rm -r /system/app/appyouwanttoremove.apk

//fix it if you make a mess

cp /sdcard/appyouwanttofix.apk /system/app/appyouwanttofix.apk

Nice one for this jdouce - duly bookmarked for when I get round to rooting!

Guest Eric.Druse
Posted (edited)
better terminal emulator or equivalent

//make superuser

su

//copy your apk incase u break somthing

cp /system/app/appyouwanttoremove.apk /sdcard/appyouwanttoremove.apk

//remove the apk

rm -r /system/app/appyouwanttoremove.apk

//fix it if you make a mess

cp /sdcard/appyouwanttofix.apk /system/app/appyouwanttofix.apk

Oops, too complicated to me. I guess I will use rootexplorer to remove apk from system.

Edited by Eric.Druse
Guest maskaler
Posted (edited)
Oops, too complicated to me. I guess I will use rootexplorer to remove apk from system.

It's only downloading a single app and typing in 3 lines of code (the lines without the comment identifier '//'):

su

cp /system/app/appyouwanttoremove.apk /sdcard/appyouwanttoremove.apk // you'll know the apk name if you're going to find it to delete it anyway

rm -r /system/app/appyouwanttoremove.apk

It's worth trying, simply because if it DOES make your Streak barf, jdouce's code shows you how to restore the apk and make everything hunky dory again:

cp /sdcard/appyouwanttofix.apk /system/app/appyouwanttofix.apk

It's a little bit of learning for a lot more peace of mind.

Edited by maskaler
Guest Eric.Druse
Posted
It's only downloading a single app and typing in 3 lines of code (the lines without the comment identifier '//'):

su

cp /system/app/appyouwanttoremove.apk /sdcard/appyouwanttoremove.apk // you'll know the apk name if you're going to find it to delete it anyway

rm -r /system/app/appyouwanttoremove.apk

It's worth trying, simply because if it DOES make your Streak barf, jdouce's code shows you how to restore the apk and make everything hunky dory again:

cp /sdcard/appyouwanttofix.apk /system/app/appyouwanttofix.apk

It's a little bit of learning for a lot more peace of mind.

Thanks a lot. I will try to get a terminal emulator and remove the app I do not want to keep. Thanks again.

  • 1 month later...
Guest Dunhamzzz
Posted

I have tried this but get a read-only file system error. It appears to go into superuser just fine tho :/

Guest Stephen Davidson
Posted (edited)
I have tried this but get a read-only file system error. It appears to go into superuser just fine tho :/

You'll need to remount system into read/write.

su

mount -o rw,remount /dev/block/mtdblock6 /system

Then proceed as per the instructions.

You can also shrink the number of steps by doing this instead.

su

mv /system/app/appyouwanttoremove.apk /sdcard/appyouwanttoremove.apk

The restore process would work the same as listed above.

Edited by Stephen Davidson
Posted

I recommend "Titanium Backup".

You can "freeze" apps first if you are not sure if they are essential for the system. They get deactivated but stay installed.

If there are no problems you can remove them (and restore them later if you did a backup beforehand).

VERY easy indeed.

Guest jmhalder
Posted
How to remove apps from Steak

Harder to do from Dells steaks... easier on a ribeye...

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.