Re: [b2g] build FAIL in Ubuntu 12.04 64bits

2013-12-08 Thread Vicamo Yang
We had a discussion in: https://bugzilla.mozilla.org/show_bug.cgi?id=897727 Basically the thing you need is to have two symlinks 'libGL.so' to your i386/x86_64 'libGL.so.x.y.z'. On 2013年12月09日 10:45, ljgbpfeif...@googlemail.com wrote: hello all i'm new to FFOS and i have read everything about

[b2g] Per device Gecko configure options

2013-12-01 Thread Vicamo Yang
Hi all, Recently we have a few bugs regarding the variety of features of different devices/platforms. See bug 920551 [1] and bug 939056 [2]. The problem is: shall we allow --disable-foo in per device configuration? Right now we have a file named 'default-gecko-config' inside gonk-misc/. T

Re: [b2g] Telephony issue

2013-11-29 Thread Vicamo Yang
Hi kodanda, You might want to rebuild your port with DEBUG_ALL (in gecko/dom/system/gonk/ril_consts.js) set to true. It will enable almost all debug messages you'll ever need for RIL/Telephony. :) On 2013年11月28日 14:18, kodanda rami reddy vallabhareddy wrote: Hi all, I Ported Firefox OS on

Re: [b2g] STK bugzilla component

2013-10-30 Thread Vicamo Yang
Hi Fernando, We have Boot2Gecko::RIL for all Gecko issues that belong to RIL. For individual RIL function, I usually mark, for example, "B2G SMS" for gonk backend specific issues and "WebSMS" for DOM/ipc issues. That's enough for me. You may also want to create a meta bug for STK and make i

[b2g] HsinYi as B2G RIL component owner

2013-10-30 Thread Vicamo Yang
also in charge of DOM API reviews of all RIL sub-components. And WebTelephony, she is always hard-wired to this field. For other things, especially those underground, Fernando, Gene, Yoshi, and I are still at your service. Please join me in congratulating Hsinyi for her new role! Vicamo Yang [1]:

Re: [b2g] emulator-jb build error!

2013-10-22 Thread Vicamo Yang
Hmm just had a successful clean build with "-j 32" on x86_64 Debian Sid. On 2013年10月22日 15:19, Yusuke YAMAMOTO wrote: > Hi Thomas > >> the same build failure in Ubuntu 12.04, but the build passed after >> "./build.sh > -j1". >> Need to check what happens. > I tried "./build.sh -j1" to pass t

[b2g] Disable MOZ_B2G_RIL on b2g-desktop completely

2013-10-22 Thread Vicamo Yang
Hi all, Bug 920551 [1] tries to allow building B2G phones/tablets without RIL. The use of MOZ_B2G_RIL and MOZ_WIDGET_GONK is kind of ambiguous now because we started with RIL features only. In this bug we want to return the literal definitions for both labels: MOZ_B2G_RIL is for stuff that o

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

2013-05-17 Thread Vicamo Yang
I'm afraid that you can't simply s/git/https/. Are you sure that URL is valid? First, there is a subject name mismatch. The SSL certificate is for "www.codeaurora.org" and you're connecting to "codeaurora.org". You can certainly export GIT_SSL_NO_VERIFY=1 to skip this. However, there is still

[b2g] Help! review needed for bluetooth emulation

2013-05-09 Thread Vicamo Yang
Hi all, Bug 852583 tries to land the very fundamental part for bluetooth testing. It takes advantage of original qemu bluetooth emulation and links a virtual bluetooth hardware into goldfish kernel. However, it seems there is no much people working on emulator, especially qemu. If you're intereste

Re: [b2g] Fwd: Emulator Build - blank video display after launching.

2013-05-09 Thread Vicamo Yang
Could you add "-show-kernel" to ./run-emulator.sh? I think that's a wrong kernel. We had this once https://bugzilla.mozilla.org/show_bug.cgi?id=858853 On 05/09/2013 04:38 AM, Garner Lee wrote: > Hi, > > I have built the FirefoxOS emulator build, and while the device is created > without error it

Re: [b2g] RIL code reviews

