[Q] Loose the unneeded stuff - Desire Q&A, Help & Troubleshooting

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

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)

Wall of Questions

1) What is: Nandroid, Titanium Backup, Rom Manager, Estrong Manager, AmonRa
to be specific - do I need all of them or just 1-2 of them?
2) What is the difference?
I read some perfer Clockwork Recover while other says there has been issues with it but AmonRa hasnt.
3)Answered
4) Do I really have to WIPE every time I switch (Flash) Rom?
I have read few posts that mention they don't do it and never had an issue.
What is the purpose of Wiping?
5) AOSP?? huh new jargon (working on it)
6) Answered
7) Confirm if im doing this right:
Download (new-rom.zip) - move to sd card - do one of the following: (nandroid, titanium or both?) - turn off phone, turn on to recovery mode, wipe (optional?), factory reset (optional?), wipe cache/delv (optional?), install zip, yada yada yada...?
8) What happens if I get (insert ROM) and open it's zip, remove the stuff I want out than rezip and load? good idea or bad idea?
9) What is a Launcher? how many types of Launcher are there? Adw, Pro, X, Y, Z?
I'll think of more later on. Sorry for the massive noob question. Im constantly reading the dev section forums and seeing several jargons im not fully understanding and alot of apps that some uses over the other.
dude, these are beyond noob questions.
every question in your post can easily be answered with a few minutes of searching.
I'm almost tempted to answer your questions but you need to learn this stuff, and not by having it spoon-fed to you, not to mention the subject matters you ask about would take a great deal of my precious time to explain. You read enough to get your phone rooted without bricking it, keep up the reading.
We all learned a ton of new stuff when we first got into android phones. Those with LINUX experience had a shorter learning curve, I for one had zero experience with LINUX. And most of us learned it by SEARCHING and READING. The more of this stuff you learn by your own research the better, you will have an actual understanding of how these things work.
If you want I will answer ONE of the above questions, in depth. Your choice..
Im constantly reading and I getting alot of contradiction answers. Thus im trying to break each one apart on pro/con. I guess my main concern that a search won't find an answer would be:
6) How do I get access into the Internal Memory?
caused I have searched using (internal storage, internal memory) and been unable to find an answer to it.
grrgrrgrr said:
Im constantly reading and I getting alot of contradiction answers. Thus im trying to break each one apart on pro/con. I guess my main concern that a search won't find an answer would be:
6) How do I get access into the Internal Memory?
caused I have searched using (internal storage, internal memory) and been unable to find an answer to it.
Click to expand...
Click to collapse
Get a file explorer. They work very similarly to explorer windows in Windows. You'll be able to see the file structure, remove files you don't want, add ones you want, move stuff around (which is especially useful for managing your sdcard)
I prefer Root Explorer, but it's a paid app. If you want a free option just to get your feet wet then get Astro File Manager from the market and start poking around just DO NOT DELETE ANYTHING unless you KNOW what it is and KNOW you don't want it anymore.
One tip regarding removing apps.. if you're not sure what the outcome will be you can add something like ".bak" to the end of the filename which essentially makes the file invisible to the system without removing it yet.
Although if it's a system critical apk then you might get a boot loop, in which case you will need a nandroid backup ready to restore.
what im currently doing now is constantly flashing 2.2 stock
I read titanium removes apps and I learned Sprint Zone = promotional.apk that is required to stay on to use *2 *3 dial...
But the .bak thing is nice, basically if I can't remove it, I still be able not to see it.
now as far as the .bak is concern - where do I rename it from? from the root explorer app? just long press it & rename the .xxx to .bak? or .xxx.bak?
you do not need sprint zone for anything
rename or remove files using a file explorer, and I don't know what you mean by "if I can't remove it".. you can remove any file using a file explorer
I usually just add .bak to whatever extension is already there. So if you're using LauncherPro and want to see if removing rosie.apk causes any problems (it wont, you can do without it just fine as long as you have another launcher installed) rename it to rosie.apk.bak and reboot
alright, btw I tried astro and it only shows me the folders/app of my SD card.
Im not looking to mess with those.
I want to view the Internal phone memory and possibly the Bios.
Second, with Astrofile - Let's say Amazonmp3 - im able to find that but within the stock2.2 rom.zip - removing from that zip wont change anything though unless I re-flash it, correct?
I am under the impression, once I flash a rom.zip, I can remove that rom.zip out of the sd card. the info is stored internally or in the bios. That is where I want to get acess to.
I know through titanium - if I find amazonmp3 and un-install from there, it removes from my phone.
there is no bios on android
astro's default view is the sdcard, you can go up one level and see all the system folders
yes, once you flash the rom you can remove the rom's zip from your sdcard but you might as well leave it in case you need to reflash it

Wow.

Hi all,
I have been a winmob user for over 5 years and i know pretty much everything about them. (see join date) Though 3 days ago i got a a8183 desire.
My god i have a lot to learn about Android. Winmob seemed so much simplier to pick apart with registry and custom roms.
Anyways i have been reading thread after thread for days yet i still have a couple of questions that i cannot get clear answers for.
I have a a8183 telstra desire running on optus. I have updated to the latest offical 2.2 ROM. (Everyone mentions OTA (over the air) though i downloaded it and installed thru windows).
So i would appreciate if someone could help me out with my questions/assumptions.
1. From what i have read you cannot r00t a froyo OS. Is that right? Though i have found an app z4root that will do it temporarily until reboot. Unrevoked doesnt seem to work.
2. To change system files you need not only root though you need the clockworkmod recovery part of the bootloader. (eg. to replace HOST file for adblocking).
3. You need permanent r00t to install the clockworkmod (so i cannot do this).
4. You cannot remove default ROM apps from your phone without the clockworkmod.
5. You need clockworkmod to install custom ROMs.
So from what i gather.. r00t is good. though really only cause it gets you the clockworkmod recovery which is where you can really hack it.
And to get this i need to downgrade to 2.1, r00t, clockwork then use a hacked rom for 2.2?
Your help is greatly appreciated.
hi sage, i too came from windows mobile so i know how you feel, lucky for me i jumped on the android bandwagon earlier with the htc hero, after i got bored with my HD1, anyway your wrong on quite a few points, so i'll point you in the right direction.
1) the latest version of unrevoked (www.unrevoked.com/recovery) is more than able to root the froyo roms, its a one click app and can root your device in minutes
2) to easly modify system files you need s-off (this is equivalent to HSPL on wm devices) after you have rooted, you need to search for alpharev, this is a linux live cd, you just burn it and boot it and it will security unlock your device.
3) when you download and run unrevoked, it will not only root your device but insatall the latest version of clockworkmod recovery. (just hold vol down and power when your device is off to access hboot, and choose recovery from the list) so unrevoked kills 2 birds with one stone
4) to remove the apps in the /system/ partition there are 2 ways, from recovery using adb, or if you flash the s-off mod, you can remove them directly from your device using a file manager.
5) yes you need clockworkmod or another custom recovery to install custom roms, but now you know how to do it, thats not a problem
Hi Sage,
If you're looking for an easier way to get rid of all the Telstra apps (more like a blob of links really ) on your phone you may want to try one of the stock HTC WWE ROMs. It's clean and you can flash it via exe, just like in WM. The latest RUU I believe is the 2.29.405.2. Also, be aware of the risks of rooting your phone.
thanks for your response guys
Ok so i am now r00ted and running Leedroid's WWE ROM! (thank you!) it was actually pretty easy.
I think unrevoked was failing cause i was using a USB HUB.
OK so now i just want to remove some more of the default apps that come with it.
So i will try alpharev to security unlock my device. (is this permanent or if i reflash my rom it will come back?)
once i have done this i can then delete anything i like thru r00t explorer?
At this stage i am trying to just make some more room for apps. As a number of them wont move to SD Card.
A couple of last questions if i may. I have an new SD Card on order. Am i able to simply copy everything from my existing SD to my new and then swap it over in my phone and it will all be ok? Or do i need 'clone' it with some tool?
Where in the system paths do i remove 'shortcuts' within all apps? (or even simply rename them.)
Much appreciate your help. Android is growing on me. I especially love adb logcat!
ok.. i am now security off'd alpharev worked a treat.
i am now using r00t explorer to try and delete items from /system/app though they come up read-only so i cannot delete them
i take when i get to remove these the phone will have more stoage space for apps yeah?
i also still cannot find where the all apps shortcuts sit! (so i can rename/remove).
and lastly now i have the alpharev bootloader so gonna google how to change that
i did use the Leedroid apps2sd ROM. though most of my apps are still going to phone memory and i cant move them across.
Is there a fix for this? i guess once i work out how to delete these read-only files ill be ok anyway.
Unfortunately removing system apps wont give you more space to install apps, they are stored under a different partition, /system and /data are not on the same disk so you can save as much space on /system as you want but it won't affect /data at all.
With running out of space you have a few choices:
Go to settings..applications..then manage and move as many apps to SD as you can. This is fro-yo apps2sd, not all data is moved and not all apps can be moved, so you will probably run out of space again anyway.
Or
Reboot into recovery and partition your sdcard to create an ext partition, when you boot your rom ALL apps will be moved to the ext partition leaving lots of free space. Backup your sdcard before you partition it, you will lose all data.
Sage said:
ok.. i am now security off'd alpharev worked a treat.
1) i am now using r00t explorer to try and delete items from /system/app though they come up read-only so i cannot delete them
2) i take when i get to remove these the phone will have more stoage space for apps yeah?
3) i also still cannot find where the all apps shortcuts sit! (so i can rename/remove).
Click to expand...
Click to collapse
1) Press on Remount as R/O, this should allow you to delete/replace system stuff & ringtones, fonts...etc.
2)No, because apps install to data/apps & not system/apps.
3)You mean like the applicatiuon menu when we used to delete shortcuts or rename them? Hahaha man that was sooooooooooooo long time ago for me. Anyway, the applications installed are displayer & you can't hide them or rearrange them like Winmo. You might want to try Launcher Pro to hide apps in the apps drawer.
If you need more info, ask freely because 2 years ago I went through the same
mr.r9 said:
1) Press on Remount as R/O, this should allow you to delete/replace system stuff & ringtones, fonts...etc. Typo..You meant R/W
2)No, because apps install to data/apps & not system/apps.
3)You mean like the applicatiuon menu when we used to delete shortcuts or rename them? Hahaha man that was sooooooooooooo long time ago for me. Anyway, the applications installed are displayer & you can't hide them or rearrange them like Winmo. You might want to try Launcher Pro to hide apps in the apps drawer.
If you need more info, ask freely because 2 years ago I went through the same
Click to expand...
Click to collapse
Hmm..actually the new MTD partition table hack should be able to free space on the /system, adjusting partitions with less for /system and /cache and more for /data/app should give enough space..Though I'm not sure if he wants to try this right now, since it's considered an advanced task and maybe he'd like to get more accustomed to Android before attempting it? His wish though..
And well, there's yet another method to remove system apps, other than the other two methods. This is to modify the zip file of the custom rom to remove the actual apks from /system and reflashing it on top of the actual flash..
droidzone said:
And well, there's yet another method to remove system apps, other than the other two methods. This is to modify the zip file of the custom rom to remove the actual apks from /system and reflashing it on top of the actual flash..
Click to expand...
Click to collapse
Ohh yes indeed. OP, you can edit the zip before installing it to your device. You can remove/replace application in system/data and fonts...etc. Just remember to change signature verification to off in your recovery.
my god. i have spent days on this baby and im only barely scratching the surface
much appreciate all your help guys!
ok.. so its time to use app2sd i hear that app2sd+ is better though? (it moves more data to SD yeah? appcache?)
i only have 2Gb microsd right now so i might wait until i my 8GB arrives before i flash a new ROM and start again (again!)
i also noticed these online kitchens. http://cookmyrom.co.cc
which look great! tho they are still a version behind the leedroid i am using tho its a good way to get rid of some default apps.
i certainly like the idea of reparitioning the default disk though not quite ready for that yet especially when app2sd+ sounds much more straight forward.
i am dumbfounded that you cant remove 'shortcuts' from the All Apps! or even rename them!! my god. i would think that was first thing available on such an open source OS.
So i have now created a folder called "Folder" to reduce the clutter.. and now i guess i cant even rename it!?? and if i create another one its called "Folder" too!
lol.. this OS is so advanced yet some basic stuff seems to be overlooked.
I did try launcher pro though it removed my HTC Sense (which i like). So i might need to keep looking for an app to help organise my All Apps and my desktop (is desktop what its called?)
And just how do i add ringtones?
love your work guys thanks again.
Create a folder called Ringtones on the root of your SD to have...ringtones.
When you open a folder, long press on the header to rename it.
As for organizing, I stopped caring & started to use search, but maybe if you want you can try an app called folder organizer.
mr.r9 said:
Create a folder called Ringtones on the root of your SD to have...ringtones.
When you open a folder, long press on the header to rename it.
As for organizing, I stopped caring & started to use search, but maybe if you want you can try an app called folder organizer.
Click to expand...
Click to collapse
nice one thank you!
Sage said:
...So i have now created a folder called "Folder" to reduce the clutter.. and now i guess i cant even rename it!??...
Click to expand...
Click to collapse
Open the folder then hold where it says folder to change its name.
Ok. Now have app2sd working!
thanks to all of you. Beginning to love this android phone now. I feel sorry for all the people who use them as they come from the factory! Thank god for all the xda people who rip them to shreds and make them better
If i can have one last question. Any way to remap hardware buttons to start an app?
Like when you hold down the search button it launches Google Voice. I want it to launch a different app..
I did a search and found the hardware button remapper though it only does hardware to hardware.. not hardware to app
For Folders(Assuming you're using full HTC Sense), just open it and hold the title bar. Took me some time to figure out. You cannot easily rename the apps in "All apps", but you can remove them(Which is essentially uninstalling them) from Settings > Applications > Manage, unless they are system apps which need to be manually deleted either via S-OFF + Root explorer(OR something similar) or ADB + Custom recovery(Clockworkmod or Amon Ra).
For setting a custom ringtone, open the music app, select the music > Menu > Set as ringtone.
so no love on the hardware remap for apps?
Oh well i have done a lot of googling and it seems it cant be done (well at least not easily).
My last question is when you launch an app from a folder the folder stays open.. any way to force close or change its behaviour?
for those following this. I found the Tasker app remaps hardware buttons amongst doing amazing other things.
Still no love on closing folders though.
i ended up using tasker to create app widgets to replace the folders...
If you want app widgets, there's also "Desktop Visualizer".
In terms of killing of an app, have you tried "Settings -> apps settings -> development" then there's an option there for "stop apps via long press"?

Which apps can be safely removed without breaking?

Hey there,
I got a HTC Desire with Froyo and the lastest update. Rooted and S-OFF as well.
I was just wondering which apps that came with the Desire standard that I can actually safely remove without breaking the OS/Phone.
Mainly I am concerned about these apps as I don't use them or has a replacement for them:
* Footprints
* Friendstream
* Gmail (I use K9 instead)
* Mail (Again K9 used instead)
* News
* News and Weather
* Peep
* Stocks
* Teeter
Those are the apps I would like to get rid of, and prefebly their widgets too if it possible. But which of them are safe to simply delete without causing random errors and/or breaking of the OS.
Can't remove FriendStream as it's leave the phone in a constant sync loop - it's linked to FB contacts being linked to your phone book
EddyOS said:
Can't remove FriendStream as it's leave the phone in a constant sync loop - it's linked to FB contacts being linked to your phone book
Click to expand...
Click to collapse
You can if you want but it won't sync. I just unticked it to stop syncing. You can remove a fair few amount of system apps. I got rid of maybe half of them. But what you listed if fine and won't mess around with anything. Just make sure to back them up and then install them if anything goes wrong.
And I will still be able to use market?
MeX_DK said:
And I will still be able to use market?
Click to expand...
Click to collapse
Market (Vending.apk) isnt linked to any of the others. You'd know that if you used Cynaogen with Gapps. It's plain Google.
But I don't and im not really into beginning using custom roms just yet as they don't seem stable enough for me just yet .
Now I just need to find a moment of peace to go digging for the correct way to remove apps and then having the time to do a full backup and get started
u can remove teeter n stocks n footprints .. i had long ago didnt face any problems but better to do a nandroid backup n delete watever ud like to your hearts content..n if fails just restore the rom !
Is there a GUI program available to delete those unwanted apk files, or does it have to be done through ADB?
If you're rooted look at Android Commander - still needs adb but it's a GUI. I use it and its easy!
EddyOS said:
If you're rooted look at Android Commander - still needs adb but it's a GUI. I use it and its easy!
Click to expand...
Click to collapse
I have rooted, but Android Commander claims it can not get root. So that one is a no go. And Droid Explorer crashes when I try to uninstall, and just reloads the page when I try to delete something
MeX_DK said:
Is there a GUI program available to delete those unwanted apk files, or does it have to be done through ADB?
Click to expand...
Click to collapse
You can use Titanium Backup to delete any system apps you want as long as TB has super user permissions.
I personally delete the following:
stock (dcs apk and dcs service also)
teeter
peep
twitter
If you are using a sense based rom, do not delete any widgets else rosie utility (sense) will keep crashing when you try to use any widgets.
Here is a list compiled by baadnwz (of insertcoin fame)
Safe to remove apks from /system before flashing or after in order to free some space
If you delete those you will loose the HTC Book Reader
EReaderLibrary.apk
EReaderViewer.apk
EReaderWidget.apk
HTC Stock will be gone
com.htc.StockWidget.apk
DCSStock.apk
Stock.apk
HTC Mail will be gone if you don't use exchange or you use k9 mail you can delete
htcmailwidgets.apk
Mail.apk
HTC Radio
com.htc.FMRadioWidget.apk
HtcFMRadio.apk
HTC News reader
HtcGreader.apk
HtcGreaderWidget.apk
HTC Likes
HtcRecommends.apk
HtcRecommendsWidget.apk
HTC Messages - if you use Handcent you can remove default htc message apks - you dont need 2 apks for the same thing
Mms.apk
htcmsgwidgets.apk
Included live wallpapers, if you dont use them or need them you can delete those too
LiveWallpapers.apk
LiveWallpapersPicker.apk
MagicSmokeWallpapers.apk
Mode10Wallpapers.apk
VisualizationWallpapers.apk
Flickr- well if you dont use it for uploading ur pics its safe to delete
Flickr.apk
HTC Sense - if you prefer launcherpro or adw or whatever and dont need htc sense you can delete
Rosie.apk
You can delete any apk from /system that has the word widget into his name if you don't need it, i for one remove all widgets i dont use (90% of widgets present :B). But if you delete them from zip before flashing or via adb after flashing you might encounter "ghosts" widgets in widget list #ff3ccc3 for example will be a widget - and if you select it rosie.apk will crash. Don't say I didn't warn you. Best is to have s-off and uninstall them via titanium backup
Click to expand...
Click to collapse
celestialspring said:
You can use Titanium Backup to delete any system apps you want as long as TB has super user permissions.
Click to expand...
Click to collapse
What about these?
Gmail.apk
Gmail.odex
Cause I don't use the build in Gmail app either. Unless removing this one breaks all the Google Syncs ?
After going through a long list of stuff to remove I still got weather and News & Weather I would like to get rid of. But what are their proper names?
Doing the installorama I sadly realised that at some point during the process apparently facebook breaks so that it will no longer sync the profile images to people >_<. I very much like that feature, so is there any files I have to avoid for that not to break?
barebone experimenting
First of all, baadnewz, thanks for oa beautiful and well working rom. And I totally respect your (or anyone else's) choice to ignore this post. I'm not expecting anyone to wast their energy on dummies like me. I will keep on searching and trying on my own anyway.
Used leeDroid for a long time but this rom is fantastic.
I am a noob, but not a stupid one. This is the first time I post, after having done my own experiments, testing, searching, reading, learning (I hope) and of course, failing a lot. I'm addicted to deleting apps I don't use.
I work in the area of personal development and I research a lot, so I use my desire as a pure work tool with Docs2go, ezPDF, iReader, PowerAmp, SpringPad, ThinkingSpace, Dolphin HD and TextEdit as my main apps plus helpful apps like AdFree, AutoKiller, BookmarksToSD, BrightnessControl, DesktopVisualizeR, DropBox, LaunchKey, QuickSysInfo, RootExplorer, SetCPU, SuperUser, TitaniumBU, WirelessTether and obviously XDA. Occasionally I download a game but if I'm not using it enough I uninstall it after a back up with Titanium for possible later use.
Other than that I love sense, so I leave the Calendar (+widget), FriendStream (+widget), HTC-Mail (+widget), News (+widget), settingsWidget, WorldClock (-widget), PhotoAlbum (-widget), Messages (-widget), People (-widget).
I also have a few apps like barcodeScan and stuff, but no big space user, except Adobe Flash (do I really need flash if I don't watch film online?).
I think this was all... Yes, everything else is deleted from the zip file, including everything in the resource catalog (wallpaper and stuff) - I only use the wood skin and a wood wallpaper. I deleted some fonts and replaced those with dead files with the same names (stupid maybe). Deleted clock widgets and slideshow. Deleted all media files except for one of each. I also deleted all boot animation zips. I tried to delete libraries that looked like they were connected to apps I deleted, but not anymore. I'm not sure if this was the season, but different functions stopped responding, so I try to not touch lib files and files I don't know. Anyway, all this worked until I tried to do the same with a clean wipe 1.9.5 ? Big problems all the time!? I also tried flashing 1.9.5 on top of 1.9.4. but this worked much as bad. So I'm back on my 1.9.4 restore point...
I love to free up as much memory as possible, at the moment: Internal Storage 117mb, System Storage 77,5mb and Memory 206mb. I believe this is pretty good,or!?
To take some advantage of your latest rom baadnewz, I flashed 2.6.32.29-insertcoin-kernel and lower_voltage_UV_flashable on top of my "barebone" 1.9.4 - donno if this improves anything really, but now everything is working like heavens....
I have tried some kitchens and done some adb, but the kitchen bit feels wrong as long as I don't really understand what I'm doing and what's happening behind the scene..
So, in other words, I have a very stripped down iNsertCoin rom, and I will keep on trying and searching/learning more....
My big question is:
Is different file/apps/scripts/lib and more, dependent on each other, so deleting some will lead to loops and/or errors/fc? Can I edit code/script to support everything I delete?
Is there a place where dummies like me can learn the basics about Android programming, so to be able to understand my question before this one? And YES, I have been looking for this for a long time with no success...
Keep up your brilliant work baadnewz, and thank you so much for all your effort!
Sent from my Desire using XDA App

[Q] New to Android

Hi,
I just got my new SE Xperia Play phone and got it with android Gingerbread on it, I'm not completely familiar with this OS but following information that I've read I rooted my phone and it is working fine, I did this cause I read that by doing this I would be able to remove and add apps to my phone as I became a Super User on the Linux side of it. Now my questions is, How can I do this? I've tried to find like an step by step add and remove apps on my phone with no luck. Also I'd like to get some information on what can I do and what I can't (or shouldn't do) with my super user rights ( i found this but not sure how to add this titanium backup on my phone http://forum.xda-developers.com/showthread.php?t=1046699).
All help will be greatly appreciated.
Regards,
Btts.
you can delete any apps including system apps by using TITANIUM BACKUP.
once you've installed it and run it click on the backup/restore tab at the top then select whatever app you want to remove (system apps inluded) click that app and there will be an uninstall option.
BE CAREFUL WHAT YOU DELETE!
Hope this helps
You have to download Titanium Backup from the market
oh ok I get it, so it is available through the android market.. now that is for the Uninstall stuff part (thanks to both) now in order to get stuff installed into the phone is it there an option for that or can I do it using the linux terminal that is installed on the phone?
Thanks for all the help
OK, I have been where you are, and maybe this VERY brief summary will get you started.
1. Root - you did that.
2. Download and install the CWM for locked bootloaders from this link here.
3. Follow the instructions to power off, then power on and press down on the Volume Down key to enter the recovery mode. Then go to the Backup/Restore menu and backup the phone. This creates a Nandroid, or image of the phone so you can put it back to rooted stock if you mess something up.
4. Download and install Titanium Backup from the App Market. You can use this to uninstall any bloatware, including System files, but use with caution so you won't need to use your Nandroid! There is a safe list thread here that will give you some help in what you can remove.
5. Apps for Android usually come from the Android Market, or another market that hosts Android apps like Amazon AppMarket, etc. So any program you want to install will generally need to come from there. (Yes, I know there are some apps around that some Joe Ubertech wrote, but in general, you will want to get apps from the Market or a Vendor site, like Gameloft or EA.)
6. Use an App2SD program to move as many apps to your SD Card as are able to go. This frees up internal storage so you can run smoothly and have a lot of apps too. I like Droidsail Super App2SD (ROOT) because it lets you select a group of apps at one time to move. Do NOT move to SD any app that is accessed through a widget, or any replacement launcher program.
7. Be aware that Programs marked as System files cannot be moved to SD. However, some of them, like the preinstalled games, GMail, Youtube, etc, are also found in the Market. You can either delete them and reinstall them from the Market, or use a program like Root Explorer to manually move these to a folder on the SD card. Then reboot your phone, and you can reinstall them as user apps and be able to move them to SD as well.
8. Read. Read, read, read, READ everything you can get your hands on here in xda. It has been the best source of info for the Xperia Play.
I hope this helps you get going. Have fun, and if you run into trouble, someone here will usually be able to help you get going again.
Cheers!
netizenmt said:
OK, I have been where you are, and maybe this VERY brief summary will get you started.
1. Root - you did that.
2. Download and install the CWM for locked bootloaders from this link here.
3. Follow the instructions to power off, then power on and press down on the Volume Down key to enter the recovery mode. Then go to the Backup/Restore menu and backup the phone. This creates a Nandroid, or image of the phone so you can put it back to rooted stock if you mess something up.
4. Download and install Titanium Backup from the App Market. You can use this to uninstall any bloatware, including System files, but use with caution so you won't need to use your Nandroid! There is a safe list thread here that will give you some help in what you can remove.
5. Apps for Android usually come from the Android Market, or another market that hosts Android apps like Amazon AppMarket, etc. So any program you want to install will generally need to come from there. (Yes, I know there are some apps around that some Joe Ubertech wrote, but in general, you will want to get apps from the Market or a Vendor site, like Gameloft or EA.)
6. Use an App2SD program to move as many apps to your SD Card as are able to go. This frees up internal storage so you can run smoothly and have a lot of apps too. I like Droidsail Super App2SD (ROOT) because it lets you select a group of apps at one time to move. Do NOT move to SD any app that is accessed through a widget, or any replacement launcher program.
7. Be aware that Programs marked as System files cannot be moved to SD. However, some of them, like the preinstalled games, GMail, Youtube, etc, are also found in the Market. You can either delete them and reinstall them from the Market, or use a program like Root Explorer to manually move these to a folder on the SD card. Then reboot your phone, and you can reinstall them as user apps and be able to move them to SD as well.
8. Read. Read, read, read, READ everything you can get your hands on here in xda. It has been the best source of info for the Xperia Play.
I hope this helps you get going. Have fun, and if you run into trouble, someone here will usually be able to help you get going again.
Cheers!
Click to expand...
Click to collapse
awesome thanks for the information
Also, grab KeiranFTW's tweak package in the dev forum. Best thing you could do to your phone.
Sent from my R800x using xda premium
Trygon said:
Also, grab KeiranFTW's tweak package in the dev forum. Best thing you could do to your phone.
Click to expand...
Click to collapse
here's the link
http://forum.xda-developers.com/showthread.php?t=1385236
University of Pi said:
here's the link
http://forum.xda-developers.com/showthread.php?t=1385236
Click to expand...
Click to collapse
thanks for the info guys, now I'm working on my other phone the Xperia Arc ^^, if a moderator wants to close this thread is alright
thanks to all

Categories

Resources