when I enable adb tcpip on my device
adb tcpip 5555
abd then run a shell
adb shell
and then run
adb devices
on that shell it seems that the Android system runs a dummy-device which is associated with the real device:
shell@zeroflte:/ $ adb devices
List of devices attached
emulator-5554 device
is it possible to start this emulator from the Android system without a USB-connection?