Re: [b2g] Invalid Security Level Error

2015-01-13 Thread Chris Mills
Hi there! For privileged apps to run correctly on device with all the API permissions, etc., you need them to be verified and installed by a reputable app store, which currently means the Firefox Marketplace (but could include other app stores in the future). Are you currently trying to install

Re: [b2g] Bug 1120427 - Something about the way the emulator uses the sdk caused the all the emulator opt tests to fail

2015-01-13 Thread Thomas Zimmermann
Hi Am 12.01.2015 um 18:44 schrieb Erik Vold: > Hey Thomas, > > The cause is somehow related to how the emulator tests end up using > the sdk, so the issue may be with the test suite and not the emulator > itself. I would like to know how it is that addon-sdk code changes > are affecting the emula

Re: [b2g] Fire C codename

2015-01-13 Thread Gabriele Svelto
On 12/01/2015 23:16, leandro wrote: > will try to flash Gaia only Note that if you're doing gaia-only work you don't need to build the whole FxOS. The gaia sources have a makefile target (install-gaia) that installs only the gaia bits. Coupled with the APP environment variable it can be used to in

Re: [b2g] Bug 1120427 - Something about the way the emulator uses the sdk caused the all the emulator opt tests to fail

2015-01-13 Thread Gabriele Svelto
On 13/01/2015 10:41, Thomas Zimmermann wrote: > I think was in gaia/build/config/common-settings.json: 'screen.timeout' > contains the timeout in seconds. IIRC a lot of integration tests also disable the lockscreen so that it doesn't get in the way. Gabriele signature.asc Description: OpenPGP

Re: [b2g] Fire C codename

2015-01-13 Thread leandro
excellent! didn't know that i mentioned flashing only gaia because the rom originally shipped works flawless over the hardware (camera, etc) so i would prefer test the latest software without lose hardware features. so i'll post my experiences tonight when i have spare time if there is somebody i

Re: [b2g] Fire C codename

2015-01-13 Thread Gabriele Svelto
On 13/01/2015 11:17, leandro wrote: > i mentioned flashing only gaia because the rom originally shipped works > flawless over the hardware (camera, etc) so i would prefer test the > latest software without lose hardware features. Keep in mind that some features in the most recent version of gaia m

[b2g] Update on FxOS 2.2 branching and post-merge landing policies

2015-01-13 Thread Bhavana Bajaj
Hi all, We've recently completed all the mergeday related mechanics for FxOS 2.2 which includes creating gaia v2.2 /mozilla-b2g37_v2_2 branches as of 1/12. The current central/master is dedicated to

Re: [b2g] Fire C codename

2015-01-13 Thread Naoki Hirata
I am not 100 % sure of this Gabriele. It depends on what feature you are using and which version. The gaia portion can depend on some of the gecko api calls. Hence you may need to match the gaia version with the appropriate gecko version. If you are on master ( now 3.0 ) , you may want to upda

Re: [b2g] Guide for porting to other devices

2015-01-13 Thread Ryan Smith
On Tuesday, May 29, 2012 at 4:30:57 AM UTC-4, Erik Hellman wrote: > Hi all! > > In an effort to port B2G to other devices I've realized that there should > really be a basic porting guideline available. It is now a bit unclear on > what needs to be done in order to get it all running on a new de

Re: [b2g] Guide for porting to other devices

2015-01-13 Thread Chris Mills
We have this: https://developer.mozilla.org/en-US/Firefox_OS/Developing_Firefox_OS/Porting It would be interesting for you guys to have a look through and let me know what you think is missing from here, what could be improved, etc. Best, Chris Mills Senior tech writer || Mozilla developer.m