No "Debug over Wi-Fi" option on Developer Options (RPi5)
ErikCopel opened this issue · 2 comments
ErikCopel commented
I am unable to connect to adb over wi-fi
failed to connect to '192.168.0.126:5555': Connection refused
KonstaT commented
Not quite how it works on any recent Android version (Android 11 and above). Please see e.g. https://developer.android.com/tools/adb.
adufftpc commented
@ErikCopel Have you tried to set the property (using USB for the first time)?
adb shell setprop persist.adb.tcp.port 5555
or add following to your .mk file?
PRODUCT_VENDOR_PROPERTIES += \
persist.adb.tcp.port=5555