Hey there. It mostly depends on how you want to install it. If you're building gaia yourself, and installing it on your device via
make install-gaia or something like that, then it's very easy: 1. Add your application package directory (complete with the manifest) to the gaia test_apps directory 2. Run make reset-gaia (the first time you add your app) or make install-gaia (the rest of the times) And that's it. If you want to install your app from the network, as if was being installed from an app store, then it's somewhat more complicated: 1. You'll need to generate yourself a test CA, and generate a signing certificate with that CA. 2. You'll need to generate your zip file and then sign it with your signing certificate. You can check https://mxr.mozilla.org/mozilla-central/source/security/manager/ssl/tests/unit/test_signed_apps/ for an example on how to generate a CA, and signing certificate, and a script to sign zips. 3. You'll have to install the certificate database that includes your CA into the device 4. And you'll have to modify a preference on the device also. You can check also https://github.com/briansmith/marketplace-certs/ for some nifty helper scripts to do all of this. Best regards, Antonio On 27/01/2013 13:33, [email protected]<mailto:[email protected]> wrote: Hi, I've been struggeling for two days and I still can't figure out how to install packaged app on my unagi test device, does anyone has an idea ? I've tried using a install.html page and mini-manifest, i also tried with B2G remote addon but nothing works. Thanks ! _______________________________________________ dev-b2g mailing list [email protected]<mailto:[email protected]> https://lists.mozilla.org/listinfo/dev-b2g 28006 Madrid, SPAIN ________________________________ Este mensaje se dirige exclusivamente a su destinatario. Puede consultar nuestra política de envío y recepción de correo electrónico en el enlace situado más abajo. This message is intended exclusively for its addressee. We only send and receive email on the basis of the terms set out at: http://www.tid.es/ES/PAGINAS/disclaimer.aspx _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
