HvdWolf (Surfer63)

Results 95 comments of HvdWolf (Surfer63)

@noenic I did see your fork and your additional improvements. Would you like to be co-owner of this repository? Or do you want me to declare that I stopped development...

Read the several topics in XDA. Simply add "service.adb.tcp.port=5555" to your config.txt and flash it (after having enabled the developer mode and enabled debugging) Or use my [FET tool](https://github.com/hvdwolf/FET) that...

> Where does the logfile go? I have this set up and appears to be intercepting the canbus command as I see the icon flicker in the status bar (and...

Hi, I already mentioned that in this XDA post: https://forum.xda-developers.com/t/teyes-cc3.4189041/page-40#post-85131585 The SRC/MOD key is really very troublesome. And it seems that the default activity for the radio app has changed...

No. Rooting has nothing to do with it. It has to do with a different program activity that needs to be called. It might require a statement like "if 7862...

The splash is created by adding the splash screen in the jar and add an entry to the manifest. The manifest is created from the `build.gradle.kts` ``` val jar by...

I now coded it with both a URL from resource in my jar, which doesn't work. I also coded it now by using the `SplashScreen splash = SplashScreen.getSplashScreen();` with using...

I already tried jpackage for jdk16 and jdk17. Exactly the same behavior as Packr, with the disadvantage of jpackage that Packr is platform independent and jpackage is not. And with...

That was a stupid mistake that nobody ever found :) You get a jExifToolGUI and pyEXifToolGUI for free ;) The python version is here: https://github.com/hvdwolf/pyExifToolGUI 2~3 years after I started...

With too many files the command line gets too long. This bug has been mentioned before. I personally never used more that approx. 50 files at a time. I stopped...