Le 13/12/2013 15:10, Hugh Tay a écrit :
> Hello fellow citizens of the free software world, 
> 
> 
> I'm trying to test a Certified-level app, and I'm having some trouble with 
> the installation. 
> 
> Essentially, I'm trying to build this app together with the B2G Emulator by 
> copying the app directory into "B2G/gaia/profile/webapps/" and appending an 
> entry into "webapps.json". 
> 
> However, after building, the app doesn't show up on the emulator Home screen, 
> and when I check "B2G/gaia/profile/webapps/webapps.json" again, the appended 
> entry has vanished. 
> 
> Apparently this isn't the right way to build apps into B2G, so if there's any 
> kind hacker out there who knows something about this, could you please point 
> me in the right direction? 

I think what you want to do is to add your app in the file
build/apps-production.list if you build in production mode, or another
list if you build with another mode.

You should add the path to your app directory in the file. Then, when
you build the whole system, Gaia will be built and your app will get
integrated in the generated profile.

> 
> Many thanks and cheers, 
> 
> 
> Hugh 
> _______________________________________________
> dev-b2g mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/dev-b2g
> 

_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to