Maybe there's a DB lying around somewhere, but I don't know where.
Have you tried detecting the notifications using Tasker's Notification
event ?
Cool, not sure how to do this. :) specifically, how to say, if I click the popup, launch Google voice. ?
Assign an icon to your tasks, then configure the popup action (in a
context-bound task, presumably) to reference those relevant tasks, and
when it's displayed, the task icons and task names will appear as
clickable options. I use this for confirmation dialogs. The "Yeah, go
do it" task is given a green check for an icon, and the "Cancel" task
is given a red X icon.
I've got it working fine using the Notification event.
Something like this:
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
Profile: GV SMS Cmds
Context 1: Notification->Owner App: Voice->Title: *sms*
Entry Task (1): "Tsk-Parse-SMS"
Action 1: Variable Split->Name: %NTITLE->Splitter: smspopup->If
%NTITLE ~ *smspopup*
Action 2: Variable Split->Name: %NTITLE->Splitter: smssnap->If %NTITLE
~ *smssnap*
Etcetera...
Entry Task (2): "Tsk-Exec-SMS"
Action 1: If->%NTITLE ~ *smspopup*
Action 2: Popup->Title: SMS Popup->Text: %NTITLE2
Action 3. End If
Action 4. If...
...
Action 7. End If
Action 8. Variable Clear->Name: %NTITLE1
Action 9. Variable Clear->Name: %NTITLE2
Action 9. Load App->App: Voice
Action 10: Wait->Seconds: 1
Action 11. Go Home
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
I've got this sort of profile set up on my son's Galaxy Tab, with a
bunch of SMS "commands" specifically configured to annoy him. :-)