[b2g] find build information

2014-01-14 Thread Abhiram Chintangal
Hello,

Recently, I built v1.2 for the open. I tried pushing it to the device
the display never came on. I can see the device on adb, hear keytones
and get feedback from the home button so I guess it might be just the
display that is off.

I want to open a ticket for issue, assuming there isn't one already.
So my question is what information from the build should i post? I
haven't updated my b2g repo so the last commit-hash and hardware
details should do?

thanks for your time!


-- 
Abhiram Chintangal
Graduate Student
Florida State University
Computer Science Department
(850) 980-4954
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


[b2g] Firefox OS Release Triage

2014-01-14 Thread Dietrich Ayala
The following meeting has been modified:

Subject: Firefox OS Release Triage 
Organizer: dietr...@mozilla.com 
Sent By: "Jean Gong"  

Time: 8:30:00 AM - 9:30:00 AM GMT -08:00 US/Canada Pacific [MODIFIED]
 Recurrence : Every 1 week(s) on  No end date Effective Oct 30, 2013

Invitees: blas...@mozilla.com; ahu...@mozilla.com; a...@mozilla.com; 
aric...@mozilla.com; bm...@mozilla.com; bren...@mozilla.com; 
ffos-...@mozilla.com; gabriele.sve...@gmail.com; gmea...@mozilla.com; 
g...@mozilla.com; it...@mozilla.com ... 


*~*~*~*~*~*~*~*~*~*

Triage of bugs relating to current releases. 

This triage schedule begins on the week of October 28, 2013. 

Please see https://wiki.mozilla.org/B2G/Triage for: 

* Search queries 
* What blocks 
* What doesn't block 

Required for quorum are representatives from: 

* Release Management 
* UX 
* Engineering Management 
* QA 
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Proposal: Cracking down on arbitrary Javascript exceptions

2014-01-14 Thread Hubert Figuière
On 14/01/14 11:11 PM, Andrew Halberstadt wrote:
> Many of you may have noticed that when using b2g desktop or the
> emulator, the logcat is riddled with Javascript exceptions from various
> apps and parts of the platform. For example, search [1] for "JavaScript
> error". While many of these errors may generally be harmless, it is not
> possible to tell for sure. They also make it much harder to determine
> points of failure.


Also we have CSS errors. Shall we deal with these too?

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


Re: [b2g] Proposal: Cracking down on arbitrary Javascript exceptions

2014-01-14 Thread Zac Campbell
I think yes, yes and yes! Although for 2) I think we can break it down 
into a priority of startup where modules are initialised, these seem to 
point to configuration issues/regressions like the ril ones that Kevin 
has addressed lately.


The only preference I have is that I would like them to be caught and 
reported independently of functional tests.


If we try to catch them incidentally during functional tests it won't be 
reliable and repeatable due to timing variations and its a risk of the 
exception failure being misinterpreted as a functional/test failure. 
Functional tests seem like a good place to piggyback on because they 
cover a lot of UI journeys but this kind of misinterpretation is real, 
we suffer it already on gaia-ui-tests.


Unless you can be 100% sure of the relationship between the function and 
the error message.


Zac



On 15/01/14 04:11, Andrew Halberstadt wrote:
Many of you may have noticed that when using b2g desktop or the 
emulator, the logcat is riddled with Javascript exceptions from 
various apps and parts of the platform. For example, search [1] for 
"JavaScript error". While many of these errors may generally be 
harmless, it is not possible to tell for sure. They also make it much 
harder to determine points of failure.


In bug 959493 [2] we are discussing flagging these types of errors as 
failures in TBPL. This proposal would mean that any checkin (in either 
gaia or gecko) causing such an exception would be backed out. There 
are a few questions I'd like to ask you:


1) Is this a good idea?
2) Should we only look at startup failures or for example all failures 
throughout an entire mochitest run?
3) If a test run modifies the profile, does that disqualify it from 
having the check turned on?


Thanks for your input,
Andrew


[1] 
https://tbpl.mozilla.org/php/getParsedLog.php?id=32961324&tree=Cypress&full=1

[2] https://bugzilla.mozilla.org/show_bug.cgi?id=959493
___
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] Proposal: Cracking down on arbitrary Javascript exceptions

2014-01-14 Thread Andrew Halberstadt

On 15/01/14 12:14 PM, Fabrice Desré wrote:

I can't see any reason to disqualification, but maybe I'm missing
something. Why are you asking that question?


For example, mochitest replaces the homescreen app using the 
homescreenURL pref. This might break certain assumptions and cause 
errors. Personally I think if we support a pref, our code should be 
error free regardless of what it is set to, but specialized profiles 
would make it very hard for devs to test locally (without using try) so 
I can see why we might not want to do this.


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


Re: [b2g] Proposal: Cracking down on arbitrary Javascript exceptions

2014-01-14 Thread Fabrice Desré
On 01/14/2014 08:11 PM, Andrew Halberstadt wrote:

> 1) Is this a good idea?

yes.

> 2) Should we only look at startup failures or for example all failures
> throughout an entire mochitest run?

all of them!

> 3) If a test run modifies the profile, does that disqualify it from
> having the check turned on?

I can't see any reason to disqualification, but maybe I'm missing
something. Why are you asking that question?

Fabrice
-- 
Fabrice Desré
b2g team
Mozilla Corporation
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Device Storage API unable to access "apps"

2014-01-14 Thread Fabrice Desré
On 01/14/2014 07:29 PM, Hugh Tay wrote:

> Could anyone advise me on how to remedy this problem? I would like to 
> generate a list of every app on the system (even those that came with the 
> OEM). 

If you only need to generate the app list, use the webapps-manage
permission and the navigator.mozApps.mgmt.getAll() api. This will return
all the apps, while device storage will not let you see the preinstalled
one in the /system partition.

Fabrice
-- 
Fabrice Desré
b2g team
Mozilla Corporation
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


[b2g] Proposal: Cracking down on arbitrary Javascript exceptions

2014-01-14 Thread Andrew Halberstadt
Many of you may have noticed that when using b2g desktop or the 
emulator, the logcat is riddled with Javascript exceptions from various 
apps and parts of the platform. For example, search [1] for "JavaScript 
error". While many of these errors may generally be harmless, it is not 
possible to tell for sure. They also make it much harder to determine 
points of failure.


In bug 959493 [2] we are discussing flagging these types of errors as 
failures in TBPL. This proposal would mean that any checkin (in either 
gaia or gecko) causing such an exception would be backed out. There are 
a few questions I'd like to ask you:


1) Is this a good idea?
2) Should we only look at startup failures or for example all failures 
throughout an entire mochitest run?
3) If a test run modifies the profile, does that disqualify it from 
having the check turned on?


Thanks for your input,
Andrew


[1] 
https://tbpl.mozilla.org/php/getParsedLog.php?id=32961324&tree=Cypress&full=1

[2] https://bugzilla.mozilla.org/show_bug.cgi?id=959493
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Device Storage API unable to access "apps"

2014-01-14 Thread Hugh Tay
P.S. ~ It doesn't work on the Emulator built from source as well. 
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


[b2g] Device Storage API unable to access "apps"

2014-01-14 Thread Hugh Tay
Hello there, 


Thanks for reading this. My app is Certified-level with this permission - 

# "device-storage:apps":   { "access": "readwrite" } 


However when I try to access the area 'used to store the user data needed by 
apps' I get this error message in the B2G Nightly build: 

# JavaScript error: app://voila/scripts/index.js, line 101: allapps is null 


This is my relevant code segment: 

--- 
var allapps  = navigator.getDeviceStorage("apps"); 
var request  = allapps.enumerate(); 

request.onsuccess = function() 
{
var file = this.result; 
alert("Get the file: " + file.name); 
}

request.onerror = function() 
{
alert("Unable to get the file: " + this.error); 
} 
---   


Could anyone advise me on how to remedy this problem? I would like to generate 
a list of every app on the system (even those that came with the OEM). 

Much appreciated! 


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


Re: [b2g] Orientation sensor not working.

2014-01-14 Thread Viral Wang
Hi,

the value we capture from acceleration sensor is the gravity of earth (9.8 
m/s^2 in normal)
if we get the 20 m/s^2, that means a volatile movement to us.
we can not detect the correct orientation in the unstable status.

So, yes, it's a geekphone problem.

Regards,
viral

- Original Message -
From: "A. Crespo" 
To: "Viral Wang" 
Cc: "Dev B2G List" 
Sent: Tuesday, January 14, 2014 5:43:26 PM
Subject: Re: [b2g] Orientation sensor not working.

Hi,

You are right, z is almost 20. But If it were using that, It would mean
that FxOS that when it is flipped to the right, X would come Z and would be
almost 20 too.

It should be detected as an orientation change, despite it's values.

Anyways, how to fix it? Is it a geeksphone problem?

Regards.


2014/1/14 Viral Wang 

> Hi,
>
> We still use acceleration sensor to calculate the orientation in 1.4
> I check the Keon phone and find the data from acceleration sensor seems
> not correct.
> One easy test is to put device on the desk, we expect the x,y are close to
> 0, and z is close to 9.8.
> However, z is almost 20 now.
> If the acceleration data didn't report correctly, we can not get the
> correct orientation.
>
> Regards,
> viral
>
> - Original Message -
> From: "A. Crespo" 
> To: "Viral Wang" 
> Cc: "Dev B2G List" 
> Sent: Monday, January 13, 2014 7:38:22 PM
> Subject: Re: [b2g] Orientation sensor not working.
>
> Hi,
>
> I'm using also 1.4, I think it worked with 1.2, but I don't use 1.2 since
> long time ago.
>
> When you say that you did use the accel sensor do you mean that you don't
> use it anymore?
>
> Regards.
>
>
> 2014/1/13 Viral Wang 
>
> > Hi,
> >
> > We did use the acceleration sensor for orientation detection.
> > I'm guessing you didn't change any setting in your device.
> >
> > I take one reference phone with 1.4, the orientation looks good to me.
> > Any version information we can have? like which gecko/gaia version your
> > orientation sensor ever works.
> > or which version it didn't work.
> >
> > Regards,
> > viral
> >
> > - Original Message -
> > From: "A. Crespo" 
> > To: "Viral Wang" 
> > Cc: "Dev B2G List" 
> > Sent: Monday, January 13, 2014 6:44:34 PM
> > Subject: Re: [b2g] Orientation sensor not working.
> >
> > Hi,
> >
> > The accelerationIncludingGravity property seems to work okay, but the
> > rotationRate doesn't.
> >
> > Does the orientation detection use the same sensor, the acceleration
> > sensor?
> >
> > If it works, I can't understand why I can't set my browser, camera,
> gallery
> > or video to landscape mode :(
> >
> > Thanks you!
> >
> >
> > 2014/1/13 Viral Wang 
> >
> > > Hi,
> > >
> > > Here's one quick method to verified your sensor is to check the sensor
> > > data in your device.
> > > Here's a website using standard API to read the data from orientation
> > > sensor.
> > >
> > >
> >
> http://www.html5rocks.com/en/tutorials/device/orientation/devicemotionsample.html
> > >
> > > Regards,
> > > viral
> > >
> > > - Original Message -
> > > From: "A. Crespo" 
> > > To: "Dev B2G List" 
> > > Sent: Saturday, January 11, 2014 9:47:03 PM
> > > Subject: [b2g] Orientation sensor not working.
> > >
> > > Hi,
> > >
> > > My screen orientation doesn't change even when I have disabled lock
> > > orientation. Have you ever seen anything like that? I am wondering if
> the
> > > orientation sensor is broken, is there any way to debug it? Could I
> test
> > it
> > > using any tool from the dogfood apps, perhaps?
> > >
> > > I'm using FxOS 1.4 in a GP Keon device.
> > >
> > > Regards.
> > > ___
> > > 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] Sooper Noob... Do JS APPs run everywhere?

2014-01-14 Thread clintonnash44
Hi,

  Intrepid boss challenges me to build a JavaScript: write once run everywhere 
platform. So, I came here.

  The question is: CAN A SINGLE JAVASCRIPT APP - run on System, MobileApp, and 
Web Desktop environments?

   In other words:

   Are they compatible to one?

   Can FireFoxOS accomplish System, and Mobile - from an RWD Web Front-End?

   What are the incompatibilities?

   All points of view appreciated.

Thanks much,

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


Re: [b2g] b2g, text/vnd.wap.wml and UX

2014-01-14 Thread Karl Dubost

Le 14 janv. 2014 à 19:34, Gervase Markham  a écrit :
>> Should I open a bug?
> 
> Yes :-)

Thanks Gerv.
Done. https://bugzilla.mozilla.org/show_bug.cgi?id=959873


-- 
Karl Dubost, Mozilla
http://www.la-grange.net/karl/moz

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


[b2g] Cross-functional B2G Meeting at 5PM PT today (1/14/14)

2014-01-14 Thread Bhavana Bajaj

We'll be holding our ~30min weekly cross-functional b2g meeting today. To 
participate, please join us in the B2G vidyo room and follow along with the 
notes at https://etherpad.mozilla.org/b2g-meeting-notes. See 
https://wiki.mozilla.org/B2G#Meetings for more info on joining the call.


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


Re: [b2g] simulator

2014-01-14 Thread Matthew Hazlett
On Monday, January 13, 2014 3:32:17 AM UTC-5, Julien Wajsberg wrote:
> Le 13/01/2014 04:22, Matthew Hazlett a écrit :
> 
> > I rewrote iot yet again in jQuery mobile to rule out hammer.js...
> 
> >
> 
> > Code is here:
> 
> > http://pastebin.com/ZmfYxDNY
> 
> >
> 
> > Anyway it works in the sim.  Kinda good and bad news, I never liked jQuery 
> > and the guys behind hammer.js swore it works with FFOS.(its on the 
> > compatibility chart with full support)
> 
> >
> 
> 
> 
> Hey,
> 
> 
> 
> Just to share with you that we know that the B2G Desktop edition (aka
> 
> Simulator) is not exactly like the device when it comes to touch events.
> 
> So I'm pretty sure hammer.js works in FFOS on the device, but maybe not
> 
> in B2G Desktop.
> 
> 
> 
> I know Alexandre Poirot is working hard these days to make B2G Desktop
> 
> works better in this area.
> 
> 
> 
> -- 
> 
> Julien

Thank you for that information but, Prateek did try it on his dev phone and it 
didn't work.
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] no mobile data on ZTE open with Firefox Os 1.3 nightly builds

2014-01-14 Thread Alexandre Lissy
I do not have this kind of issue with yesterday's master on Nexus S, Inari, 
Desire Z.

Daniel Roesler a écrit:
> I don't have a SIM card, so can't confirm. Does the master build have
> the same problem?> On Tue, Jan 14, 2014 at 11:21 AM, Xes Garcia 
>  wrote:>> Anybody else has this problem?
>> ___
>> 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] 01/14/2014 Buri Master/M-C Mozilla RIL Smoke Test Results - 42/48 tests passed, 1 new blocker

2014-01-14 Thread Naoki Hirata
42 out of 48 tests passed for the 2014-01-14 Buri Master M-C Mozilla RIL Build. 
There is one new issue and two existing blockers 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=0AjRc6aVFoOW9dGZLdVdiWGZLbVdORlFpUGt5XzZ3Znc&usp=drive_web#gid=0
Moztrap link: https://moztrap.mozilla.org/runtests/run/3160/env/347/

Tests Were Performed With:
Build ID: 20140114040616
Gecko: 34dddf6f7ec1
Gaia: 002cca258af8586859c6efb2dada2fcec36754a1
Base Image: V1.2_20131115
1 reboot
1 crash (bug https://bugzilla.mozilla.org/show_bug.cgi?id=952170)

New Bugs Breaking the Smoketests:
- Hamachi master can't connect to cell data  
https://bugzilla.mozilla.org/show_bug.cgi?id=959602

Existing Bugs Breaking the Smoketests:
- [FTE] Cannot pan the First time Experience page  
https://bugzilla.mozilla.org/show_bug.cgi?id=951375
- [B2G] Sign In to Persona screen keeps reloading when user attempts to enter 
in sign in credentials https://bugzilla.mozilla.org/show_bug.cgi?id=958230

New Issues Not Breaking the Smoketests:
- [B2G][Camera] Pinch to zoom in camera app switches orientation of screen  
https://bugzilla.mozilla.org/show_bug.cgi?id=959715 
- [B2G][Camera] Tapping take picture icon before Camera app fully loads causes 
icons to become unusable  https://bugzilla.mozilla.org/show_bug.cgi?id=959723
- [FTE] Scrolling though Your Privacy E.me page causes very bad text 
overlapping (with APZ enabled)  
https://bugzilla.mozilla.org/show_bug.cgi?id=959781


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


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

2014-01-14 Thread Naoki Hirata
46 out of 48 tests passed for the 2014-01-14 Buri v1.3.0 MOZ RIL Build. There 
are two existing issues 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=0AjRc6aVFoOW9dGZLdVdiWGZLbVdORlFpUGt5XzZ3Znc&usp=drive_web#gid=5
Moztrap link: https://moztrap.mozilla.org/runtests/run/3159/env/347/

Tests Were Performed With:
Build ID: 20140114004002
Gecko: 29c5b8def408
Gaia: 96c05def12ed7a9896b23f45398e361a97d2ce0e 
Base Image: V1.2-device
1 reboot
2 crashes:
- https://bugzilla.mozilla.org/show_bug.cgi?id=956325
- https://bugzilla.mozilla.org/show_bug.cgi?id=952170

New Bugs Breaking the Smoketests:
- None reported.

Existing Bugs Breaking the Smoketests:
- [FTE] Cannot pan the First time Experience page  
https://bugzilla.mozilla.org/show_bug.cgi?id=951375
- [B2G] Sign In to Persona screen keeps reloading when user attempts to enter 
in sign in credentials https://bugzilla.mozilla.org/show_bug.cgi?id=958230

New Issues Not Breaking the Smoketests:
- None reported.

- - - - - - - - - - - - - - - - - - - - - - - - -

Mozilla QA Team

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


Re: [b2g] no mobile data on ZTE open with Firefox Os 1.3 nightly builds

2014-01-14 Thread Daniel Roesler
I don't have a SIM card, so can't confirm. Does the master build have
the same problem?

On Tue, Jan 14, 2014 at 11:21 AM, Xes Garcia  wrote:
> Anybody else has this problem?
> ___
> 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] no mobile data on ZTE open with Firefox Os 1.3 nightly builds

2014-01-14 Thread Xes Garcia
Anybody else has this problem?
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Support for Android systrace

2014-01-14 Thread Benoit Girard
No, I filed https://bugzilla.mozilla.org/show_bug.cgi?id=959657 to get this
fixed.


On Mon, Jan 13, 2014 at 6:50 AM, Andreas Pehrson  wrote:

> When compiling (external) gecko for b2g, keon, with --enable-systrace I
> get:
>
> ../../dist/include/GeckoProfilerImpl.h:229:26: error: utils/Trace.h: No
> such file or directory
>
> The only Trace.h I found was mozilla-central/widget/gonk/libui/Trace.h,
> but it was not copied to the objdir.
>
> Is this something you have seen?
>
> *Andreas Pehrson *--- Software Engineer
>
> (+47) 959 60 374   |   pehr...@comoyo.com   |   www.comoyo.com
>
>
> On Fri, Jan 10, 2014 at 5:51 AM, Benoit Girard wrote:
>
>> Bug 952074 has landed, thanks to Vincent, which means we now have basic
>> support for systrace. This tool will be more familiar to some than the
>> Gecko Profiler. Systrace and the Gecko Profiler collect different data
>> through vastly different methods. I highly recommend using both tools for
>> difficult performance problems.
>>
>> Better documentation is coming up:
>>
>> https://wiki.mozilla.org/B2G/Profiling#Profiling_with_systrace
>>
>> -BenWa
>> ___
>> 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] 01/14/2014 Hamachi Gaia-ui Automation v1.4 Mozilla RIL Build 112/124 tests

2014-01-14 Thread florin.strugariu

Hi all,

Here is the automation report on Hamachi for today:

In today's build we can't start cell data from both manual and automation.
We logged: *Bug 959602* 
 -Hamachi master 
can't connect to cell data

Most of todays fails are because of this issue

Also there where some changes in the way Airplane Mode works. We should 
further investigate the area.


Cheers,
Bebe


   Summary:

124 tests ran in 10101 seconds.
112 passed, 0 skipped, 0 failed, 10 errors.
3 expected failures, 0 unexpected passes.

*Test failures:*

test_dialer_airplane_mode.TestDialerAirplaneMode - Changes in *Bug 
948847 * - [Gaia] 
add AirplaneModeHelper  broke the test
test_send_active_sync_email.TestSendActiveSyncEmail - *Bug 959611* 
 -investigate and 
fix test_send_active_sync_email.TestSendActiveSyncEmail


test_browser_cell_data.TestBrowserCellData - Fail to connect to cell 
data*Bug 959602* 
test_cost_control_data_alert_mobile.TestCostControlDataAlertMobile - 
Fail to connect to cell data*Bug 959602* 

test_ftu_skip_tour.TestFtu - Fail to connect to cell data*Bug 959602* 

