Question about uninstalling apps - Android Q&A, Help & Troubleshooting

If I uninstall an app without clearing the app's cache, will Android automatically delete the cache too when it uninstalls the app?
Or is it best to manually delete the cache before uninstalling an app?

No, the app cache will persist until you clear it manually (doing a full wipe, wiping the cache or deleting app data when you uninstall it).

Sorry, forgot to ask, doing a cache wipe through CWM, will it delete my progress made in games?

KaiZ51 said:
Sorry, forgot to ask, doing a cache wipe through CWM, will it delete my progress made in games?
Click to expand...
Click to collapse
No. The cache is different from the app data.

you must clear cashe manually and no save games wont go away

Related

[Q] Wipe Dalvik Cache?

I know what happens when you do a factory reset/wipe, but what exactly happens if I only wipe Dalvik Cache? (I'm about to flash a ROM, don't want to do a complete factory reset/wipe, but wondering if I can still help "eliminate ghosts" by wiping Dalvik Cache.)
Bump, is this just like a crazy question or something?
What exactly does wiping Dalvik cache do?
trunkstar1 said:
Bump, is this just like a crazy question or something?
What exactly does wiping Dalvik cache do?
Click to expand...
Click to collapse
dalvik is a virtual machine in android operating system that runs applications, which is similar java vm. dalvik builds some sort of cache of applications (i wouldn't go into details) to run them faster in dalvik cache space. you can clear them out, and android will rebuild the cache on the next boot. and the initial boot will take longer than usual once you wiped the dalvik cache because android needs to rebuild it.
So it's something that you can safely wipe on occasion right, just to clear up any bugs?
trunkstar1 said:
So it's something that you can safely wipe on occasion right, just to clear up any bugs?
Click to expand...
Click to collapse
when you flash a custom rom, usually the rom automatically wipes out dalvik cache to remove all that junk from the previous rom.. you do not need to wipe it regularly unless you flash apps or any other system modifications on top of the existing rom via clockworkmod recovery very often
But is there any "harm" in doing it? Any consequences other than a longer reboot time?
trunkstar1 said:
But is there any "harm" in doing it? Any consequences other than a longer reboot time?
Click to expand...
Click to collapse
Not at all. Apps will just be a little sluggish for a bit.
Sent from my SGH-T959 using XDA App
Using Kies to goto 2.2, does that wipes Dalvik cache? Koz I went to 2.2 from kies mini, then ODIN'd a Voodoo kernel and i never wiped it manually...
so should I?
many thanks
You are trying to not factory reset but any rom you will find will have a system, data, data_data and cache wipe built into it. You can try finding a Rom you like and remove the wipes from the update_script but those wipes are put there on purpose. Kies will wipe everything too.
or use root explorer go in to system and find dalvik cache and delete files =>
sir can i ask a question?
jaetm83 said:
dalvik is a virtual machine in android operating system that runs applications, which is similar java vm. dalvik builds some sort of cache of applications (i wouldn't go into details) to run them faster in dalvik cache space. you can clear them out, and android will rebuild the cache on the next boot. and the initial boot will take longer than usual once you wiped the dalvik cache because android needs to rebuild it.
Click to expand...
Click to collapse
is it normal to boot so long when i accidentally wipe dalvik cache? because im afraid and thinking my phone was brick what can i do to turn it back normal? wait to boot the system?
avie14 said:
is it normal to boot so long when i accidentally wipe dalvik cache? because im afraid and thinking my phone was brick what can i do to turn it back normal? wait to boot the system?
Click to expand...
Click to collapse
Yes it is normal for it to take longer than a normal bootup. It is rebuilding the Dalvik that was just wiped. #nosorcery
trunkstar1 said:
I know what happens when you do a factory reset/wipe, but what exactly happens if I only wipe Dalvik Cache? (I'm about to flash a ROM, don't want to do a complete factory reset/wipe, but wondering if I can still help "eliminate ghosts" by wiping Dalvik Cache.)
Click to expand...
Click to collapse
Thank you for this question, thank you guys now I know that wiping dalvik cache is not that bad at all.

Difference between Dalvik Cache vs Normal Cache

I found same question in Dev forum but can't post as I'm still new. So I ask the same question here:
What is Davik Cache and what is normal Cache?
Are they the same thing or 2 different cache that must be wiped when flashing roms?
Normal Cache is any temporary information created or used by an app.
Dalvik Cache is a program cache area for the program dalvik. Dalvik is a java based virtual machine that is the bases for running your programs (the ones that have the .apk extension). In order to make access times faster (because there's not JIT (just in time) compiler installed by default), the dalvik-cache is the result of dalvik doing a optimization of the running program. Sounds confusing. It's similar to the prefetch files in Windows.
When you full wipe the normal cache is being deleted automaticly. Dalvik cache is being deleted manually via any recovery. Under Advanced in CWM.
Sent from my Nexus 10 using Tapatalk HD
thanks
thanks
Thanks, now I understand better. I was wondering where is this Dalvik Cache as I couldn't find the clearing function, so it is only found in custom Recovery mode.
What about my factory default phone? Its stock recovery show up as Android system recovery <3E>, there's a wipe cache partition function. I tried it and all my apps still working ok.
Thanks!

How can i do soft wiping?

Using flawless ics rom, and i started getting random reboots. Idk why, i didnt use titanium backup at all.
My apps are all useful right now so i dont wanna lose them. So how can i do like some soft wipe that doesnt delete all my apps? I dont want to do backups. Becoz it can lead to random reboot if i restore them.
Did wipe cache but no help.
Sent from my WT19i using xda app-developers app
Wipe Dalvik cache ...thats soft wipe...
Random reboots looks like more of kernel issue ...
The only things you can wipe without loosing data are cache and dalvik cache. But wiping dalvik cache won't change anything, because as far as I know the dalvik cache will be rebuilt on every boot
So try wiping cache or change the kernel for the rom
Sent from my Nexus 4 running Android 4.3
mihahn said:
The only things you can wipe without loosing data are cache and dalvik cache. But wiping dalvik cache won't change anything, because as far as I know the dalvik cache will be rebuilt on every boot
So try wiping cache or change the kernel for the rom
Sent from my Nexus 4 running Android 4.3
Click to expand...
Click to collapse
Dalvik cache is rebuilt only on first boot or if an app is changed via recovery or if you upgrade to higher OS (like ics to JB)...
Some times it gets corrupted and wiping helps...(like 1 in 10 times...) and the cache gets rebuilt (android is upgrading....)
Cache is wiped whenever you reboot so it's one of the most pointless thing to do in recovery for stock roms..(wiping batteystats is the most pointless thing...)
On CM roms ,system dalvik lies in /cache so wiping cache is equivalent to wiping dalvik for system apps..
@OP
Use titanium backup to backup all apps and do a complete wipe..
karandpr said:
Dalvik cache is rebuilt only on first boot or if an app is changed via recovery or if you upgrade to higher OS (like ics to JB)...
Some times it gets corrupted and wiping helps...(like 1 in 10 times...) and the cache gets rebuilt (android is upgrading....)
Cache is wiped whenever you reboot so it's one of the most pointless thing to do in recovery for stock roms..(wiping batteystats is the most pointless thing...)
On CM roms ,system dalvik lies in /cache so wiping cache is equivalent to wiping dalvik for system apps..
@OP
Use titanium backup to backup all apps and do a complete wipe..
Click to expand...
Click to collapse
give him a medal :good:

How do i clear the Cache on this guy?

Normally I just go Setting > Storage > Cached Data > Clear <Ok>
...not on this guy, am I missing something?, how do u clean Cache data?
There is an app thats allows u to clean app cache, dalvik cache and cache partition its called (Lspeed) on the play store its a very good app. P.s. u need root but also there is an app for non rooted users called cache cleaner

Wipe caches / wipe Dalvik caches before or after?

Ok stupid question, but I rather be sure than sorry. When I update the same Rom
(from xiaomi.eu_multi_MI10_21.3.10_v12-11 to xiaomi.eu_multi_MI10_21.3.17_v12-11)
Do I have to do the wipe caches and Dalvik before or after I install the Rom?
If I do a wipe data that means I have to configure everthing again like mail accounts etc?
Thanks
Short and simple. No. You are only updating security patch.
Thanks shivadow

Categories

Resources