Re: [b2g] bricked Flame

2014-09-30 Thread Alexandre Lissy
Le 30/09/2014 19:38, Dietrich Ayala a écrit : > Thanks Julien. No vibration ever happens. > > The only way I ever see any reaction on the device is a single blink of the > LED when I am holding voldown+sleep with battery removed and then plug into > USB. As far as I remember, this is a symptom

Re: [b2g] WebActivities - launching an app from Firefox OS browser

2014-09-30 Thread Jason Weathersby
You may also want to look at: https://github.com/mozilla-b2g/gaia/tree/master/dev_apps specifically contacts-ds-provider1 and contacts-ds-provider2 -- Jason Weathersby - Original Message - From: "Jason Weathersby" To: "AJ ONeal" Cc: mozilla-dev-...@lists.mozilla.org Sent: Tuesday, Sept

Re: [b2g] WebActivities - launching an app from Firefox OS browser

2014-09-30 Thread Jason Weathersby
I am not sure this is the best way but I found similar code somewhere but do not remember where :) I got this to work with Facebook using: pickLogin.onclick = function () { var ruri = "https://www.facebook.com/dialog/oauth?client_id={myid}&redirect_uri=https://www.facebook.com/con

Re: [b2g] WebActivities - launching an app from Firefox OS browser

2014-09-30 Thread AJ ONeal
I understand conceptually how to perform OAuth2 via an iFrame and I've done it before. What I can't figure out is how to redirect back to the app. Can someone give a working example or a link to a *simple* github repo? I imagine the flow to be something like this: w = window.open("/oauth-open.h

[b2g] Sheriffs have transitioned from TBPL to Treeherder

2014-09-30 Thread Ed Morley
Hi! (Replies to dev.tree-management please) The A-Team's Treeherder project [1] has completed its next milestone: The sheriff team [2] is now using it to monitor repository code health instead of TBPL [3]. A massive thanks to all of the developers [4] who have worked hard [5] to get us to t

Re: [b2g] modifying application.zip on device

2014-09-30 Thread Dave Hylands
Hey Freddy, There are 2 locations on a device that a webapp might exist. For user builds, all of the apps which ship with the device are stored in /system/b2g/webapps For eng builds, all of the apps which ship with the device are stored in /data/local/webapps Apps installed from marketplac

Re: [b2g] Validation timeout when submitting my app to the market place

2014-09-30 Thread Michael Henretty
Hi Lionel, It looks like you already have some people helping you with that bug. You might also try the dev-marketplace mailing list, or the #marketplace channel on irc. People in this mailing list (dev-b2g) are usually more concerned with Firefox OS handset issues, and tend to know less about

Re: [b2g] Matchstick for FFOS contributors?

2014-09-30 Thread Joe Cheng
Hi Jan, Matchstick is inviting app developers who will commit to building and porting apps for Firefox OS on Matchstick to apply for a free developer-preview device through the Matchsticks for Apps program. http://www.matchstick.tv/developers/register.html Or you may back the project on kicksta

Re: [b2g] bricked Flame

2014-09-30 Thread Dietrich Ayala
Thanks Julien. No vibration ever happens. The only way I ever see any reaction on the device is a single blink of the LED when I am holding voldown+sleep with battery removed and then plug into USB. ___ dev-b2g mailing list dev-b2g@lists.mozilla.org htt

[b2g] Matchstick for FFOS contributors?

2014-09-30 Thread Jan Jongboom
Hi, https://hacks.mozilla.org/2014/09/matchstick-brings-firefox-os-to-your-hdtv-be-the-first-to-get-a-developer-stick/ How are we supposed to get one of these as Firefox OS contributors? Jan ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://li

Re: [b2g] How to update to the new Flame base image, gecko developer edition

2014-09-30 Thread Julien Wajsberg
Le 30/09/2014 16:06, Kartikaya Gupta a écrit : > For those of you out there like me, using ./build.sh and ./flash.sh to > do local dev builds and full-flashing the device: note that this > doesn't update your base image, and so you might still be using the > old JellyBean-based base image. As dhyla

Re: [b2g] Please update your Flame to the new base image

2014-09-30 Thread Robert Kaiser
Tony Chung schrieb: Francis and Wesley from the TAMs team will communicate the wish list of what should be fixed in the next version of the flame base image. So far, these are the requests that i’m hearing: * include flash.bat for windows users * emergency rescure tool in MDN not work, eith

[b2g] Validation timeout when submitting my app to the market place

2014-09-30 Thread LASKE, Lionel (C2S)
Hi all, Since few days I'm trying to publish my packaged app on the Firefox OS Market place but I've got a "validation timeout" error. My package was huge (110Mb) but even with a drastic reduction to 25Mb, I've got the same issue. I've described the issue here [1] but I would like to know if som

[b2g] How to update to the new Flame base image, gecko developer edition (was: Please update your Flame to the new base image)

2014-09-30 Thread Kartikaya Gupta
For those of you out there like me, using ./build.sh and ./flash.sh to do local dev builds and full-flashing the device: note that this doesn't update your base image, and so you might still be using the old JellyBean-based base image. As dhylands and viralwang explained to me, in order to actu

[b2g] ERRORs on build.sh for 'rpi' target @mater branch via git

2014-09-30 Thread gene0mega
Hello everyone, I have tried many times on building one firefox for raspberry PI platform, but I am always failing. 0. git clone ...;config.sh rpi; #have a nap... build.sh; ERR1. /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64.../ when searching for -lstdc++ #and lgcc balabala mySolution1

[b2g] modifying application.zip on device

2014-09-30 Thread Frederik Braun
Hi, I was trying to poke the device in a more or less unexpected way: Pull an application.zip, make some modifications and push it back. Then reboot. The idea was for me to have a small script that keeps track of my personal modifications (i.e, removing or adding options from search/providers.jso