I'm running Ubuntu Touch r62 on my Nexus 4, and I'm wondering how I can go about installing Tor. I've gone ahead and put my Nexus 4 in write-mode with phablet-config writeable-image
and can install packages with apt
, however I'm limited by the 2GB root partition (/dev/loop0
) and have no space to install substantially sized software.
click
seems to install packages outside of the root partition where there is actually space, but I haven't had luck finding a click package for Tor anywhere. I'm also not sure how Tor would work if it were containerised in a click package.
My intention is for a native QML application that I'm building to have access to Tor via a proxy such as Tor SOCKS.
Can anyone point me in the right direction? Thanks in advance!
apt-get install tor
(if you have system partition writable). But usually, it is not good way for Ubuntu Touch (and qml browser without proxy, too) – Vladimir Dec 03 '16 at 17:25apt
is not a great way to install Tor because of the limited system partition, but it may be the way I go for now. – Keefer Rourke Dec 03 '16 at 17:40