Re: [b2g] Problem running ./config.sh in B2G

2013-10-11 Thread SPorwal
Did you find solution for it?? I am facing the same problem on Mac.. :( Porwal On Monday, May 20, 2013 10:13:12 AM UTC+5:30, Shukur, Shuaib wrote: > I checked and the time in the VM is correct. > > > > -Original Message- > > From: Ben Kelly [mailto:bke...@mozilla.com] > > Sent: Fri

Re: [b2g] ./config.sh fails with "Repo sync failed."

2013-10-11 Thread SPorwal
Hi Dave, Can you please help in editing .repo/manifest/emulator.xml ?? I am not getting how to edit it.. :( Thanks! On Monday, March 4, 2013 1:07:09 AM UTC+5:30, Dave Hylands wrote: > I was able to do the following to get an emulator build down: > > > > 1 - Run ./config.sh emulator > > 2- Af

[b2g] Calls go to voice mail

2013-10-11 Thread arky
Hi, Testing B2G phone in Cape Town with our community member here. Found that the calls go directly to his voice mail quite often. Any way to debug this on latest nightlies? Cheers --arky ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://l

Re: [b2g] clang error building on mac os

2013-10-11 Thread James Kruth
Actually, Keon is called out specifically: https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Firefox_OS_build_prerequisites#Requirements_for_Mac_OS_X At this point, I'm willing to say it's not a problem with inari, as I just attempted to build for emulator and received the same clang e

Re: [b2g] clang error building on mac os

2013-10-11 Thread Caio Lima
Guys, I don't remember where, but I have seen in documentation that the inari build is not working on Mac OS X. I guess it was in "Build the Firefox OS" on MDN Give a look on this tutorial. On Saturday, October 12, 2013, Reuben Morais wrote: > And yes, I'm pretty sure the bootstrap script should

Re: [b2g] clang error building on mac os

2013-10-11 Thread Reuben Morais
And yes, I'm pretty sure the bootstrap script should be passing --enable-cxx to GCC's configure script. Not entirely sure because it looks like Clang is being picked up (and causing the errors in the OP). You can manually fix it by doing: brew install https://raw.github.com/mozilla-b2g/B2G/ma

Re: [b2g] clang error building on mac os

2013-10-11 Thread Reuben Morais
As a workaround, remove any occurrences of "-Werror" in frameworks/base/tools/obbtool/Android.mk and frameworks/base/tools/validatekeymaps/Android.mk. -- reuben smime.p7s Description: S/MIME cryptographic signature ___ dev-b2g mailing list dev-b2g@lis

Re: [b2g] How do I flash an image without download all of the source code?

2013-10-11 Thread jezra
While trying to flash my ZTE Open using fastboot, running `fastboot flash boot boot.img` outputs "< waiting for device >" Running `adb reboot recovery` however, will reboot the device. On Thu, 10 Oct 2013 19:07:09 +0100 Chris Mills wrote: > > On 10 Oct 2013, at 16:22, jezra wrote: > > > In

Re: [b2g] clang error building on mac os

2013-10-11 Thread Christopher De Cairos
I changed HOST_darwin-x86.mk to avoid altering existing symlinks in /usr/bin, and because the .userconfig seemed to have no affect on the values in there. Regards, Christopher De Cairos Integration Engineer - Webmaker Mozilla Foundation On 2013-10-11 10:46 PM, James Kruth wrote: Christopher,

Re: [b2g] clang error building on mac os

2013-10-11 Thread James Kruth
Christopher, The Mac OS bootstrap installs gcc-4.6, but not g++-4.6. I'm wondering if the right move here is to update the bootstrap to install g++ as well? Did you change your build to use the llvm-gcc-4.2 compilers in .userconfig or in the makefiles? - James On Friday, October 11, 2013 9:4

[b2g] How can I reverse tethering on firefox os

2013-10-11 Thread biwenyang
I need to reverse tethering on firefox os. I want to share windows or linux network to firefox os. But I don't known how to do. Can not reverse tethering on firefox os, I think the linux kernel does not support the function because I did not founc f_cdc_ethernet. But I think it can support win

Re: [b2g] clang error building on mac os

2013-10-11 Thread Christopher De Cairos
It seemed to start working when I used llvm-g++-4.2 and llvm-gcc-4.2 I don't know if it'll produce anything useful though. Regards, Christopher De Cairos Integration Engineer - Webmaker Mozilla Foundation On 2013-10-11 8:01 PM, James Kruth wrote: Naoki, I just checked, and my gcc isn't actu

Re: [b2g] clang error building on mac os

2013-10-11 Thread Christopher De Cairos
I've narrowed this down to build/core/combo/HOST_darwin-x86.mk line 75 is: HOST_CXX := g++ I changed it to "gcc-4.6" and I then get "gcc-4.6: error: frameworks/base/tools/obbtool/Main.cpp: C++ compiler not installed on this system" D: Regards, Christopher De Cairos Integration Engineer - We

Re: [b2g] 10/11/2013 Buri v1.2.0 Mozilla RIL Smoketest Results - 45/46 tests passed, 0 blocker, 1 untested

2013-10-11 Thread Jason Smith
Correction - That should zero blockers, not one blocker. Sincerely, Jason Smith Senior QA Engineer for Firefox OS Mozilla Corporation https://quality.mozilla.org On 10/11/2013 5:09 PM, Jason Smith wrote: 45 out of 46 tests passed for the 2013-10-11 Buri v1.2.0 Mozilla RIL Build. Here are the m

[b2g] 10/11/2013 Buri v1.2.0 Mozilla RIL Smoketest Results - 45/46 tests passed, 1 blocker, 1 untested

2013-10-11 Thread Jason Smith
45 out of 46 tests passed for the 2013-10-11 Buri v1.2.0 Mozilla RIL Build. Here are the major issues that prevented the smoketests from passing. Mozilla RIL Build Smoketest Results: Daily Smoke Test Logs: https://docs.google.com/a/qanalydocs.com/spreadsheet/ccc?key=0AjRc6aVFoOW9dGZLdVdiWGZLbVd

Re: [b2g] clang error building on mac os

2013-10-11 Thread James Kruth
Naoki, I just checked, and my gcc isn't actually a symlink: scout:B2G artlogic$ ls -l /usr/bin/gcc -rwxr-xr-x 1 root admin 35472 Sep 19 11:40 /usr/bin/gcc It is apple's gcc, as expected: scout:B2G artlogic$ /usr/bin/gcc -v Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/

[b2g] 10/11/2013 Buri Master/M-C Mozilla RIL Smoke Test Results - 45/46 tests passed, 0 blockers, 1 untested

2013-10-11 Thread Jason Smith
45 out of 46 tests passed for the 2013-10-11 Buri Master/M-C Mozilla RIL Build. Here are the major issues that prevented the smoke tests from passing. Smoke Test Results: Daily Smoke Test Logs: https://docs.google.com/a/qanalydocs.com/spreadsheet/ccc?key=0AjRc6aVFoOW9dGZLdVdiWGZLbVdORlFpUGt5Xz

Re: [b2g] Sensor data flow for light sensor

2013-10-11 Thread mozloverinweb
Marco Chen於 2013年10月9日星期三UTC+8上午11時59分53秒寫道: > Hi, > > > > You can refer to Bug 915813 which transferred some sensor events to > GENERATED_EVENTS_WEBIDL_FILES. > > Before webidl, we declared nsIDOMDeviceXXXEvent then generated simple event > by event_impl_gen.conf.in. > > After webidl, we ca

Re: [b2g] sensor enabling flow in gecko

2013-10-11 Thread mozloverinweb
Josh Matthews於 2013年10月9日星期三UTC+8下午6時18分49秒寫道: > nsPIDOMWindow is one of the classes that nsGlobalWindow inherits from. > > They're mostly interchangeable in practice. > > > > On 10/08/2013 08:59 PM, mozloverin...@gmail.com wrote: > > > Hi, > > > > > > In Gaia, we can add an eventlistener f

Re: [b2g] Updating ZTE Open to 1.1

2013-10-11 Thread cronneloctopus
I'm in Canada and bought mine from ebay in the states. $15 shipping. Arrived in a week. Sam On Friday, 11 October 2013 11:41:22 UTC-7, Stefan Arentz wrote: > On Oct 11, 2013, at 2:19 PM, Stephan Bardubitzki wrote: > > > > >> The handset is independent of the carrier. > > > This is not the

[b2g] UX Update for 1.3: Haida

2013-10-11 Thread Jaime Chen
Hi there- For those of you who don't know what Haida is, please refer to: https://etherpad.mozilla.org/haida-summit For those interested in UX specs and planning to date, please refer to: https://wiki.mozilla.org/FirefoxOS/Haida#UX_Roadmap We have posted DRAFT specifications for 1.3 proposals (

Re: [b2g] clang error building on mac os

2013-10-11 Thread James Kruth
I'm compiling for inari as well. I'm a little hesitant to start mucking around with symlinks, especially when it seems as if exporting CC=gcc-4.6 should really do the trick. It's almost as if part of the build process is ignoring the CC variable. On Friday, October 11, 2013 4:57:59 PM UTC-4,

Re: [b2g] clang error building on mac os

2013-10-11 Thread Naoki Hirata
Interesting. At one point on one of my machines, I recall I used to have issues until I looked at which gcc I was using... which pointed to /usr/bin/gcc I took a closer look at doing a ls -l /usr/bin/gcc and it turned out to be a softlink to my XCode compiler's version of gcc. I ended up re

Re: [b2g] clang error building on mac os

2013-10-11 Thread Christopher De Cairos
I'm building for a ZTE Open (inari), so I don't believe it's homebrew. I've set CXX and CC in my .userconfig to gcc-4.6 too, so not sure why it's not picking it up. Regards, Christopher De Cairos Integration Engineer - Webmaker Mozilla Foundation Regards, Christopher De Cairos On 2013-10-1

Re: [b2g] clang error building on mac os

2013-10-11 Thread Naoki Hirata
Not sure, possibly : https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Firefox_OS_build_prerequisites#Mountain_Lion_homebrew_gotcha Are you trying to compile the emulator? Regards, Naoki On 10/11/13 1:39 PM, chris.decai...@gmail.com wrote: I'm seeing the exact same errors, using Xcode

Re: [b2g] clang error building on mac os

2013-10-11 Thread chris . decairos
I'm seeing the exact same errors, using Xcode 5 OSX 10.8.4, symlinked 10.6 SDK as per instructions. Anyone know what the problem might be? ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] TTS Engine on Firefox OS

2013-10-11 Thread Eitan Isaacson
Hey Santosh. That is a very impressive demo! Our plan is to add more engines going forward. Flite might be one of them. I looked into it a few months ago, and it did not seem feasible, but I can't remember why.. If you would like to port it to Firefox OS, you should look at what was required t

Re: [b2g] Updating ZTE Open to 1.1

2013-10-11 Thread Stefan Arentz
On Oct 11, 2013, at 2:19 PM, Stephan Bardubitzki wrote: >> The handset is independent of the carrier. > This is not the point, maybe have a lock at the link below and the > information provided for US carriers > > https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Developer_phone_guid

Re: [b2g] Updating ZTE Open to 1.1

2013-10-11 Thread Stephan Bardubitzki
The handset is independent of the carrier. This is not the point, maybe have a lock at the link below and the information provided for US carriers https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Developer_phone_guide/ZTE_OPEN And non of my colleques was aware that you can't buy a Z

Re: [b2g] TTS Engine on Firefox OS

2013-10-11 Thread Gervase Markham
On 10/10/13 15:57, Fabrice Desré wrote: > We have a tts engine used for accessibility purposes (see > https://mxr.mozilla.org/mozilla-central/source/content/media/webspeech/synth/) > based on picotts. I'm cc-ing Eitan that knows this are way better. There is also interest in using eSpeak, if we ca

Re: [b2g] Updating ZTE Open to 1.1

2013-10-11 Thread Hubert Figuière
On 11/10/13 11:44 AM, Stephan Bardubitzki wrote: > Chris, I'm on a Canadian carrier. Are interested in some information on > that for your wiki? I don't understand the question exactly, but the US version of the ZTE Open supports UMTS 850/1900 which mean it will work on the two big networks in Can

Re: [b2g] Updating ZTE Open to 1.1

2013-10-11 Thread Andreas Gal
Again, only ZTE can make statements about that. The ZTE Open is a ZTE device. Only ZTE can make software for it, based on the source code they get from us. We cannot make updates and we cannot promise that ZTE will. ZTE and Mozilla are completely separate entities. We don't/can't speak for ZTE.

Re: [b2g] Updating ZTE Open to 1.1

2013-10-11 Thread cronneloctopus
So, is there no information on when the 1.1 update will be available OTA for the ZTE Open? Will it *ever* be available? Sam On Friday, 11 October 2013 08:32:37 UTC-7, Andreas Gal wrote: > All ZTE devices are manufactured by ZTE and ZTE distributes the original FxOS > software for it, as well a

Re: [b2g] Updating ZTE Open to 1.1

2013-10-11 Thread Stephan Bardubitzki
Thanks for clarifying. Chris, I'm on a Canadian carrier. Are interested in some information on that for your wiki? Stephan On 13-10-11 08:35 AM, Chris Mills wrote: No - I'm merely saying that I'm going to try to provide information on as many of the different Firefox OS devices as I can on

Re: [b2g] Updating ZTE Open to 1.1

2013-10-11 Thread Chris Mills
No - I'm merely saying that I'm going to try to provide information on as many of the different Firefox OS devices as I can on MDN, as there are so many unanswered questions on there. Best, Chris On 11 Oct 2013, at 16:28, Stephan Bardubitzki wrote: > So, are you saying that an update to FxOS

Re: [b2g] Updating ZTE Open to 1.1

2013-10-11 Thread Andreas Gal
All ZTE devices are manufactured by ZTE and ZTE distributes the original FxOS software for it, as well as any updates. We are working with all our vendors to make sure that they update the devices, but in the end only ZTE can make reliable statements when and whether and which updates will be a

Re: [b2g] Updating ZTE Open to 1.1

2013-10-11 Thread Stephan Bardubitzki
So, are you saying that an update to FxOS v1.1 is not distributed OTA by Mozilla/ZTE? On 13-10-11 03:28 AM, Chris Mills wrote: You are absolutely right. I will take it as a work item going forward to try to cover all phones and carriers going forward. Chris Mills Senior tech writer || Moz

Re: [b2g] Reboot Loop updating ZTE Open to Firefox Os 1.2

2013-10-11 Thread Stefan Arentz
On Oct 10, 2013, at 11:17 PM, Eduardo González wrote: > Hi, i have tested a workaround just now my zte open is working with v1.2 > including RIL. Check my post > http://sl.edujose.org/2013/10/mas-hack-para-el-zte-open-actualizando.html Would you mind posting an English version of those instr

Re: [b2g] ZTE Open-- bricked when updating OS

2013-10-11 Thread sibekai
Hi Ivan, My ZTE open stops at a blank screen with few white lines on top. Connecting USB to Windows 7 pc would enable the fastboot to list is as roamer2 device. This happened after I rooted the stock ZTE open from eBay (purchased US, shipped from UK) with the EU SD package content, but ASSERTs

Re: [b2g] UX for cursor/selection for Firefox OS

2013-10-11 Thread Vivien Nicolas
If you ever ends up with a patch for b2g/ that is front-end related feel free to r? me. I worked a bit on this code for XUL Fennec and I will be happy to have something for b2g. I shared Ehsan concerns also and it would be nice if most of this code lives in toolkit/ so it will be shared. On

Re: [b2g] b2g on Android 4.2 Jellybean

2013-10-11 Thread Juan Gómez
Hi Gordon, I'm working on a port for SGS2 to JB4.3, I hope to release a version soon... so stay tunned ;) On Fri, Oct 11, 2013 at 8:52 AM, Thomas Tsai wrote: > Hi Gordon: > You can refer to nexus4 jb4.2.2_r1: > 1. $git clone g...@bitbucket.org:thomastsai/a31-b2g.git -b > nexus-4-jb4.2.2_r1 > 2.

Re: [b2g] Updating ZTE Open to 1.1

2013-10-11 Thread Chris Mills
You are absolutely right. I will take it as a work item going forward to try to cover all phones and carriers going forward. Chris Mills Senior tech writer || Mozilla developer.mozilla.org || MDN cmi...@mozilla.com || @chrisdavidmills On 11 Oct 2013, at 09:20, Marek Raida wrote: > Hi C

Re: [b2g] Updating ZTE Open to 1.1

2013-10-11 Thread Marek Raida
Hi Chris, your MDN ZTE page is great info source, thx for it, however I miss there information for those having bought phone from cariers like Movistar, if they could follow given instructions as well or not, because having non rooted phone and waiting for update is a little bit frustrating... T