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
https://renative.org
MIT License
1.81k stars 180 forks source link

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

Closed Marius456 closed 1 month ago

Marius456 commented 5 months ago

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

Marius456 commented 5 months ago

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
Marius456 commented 5 months ago

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.