[Q] What files are safe to delete from /system? - EVO 4G Q&A, Help & Troubleshooting

I wanted to clear up some space so I deleted HTC_IME from /system using Root Explorer. I rebooted the phone and no FC issues but it deleted both the normal and IME keyboard. No biggy, I use swype. But I'm curious what other ones are safe to delete and what to leave alone. For example, I know deleting friendstream causes some issues. At least, per Flipz when using his FreshROM.

Great question!
+1 would love to see a definitive list from the experts.

i also deleted twitter widget and install_flashplayer. no issues so far. twidroyd still works. going to try go to a website with flash.

do me a favor someone: go into /system and just make a list of all the files there. i also deleted 1 or 2 that i forgot...oopsy. We need to start with a full list if we are going to figure this out, if no one else has already done it.

There is an extensive thread with all of the info your looking for in the apps section.

cabbieBot said:
do me a favor someone: go into /system and just make a list of all the files there. i also deleted 1 or 2 that i forgot...oopsy. We need to start with a full list if we are going to figure this out, if no one else has already done it.
Click to expand...
Click to collapse
My app list is already modified and I can't adb right now, so do this to get the list:
Code:
adb shell
$su
#cd /system/app
#ls
[I]<contents listed here>[/I]
Also, http://forum.xda-developers.com/showthread.php?t=769528
I haven't tried this yet... It's a kitchen thats supposed to remove bloatware using an update.zip. http://bit.ly/dz4tIu
(if anything, it atleast gives another list of apps. I don't think it was made for the evo.)

bender1077 said:
There is an extensive thread with all of the info your looking for in the apps section.
Click to expand...
Click to collapse
which thread exactly? TIA

xNotta said:
http://forum.xda-developers.com/showthread.php?t=769528
Click to expand...
Click to collapse
Notta already posted it. See first post of that thread

also i have a script that you can flash and remove most of them for you and regaw made a small program to help you edit it to add or remove those apps you would like to keep (ie if you want to keep sense mine will remove it by default but you can use regaw's program to edit the script and keep sense)
see link in my sig.

Related

[HOWTO] Install Latest WaveSecure in ROM

I found that [email protected]'s ROM had a good idea of adding WaveSecure to the system partition (preventing listing in the My Downloads part of market, and preventing uninstallation through normal means), but his version is slightly out of date now (latest version is 3.0.0.43)
As a result, I set about finding a means to install WaveSecure to ROM myself. Here are my findings for anyone interested in doing the same.
Install the latest version from the market (3.0.0.43 at this time). Now use adb pull to get it off the device onto your pc
Code:
adb pull /data/app/com.wsandroid.apk D:\com.wsandroid.apk
Now open Market back up from the menu, go to My Downloads, and choose Wavesecure Mobile Security Beta and uninstall it for just now (to get it off the data/A2SD location that normal apps are stored in) - thanks, my-space!
Then push the saved apk to the system partition after a remount (to make it read/write)
Code:
adb remount
Code:
adb push D:\com.wsandroid.apk /system/app/com.wsandroid.apk
Then set it all up as usual (will appear in apps list immediately)
and remount system as read only again
Code:
adb remount
And that seems to be it so far. Remember to change the D:\com.wsandroid.apk path to whatever you actually used.
Let me know if anyone finds any problems with this, but I've done it and, fingers crossed, it's worked OK for me.
Obviously, this is only for root users, and there are no guarantees for this.
Couple of questions that might need looked into -
- Do settings carry across after a wipe (as Paul claims Modaco's version does. I've never tried it so can't confirm)
- Is there any disadvantage to using this method? (I guess this is all Modaco's update.zip does, but I don't know)
you forgot to metion to uninstall wavesecure before it is pushed back into system....
my_space said:
you forgot to metion to uninstall wavesecure before it is pushed back into system....
Click to expand...
Click to collapse
Oops! Knew I'd forget something, as I always seem prone to do. Well spotted, and OP corrected.
Thanks
No worries I got a bit confused when i pushed it back onto the phone and was still in my downloads...
I've rooted my phone already but whenever i try to use the command adb remount I get "remount failed: operation not permitted". Suggestions?
I see more and more often, redundant threads.
What How-to will you post next time? How to change backlight settings?
You're pointlessly spamming the board.
I can't say i agree with the 'pointlessly spamming the board' comment, but i would have thought this would at least be better in the applications and themes subforum rather than in development.
Don't forget that an awful lot of android users (and more recently all HTC devices) are more and more 'newbs' and need stuff like this.
While this is good and provides info that people like that need (and myself cos i'm crap at adb and stuff like that so wouldn't have had a clue how to do this previously), maybe the development forum is not the best place for it....
I'm guessing one won't be notified via Market if there's an update available if you push an app to /system/app/, right?
usb0 said:
I'm guessing one won't be notified via Market if there's an update available if you push an app to /system/app/, right?
Click to expand...
Click to collapse
You won't be notified, correct
If anybody doesn't already know, WaveSecure have started hosting update.zip files. This means it's now easy to update your "baked-in" version of WaveSecure without much messing around.
https://www.wavesecure.com/installations/update.zip
Download the file, save it to your SD card, reboot into the recovery console and choose the option to apply an update.zip file.
Voila! Your version of WaveSecure will be updated to the very latest version
DJBenson said:
[...]
Click to expand...
Click to collapse
That's really awesome! Thanks for the tip!
Just a question of curiosity: If I push an app to /system/app/ and then issue the rm-command to remove its apk, won't there be lying a bunch of files associated with the program and with absolutely no function, since the app itself is removed? How do I know the name of these files and where they are located for removal?
I'm a bit confused by that question. My understanding (which may be incorrect but from what I've seen of the "guts of a ROM" appears to be the case) is that the applications reside in the apk files, they are not extracted. If you list the content of any of the app folders (/system/app, /data/app or /data/app-private) then all you get is a bunch of apk files (and some odex files). So when you 'push' an apk to the phone, that application is then "installed", when you rm/remove an application, you do so by removing the apk.
if you remove the apk you have left something in /data/dalvik-cache. wiping the dalvik-cache every now and then helps reclaiming that space, though it is not much.
the app settings and data are stored in /data/data, you could delete the files manually by checking their names (no idea if/what convention the names follow), imho not worth the trouble as it is only a few kb.
odex files aren't created if you don't do in a PITA process manually. don't worry about them, don't touch them, then you're good. odex files are only for system apps.
I bought a used phone and it had WaveSecure already installed. I couldn't find it in the applications list to uninstall, so I did a factory reset on the phone. The application was still there and it still didn't show up in the applications list.
I have the Superuser Permissions application, so someone must have rooted it.
Is there any way to uninstall this?
motomeup said:
I bought a used phone and it had WaveSecure already installed. I couldn't find it in the applications list to uninstall, so I did a factory reset on the phone. The application was still there and it still didn't show up in the applications list.
I have the Superuser Permissions application, so someone must have rooted it.
Is there any way to uninstall this?
Click to expand...
Click to collapse
""Just (re)flash a ROM................""
I just noticed that WaveSecure now points to this post for instructions to install as system application, and I am not sure that the update.zip maintained with them is up-to-date.
However, you can now select to download the .apk directly to your PC thus eliminating the first Market step in this guide.
strife242 said:
I just noticed that WaveSecure now points to this post for instructions to install as system application, and I am not sure that the update.zip maintained with them is up-to-date.
However, you can now select to download the .apk directly to your PC thus eliminating the first Market step in this guide.
Click to expand...
Click to collapse
I believe it is kept up to date, as VillainROM kitchen uses it as a source for the WaveSecure app (fetched each night to keep it up-to-date).
I've certainly never had any problems with it.
Excellent guide Pulser,... I should really reinstall Wavesecure now Im not using a MoDacO Custom ROM. Nice one bruv.
Found this to be helpful.
https://www.wavesecure.com/blog/how-to-make-wavesecure-hard-reset-proof.aspx
I just did a search in the Market fro 'wavesecure' and two things popped up WaveSecure and WaveSecure UninstallProtection Add-on which needs to be uninstalled before WaveSecure and if the add-on is uninstalled it is supposed to lock the phone. (all this is in the description I have yet to try)

[Q] Needed: Idiots guide to updating system apps

In a lot of the custom roms threads I see that people are always asking the cooks to update the system apps as soon as a new one is released.
Rather than us users constantly hassling the cooks to do this, could somebody post an 'idiots' guide how to update the system apps ourselves?
I have seen a few threads about how to remove apps using adb, but none on how to update them.
Any help would be appreciated, not just by the users, but probably by the overworked cooks too
Cheers.
EDIT: by this I mean a way to update the apk in the system folder rather than the date to save space on the phones memory.
One way is to open the market and click on the 'downloads' link at the top and it will give you a list of installed apps and the ones highlighted in red have updates.
Another way is to search the market or a free app called 'aTrackDog' which will check all your apps for updates.
Thanks, but that is not what I meant. I should have made it clearer in my question.
What I want is this: a way to update the applications so that the updated apk goes into the system folder rather than the data folder. That way the update doesn't take up any more of the precious space on my phone.
I'll edit the OP to show this.
But thanks anyway for your help.
Don't you mean the fact that certain apps included in roms cant be updated. Only possible by flashing an updated version of that rom.
Wrong section.
prodygee said:
Don't you mean the fact that certain apps included in roms cant be updated. Only possible by flashing an updated version of that rom.
Click to expand...
Click to collapse
No, that's not true. Often when a cook produces their own rom they will release an "Update pack" when a system app has been updated (such as Flash or Maps). For an example, see here under 'updated system apps':
http://forum.xda-developers.com/showthread.php?t=773997
What I am asking for is if anybody knows how to use adb to update apps on the system partition. When updating from the market a the update takes place on the data folder, not the system one.
Ta.
scutworker said:
No, that's not true. Often when a cook produces their own rom they will release an "Update pack" when a system app has been updated (such as Flash or Maps). For an example, see here under 'updated system apps':
http://forum.xda-developers.com/showthread.php?t=773997
What I am asking for is if anybody knows how to use adb to update apps on the system partition. When updating from the market a the update takes place on the data folder, not the system one.
Ta.
Click to expand...
Click to collapse
do you mean by example
Code:
adb push Vending.apk /system/app
adb reboot
TomLeeDesire said:
do you mean by example
Code:
adb push Vending.apk /system/app
adb reboot
Click to expand...
Click to collapse
That is something like it. What I want is a guide to what to do to update these apps when an update is out in the market place. Something like being able to update the app from the market, but then move the new apk to the system folder so to save space on data.
Thing is, if you're using a cooked ROM you're likely to be using A2SD+ which makes the need to not have system updates redundant as you've got your EXT partition. The other way would just be to edit the original ZIP file and reflash the ROM without a wipe
EddyOS said:
Thing is, if you're using a cooked ROM you're likely to be using A2SD+ which makes the need to not have system updates redundant as you've got your EXT partition. The other way would just be to edit the original ZIP file and reflash the ROM without a wipe
Click to expand...
Click to collapse
That is not entirely true, even though I sport A2SD+ (and it's 1/3 free) my /data is always begging for room... I'm always at the 15MB-free-limit.
Then you've either got a LOT of apps storing data or something's not right
Small dirty 0.1beta guide
I'll use teppic's update zip as example (hope he doesn't mind), sample of his updateapps.zip can be found in this thread -> http://forum.xda-developers.com/showthread.php?t=773997
1. Install the update from Market, then open Appmonster and backup it on SD. After that, uninstall the update, to free up space.
2. Open the update.zip with WinRar (don't unpack it), you'll see 2 folders
META-INF
system
Open the inside of META-INF till you get to update-script and open it for editing, here's the example:
Code:
show_progress 0.1 0
delete SYSTEM:app/YouTube.apk
delete SYSTEM:app/YouTube.odex
delete SYSTEM:app/Facebook.apk
delete SYSTEM:app/Facebook.odex
delete_recursive DATA:data/com.android.vending
copy_dir PACKAGE:system SYSTEM:
set_perm_recursive 0 0 0755 0644 SYSTEM:app
show_progress 0.1 10
Replace/add/remove .apk's (you can add .apk without .odex) in this list, as those commands will delete existing apps from /system/app on phone
The rest of the script will copy the content of the other folder you saw before (system with subfolder app), so you want to add/remove apk's you like to there. Remember to use WinRar's function to add the file to archive, everything done here's is inside of the archive. When you're done, save the update-script, check everything again and close WinRar.
3. Flash the zip ;]
or do it manually:
h_ttp://forum.cyanogenmod.com/topic/8067-how-to-manually-update-system-apps/
EddyOS said:
Then you've either got a LOT of apps storing data or something's not right
Click to expand...
Click to collapse
I do think A LOT fits (about 300 apps installed)...
That's exactly what I wanted.
Thanks for the help, everybody.
Does this work on a Rooted (Unrevoked) phone with HTC's Original Froyo?
- I've been following teppic74's thread for some time now, and for every app that get an updated I get closer to flashing his ROM... but if I can just update my apps I wouldn't have to go through the process of reinstalling everything else after...
gosa said:
Does this work on a Rooted (Unrevoked) phone with HTC's Original Froyo?
- I've been following teppic74's thread for some time now, and for every app that get an updated I get closer to flashing his ROM... but if I can just update my apps I wouldn't have to go through the process of reinstalling everything else after...
Click to expand...
Click to collapse
Sure thing.
thed0g said:
Sure thing.
Click to expand...
Click to collapse
Nice!
That means my weekend is saved, I 'm gonna give myself some updates!
- Thanks!
One thing...if using the push and pull commands in adb to move the apk files to the system partition, what happens to the .odex files? Do you move them as well?
scutworker said:
One thing...if using the push and pull commands in adb to move the apk files to the system partition, what happens to the .odex files? Do you move them as well?
Click to expand...
Click to collapse
.odex files are only on some custom rom's, you probably dont have them.
Hello again...
I kind of never got around to doing this last weekend - both because lack of time but also because the more I read the more worries I have. (Don't know when I lost my "gung ho" attitude, but age seems to turn me into a chicken...)
Anyway - I wanted to ask one important question.
How do I keep an eye on the space I have available for updating my apps? What if the updates are so much larger than the apps I'm replacing, what will happen then?
I read in teppic74's thread that he recommended some adjustments to save space, but how do I know what I have to "play" with? Is there a good app to read available space in "system"?
Thanks in advance,
gosa

[Q] Memory Full Errors - Is it time to rebuild?

I have an ATT Tilt 2 and am getting Memory Full errors. I have previously gone through and deleted old apps that aren't needed, but now I don't know what can be deleted and what is necessary.
I'm thinking it's time to rebuild the phone. I have ROM 2 - 2.10.502.4, but not sure if that is the best or correct way to fix this problem.
I would appreciate any comments on steps to rebuild one's phone or how to clean up this problem when I don't know what else to delete.
Thank you,
Richard..
rbillingsley said:
I have an ATT Tilt 2 and am getting Memory Full errors. I have previously gone through and deleted old apps that aren't needed, but now I don't know what can be deleted and what is necessary.
I'm thinking it's time to rebuild the phone. I have ROM 2 - 2.10.502.4, but not sure if that is the best or correct way to fix this problem.
I would appreciate any comments on steps to rebuild one's phone or how to clean up this problem when I don't know what else to delete.
Thank you,
Richard..
Click to expand...
Click to collapse
Is your rom capable of using apps2sd? If not then do you have the app root explorer or are you experienced with using adb shell?
If so I'd go in and delete some of the system's apps located in the /system/app directory because it seems like you're just deleting the data's app located in the /data/app directory, which is when you do the uninstall app method through the phone. That could help clear some memory but I'm curious. How many apps do you have on your phone and what type are they? Games usually take up a lot of space so that could be a problem as well.
- Kevin

[Q] running EF02 with Urban ROM, uninstall app ?

Okay so I tried to post in Urban Inception thread but since I only lurk and flash I can't LOL
so here's the deal. I have the latest purple recovery, EF02 and EF02 modem, I flashed urban, and then flashed his add on
I cannot uninstall preloaded apps. This is my first gingerbread so I don't know if there are drastic differences, but I typically use root explorer and move the apps in question to a different folder on my SD card to back up, or just delete. simple as that.
so I did this to some of the add ons/rom apps, and they stay in the app drawer, and market, installed apps. but are not in system/app or data/app....I did even look in data/data thinking maybe it doesn't clean up after itself but even after deleting left overs its still shows
any suggestions?
Is there any way to lift the block on my account so I can post in Dev forum. I'm not a Dev wiz but I've been testing Rom/kernels since my moment on SDX and had switched over here since I got my Epic, Gtab (sweet!) and daughters intercept because there is better community support.I might ooooops with a duh question here and there but I typically have some common sense about posting "How do I turn on my phone????" in the Dev forum
thanks in advance
shrinkingspace said:
Okay so I tried to post in Urban Inception thread but since I only lurk and flash I can't LOL
so here's the deal. I have the latest purple recovery, EF02 and EF02 modem, I flashed urban, and then flashed his add on
I cannot uninstall preloaded apps. This is my first gingerbread so I don't know if there are drastic differences, but I typically use root explorer and move the apps in question to a different folder on my SD card to back up, or just delete. simple as that.
so I did this to some of the add ons/rom apps, and they stay in the app drawer, and market, installed apps. but are not in system/app or data/app....I did even look in data/data thinking maybe it doesn't clean up after itself but even after deleting left overs its still shows
any suggestions?
Is there any way to lift the block on my account so I can post in Dev forum. I'm not a Dev wiz but I've been testing Rom/kernels since my moment on SDX and had switched over here since I got my Epic, Gtab (sweet!) and daughters intercept because there is better community support.I might ooooops with a duh question here and there but I typically have some common sense about posting "How do I turn on my phone????" in the Dev forum
thanks in advance
Click to expand...
Click to collapse
the apps should be in /system/app/ or /data/app/ and you should be able to remove them with root explorer just remember to remount writable before you go to move/erase one of them.
and to post in the development section i believe you need atleast 10 posts
thanks I did do that actually, it's usually the first thing I do, like I wrote above. I either move them (take them out of system/app or data/app) to make a back up at the same time (before there were so many flashable restore zips lol....or just straight up delete them
I did do that and they still show in app drawer, installed apps and market, they show with that generic icon, they do not show in system app....they are executable and don't update from market with you try but show up none the less....I was assuming it was rom specific, which is why i wanted to post there.
I don't know if it was something written into the add on pack offer by the rom developer (compkid?)
but thank you for responding, oh and yes i was mounted R/W it wouldn't have deleted from system otherwise...werid there's a trace left???? grrrrrrr just driving me nuts
shrinkingspace said:
thanks I did do that actually, it's usually the first thing I do, like I wrote above. I either move them (take them out of system/app or data/app) to make a back up at the same time (before there were so many flashable restore zips lol....or just straight up delete them
I did do that and they still show in app drawer, installed apps and market, they show with that generic icon, they do not show in system app....they are executable and don't update from market with you try but show up none the less....I was assuming it was rom specific, which is why i wanted to post there.
I don't know if it was something written into the add on pack offer by the rom developer (compkid?)
but thank you for responding, oh and yes i was mounted R/W it wouldn't have deleted from system otherwise...werid there's a trace left???? grrrrrrr just driving me nuts
Click to expand...
Click to collapse
I have noticed that I have had to delete the apps from system/apps folder and data/data folders. Try looking that folder as well and see if the apps are showing in there.
Sent from my SPH-D700 using XDA Premium App
yes I did delete from both. I did notice also that some were located in both
so when i look at settings>applications> manage, they are still listed, as com.....etc
and grayed out, and sd symbol...when i click on them, all options (uninstall, clear data, force stop) are blacked out
I looked on my sd card and they are not in .secure, android/data etc
I ran the terminal and ls'ed /mnt/asec and they are not there either
so here's only thing i can think of: when I ls -l system/app all the system apps have rw-r--r--
i can write to it, ie copy and paste via rootexplore but is it not letting me execute install???
so should i chmod...only thing is I can't chmod system/app recursively??? keeps saying bad mode like it's not recognizing "-R"
maybe I'm off and the permission have nothing to do with it
thanks for the suggestions so far, if anyone else has an idea or knows about the permissions and whether that's what's going on let me know
or where those are hiding, it says sd in the app list but i couldn't find it anywhere and I didn't notice any sdext partition
so got it????
I went back to stock, fresh clean odin, odined purple CWM, flashed Kernelplus EF02, 3x wipe, flashed urban again, this time I DID NOT do the add on and it's been fine, doing nothing diff than usual and when i delete an app from system or data, it's gone from app list, market,
so I don't know what's going on with that compkid addon zip but the only thing i did different this time was not flash that and everything is behaving normally
If you make changes to the system, clearing the dalvic cache and fixing permissions should help clear the remnants of removed apps.
Sent from the Odyssey
I want to make sure I have this right. You deleted the apks from both folders, did a reboot and the apps were still there? Or did you just delete from the two folders and not reboot before checking if they were still there?
Sent from my SPH-D700 using XDA Premium App
Sometimes if u reboot the go away also.
Sent from my SPH-D700 using XDA Premium App
oh trust me i rebooted...they were not in the folders (system, or data), but still in the app list (settings, applications, manage apps) and market and appbrain still tried to update
in manage applications it showed them as greyed out, and when i clicked on that all options (clear data, uninstall, froce stop etc) were blacked out and unclickable
this time around i did all things the same (ef02 from odin, flash CWM purple, su.zip, 3x data wipe UI ROM) except installing that add on package of extra apps and I no problem deleting anything from system after installing urban inception Rom...added a theme and still no problem modifying
weird huh, I haven't opened the zip, and to be honest I can follow it but I'm not a dev so i wouldn't necessarily recognize anything
Ok, compkid is big on his icons and themes. Check these three spots with Root Explorer or something like it: system/app, data/app, and data/data folders. The third was the last spot I found some things left to delete. I think that should take care of any leftover files that are keeping them from disappearing but in the OP Compkid does suggest using 7zip to delete unwanted apps before flashing the folder. Hope that may help
Sent from my SPH-D700 using XDA Premium App
any idea why those grayed out icons would have a tiny sd (sd card im assuming) in corner...they were the ones that came with the addon, not user installed. I did peek in data/data but theres a good chance i missed something. I also for kicks checked everywhere in my sdcard like i mentioned earlier...just never seen an app left like that with an sd on the blank icon
issues resolved as far as my phone but i have this need to know issue haha
i should have gone through first, i did notice that but i was being lazy i guess
shrinkingspace said:
any idea why those grayed out icons would have a tiny sd (sd card im assuming) in corner...they were the ones that came with the addon, not user installed. I did peek in data/data but theres a good chance i missed something. I also for kicks checked everywhere in my sdcard like i mentioned earlier...just never seen an app left like that with an sd on the blank icon
issues resolved as far as my phone but i have this need to know issue haha
i should have gone through first, i did notice that but i was being lazy i guess
Click to expand...
Click to collapse
You have got me there. I haven't run across that before. Did you possibly move apps to SD or is that an indicator of such since they are saved to SD? Not sure on that one..just some possibilities. Maybe someone else has some ideas???
Sent from my SPH-D700 using XDA Premium App
well i didn't move those over for sure, it was es file explorer, twitter (maybe), facebook (maybe), samsung app store (another maybe) i was looking at so many things in half a day, having not been on xda in awhile, catching up on all the gingerbread leak stuff and new CWM and trying to make sure i read through everything before playing that i can't remember all of the apps exactly (one smack for not writing it down), but i remember specifically one was es file explorer
i've never seen that either, with the green/white square icon, and all the menus blacked out when i click it....never seen that ...haha I'd love it if someone knew so i wouldn't have to sit here pretending I'm not still annoyed in the back of my mind, wonder if i could ever find happy gilmore's "happy place" instead of little green and white icons
So if you long press on those Android boxes that used to be apps and hold them over the trash can you can't uninstall them? I use Zeam Launcher and that's an option on there. What launcher are you using? It sounds like you are close to where you want to be now...
Sent from my SPH-D700 using XDA Premium App
i can delete them off the desktop fine, but they are still in the system someplace...the app manager still shows them there...those icons show in drawer, in app list and in market update however the update was unsuccessful...the app manager shows them in the list when i click on them, you can't do anything, every option (uninstall, clear data, move, force stop) is blacked out and not clickable
sure i can delete the icon but it's still tucked away somehow,
also like i said earlier, something else was buggy where i couldn't drop apps, in the system/app folder to install (YES I clicked R/W)....i couldn't re install via rootexplorer even the ones that came with add on....i've used many roms since i got my moment and 2.1 came out and then began my flashing addiction and i've always been able to click and install, it might prompt me that it's already install do i want to proceed, but would install over the other and complete successfully....every time it said install unsuccessful.

[Q] Loose the unneeded stuff

I love my Desire and the new update is working well for me. Finally got rid of that stupid facebook thingy.
Now for the rest, I bougt this Desire but still can't do what I want (or better don't want) to do with it.
I would like the new rom BUT without:
Stock
FM Radio
Footprints
Friendstream
News
News and weather
Peep
Youtube
I don't want them,
I don't need them
and sure ass hell don't use them.
There are better apps for those!!! and I can put them on my SD card
I read some threads in this forum but none of them seems to do what I want. Is there anyone here that can tell me how to remove the apps OR how to bake a GB rom without all of the crap I don't want to have. Last time before update I saw on Modace a ROM kitchen that could take away a lot of the pain but that would cost me to much in my opinion.
you could either remove them with adb or android commander so go ahead and flash away whatever you like and then remove the apps you don't want, or alternatively you can always open the zip and remove the apps you don't want to be installed in the first place they're in /system/app
ADB help http://androidforums.com/desire-all...fastboot-windows-updated-1st-june-2011-a.html
bortak said:
you could either remove them with adb or android commander so go ahead and flash away whatever you like and then remove the apps you don't want, or alternatively you can always open the zip and remove the apps you don't want to be installed in the first place they're in /system/app
ADB help http://androidforums.com/desire-all...fastboot-windows-updated-1st-june-2011-a.html
Click to expand...
Click to collapse
In addition to this post, here is a nice guide about system apps one can delete and which should not be deleted:
http://wiki.cyanogenmod.com/wiki/Barebones

Categories

Resources