Questions tagged [gears]

27 questions
12
votes
2 answers

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 Android 1.5 on it. In result I am getting…
Dmitry
  • 2,602
  • 1
  • 25
  • 45
4
votes
1 answer

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 http://code.google.com/p/gears/wiki/GeolocationAPI I see that the API "is published to…
2
votes
0 answers

Django-gears Assets Path Issue

I've been using Django with django-gears in my development environment, and was having good fun with it. I'm now preparing for deployment and set to use uWSGI (rather than manage.py runserver). Doing so broke something, and the resolution of assets…
amirey
  • 33
  • 5
2
votes
1 answer

Openshift does not scale on high traffic

On our openshift (jboss) application are 16 gears available. But openshit does not scale. If 50 users are online on our application (we can track it with google analytics), we are getting the following error: 503 errors (Service Temporarily…
user3594873
  • 41
  • 1
  • 3
2
votes
2 answers

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 problem page fetches entries from the local Gears…
Jake Howlett
  • 169
  • 3
  • 14
1
vote
3 answers

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 recommend and do you know of…
Josh
  • 5,998
  • 1
  • 31
  • 54
1
vote
1 answer

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 = 'cache_manifest.json'; var storeName = 'cache'; var…
L. Cosio
  • 227
  • 3
  • 9
1
vote
1 answer

OpenShift free plan shows 1 gear in use but no application installed

I'm subscribed to OpenShift free plan. The command line and the web interface are telling me that I have 1 of 3 gears in use but I don't have any applications installed. How is that possible? rhc account gives: Gears Used: 1 Gears Allowed: …
JohnA
  • 53
  • 1
  • 8
1
vote
1 answer

How to play next/previous audio file using bezel in Gear s2?

developing Web app for gear s2, I am trying to play next/previous audio file when bezel is rotated clockwise/counterclockwise. just like the "Music Player" on the watch. what I tried so far is as follows, but only the second song plays when I rotate…
M H
  • 63
  • 6
1
vote
1 answer

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 annoying in the selection process (one at a time). I…
Spot
  • 7,407
  • 9
  • 41
  • 55
1
vote
1 answer

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 kept the browser window responsive and avoided the…
fbuchinger
  • 4,424
  • 2
  • 28
  • 30
1
vote
2 answers

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 send us their findings. The first time they…
Philippe
  • 81
  • 6
1
vote
2 answers

Replace Google gears location API

I used the google gears location API, in order to locate cell-id and wifi mac addresses (get latitude/longitude). But not using a browser, using java code. I used this URI: http://www.google.com/loc/json Now, this API is no more available!! -->…
user1845467
  • 55
  • 2
  • 6
1
vote
2 answers

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 example: DES encryption (can't post URL due to account…
MHD
  • 1,196
  • 2
  • 11
  • 17
1
vote
2 answers

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 have access to the DOM. I see from your…
brad
  • 413
  • 2
  • 5
  • 10
1
2