Ubuntu touch with threema on anbox: Where are the files?

It’s a bit complicated and I haven’t done it in quite a while. Looking at UBPorts 16.04 updates + feature tests I had a way to access the anbox files from UT via

mkdir -p /home/phablet/AnboxHome
sudo chmod -R 777 /home/phablet/anbox-data/data/media/0
sudo mount --bind /home/phablet/anbox-data/data/media/0 /home/phablet/AnboxHome

If I remember correctly that didn’t mean you could copy files to /home/phablet/AnboxHome, just read from there.

Probably it’s sufficient to copy files to /home/phablet/anbox-data/data but IIRC that requires sudo. And I don’t remember where the files show up when using the file manager in anbox.

And maybe it’s a good idea to check this topic in the UBPorts forum: https://forums.ubports.com/topic/1676/development-testers-for-anbox

1 Like