- Jul 13, 2010
- 236
- 0
- 0
There's this post over in the Moto Z forum asking about tasker and Moto mods, specifically having tasker recognize when a mod has be attached/detached and then executing commands based on the connection.
https://forums.androidcentral.com/moto-z-force/739243-tasker-moto-mods.html
I've been doing some digging and have found bits and parts from the Moto mods developer site and the tasker literature
https://developer.motorola.com/explore/software/mod-management
https://tasker.dinglisch.net/userguide/en/intents.html
and I've tried several of the intents from the Moto mods developer page in the tasker intent receive event edit, but I'm not coming up with the right combination to elicit the notification I have programmed in the profile. I'm not even sure if tasker is capable to trying to detect the Moto mods this way at all (broadcast receiver vs action vs service).
This is the part of programming that always gets the better of me. I really don't know enough to make any real progress in Java based android coding. Every now and again I can find something somewhere that helps me get by, but in this case, I'm really just guessing as to what goes where.
If anyone can shed any light, I'd be more than happy to learn.
https://forums.androidcentral.com/moto-z-force/739243-tasker-moto-mods.html
I've been doing some digging and have found bits and parts from the Moto mods developer site and the tasker literature
https://developer.motorola.com/explore/software/mod-management
https://tasker.dinglisch.net/userguide/en/intents.html
and I've tried several of the intents from the Moto mods developer page in the tasker intent receive event edit, but I'm not coming up with the right combination to elicit the notification I have programmed in the profile. I'm not even sure if tasker is capable to trying to detect the Moto mods this way at all (broadcast receiver vs action vs service).
This is the part of programming that always gets the better of me. I really don't know enough to make any real progress in Java based android coding. Every now and again I can find something somewhere that helps me get by, but in this case, I'm really just guessing as to what goes where.
If anyone can shed any light, I'd be more than happy to learn.