10-14-2012 06:42 AM
Hello..
i m trying to get the location from cellsite mode ... i have been using gps modes on blackberry smartphone 9300 (3G,wifi) v 6.0..
when i get location using unassisted mode .. the gps mode is 2 and when i m using cellsite mode it also replies the same ...
how can i differentiate between two??????
10-14-2012 06:47 AM
and i m using
BlackBerryCriteria myCriteria = new BlackBerryCriteria(LocationInfo.GEOLOCATION_MODE_C
and i have also tried
BlackBerryCriteria myCriteria = new BlackBerryCriteria(GPSInfo.GPS_MODE_CELLSITE);
both makes no difference ..
whenever i m using this it provides me the gps mode 2 .. which is unassisted gps mode ... please someone help me??
10-15-2012 05:16 AM
Please check this link
http://supportforums.blackberry.com/t5/Java-Develo
Cellsite code won't work on simulator.
10-16-2012 03:00 AM
Gsm supports cellsite .. i have checked that .. but it doesn't work
10-16-2012 03:08 AM
r u testing in simulator or in real device.
the cellsite code works only on device with an active sim otherwise it throughts null pointer exception.
10-16-2012 06:41 AM
actually i m testing it on both ... on blackberry 9380 simulator and blackberry smartphone 9300 device
10-16-2012 06:44 AM - edited 10-16-2012 06:44 AM
on device ........When i am setting GPS location on then through cellsite it shows me same values that i m getting from Gps Autonomous mode and when i set the GPS location off it does nothing... no response