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
8
votes
1 answer
Memory mapped equivalent for FirefoxOS
How would you emulate a memory mapped file in FirefoxOS, Tizen or any other mobile pure-JS solution?
The use case is for a mobile browser and you need lots of data which does not fit in the RAM or you don't want to waste RAM for it yet and prefer to…

Karussell
- 17,085
- 16
- 97
- 197
4
votes
3 answers
GAIA Framework, a blessing or a handicap?
As a new developer, is GAIA Framework something that I want to look into. Is this going to stifle my learning and keep me dependent upon such.
What are the limitations of this framework. Is there another framework out there that you can suggest…
user81596
3
votes
1 answer
Gaia AS3 Site suddenly breaks
I built a site several years ago using Gaia("Gaia Framework (AS3) v3.2.6") which has been updated infrequently and functioning well. Suddenly none of the "sub-navs" (galleries) are loading! The client (understandably) is upset and i am at a complete…

Ge53
- 83
- 8
2
votes
1 answer
Cosmos SDK account sequence mismatch
I am using the Cosmos SDK and run into an issue creating new transactions.
I get the following error when I try to create a transaction with the CLI:
account sequence mismatch, expected 3787, got 3786: incorrect account sequence
This is on the…

Tosch
- 475
- 5
- 12
2
votes
2 answers
Why I can't get tabs list to debug page from FirefoxOS browser on desktop?
I have ZTE Open with Firefox OS.
I have macosx laptop. (And also parallels with windows vista, 7, 8 etc. if it may help…)
I enable remote debuging and console in phone settings and remote debuging in Firefox Nightly on desktop.
Download…

SilentImp
- 1,865
- 1
- 18
- 28
1
vote
1 answer
does not align with grid in IE9
I have a popup form in asp that lists data in a table. In IE when the data exceeds a certain amount of rows you can scroll to look at the data, but if you wanted to update the date I have a DateTimePicker control. You click the button and a dropdown…

atrueresistance
- 1,358
- 5
- 26
- 48
1
vote
1 answer
as3 caching classes, ASO files
I have a problem with classes in my project, when I declare new functions or variables, or just trace something in them, it doesn't work, like it doesn't upload new functionality. I found out that I should delete aso files and I did that, from…

Levan Anderson
- 77
- 10
1
vote
0 answers
Error: error during handshake: error on replay: validator set is nil in genesis and still empty after InitChain Usage:
I'm trying to start a new node : https://github.com/cosmos/mainnet
It looks like I'm having some issue with gaiad start
after I Fetch the mainnet's genesis.json file into gaiad's config directory.
mkdir -p $HOME/.gaia/config
wget…

Tobi Aina
- 11
- 2
1
vote
0 answers
AS3 gaia and particle effects problem
EDIT: I changed the code. I implemented it in the last code block (third), being the first two originals.
I have a gaia website, in one of its pages there should be a background particle effect.
taken from…

Demonoid
- 11
- 2
1
vote
0 answers
Progress-bar with BlockStack Gaia Storage API
I am using React.js to create an app for BlockStack marketplace, which I have a file uploader that upload files to BlockStack Gaia Storage through putFile method. This method is a Promise is return when a file is uploaded to the server. So, can I…

Moiz Farooq
- 1,018
- 9
- 11
1
vote
0 answers
Unable to send keyevents for navigation keys on 3rd party applications
I am doing automation on Firefox OS (Gaia) on a feature phone using marionette in Python.
Problem
I am not able to simulate hardware keyevents for the navigation keys and other selection keys on some applications (see in code…

Prakhar Kulshreshtha
- 11
- 2
1
vote
1 answer
Python Pexpect and Check Point Gaia Expert Mode
I administer a few Check Point Firewalls at work that run on the Gaia operating system. Gaia is a hardened, purpose-built Linux OS using the 2.6 kernel.
I am a novice at Python and I need to write a script that will enter "expert mode" from the…

Erik Jacobsen
- 9
- 6
1
vote
0 answers
Can't make FirefoxOS run an app on firefox desktop
In instructions how to a FirefoxOS Email App in Firefox there is a step:
Start the b2g-desktop instance to serve the e-mail app on port 8080.
How can I do that exactly?
I tried:
Download b2g and run it: it behaves as an emulator (opens a separate…

Motiejus Jakštys
- 2,769
- 2
- 25
- 30
1
vote
2 answers
Unable to build gaia from git in windows. Getting "Makefile:671: recipe for target 'preferences' failed"
I am trying to build and deploy a gaia build from git repo in Windows. I am trying to deploy it in অ Flame.
I am trying to do it in a windows 7 with cygwin installed. After installing everything this is the error I am getting
This works just fine…

Rabimba Karanjai
- 186
- 2
- 5
- 14
1
vote
0 answers
Firefox OS: Accessing extsdcard
Get some trouble when trying to browse every sdcard on a phone. Following function seems to be working for the first sdcard only...
function browseFiles() {
var sdcards = navigator.getDeviceStorages("sdcard");
for (var i = 0;…

FT164
- 11
- 2