[Q] Need help with USB auto mount on Xoom 3G 3.1 OTA Europe
Hi,
please help me with the my new role of owner Motorola Xoom 3G Eu.
I receive Honeycomb 3.1 OTA and rooted my my device after them.
Last days i try to make automount usd flash drives. I'm novice on Android but i'm not novice on Linux. I have the good host USB cable and check it. My usb mous & usb keyboard is work with Xoom.
What i did:
1. I make folder /data/media/usbdisk (i can't make folder under /mnt becouse /mnt rebuild on reboot)
2. I check that Xoom to see my drive:
Code:
$ su
# mount -t vfat /dev/block/platform/tegra-ehci.0/sda /data/media/usbdisk
#
and i see content of my drive.
3. I added string to end of file /etc/vold.fstab:
Code:
dev_mount usbdisk /data/media/usbdisk auto /devices/platform/tegra-ehci.0
And reboot device. And nothnig  When i connect my flash drive to the Xoom USB port i don't see any files unedr /data/media/usbdisk . List is empty. Drive not mounted  Why?
|