test_sms_with_attachments.TestSmsWithAttachments - Fail to connect to 
cell data*Bug 959602* 
test_settings_cell_data.TestSettingsCellData - Fail to connect to cell 
data*Bug 959602* 
test_settings_airplane_mode.TestAirplaneMode - Fail to connect to cell 
data*Bug 959602* 
test_settings_power_save_mode.TestPowerSaveMode - Fail to connect to 
cell data*Bug 959602* *



Build under test:
*
Gaia 002cca258af8586859c6efb2dada2fcec36754a1
Gecko http://hg.mozilla.org/mozilla-central/rev/34dddf6f7ec1
BuildID   20140114040616
Version   29.0a1
ro.build.version.incremental=eng.archermind.20131114.105818
ro.build.date=Thu Nov 14 10:58:33 CST 2013


*Expected fails:*

test_change_keyboard_language_settings - Bug 956761 
 - Marionette 
interprets keyboard size incorrectly when multiple keyboards enabled 
(This bug only occurs on device where OOP enabled, hence keep enabled on 
desktop)
test_that_app_can_be_launched_from_cards_view - Bug 946130 
 -  Flick and other 
actions not working on System app
test_import_contacts_from_gmail - Bug 932804 
 - Tapping on 
select all button doesn't work on Gmail or Outlook frame, before 
importing contacts

*

Disabled tests:*

test_cards_view_kill_apps_with_two_apps - Bug 949897 
 
-test_cards_view_kill_apps_with_two_apps.py intermittently fails
test_dialer_add_contact - Bug 947317 
 - 
MarionetteException after a tap() closes a frame



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


Re: [b2g] FxOS Crypto Concept Draft

2014-01-14 Thread Christiane Ruetten
On 21/12/2013 00:50, Clint Talbert wrote:
> Hi Christiane,
> 
> One thing I'd love to see (and it may be too early yet) is to call
> out in the document what the performance characteristics will be with
> each element in place. For instance, with the Gonk Trust library in
> place do we expect no more than a 10% performance degradation during
> app load, or during boot, etc. Having those metrics called out can
> then turn into goals and acceptance criteria once we get a little
> closer to having this all done.

Most of the proposed infrastructure will have little to no impact on
performance as it's idle unless used. Turning on some form of disk
encryption, however, will have significant performance impact, but that
will come from the encryption alone.

I case you're mostly worried about the performance of crypto, I agree
that it would be great to have some numbers, but it's hard without an
actual encrypted FxOS instance. What we can do is measure cryptographic
throughput of a few of our target mobile SoCs, and use them to infer the
situation on FxOS from what we know about the performance impact on
Android devices, but those predictions might be unreliable due to the
architectural differences.

I was involved with partition encryption impact testing on Android about
1.5 years back, and the typical impact was in the 10 to 20 percent range
for both CPU and battery during normal operation. Some users would
notice the difference, but most wouldn't notice or wouldn't mind.

Those were rather beefy Android devices compared to a Keon, though, so
the impact on low-end FxOS hardware would probably be significantly more
than that.

Cheers,
Christiane

> 
> Thanks,
> 
> Clint
> 
> - Original Message - From: "Christiane Ruetten"
>  To: dev-b2g@lists.mozilla.org Sent: Friday, December
> 20, 2013 8:24:29 AM Subject: Re: [b2g] FxOS Crypto Concept Draft
> 
> On 19/12/2013 19:45, Stéphanie Ouillon wrote:
>> On 12/19/2013 06:43 PM, Daniel Roesler wrote:
>>> Access to the google doc is denied for me :(
>>> 
>>> Also, wouldn't WebCryptoAPI (http://www.w3.org/TR/WebCryptoAPI/) 
>>> accomplish the same thing when it fully integrated into Firefox
>>> in general (thus also Firefox OS)?
>> 
>> The WebCrypto API will be part of this framework (which you'll be
>> able to see on p3 once you get access to the doc).
> 
> That's right. Unfortunately WebCrypto doesn't approach any of the 
> conceptual problems like key management and hardware-based security,
> and the concept tries to address these.
> 


-- 

Christiane Ruetten
Mobile Malware Specialist
Firefox OS Security

c...@mozilla.com [:cr]



smime.p7s
Description: S/MIME Cryptographic Signature
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] b2g, text/vnd.wap.wml and UX

