Re: JSR-179 Location API on not supported phones
If your target device does not support JSR 179 - and you wish to get location in your app - you can try:
1) For accuracy - Ask the user to pair the phone which any Bluetooth compliant GPS receiver use JSR 82 to fetch the location data from BT device - [url]http://www.developer.nokia.com/Community/Wiki/How_to_read_Location_from_Bluetooth_GPS[/url]
2) For Less accuracy - You can try to capture Cell tower based location provided by CBS message - [url]http://www.developer.nokia.com/Community/Wiki/How_to_Capture_Cell_Info[/url]
3) For New Nokia Asha devices - they support Positioning CellID via JSR 179. - [url]http://www.developer.nokia.com/Community/Wiki/Determining_Current_Location_via_Cell_ID[/url]