(06-06-2022, 10:27 AM)Fish Wrote: I'm glad it worked!
Do I need to compile and use Amazfish? I've done the below steps but it still disconnects a lot and doesn't stay connected, or maybe it just feels like it?
Code:
#install itd
git clone https://gitea.arsenm.dev/Arsen6331/itd.git
cd itd
make && sudo make install
#install dependencies to compile itgui
sudo apt install libglu1-mesa-dev freeglut3-dev mesa-common-dev xorg-dev
#compile/build itgui
go build ./cmd/itgui
#start itd daemon
systemctl --user start itd
#autostart on login
systemctl --user enable itd
#install pt-connect
git clone https://github.com/kmsgli/pt-connect/
cd pt-connect
chmod +x setup.sh
#get pinetime bluetooth ID before running setup
./setup.sh
Somebody also said they had to use Amazfish...
https://forum.pine64.org/showthread.php?tid=15438