Tagged Questions
The gears tag has no wiki summary.
11
votes
2answers
1k views
Gears or HTML5 Location API on Android 1.5
I am trying to use gwt-mobile-webkit, particularly its location api. It works well with iPhone (both device and simulator) and Firefox and on G1 with 1.6 Android, however, it does not work on G2 with ...
3
votes
0answers
279 views
Use Google Gears geolocation from a python app
I'd like to use the Google geolocation API in my app, written in Python. My problem is that Google provides a JSON interface (easily useable from Python) but from ...
2
votes
3answers
179 views
How Can I Prevent Memory Leaks in IE Mobile?
I've written an application for use offline (with Google Gears) on devices using IE Mobile. The devices are experiencing memory leaks at such a rate that the device becomes unusable over time.
The ...
1
vote
1answer
121 views
File uploads with Gears & PHP
We provide the ability to submit images to a user's gallery.
While the normal method we have employed works just fine, some people will upload multiple files, which can take a long time, and is ...
1
vote
2answers
342 views
Gears and Mysql sync
I am making an offline website that needs to sync every night with a server. Our employees work outside and sometimes underground and need to access the site for its database. But once home they must ...
1
vote
2answers
875 views
Encrypting JSON in Google Gears Workerpool
I need to encrypt JSON (stringified) data in a Google Gears Workerpool. So far, any implementation I tried either makes the Gears Workerpool bug out, or gives me unwanted encrypted strings.
For ...
1
vote
2answers
210 views
how to include javascript files in Google Gears Worker (no DOM access)
how does one include other .js files in the .js of a Worker. Every "include" solution for Javascript that I've found does it by loading into a tag, which is not an option for Workers since they don't ...
1
vote
3answers
562 views
non flash multi file upload for php
looking into multi file - drag and drop - upload scripts.
we were using swfupload until flash 10 destroyed it.
the other options we are investigating are java and google gears.
what would you ...
1
vote
1answer
491 views
Issue with Google Gears and jQuery creating a managedStore
I'm trying to create a managedStore to cache all the js, img, swf and css from a web app I'm developing.
Here is the code:
$(document).ready(function() {
var manifestName = ...
0
votes
1answer
447 views
How to Get Lat-Long Data from LAC-CELLId using php?
I am trying to get lat-long from cellid and LAC.
I have been trying to use this script mentioned in Trouble with Sending JSON object over POST to Google Gears to accomplish this
Can you please point ...
0
votes
1answer
124 views
How do I check if GEARS is installed, using javascript?
Is it windows.gears != undefined or something???
I just want to use javascript to return true or false if the person has google Gears.
0
votes
1answer
51 views
Google Gears for a Social Network?
I just saw that the newer wordpress (newer meaning since the last time I used wordpress 5-6 years ago and today) is using Google Gears, this seems really cool but I am not 100% sure exactly how they ...
0
votes
2answers
1k views
Google Gears Geolocation in Java/C
I'm trying to find the physical location of a computer using a language like Java/C. The only good accurate solution seems to be Google Gears ...
0
votes
1answer
132 views
Is it possible to use canvas functionality from a worker in FF 3.6?
I'm currently migrating my image uploader from Gears to Firefox 3.6/HTMLv5. I used a Gears Worker in conjunction with Gears Canvas to scale down the selected photos before upload. By doing this, I ...
0
votes
1answer
142 views
getting null for google.gears object when working offline
I am new to gear, We are using gear in our web application were flow
is ...
When ever user assign with some task user will get message attached
with static html file, In that html we are showing work ...
0
votes
2answers
261 views
Is it possible to upload to Cloudfront via Javascript preferably using Gears for uploading
Is it possible to upload to Amazon Cloudfront using Javascript preferably with the use of (Google) Gears for uploading chunks?
I'm building a CMS for images and video data and want to integrate ...