Re: [b2g] How do we use the browser to open web pages stored on the SD card?

2014-02-14 Thread Yuan Xulei(袁徐磊)

On 2014年02月06日 03:05, Fabrice Desré wrote:

On 02/05/2014 06:04 AM, Hugh Tay wrote:

I tried the following:

/sdcard/Folder/index.html
file:///sdcard/Folder/index.html
sdcard://Folder/index.html

... But none of them seems to work.

Any ideas?

You can't do that from the browser for now.

Fabrice

Do we have a plan to do such kind of things? If so, I'd like to work on it.
I'm looking forward to the feature of opening pdf, txt, and html from SD 
card.


Yuan
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Problem portability firefox os

2014-02-14 Thread josellte...@yahoo.es

i've made tests and i got a lot of errors there with sql.js

taffyDB or PouchDB maybe?

___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Gaia Try Server for TBPL

2014-02-14 Thread Chris Mills
Nice. It would be great to get some more of this stuff on MDN at some point, 
but for now, I’ve just added links to our Firefox OS TBPL page:

https://developer.mozilla.org/en-US/Firefox_OS/TBPL

Could someone have a quick read through this and let me know if it makes sense? 
It’s only short.

many thanks,

Chris Mills
   Senior tech writer || Mozilla
developer.mozilla.org || MDN
   cmi...@mozilla.com || @chrisdavidmills



On 14 Feb 2014, at 00:53, Jonathan Griffin jgrif...@mozilla.com wrote:

 We know that Gaia developers have long wanted the ability to use custom Gaia 
 builds in TBPL try jobs, mostly to help debug TBPL-specific failures in Gaia 
 tests.  This has been a challenge, given the tight coupling of much of the 
 related tooling with hg.
 
 We now have a partial solution to this; it does require using hg, but still 
 allows you to use your own Gaia forks in github for the try jobs.  The method 
 is described here: 
 https://wiki.mozilla.org/ReleaseEngineering/TryServer#Using_a_custom_Gaia
 
 If you've never pushed to try, you'll want to read the basic instructions 
 here: https://wiki.mozilla.org/ReleaseEngineering/TryServer#How_to_push_to_try
 
 Like all try jobs, this requires Level 1 commit access (see 
 http://www.mozilla.org/hacking/commit-access-policy/).  If you want to run 
 all tests on B2G Desktop builds with your custom Gaia fork, the correct 
 trychooser syntax is:  try: -b o -p 
 linux64_gecko,linux32_gecko,macosx64_gecko -u all -t none.
 
 Jonathan
 
 ___
 dev-b2g mailing list
 dev-b2g@lists.mozilla.org
 https://lists.mozilla.org/listinfo/dev-b2g

___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


[b2g] tcp sockets

2014-02-14 Thread josellte...@yahoo.es
how can i implement a connection with a java or python server through  a 
socket(no websocket)?

thanks in advance

Enviado desde Yahoo Mail con Android

___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] I get waiting for device and the 51-android.rules file is ok

2014-02-14 Thread Guillermo López Leal

El 14/02/14 15:19, Jose Vidal escribió:
 Hi,

 I used

 $ sudo service udev restart

 And I opened a new terminal, but I get the same.

 I'm editing the flash.sh file.
 When I use nounlock type, I mean: flash_fastboot nounlock $PROJECT , the 
 device sometimes is rebooting, otherwise is turned off.

 And, when I use unlock type, I mean: flash_fastboot unlock $PROJECT , the 
 device is turn off.
Why you are editing the file? I don't think it is necessary. Just
./flash.sh or ./flash.sh -f (for Hamachi), for example should be enough.

Unlock is used in Nexus' devices. But it is only needed the first time
you are going to flash custom images.

What is the device you are trying to flash?

Cheers,

Guillermo

 In both case, I see  waiting for device 



 I hope your help. 

 Thanks in advance. 

 Kind regards. 

 jvidalsm 
 ___
 dev-b2g mailing list
 dev-b2g@lists.mozilla.org
 https://lists.mozilla.org/listinfo/dev-b2g




signature.asc
Description: OpenPGP digital signature
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Gaia Try Server for TBPL

2014-02-14 Thread Kevin Grandon
Just saw that this was sent to dev-b2g when it is likely more relevant to 
dev-gaia.

Also - I thought we were merging these lists anyway?

Best,
Kevin

- Original Message -
From: Jonathan Griffin jgrif...@mozilla.com
To: dev-b2g dev-b2g@lists.mozilla.org
Sent: Thursday, February 13, 2014 4:53:09 PM
Subject: [b2g] Gaia Try Server for TBPL

We know that Gaia developers have long wanted the ability to use custom 
Gaia builds in TBPL try jobs, mostly to help debug TBPL-specific 
failures in Gaia tests.  This has been a challenge, given the tight 
coupling of much of the related tooling with hg.

We now have a partial solution to this; it does require using hg, but 
still allows you to use your own Gaia forks in github for the try jobs.  
The method is described here: 
https://wiki.mozilla.org/ReleaseEngineering/TryServer#Using_a_custom_Gaia

If you've never pushed to try, you'll want to read the basic 
instructions here: 
https://wiki.mozilla.org/ReleaseEngineering/TryServer#How_to_push_to_try

Like all try jobs, this requires Level 1 commit access (see 
http://www.mozilla.org/hacking/commit-access-policy/).  If you want to 
run all tests on B2G Desktop builds with your custom Gaia fork, the 
correct trychooser syntax is:  try: -b o -p 
linux64_gecko,linux32_gecko,macosx64_gecko -u all -t none.

Jonathan

___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] tcp sockets

2014-02-14 Thread Guillermo López Leal

El 14/02/14 16:58, josellte...@yahoo.es escribió:
 how can i implement a connection with a java or python server through  a 
 socket(no websocket)?
Hi,

you need a process on your side (in python or java) accepting requests
from devices.

Once you have set up that, you need to use the
https://developer.mozilla.org/en-US/docs/WebAPI/TCP_Socket API to
connect to that server. Check your app manifest because it needs a
permission and to be a privileged app.

Cheers,

Guillermo

 thanks in advance

 Enviado desde Yahoo Mail con Android

 ___
 dev-b2g mailing list
 dev-b2g@lists.mozilla.org
 https://lists.mozilla.org/listinfo/dev-b2g




signature.asc
Description: OpenPGP digital signature
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] I get waiting for device and the 51-android.rules file is ok

2014-02-14 Thread Jose Vidal
Hi,

Yes, I'm going to flash to custom image.

I'm trying to flash a freescale device.

Any idea why the flash.sh file is not working?

Regards.

jvidalsm
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Gaia Try Server for TBPL

2014-02-14 Thread Jonathan Griffin
Thanks Chris; I added a link to moz-git-tools, and updated the Types of 
tests list, which has changed since first written.


Jonathan

On 2/14/2014 6:07 AM, Chris Mills wrote:

Nice. It would be great to get some more of this stuff on MDN at some point, 
but for now, I’ve just added links to our Firefox OS TBPL page:

https://developer.mozilla.org/en-US/Firefox_OS/TBPL

Could someone have a quick read through this and let me know if it makes sense? 
It’s only short.

many thanks,

Chris Mills
Senior tech writer || Mozilla
developer.mozilla.org || MDN
cmi...@mozilla.com || @chrisdavidmills



On 14 Feb 2014, at 00:53, Jonathan Griffin jgrif...@mozilla.com wrote:


We know that Gaia developers have long wanted the ability to use custom Gaia 
builds in TBPL try jobs, mostly to help debug TBPL-specific failures in Gaia 
tests.  This has been a challenge, given the tight coupling of much of the 
related tooling with hg.

We now have a partial solution to this; it does require using hg, but still 
allows you to use your own Gaia forks in github for the try jobs.  The method 
is described here: 
https://wiki.mozilla.org/ReleaseEngineering/TryServer#Using_a_custom_Gaia

If you've never pushed to try, you'll want to read the basic instructions here: 
https://wiki.mozilla.org/ReleaseEngineering/TryServer#How_to_push_to_try

Like all try jobs, this requires Level 1 commit access (see 
http://www.mozilla.org/hacking/commit-access-policy/).  If you want to run all tests on 
B2G Desktop builds with your custom Gaia fork, the correct trychooser syntax is:  
try: -b o -p linux64_gecko,linux32_gecko,macosx64_gecko -u all -t none.

Jonathan

___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] I get waiting for device and the 51-android.rules file is ok

