Gaia is the user interface application for Firefox OS devices; it's simply a Web application running atop the Firefox OS software stack.
Questions tagged [gaia]
36 questions
1
vote
0 answers
Switching audio between speakers and headphones in Firefox OS
Is there an API/method I can use to play audio (specifically from the FM radio radio) through the phone's built-in speaker even when the headphones are plugged in? There doesn't seem to be any concise, advanced beginner/intermediate-friendly…

keekeejeejee
- 51
- 1
- 10
1
vote
2 answers
How to install and run gaia astronomical software from starlink-hikianalia
I am trying to install gaia, image software for astronomy. I am running Snow Leopard 10.6.8 and have xcode tools 3.2.6 with developer tools installed. I also believe I have the correct gfortran compiler necessary.
How do I install gaia now? What are…

mharris7190
- 1,334
- 3
- 20
- 36
1
vote
2 answers
No homescreen button in B2G emulator
I build the code for b2g and gaia via downloading the latest from mozilla repo.
Once the build is done.. when I launched there is not home button visible. Please help me regarding this...

dead programmer
- 4,223
- 9
- 46
- 77
1
vote
1 answer
Firefox os Gaia on osx 10.5.8 make error
I try to install Gaia using mozilla instructions
OSX : 10.5.8
Xcode : 3.1.4
Git : git-1.7.5.4-i386-leopard
$ cd ~/ffos/
$ git clone git://github.com/mozilla-b2g/gaia.git gaia
Cloning into gaia...
remote: Counting objects: 110061, done.
remote:…

r33s
- 11
- 2
1
vote
1 answer
Delay loading an external swf on website first load (GAIA)
I am using the Gaia Framework (AS3) to build my first flash website.
I have an animated background which i have placed on the index.fla, and my page content loads as external swf's on top of the index.fla.
My problem is that my intial animation…

Megan
- 11
- 3
0
votes
1 answer
How to set custom path to preload.swf in gaia framework?
How can I set custom path to prealod.swf in gaia framework? I need this because the index.html file generated by gaia and all the swfs are located in different directories. I have set full path to all the swf files but preload.swf because I can't…

King Julien
- 10,981
- 24
- 94
- 132
0
votes
1 answer
as3 extended classes doesn't understand updates
I think my flash has a curse.
I use Flash Professional CS5.5 with Gaia FrameWork in my project. movieclips in the project have extended classes and the problem is that when I give new functionality to my classes they doesn't work in an build…
0
votes
1 answer
How do I change an uploaded image file's URL in wordpress
We currently downloaded a Wordpress template from Themeforest called Gaia. It is a portfolio theme that allows you to upload portfolio items, and uses the featured posts section for the thumbnails on the main portfolio page. I have currently…

Seedorf
- 665
- 3
- 13
- 28
0
votes
1 answer
I cannot paste stuff onto the stage with Gaia Framework
I'm a total noob to Flash, and I'm learning it because I want to make a website design that looks like this.
That's coming from a separate external .fla file not inside my Gaia project.
I currently have a Gaia 3.2.6/FP10/AS3 project with Timeline…

desbest
- 4,746
- 11
- 51
- 84
0
votes
0 answers
Access environment variable defined on jules.yml through code
I have a flask application and the jules pipeline to be hosted into Gaia cloud using cloudfoundry.
Manisfest.yml
---
applications:
- name: my_app
path: ./
buildpacks:
-python_buildpack
command: python my_app/abc.py
env:
…

gd1
- 655
- 1
- 10
- 21
0
votes
1 answer
Liquid Area issue with Greensock & Gaia
I have a flash file that I'm trying to change backgrounds for each page. The background itself changes nicely but I'm having a problem getting the background to scale to the stage size. I'm using Greensock's Liquid Area to try and handle it and it…

dmschenk
- 379
- 1
- 5
- 19
0
votes
0 answers
SQL conflict with mysql(MariaDB) in Gaia Environment
I am a bit confused with my situation as i am new to Gaia environment.
The situation is,
I have 2 databases one is Oracle(External Database) and another is Mysql in Mariadb platform. The ultimate goal is to transfer the data from Oracle to MariaDB…

chandu15081990
- 51
- 3
- 8
0
votes
1 answer
Creating a service with cf cli with a space seperated plan name
I want to create a service using cf cli with a plan JANUS PROD
According to documentation (http://cli.cloudfoundry.org/en-US/cf/create-service.html) -
SERVICE = external-dependency-service
PLAN = JANUS PROD
My script is -
cf create-service…

ajc
- 1,685
- 14
- 34
0
votes
1 answer
Debugging-Editing JavaScript files of App's in Gaia-Firefox OS doesn't reflect in the simulator
I have Mozilla Firefox browser 35.0.1 with App Manager tool in the browser.
I installed Firefox OS Simulator 2.0 in the App manager.
There are 2 tabs here, in the tool -Apps and devices
Here in my problem, I choose the CLOCK app. I had some…

Deepthi Venkat
- 66
- 6
0
votes
1 answer
Img tags inside an Anchor in an Flash/AS3 HTMLtextfield with embedFonts = true, and a css file for styles behaves unexpected? Any solution?
when the embedFonts is removed, it works perfectly as expect. Otherwise when an image is clicked, it selects the whole text around it.
Alternatively can anyone suggest a method to style dynamic textfields instead of using html?

Fixtree
- 106
- 3
- 9