Re: [b2g] NOW: FFOS on HTC Desire Z WAS Re: Firefox OS on TV

2013-11-12 Thread Alexandre Lissy
Le 12/11/2013 07:58, Chris Mills a écrit : [...] Have you successfully installed FFOS on a HTC Desire Z? I have one but did not think it would be suitable. I have it rooted already with Cyanogenmod 7.20. If you have any pointers, I’d appreciate them. thanks, Bernard Hey Bernard!

Re: [b2g] NOW: FFOS on HTC Desire Z WAS Re: Firefox OS on TV

2013-11-12 Thread Bernard Tyers
Alexandre Lissy ali...@mozilla.com devices are listed on I have no formal port of B2G for Desire Z, but I do have a hacked one using a CyanogenMod 9.1-based ROM (Audacity 1.5) in which I injected B2G with fosmaker. I have uptoate Gecko and Gaia running inside this one, however there are a

[b2g] [WebAPI] The Naming of PowerManager.screenEnabled Misleads the Gaia Developers

2013-11-12 Thread Marco Chen
Hi all, [1] shows the properties of power manager (WebAPI) and PowerManager.screenEnabled didn't have a suitable name and explanation. This property didn't only control enable/disable of the device screen but also the device's power state (on or mem). When gaia developer called this API for

Re: [b2g] [WebAPI] The Naming of PowerManager.screenEnabled Misleads the Gaia Developers

2013-11-12 Thread Thomas Zimmermann
Hi Marco On 12.11.2013 12:49, Marco Chen wrote: Hi all, [1] shows the properties of power manager (WebAPI) and PowerManager.screenEnabled didn't have a suitable name and explanation. This property didn't only control enable/disable of the device screen but also the device's power state

Re: [b2g] Updating ZTE Open to 1.1

2013-11-12 Thread maxrottenkolber
On Monday, November 11, 2013 7:49:29 PM UTC+1, Ernesto Acosta wrote: Please, it would be too much to ask that the developers put the images for the ZTE Open as well as have the Geekphones? Yes, PLEASE! :) ___ dev-b2g mailing list

Re: [b2g] Appcache manifest file seems to be cached itself (and some more problems)

2013-11-12 Thread Simon Pfundstein
Maybe this helps? http://www.era404.com/info/disabling-caching-with-htaccess/ Cheers Am 12.11.2013 11:07, schrieb Julien Wajsberg: Le 09/11/2013 18:13, Berni a écrit : Could it be the normal HTTP Cache ? see https://bugzilla.mozilla.org/show_bug.cgi?id=834285 I think thats the problem.

[b2g] Marionette Python client 0.6.2 released

2013-11-12 Thread Dave Hunt
We have just released marionette_client version 0.6.2 to PyPI. Here are the notable changes included in this release: Bug 918408 - Remove marionette.log file, enable stdout logging via pref for non-debug/non-b2g builds Bug 832366 - Remove venv_test.sh Bug 934555 - Report filenames for errors

Re: [b2g] [WebAPI] The Naming of PowerManager.screenEnabled Misleads the Gaia Developers

2013-11-12 Thread Ehsan Akhgari
Is this on ICS or JB? Reading this code, I think the JB code path ends up here http://dxr.mozilla.org/mozilla-central/source/widget/gonk/libdisplay/GonkDisplayJB.cpp#153 which seems like it's turning the screen on and off. However, the ICS version of this function

[b2g] Add compatibility does not work for me

2013-11-12 Thread Simon Pfundstein
Hi there, we have a free hosted application in the Firefox Marketplace, currently only for Firefox OS devices. In the new version we support also the three other target-platforms (Firefox, Firefox Mobile and Firefox Tablet). So I navigated to the Marketplace --Compatibility Payments --

Re: [b2g] Developing on the ZTE open

2013-11-12 Thread Philip Wright
On Saturday, 9 November 2013 15:42:58 UTC, Julien Wajsberg wrote: Le 08/11/2013 23:34, Philip Wright a écrit : I'm not an app user, I'm a rom developer, I own a second roamer2 device, the zte v790, it has 512mb ram, 1gb internal rom, same touchscreen same wifi as the zte open, oh and

Re: [b2g] ZTE Open 1.2 flash fails after attempting to set time

2013-11-12 Thread Philip Wright
On Sunday, 20 October 2013 21:43:47 UTC+1, Eduardo González wrote: Hello James. I have not got the kernel, boot.img i offered via external file locker was created exploding stock boot.img, changing few lines of startup scripts and default.prop file and repacking to new boot.img, then kernel

[b2g] 11/12/2013 Commercial RIL Buri 1.2 Smoketest Results - 43/46 tests passed, 1 untested, 1 existing blocker

2013-11-12 Thread Marcia Knous
43 out of 46 tests passed for the 2013-11-12 Buri v1.3.0 MOZ RILBuild. There is one existing issue that kept the smoketests from fully passing. Mozilla RIL Build Smoketest Results: Daily Smoke Test Logs:

Re: [b2g] [WebAPI] The Naming of PowerManager.screenEnabled Misleads the Gaia Developers

2013-11-12 Thread Marco Chen
Hi Ehsan, Actually GonkDisplayJB.cpp did the same thing as GonkDisplayICS.cpp and additionally request screen to off. http://dxr.mozilla.org/mozilla-central/source/widget/gonk/libdisplay/GonkDisplayJB.cpp#169 The link as above is the way GonkDisplayJB asked system to suspend. So both of JB and

Re: [b2g] [WebAPI] The Naming of PowerManager.screenEnabled Misleads the Gaia Developers

2013-11-12 Thread Marco Chen
Hi Thomas, There is already PowerManager.cpuSleepAllowed for keeping the CPU running. Yes, you are right. But does PowerManager.screenEnabled API told developers that you should request a wakelock first or system will go into sleep not just turn off the screen? It didn't make sense for this

[b2g] Help with navgiator.mozWifiManager.setHttpProxy

2013-11-12 Thread Paul Theriault
I was reviewing the mozWifiManager API [1] and I noticed the setHttpProxy method. I expected it to set a HTTP proxy on my wifi connection, but I can't seem to get it work, and its not documented on mdn yet [2]. I tried connecting to the system app in the app manager (debugger) and executing