2014-02-14 Thread Jose Vidal
Hi Shawn,

It is exactly what I was thinking. Thanks for clearing my doubt.

The Freescale device provides a fastboot mode to flashing Android .

This is:

sudo `which fastboot` flash boot boot.img

Should I try using the above command to flash manually ?

Then, when I put fastboot devices, I get no any response from console.
Only I have response when I put adb devices



$ fastboot devices
$ adb devices
List of devices attached 
0123456789ABCDEFdevice



Thanks in advance.

Kind regards.

jvidalsm
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] I get waiting for device and the 51-android.rules file is ok

2014-02-14 Thread Jose Vidal
Hi,

This is my response when I put adb server command:



$ adb server
cannot bind 'tcp:5037'
ADB server didn't ACK
* could not start server *



Regards.

jvidalsm
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


[b2g] Odd Test Apps in my newly-flashed 1.2 ZTE Open and ailing Peak

2014-02-14 Thread Bob Thulfram
When I flashed my ZTE Open to 1.2 (as documented at
http://firefoxosgaming.blogspot.com/2014/02/zte-open-triumphant-game-programming.html),
there were a bunch of test apps that seem to have installed
themselves. Here's the list of things I don't remember from my 1.0 ZTE
Open:

PackStubTest
HostStubTest
Membuster
Share Receiver
Template
Test Agent
Test receiver#1
Test receiver#2
Test receiver (inline)
Mochitest
Twitter share
Device Storage
Geoloc
Membuster
IME Tests
Test Container
Test OTASP
Test Wap Push

I have two questions:

1. What are these? Are they documented anywhere?
2. Can I delete them? My application storage is 56.9MB used out of 150MB.

Any clues? Thanks!

PS: In some strange turn of events, the day after I get my ZTE Open,
my Geeksphone Peak doesn't seem to want to boot up at all. If I take
the battery out (a few times), and put the charger in, it boots up but
then dies again. Is this a sign that the battery is dead?
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] I get waiting for device and the 51-android.rules file is ok

2014-02-14 Thread Dave Hylands
If the phone shows up in adb devices, then it will definitely not show up in 
fastboot devices, and similary if it shows up in fastboot devices then it won't 
show up in db devices.

It can only be in one of the 2 modes.

If it shows up in adb devices, then you can generally do:

adb reboot bootloader

to get it into fastboot mode. Otherwise, you typically have to hold some 
combination of Vol-up Vol-down, home and/or power while booting in order to get 
it into fastboot mode (the exact sequence varies from phone to phone).

Dave Hylands

- Original Message -
 From: Jose Vidal jvida...@gmail.com
 To: dev-b2g@lists.mozilla.org
 Sent: Friday, February 14, 2014 11:01:21 AM
 Subject: Re: [b2g] I get  waiting for device  and the 51-android.rules  
 file is ok
 
 Hi,
 
 This is my response when I put adb server command:
 
 
 
 $ adb server
 cannot bind 'tcp:5037'
 ADB server didn't ACK
 * could not start server *
 
 
 
 Regards.
 
 jvidalsm
 ___
 dev-b2g mailing list
 dev-b2g@lists.mozilla.org
 https://lists.mozilla.org/listinfo/dev-b2g
 
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Unsupported device device_id, can't flash

2014-02-14 Thread Dave Hylands
Hi Jose,

I'd recommend that you put

set -x

at the top of the flash.sh script, re-run the script and see what the script is 
doing to detect unsupported device id.

Dave Hylands

- Original Message -
 From: Jose Vidal jvida...@gmail.com
 To: dev-b2g@lists.mozilla.org
 Sent: Thursday, February 13, 2014 11:39:15 PM
 Subject: [b2g] Unsupported device device_id, can't flash
 
 Hi everyone,
 
 I have the next image files:
 
 out/target/product/device_id/boot.img
 out/target/product/device_id/ramdisk.img
 out/target/product/device_id/ramdisk-recovery.img
 out/target/product/device_id/recovery.img
 out/target/product/device_id/system.img
 out/target/product/device_id/userdata.img
 
 Now, when I use flash, I get the next error message:
 
 -
 
 $ ./flash.sh
 
 Unsupported device device_id, can't flash
 
 -
 
 Someone could give me a help, please ?
 
 Thanks in advance.
 
 Regards.
 
 jvidalsm
 ___
 dev-b2g mailing list
 dev-b2g@lists.mozilla.org
 https://lists.mozilla.org/listinfo/dev-b2g
 
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Gaia Try Server for TBPL

