[fso m3] vibrate over and over

Esben Stien b0ef at esben-stien.name
Sun Sep 21 00:47:59 CEST 2008


Ian <darkstarsword at gmail.com> writes:

> to shut off the vibrator without rebooting you can also do: 
> echo 0 > /sys/devices/platform/neo1973-vibrator.0/leds/neo1973:vibrator/brightness

This is incorrect. You're referring to the case where the vibrator is
continuously on, but this was not the OP case. 

He's referring to when the phone is vibrating with pulses. This is a
chip feature where you program it to pulsate. This is done by zhone
and if zhone dies, it keeps pulsating. 

The way to turn it off is: 

echo none > /sys/class/leds/neo1973:vibrator/trigger

For reference, the way to turn it on, is: 

echo timer > /sys/class/leds/neo1973:vibrator/trigger
echo 300 > /sys/class/leds/neo1973:vibrator/delay_on
echo 700 > /sys/class/leds/neo1973:vibrator/delay_off

Someone registered should put this in the wiki. 

-- 
Esben Stien is b0ef at e     s      a             
         http://www. s     t    n m
          irc://irc.  b  -  i  .   e/%23contact
           sip:b0ef@   e     e 
           jid:b0ef@    n     n



More information about the support mailing list