Re: [b2g] Proposal: PasswordManager on FxOS

2013-12-10 Thread Frederik Braun
On 09.12.2013 16:59, Fabrice Desré wrote: On 12/09/2013 01:44 AM, Jan Jongboom wrote: I don't really know what I want. Just the stuff that we have in FF for Android? Are those extensions or user scripts? FF for Android has old style extensions. We'll never have them on b2g. But I'd like to

Re: [b2g] Need simple help with audio

2013-12-10 Thread Jason Weathersby
I got this to work on my keon by putting it in its own script with code like: function processMyAudio() { console.log(audio loaded); // Stop the audio temporarily myAudio.pause(); // Sets the position to play from.

Re: [b2g] Need simple help with audio

2013-12-10 Thread Bob Thulfram
On Monday, December 9, 2013 6:49:07 PM UTC-8, Bob Thulfram wrote: Or maybe audio isn't simple anymore. All I want to do is play an audio file. Here's my code: !DOCTYPE HTML html head meta charset=utf-8 title Audio Test /title

Re: [b2g] Need simple help with audio

2013-12-10 Thread Dominic Kuo
Hi Bob, I have two questions: 1. What am I doing wrong? Is the manifest wrong? Do I need to specify the music loaded in the manifest. The music is in the same folder level as index.com. Your code looks reasonable, but you better not to count on the canplay event to play the music, you can

[b2g] View finder goes blank on B2G 1.3

2013-12-10 Thread Manjunatha M
Hi, I have ported b2g on a qcom device. I have an issue with the camera. The Viewfinder goes blank when the camera app is launched. But when the capture button is pressed, it can take the picture. When I tap on the view finder, the preview will be shown for a second and goes back to the blank

Re: [b2g] Need simple help with audio

2013-12-10 Thread Bob Thulfram
On Monday, December 9, 2013 6:49:07 PM UTC-8, Bob Thulfram wrote: Or maybe audio isn't simple anymore. All I want to do is play an audio file. Here's my code: !DOCTYPE HTML html head meta charset=utf-8 title Audio Test /title

Re: [b2g] Need simple help with audio

2013-12-10 Thread Vivien Nicolas
On 10/12/2013 10:21, Bob Thulfram wrote: On Monday, December 9, 2013 6:49:07 PM UTC-8, Bob Thulfram wrote: Also, I thought that onXXX wasn't supported, but it seems to work. I prefer event handlers. onxxx (or inline JS) is not supported for privileged/certified application due to the CSP

Re: [b2g] Need simple help with audio

2013-12-10 Thread Bob Thulfram
On Monday, December 9, 2013 6:49:07 PM UTC-8, Bob Thulfram wrote: Or maybe audio isn't simple anymore. All I want to do is play an audio file. Here's my code: !DOCTYPE HTML html head meta charset=utf-8 title Audio Test /title

Re: [b2g] Need simple help with audio

2013-12-10 Thread Bob Thulfram
On Monday, December 9, 2013 6:49:07 PM UTC-8, Bob Thulfram wrote: Or maybe audio isn't simple anymore. All I want to do is play an audio file. Here's my code: !DOCTYPE HTML html head meta charset=utf-8 title Audio Test /title

Re: [b2g] Need simple help with audio

2013-12-10 Thread Dominic Kuo
Jason Weathersby gave me the first clue. His example uses canplaythrough, which doesn't fire until all the audio is loaded. The purpose of canplay is to indicate you can start playing but you need more buffering. Maybe canplay is not supported on the phone even though it works in the

Re: [b2g] Need simple help with audio

2013-12-10 Thread Bob Thulfram
On Monday, December 9, 2013 6:49:07 PM UTC-8, Bob Thulfram wrote: Or maybe audio isn't simple anymore. All I want to do is play an audio file. Here's my code: !DOCTYPE HTML html head meta charset=utf-8 title Audio Test /title

[b2g] Annoying Channel 221 notifications

2013-12-10 Thread Johannes Bauer
Hi list, I'm on branch 1.2 and getting really annoying notifications all the time with my Alcatel One Touch Fire (tried changing the language, but the messages remain German): Kanal 221 35xx (the xes are just digits which vary sometimes, Kanal means Channel) This might have to do

[b2g] Blacklisting certain cell providers (or cells)

2013-12-10 Thread Johannes Bauer
Hi list, I live at a country border. This leads to the unfortunate effect that my phone will sometimes log into the neighbor country's cells if that just happens to be stronger in that moment. Since it has happened to me quite a few times (leading to horrendous phone bills) and I didn't want to

Re: [b2g] Blacklisting certain cell providers (or cells)

2013-12-10 Thread Alexandre Lissy
Le 10/12/2013 13:08, Johannes Bauer a écrit : Hi list, I live at a country border. This leads to the unfortunate effect that my phone will sometimes log into the neighbor country's cells if that just happens to be stronger in that moment. Since it has happened to me quite a few times

[b2g] mozContacts prompt seems broken in 1.3

2013-12-10 Thread Adán Sánchez de Pedro Crespo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everyone, In 1.3.0.0-prerelease (commit 68650617 2013-12-10 04:50:03) on a Geeksphone Peak, navigator.mozContacts.getAll({}) doesn't show the permission prompt and fails to get the contacts (.onerror) when called from a privileged app. If you

Re: [b2g] mozContacts prompt seems broken in 1.3

2013-12-10 Thread Alexandre Lissy
Le 10/12/2013 13:29, Adán Sánchez de Pedro Crespo a écrit : Hi everyone, In 1.3.0.0-prerelease (commit 68650617 2013-12-10 04:50:03) on a Geeksphone Peak, navigator.mozContacts.getAll({}) doesn't show the permission prompt and fails to get the contacts (.onerror) when called from a

Re: [b2g] Blacklisting certain cell providers (or cells)

2013-12-10 Thread Johannes Bauer
On 10.12.2013 13:20, Alexandre Lissy wrote: Since it has happened to me quite a few times (leading to horrendous phone bills) and I didn't want to always have to pay attention to it, I had roaming blocked in my cell phone contract. However, the foreign cells will still accept my phone (but I

Re: [b2g] Annoying Channel 221 notifications

2013-12-10 Thread Johannes Bauer
Hey Zac, On 10.12.2013 13:17, Zac Campbell wrote: Hey Johannes, I get this too with an O2 SIM I have. I believe it is to do with Cell broadcast messages setting which you can find in Messaging Settings (Settings app) being enabled by default. I get Channel 220 and the message 020 in mine

Re: [b2g] Blacklisting certain cell providers (or cells)

2013-12-10 Thread Alexandre Lissy
Le 10/12/2013 14:50, Johannes Bauer a écrit : On 10.12.2013 13:20, Alexandre Lissy wrote: Since it has happened to me quite a few times (leading to horrendous phone bills) and I didn't want to always have to pay attention to it, I had roaming blocked in my cell phone contract. However, the

Re: [b2g] mozContacts prompt seems broken in 1.3

2013-12-10 Thread Ben Kelly
On 12/10/2013 07:29 AM, Adán Sánchez de Pedro Crespo wrote: In 1.3.0.0-prerelease (commit 68650617 2013-12-10 04:50:03) on a Geeksphone Peak, navigator.mozContacts.getAll({}) doesn't show the permission prompt and fails to get the contacts (.onerror) when called from a privileged app. If you

Re: [b2g] 12/09/2013 Buri Master/M-C Mozilla RIL Smoke Test Results - 47/48 tests passed, no new blockers

2013-12-10 Thread Marcia Knous
Hi Kevin - it was, but the functionality was still broken in the build we tested yesterday - therefore we still report it in the smoketest. The backout should have resolved it, and we will check today's build to make sure. marcia Kevin Hu mailto:k...@mozilla.com December 9, 2013 at 8:09 PM

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

2013-12-10 Thread gruenhaeuser
Am Sonntag, 8. Dezember 2013 00:05:54 UTC+1 schrieb Philip Wright: On Saturday, 7 December 2013 22:46:13 UTC, tas_pats wrote: Something change? I need the image for UK ebay ZTE open phone. My phone on 'Android system recovery 3e' only now. So, wait for last resort. I have

[b2g] Bookmarks and history

2013-12-10 Thread Shweta
Hello, I wanted to know if there is any way to access bookmarks and history from the firefox mobile sdk like the places api for the desktop version. Another question, when I try to cfx run with my firefox mobile, the firefox crashes and doesn't work. And I tried with something simple, like

Re: [b2g] Annoying Channel 221 notifications

2013-12-10 Thread Andreas Gal
Wilfred, is there a cell broadcast requirement in the UK? If not, we should probably based on the SIM MCC only enable this by default where its required by regulation. Could you check this. Thanks, Andreas On Dec 10, 2013, at 5:57 AM, Zac Campbell zcampb...@mozilla.com wrote: A cure for

Re: [b2g] 12/09/2013 Buri Master/M-C Mozilla RIL Smoke Test Results - 47/48 tests passed, no new blockers

2013-12-10 Thread Kevin Hu
Thank you, Marcia. If it can be reproduced again with new builds, feel free to reopen the bug. Thank you. :-) Best regards, Kevin Hu Marcia Knous mar...@mozilla.org wrote: Hi Kevin - it was, but the functionality was still broken in the build we tested yesterday - therefore we still report

