We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sudo apt-get install android-tools-adb sudo usermod -a -G plugdev $USER sudo reboot adb devices # check tablet for auth request adb devices adb install xbot2_gui_client_android_arm64_v8a_aligned.apk # to sign APKs (dev only) sudo apt install openjdk-17-jre-headless sudo apt install zipalign sudo apt install apksigner zipalign -p 4 xbot2_gui_client_android_arm64_v8a.apk xbot2_gui_client_android_arm64_v8a_aligned.apk keytool -genkey -v -keystore my.keystore -keyalg RSA -keysize 2048 -validity 10000 -alias app apksigner sign --ks-key-alias app --ks my.keystore xbot2_gui_client_android_arm64_v8a_aligned.apk adb install xbot2_gui_client_android_arm64_v8a_aligned.apk
The text was updated successfully, but these errors were encountered:
The tablet UI is now deployed automatically using Travis. When tagged commits are pushed, we deploy:
pip install xbot2-gui-server
To run the server: xbot2_gui_server PATH_TO_CFG
xbot2_gui_server PATH_TO_CFG
To install the Linux APP: just unzip the provided archive, then PATH_TO_OUTPUT_FOLDER/bin/xbot2_gui
PATH_TO_OUTPUT_FOLDER/bin/xbot2_gui
To install the Android APK:
# just once sudo apt-get install android-tools-adb sudo usermod -a -G plugdev $USER sudo reboot adb devices # check tablet for auth request # actual install command adb install xbot2_gui_client_android_arm64_v8a_signed.apk
@EdoardoRomiti @MarcoRuzzon @liesrock
Sorry, something went wrong.
sudo apt install libxcb-cursor0 might be required to install the Linux APP
sudo apt install libxcb-cursor0
No branches or pull requests
The text was updated successfully, but these errors were encountered: