If you want a more maintainable customization without forking the core gaia, you could use Customizations (which several vendors already did) https://wiki.mozilla.org/B2G/MarketCustomizations
for example, the basic firefox tablet customized app list is defined in `apps.list` under distribution_tablet folder https://github.com/mozilla-b2g/gaia/tree/master/distribution_tablet Those customization could be applied in build time. With the command: $ GAIA_DISTRIBUTION_DIR=distribution_tablet make -- Fred regards -- Fred ----- 原始郵件 ----- 寄件人: "Chris Mills" <[email protected]> 收件人: "Jed Davis" <[email protected]>, "Julien Wajsberg" <[email protected]> 副本: "dev-gaia" <[email protected]>, [email protected] 寄件箱: 2014年2 月11日, 星期二 上午 5:43:27 標題: Re: [b2g] Info needed: how to specify which Gaia apps are included in a Gaia build, and how to show/hide the marketplace app Thanks for your help, both. I’ve added a section to the Gaia Hacking article to hopefully cover this: https://developer.mozilla.org/en-US/Firefox_OS/Platform/Gaia/Hacking#Customizing_the_build-time_apps Does this sound ok? The one thing I don’t get understand is - which apps-*.list file do you have to edit, and when? I’m assuming you can make use of different ones in different circumstances, but how? Chris Mills Senior tech writer || Mozilla developer.mozilla.org || MDN [email protected] || @chrisdavidmills On 10 Feb 2014, at 20:25, Jed Davis <[email protected]> wrote: > On Mon, Feb 10, 2014 at 05:27:27PM +0000, Chris Mills wrote: >> >> Can someone give me a quick guide on how to specify which Gaia apps are >> included in a Gaia build, and how to show/hide the marketplace app as >> required. I’m assuming the latter item is really just the same, as >> Marketplace is another app? > > Editing gaia/build/config/apps-*.list might work -- this is how I put > CrystalSkull and Cubevid back into my eng builds after bug 917144 landed. > > --Jed > _______________________________________________ dev-gaia mailing list [email protected] https://lists.mozilla.org/listinfo/dev-gaia _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