Re: [b2g] Annoying Channel 221 notifications

2013-12-10 Thread Wilfred Mathanaraj
No requirement in the UK for CBS. It would definitely make sense to use MCC and enable for required countries. Wilfred On 10/12/2013 17:03, Andreas Gal wrote: Wilfred, is there a cell broadcast requirement in the UK? If not, we should probably based on the SIM MCC only enable this by default

[b2g] Disable Windows builds and nightly builds on b2g18 and b2g18-v1.0.0-hd

2013-12-10 Thread Armen Zambrano G.
As I was looking into the patches I noticed that if we remove the Windows tests I would not be able to find a good reason to trigger the win32opt debug builds as they would be triggering nothing. I will be disabling the win32 builds as well. Please comment in the bug in case you have any

Re: [b2g] 12/10/2013 Hamachi Gaia-ui Automation v1.3.0 Mozilla RIL Build - 121/123 tests

2013-12-10 Thread Jason Smith
Note - The following disabled tests should be checked tomorrow to see if they can be turned or not (as certain blocking dependencies have been resolved in relation to these tests): * test_cost_control_reset_wifi.py * test_add_photo_from_gallery_to_contact Sincerely, Jason Smith Senior QA

[b2g] 12/10/2013 Buri 1.3 Mozilla RIL Smoke Test Results - 48/48 tests passed, no new blockers

