Re: JSR 179 working on N95?
hmmm - even with super-lenient criteria, still times out...I added this before I get the location Provider:
Criteria crit2 = new Criteria();
crit2.setHorizontalAccuracy(Criteria.NO_REQUIREMENT);
crit2.setVerticalAccuracy(Criteria.NO_REQUIREMENT);
crit2.setPreferredResponseTime(Criteria.NO_REQUIREMENT);
crit2.setPreferredPowerConsumption(Criteria.POWER_USAGE_HIGH);
crit2.setCostAllowed(false);
crit2.setSpeedAndCourseRequired(false);
crit2.setAltitudeRequired(false);
lp= LocationProvider.getInstance(crit2);
Re: JSR 179 working on N95?
I guess you are not getting GPS signals while you are testing.
The best way to test GPS is; turn on your GPS application and wait till you get latitude and longitude. Then run your midlet. It will get poition in seconds. :P
Re: JSR 179 working on N95?
yes, JSR179 does work on N95, N95-8GB and N96... tested them all on several devices...