Challenge Overview
This challenge will implement a simple proof of concept that will implement an app for Android that can pair with another Bluetooth device and send keyboard presses as a normal HID (Human Interface Device).
Basically, it will turn an Android phone into a standard Bluetooth keyboard for a computer.
Current implementation
A previous challenge has implemented the main functionality of the app. The functionality works, but this challenge will make some minor changes and will update the UI to match a separate submission that had a better UI from the previous challenge.
Requirements
These Gitlab tickets cover the requirements for this challenge:
* https://gitlab.com/hercules-android-remote/android-remote/issues/1
* https://gitlab.com/hercules-android-remote/android-remote/issues/2
* https://gitlab.com/hercules-android-remote/android-remote/issues/3
* https://gitlab.com/hercules-android-remote/android-remote/issues/4
* https://gitlab.com/hercules-android-remote/android-remote/issues/5
* https://gitlab.com/hercules-android-remote/android-remote/issues/6
Submission
The existing code is in Gitlab here: https://gitlab.com/hercules-android-remote/android-remote . We are going to target the "develop" branch for this challenge. Instructions on how to obtain access to the source and requirements tickets above can be found in the forum.
Your submission should include:
* Update README and verification document
* A patch file against the "develop" branch of the Gitlab repository that contains fixes and updates for the requirement tickets
Basically, it will turn an Android phone into a standard Bluetooth keyboard for a computer.
Current implementation
A previous challenge has implemented the main functionality of the app. The functionality works, but this challenge will make some minor changes and will update the UI to match a separate submission that had a better UI from the previous challenge.
Requirements
These Gitlab tickets cover the requirements for this challenge:
* https://gitlab.com/hercules-android-remote/android-remote/issues/1
* https://gitlab.com/hercules-android-remote/android-remote/issues/2
* https://gitlab.com/hercules-android-remote/android-remote/issues/3
* https://gitlab.com/hercules-android-remote/android-remote/issues/4
* https://gitlab.com/hercules-android-remote/android-remote/issues/5
* https://gitlab.com/hercules-android-remote/android-remote/issues/6
Submission
The existing code is in Gitlab here: https://gitlab.com/hercules-android-remote/android-remote . We are going to target the "develop" branch for this challenge. Instructions on how to obtain access to the source and requirements tickets above can be found in the forum.
Your submission should include:
* Update README and verification document
* A patch file against the "develop" branch of the Gitlab repository that contains fixes and updates for the requirement tickets