2014-01-14 Thread Gervase Markham
On 14/01/14 03:16, Karl Dubost wrote:
> When accessing Web sites, sometimes Firefox OS is identified as a
> basic feature phone and is being sent to the WAP site. (below an
> example of that)
> 
> On Firefox OS, * the user gets a blank page. That's not very helpful.
> There should be a better way to inform the user that there is an
> issue. 

If Firefox gets a content type it doesn't recognise, surely the default
behaviour should be to download it? Why don't we do that? Is it because
it's XML? If so, why doesn't the user at least see the XML document tree?

Perhaps the right solution is like what we do for RSS and Atom feeds - a
simple rendering (how hard could it be to have a stylesheet for WAP
which at least showed the text?) with a bar at the top which suggests
other ways of better viewing the content, and/or filing a bug, and/or
complaining to the site?

* the developer should receive a message in the console saying
> that the format text/vnd.wap.wml sent by the server is incompatible
> with Firefox on Firefox OS.

That too.

> Should I open a bug?

Yes :-)

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


Re: [b2g] Orientation sensor not working.

2014-01-14 Thread A. Crespo
Hi,

You are right, z is almost 20. But If it were using that, It would mean
that FxOS that when it is flipped to the right, X would come Z and would be
almost 20 too.

It should be detected as an orientation change, despite it's values.

Anyways, how to fix it? Is it a geeksphone problem?

Regards.


2014/1/14 Viral Wang 

> Hi,
>
> We still use acceleration sensor to calculate the orientation in 1.4
> I check the Keon phone and find the data from acceleration sensor seems
> not correct.
> One easy test is to put device on the desk, we expect the x,y are close to
> 0, and z is close to 9.8.
> However, z is almost 20 now.
> If the acceleration data didn't report correctly, we can not get the
> correct orientation.
>
> Regards,
> viral
>
> - Original Message -
> From: "A. Crespo" 
> To: "Viral Wang" 
> Cc: "Dev B2G List" 
> Sent: Monday, January 13, 2014 7:38:22 PM
> Subject: Re: [b2g] Orientation sensor not working.
>
> Hi,
>
> I'm using also 1.4, I think it worked with 1.2, but I don't use 1.2 since
> long time ago.
>
> When you say that you did use the accel sensor do you mean that you don't
> use it anymore?
>
> Regards.
>
>
> 2014/1/13 Viral Wang 
>
> > Hi,
> >
> > We did use the acceleration sensor for orientation detection.
> > I'm guessing you didn't change any setting in your device.
> >
> > I take one reference phone with 1.4, the orientation looks good to me.
> > Any version information we can have? like which gecko/gaia version your
> > orientation sensor ever works.
> > or which version it didn't work.
> >
> > Regards,
> > viral
> >
> > - Original Message -
> > From: "A. Crespo" 
> > To: "Viral Wang" 
> > Cc: "Dev B2G List" 
> > Sent: Monday, January 13, 2014 6:44:34 PM
> > Subject: Re: [b2g] Orientation sensor not working.
> >
> > Hi,
> >
> > The accelerationIncludingGravity property seems to work okay, but the
> > rotationRate doesn't.
> >
> > Does the orientation detection use the same sensor, the acceleration
> > sensor?
> >
> > If it works, I can't understand why I can't set my browser, camera,
> gallery
> > or video to landscape mode :(
> >
> > Thanks you!
> >
> >
> > 2014/1/13 Viral Wang 
> >
> > > Hi,
> > >
> > > Here's one quick method to verified your sensor is to check the sensor
> > > data in your device.
> > > Here's a website using standard API to read the data from orientation
> > > sensor.
> > >
> > >
> >
> http://www.html5rocks.com/en/tutorials/device/orientation/devicemotionsample.html
> > >
> > > Regards,
> > > viral
> > >
> > > - Original Message -
> > > From: "A. Crespo" 
> > > To: "Dev B2G List" 
> > > Sent: Saturday, January 11, 2014 9:47:03 PM
> > > Subject: [b2g] Orientation sensor not working.
> > >
> > > Hi,
> > >
> > > My screen orientation doesn't change even when I have disabled lock
> > > orientation. Have you ever seen anything like that? I am wondering if
> the
> > > orientation sensor is broken, is there any way to debug it? Could I
> test
> > it
> > > using any tool from the dogfood apps, perhaps?
> > >
> > > I'm using FxOS 1.4 in a GP Keon device.
> > >
> > > Regards.
> > > ___
> > > 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