How to clear Dalvik Cache? - EVO Shift 4G General

how to clear it thru adb?

Code:
adb shell
su
rm /data/dalvik-cache/*
reboot

thank you
phone runs a bit smoother

You are welcome.

what is Dalvik Cache

You can also download cache cleaner from the market or boot into recovery and I believe on the recovery BCNice posted you have to go to the last option and select clear cache.

Related

FC problems!!

Last night i was traying wipe the dalvik and get me an error it said i had to wipe from adb the think is how i wipe the dalvik from adb?
do you mean dalvik?
is your phone rooted?
Ups yea dalvik sorry... and yep is rooted but whe i go on recovery and tray to wipe from there is when the error happend
julwo said:
Last night i was traying wipe the dalvik and get me an error it said i had to wipe from adb the think is how i wipe the dalvik from adb?
Click to expand...
Click to collapse
what are you using to wipe?
d1msum4lyfe said:
what are you using to wipe?
Click to expand...
Click to collapse
Ra 1.5.2
And i try run this from adb but doesnt work
Code:
adb shell
Cd system/sd/dalvik-Cache
Rm *
And this one neither
Code:
adb wipe dalvik
try the adb wipe command while the phone is all the way booted. if you wipe dalvik alone when you reboot it'll fc everything so I suggest using the pre-kitchen to do it.
beyondinferno said:
try the adb wipe command while the phone is all the way booted. if you wipe dalvik alone when you reboot it'll fc everything so I suggest using the pre-kitchen to do it.
Click to expand...
Click to collapse
Ok thanks but was a lil bug than ra 1.5.2 had they fix on the newer version btw i wipe using adb now i will try intall te new ra

Wipe dalvik-cache via adb????

My buddy just got the hero and I rooted his phone and im wiping it and putting on a new rom and like always i always wipe data and dalvik and it says
"Error : Run 'wipe dalvik' via adb!
How do I wipe it thru adb? What commands?
Code:
adb remount
adb shell rm -rf /system/sd/dalvik-cache
Otherwise just power off the phone, restart into recovery and try to wipe it again.
BAttitude7689 said:
My buddy just got the hero and I rooted his phone and im wiping it and putting on a new rom and like always i always wipe data and dalvik and it says
"Error : Run 'wipe dalvik' via adb!
How do I wipe it thru adb? What commands?
Click to expand...
Click to collapse
Download Fresh Kitchen and use the clear cache command under tools
BAttitude7689 said:
My buddy just got the hero and I rooted his phone and im wiping it and putting on a new rom and like always i always wipe data and dalvik and it says
"Error : Run 'wipe dalvik' via adb!
How do I wipe it thru adb? What commands?
Click to expand...
Click to collapse
danknee said:
Code:
adb remount
adb shell rm -rf /system/sd/dalvik-cache
Otherwise just power off the phone, restart into recovery and try to wipe it again.
Click to expand...
Click to collapse
bigupurself7 said:
Download Fresh Kitchen and use the clear cache command under tools
Click to expand...
Click to collapse
The above two solutions should fix your problem. The reason you're getting that error message however is most likely because you're running a older version of the Recovery ROM. Amon has said that the older versions (anything older than 1.6.2) will give you that error message when you try to wipe dalvik.
His later version 1.6.2 fixes this problem, so I would consider upgrading. Also, even though it's giving you the error message, it does actually clear Dalvik -- this was confirmed by a logcat.

[Q] phone brick after jit

i copied the files from jit but after copying them i could not chmod and root access was gone,i rebboted my phone
i now am at recovery mode
what should i do?
apply sdcard :update.zip
wipe data/factory reset
wipe cache partition
mpbm23 said:
i copied the files from jit but after copying them i could not chmod and root access was gone,i rebboted my phone
i now am at recovery mode
what should i do?
apply sdcard :update.zip
wipe data/factory reset
wipe cache partition
Click to expand...
Click to collapse
Wipe data for start and reboot. If nothing happens then go into download mode and flash a new rom following the instructions in the relevant thread. I think that is the only solution I'm afraid. If you haven't made a backup with titanium you lose it all...
sent from my kirillos' v.3 fugumod 2.2 BE oc'd JIT enabled nokia 3210
flashed to kyrillos 3.3 and lost all my data unfortunately.
at least i am not waiting for samsung's upgrade anymore

Clear art/dalvik cache

Hi is there a way to clear dalvik/art cache without root via adb or any other means? Thank you

What's the difference between cache and app cache?

So, if I wipe cache in TWRP, the app cache as reported by the system remains. Just tonight I was able to wipe over 2GB of app cache within the system, something I thought I would have rid myself with the wipe cache function within recovery.
floepie said:
So, if I wipe cache in TWRP, the app cache as reported by the system remains. Just tonight I was able to wipe over 2GB of app cache within the system, something I thought I would have rid myself with the wipe cache function within recovery.
Click to expand...
Click to collapse
That is because you're wiping the device's /cache partition, while app-specific cache is stored on the /data partition. So, It needs manual cleaning from within the app settings.

Categories

Resources