Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This is very manual, but I think it'll is cool to understand how stuff work under the hood (and it's the only way I know it'll always work):</p> <ol> <li>Be sure your <code>manifest.webapp</code> includes <code>"type": "certified"</code></li> <li>Pack the app</li> <li>Add the directory containing your <code>manifest.webapp</code> and the <code>zip</code> package to the simulator's Gais <code>webapps</code> directory</li> <li>Add an entry on <code>webapps.json</code> for your app. Be sure it has <code>"appstatus": 3</code></li> <li>Have fun :)</li> </ol> <p>The <code>webapps</code> directory of your simulator's Gaia should be in your Firefox profile, on a path like this:</p> <pre><code>/home/username/.mozilla/firefox-trunk/foobarbaz.default/extensions/r2d2b2g@mozilla.org/profile/webapps/. </code></pre> <hr> <p>Now the easiest, but not currently that easy, way:</p> <p>MDN has <a href="https://developer.mozilla.org/en-US/docs/Apps/Packaged_apps" rel="nofollow">an entry</a> that says</p> <blockquote> <p>Note: If you want to test certified app APIs (described above), turn on "developer mode" on the device you want to install the app on (Firefox OS) and make sure to specify the correct type in your manifest.webapp file.</p> </blockquote> <p>I've seen that option on Simulator, but it has gone recently. I can barely recall seeing somewhere someone saying that they would disable some flags for the Simulator build, but as I can't find it anymore. Anyway, you could try two options:</p> <ol> <li>building the Simulator yourself (I'll require tons of space and time, be aware!) and see if you can get this option there. It's not likely it'll work, if it was really disabled though</li> <li>Download Simulator 1.1pre2 ou 1.1pre3 from <a href="https://ftp.mozilla.org/pub/mozilla.org/labs/r2d2b2g/" rel="nofollow">labs ftp</a>, the last Simulator build I'm aware that had that option enabled.</li> </ol>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload