(06-05-2022, 08:24 AM)Fish Wrote: I use ITD to connect the pinephone with pinetime: https://itd.arsenm.dev/
And for a reliable reconnection after suspend I use: https://github.com/kmsgli/pt-connect/
Works fine for me with mobian on the PP.
awesome. i have no idea how to get this running but i'll follow the instructions on gitlab.
i seem to have gotten this itd compiled on running but notifications don't work. i am not sure if it is running properly.
Code:
~/itd$ itctl firmware
6:07PM FTL Error while running app error="dial unix /tmp/itd/socket: connect: no such file or directory"
mobian@pinephone:~/itd$ itctl notify
6:07PM FTL Error while running app error="dial unix /tmp/itd/socket: connect: no such file or directory"
i failed getting itgui going, too.
Code:
~/itd$ go build ./cmd/itgui
# github.com/go-gl/glfw/v3.3/glfw
/usr/bin/ld: cannot find -lXxf86vm: No such file or directory
collect2: error: ld returned 1 exit status
EDIT:
i almost jumped for joy. something is working. i got a notification that itd is connected to my pinetime.
itcl commands don't return an error after a reboot but i still don't know how to use the command line of this.
i have no idea how to fix the itgui compile error though. this is like only the 4th or 5th program i've ever compiled. any suggestions would be much appreciated.