[b2g] Automated Script for Launch Application in Firefox

2013-11-07 Thread s.x.veerapandian
Hi I need to develop the Automated test script to run the Firefox Applications continuously. Like {Make Call -> Launch Camera -> Open Gallery -> Stop Voice Call}. In Android, I could do using the 'input keyevent' functionality. I am expecting similar kind feature available in the Firefox. A

Re: [b2g] Get error when build Firefox os for nexus 7

2013-11-07 Thread hatemegalaxy
Thanks for your reply ! I'm using 2012 version Nexus 7. I made a app for firefox os, and i also want to try is on real device. Any useful informations or tutorials can help me build for 2012 Nexus 7 ? That would be a great help ! ___ dev-b2g mailing li

[b2g] Gaia repository modularization (was Re: Move Gaia to the same repository as Gecko)

2013-11-07 Thread Yuren Ju
sounds like we put Xorg + GNOME + openoffice + a lot of apps into a huge repository in Linux. gecko is a platform and gaia is a mobile environment + core apps, I even want to split gaia to gaia-essential + apps in different repositores and then we can develop gaia app just like a normal web app.

[b2g] 11/07/2013 Buri Master/M-C Mozilla RIL Smoke Test Results - 44/46 tests passed, no new blockers, 1 untested

2013-11-07 Thread Marcia Knous
44 out of 46 tests passed for the 2013-11-07 Buri Master M-C Mozilla RIL Build. There are no new issues preventing the smoketestfrom passing. Mozilla RIL Build Smoketest Results: Daily Smoke Test Logs: https://docs.google.com/a/qanalydocs.com/spreadsheet/ccc?key=0AjRc6aVFoOW9dGZLdVdiWGZLbVdORlFpU

[b2g] 5.0.1 (5A2053) Xcode on 10.8.5 errors

