Elara Elara6331
Elara6331 pushed to master at Elara6331/infinitime 2022-08-29 21:43:19 +00:00
3e9957d419 Implement resource loading feature
Elara6331 pushed to master at Elara6331/infinitime 2022-08-29 21:23:13 +00:00
b5d345cdec Remove debug code
Elara6331 pushed to master at Elara6331/infinitime 2022-08-29 21:22:34 +00:00
0eead333b7 Add RemoveAll() and MkdirAll() to the filesystem implementation
Elara6331 pushed to master at Elara6331/infinitime 2022-08-29 21:06:59 +00:00
e4c12d32a1 Add Stat() to filesystem implementation
Elara6331 pushed to master at Elara6331/infinitime 2022-08-29 21:05:43 +00:00
5af53d1dc6 Fix bug where the filesystem implementation misreports the amount of bytes written, causing functions such as io.Copy() to return an error
Elara6331 closed issue Elara6331/itd#24 2022-08-29 20:28:57 +00:00
Improve documentation about itgui compilation
Elara6331 pushed to master at Elara6331/itd 2022-08-29 20:28:57 +00:00
5e66fe82ac Improve itgui compilation documentation (Fixes #24)
Elara6331 commented on issue Elara6331/itd#24 2022-08-23 19:22:50 +00:00
Improve documentation about itgui compilation

Yes, you are right, I will add that. Thank you.

Elara6331 commented on issue Elara6331/itd#25 2022-08-23 19:22:15 +00:00
Can't get steps information

It seems you are running InfiniTime 1.6.0. The motion service was added in 1.7.0, so ITD is complaining because it cannot access the step count characteristic from the motion service. This is not…

Elara6331 closed issue Elara6331/itd#25 2022-08-23 19:22:15 +00:00
Can't get steps information
Elara6331 commented on issue Elara6331/itd#22 2022-08-19 21:08:06 +00:00
Startup error with bluez 5.65

This issue has now been fixed. Thank you.

Elara6331 closed issue Elara6331/itd#22 2022-08-19 21:07:23 +00:00
Startup error with bluez 5.65
Elara6331 pushed to master at Elara6331/itd 2022-08-19 21:07:23 +00:00
645541e079 Update infinitime library and bluetooth library (Fixes #22)
1012be6e5b Revert #22 bandaid fix
Compare 2 commits »
Elara6331 pushed to master at Elara6331/infinitime 2022-08-19 21:03:05 +00:00
d199fba93c Update go-bluetooth library for 5.65 support
Elara6331 commented on issue Elara6331/itd#22 2022-08-19 15:42:40 +00:00
Startup error with bluez 5.65

My PR has been merged and BlueZ 5.65 support has been added upstream. I will test and if it works, I will close this issue.

Elara6331 commented on issue Elara6331/itd#23 2022-08-19 03:56:49 +00:00
Is it possible to crosscompile itgui?

Also, I forgot to say: If you're going to be using itgui on PinePhone, you probably want to follow this issue on Github: https://github.com/fyne-io/fyne/issues/2721. Fyne is currently not great…

Elara6331 closed issue Elara6331/itd#23 2022-08-19 03:53:50 +00:00
Is it possible to crosscompile itgui?
Elara6331 commented on issue Elara6331/itd#23 2022-08-19 03:53:46 +00:00
Is it possible to crosscompile itgui?

I cannot do anything to make it easier unfortunately, as there is no way to make a pure Go GUI. If there was, I'd use it, but unfortunately, it doesn't exist.

I am closing this issue since it…

Elara6331 commented on issue Elara6331/itd#23 2022-08-19 03:52:33 +00:00
Is it possible to crosscompile itgui?

itgui is much more difficult to cross-compile than itd and itctl. It is possible theoretically, but would require a lot more work since Fyne depends on C libraries. You should be able to do…

Elara6331 commented on issue Elara6331/itd#22 2022-08-14 07:07:29 +00:00
Startup error with bluez 5.65

This issue should now be fixed temporarily until proper support is added for 5.65. I've opened an issue and PR upstream that should prevent issues like this from happening in the future. This…