Re: [b2g] Can we build Firefox OS on 32-bit Ubuntu

2015-06-01 Thread Wilson Page
You should try building using a virtual machine. Last week I created b2g-vm which uses Vagrant to define a machine that matches the B2G build requirements. I've been using it on Mac, but it should work on Windows too. If you have a

Re: [b2g] Can we build Firefox OS on 32-bit Ubuntu

2015-06-01 Thread Alexandre Lissy
Le 01/06/2015 10:23, Wilson Page a écrit : > You should try building using a virtual machine. Last week I created > b2g-vm which uses Vagrant > to define a machine that matches the B2G > build requirements. I've been using it on Ma

[b2g] Bug 1094759 is landed, now each reboot is 10 sec faster

2015-06-01 Thread Alive Kuo
(was: Re: Improving device startup time (a.k.a. system app launch time) and future work in dev-gaia: https://groups.google.com/forum/#!topic/mozilla.dev.gaia/fiYXs5RIqgk) Hi, I just landed bug 1094759 and result in 10 sec improvement on system app's launch time. If you see any issue with this, p

Re: [b2g] Bug 1094759 is landed, now each reboot is 10 sec faster

2015-06-01 Thread Tim Guan-tin Chien
\o/ Best news in weeks! On Mon, Jun 1, 2015 at 4:47 PM, Alive Kuo wrote: > (was: Re: Improving device startup time (a.k.a. system app launch time) and > future work > in dev-gaia: > https://groups.google.com/forum/#!topic/mozilla.dev.gaia/fiYXs5RIqgk) > > Hi, > > I just landed bug 1094759 and r

Re: [b2g] Bug 1094759 is landed, now each reboot is 10 sec faster

2015-06-01 Thread Thomas Zimmermann
Fantastic! Am 01.06.2015 um 10:47 schrieb Alive Kuo: > (was: Re: Improving device startup time (a.k.a. system app launch > time) and future work > in dev-gaia: > https://groups.google.com/forum/#!topic/mozilla.dev.gaia/fiYXs5RIqgk >

Re: [b2g] Bug 1094759 is landed, now each reboot is 10 sec faster

2015-06-01 Thread 胡訓誠
Good job, alive. After this landed, we had removed all jshint errors and warnings from system app. \o/ On Mon, Jun 1, 2015 at 4:47 PM, Alive Kuo wrote: > (was: Re: Improving device startup time (a.k.a. system app launch time) > and future work > in dev-gaia: > https://groups.google.com/forum/#

Re: [b2g] Bug 1094759 is landed, now each reboot is 10 sec faster

2015-06-01 Thread Dominic Kuo
Nice work, Alive!!! On Mon, Jun 1, 2015 at 4:47 PM, Alive Kuo wrote: > (was: Re: Improving device startup time (a.k.a. system app launch time) > and future work > in dev-gaia: > https://groups.google.com/forum/#!topic/mozilla.dev.gaia/fiYXs5RIqgk) > > Hi, > > I just landed bug 1094759 and resul

Re: [b2g] Bug 1094759 is landed, now each reboot is 10 sec faster

2015-06-01 Thread Vivien Nicolas
As usual: Alive rocks. On Mon, Jun 1, 2015 at 11:05 AM, Dominic Kuo wrote: > Nice work, Alive!!! > > On Mon, Jun 1, 2015 at 4:47 PM, Alive Kuo wrote: > >> (was: Re: Improving device startup time (a.k.a. system app launch time) >> and future work >> in dev-gaia: >> https://groups.google.com/for

Re: [b2g] Revising the FxOS Permission Model

2015-06-01 Thread Paul Theriault
All, I’ve published a draft of the v3 model on the wiki now. https://wiki.mozilla.org/Security/B2G/PermissionReview/New_permission_model There are still a lot of open questions, and this will evolve as we experiment

Re: [b2g] Can we build Firefox OS on 32-bit Ubuntu

2015-06-01 Thread Gabriele Svelto
On 31/05/2015 14:28, Sai Karthik wrote: > Since my pc cannot support 64bit OS Can i use 32bit OS to build Firefox OS & > my phone processor is also 32bit. Please explain Generally speaking we don't support building FxOS on a 32-bit OS so there's no guarantee it will work. That being said if your

Re: [b2g] Bug 1094759 is landed, now each reboot is 10 sec faster

2015-06-01 Thread Soledad Penadés
Good work, Alive! :-) Could you please help me understand this better and impress outsiders to the project by succinctly telling me what was the main change that made it possible to shave off those 10 seconds? I tried to follow the bug but it is... long... and I do not know about all the conte

Re: [b2g] Bug 1094759 is landed, now each reboot is 10 sec faster

2015-06-01 Thread Alive Kuo
Hi, There were two articles in my blog explaining the technology used: http://alivedise.logdown.com/posts/258093-new-bootstrap http://alivedise.logdown.com/posts/263808-new-bootstrap-cont I will recap and post on mozilla wiki, too. Briefly what had been done: * Find out the critical launch and c

Re: [b2g] Can we build Firefox OS on 32-bit Ubuntu

2015-06-01 Thread Juan Gómez
On Monday, June 1, 2015 at 12:50:06 PM UTC+2, Gabriele Svelto wrote: > On 31/05/2015 14:28, Sai Karthik wrote: > > Since my pc cannot support 64bit OS Can i use 32bit OS to build Firefox OS > > & my phone processor is also 32bit. Please explain > > Generally speaking we don't support building Fx

[b2g] Build FFOS to Galaxy S2

2015-06-01 Thread nico
hello i build ffos for my SGS2 from github.com/atilag/B2G.git the build and flash are correct but when my device reboot, i have the samsung's logo (samsung with GT i9100) and black screen !! on my desktop, i can connect to my device with adb adb devices List of devices attached 0019a58e2ba21f

Re: [b2g] Build FFOS to Galaxy S2

2015-06-01 Thread Juan Gómez
On Monday, June 1, 2015 at 3:27:42 PM UTC+2, nico wrote: > hello >   > i build ffos for my SGS2 from github.com/atilag/B2G.git > the build and flash are correct > but when my device reboot, i have the samsung's logo (samsung with GT i9100) > and > black screen !! > on my desktop, i can connect to

Re: [b2g] Build FFOS to Galaxy S2

2015-06-01 Thread nico
Hi Juan, ok i had tryed your zip file, but the file ffos-sgs2-jb-22-Feb-2014.zip is v1.3 , the color is bad and the application not good work the file ffos-sgs2-jb-30-Jun-2014.zip

Re: [b2g] Bug 1094759 is landed, now each reboot is 10 sec faster

2015-06-01 Thread Francisco Jordano
Impressive, congrats! On 1 June 2015 at 09:47, Alive Kuo wrote: > (was: Re: Improving device startup time (a.k.a. system app launch time) > and future work > in dev-gaia: > https://groups.google.com/forum/#!topic/mozilla.dev.gaia/fiYXs5RIqgk) > > Hi, > > I just landed bug 1094759 and result in

[b2g] Introducing b2gdroid

2015-06-01 Thread Fabrice Desré
As part of the efforts to bring the FirefoxOS experience to more people, we are working on a tool to easily flash your existing Android devices. (for which we have a port) You can track this work at https://github.com/lissyx/b2g-installer. This is a great tool, however it's still a fairly big comm

[b2g] Raptor on Gaia CI

2015-06-01 Thread Robert Wood
Hi dev-b2g, Eli and myself are pleased to mention that the Raptor application launch test is now live on Gaia [1] and Gaia-Master [2]. Summary: You will see Raptor jobs appearing on Treeherder. The only Raptor jobs to be concerned with are the results tasks (i.e. 'se', 'te', etc.). There is one r

[b2g] Reporting performance regressions with Raptor

2015-06-01 Thread Eli Perelman
Hello everyone, As has just been written up by Rob Wood, Raptor is now actively being run against Gaia pull requests in order to prevent larger regressions from sneaking in and degrading performance. This is a great proactive measure to keep our device performance at the forefront of development a

[b2g] Is this the correct OTA update URL?

2015-06-01 Thread 陳侃如
Hi, I haven't got any OTA updates on my flame ever since I flashed it using build from the public ftp. I "flashed" it by adb push b2g directory onto the phone /system/b2g. The update URL it uses is https://aus4.mozilla.org/update/3/B2G/41.0a1/20150525160205/flame-eng/en-US/nightly/Boot2Gecko%203.

Re: [b2g] Is this the correct OTA update URL?

2015-06-01 Thread Naoki Hirata
You were on a build that had the code that was reverted. You will have to update it again manually. The code has been changed on the client side and will be changed on the client side once again when bug 1166522 lands. Regards, Naoki On Jun 1, 2015, at 7:26 PM, Kan-Ru Chen (陳侃如) wrote: > H