Wheels00
Wheels00
I would love this
Thanks @Dreamsorcerer ! So per your suggestion , I swapped the big long hex number in sdp_record.xml to the one in the report description for my trackball. I think I...
ok, i'm struggling to work out how to run hid-tools or similar on Windows. Any tips?
Good idea re: usb drive ubuntu.
Per @Dreamsorcerer 's excellent suggestion i ran hid-tools from an Ubuntu USB drive. The difference between the HID events from the mouse directly versus via bthidhub is somewhat illuminating. Direct:...
No, if I remember correctly, once you boot the pi you run ssh pi@[rpi-ip-address] 'bash -s' < setup.sh Which ssh's into the pi and runs the setup.sh file from your...
The only project I can build and run is: https://github.com/DominatorVbN/SkipTour
From the report navigator: ``` note: running gradle build with: /Users/markbrown/Library/Developer/Xcode/DerivedData/RosterLobster-gqwgtaiitaonbweznquvwfrjjamv/Build/Products/../../SourcePackages/artifacts/skip/skip/skip.artifactbundle/macos/skip gradle -p /Users/markbrown/Documents/RosterLobster/roster-lobster/Darwin/../Android launchDebug Error: Gradle run error: Optional(SkipDriveExternal.ProcessResult.ExitStatus.terminated(code: 1)) GRADLE> Starting a Gradle Daemon, 1 incompatible Daemon could...
@marcprux thanks so much for the help. As you suggested, I first ran brew upgrade skip. Output: ``` Running `brew update --auto-update`... ==> Auto-updated Homebrew! Updated 3 taps (skiptools/skip, homebrew/core...
I don’t know if this was right, but in build phases -> run skip gradle, I inserted the first line: ``` JAVA_HOME=/opt/homebrew/opt/openjdk@17/libexec/openjdk.jdk/Contents/Home if [ "${SKIP_ZERO}" != "" ]; then echo...