hey dan,

thanks for the reply. question: is your 9550 using gears as well? so when
you load the page do you see a gears dialog first asking you for permission.
great that it works on the 9700, it works sometimes for me, but sometimes i
just get an error or it never returns, even with GPS enabled and a location
fix given.

i am using feedback like yours to improve my open source library for
javascript geo location access:
http://code.google.com/p/geo-location-javascript/

thanks for the feedback,
stan

On Sat, Jun 5, 2010 at 12:41 PM, Dan Johnson <[email protected]> wrote:

> Stan,
>  I accessed your page with 9700 Bold on AT&T network and it does
> work....however it is not working (I=Null) for 9550 on Verizon.....
>
> Just a heads up
>
> Dan
>
>
>
> On Jun 4, 10:23 am, stan wiechers <[email protected]> wrote:
> > hey
> >
> > i have been trying to use google gears on a blackberry 9700. here is
> > my code
> >
> >                 function success_callback(p)
> >                 {
> >                         alert("success_callback");
> >                 }
> >                 function error_callback(m)
> >                 {
> >                         alert("error_callback");
> >                 }
> >
> >                 try
> >                 {
> >
> provider=google.gears.factory.create('beta.geolocation');
> >
> provider.getCurrentPosition(success_callback,error_callback,
> > {'timeout':40000});
> >                 }
> >                 catch(e)
> >                 {
> >                         alert("error"+e);
> >                 }
> >
> > its up here:http://www.merkwelt.com/people/stan/geo_js/gears_test.html
> >
> > So it is working on a desktop, but on a blackberry 9700 i get the
> > permission dialog, but nothing else once i grant permission, no
> > expection, no error and no success.
> >
> > Any insights?
> >
> > Thanks for the help,
> > Stan
>



-- 
"Local color. Soak it up"
Virginia Vidaura

http://www.merkwelt.com/people/stan/

Reply via email to