Skip to content

remo.tv open source software for pairing your Android powered robot with our site. https://remo.tv

License

Notifications You must be signed in to change notification settings

remotv/controller-for-android

Repository files navigation

Maintainability Actions Deploy build

controller-for-android

remo.tv open source software for pairing your Android powered robot with our site. https://remo.tv

Currently under development. Not everything may work at the moment

WIKI

For setup guide and button templates, please check out the WIKI

Development

Required software

Android Studio

  • Version 3.6 or higher. May not be buildable on lower versions
  • Android SDK (should be installed with Android Studio)
  • Java 7 or 8 JDK (might be installed with Android Studio)

Branches

master

The most stable code in the repo. Can be used for testing and is known to work

develop

The latest code, mostly stable, but might have issues. Sometimes this code may not be buildable

Device Limitations

  • Setup to be capable of running on Android 4.1 (API 16) or higher. Some devices may run into issues, so feel free to report them

  • Android Things not tested

  • Raspberry PI running regular Android not tested

Supported or broken devices

Feel free to add your device to this list if you have tested it via a pull request

Broken devices:

Verified functional devices:

  • Casio G'zOne CA-201L (4.1.2 JellyBean). Tested with 512kbps bitrate and bluetooth. Might not support USB OTG

  • ZTE Speed (4.4 Kitkat), might not be fast enough on high bitrates, some weird bluetooth issues possible (SkyeOfBreeze/letsrobot-android#45)

  • Motorola Moto Z (8.0.0 Oreo)

  • Galaxy S4 (5.0.1 Lollipop)

  • Pixel 2 XL (9 Pie)

  • Samsung Galaxy J5

  • Samsung Galaxy M20 (9 Pie)

  • Samsung Galaxy A90 (9 Pie)

This software uses code of FFmpeg licensed under the LGPLv2.1 and its source can be downloaded here Note: the ffmpeg binaries are licensed under LGPL3.0, but the rest of the code is Apache 2.0