03-10-2010 03:02 PM
Hello!
I am developing a Java application and I need to know the coordinates of the GPS and the coordinates Reference, however i have been unable for doing it, because the device I am using is a BlackBerry 8350i. Please, could somebody help me? I know for doing it in a Blackberry bold 9000, we can do it in the following way:
Criteria crit = new Criteria();
crit.setVerticalAccuracy(Criteria.NO_REQUIREMENT);
crit.setHorizontalAccuracy(Criteria.NO_REQUIREMENT
crit.setCostAllowed(false);
crit.setPreferredPowerConsumption(Criteria.NO_REQU
But for the Blackberry 8350i, the process doesn't work, please help me!
03-11-2010 02:23 PM
What BlackBerry device software version are you testing on? You can find this under Options, About on the BlackBerry Smartphone. Can you elaborate on what is not working? Is any error or exception thrown? If so, what line of code triggers it?