Julien83 / android-froyo-archos7ht

Automatically exported from code.google.com/p/android-froyo-archos7ht
0 stars 0 forks source link

SD card is not visible #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
SD card does not show up as visible and is not mounted by the device.

Original issue reported on code.google.com by theplagu...@gmail.com on 19 Nov 2010 at 10:55

GoogleCodeExporter commented 9 years ago
This has been solved on the latest release

Original comment by pma...@gmail.com on 5 Dec 2010 at 1:55

GoogleCodeExporter commented 9 years ago
This is now fixed.  SD Card is visible to applications by changing vold.fstab 
appropriately.  The SD Card is accessible via USB Mount by altering 
VolumeManager.cpp source to point to the correct LUN.

Original comment by korny...@gmail.com on 11 Dec 2010 at 2:57

GoogleCodeExporter commented 9 years ago
can you upload the good vold.fstab ? 

Original comment by ral...@laposte.net on 13 Dec 2010 at 4:44

GoogleCodeExporter commented 9 years ago
change your dev_mount sdcard line for:

dev_mount sdcard /mnt/sdcard auto /devices/platform/rk28_sdmmc0/mmc_host/mmc0

Original comment by hamlet...@gmail.com on 13 Dec 2010 at 6:56

GoogleCodeExporter commented 9 years ago
thank you 

Original comment by ral...@laposte.net on 13 Dec 2010 at 10:04

GoogleCodeExporter commented 9 years ago
Hi,

where i can change this :

dev_mount sdcard /mnt/sdcard auto /devices/platform/rk28_sdmmc0/mmc_host/mmc0

i don't see this line in vold.conf 

thank

Original comment by mikelkea...@gmail.com on 23 Dec 2010 at 4:04

GoogleCodeExporter commented 9 years ago
vold.fstab not vold.conf 

Original comment by ral...@laposte.net on 23 Dec 2010 at 6:06

GoogleCodeExporter commented 9 years ago
Hi

thank for your reponse but on APAD doesen't work

Have you the last link for download 1.6 

Thank you 

Original comment by mikelkea...@gmail.com on 24 Dec 2010 at 7:57

GoogleCodeExporter commented 9 years ago
The change mentioned here is for vold.fstab, which is used in 2.2+:
dev_mount sdcard /mnt/sdcard auto /devices/platform/rk28_sdmmc0/mmc_host/mmc0

1.6 uses vold.conf:

volume_sdcard {
    ## This is the direct uevent device path to the SD slot on the device
    #emu_media_path /devices/platform/goldfish_mmc.0/mmc_host/mmc0
    media_path /devices/platform/rk28_sdmmc0/mmc_host/mmc0

    media_type     mmc
    mount_point    /flash/sdcard
    ums_path       devices/lm0/gadget/lun0
    mount_sn        2
    umount_sn       1
}

Original comment by korny...@gmail.com on 24 Dec 2010 at 8:00

GoogleCodeExporter commented 9 years ago
I already tried changing the vold of Froyo, no matches.

But if I take the boot.img of Froyo I SD works but over wifi.

I changed wlan.ko No results

lefeudedieu

Original comment by mikelkea...@gmail.com on 24 Dec 2010 at 8:12

GoogleCodeExporter commented 9 years ago
ok 

i repear the probleme in init.rk28board.rc

Now i can read video SD

Original comment by mikelkea...@gmail.com on 24 Dec 2010 at 12:14

GoogleCodeExporter commented 9 years ago
1.6 uses vold.conf:

volume_sdcard {
    ## This is the direct uevent device path to the SD slot on the device
    #emu_media_path /devices/platform/goldfish_mmc.0/mmc_host/mmc0
    media_path /devices/platform/rk28_sdmmc0/mmc_host/mmc0

    media_type     mmc
    mount_point    /flash/sdcard
    ums_path       devices/lm0/gadget/lun0
    mount_sn        2
    umount_sn       1
}

that still not work at 1.6?

Original comment by chrisc...@gmail.com on 25 Feb 2011 at 5:02