Ticket #4 (in_testing task)
Implement AUX LED Spec
| Reported by: | mickey | Owned by: | dos |
|---|---|---|---|
| Priority: | minor | Milestone: | milestone5.5 |
| Component: | packaging/distribution | Version: | |
| Keywords: | opimd oeventsd | Cc: |
Change History
comment:4 Changed 5 years ago by mickey
- Status changed from new to assigned
- Summary changed from Implement LED Spec to Implement AUX LED Spec
- Description modified (diff)
- Milestone changed from milestone3 to milestone4
Yes -- in the rules, that is. Fixed partially with [76700a094eec35ebeadc68f8ad28757001df8ce4] -- scheduling the remaining AUX part to milestone4 (when we have basic PIM).
comment:5 Changed 5 years ago by mickey
- Component changed from zhone/general to framework/oeventd
adjusting category.
comment:6 Changed 5 years ago by stefan
- Milestone changed from milestone4 to milestone5
PIM will be in MS5 so we postpone this also
comment:7 Changed 4 years ago by stefan
- Milestone changed from milestone5 to milestone6
PIM will be in MS6 so we follow here :)
comment:9 Changed 4 years ago by dos
- Keywords PIM added
- Owner changed from mickey to dos
Blinking on new missed calls is now possible (both opimd and oeventsd work is done), now i'm working on unread messages :)
comment:10 Changed 4 years ago by dos
- Keywords opimd oeventsd added; PIM removed
- Status changed from accepted to in_testing
- Component changed from framework/oeventsd to framework-image
UnreadMessages? is now also implemented. Rules to add in rules.yaml:
-
while: NewMissedCalls?() actions: SetLed?("gta02_aux_red", "blink")
-
while: UnreadMessages?() actions: SetLed?("gta02_aux_red", "blink")
-
Now we just need PIM integration in phone apps to have it working correctly (it already works with opimd-utils).
