I'm trying to connect adb to my Android device in the Windows 10 Ubuntu shell, but it doesn't seem to be working:
adb does work normally on Windows, so it's not a problem with the phone or the connection. Do I have to do something like mount the port in the Ubuntu shell? How? (The goal is to pass logcat
to grep
, which would obviously work better in Ubuntu.)