Skip to content

Instantly share code, notes, and snippets.

@jkhaak
Created October 30, 2019 15:33
Show Gist options
  • Save jkhaak/e49dc5b035d1ca7df41919868aa58fbb to your computer and use it in GitHub Desktop.
Save jkhaak/e49dc5b035d1ca7df41919868aa58fbb to your computer and use it in GitHub Desktop.
Climate Service Workshop - technology stack

Tools

Android Platform tools

With android platform tools we need adb command to communicate with the phone.

Depending on your platform you can probably find a package that installs just that particular command.

MacOS

brew install android-platform-tools

Ubuntu

sudo apt install adb

Windows

Either download the android SDK or chocolatey.

choco install adb

Bonus

If you are running Linux, you can download the Simulator. With simulator it isn't required to run app on the phone to access operating system API's.

NB!: KaiOS developer portal suggests to use Firefox WebIDE, but that is already unsupported in our target devices.

Sample Code

KaiOS is provides sample code for their apps: React sample code. There is instructions how to install required libraries and how to get the sample code.

Hardware

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment