Re: [b2g] socket.io

2014-08-19 Thread Salvador de la Puente González
On 19/08/14 02:17, jbc wrote: Hello. I tested socket.iohttp://socket.io in firefoxOS 1.3 on GP Keon. Can you elaborate? Paste the code, explain what is not working... But. socket.iohttp://socket.io doesn't work. Thank you. Cheers! ___ dev-b2g mailing

Re: [b2g] Application scopes

2014-08-19 Thread Marco Chen
Hi, It will be mapped to the real package on the host side. The end goal is to get rid of app:// urls. We can't do that right away so we'll have a transition period where we support both app:// and !// packages. Since app:// will be got rid of, there will be no installed packaged apps in

[b2g] WebAPI for Device Information

2014-08-19 Thread Aaron Cajes (Mozilla PHL)
Hi there, Just wondering if there is an existing WebAPI to access the Device Info (Ex. Device Model Name, IMEI number, etc) in a Firefox OS based phone. It doesn't matter if the API is for Certified application, i just wondering if an API exists. Thanks! -- Best Regards, Aaron Cajes Mozilla

Re: [b2g] socket.io

2014-08-19 Thread jbc
http://socket.io/demos/chat/ 2014-08-19 8:53 GMT+02:00 Salvador de la Puente González salvador.delapuentegonza...@telefonica.com: On 19/08/14 02:17, jbc wrote: Hello. I tested socket.io in firefoxOS 1.3 on GP Keon. Can you elaborate? Paste the code, explain what is not working...

Re: [b2g] socket.io

2014-08-19 Thread jbc
Or more simple: server: app.js var http = require('http'); var fs = require('fs'); var server = http.createServer( function(req, res) { fs.readFile('./index.html', function(error, data) { res.writeHead(200, { 'Content-Type': 'text/html' }); res.end(data, 'utf-8'); });

Re: [b2g] socket.io

2014-08-19 Thread Axel Hecht
Just tested with my phone and master, and that worked. It did crash the phone, though. https://crash-stats.mozilla.com/report/index/1bc1a838-891f-4ebd-9039-874542140819 is the crash report. Axel On 8/19/14 12:25 PM, jbc wrote: http://socket.io/demos/chat/ 2014-08-19 8:53 GMT+02:00

Re: [b2g] socket.io

2014-08-19 Thread jbc
Hi Jose : ) do you refer to var socket = io.connect(); ? it isn't necessary if index.html is served by node.js 2014-08-19 15:33 GMT+02:00 jose llopis josellte...@yahoo.es: You have to include the socket.io.js client and point to your socket.io server *URL* -- *

Re: [b2g] socket.io

2014-08-19 Thread jose llopis
You need a script tag pointing to your socket.io client js and then connect your client Enviado desde Yahoo Mail con Android ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

[b2g] New Device, Alcatel OneTouch Fire E (6015X)

2014-08-19 Thread Daniel Wacker
Hi, I just got a brand-new OneTouch Fire E. It's running 1.3.0 and I want to upgrade to 1.4 or 2.0 but I'm afraid of bricking. lsusb shows 'Qualcomm' so I think there's a Snapdragon inside. Will the hamachi kernel config / precompiled hamachi images work? For now, only fastboot works. How can

[b2g] Zte Open C official build

2014-08-19 Thread gael . goinvic
Hello, While reading this bug report : https://bugzilla.mozilla.org/show_bug.cgi?id=1016867 I was wondering if an official mozilla build for zte open c is planned ? Maybe because of some proprietary drivers, mozilla can't do it ? Please notice that a cyanogen mod fork has been developped for

Re: [b2g] Zte Open C official build

2014-08-19 Thread Julien Wajsberg
Le 19/08/2014 14:40, gael.goin...@gmail.com a écrit : Hello, While reading this bug report : https://bugzilla.mozilla.org/show_bug.cgi?id=1016867 I was wondering if an official mozilla build for zte open c is planned ? Maybe because of some proprietary drivers, mozilla can't do it ?

Re: [b2g] Zte Open C official build

2014-08-19 Thread Gaël Goinvic
Even binaries cant be distributed by mozilla ? How do the build script work with samsung related proprietary libs ? For example when you are building for galaxy s2 ? Or maybe there aren't any proprietary libs in samsung galaxy s2 ? I'm asking because I cant get my camera to work with FFOS on

Re: [b2g] New Device, Alcatel OneTouch Fire E (6015X)

2014-08-19 Thread Fabrice Desré
Hi Daniel, On 08/19/2014 02:44 AM, Daniel Wacker wrote: Hi, I just got a brand-new OneTouch Fire E. It's running 1.3.0 and I want to upgrade to 1.4 or 2.0 but I'm afraid of bricking. lsusb shows 'Qualcomm' so I think there's a Snapdragon inside. Will the hamachi kernel config /

Re: [b2g] Zte Open C official build

2014-08-19 Thread Fabrice Desré
On 08/19/2014 10:41 AM, Gaël Goinvic wrote: Even binaries cant be distributed by mozilla ? How do the build script work with samsung related proprietary libs ? For example when you are building for galaxy s2 ? Or maybe there aren't any proprietary libs in samsung galaxy s2 ? The build

[b2g] Settings API OOP and Privileged App Permissions Landing

2014-08-19 Thread Kyle Machulis
Assuming https://tbpl.mozilla.org/?tree=B2g-Inboundrev=59eb7edaa6ed doesn't catch fire, we'll be landing bug 846200, bug 900551, and bug 1015518 into nightly today or tomorrow. These encompass the ability to access the settings API from privileged apps. Of course, we don't want privileged apps

Re: [b2g] WebAPI for Device Information

2014-08-19 Thread Ehsan Akhgari
On 2014-08-19, 4:50 AM, Aaron Cajes (Mozilla PHL) wrote: Hi there, Just wondering if there is an existing WebAPI to access the Device Info (Ex. Device Model Name, IMEI number, etc) in a Firefox OS based phone. It doesn't matter if the API is for Certified application, i just wondering if an

Re: [b2g] New Device, Alcatel OneTouch Fire E (6015X)

2014-08-19 Thread Daniel Wacker
Hi, thanks for the info! Hi, I just got a brand-new OneTouch Fire E. It's running 1.3.0 and I want to upgrade to 1.4 or 2.0 but I'm afraid of bricking. lsusb shows 'Qualcomm' so I think there's a Snapdragon inside. Will the hamachi kernel config / precompiled hamachi images work? No,

[b2g] [Follow up] B2G smoketests dashboard

2014-08-19 Thread Johan Lorenzo
Hi folks, Following up the drivers and the gaia meeting, here you can find the B2G smoketests dashboard: http://mozilla-b2g.github.io/b2g-dashboard Feel free to add any bug, feedback or enhancement there: https://github.com/mozilla-b2g/b2g-dashboard/issues Johan

Re: [b2g] [Follow up] B2G smoketests dashboard

2014-08-19 Thread Kevin Grandon
Thanks Johan! Very nice dashboard, and great presentation today. Best, Kevin - Original Message - From: Johan Lorenzo jlore...@mozilla.com To: dev-g...@lists.mozilla.org, dev-b2g@lists.mozilla.org Sent: Tuesday, August 19, 2014 5:11:13 PM Subject: [Follow up] B2G smoketests dashboard

[b2g] DXR Intern Presentation

2014-08-19 Thread Erik Rose
Marcell has been my intern on the DXR project these past months, and it's been a privilege to work with him. From JavaScript analysis to Elasticsearch to writing Haskell in Python, he's cut an impressive swath through the codebase, and you can expect to see a lot of his handiwork deployed in