annotate pirelli/vibrator-ctrl @ 369:66a6cb976076

pirelli/vibrator-ctrl
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 29 May 2021 07:42:17 +0000
parents
children 844f884e0171
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
369
66a6cb976076 pirelli/vibrator-ctrl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 Pirelli fw behaviour on incoming calls: when the vibrating alert mode is
66a6cb976076 pirelli/vibrator-ctrl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2 selected, the vibrator runs in pulses, each pulse appears to be 1 s in total
66a6cb976076 pirelli/vibrator-ctrl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 period, duty cycle too difficult to determine. If the alert mode is set to
66a6cb976076 pirelli/vibrator-ctrl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 vibe and ring, then these vibrator cycles run in parallel with the ringer on/off
66a6cb976076 pirelli/vibrator-ctrl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5 cycles - the vibrator cycle is faster, and the two cycles appear to be
66a6cb976076 pirelli/vibrator-ctrl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 independent, as in not explicitly synchronized. If the alert mode is set to
66a6cb976076 pirelli/vibrator-ctrl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7 vibe then ring, in that case only one vibration pulse is produced, followed by
66a6cb976076 pirelli/vibrator-ctrl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8 ringing only, with no more vibration.
66a6cb976076 pirelli/vibrator-ctrl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9
66a6cb976076 pirelli/vibrator-ctrl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10 Pirelli fw behaviour on incoming SMS: when the alert mode is vibrate only, then
66a6cb976076 pirelli/vibrator-ctrl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11 a total of 4 vibration pulses are produced. If the alert mode is set to vibe
66a6cb976076 pirelli/vibrator-ctrl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
12 and ring, then only 3 vibration pulses are produced instead of 4, and this
66a6cb976076 pirelli/vibrator-ctrl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
13 vibration cycle coincides with SMS alert ringtone playing. If the alert mode
66a6cb976076 pirelli/vibrator-ctrl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
14 is set to vibe then ring, in that case only one vibration pulse is produced,
66a6cb976076 pirelli/vibrator-ctrl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
15 followed by the SMS alert ringtone.