Not sure if this belongs in Komplete General, but I wasn't sure where else to put it.
Ran into a bit of an issue with NTKDaemon the other day while trying to use adb to do some remote Android stuff for work. Apparently NTKDaemon uses similar ports as adb does by default which causes adb to think that there's offline Android devices connected to the computer.
^^^ not a real android device
If you take 5562 and +1 it, you get the port that it's using. Running lsof on port 5563 shows that NTKDaemon is listening on 5563.
@Jeremy_NI Is there anyway to change the default NTKDaemon TCP port? Can I change it manually to use a different port? My current work around has been just to kill the NTKDaemon process and then reboot when I'm done with "work."