[06 JAN] [FIX] Usb Mass Storage on Gingerbread

Search This thread

dan1j3l

Retired Recognized Developer
May 23, 2010
83
226
Zagreb
After 15 min. of inspecting logs i found fix for USB Mass Storage on Gingerbread builds. They changed some interfaces in volume manager (vold), so i prepared fixed version of vold.

Usage: BACKUP /system/bin/vold

copy fixed vold to /system/bin/
(adb push vold /system/bin )

- also check file permissions after pushing (best to set 777)
if your system is mounted as ro remount it by: mount -o remount,rw /system

EDIT: Forgot to mention to reboot phone after changing vold :)

USE IT AT YOUR OWN RISK !!!
IF U HAVE SOME PROBLEMS WITH THIS VOLD JUST REPLACE IT WITH BACKUP U MADE (u made backup, right ? )


dan1j3l
 

Attachments

  • vold.zip
    26.4 KB · Views: 1,562
Last edited:

pack21

Senior Member
Dec 14, 2009
2,102
227
Wow.....fantastic!


Now is time to put some coke on Ginger builds!


Thanks Dan.

:D
 

Top Liked Posts

  • There are no posts matching your filters.
  • 67
    After 15 min. of inspecting logs i found fix for USB Mass Storage on Gingerbread builds. They changed some interfaces in volume manager (vold), so i prepared fixed version of vold.

    Usage: BACKUP /system/bin/vold

    copy fixed vold to /system/bin/
    (adb push vold /system/bin )

    - also check file permissions after pushing (best to set 777)
    if your system is mounted as ro remount it by: mount -o remount,rw /system

    EDIT: Forgot to mention to reboot phone after changing vold :)

    USE IT AT YOUR OWN RISK !!!
    IF U HAVE SOME PROBLEMS WITH THIS VOLD JUST REPLACE IT WITH BACKUP U MADE (u made backup, right ? )


    dan1j3l
    3
    For those using ClockworkMod, i made a zip to update.

    Enjoy!
    2
    Dan you my hero! :D
    1
    Awsome!!

    Fantastic... now ill have to learn how to Adb :p

    Thx alot!!!
    1
    This fix worked perfectly. If anybody has trouble, I highly recommend using Root Explorer or similar. I just pasted it in and it worked. No need to mess with adb or even change permissions.