Bandcamp refuses to install on an external SD card. It also doesn't offer an option to save its cache anywhere else than the main flash of my phone. So it either clogs my phone storage within days or, if I reduce the amount of storage it can use, allows me to listen just one or two albums when offline.
So I thought of finding the cache of that app on my phone, moving it over to the SD card and link it with good old Unix "ln -s" command back to the place, where Bandcamp will expect it to be.
- Where can I find the audio cache of that app?
- What are my chances for this hack to work?
/data/data/<PKG_NAME>/cache/
– Firelord Sep 25 '15 at 07:44