Re: [b2g] Setting the update channel

2015-01-08 Thread Jason Weathersby
2g.js is not the file that I should edit (or something > > is overwriting it). > > It's probably that your user profile already has another value filled > in, or that app.update.url.override is defined, too. > > > > > Thanks! > > > > 2015-01-08 5:

Re: [b2g] Setting the update channel

2015-01-07 Thread Jason Weathersby
Did you try b2g.js update.url / update.channel. I believe this is in the gecko/b2g/app directory. On Wed, Jan 7, 2015 at 4:08 PM, A. Crespo wrote: > Hi, > > I am building my own B2G builds and the update channel is not working for > me, so I guess that I didn't setup it properly. I don't receive

Re: [b2g] Flame won’t boot anymore

2014-11-12 Thread Jason Weathersby
Does adb devices or fastboot devices show any listed? -- Jason Weathersby - Original Message - From: s...@gmx.ch To: dev-b2g@lists.mozilla.org Sent: Wednesday, November 12, 2014 1:53:35 PM Subject: [b2g] Flame won’t boot anymore Hi all I would be *really* pleased if someone could help

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.mozil

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

2014-09-30 Thread Jason Weathersby
t;: "/redirects/auth.html"} ] Where auth.html under my redirects can query for the the token. -- Jason Weathersby - Original Message - From: "AJ ONeal" To: mozilla-dev-...@lists.mozilla.org Sent: Tuesday, September 30, 2014 9:58:38 PM Subject: Re: [b

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

2014-09-26 Thread Jason Weathersby
You do not have to use Cygwin. Just rename flash.sh to flash.bat. In this particular case they are the same syntax. adb and fastboot do need to be in the path though. -- Jason Weathersby - Original Message - From: "Marek Raida" To: mozilla-dev-...@lists.mozilla.org Sent

Re: [b2g] App needs to open other app (dev help)

2014-09-03 Thread Jason Weathersby
Manifest says certified: https://github.com/mozilla-b2g/gaia/blob/master/apps/homescreen/manifest.webapp -- Jason Weathersby - Original Message - From: "Jan Jongboom" To: "Ben Francis" Cc: mozilla-dev-...@lists.mozilla.org Sent: Wednesday, September 3, 2014 12:

Re: [b2g] Porting an Application from Android to Firefox OS

2014-08-25 Thread Jason Weathersby
This app looks very interesting. Let us know when you submit the application. -- Jason Weathersby - Original Message - From: "Asa Dotzler" To: mozilla-dev-...@lists.mozilla.org Sent: Sunday, August 24, 2014 3:59:30 PM Subject: Re: [b2g] Porting an Application from Android

Re: [b2g] Flame phone documentation, running adb as root

2014-08-11 Thread Jason Weathersby
Chris I tried the windows install on July 31 and it all worked. I do not think the files have updated since then. -- Jason Weathersby - Original Message - From: "Chris Mills" To: "J. Ryan Stinnett" Cc: "Julien Wajsberg" , dev-b2g@lists.mozilla.

Re: [b2g] Recording the video output of Firefox OS

2014-06-03 Thread Jason Weathersby
I have used: http://droid-at-screen.ribomation.com/ Not exactly fast though. I usually just use screenflow with the simulator. - Original Message - From: "Karl Dubost" To: dev-b2g@lists.mozilla.org Sent: Tuesday, June 3, 2014 7:16:15 PM Subject: [b2g] Recording the video output of Fire

Re: [b2g] Responses not getting in Firefox OS app

2014-05-19 Thread Jason Weathersby
Robert Nyman made an example of this in the Firefox OS Boiler Plate app: https://github.com/robnyman/Firefox-OS-Boilerplate-App/blob/gh-pages/js/webapp.js#l453 For a system xhr you will also need the app to be privileged: https://developer.mozilla.org/en-US/Apps/Build/Manifest#type - Original

Re: [b2g] Advertising in Firefox OS Apps

2014-05-02 Thread Jason Weathersby
Bob, We have several packaged apps using inneractive. For example Find the Movie uses it. That said I believe there is an issue with privileged apps using it: https://github.com/mozilla/inneractive/issues/2 Jason - Original Message - From: "Bob Thulfram" To: dev-b2g@lists.mozilla.org

Re: [b2g] Problem portability firefox os

2014-02-13 Thread Jason Weathersby
I wonder if using localforage is an option https://hacks.mozilla.org/2014/02/localforage-offline-storage-improved/ - Original Message - From: "Alberto Marqués" To: dev-b2g@lists.mozilla.org Sent: Thursday, February 13, 2014 10:58:17 AM Subject: [b2g] Problem portability firefox os Hi,

Re: [b2g] Need simple help with audio

2013-12-10 Thread Jason Weathersby
I got this to work on my keon by putting it in its own script with code like: function processMyAudio() { console.log("audio loaded"); // Stop the audio temporarily myAudio.pause(); // Sets the position to play from.

Re: [b2g] FxOS how it detects the usb connection to PC?

2013-12-09 Thread Jason Weathersby
I answered a similar question on SO http://stackoverflow.com/questions/20464938/the-way-to-detect-usb-connection-via-pc May be a better way, but you may want to have a look. - Original Message - From: "Paul" To: dev-b2g@lists.mozilla.org Sent: Monday, December 9, 2013 4:29:49 PM Subject:

Re: [b2g] ZTE Open device issue.

2013-11-18 Thread Jason Weathersby
Manjunatha Are you using the OPEN_(REGCode)_DEV_FFOS_V1.0.0B02 zip file from ZTE? I had to remove the battery and make sure the sd card with the update was seated properly. Jason - Original Message - From: "Manjunatha M" To: "Daniel Roesler" , vkrred...@gmail.com Cc: dev-b2g@lists.mozi