BryanJacobs
BryanJacobs
Have you made sure the watch is in an area where it can't receive time from an atomic clock LF radio signal? Have you made sure to be looking at...
I've commented out your code making it take a picture every time, and will test over the next few days.
Automatic syncing works, thanks! The time set is off by around three seconds (the watch is set to a time slightly in the past), likely due to the lack of...
I meant the watch ends up at around -3s relative to the phone, not relative to some outside concept of time. You can test yourself and see - watch when...
I wake up the app using the app Tasker, available on the play store.
I have a cleaner config - no manual `ip rule` policies, only VPR. When I use vpn-policy-routing I don't get IPv6 connectivity - the router returns with ICMP unreachable for...
Hey, I've just been through the pain of implementing this, so I might be able to help a bit, and save you some sweat and tears. > According to the...
I don't think the response is what's going wrong with your implementation, because you can see this log line: > debug1: ssh_sk_enroll: /dev/hidraw7 does not support credprot, refusing to create...
As a kind of protip, the extension names are case sensitive. You need to return the byte sequence `0x63, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74`.
As you can see, `extension strings` does not contain `credProtect`. It needs to.