[MOD] [CM10] Enable USB Mass Storage !! instead of MTP !

Search This thread

xX3m0Xx

Member
Aug 31, 2012
24
1
www.facebook.com
to enable mass storage mode !
enter in terminal emulator the following !

Code:
su
setprop persist.sys.usb.config mass_storage
reboot

profit !!


press enter after each line !
after reboot when you plug in your phone usb mass storage should work !



screenshot2012072811244.png
screenshot2012072811250.png

Oh my GOD! I love you man!!!! THANKS AGAIN!!!!!!:D having mtp mode made me crazy XD
 

ersinkavakli

Senior Member
Apr 15, 2009
64
7
doesnt worked for me...

wicked rom dll7
tried su and setprop command
it connets as installer mode , windows could see 2 cards but as ghost, if you try to open them you cant,
reverted back to mtp.

not working for me...
 

xinity

Member
Dec 21, 2010
48
8
I don't understand why people are still using this. If you open Settings and go to Storage and then click the me u button you can click USB computer connection. From there u can change it to Mass storage.

Sent from my LG-P930 using xda app-developers app

Well the fact is neither solutions offered are working , i still don't know why :(
terminal command --> KO
usb switcher --> KO
menu options in storage --> don't exist for me

this is really strange isn't it ?
 

SpawnHyuuga

Senior Member
Dec 25, 2010
74
9
Sadly, doesn't seem to work. :(

CyanogenMod 10 Unofficial
FreeXperia Build FXP205 Zeus

Device: Sony-Ericsson Xperia Play R800AT
 

mattman86

Senior Member
Oct 24, 2011
763
263
Vineyard
Just use the built in option...

1. From the home screen, press the 'Menu/Search' hardware button on the bottom left of your phone.
2. Tap 'System settings'.
attachment.php


3. Tap 'Storage'.
attachment.php


4. Press the 'Menu/Search' hardware button on the bottom left of your phone.
5. Tap 'USB computer connection'.
attachment.php


6. Check the box next to 'Mass Storage'.
attachment.php
 

Attachments

  • Screenshot_2013-02-10-20-35-56.png
    Screenshot_2013-02-10-20-35-56.png
    24.1 KB · Views: 3,222
  • Screenshot_2013-02-10-20-36-08.png
    Screenshot_2013-02-10-20-36-08.png
    35 KB · Views: 3,179
  • Screenshot_2013-02-10-20-36-21.png
    Screenshot_2013-02-10-20-36-21.png
    35.7 KB · Views: 3,164
  • Screenshot_2013-02-10-20-36-27.png
    Screenshot_2013-02-10-20-36-27.png
    42.5 KB · Views: 3,178
Last edited:

ehidle

Member
Nov 23, 2011
40
2
Neither method seems to work on GS3 with CM10.

Using the Settings -> Storage - Menu, the check box just jumps back to MTP. Using the setprop, the UMS checkbox stays but the PC doesn't pick anything up.
 

laidlow

Member
Jul 28, 2012
30
7
Cheers for this, I found this while searching for a fix for my SII and it worked perfectly! Like some other people I wasn't getting the menu in Storage settings, wonder why that is.
 

ruspa

Senior Member
Sep 2, 2009
68
9
Trieste
this worked, but actually the gallery does not show up any picture or video any more. I tried almost everything. the pics are always in the same place but the gallery says it's empty.
 

neilvj

Member
Aug 7, 2012
26
2
Stockholm
None of these work

None of the methods listed in this thread have worked for me.

Writing commands from the terminal window (with or without the adb) does not work

The instructions main menu > system settings > storage does not work as there is no option for ums mode ONLY mtp and ptp.


currently on i9300, running cm10.1 2013-06-24 with the siyah kernel 1.9.1

Perhaps this option has now been removed from from the rom all together?
 

mattman86

Senior Member
Oct 24, 2011
763
263
Vineyard
None of the methods listed in this thread have worked for me.

Writing commands from the terminal window (with or without the adb) does not work

The instructions main menu > system settings > storage does not work as there is no option for ums mode ONLY mtp and ptp.


currently on i9300, running cm10.1 2013-06-24 with the siyah kernel 1.9.1

Perhaps this option has now been removed from from the rom all together?

I have CM10.1 6-22 and the option is there.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 104
    to enable mass storage mode !
    enter in terminal emulator the following !

    Code:
    su
    setprop persist.sys.usb.config mass_storage
    reboot

    profit !!


    press enter after each line !
    after reboot when you plug in your phone usb mass storage should work !



    screenshot2012072811244.png
    screenshot2012072811250.png
    10
    I think maybe you'd want this:
    Code:
    su
    setprop persist.sys.usb.config mass_storage,adb
    reboot

    And then to switch back to mtp:
    Code:
    su
    setprop persist.sys.usb.config mtp,adb
    reboot

    But, I'm new to this. Do your commands as you have them now disable adb?
    5
    This has been added to the latest CM10 nightly.

    Settings > Storage > Menu > USB Computer Connection
    3
    I think maybe you'd want this:
    Code:
    su
    setprop persist.sys.usb.config mass_storage,adb
    reboot

    And then to switch back to mtp:
    Code:
    su
    setprop persist.sys.usb.config mtp,adb
    reboot

    But, I'm new to this. Do your commands as you have them now disable adb?

    it disables adb debugging only one time after first reboot !
    after that you can go into developer options and enable debugging :)
    2
    it disables adb debugging only one time after first reboot !
    after that you can go into developer options and enable debugging :)

    I love you man. For some reason this is the only thing that managed to get adb working on my device.