Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Figured out ut was my emails, in particular my trash folder which I had been neglecting to empty. Now its fine. Hope this helps.
if you root your phone, you can use a feature called apps2sd. This automatically moves all apps to the sd card. As a result running villainrom 10 i have over 130 meg free on the phone itself, and never get that warning any more!
# adb shell
# cd /data/local/tmp
# rm *
*** Solution for rooted devices ***
Hi there,
I'm new here and I had this problem until yesterday. I read a lot of solutions in Internet, like cleaning delvik-cache (thtat will be recreated at next start-up), cleaning apps caches, but nothing worked, I still had just 18 MB free!!
I've decided to explore /data partition with linux "du" command and surprise, there was 14 MB in "/data/local/tmp", and like its name suggest, these are Temporary files!!. Now I have 30 Mb free space!
Solution with ADB:
I think this tmp files weren't deleted because I use to use "Advanced Task Killer".Code:# adb shell # cd /data/local/tmp # rm *
I wish you luck with this procedure.
Esteban
I had the same problem got rid of a load of apps that I really liked and it was still there. Figured out ut was my emails, in particular my trash folder which I had been neglecting to empty. Now its fine. Hope this helps.