/ is full
-
Hi Everyone:
I am trying to put anbox on my Nexus 5. I followed the following instructions
- Got into bootloader
- fastboot flash boot anbox-boot-hammerhead.img
- rebooted
- opened a shell
- sudo mount -o rw,remount /
- sudo apt update
- sudo apt install anbox-ubuntu-touch android-tools-adb
As which point a got an error saying that there was not enough space. df shows that / is 100% full.
So, what should I do? I noticed that there is a directly called /android that seems to have a bunch of stuff in it. It that from anbox-boot-hammerhead.img? If so, can I move it to another file system, like /userdata, and then mount --bind the new directory over the old?
-
@haltriumph
Hi, you should have a look there:
https://forums.ubports.com/topic/5108/android-apps-with-ota-13I hope it'll help.
-
Yep, that worked. Thanks