2013-05-07 Thread Vicamo Yang
We have now another peer, Gene Lian. He began B2G development with alarm API and have been involved in many other fields. Recently his great contribution in mms and sms but not limited shows his carefulness, excellence in planning and good communication skills as well. Looking forward to more 'magi

Re: [b2g] Compiling B2G for Peak: elfhack issue

2013-05-02 Thread Vicamo Yang
Just symlink g++ to g++-4.6. Of course you need g++-4.6-multilib installed. On 04/29/2013 08:48 PM, Olav Nymoen wrote: > Hopefully someone can provide real advice, but I had problems building with > this elf guy, and building from a couple of commits back in > github.com/mozilla-b2g/B2G seemed to

Re: [b2g] B2G x86 emulator clock app(alarm issue)

2013-04-29 Thread Vicamo Yang
On 04/29/2013 05:02 PM, Sam Lin wrote: > I would not say it is broken. But it functions not normally as I expected > here. > Let's say, I set an alarm for 9:30 at 9:28. I expect to have the alarm comes > up at 9:30. However, It doesnt show up but the alarm message comes up when I > restart the e

Re: [b2g] B2G x86 emulator clock app(alarm issue)

2013-04-29 Thread Vicamo Yang
B2G Emulator (ARM) Clock app works well for me. With my WIP branch for bug 866002, it even vibrates as a physical device does. Do you really mean Clock app on emulator-x86 is broken? On 04/29/2013 03:26 PM, Sam Lin wrote: > Hi, > > I tried to set an alarm in B2G emulator but it seems to not work

Re: [b2g] #ifdef for emulator build

2013-04-28 Thread Vicamo Yang
No, and I suggest you don't at least for Gecko code. All device specific issue would be better solved in per device configs in Gonk. Emulator should behave exactly the same as a physical device except the lack of drivers of a few devices. For me, there is no strong reason we should ever differ emul

Re: [b2g] Word to the wise: Don't upgrade to Ubuntu 13.04 just yet

2013-04-28 Thread Vicamo Yang
You can install both zlib1g-dev:amd64 and zlib1g-dev:i386 at the same time. I've been on 13.04 since 12.10 was released. On 04/28/2013 01:57 PM, Justin Lebar wrote: > There's at least one B2G build error on the new version of Ubuntu, bug > 866489. There may be others; who knows! > > Unless you e

Re: [b2g] add more apps in B2G emulator and xpcom exercise

2013-04-26 Thread Vicamo Yang
On 04/22/2013 06:32 PM, Tank wrote:> Hi, > > 1. > I wrote an app and add it to the directory /gaia/test_apps, > > The only way to make it available in my B2G emulator is to > ./build.sh -j4 > > I was thinking it should work by executing the script > ./build.sh gaia, but this doesnt work. I think t

Re: [b2g] [WebPayments] Silent SMS

2013-03-24 Thread Vicamo Yang
Fernando > > [1] https://wiki.mozilla.org/WebAPI/WebPayment > [2] https://bugzilla.mozilla.org/show_bug.cgi?id=816564 > [3] https://bugzilla.mozilla.org/show_bug.cgi?id=816564#c4 > [4] http://en.wikipedia.org/wiki/Short_Message_Service#Early_development > [5] http://en.wikipedia.org/wiki

Re: [b2g] On receive call

2012-12-23 Thread Vicamo Yang
On Friday, December 14, 2012 3:45:31 AM UTC+8, Noit wrote: > hi all, im a firefox extension developer and finally want to move into smart > phones as now i can dev for it. i want to make a simple app that when an > incoming call comes, the app should kick in and read aloud the number. i > record

Re: [b2g] Emulator Build Error - Mac OSX

2012-12-23 Thread Vicamo Yang
Are you using gcc-4.7? We need gcc-4.6. On Wednesday, December 5, 2012 8:28:01 AM UTC+8, Fábio Magnoni wrote: > anyone? ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] CPHS Support (RIL_REQUEST_SIM_IO )

2012-12-23 Thread Vicamo Yang
Hi Jyotideep, For now we only focus on mandatory items for shipping. If you can provide documents or links showing CPHS related features are mandatory to meet radio regulation of some countries, we'll make them into our list asap. Besides, you can always file bugs for feature requests :) On Mo