Posts

Showing posts from October, 2016

Android File Transfer and Samsung SmartSwitch Conflict

Had some issues getting Android File transfer to work on my Mac with the Galaxy S7. Fixed it by unloading the Samsung drivers. Here are the quick steps to unload the Samsung modules. $sudo kextunload -b com.devguru.driver.SamsungMTP $sudo kextunload -b com.devguru.driver.SamsungComposite $ sudo kextunload -b com.devguru.driver.SamsungACMControl $ sudo kextunload -b com.devguru.driver.SamsungACMData $ kextstat |grep -i samsung The last command should not return any results. Start the Android File Transfer app again and you should be in business.