Re: [b2g] 3.0 Flame testing, the pretend-256M 319M memory threshold, and GC settings

2015-03-24 Thread Andrew Sutherland
On 03/24/2015 04:44 PM, Kyle Huey wrote: That likely means that we've regressed the amount of memory the system requires. Revisiting the thresholds might be appropriate if those regressions are in the base layer (in other words, if L uses more memory than the kitkat base) but if those

Re: [b2g] update on fixing updates?

2015-03-24 Thread Eric Tsai
Dave Huseby 於 2015年03月25日 02:59 寫道: Has anybody reached out to our partners and taken a survey of the ways they modify our code for their devices? If there are patterns (e.g. they all disable feature X) then maybe we should consider abstracting away that part and make it super easy for them to

Re: [b2g] Firefox OS work week

2015-03-24 Thread Jan Jongboom
Thanks, the doc is not accessible for me. Guess need @moz e-mail address. :-) ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] WebAPI accessible from a worker

2015-03-24 Thread Jan Jongboom
On Tuesday, March 24, 2015 at 12:16:47 AM UTC+1, Dave Huseby wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Why would you want to do this? On 03/23/2015 10:48 AM, Jan Jongboom wrote: Today was working on a new WebAPI that is only accessible from a worker, so for reference;

Re: [b2g] backup_restore_profile.py - how do I get this to work?

2015-03-24 Thread Naoki Hirata
https://github.com/Mozilla-TWQA/B2G-flash-tool If you go there, and scroll down you should see the help in it. At the same time, I think there's issues in regards to switching from version to version or if there's an update to the settings.json I'm not sure how to resolve those at this moment in

[b2g] backup_restore_profile.py - how do I get this to work?

2015-03-24 Thread Chris Mills
Hi all, I’ve just noticed that the backup/restore tool for Flame has changed to a python file. I need to update the Flame instructions on MDN, but how do I get this tool to work? python backup_restore_profile.py results in the following error: ImportError: No module named utilities.adb_helper

Re: [b2g] update on fixing updates?

2015-03-24 Thread kgupta
On Tuesday, March 24, 2015 at 3:00:16 PM UTC-4, Dave Huseby wrote: What I'm getting at, is maybe there is a third option with vendors where we negotiate a sunset clause situation. The partners provide us with a signed app that unlocks their phones before they ship. They lock their phone down

Re: [b2g] Problem with adb

2015-03-24 Thread J. Ryan Stinnett
On Tue, Mar 24, 2015 at 2:12 PM, kgu...@mozilla.com wrote: On Tuesday, March 24, 2015 at 2:55:53 PM UTC-4, Julien Wajsberg wrote: I have a big issue with adb: it can't see any of my phones. adb devices returns an empty list. It came all of a sudden: I updated nothing, it just appeared

[b2g] update on fixing updates?

2015-03-24 Thread Dave Huseby
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 We had an extensive conversation last April on fixing updates and a lot of bugs were filed and work was done. In light of v3, I'd like to re-open the discussion on this and see where we are. Last year the conversation seemed to be centered around:

Re: [b2g] Problem with adb

2015-03-24 Thread kgupta
On Tuesday, March 24, 2015 at 2:55:53 PM UTC-4, Julien Wajsberg wrote: I have a big issue with adb: it can't see any of my phones. adb devices returns an empty list. It came all of a sudden: I updated nothing, it just appeared today. This morning it worked, this afternoon it doesn't. The

Re: [b2g] backup_restore_profile.py - how do I get this to work?

2015-03-24 Thread Naoki Hirata
ah oops. 2.7.x should work. The script is not finding : https://github.com/Mozilla-TWQA/B2G-flash-tool/blob/master/utilities/adb_helper.py File a bug in the github, noting that and either I or someone in TW will try to fix that I think. Regards, Naoki On Mar 24, 2015, at 12:42 PM, Chris

Re: [b2g] Problem with adb

2015-03-24 Thread Julien Wajsberg
I'd like to add that Mass Storage works fine on the same phone when it's plugged in. Fastboot works too. Only adb fails. Le 24/03/2015 19:41, Julien Wajsberg a écrit : Hi, I have a big issue with adb: it can't see any of my phones. adb devices returns an empty list. It came all of a sudden:

[b2g] 3.0 Flame testing, the pretend-256M 319M memory threshold, and GC settings

2015-03-24 Thread Andrew Sutherland
Background: As I understand it, at some point we picked the value 319M for Flames to emulate the memory conditions for apps on the shipped devices with 256M but smaller screens (and thus smaller needs). Many points were made about various built-in heuristic band-aids that alter memory

Re: [b2g] backup_restore_profile.py - how do I get this to work?

2015-03-24 Thread Chris Mills
I already looked there, but couldn’t find help with the problem I’m getting. It looks like I’m missing a module - do I need a specific version of Python? I’m on 2.7.x Chris Mills Senior tech writer || Mozilla developer.mozilla.org || MDN cmi...@mozilla.com || @chrisdavidmills On 24 Mar

Re: [b2g] Problem with adb

2015-03-24 Thread Julien Wajsberg
Le 24/03/2015 20:12, kgu...@mozilla.com a écrit : On Tuesday, March 24, 2015 at 2:55:53 PM UTC-4, Julien Wajsberg wrote: I have a big issue with adb: it can't see any of my phones. adb devices returns an empty list. It came all of a sudden: I updated nothing, it just appeared today. This

Re: [b2g] 3.0 Flame testing, the pretend-256M 319M memory threshold, and GC settings

2015-03-24 Thread Kyle Huey
On Tue, Mar 24, 2015 at 12:31 PM, Andrew Sutherland asutherl...@asutherland.org wrote: Background: As I understand it, at some point we picked the value 319M for Flames to emulate the memory conditions for apps on the shipped devices with 256M but smaller screens (and thus smaller needs).

Re: [b2g] backup_restore_profile.py - how do I get this to work?

2015-03-24 Thread Chris Mills
Great - this was all the info I needed - thanks Naoki! I’ll file that bug too. Chris Mills Senior tech writer || Mozilla developer.mozilla.org || MDN cmi...@mozilla.com || @chrisdavidmills On 24 Mar 2015, at 19:50, Naoki Hirata nhir...@mozilla.com wrote: ah oops. 2.7.x should work.