Re: [b2g] Extra keyboard layouts will be available in Settings Keyboard Built-in Keyboard soon

2015-05-07 Thread Panos Astithas
Yay, no more custom builds for me! \o/ Thank you! On Thu, May 7, 2015 at 8:59 AM, Marek Raida marek.ra...@gmail.com wrote: Yes, very good to hear... ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Failure: `BRANCH=v1-train ./config.sh emulator`

2015-05-07 Thread Gabriele Svelto
On 06/05/2015 22:38, Felix E. Klee wrote: Then I built the `emulator-jb` B2G, and the boot image. Attempt to boot the device with that image: $ fastboot boot myboot.img downloading 'boot.img'... OKAY [ 0.302s] booting... FAILED (remote: dtb not found) finished.

Re: [b2g] Nightly OTA update on Flame stops?

2015-05-07 Thread Naoki Hirata
Looking at the size space in the bug you wrote, it seems similar to bug 1155704 (which we had recently). Looking at your log, I see : I/GonkAutoMounter(15835): Mounted /system partition as read-only Do you know what base build you are on? If you are on linux or mac, you can use this python

Re: [b2g] Problem flashing gaia - ZTE Open C

2015-05-07 Thread finalbatossai
hello, Im just tried the other day to install the android kitkat to my Open C and it was ok, but I need to root it and unlocked it, can you show me any link? please? ___ dev-b2g mailing list dev-b2g@lists.mozilla.org

Re: [b2g] Failure: `BRANCH=v1-train ./config.sh emulator`

2015-05-07 Thread Alexandre Lissy
Le 06/05/2015 22:38, Felix E. Klee a écrit : Got the kernel to compile. Actually, there were still errors, which I didn't see due to `-j4`. `zImage` was not build. I had to adjust some include paths, weird. Then I built the `emulator-jb` B2G, and the boot image. Attempt to boot the device

Re: [b2g] Failure: `BRANCH=v1-train ./config.sh emulator`

2015-05-07 Thread Felix E. Klee
On Thu, May 7, 2015 at 10:46 AM, Gabriele Svelto gsve...@mozilla.com I guess it is. Try the `flame` build again but do this first: before invoking build.sh delete the file under device/t2m/flame/extract-files.sh Thanks, the build now finished: $ cd B2G $ BRANCH=v1.4 ./config.sh -j4

Re: [b2g] Exposing the browser api reference to the internal/certified apps(eg. System app) themselves?

2015-05-07 Thread 陳侃如
Tim Guan-tin Chien timdr...@mozilla.com writes: We did talk about these solutions and neither is desirable as they adds significant complexity to the System app internal, and the cost of reviewing every future patch. (We even went to not-so-crazy ideas like simply overwrite window.Audio

Re: [b2g] Failure: `BRANCH=v1-train ./config.sh emulator`

2015-05-07 Thread Alexandre Lissy
Le 07/05/2015 14:02, Felix E. Klee a écrit : On Thu, May 7, 2015 at 10:46 AM, Gabriele Svelto gsve...@mozilla.com I guess it is. Try the `flame` build again but do this first: before invoking build.sh delete the file under device/t2m/flame/extract-files.sh Thanks, the build now finished:

Re: [b2g] 3.0 Flame testing, the pretend-256M 319M memory threshold, , , and GC settings

2015-05-07 Thread Gabriele Svelto
On 03/25/2015 5:49 PM, Kyle Huey wrote: Previous experience suggests that if we relax the limits at all it's going to be quite difficult to claw that back. Somebody should take some memory reports from 2.2 and trunk and diff them, so we can start looking at where the fat is. After much

Re: [b2g] A talk on p2p, mozTCPSocket friends

2015-05-07 Thread Chris Mills
This is really cool - especially NFC cats ;-) Chris Mills Senior tech writer || Mozilla developer.mozilla.org || MDN cmi...@mozilla.com || @chrisdavidmills On 7 May 2015, at 13:28, Soledad Penadés spena...@mozilla.com wrote: Hey b2g'ers, I recently gave a talk on some of the stuff

Re: [b2g] 3.0 Flame testing, the pretend-256M 319M memory threshold, , , and GC settings

2015-05-07 Thread Eli Perelman
From what I understand, launch times and memory usage are both underground large regressions right now from the preallocated process bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1151672 Also, Raptor tracks memory usage for applications as part of the cold launch test, and is run with

Re: [b2g] 3.0 Flame testing, the pretend-256M 319M memory threshold, , , and GC settings

2015-05-07 Thread Gabriele Svelto
On 07/05/2015 15:48, Eli Perelman wrote: From what I understand, launch times and memory usage are both underground large regressions right now from the preallocated process bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1151672 Thanks for pointing that out. I've glanced over the

Re: [b2g] 3.0 Flame testing, the pretend-256M 319M memory threshold, , , and GC settings

2015-05-07 Thread Nicolas B. Pierron
On 05/07/2015 02:59 PM, Gabriele Svelto wrote: On 03/25/2015 5:49 PM, Kyle Huey wrote: Previous experience suggests that if we relax the limits at all it's going to be quite difficult to claw that back. Somebody should take some memory reports from 2.2 and trunk and diff them, so we can start

Re: [b2g] 3.0 Flame testing, the pretend-256M 319M memory threshold, , , and GC settings

2015-05-07 Thread Gabriele Svelto
I've filed bug 1151672 [1] with full memory reports attached. I've CC'd some people who might be interested but feel free to add more. It seems that bug 1151672 [2] is responsible for most of the USS increase but I've spotted some other issues outside of that, some of which look like genuine

Re: [b2g] Failure: `BRANCH=v1-train ./config.sh emulator`

2015-05-07 Thread Felix E. Klee
On Thu, May 7, 2015 at 1:28 PM, Alexandre Lissy ali...@mozilla.com wrote: You should be able to add a --dt flag and pass it the dt.img generated `dt.img` is missing, and so I built it myself, and added it: $ B2G/device/qcom/common/dtbtool/dtbtool -o dt.img -s 2048 \ -p

Re: [b2g] Extra keyboard layouts will be available in Settings Keyboard Built-in Keyboard soon

2015-05-07 Thread Marek Raida
Yes, very good to hear... ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Nightly OTA update on Flame stops?

2015-05-07 Thread Marek Raida
Hmm, I've another problem, but similar. OTA is uploaded to phone but never applied. Is somebody experiencing the same problems?? I wrote more to the bug, however no one has commented it yet... https://bugzilla.mozilla.org/show_bug.cgi?id=1160879 Thx a lot for advice, Marek

Re: [b2g] Failure: `BRANCH=v1-train ./config.sh emulator`

2015-05-07 Thread Felix E. Klee
On Thu, May 7, 2015 at 10:46 AM, Gabriele Svelto gsve...@mozilla.com I guess it is. Try the `flame` build again but do this first: before invoking build.sh delete the file under device/t2m/flame/extract-files.sh Thanks, the build now finished: $ cd B2G $ BRANCH=v1.4 ./config.sh -j4

[b2g] A talk on p2p, mozTCPSocket friends

2015-05-07 Thread Soledad Penadés
Hey b2g'ers, I recently gave a talk on some of the stuff coming out from b2g at EmpireJS in NY. Reception was really enthusiastic and people were very excited about being able to do things such as running a web server and controlling NFC using simple JS calls, then running web components +