
Originally Posted by
insrla00
Hi there and thanks in advance for the help you could give me:
I'm working in a J2ME project with GPS/cellID localization compatible with a large range of phones, and i'm using JSR 179. My problem is that I need to use GPS localization only when the device has an internal GPS. Otherwise (case of external bluetooth GPS), i would like to disable the GPS functionally using cellID instead. But the fact is that JSR 179 doesn't provide any method to determine if the GPS used is internal or you need to connect bluetooth. When calling the instruction " LocationProvider.getInstance(criteria)" (where criteria is well defined before), I get a pop up with the available bluetooth devices around if the device has not internal gps, just what i want to avoid. is there any way to do that? thanks again...