FAQ

An HTML5 application stored in the USB memory doesn't launch

Refer to Getting Started of HTML5 Application and confirm the following.

  • Is there a manifest.json file in the following place?
    • /sony/apps/webapps/<application_folders>/app/manifest.json
  • Is there an autorun.txt in the /sony directory?
  • Is the autorun.txt written in the following format?
    • {“action”:”auid”, “auid”:”xxx”} (xxx is application’s auid)
  • Is the value of “auid” consistent with the one described in the manifest.json file?