I have an "Essential" android phone that is rooted, has terminal and supersu installed, but will not acknowledge that it is plugged into a computer rather than an AC charging station. lsusb
on the host computer does not find it.
Under settings, "USB Debugging" is on. This doesn't seem to be helping.
The shell is present and operable with the terminal on the phone itself. curl
is present. ssh
and sshd
are not. I have wireless. How can I get all my files off the phone? Some files are too large to email to myself.
What I feel like I want to do is run tar -cf - . | ssh mydesktopmachine \> android.tar
but there's no ssh
right now.