2013-11-07 Thread Naoki Hirata
FYI, I accidentally upgraded my Xcode on 10.8.5 and ran into compilation errors: host C++: obbtool <= frameworks/base/tools/obbtool/Main.cpp frameworks/base/tools/obbtool/Main.cpp:92:34: error: struct 'PackageInfo' was previously declared as a class [-Werror,-Wmismatched-tags] void doAdd(cons

Re: [b2g] Firefox OS on TV

2013-11-07 Thread Alexandre Lissy
Le 07/11/2013 17:59, Alexandre Lissy a écrit : > Le 07/11/2013 02:50, Thomas Tsai a écrit : >> 1. hardware keyboard and mouse: it's on going, and you can refer to >> https://bugzilla.mozilla.org/show_bug.cgi?id=907081 >> https://bugzilla.mozilla.org/show_bug.cgi?id=929365 > > I'm going to test

Re: [b2g] Debugging system apps on device

2013-11-07 Thread Yoni Jah
Ok so I managed to solve the issue I had and actually filed a bug with a patch. https://bugzilla.mozilla.org/show_bug.cgi?id=936251 but I was wondering if there is any better way to debug Gecko code. Gaia is really easy to work and you can use the remote debugger to add breakpoints and steps to y

Re: [b2g] Firefox OS on TV

2013-11-07 Thread pengchengzou
Hi, Thomas thanks a lot for the info and links. to enable hardware keyboard is something definitely needs to be supported, actually we are trying to address a higher layer issue, simply put, the current Element focus cannot be operated using arrow key. one can only use tabindex to navigate the

[b2g] 11/07/2013 Commercial RIL Buri 1.2 Smoketest Results - 45/46 tests passed, 1 untested, no new blockers

2013-11-07 Thread Marcia Knous
45 out of 46 tests passed for the 2013-11-07 Buri v1.2.0 COM RILBuild. There are no major issues preventing the smoketest from passing. COM RIL Build Smoketest Results: Daily Smoke Test Logs: https://docs.google.com/a/qanalydocs.com/spreadsheet/ccc?key=0AjRc6aVFoOW9dGZLdVdiWGZLbVdORlFpUGt5XzZ3Zn

Re: [b2g] Move Gaia to the same repository as Gecko (was Re: Workflow for landing gecko patches that require changes to gaia tests)

2013-11-07 Thread Dale Harvey
While I really hate the workflow of having to bisect problems that may be anywhere between 2 seperate repositories Putting gaia inside m-c doesnt seem like a scalable solution, should we be putting gonk / the rest of android in there too? I feel like in m-c I already see problems related to tryin

Re: [b2g] Workflow for landing gecko patches that require changes to gaia tests

2013-11-07 Thread Anthony Ricaud
Short term, my preference is also to disable the test until the Gecko fix lands in m-c. Long term, we would only have TBPL running our test suites and we would have a one-to-one relationship between Gaia and Gecko branches. So, b2g-inbound and gaia-inbound, mozilla-central and gaia-central (ak

Re: [b2g] Get error when build Firefox os for nexus 7

2013-11-07 Thread Sotaro Ikeda
Hi Which nexus 7 are you using? If it is 2013 version nexus7(flo), it is already supported by B2G build script. http://wiki.mozilla.org/B2G/Nexus7 was for 2012 version nexus7(grouper). Further, it seems not work recently, obsoleted. So, even when you solve the gpg problem. Further problems are

Re: [b2g] Developing on the ZTE open

2013-11-07 Thread jezra
On Thu, 7 Nov 2013 12:19:01 -0800 (PST) Bob Thulfram wrote: > On Thursday, November 7, 2013 11:26:14 AM UTC-8, jezra wrote: . > > > > jezra > > Where did you get it and how easy was it to install? I'd be fine with > 1.3 since I already got bit by the change from > mozRequestAnimationFrame t

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

2013-11-07 Thread horus . ra
I bricked my ZTE Open using the following website http://firefox.ztems.com/ , apparently it's the "official ZTE Firefox OS Update Website", but all I managed to do was install B2G from March 2013 using it. >From here the device booted, but the Firefox OS Recovery Utility was replaced >with An

Re: [b2g] Developing on the ZTE open

2013-11-07 Thread horus . ra
On Thursday, 7 November 2013 10:44:53 UTC, Gabriele Svelto wrote: > On 06/11/2013 17:53, Bob Thulfram wrote: > > > I've been developing with the original ZTE Open and learning its quirks. > > But I'm still not sure it is safe to upgrade to FFOS 1.2 or 1.3 (I'm at > > 1.0). I've heard of people

[b2g] Move Gaia to the same repository as Gecko (was Re: Workflow for landing gecko patches that require changes to gaia tests)

2013-11-07 Thread Gary Kwong
The other alternative to make it painless to land gecko+gaia atomic changes is of course to move gaia to the same repo as gecko, and make the github repo a readonly mirror of gaia-hg. I'm sure I will be very popular with this proposal in gaia circles ;) This is interesting. More consolidation of

Re: [b2g] Developing on the ZTE open

2013-11-07 Thread Bob Thulfram
On Thursday, November 7, 2013 11:26:14 AM UTC-8, jezra wrote: > On Wed, 6 Nov 2013 08:53:55 -0800 (PST) > > Bob Thulfram wrote: > > > > > On Wednesday, November 6, 2013 7:54:08 AM UTC-8, roo...@gmail.com > > > wrote: > > > > Hi, > > > > > > > > Just got a ZTE Open from ebay.co.uk with the

Re: [b2g] Developing on the ZTE open

2013-11-07 Thread jezra
On Wed, 6 Nov 2013 08:53:55 -0800 (PST) Bob Thulfram wrote: > On Wednesday, November 6, 2013 7:54:08 AM UTC-8, roo...@gmail.com > wrote: > > Hi, > > > > Just got a ZTE Open from ebay.co.uk with the intent of using the > > phone for development. > > > > > > > > For remote debugging I believe I

[b2g] Get error when build Firefox os for nexus 7

2013-11-07 Thread hatemegalaxy
Hi, I'm try to build firefox os for nexus 7 ( Follow official instruction : http://wiki.mozilla.org/B2G/Nexus7 ). And I get message showed " Repo sync failed " after execute ./config.sh nexus-7 nexus-7.xml . Is there any solution to fix this problem ? Error message show : ... Get https://gerr

Re: [b2g] Trying to connect to a bluetooth device to read data (serial port profile). Webapi and documentation

2013-11-07 Thread kykjones
Hi Eric, Thanks for your prompt answer... yeah, the app is certified... but what really scares me (because of the dates) is your mention about the profile... reading this link "https://wiki.mozilla.org/B2G/Bluetooth";, where the profiles are categorised in 2 groups, basically IN and OUT, I as

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

2013-11-07 Thread yfyuan
Exactly same problem here. I'm in the same boat. Really hope ZTE to just provide a package of last resort that disables checksum verification. Now the phone is sitting in my drawer collecting dust. On Thursday, October 24, 2013 8:43:26 AM UTC-5, andre...@gmail.com wrote: > I have tried the same

[b2g] Update of hosted FirefoxOS app

2013-11-07 Thread Simon Pfundstein
Hi there, I updated the source files of a hosted FirefoxOS application. Also, I modified the manifest (edited the version to "1.1.0"). On the device, even after a restart and after re-installation it's still the old version. Same on simulator. In the browser on the desktop (Firefox for Windows

[b2g] Use simulator dashboard push App to Flatfish Device issue.

2013-11-07 Thread Orson
Hi All, Using Firefox Nightly v.28.0 the simulator dashboard. After pressing the Push button, but can not install the App to Flatfish Device. Console log: ~/firefox$ sudo ./firefox Debugger init(6000) Failed to connect to device: timeout In the developer menu, enable "Remote debugging". Testing

Re: [b2g] Workflow for landing gecko patches that require changes to gaia tests

2013-11-07 Thread Fabrice Desré
Hi Ed, On 11/07/2013 04:00 AM, Ed Morley wrote: > Hi all > > Last night bug 891882 landed, which broke the gaia ui tests for B2G > desktop on TBPL on b2g-inbound. This was backed out as a result, but > then relanded by the patch author, since they said the failures were > expected until they had

Re: [b2g] Trying to connect to a bluetooth device to read data (serial port profile). Webapi and documentation

2013-11-07 Thread Eric Chou
Hi kykjones, > > What I've done: > > Webapi bluetooth > > 1st...search for info...not much though... only pages like > "https://wiki.mozilla.org/WebAPI/WebBluetooth"..although it says at the > beginning that might be obsolete... and certainly it must be since the > methods that seem to be the o

Re: [b2g] Firefox OS on TV

2013-11-07 Thread Alexandre Lissy
Le 07/11/2013 02:50, Thomas Tsai a écrit : > 1. hardware keyboard and mouse: it's on going, and you can refer to > https://bugzilla.mozilla.org/show_bug.cgi?id=907081 > https://bugzilla.mozilla.org/show_bug.cgi?id=929365 I'm going to test this on HTC Desire Z too. > 2. The resolution depends o

Re: [b2g] Firefox OS on TV

2013-11-07 Thread Marcio Galli
You can also try some interaction with the APC.io project — they might have some insight. m On Wed, Nov 6, 2013 at 11:50 PM, Thomas Tsai wrote: > 1. hardware keyboard and mouse: it's on going, and you can refer to > https://bugzilla.mozilla.org/show_bug.cgi?id=907081 > https://bugzilla.mozilla

Re: [b2g] Use simulator dashboard push App to Flatfish Device issue.

2013-11-07 Thread J. Ryan Stinnett
Since you are using 1.2, I would recommend you try the App Manager[1], instead of the older Simulator dashboard. The Simulator dashboard is not expected to work with Firefox OS past version 1.1, and is being replaced by the App Manager. [1]: https://developer.mozilla.org/en-US/docs/Mozilla/Firefo

Re: [b2g] Major problems with bleeding edge B2G on Hamachi

2013-11-07 Thread Andreas Gal
Anything 1.2 and up should have the new drivers since ICS chocolate support was dropped. Andreas On Nov 7, 2013, at 2:37 PM, Ben Kelly wrote: > On 11/07/2013 05:26 AM, Andreas Gal wrote: >> What is the base system that was flashed on this device before? Trunk >> needs recent drivers. The ICS

Re: [b2g] Major problems with bleeding edge B2G on Hamachi

2013-11-07 Thread Ben Kelly
On 11/07/2013 05:26 AM, Andreas Gal wrote: What is the base system that was flashed on this device before? Trunk needs recent drivers. The ICS chocolate drivers that hamachi shipped with are no longer supported and cause texture locking issues, making performance miserable. Are these latest dri

[b2g] Trying to connect to a bluetooth device to read data (serial port profile). Webapi and documentation

2013-11-07 Thread kykjones
Hi everybody After some very hard days trying to find documentationI have to surrender.. That's why I'm asking for help... Here is the the goal of our test: We need to read information from a device (a BT GPS, for this proof of concept). This gadget expose the serialized info through a ser

Re: [b2g] Why does the screen flicker?

2013-11-07 Thread Rudy Lu
Hi Felix, Please be informed that when the virtual keyboard appears, it will trigger resize event for your app window. And of course, will trigger resize as well when the keyboard disappears. As you will do re-focus the input in your onResize() function, it could make the keyboard reappear again

Re: [b2g] Why does the screen flicker?

2013-11-07 Thread Felix E. Klee
See also: There may be a connection to the flickering issue. In any case, when the virtual keyboard pops up, layout easily breaks. ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.moz

[b2g] Workflow for landing gecko patches that require changes to gaia tests

2013-11-07 Thread Ed Morley
Hi all Last night bug 891882 landed, which broke the gaia ui tests for B2G desktop on TBPL on b2g-inbound. This was backed out as a result, but then relanded by the patch author, since they said the failures were expected until they had landed the gaia counterpart. The gaia tests counterpart

Re: [b2g] Major problems with bleeding edge B2G on Hamachi

2013-11-07 Thread Andreas Gal
The OEM has a flash tool and recent builds. You should flash that onto the device and then you can apply your custom build over it. It's good practice to always keep up with the vendor releases. Andreas Sent from Mobile. On Nov 7, 2013, at 12:04, Kevin Simons wrote: Hi Andreas, That sounds ve

Re: [b2g] Major problems with bleeding edge B2G on Hamachi

2013-11-07 Thread Kevin Simons
Hi Andreas, That sounds very much like what I'm seeing. I just received a device with the stock 1.0.1 image that Telenor is using in Serbia, did a config for Hamachi, built and flashed. Would you happen to know where can I get a proper base system to resolve these issues? Regards, --Kevin On

Re: [b2g] Developing on the ZTE open

2013-11-07 Thread Gabriele Svelto
On 06/11/2013 17:53, Bob Thulfram wrote: I've been developing with the original ZTE Open and learning its quirks. But I'm still not sure it is safe to upgrade to FFOS 1.2 or 1.3 (I'm at 1.0). I've heard of people bricking their ZTE Open. Anyone had any good experiences upgrading the ZTE Open?

Re: [b2g] Major problems with bleeding edge B2G on Hamachi

2013-11-07 Thread Andreas Gal
What is the base system that was flashed on this device before? Trunk needs recent drivers. The ICS chocolate drivers that hamachi shipped with are no longer supported and cause texture locking issues, making performance miserable. Andreas Sent from Mobile. > On Nov 7, 2013, at 11:20, "ke...@com

[b2g] Major problems with bleeding edge B2G on Hamachi

2013-11-07 Thread kevin
First a bit of background: I've just recently begun looking into the Firefox OS project, so I've not seen its evolution over the previous months, am not that familiar with the differences between the versions, etc. Yesterday, I pulled the tip of master for B2G and built it for the Hamachi (Alca

Re: [b2g] Use simulator dashboard push App to Flatfish Device issue.

2013-11-07 Thread Guillermo López Leal
Hi! Have you tested with `adb forward tcp:6000 localfilesystem:/data/local/debugger-socket`? And then try again. Cheers, Guillermo El Thu Nov 7 07:56:59 2013, Orson escribió: > Hi Ryan, > > Gaia v1.2 > > commit cb981e2f47bc644b4d178d54378c3676c946facf > Date: Sat Nov 2 15:41:11 2013 +0100 >