I tried the logic thing, and change the mount points in /etc/vold.fstab like i do in my tablet and phone, but dont work, my memory dont swap, and i lost access to my hd if i do this ... Its something more necessary in these mini sticks? I have a MK-808B original! In the case my internal usb its the udisk0.
EDIT:
This is how it is by default:
dev_mount flash /mnt/sdcard auto /devices/virtual/mtd/mtd9/mtdblock9
dev_mount sdcard /mnt/ext_sdcard auto /devices/platform/rk29_sdmmc.0/mmc_host/mmc0
dev_mount udisk0 /mnt/usb_storage/USB_DISK0 auto /devices/platform/usb
And this is how i changed:
dev_mount flash /mnt/usb_storage/USB_DISK0 auto /devices/virtual/mtd/mtd9/mtdblock9
dev_mount sdcard /mnt/ext_sdcard auto /devices/platform/rk29_sdmc0/mmc_host/mmc0
dev_mount udisk0 /mnt/sdcard auto /devices/platform/usb
But, the in the storage page (settings) its showed 00 bytes, but i can access /mnt/usb_storage/USB_DISK0/udisk0 without problems... why my disk can be used to mount the NAND STORAGE for my apps data?
Thanks for your help.
Comment