I have installed 0627_mod_by_feiyu ROM and they don't need to use SDCARD. The internal memory is mounted as SDCARD. Now i install 0826 ROM and i want to use de internal memory as SDCARD but i don't kwon how.
Last edited by bonz82 on Mon Oct 03, 2011 2:45 pm, edited 1 time in total.
Mon Oct 03, 2011 9:44 am
bonz82
Joined: Fri Jul 15, 2011 5:37 pm Posts: 9
Re: How to use mnt\flash as sdcard?? - SOLVED
I found it!!!
In /system/etc/vold.fstab of oficial firmware:
Code:
## Vold 2.0 fstab
####################### ## Regular device mount ## ## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...> ## label - Label for the volume ## mount_point - Where the volume will be mounted ## part - Partition # (1 based), or 'auto' for first usable partition. ## <sysfs_path> - List of sysfs paths to source devices ######################
# Mounts the first usable partition of the specified device dev_mount sdcard /mnt/sdcard auto /devices/platform/AMLOGIC_CARD/card_host/memorycard0 dev_mount flash /mnt/flash auto /devices/virtual/mtd/mtd8/avnftl8 dev_mount sata /mnt/sata auto /devices/lm2/host0/target0:0:0/0:0:0:0/block
In feiyu ROM:
Code:
## Vold 2.0 fstab
####################### ## Regular device mount ## ## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...> ## label - Label for the volume ## mount_point - Where the volume will be mounted ## part - Partition # (1 based), or 'auto' for first usable partition. ## <sysfs_path> - List of sysfs paths to source devices ######################
# Mounts the first usable partition of the specified device dev_mount sdcard /mnt/sdcard auto /devices/virtual/mtd/mtd8/avnftl8 dev_mount flash /mnt/flash auto /devices/platform/AMLOGIC_CARD/card_host/memorycard0 dev_mount sata /mnt/sata auto /devices/lm2/host0/target0:0:0/0:0:0:0/block
I had copy this file from feiyu ROM and put it in /system/etc/ with root explorer, reboot de novo8 and now i don“t need SDCARD!!
Users browsing this forum: No registered users and 1 guest
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum