Install packaged or hosted KaiOS apps on your KaiOS phone without complex environment setup.
Install Docker, enable debugging mode on your phone and you are ready to install your app.
- KaiOS phone with Debugging mode enabled (bug icon on task bar of the phone)
- dialing
*#*#33284#*#*
enables this on some phones
- dialing
- USB-cable to connect phone to PC
- Docker installation
- Build your app
- Navigate into the folder, containing your built app
- Connect your KaiOS device via USB (make sure USB logo appears on phone task bar)
- Run this command in your linux terminal
docker run --rm -v `pwd`:/app-src --device=/dev/bus/usb:/dev/bus/usb vkentta/kaios-app-installer install_packaged
- Use the installed app on your phone
In case of hosted app, replace last argument with install_hosted
.
See example_app
folder.
Much of the code is based on https://github.com/jkelol111/make-kaios-install