Skip to content

Instantly share code, notes, and snippets.

@gmoraiz
Last active December 16, 2025 09:56
Show Gist options
  • Select an option

  • Save gmoraiz/6e16ffdc03c58813760754039c0bf8f7 to your computer and use it in GitHub Desktop.

Select an option

Save gmoraiz/6e16ffdc03c58813760754039c0bf8f7 to your computer and use it in GitHub Desktop.
remove emulator-5562 offline from adb devices
#Native Instruments software uses PORT 5562 ON TCP (NTKDaemon)
#Run CMD as Administrador and write:
netstat -ano | findstr :5563
taskkill /PID <PID> /F
@0tii
Copy link

0tii commented Dec 16, 2025

it took me 2 days of searching 'adb ghost emulator offline' and any variation of it and not finding a solution until i finally get the idea to actually search for emulator-5562 ... thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment