flexn-io / renative

🚀🚀🚀 Unified Development Platform for iOS, tvOS, Android, Android TV, Android Wear, Web, Tizen TV, Tizen Watch, Tizen Mobile, LG webOS, macOS/OSX, Windows, KaiOS, FirefoxOS Firefox TV platforms

Home Page:https://renative.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Kaios] can't run template starter in kaios 3.0

Marius456 opened this issue · comments

Describe the bug
KaiOS 3.0 simulator don't open template app when you install it.

Steps to run app in Kaios 3.0

Only works in linux os

  1. Download appscmd
  2. Download Kaios simulator 3.0
  3. Unzip files. In first zipped folder there is second one. Unzip it too. Copy path to second folder.
  4. Add path to global/local renative.json.
  5. Run command "npx rnv build -p kaios" in template_starter
  6. Run command "npx rnv target launch -p kaios" (or if that didn't work try to run "npx rnv run -p kaios") in template_starter
  7. Go to appscmd folder
  8. Rename linux version of appscmd to "appscmd"
  9. Open appscmd folder to terminal
  10. Run command "chmod a+x ./appscmd"
  11. Run command "./appscmd --socket /tmp/apps_service_uds.sock install {full path to renative platformBuilds/template_kaios/build folder}"
  12. Go to kaios main meniu and select ReNative icon

Problem with PWA app instalation in Kaios 3.0

When you try to install Progressive Web App in Kaios 3.0 simulator, app don't show up in simulator.
undefined

list
I tried to use original kaios template https://github.com/kaiostech/next-sample-vanilla. It also had same problem.