2014-02-14 Thread Chris Mills
Brilliant - cheers!

Chris Mills
   Senior tech writer || Mozilla
developer.mozilla.org || MDN
   cmi...@mozilla.com || @chrisdavidmills



On 14 Feb 2014, at 17:25, Jonathan Griffin jgrif...@mozilla.com wrote:

 Thanks Chris; I added a link to moz-git-tools, and updated the Types of 
 tests list, which has changed since first written.
 
 Jonathan
 
 On 2/14/2014 6:07 AM, Chris Mills wrote:
 Nice. It would be great to get some more of this stuff on MDN at some point, 
 but for now, I’ve just added links to our Firefox OS TBPL page:
 
 https://developer.mozilla.org/en-US/Firefox_OS/TBPL
 
 Could someone have a quick read through this and let me know if it makes 
 sense? It’s only short.
 
 many thanks,
 
 Chris Mills
Senior tech writer || Mozilla
 developer.mozilla.org || MDN
cmi...@mozilla.com || @chrisdavidmills
 
 
 
 On 14 Feb 2014, at 00:53, Jonathan Griffin jgrif...@mozilla.com wrote:
 
 We know that Gaia developers have long wanted the ability to use custom 
 Gaia builds in TBPL try jobs, mostly to help debug TBPL-specific failures 
 in Gaia tests.  This has been a challenge, given the tight coupling of much 
 of the related tooling with hg.
 
 We now have a partial solution to this; it does require using hg, but still 
 allows you to use your own Gaia forks in github for the try jobs.  The 
 method is described here: 
 https://wiki.mozilla.org/ReleaseEngineering/TryServer#Using_a_custom_Gaia
 
 If you've never pushed to try, you'll want to read the basic instructions 
 here: 
 https://wiki.mozilla.org/ReleaseEngineering/TryServer#How_to_push_to_try
 
 Like all try jobs, this requires Level 1 commit access (see 
 http://www.mozilla.org/hacking/commit-access-policy/).  If you want to run 
 all tests on B2G Desktop builds with your custom Gaia fork, the correct 
 trychooser syntax is:  try: -b o -p 
 linux64_gecko,linux32_gecko,macosx64_gecko -u all -t none.
 
 Jonathan
 
 ___
 dev-b2g mailing list
 dev-b2g@lists.mozilla.org
 https://lists.mozilla.org/listinfo/dev-b2g
 

___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Odd Test Apps in my newly-flashed 1.2 ZTE Open and ailing Peak

2014-02-14 Thread Bob Thulfram
Thanks for the quick reply.

ZTE:  I deleted the engineering apps. I've figured out that you can
unfold the notification area by wiggling your finger back and forth at
the top (for build 1.2 the notifications don't just pull down).

Peak: Looks like charging does the trick. On the Peak, a red light
goes on when you're plugged in an charging. I'm now at 41% but it's
taking a long time. Maybe a slow charger?

Both: I'm figuring out that the screen real estate is different for
each phone and I'll be writing a post on how to write responsive phone
apps.

ZTE   320x460
Peak  360x640

window.innerWidth is your friend!

Anyone: is there a foolproof way to tell whether Fastboot is enabled on a phone?

http://firefoxosgaming.blogspot.com/

On Fri, Feb 14, 2014 at 12:05 PM, Dave Hylands dhyla...@mozilla.com wrote:
 Hi Bob,

 - Original Message -
 From: Bob Thulfram thulf...@gmail.com
 To: dev-b2g@lists.mozilla.org
 Sent: Friday, February 14, 2014 11:47:47 AM
 Subject: [b2g] Odd Test Apps in my newly-flashed 1.2 ZTE Open and ailing Peak

 When I flashed my ZTE Open to 1.2 (as documented at
 http://firefoxosgaming.blogspot.com/2014/02/zte-open-triumphant-game-programming.html),
 there were a bunch of test apps that seem to have installed
 themselves. Here's the list of things I don't remember from my 1.0 ZTE
 Open:

 PackStubTest
 HostStubTest
 Membuster
 Share Receiver
 Template
 Test Agent
 Test receiver#1
 Test receiver#2
 Test receiver (inline)
 Mochitest
 Twitter share
 Device Storage
 Geoloc
 Membuster
 IME Tests
 Test Container
 Test OTASP
 Test Wap Push

 I have two questions:

 1. What are these? Are they documented anywhere?

 These look like the test apps that we normally build as part of an 
 engineering build.
 When we create user builds we don't include these.

 2. Can I delete them? My application storage is 56.9MB used out of 150MB.

 Absolutely.

 Any clues? Thanks!

 PS: In some strange turn of events, the day after I get my ZTE Open,
 my Geeksphone Peak doesn't seem to want to boot up at all. If I take
 the battery out (a few times), and put the charger in, it boots up but
 then dies again. Is this a sign that the battery is dead?

 You may need to put it on the charger for a few hours and then try to boot it 
 up again. IIRC the phone shuts down if the battery is too low, and my Keon 
 doesn't give ny indication that its charging (no LEDs) but it is in fact 
 charging.

 Dave Hylands
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


[b2g] 02/14/2014 Buri v1.3 MOZ RIL Smoke Test Results - 47/48 tests passed, no new blockers

2014-02-14 Thread John Hammink
47 out of 48 tests passed for the 2014-02-14 Buri v1.3.0 MOZ RIL Build. There 
is one existing issue that kept the smoketests from fully passing. 

MOZ RIL Build Smoketest Results: 
Daily Smoke Test Logs: 
https://docs.google.com/a/qanalydocs.com/spreadsheet/ccc?key=0AjRc6aVFoOW9dGZLdVdiWGZLbVdORlFpUGt5XzZ3Zncusp=drive_web#gid=5
 
Moztrap link: https://moztrap.mozilla.org/runtests/run/3403/env/347/ 

Tests Were Performed With: 
Build ID: 20140214004001 
Gecko: e3766683210c 
Gaia: 22e065f75193f569a78a8ec827b08e1ed520e1b2 
Base Image: V1.2-device.cfg 
0 reboots 
0 crashes 

New Bugs Breaking the Smoketests: 
- None reported. 

Existing Bugs Breaking the Smoketests: 
- Time-zone and City change not visible in the FTU menu 
https://bugzilla.mozilla.org/show_bug.cgi?id=965912 

New Issues Not Breaking the Smoketests: 
- [B2G][Dialer] When screen times out while in a call, receiving another call 
will not light up device screen - 
https://bugzilla.mozilla.org/show_bug.cgi?id=972943 
- [B2G][Music] Entering and exiting card view while playing song causes album 
art to blink repeatedly https://bugzilla.mozilla.org/show_bug.cgi?id=972965 


Sincerely, 

Mozilla QA
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


[b2g] 02/14/2014 Buri Master/M-C Mozilla RIL Smoke Test Results - 44/48 tests passed, 1 new blocker

2014-02-14 Thread John Hammink
44 out of 48 tests passed for the 2014-02-14 Buri Master M-C Mozilla RIL Build. 
There is one new issue and three existing issues that kept the smoketests from 
fully passing. 

Mozilla RIL Build Smoketest Results: 
Daily Smoke Test Logs: 
https://docs.google.com/a/qanalydocs.com/spreadsheet/ccc?key=0AjRc6aVFoOW9dGZLdVdiWGZLbVdORlFpUGt5XzZ3Zncusp=drive_web#gid=0
 
Moztrap link: https://moztrap.mozilla.org/runtests/run/3404/env/347/ 

Tests Were Performed With: 
Build ID: 20140214040201 
Gecko: d275eebfae04 
Gaia: ade88673d00414c3177f7444543b2fa01324708e 
Base Image: V1.2-device.cfg 
0 reboots 
0 crashes 

New Bugs Breaking the Smoketests: 
- The player is not running a song after taping the play button in music app 
https://bugzilla.mozilla.org/show_bug.cgi?id=972789 

Existing Bugs Breaking the Smoketests: 
- Time-zone and City change not visible in the FTU menu 
https://bugzilla.mozilla.org/show_bug.cgi?id=965912 
- [B2G][Clock][Alarm] Clock alarm has vibration when alarm vibration is set to 
off https://bugzilla.mozilla.org/show_bug.cgi?id=971162 
- [B2G][Rocketbar][E.me] When searching for E.me apps via Rocketbar apps will 
be opened with the browser wrapper preventing from saving to the homescreen 
https://bugzilla.mozilla.org/show_bug.cgi?id=971268 
**Note: Possibly just a conflict with new Rockebar UX implementation, waiting 
for clarification. 

New Issues Not Breaking the Smoketests: 
- [B2G][Camera] Zooming in on an image from film strip, then tapping on another 
image's thumbnail displays broken UI - 
https://bugzilla.mozilla.org/show_bug.cgi?id=972895 


Sincerely, 

Mozilla QA Team 

___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


[b2g] More: 02/14/2014 Buri Master/M-C Mozilla RIL Smoke Test Results - 44/48 tests passed, 1 new blocker

2014-02-14 Thread John Hammink
one more blocker:

972789 - The player is not running a song after tapping the play button in 
music app; 
due to
972742 - [Music] Handle nfc api correctly for not breaking the player

This apparently hasn't landed in our latest build, although there is a fix on 
the way (I wanted to recheck).  We'll be watching this closely.

.john
- Original Message -
From: John Hammink jhamm...@mozilla.com
To: dev-gaia dev-g...@lists.mozilla.org
Cc: dev-b2g dev-b2g@lists.mozilla.org, release rele...@mozilla.com, 
b2g-release-drivers b2g-release-driv...@mozilla.org
Sent: Friday, February 14, 2014 5:21:31 PM
Subject: 02/14/2014 Buri Master/M-C Mozilla RIL Smoke Test Results - 44/48 
tests passed, 1 new blocker

44 out of 48 tests passed for the 2014-02-14 Buri Master M-C Mozilla RIL Build. 
There is one new issue and three existing issues that kept the smoketests from 
fully passing. 

Mozilla RIL Build Smoketest Results: 
Daily Smoke Test Logs: 
https://docs.google.com/a/qanalydocs.com/spreadsheet/ccc?key=0AjRc6aVFoOW9dGZLdVdiWGZLbVdORlFpUGt5XzZ3Zncusp=drive_web#gid=0
 
Moztrap link: https://moztrap.mozilla.org/runtests/run/3404/env/347/ 

Tests Were Performed With: 
Build ID: 20140214040201 
Gecko: d275eebfae04 
Gaia: ade88673d00414c3177f7444543b2fa01324708e 
Base Image: V1.2-device.cfg 
0 reboots 
0 crashes 

New Bugs Breaking the Smoketests: 
- The player is not running a song after taping the play button in music app 
https://bugzilla.mozilla.org/show_bug.cgi?id=972789 

Existing Bugs Breaking the Smoketests: 
- Time-zone and City change not visible in the FTU menu 
https://bugzilla.mozilla.org/show_bug.cgi?id=965912 
- [B2G][Clock][Alarm] Clock alarm has vibration when alarm vibration is set to 
off https://bugzilla.mozilla.org/show_bug.cgi?id=971162 
- [B2G][Rocketbar][E.me] When searching for E.me apps via Rocketbar apps will 
be opened with the browser wrapper preventing from saving to the homescreen 
https://bugzilla.mozilla.org/show_bug.cgi?id=971268 
**Note: Possibly just a conflict with new Rockebar UX implementation, waiting 
for clarification. 

New Issues Not Breaking the Smoketests: 
- [B2G][Camera] Zooming in on an image from film strip, then tapping on another 
image's thumbnail displays broken UI - 
https://bugzilla.mozilla.org/show_bug.cgi?id=972895 


Sincerely, 

Mozilla QA Team 

___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


[b2g] Firefox OS and Ads

2014-02-14 Thread hilty . programmer
Hi guys,

I'm trying to find a good ad network for Firefox OS.
The networks I tested are: 

1. Leadbolt
2. Inneractive
3. Google Adsense

But...

1. Leadbolt: In my tests the ads are not shown (Firefox OS 1.2 emulator / LG 
Fireweb with Firefox OS 1.1).
2. Inneractive: It takes a long time to approve your account. 
3. Google Adsense: They block you if they find out.

Do you have any suggestions/experiencies with ad network for Firefox OS to 
share?

Thanks for the help,
Cheers,
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g