F FabioG Active Member Licensed User Longtime User Nov 8, 2015 #1 Hello to all, there is a way to intercept the vibration of a device? I wish I could understand when the vibration is activated Thanks
Hello to all, there is a way to intercept the vibration of a device? I wish I could understand when the vibration is activated Thanks
Erel B4X founder Staff member Licensed User Longtime User Nov 8, 2015 #2 There is no simple way to detect vibration. Not simple way: https://www.b4x.com/android/forum/threads/9857/#content Upvote 0
There is no simple way to detect vibration. Not simple way: https://www.b4x.com/android/forum/threads/9857/#content
F FabioG Active Member Licensed User Longtime User Nov 8, 2015 #3 Erel said: There is no simple way to detect vibration. Not simple way: https://www.b4x.com/android/forum/threads/9857/#content Click to expand... thanks, this could be misunderstood if shake with the hands the phone? Upvote 0
Erel said: There is no simple way to detect vibration. Not simple way: https://www.b4x.com/android/forum/threads/9857/#content Click to expand... thanks, this could be misunderstood if shake with the hands the phone?
Erel B4X founder Staff member Licensed User Longtime User Nov 9, 2015 #4 You will need to calibrate it to look for vibrations instead of shakes. Upvote 0
tufanv Expert Licensed User Longtime User Nov 9, 2015 #5 I have experienced a similar problem in the past. The thing i did was , while in debug mode I have vibrated the phone to see how accelerometer values responding than teached the app how to understand if it was a vibraiton. Upvote 0
I have experienced a similar problem in the past. The thing i did was , while in debug mode I have vibrated the phone to see how accelerometer values responding than teached the app how to understand if it was a vibraiton.