Skip to content

Instantly share code, notes, and snippets.

@zeroseis
Created September 14, 2015 17:28
Show Gist options
  • Save zeroseis/ce66d4c6b776577442a6 to your computer and use it in GitHub Desktop.
Save zeroseis/ce66d4c6b776577442a6 to your computer and use it in GitHub Desktop.
Disable auto start for Android File Transfer
  • Close Android File Transfer
  • Open Activity Monitor and kill “Android File Transfer Agent”
  • Go to where you installed “Android File Transfer.app” (I have it under /Applications)
  • Ctrl+click –> “Show package contents”
  • Go to Contents/Resources
  • Rename “Android File Transfer Agent” to e.g. “Android File Transfer Agent_DISABLED”
  • Then go to “/Users/username/Library/Application Support/Google/Android File Transfer” and again rename the Agent app.
@hadri3n
Copy link

hadri3n commented Aug 17, 2023

openmtp

Thanks for sharing ! This soft is great !

@wangyandongnx
Copy link

The permissions trick worked great for me. All I did was:

  1. In Settings app > Users & Groups > Login Items, first unlock the settings panel then remove the Android File Transfer Agent entry
  2. Open a Terminal and sudo -s
  3. Change permissions on the agent app: chmod 000 /Applications/Android\ File\ Transfer.app/Contents/Helpers/Android\ File\ Transfer\ Agent.app
  4. Change ownership to root on the agent app: chown root:wheel /Applications/Android\ File\ Transfer.app/Contents/Helpers/Android\ File\ Transfer\ Agent.app
  5. Delete the Application Support directory: rm -r ~/Library/Application\ Support\Google\Android\ File\ Transfer
  6. Open Activity Monitor and force kill the Android File Transfer Agent process

That's it. I confirmed that re-opening the Android File Transfer app no longer adds the launch entry or makes the copy to Application Support directory and the app no longer auto-launches when a device is plugged in.

Works for me. Thanks.

@SmokyLion
Copy link

This is too radical. I'd suggest going to the System Preferences / Users & Groups / / Login Items and removing "Android File Transfer Agent" from the list. This way you will still be able to launch it when you need it.

@alg This does work. thank you! (I just needed to kill/stop the agent process manually after removing it from the list as you suggested)

6 yrs later, Thanks!

@tanduynguyen
Copy link

I tried all solutions but this one was the simplest and the best one of for me.

I dragged the Android File Transfer icon to Trash.

Lol

Best idea, so tired ✌️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment