EgoTempest
Lurker
I have a Nova 7 Fire and everything I have looked at for setting up the external card slot as internal storage for app2sd functionality is either vague of device specific.
The device was pre-rooted (?) when delivered and I know I need to edit the vold.fstab file, but I dont know what to edit it to and even if I did it wont copy over the original? Any help would be greatly appreciated. Its supposed to be simple but thats only true when you know what to do.
Thanks.
the vold.fstab file is as follows...
## 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
#use this line to support VIRTUAL CDROM.And you can define the directory where you want to mount
loop_mount loop /mnt/VIRTUAL_CDROM
dev_mount sdcard /mnt/sdcard/external_sdcard auto /devices/platform/AMLOGIC_CARD/card_host/memorycard0 /devices/platform/aml_sd_mmc.0
dev_mount flash /mnt/sdcard auto /devices/virtual/mtd/mtd8/avnftl8 /devices/platform/mtd/mtd8/avnftli
asec flash
The device was pre-rooted (?) when delivered and I know I need to edit the vold.fstab file, but I dont know what to edit it to and even if I did it wont copy over the original? Any help would be greatly appreciated. Its supposed to be simple but thats only true when you know what to do.
Thanks.
the vold.fstab file is as follows...
## 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
#use this line to support VIRTUAL CDROM.And you can define the directory where you want to mount
loop_mount loop /mnt/VIRTUAL_CDROM
dev_mount sdcard /mnt/sdcard/external_sdcard auto /devices/platform/AMLOGIC_CARD/card_host/memorycard0 /devices/platform/aml_sd_mmc.0
dev_mount flash /mnt/sdcard auto /devices/virtual/mtd/mtd8/avnftl8 /devices/platform/mtd/mtd8/avnftli
asec flash