Re: [b2g] Deprecating W3C SysApps

2015-02-11 Thread Benjamin Francis
On 11 February 2015 at 05:02, Anders Rundgren anders.rundgren@gmail.com wrote: Although it is cool standardizing interfaces to various device resources, it comes at a price in terms of slowness and inflexibility. Recently Google publicly declared that they were not going to continue

Re: [b2g] Get framebuffer socket on Flame

2015-02-11 Thread Gangadhar Nittala
On Friday, February 6, 2015 at 7:21:15 PM UTC+5:30, Jan Jongboom wrote: Hi, On most devices I can: adb pull /dev/graphics/fb0 to get the current content of the framebuffer, but on Flame this fails with 'No such device'. Is this thing mapped somewhere else on flame? Jan - if you

Re: [b2g] Deprecating W3C SysApps

2015-02-11 Thread Anders Rundgren
On Wednesday, February 11, 2015 at 3:17:36 PM UTC+1, Benjamin Francis wrote: On 11 February 2015 at 05:02, Anders Rundgren anders.ru...@gmail.com wrote: Although it is cool standardizing interfaces to various device resources, it comes at a price in terms of slowness and inflexibility.

[b2g] Updating LATAM ZTE Open

2015-02-11 Thread iacchi86
Hi everybody, and sorry if this matter has been discussed already, but I couldn't find anything. I own a ZTE Open received at the last summit in 2013, and it comes with the firmware OPEN_LATAM_FFOS_V1.1.0B01. I would like to update the FFOS version on it and I don't have problems compiling my

[b2g] Firefox for Android input keypress keydown events char keyCode unavailable

2015-02-11 Thread Svetoslav Kostadinov
Hello, What is the way to obtain the char keyCode value on input, keydown or keypress events for Firefox 35.0 for Android? The following code don't work for me: input.on(input keydown keypress,function(e){ var key = e.which || e.keyCode; console.log(Keypress is detected and keyCode

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

2015-02-11 Thread Ryan VanderMeulen
Since we've had multiple instances of this happening lately, a friendly reminder that having blocking-b2g:2.2+ or feature-b2g:2.2+ status does *NOT* grant auto-approval for uplift. You still need to go through the regular approval process. The reason for this is that while blocking/feature

Re: [b2g] Flame with 2.2: Pushing Gecko to device failed.

2015-02-11 Thread Felix E. Klee
Migrated the Xubuntu virtual machine from Virtual Box to VMware Player, and now pushing, and now the update went through smoothly. Only in the end, the script hung at: ### Push Done. For connecting the Flame I used the Recovery Cable. I also tried the [v18D] nightly, but that failed with

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

2015-02-11 Thread Ryan VanderMeulen
On 1/13/2015 11:07 AM, Bhavana Bajaj wrote: Hi all, We've recently completed all the mergeday related mechanics for FxOS 2.2 which includes creating gaia v2.2 https://github.com/mozilla-b2g/gaia/tree/v2.2/mozilla-b2g37_v2_2 http://hg.mozilla.org/releases/mozilla-b2g37_v2_2/ branches as of

Re: [b2g] Issues with 2.2 update on Flame

2015-02-11 Thread Naoki Hirata
It should sent the device into fastboot mode, then it should fastboot the images onto the device. The fastboot is using a different vendor id. You will have to add that to your android_rules. if you do a: fastboot devices you can check to see if fastboot is seeing your device or not. Regards,

[b2g] Issues with 2.2 update on Flame

2015-02-11 Thread Rick Martinez
Hi everyone, I'm having issues updating my Flame to 2.2. Following the directions here (http://t.co/wR4u4tS7xP) I've downloaded the build, unzipped, set everything up on the Flame, ran the ./flash.sh in terminal (on ubuntu) and it gives me the warning that never goes away of waiting for device. It

Re: [b2g] Installing apps on SD card?

2015-02-11 Thread Aaron Cajes (Mozilla PHL)
Yes, i think it's not possible as of this moment. On Thu, Feb 12, 2015 at 12:38 PM, Ralph Daub rd...@mozilla.com wrote: Hi, A user in the SUMO forums is asking if it's possible to install apps to the SD card: https://support.mozilla.org/en-US/questions/1046111 I remember hearing

[b2g] Installing apps on SD card?

2015-02-11 Thread Ralph Daub
Hi, A user in the SUMO forums is asking if it's possible to install apps to the SD card: https://support.mozilla.org/en-US/questions/1046111 I remember hearing something that the way the phone is designed, at this moment, this is not possible. Are there any possible workarounds? Thanks, -