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.
Less apps? Smaller dalviks from the apps you do have?
The only dumb questions are those not asked. Some apps just need much larger caches.
You should bronze those baby shoes, after all, your about to have a real set to bronze as well....I still have my Windows 95 installation floppy disks!

So far so good. Anyone know if it persists through reboots and ROM updates?# cd /cache
# mv download download.old
# mkdir -p /sdcard/cache/download
# ln -s /sdcard/cache/download download
So far so good. Anyone know if it persists through reboots and ROM updates?
And that's the beauty of unix based systems. The most powerful and elegant commands are incredibly simple!

This could be put into a script and run though right?Basic unix commands for a link, it shouldn't have any issues with reboot. You'll need to do it again after a fresh flash though.