Elara Elara6331
Elara6331 commented on pull request Elara6331/infinitime#5 2022-11-05 20:17:41 +00:00
Added Navigation service

Thanks for merging 💜 I've also prepared the changes for itd. Do you want me to open a pull request on [Arsen6331/i…

Elara6331 pushed to master at Elara6331/lure-repo-bot 2022-11-05 18:13:18 +00:00
21a806b491 Fix licenses variable name
Elara6331 commented on issue Elara6331/itd#31 2022-11-04 17:53:40 +00:00
While pairing a code does show on my watch, however, no prompt appear on my linux

Or just fork it, since it appears to be archived now

Elara6331 commented on issue Elara6331/itd#31 2022-11-04 17:53:17 +00:00
While pairing a code does show on my watch, however, no prompt appear on my linux

Ah, I thought I remembered dlgs using kdialog. I must've misremembered. I'll probably submit a PR to add kdialog support then.

Elara6331 pushed to master at lure/lure 2022-11-03 21:23:23 +00:00
b686f810fb Fix link for lure-repo-bot
Elara6331 pushed to master at lure/lure 2022-11-03 21:19:00 +00:00
c856bf0686 Create adding-packages doc
Elara6331 merged pull request Elara6331/infinitime#5 2022-11-03 19:09:07 +00:00
Added Navigation service
Elara6331 pushed to master at Elara6331/infinitime 2022-11-03 19:09:07 +00:00
1f5301f5de Added Navigation service (#5)
Elara6331 approved Elara6331/infinitime#5 2022-11-03 19:08:30 +00:00
Added Navigation service
Elara6331 pushed to master at Elara6331/lure-repo-bot 2022-11-03 05:46:44 +00:00
76f2947be7 Add GPLv3 license
Elara6331 created branch master in Elara6331/lure-repo-bot 2022-11-03 05:29:49 +00:00
Elara6331 pushed to master at Elara6331/lure-repo-bot 2022-11-03 05:29:49 +00:00
1fa1d63307 Initial Commit
Elara6331 created repository Elara6331/lure-repo-bot 2022-11-03 05:29:10 +00:00
Elara6331 commented on issue Elara6331/itd#31 2022-11-03 05:22:45 +00:00
While pairing a code does show on my watch, however, no prompt appear on my linux

I'll close this issue as it seems your problem is resolved.

Elara6331 closed issue Elara6331/itd#31 2022-11-03 05:22:45 +00:00
While pairing a code does show on my watch, however, no prompt appear on my linux
Elara6331 commented on issue Elara6331/itd#31 2022-11-03 05:22:30 +00:00
While pairing a code does show on my watch, however, no prompt appear on my linux

In the plotting, I don't the see the units on X and Y axis. Is there a way for me to show numbers on X and Y axis to make the graph more readable?

Unfortunately, the library I'm using to…

Elara6331 commented on issue Elara6331/itd#29 2022-11-01 20:25:48 +00:00
Unable to upload Resources

@khimaros These errors suggest you are not actually running 1.11.0. Maybe the firmware reverted? Did you validate after installing it?

You can see messages like

Nov 01 13:16:50…
Elara6331 commented on issue Elara6331/itd#30 2022-10-26 08:32:00 +00:00
Error while using a Ubuntu machine with itd

Can you try editing /usr/lib/systemd/user/itd.service and changing ExecStart=itd to ExecStart=/usr/bin/itd, then run systemctl --user daemon reload` and try starting ITD again? I think maybe…

Elara6331 commented on issue Elara6331/itd#31 2022-10-25 22:49:33 +00:00
While pairing a code does show on my watch, however, no prompt appear on my linux

Yeah, you can get that by enabling metrics in ITD. Run

cp /etc/itd.toml ~/.config/itd/itd.toml

Then, edit ~/.config/itd/itd.toml and change

[metrics]
   
Elara6331 commented on issue Elara6331/itd#30 2022-10-25 21:23:47 +00:00
Error while using a Ubuntu machine with itd

This is really strange. Your service file has an ExecStart field, but systemd is complaining about it not being there. Try running systemctl --user daemon-reload, then start it again. If it…