Re: ADB and MTP not working for Android phone on NetBSD

2025-04-10 Thread Greg Troxel
Your mail is incorrectly line-wrapped, making it hard to read and quote. (error or other output should not be wrapped). unadvi...@airmail.cc writes: > When I connect an Android 4.2 device on a NetBSD 10.1 install, running > adb devices doesn't show the device and MTP doesn't work. I realize you

Re: ADB and MTP not working for Android phone on NetBSD

2025-04-09 Thread unadvised
I was able to solve the problem. Noticing /dev/ugen0.00 and /dev/ugen0.01 as last items in the output I tried: $ doas chown user:users /dev/ugen0.00 $ doas chown user:users /dev/ugen0.01 $ adb kill-server $ adb devices * daemon not running. starting it now on port 5037 * * daemon started success

Re: ADB and MTP not working for Android phone on NetBSD

2025-04-07 Thread unadvised
Your mail is incorrectly line-wrapped, making it hard to read and quote. (error or other output should not be wrapped). I haven't wrapped errors and outputs. I can see them unwrapped on web version: I realize you know this,

ADB and MTP not working for Android phone on NetBSD

2025-04-07 Thread unadvised
When I connect an Android 4.2 device on a NetBSD 10.1 install, running adb devices doesn't show the device and MTP doesn't work. Resources about this is scarce on the internet so I'm asking here. After I unlock PIN on phone and connect the device, I see something like this on dmesg: $ doas dmesg