Update & Debugging
This page describes how a new version can be installed.
Last updated
This page describes how a new version can be installed.
Last updated
The table and the development environment are not in one place. The tablet can only be reached via a VPN or via remote maintenance (AnyDesk). To install the new version, you currently have to use Android Studio (with Flutter). The pairing of tablet and Android studio is lost due to updates.
The tablet receives VPN and can be reached via this with an IP. Unfortunately, this IP cannot be selected in the Developer ⇾ Debug settings.
The second app is transferred, and port forwarding is set up in this app.
Now the tablet and Android Studio can be reconnected and paired.
Install, set up and start OpenVPN. A private IP with 10.8.* can be seen.
Connect to AnyDesk and transfer the second app APF. The remote person on the tablet installs this and starts it as follows:
Listen: Specify the OpenVPN IP on lists, e.g. 10.8.0.6
Port from/to: Leave port from to 10000, the second port is not of interest.
"Enable remote listen start for port forwarding" Activate.
Destination: Select the IP that the tablet has on the Wi-Fi. Usually start with a 192.168.*
Press the start button.
The developer on the other hand can check the list via browser: http://10.8.0.6:10000/?action=info
If everything works, the person on the tablet goes to Android "Settings" ⇾ "Developer options" ⇾ "Debugging via Wi-Fi".
Activate
"Pair the device using a pairing cord"
You can now see the IP and port below. Example: 192.168.11.120:40719
The port is now activated by the developer on the other side with the URL: http://10.8.0.6:10000/?action=open_port&port=40719
Now start the pair in the console in Android studio:
You will now be asked for the Wi-Fi pairing code.
Done, the APP can now be delivered with Android studio.