Here’s my experience from Linux to the THETA.
THETA is plugged into my computer with a USB cable.
using adb devices -l
https://f-droid.org/packages/com.termux/
Using version 0.84 released on Nov 25, 2019. New and fresh.
Click on icon on home screen.
$ adb shell settings put global usb_debug true
Set up Wi-Fi with Client Mode if not already Setup
ping a domain such as theta360.guide
install nano with apt
set linenumbers in nano with nano ~/.nanorc
Make sure you use port 8022
I’m using a simple Zeroconf discovery script to find the IP address.
You can also set the client mode IP address using this article. In my case, I’ve set the client mode IP address of the THETA to 192.168.2.123 to make it easier to remember and find.
If you run into problems, start sshd in debug mode on a free port
sshd -d -p 2222
From your client, login with:
sshd -d -p 2222
am broadcast -a com.theta360.plugin.ACTION_FINISH_PLUGIN --es packageName com.termux