Senior Member
Thanks Meter 239
  
Posts: 2,867
Join Date: Feb 2010
Location: Los Angeles, CA
|
Quote:
Originally Posted by alpha300
It seems I'm still having the problem with the YouTube app how do you clear davlik cache?
Sent from my Nexus S using XDA App
|
If you're rooted you can do it several ways:
You can do it from CWM Recovery I believe.
The description for Titanium Backup (PRO version) includes a Dalvik-cache cleanser. Other cache cleaning apps might do the trick as well.
(the following methods might require you to mount as r/w to work, Root Explorer is an easy way to do that...)
You can also do it with a file explorer like Root Explorer or estrongs by just deleting all the files in the /data/dalvik-cache folder.
You can also do it from the command line in the terminal or via adb shell with the following command:
from the the computer terminal -- "adb shell rm -rf /data/dalvik-cache/* "
or from a terminal on the phone-- "rm -rf /data/dalvik-cache/*"
Wiping battery stats has the same influence over battery life as waving a dead chicken over your phone does; none, per Google.
If your sig takes up more screen real estate than most of your posts, maybe you should trim it a bit...
|