-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to open MTP device / couldn't find matching udev device #231
Comments
Maybe it is because switching dongle modes (accessory <-> default) or switching too fast. You can see if it is working without it (aa-proxy-rs doesn't have that switching by default but you can enable it with a "legacy" command line switch if it doesn't work). |
Well I gave your image a try, it does appear that the MTP error is not thrown, but the connection doesn't stay on, it goes into a loop of connecting for a couple of seconds, then dropping the connection, then successfully reconnecting etc. It's not usable as is, I'll go back for the moment. Any suggestions? |
Setup:
Headunit: Raspberry Pi 4: Raspbian 10 buster
Dongle: Raspberry Pi Zero 2W: latest release
Android Auto headunit: OpenAuto-Pro (A fork of Crankshaft).
Issue:
The dongle works. When Android Auto is connected and the image is projected successfully to the Headunit RPI4, an error popup shows up with:
unable to open MTP device "001,012"
or
couldn't find matching udev device
It happens every time. It doesn't affect the functionality.
I suspect it is because of this: #3 and the MTP implementation somehow is conflicting with Raspbian. Maybe because it expects a rw device and gets a ro?
@BluemediaDev @nisargjhaveri I hope I get your views on this on how to fix it / bypass it.
The text was updated successfully, but these errors were encountered: