You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am using Kivy Launcher 1.9.0 to run my app.
my app hangs with this code:
from plyer import accelerometer; accelerometer.enable(); val=accelerometer.acceleration[:]; accelerometer.disable()
but other facades such as vibrator works.
i tried it on 2 android phones, one with Android 4.2 , the other Android 4.4, same result.
how can i access the accelerometer?
The text was updated successfully, but these errors were encountered:
i am using Kivy Launcher 1.9.0 to run my app.
my app hangs with this code:
from plyer import accelerometer; accelerometer.enable(); val=accelerometer.acceleration[:]; accelerometer.disable()
but other facades such as vibrator works.
i tried it on 2 android phones, one with Android 4.2 , the other Android 4.4, same result.
how can i access the accelerometer?
The text was updated successfully, but these errors were encountered: