Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to send custom notifications #25

Closed
marcozer opened this issue Sep 20, 2021 · 4 comments
Closed

Ability to send custom notifications #25

marcozer opened this issue Sep 20, 2021 · 4 comments
Labels
enhancement New feature or request
Milestone

Comments

@marcozer
Copy link

That would be really great ton be able to send custom notifications to the watch, for test purpose but also for productivity as well : for instance, sending a todo list on the watch to get it stored the whole day would be awesome and quite trivial to implement as far as I understand (an automatic notifications in sent to the device on first connections, and there’s no need to use Apple proprietary tools).

This was done with GadgetBridge while linked to an android device :
726046BE-5C77-4437-9D3C-FC5A47AE022B

Thanks in advance

@xan-m
Copy link
Contributor

xan-m commented Sep 20, 2021

Good idea, and yes that's definitely doable!

I'm assuming you mean a text field that you type into, press a button, and then send the text as an arbitrary notification to the watch?

@xan-m xan-m added the enhancement New feature or request label Sep 20, 2021
@marcozer
Copy link
Author

This is exactly what I mean !

I have also succeeded to send a custom notification from a linux desktop running Amazfish :
dbus-send --session --print-reply --dest=uk.co.piggz.amazfish /application uk.co.piggz.amazfish.sendAlert string:'' string:'FIRST LINE' string:'NOTIFICATION_TEXT' boolean:true

@xan-m xan-m added this to the 0.9.0 milestone Sep 20, 2021
@xan-m
Copy link
Contributor

xan-m commented Sep 20, 2021

Awesome, that should be no problem! I've already got a function set up for sending notifications for the "iOS Connected!" notification, so I can connect that to a text box pretty easily for sending arbitrary notifications.

I've got a couple other things I'm working on adding right now, but I'll add this to the 0.9.0 milestone and should have it implemented soon.

Thanks again for the suggestion!

@xan-m
Copy link
Contributor

xan-m commented Sep 23, 2021

This has been implemented in the commit I just pushed! Expect this feature in the 0.9.0 release, coming soon.

Marking issue as closed

IMG_2089

@xan-m xan-m closed this as completed Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants