On Friday, July 12, 2013 4:27:40 AM UTC+2, [email protected] wrote:
> I second that. We would also like to know the roadmap. Specifically we need 
> to know when Push Notifications and WebRTC will be on devices, as we are 
> developing a framework for FF OS and the apps that use both WebRTC and Push, 
> see http://github.com/urbien/urbini 
> 
> 
> 
> Also, remote debugger is quite flaky, can't make //# sourceURL work in 
> mozbrowser iframe. And debugger does not always stop on breakpoints, making 
> it very hard to debug. Would be cool to know when it will be improved (I 
> searched the web but found no answers).
> 
> 
> 
> Another need, a just-released Simulator 4.0 is based on b2g18-1.1, if I am 
> not mistaken. When will the Simulator for 1.2 be out? I know I can use the 
> v25 b2g nightly, but every day it has its own issues, and it does not work on 
> Windows. On Ubuntu today for example, I can't unlock the lock screen. So to 
> do steady development for FF OS we actually need Nightly, Aurora and Beta 
> streams for Simulator/B2g.
> 
> 
> 
> Sorry for the long list, but it is quite painful to develop FF Packaged Apps 
> compared to Chrome Packaged Apps at the moment. Do not get me wrong, we are 
> psyched about FF OS and we want to release apps on FF OS devices yesterday, 
> so any wasted time is just lost market opportunity for us.
> 
> 
> 
> On Thursday, July 11, 2013 8:11:12 AM UTC-4, Jan Jongboom wrote:
> 
> > On Friday, July 5, 2013 8:34:00 AM UTC+2, [email protected] wrote:
> 
> > 
> 
> > > Hi,
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > Is there any roadmap for future versions for Firefox OS? I've found 
> > > https://wiki.mozilla.org/B2G/Schedule_Roadmap but it's outdated (the last 
> > > date is July 2012).
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > Thanks,
> 
> > 
> 
> > > 
> 
> > 
> 
> > > Bartosz Piec
> 
> > 
> 
> > 
> 
> > 
> 
> > There is a partners roadmap that I see every now and then, but I don't 
> > think it's public. Are you looking for something specific?

* Push notifications have landed in the nightly builds and will be in 1.1 (see 
https://wiki.mozilla.org/WebAPI/SimplePush) but you have to set custom prefs 
because of https://bugzilla.mozilla.org/show_bug.cgi?id=855957

So add in gaia/build/custom-prefs.js:
user_pref("services.push.serverURL", "https://push.services.mozilla.com/";);
user_pref("services.push.enabled", true);

Flash a Nightly image to the phone or build B2G desktop from mozilla-central 
(see later) and make reset-gaia.
* WebRTC will be probably be in 1.2 because current version of gecko is v18 for 
v1 and v1.1 and no WebRTC there but it hasn't landed yet. See the WebRTC 
whiteboard in bugzilla
* About remote debugger: I don't know. Best to create bugzilla bug for this 
specifically.
* There are only nightly builds for B2G desktop at the moment unfortunately. 
You can have your own checkouts of B2G and mozilla-central so at least you're 
in control which version you're running (see 
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Using_the_B2G_desktop_client#Building_the_desktop_client)

The 'problem' is that we currently don't have a stable gaia version for 1.2 so 
it's either running gecko18 + gaia v1-train or run a completely unstable 
version.
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to