Posts by navg

    Hi @jsiemonski
    I tried intalling Hypertizen through the tpk file but it doesn't seem to open either.

    However I re-signed the Tizen brew wgt file and was able to get the app installed on my tv.
    Once I open up Tizen Brew and click on Hypertizen, it does launch and get connected to my Hyperion instance.

    As the logs display:


    2025-10-30T15:55:03.299Z [WEBSOCKET] (DEBUG) (WebSocketJsonHandler.cpp:22:WebSocketJsonHandler()) New WebSocket connection from ::ffff:192.168.1.6 initiated via:
    2025-10-30T15:55:03.300Z [WEBSOCKET] (INFO) JSON-API service is ready to process requests

    However, I am unable to figure out if Hypertizen is sending any data out actually as no output is visible on my setup


    Also, I figured out that once the service is connected, and i move back to home-screen on my TV, the service may not run in background for which I found:

    Background/Foreground Execution: Tizen Web Apps & Hypertizen
    What the Docs Say

    • For a Tizen Web App to truly run in the background, your config.xml must include:
      • <tizen:setting background-support="enable"/>
      • At least one <tizen:background-category value="media"/> (or another allowed category relevant to your app)
    • This signals to Tizen that the app should be allowed to continue running even when not in the foreground.

      And the HyperTizen/HyperTizenUI/config.xml says:

      <tizen:setting background-support="disable" context-menu="enable" encryption="disable" hwkey-event="enable" install-location="auto" screen-orientation="landscape"/>

      Is there a way to get it fixed