Hello everyone,
I like automagic. I'm looking for the solution to implement time management by DGT GTD app. It should show only tasks that are relevant to the area.
I know that that it should be:
Send Intent [ Action:com.dg.gtd.LOCATOR_FILTER Cat:None Mime Type: Data:filter://?context= @★Home Extra:gtd.launch.APP:true Extra:gtd.WIDGET:true Package: Class: Target:Broadcast Receiver ]
Could you please help me to implement this? I spent 3 hours to try do it by myself, finding any solution for automagic, but didn't succeed.
Flow for DGT GTD & To-Do Lis
Moderator: Martin
Re: Flow for DGT GTD & To-Do Lis
Hi,
You can use an action Send Broadcast to send the intent with following settings (untested):
Action: com.dg.gtd.LOCATOR_FILTER
Data URI: filter://?context= @★Home
Extras:
putBoolean("gtd.launch.APP", true);
putBoolean("gtd.WIDGET", true);
Regards,
Martin
You can use an action Send Broadcast to send the intent with following settings (untested):
Action: com.dg.gtd.LOCATOR_FILTER
Data URI: filter://?context= @★Home
Extras:
putBoolean("gtd.launch.APP", true);
putBoolean("gtd.WIDGET", true);
Regards,
Martin
Re: Flow for DGT GTD & To-Do Lis
Hi Martin,
Thank you for quick response! It works and now I have cool time management system with additional automation. I think the automagic is the best, I found that I needed - powerful, comfortable to use (especially recording UI control), visual with logic circuitry... (tried before it many others during trial periods - llama, macroDroid, tasker, automateIt).
Thanks,
Alex
Thank you for quick response! It works and now I have cool time management system with additional automation. I think the automagic is the best, I found that I needed - powerful, comfortable to use (especially recording UI control), visual with logic circuitry... (tried before it many others during trial periods - llama, macroDroid, tasker, automateIt).
Thanks,
Alex