schollz / find

High-precision indoor positioning framework for most wifi-enabled devices.
https://www.internalpositioning.com/
GNU Affero General Public License v3.0
5.04k stars 369 forks source link

Issue with Android 6 and new version #204

Open Narendarreddy17 opened 6 years ago

Narendarreddy17 commented 6 years ago

The positioning logic does not work with v5. 0 find when the app is background. The same work in Android 4 and 5. Looks like the mashmellow and new versions have some issue with background WiFi signals scanning. You see No Finger Print found to track is the message on the location

rpandey91 commented 6 years ago

This is a part of battery consumption optimisation done on android 5.0 onwards. Android stops sending WiFi probe request when devices is i sleep mode.

Narendarreddy17 commented 6 years ago

How to solve this problem. Did any one build a find app with WiFi Probe request for new version of andriod ?