Questions tagged [kaios]

KaiOS is a web-based mobile operating system developed by KaiOS Technologies Inc. It is forked from B2G (Boot to Gecko), an open source community-driven successor of Firefox OS which was discontinued by Mozilla in 2016.

KaiOS is a web-based mobile operating system developed by KaiOS Technologies Inc. It is forked from B2G (Boot to Gecko), an open source community-driven successor of Firefox OS which was discontinued by Mozilla in 2016. The first release was published in March 2017. A small range of mobile phones is shipped with KaiOS mainly to the US, Europe, and India. In 2018, Google invested $22M in the operating system according to TechCrunch. In 2019, KaiOS Technologies secures $50 million of Series B funding.

42 questions
16
votes
5 answers

How to create apps for mobiles which are using KaiOS?

I recently found in news that KaiOS has been used in 4G Volte Enabled feature mobile phones. I was wondering how to create apps for KaiOS. Any help on creating apps for KaiOS has been greatly appreciated.
14
votes
0 answers

Can a Flutter app be proposed on the KaiOS apps store?

When building a Flutter app for iOS or Android or both, one may wish to build it for KaiOS as well. Flutter allows the generation of web applications. KaiOS accepts web applications in its apps store. I am wondering whether it is possible for a…
luvzfootball
  • 710
  • 1
  • 9
  • 21
5
votes
2 answers

How to implement push notification in KaiOS app

I am trying to implement push notification in KaiOS app. I simply follow below links. W3C Push API Push API introduction Service Worker Cookbook - Web Push Payload After follow all links the push is working in browser but not in KaiOS app. If…
Rohit M
  • 451
  • 4
  • 8
5
votes
2 answers

KaiOS - Share using WhatsApp

I'm trying to develop an app for KaiOS where I want to share text messages with WhatsApp. I tried with deep-links like: app://whatsapp/send whatsapp://send Both didn't work. Does anyone know how share content with WhatsApp?
julient-monisnap
  • 774
  • 2
  • 8
  • 25
5
votes
2 answers

Set up KaiOS Environment on Mac OS high Sierra

I followed the KaiOS documentation to set up environment for KaiOS app development but the instructions there provided is only for Debian/unix system most of command is not working because lack of apt in mac. How should I set up KaiOS development…
4
votes
0 answers

Firebase Analytics - file:// based environment support

I am developing an app for KaiOS, a fork of the old Firefox OS, for which apps are based on HTML5 + JS. When compiling and running on device, Firebase analytics stops working. I receive an error as follows. I believe the issue is due to the fact…
Pat Burke
  • 580
  • 4
  • 13
4
votes
1 answer

How to toggle developer mode in Nokia 8110 4G?

There is no menu entry in Nokia 8110 4G to switch to developer mode. How can you enable it without hacking firmware?
Georg W.
  • 1,292
  • 10
  • 27
3
votes
1 answer

How to implement deeplinks in KaiOS

A user should be able to click on a link like app:this/is/some/link?with=information and the desired app opens and does some action. This question is similar but just the other side to KaiOS - Share using WhatsApp. Another application should link to…
Citrullin
  • 2,269
  • 14
  • 29
2
votes
1 answer

WebIDE refuses to connect to KaiOS device

I recently bought an Alcatel Smartflip phone. I have been having trouble trying to get WebIDE to work. Steps I have tried are these: use *#*#33284#*#* on the phone so the little bug appears in the status bar on the phone. open terminal and use adb…
Questionable
  • 768
  • 5
  • 26
2
votes
0 answers

Do Spreadtrum USB Drivers exist for Linux?

I'm trying to connect to a KaiOS device with adb but whenever I run adb devices I get an empty list of devices, however when I run lsusb I get: Bus 001 Device 017: ID 1782:4001 Spreadtrum Communications Inc. Spreadtrum Phone I've done all the…
chinloyal
  • 1,023
  • 14
  • 42
2
votes
2 answers

Backspace doesn't work in number input field KaiOS | Svelte3

I've run into this weird problem while developing an app for KaiOS using Svelte3. When the input field is set to type number the backspace doesn't work. At all. When it's set to "text" it works…
Filled Stacks
  • 4,116
  • 1
  • 23
  • 36
2
votes
3 answers

Unique device identification for KaiOS featured phones

I am trying to find unique device identification in KaiOS featured phones such as Jio Phone. I am developing an app for featured phone using plain JavaScript and need to uniquely identify each mobile device, I am unable to find any solution for…
2
votes
0 answers

How to use the KaiOS action icons?

According to the KaiOS Developer Page there are some predefined action icons which developers can use in their projects (or they can design new icons by themselves). I'd like to use one of action icons but I don't know how. On aforementioned page…
dotandl
  • 129
  • 1
  • 6
2
votes
1 answer

Install KaiOS on VMWare

I recently found this OS: http://www.kaios.org/. I was wondering how I can install it on VMWare Fusion. There is no .iso or .vmx that it comes with. Please understand, I'm still learning about Linux and how it works. I'm using Mac if it makes any…
Vylic
  • 69
  • 2
  • 9
1
vote
2 answers

Javascript communication between a React component and a js library

I have been working on a Bluetooth based KaiOS mobile application in which the user interfaces have developed using React.js and I had created a simple javascript class to manage the Bluetooth based operations such as scanning, connect/disconnect,…
sree_iphonedev
  • 3,514
  • 6
  • 31
  • 50
1
2 3