Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.07 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.07 KB

Uberpult

PureQML based special RCU android application which works via WebSocket server (thanks cordova-plugin-websocket-server). You can interact with your PureQML application with this app.

Installation

To build and install the app on your android device you need to install:

After repository cloning you need to update submodules:

git submodule init

git submodule update

Then connect to your phone via adb. Run this command after that:

./smart-tv-deployer/smart-tv-deployer.py -p android

If everything is fine you will see uberpult application on your android device.

This script was tested only on linux.