2013-12-10 Thread Marcia Knous
48 out of 48 tests passed for the 2013-12-10 Buri v1.3.0 MOZ RIL Build. There are no major issues preventing the smoketest from passing. MOZ RIL Build Smoketest Results: Daily Smoke Test Logs:

[b2g] 12/10/2013 Buri Master/M-C Mozilla RIL Smoke Test Results - 48/48 tests passed, no new blockers

2013-12-10 Thread Marcia Knous
48 out of 48 tests passed for the 2013-12-10 Buri Master M-C Mozilla RIL Build. There are no major issues preventing the smoketest from passing. Mozilla RIL Build Smoketest Results: Daily Smoke Test Logs:

[b2g] 12/10/2013 COM RIL Buri 1.2 Smoketest Results - 48/48 tests passed, no new blockers

2013-12-10 Thread Marcia Knous
48 out of 48 tests passed for the 2013-12-10 Buri v1.2.0 COM RIL Build. There are no major issues preventing the smoketest from passing. COM RIL Build Smoketest Results: Daily Smoke Test Logs:

Re: [b2g] FxOS how it detects the usb connection to PC?

2013-12-10 Thread Marco Chen
Hi Paul, As I know that we didn't have Web API for this purpose now but just had some similar but not accurate ones. Ex: 1. USB Mass Storage. (Need to get result by enabling it) 2. Battery Charging. (Not sure that charging is came from PC or Wall Charger)

Re: [b2g] FxOS how it detects the usb connection to PC?

2013-12-10 Thread Paul
Thanks Marco. Then this is much clear now. ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

[b2g] Porting B2G to Samsung Galaxy Note II (GT-N7100)

2013-12-10 Thread Julio Moreira
Hello guys, i'm about to try porting B2G to Note II and I have a couple of questions that I couldn't realise by myself so if someone could help me I would be thankful. So, I take a look at the i9300 (http://forum.xda-developers.com/showthread.php?t=2422687) manifest that is based on ICS

Re: [b2g] Proposal: PasswordManager on FxOS

2013-12-10 Thread Paul Theriault
On Dec 10, 2013, at 6:58 PM, Frederik Braun wrote: On 09.12.2013 16:59, Fabrice Desré wrote: On 12/09/2013 01:44 AM, Jan Jongboom wrote: I don't really know what I want. Just the stuff that we have in FF for Android? Are those extensions or user scripts? FF for Android has old style