-
-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Working in Android 7.0 but Touch Detectors are working #31
Comments
@PankajRaincan can you explain "Not Working in Android 7.0" a bit more clear as to what is not working? |
Hey,
|
Wave detection works using Proximity sensor, I am assuming you are not in the proximity of your device. Are you having issues with other event types too ? If so which ones. Its hard for me to debug this, if you cannot provide me more info apart from saying its not working. If possible hook your device to a laptop and gather whatever your logcat is able to log from the system. Another thing to check up would be about the functionality of the sensors, which you can test by downloading any sensor app and verify they are functional. Let me if you have information regarding that. |
Proximity Sesnor is functional I have checked it by putting logs in onSensorChanged callback.
these are the logs apart from this nothing is being listed in my logcat. I wonder Proximity gesture is working but why wave detection is not. `07-29 15:13:02.458 11039-11039/com.github.nisrulz.senseysample I/MainActivity: Shake Detected!
07-29 15:13:04.469 11039-11039/com.github.nisrulz.senseysample I/MainActivity: Shake Stopped! |
Ok. So from this what I can guess is that everything works for you except the Wave detection, correct me if I am wrong. Now if the above case is the issue, then maybe you are doing the gesture wrong. So the way it is supposed to work is you move your hand over your proximity center and the time diff is calculated , which if it exceeds the threshold, it is detected as a wave gesture event. I am actually working on pushing out some videos showing how such gestures are supposed to be done and what sensey supports. |
Yes that might be the case though I have tried many variations of wave. I hope as soon as your videos come my problem will get solved. |
Device Information:
Moto G4 Plus
Android Version:
7.0
Configuration Information:
Misc:
The text was updated successfully, but these errors were encountered: