Elara Elara6331
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…

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

I am not sure why a dialog is not appearing. Have you tried pairing first, and then starting ITD? That shouldn't be needed, but it should fix your issue.

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

@Arsen6331 Can I please give your remote control of my Linux machine to take a look at what's going on and save your time? Like TeamViewer? Just let me know whichever remote access App you would…

Elara6331 pushed tag v0.0.9 to Elara6331/itd 2022-10-25 20:54:51 +00:00
Elara6331 commented on issue Elara6331/itd#29 2022-10-25 20:53:45 +00:00
Unable to upload Resources

Perfect, then I will make a new release.

Elara6331 closed issue Elara6331/itd#29 2022-10-25 20:53:45 +00:00
Unable to upload Resources
Elara6331 commented on issue Elara6331/itd#29 2022-10-25 20:04:41 +00:00
Unable to upload Resources

@mathemagician @ljishen Can you please try the new packages? If it's fixed your issues, I can close this and tag a new release with the fixes.

Elara6331 commented on issue Elara6331/itd#29 2022-10-25 19:41:32 +00:00
Unable to upload Resources

Those who have had issues with uploading resources, please try the attached ITD packages. I now assume MTU to be 256 if it isn't available, which should resolve the issues.

Elara6331 pushed to master at Elara6331/itd 2022-10-25 19:38:05 +00:00
f33b3d2b56 Update infinitime library
Elara6331 pushed to master at Elara6331/infinitime 2022-10-25 19:36:37 +00:00
0ad671d3f5 Assume MTU if not available from BlueZ
Elara6331 commented on issue Elara6331/itd#31 2022-10-24 08:48:24 +00:00
While pairing a code does show on my watch, however, no prompt appear on my linux

On the Arch machine, open a terminal window. Stop the itd service using systemctl --user stop itd, and then run ITD_LOGGING_LEVEL=debug itd. It should output a bunch of text. Wait until the…

Elara6331 commented on issue Elara6331/itd#30 2022-10-24 08:45:21 +00:00
Error while using a Ubuntu machine with itd

Can you please give me the output of cat /usr/lib/systemd/user/itd.service so I can see what systemd is complaining about?

Elara6331 commented on issue Elara6331/itd#31 2022-10-24 08:13:55 +00:00
While pairing a code does show on my watch, however, no prompt appear on my linux

Ubuntu does work with ITD, but since you are running Arch, you can install kdialog simply by running sudo pacman -S kdialog. You don't need to uninstall KDE. It should've come with KDE, I'm…

Elara6331 commented on issue Elara6331/itd#31 2022-10-24 06:56:30 +00:00
While pairing a code does show on my watch, however, no prompt appear on my linux

You seem to be running KDE. Can you try to install kdialog and see if that fixes it?

Elara6331 commented on issue Elara6331/itd#30 2022-10-24 02:49:47 +00:00
Error while using a Ubuntu machine with itd

Interesting. ITD's service file certainly contains ExecStart. Can you try 0.0.8?

Elara6331 commented on issue Elara6331/itd#29 2022-10-23 17:24:52 +00:00
Unable to upload Resources

Ah, you're using BlueZ 5.55. That would make sense because it doesn't have the MTU feature. What doesn't make sense is why it didn't return an error and instead just returned an incorrect value.…