Re: [b2g] Test report of smoke test for Nexus 4 (Android 4.3)

2013-08-26 Thread Hubert Lu
Hi all, Attachment is removed by mail server according to server policy, so please see the report in cloud space by using Mozilla account. Thanks a lot. Report link : https://docs.google.com/a/mozilla.com/file/d/0BzN3Z43hOkvOT3JtdG9UZmJNZHM/edit BR, Hubert - 原始郵件 - 寄件者: "Hubert

[b2g] Mozilla RIL 08/26/2013 Buri 1.2 Smoketest Results - 43/47 tests passed, 1 new blocker

2013-08-26 Thread Marcia Knous
All - Apologies for the late report, but today we had to wait for a build respin so getting the results out took longer than expected. 43 out of 47 tests passed for the 2013-08-26 Buri v1.2.0 Mozilla RIL Build. Here are the major issues that prevented the smoketests from passing. Mozilla RIL

Re: [b2g] Emulator upside down and reversed?

2013-08-26 Thread 平田修樹 (Naoki Hirata)
Hi Taichi-san, Thank you for the email message! That is exactly what I am seeing as well. I just spoke with a colleague of mine and he stated he hasn't run into that issue with a MacBook Pro Retina because he's been using ubuntu on a Virtual Machine to compile it. I may end up going that ro

Re: [b2g] Emulator upside down and reversed?

2013-08-26 Thread Taichi Matsuura
Hi Naoki san exactly same problem here. I also tested couple of PCs on this problem below: 1.iMac Lion -> worked properly 2.iMac Mountain Lion(previously Lion) -> worked properly 3.Makbook Pro Retina(Mountain Lion) -> upside down and reversed The link is screenshot of upside down image. https://

Re: [b2g] Is there any way to prevent that the phone get lock?

2013-08-26 Thread restonjd
Thanks! it worked for me. I appreciate your help. ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

[b2g] Commercial RIL 08/26/2013 Leo v1.1 Smoke Test Results - 46/47 tests passed, 1 untested

2013-08-26 Thread Marcia Knous
46 out of 47 tests passed for the 2013-08-26 Leo v1.1.0 Commercial RIL Build. There are no major issues that prevented the smoketests from passing. Commercial RIL Build Smoketest Results: Daily Smoke Test Logs: https://docs.google.com/a/qanalydocs.com/spreadsheet/ccc?key=0AjRc6aVFoOW9dGZLdVdiWG

Re: [b2g] Build failed due to aidl.o: file not recognized

2013-08-26 Thread Kevin Hankens
It's the ebay zte open. On Mon, Aug 26, 2013 at 5:11 PM, Dave Hylands wrote: > Hi Kevin, > > - Original Message - > > From: "Kevin Hankens" > > To: "Dave Hylands" > > Cc: dev-b2g@lists.mozilla.org > > Sent: Monday, August 26, 2013 1:58:04 PM > > Subject: Re: [b2g] Build failed due to

Re: [b2g] Build failed due to aidl.o: file not recognized

2013-08-26 Thread Dave Hylands
Hi Kevin, - Original Message - > From: "Kevin Hankens" > To: "Dave Hylands" > Cc: dev-b2g@lists.mozilla.org > Sent: Monday, August 26, 2013 1:58:04 PM > Subject: Re: [b2g] Build failed due to aidl.o: file not recognized > > Finally! Got it built, but now need to figure out how to run fl

Re: [b2g] Build failed due to aidl.o: file not recognized

2013-08-26 Thread Kevin Hankens
Finally! Got it built, but now need to figure out how to run flash.sh, getting the following: $ ./flash.sh < waiting for device > erasing 'cache'... OKAY [ 0.541s] finished. total time: 0.541s erasing 'userdata'... OKAY [ 1.421s] finished. total time: 1.421s sending 'userdata' (67563 KB)... OKAY

[b2g] Emulator upside down and reversed?

2013-08-26 Thread 平田修樹 (Naoki Hirata)
Hi all, When compiling for the emulator, I'm showing the emulator displaying upside down and reversed. Is anyone else seeing something similar to that? I turned off the hw emulation and if I do that it doesn't show anything. If someone has figured that out, I would really appreciate the help.

Re: [b2g] New autocorrect dictionaries will increase build size by ~18mb

2013-08-26 Thread David Flanagan
It looks like this was a false alarm. Sorry everyone. The current thinking in bug 909392 is that it was caused by a build script problem, not by the autocorrect dictionaries. I've un-nominated 884752. Andreas, if you have a chance could you set it back to koi+? David On 8/26/13 11:22

Re: [b2g] New autocorrect dictionaries will increase build size by ~18mb

2013-08-26 Thread David Flanagan
I've intended to make autocorrect dictionaries configurable at build time for 1.2. However, it looks like adding all the 1.1 dictionaries to the build by default breaks the Buri device because it runs out of space. (https://bugzilla.mozilla.org/show_bug.cgi?id=909392) So I think I need to m

Re: [b2g] Build failed due to aidl.o: file not recognized

2013-08-26 Thread Kevin Hankens
Ok, I started over and building clean seemed to help a bit. I'm using gcc (Ubuntu/Linaro 4.6.4-1ubuntu1) 4.6.4. The previously broken file is now reporting: out/host/linux-x86/obj/EXECUTABLES/aidl_intermediates/aidl.o: ELF 32-bit LSB relocatable, Intel 80386, version 1 (SYSV), not stripped Now, I

Re: [b2g] Firefox OS Geolocation Maps

2013-08-26 Thread arky
On 08/25/2013 06:50 AM, laubar...@gmail.com wrote: Thanks for the link to Doug Turner's fix / hack. I just installed it on my GP and it works! From my understanding it creates a fixed GPS location that is perfect for testing. Thank you! Hi, Here is quick and dirty OSM app. Source: https:

[b2g] Firefox OS Weekly Meeting Schedule

2013-08-26 Thread Dietrich Ayala
~~~ Announcements ~~~ * 1.1: Not approving nominations for anything but critical issues as listed at https://etherpad.mozilla.org/b2g-triage-exceptions. * 1.2: Feature development in progress. Teams, features and more at https://wiki.mozilla.org/FirefoxOS/SprintStatus. * REMINDER: Monday Sept

Re: [b2g] Build failed due to aidl.o: file not recognized

2013-08-26 Thread Dave Hylands
Hi Kevin, - Original Message - > From: "Kevin Hankens" > To: "Dave Hylands" > Cc: dev-b2g@lists.mozilla.org > Sent: Monday, August 26, 2013 9:29:08 AM > Subject: Re: [b2g] Build failed due to aidl.o: file not recognized > > Thx Dave, I just tried that with no luck. Looks like I have ple

Re: [b2g] Build failed due to aidl.o: file not recognized

2013-08-26 Thread Kevin Hankens
Thx Dave, I just tried that with no luck. Looks like I have plenty of disk space ~66GB. Now I get the following: host Executable: aidl (out/host/linux-x86/obj/EXECUTABLES/aidl_intermediates/aidl) host Executable: acp (out/host/linux-x86/obj/EXECUTABLES/acp_intermediates/acp) out/host/linux-x86/obj

Re: [b2g] Build failed due to aidl.o: file not recognized

2013-08-26 Thread Dave Hylands
Hi Kevin, - Original Message - > From: "Kevin Hankens" > To: dev-b2g@lists.mozilla.org > Sent: Monday, August 26, 2013 7:29:13 AM > Subject: [b2g] Build failed due to aidl.o: file not recognized > > Greetings all! I'm just getting ramped up on B2G and loving it so far. I > was able to bu

Re: [b2g] Build failed due to aidl.o: file not recognized

2013-08-26 Thread Kevin Hankens
Oops, spoke too soon, still running into this error. On Mon, Aug 26, 2013 at 11:59 AM, Kevin Hankens wrote: > Hmm, this might have been a red herring. I bumped up the memory on my VM > and now appears to be building properly. > > Sorry for the noise :) > > > On Mon, Aug 26, 2013 at 10:29 AM, Kev

Re: [b2g] Send commands to Linux

2013-08-26 Thread Adán Sánchez de Pedro Crespo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You can always write a SSH client using TCPSocket API. In addition, if you wanted to connect to the Linux on your phone itself (Gonk), you'll have to modify your B2G image in order to make it listen over SSH. - -- *Adán Sánchez de Pedro Crespo* /FLO

Re: [b2g] Build failed due to aidl.o: file not recognized

2013-08-26 Thread Kevin Hankens
Hmm, this might have been a red herring. I bumped up the memory on my VM and now appears to be building properly. Sorry for the noise :) On Mon, Aug 26, 2013 at 10:29 AM, Kevin Hankens wrote: > Greetings all! I'm just getting ramped up on B2G and loving it so far. I > was able to build the emul

[b2g] Build failed due to aidl.o: file not recognized

2013-08-26 Thread Kevin Hankens
Greetings all! I'm just getting ramped up on B2G and loving it so far. I was able to build the emulator without problems, but when I try to build for inari, I run into the following error. I'm not too sure where to begin diagnosing, so I was hoping that this might look familiar to someone :) Much

Re: [b2g] New member

2013-08-26 Thread Gervase Markham
On 26/08/13 07:53, MARINA RODRIGUEZ IGLESIAS wrote: > our intranet and supporting internal clients. This is my first > experience in a commercial product development and I'm very excited > to become part of your community and participate in firefoxOS > development. I'm sure we can learn a lot toget

Re: [b2g] WebAPI for sharing on social networks

2013-08-26 Thread Fernando Jiménez Moreno
+1 On a side note, we will probably want to do the same with the future functionality exposed via the Inter App Communications API [1] from certified apps (I'm mostly thinking about the System app), if this API finally succeeds. Something similar to what Android does for its content providers [

Re: [b2g] Is there any way to prevent that the phone get lock?

2013-08-26 Thread Julien Wajsberg
Le 25/08/2013 00:42, resto...@gmail.com a écrit : > I'm making a app for firefox os that have some timers in it so i don't want > that the phone get lock after the normal time. > > So i want to know if is there a way that i could prevent when my app is open > that the phone could lock? > > There

Re: [b2g] Send commands to Linux

2013-08-26 Thread A. Crespo
I asked that at the IRC and some guys told me that our best bet would be to code an http daemon. That way we could send it commands using http requests. They also said that it would be possible to hack Gaia or Gecko, but it wouldn't be desirable because it could be painfully buggier. 2013/8/26 R

Re: [b2g] New autocorrect dictionaries will increase build size by ~18mb

2013-08-26 Thread Yuan Xulei(袁徐磊)
On 08/25/2013 01:49 PM, Andreas Gal wrote: As for predictive text, we should put a version of the keyboard with more dictionaries into the marketplace so people can download what doesn't come with the phone. Is it possible to let user download extra dictionaries when needed? Or even let user