Skip to content
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

App doesn't open on macOS Monterey #317

Open
tkoft opened this issue Sep 30, 2022 · 6 comments
Open

App doesn't open on macOS Monterey #317

tkoft opened this issue Sep 30, 2022 · 6 comments

Comments

@tkoft
Copy link

tkoft commented Sep 30, 2022

I'm on macOS Monterey Version 12.5.1, the app insta crashes when I try to launch it. Installed from dmg file and brew cask, same results for both.
Happy to provide any more info that's helpful.

@siax84
Copy link

siax84 commented Dec 2, 2022

I see the same on Monterey (Intel). When I run the app from terminal I see the following error, which seems to be related to USB device access:

IOCreatePlugInInterfaceForService(desc, kIOUSBDeviceUserClientTypeID, kIOCFPlugInInterfaceID, &plugInInterface, &score): error 0xe00002be

@k-kruglov
Copy link

Same on Ventura 13.3, macbook air m1.

@whoozle
Copy link
Owner

whoozle commented May 31, 2023

partially fixed in c6e9636

no MTP device found message box was broken some time ago - restored

I guess it's missing an entitlement for raw usb, but I have no idea how to add it without signing

For raw USB access the entitlement key is com.apple.security.device.usb,

@dJani97
Copy link

dJani97 commented Aug 7, 2023

Still crashes on MacOS 13.5, macbook air m1

Installed from cask

@tomsem
Copy link

tomsem commented Sep 2, 2023

I can get it to launch after fresh boot (latest Ventura version), but after that it hangs. I also seem to get only one use of CLI before it says 'device in use'. Have not figured out how to reset it.

@LeeBinder
Copy link

LeeBinder commented Apr 10, 2024

In my case it was adb blocking. Solution:

  1. adb kill-server
  2. un- and replug the USB cable
  3. on the phone, toggle USB from 'Charging' to 'File Transfer'

After that, Android File Transfer by whoozle is working again in macOS Monterey, even w/o a OS reboot :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants