![]() |
2011-09-28
, 09:22
|
Posts: 172 |
Thanked: 63 times |
Joined on Jun 2010
|
#3211
|
![]() |
2011-09-28
, 09:53
|
|
Posts: 1,239 |
Thanked: 1,278 times |
Joined on Aug 2011
@ Balochistan
|
#3212
|
![]() |
2011-09-28
, 10:23
|
|
Posts: 18 |
Thanked: 13 times |
Joined on Jul 2011
@ Novi Sad, Serbia
|
#3213
|
NITDroid can detect SD Card, just modify the "vold.fstab" file inside "/and/etc/" after installation.
The original line is like this (it will mount first partition of eMMC (MyDocs) as the SD Card).
This line is under "# eMMC" line. You need to add "#" before the "dev_mount" command (to make it as a comment line).Code:dev_mount sdcard /mnt/sdcard 1 /devices/platform/mmci-omap-hs.1/mmc_host/mmc1
At the end of the file you should create new command (it will mount the first partition of the 'real' SD Card).Code:#dev_mount sdcard /mnt/sdcard 1 /devices/platform/mmci-omap-hs.1/mmc_host/mmc1
Note:Code:dev_mount sdcard /mnt/sdcard 1 /devices/platform/mmci-omap-hs.0/mmc_host/mmc0
dev_mount : is the mount command
sdcard : is the label
/mnt/sdcard : is the mount point
1 : is the partition of the SD Card
/devices/platform/mmci-omap-hs.0/mmc_host/mmc0 : is the 'real' SD Card device
/devices/platform/mmci-omap-hs.1/mmc_host/mmc1 : is the first partition of the eMMC (MyDocs) (this is the original "vold.fstab" file)
![]() |
2011-09-28
, 12:16
|
Posts: 115 |
Thanked: 98 times |
Joined on Aug 2011
|
#3214
|
thanks awasisto for ur help. one more question and probably the last one. whenever i attach usb cable to my phone it doesn't give me any option as of mass storage mode etc. i read i post by e-yes that use rc3 kernel for mass storage as i have used rc6 kernel as ammyt suggested to me. any help ?
![]() |
2011-09-28
, 12:37
|
Posts: 115 |
Thanked: 98 times |
Joined on Aug 2011
|
#3216
|
![]() |
2011-09-28
, 12:50
|
|
Posts: 18 |
Thanked: 13 times |
Joined on Jul 2011
@ Novi Sad, Serbia
|
#3217
|
I don't know. Use the original "vold.fstab", then install ASTRO File Manager from the Market and see "/mnt/sdcard/". Are your files there?
![]() |
2011-09-28
, 13:04
|
Posts: 115 |
Thanked: 98 times |
Joined on Aug 2011
|
#3218
|
![]() |
2011-09-28
, 16:17
|
Posts: 33 |
Thanked: 22 times |
Joined on Aug 2011
@ Finland
|
#3219
|
![]() |
2011-09-28
, 16:26
|
|
Posts: 353 |
Thanked: 166 times |
Joined on Jun 2010
@ India
|
#3220
|
![]() |
Tags |
community win, mor*nicindians, nitdroid |
|