• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Change USB to Mass Storage instead of MTP

MaRz0o

Member
Hey guys, so I found this cool fix to change the function of the USB to mass storage instead of MTP.

Open up terminal emulator and enter in:

su
setprop persist.sys.usb.config mass_storage,adb
reboot

If you want to go back to MTP, open terminal emulator and enter:

su
setprop persist.sys.usb.config mtp,adb
reboot
 
Back
Top Bottom