Challenge: AT-VTP is slow or unresponsive
Solution: There is an update to the Android Application Package (APK) that improves stability and responsiveness to the Velocity Touch Panel.
Step by step guide:
1. Preparation
- Download and install Platform Tools for your OS (Windows, Mac, or Linux)
- Download and extract the latest updated Velocity Touch Panel APK here: https://atlonainc.box.com/s/jmdz4mlt4f78y82mogkl62jym825pumg
- Ensure your computer and the Velocity Touch Panel are on the same network
Note: The instructions below are for Windows only.
2. Connect with ADB
- In a terminal window (Command Prompt on Windows), navigate to the Platform Tools folder you have extracted:
-
Example: cd C:\adb\platform-tools
-
- Type the following command:
-
adb.exe connect [touch panel ip address]:5555
-
- Example:
-
adb.exe connect 10.0.0.80:5555
-
3. Install the APK
- Wait for VTP to connect
- Once connected, type the following command:
-
adb.exe install -r [apk package]
-
- Example:
-
adb.exe install -r C:\adb\velocity-release-1.3.0-release.apk
-
4. Disconnect
- Once completed, type the following command:
-
adb.exe disconnect
-
- Close terminal window/Command Prompt
- Your Velocity Touch Panel is now running the latest Android Application Package.
Article ID: KB01633