rtreffer / LocalGSMLocationProvider

Local opencellid based location provider backend for UnifiedNlp
Apache License 2.0
43 stars 10 forks source link

Fix compatibility with API level 17 #11

Closed whitequark closed 8 years ago

whitequark commented 9 years ago

CellInfoWcdma is from API level 18.

whitequark commented 9 years ago

I've also updated the provider to not scan the cell list every second. Instead, it only requests cell list on GSM events. This is not enough, see https://github.com/microg/android_packages_apps_UnifiedNlp/issues/23.

rtreffer commented 9 years ago

Hi,

I don't have a device to test this right now :-( I've ordered a new ZTE Open C and will try this with a new ROM.

whitequark commented 8 years ago

Ping?