Ver Mensaje Individual
  #2  
Viejo 18/08/14, 16:01:16
Avatar de genio360
genio360 genio360 no está en línea
Miembro del foro
Mensajes: 84
 
Fecha de registro: dic 2013
Mensajes: 84
Tu operador: Movistar
Mencionado: 0 comentarios
Tagged: 0 hilos
Bueno, pues al final probando y probando lo conseguí modificando el ''vold.fstab'' a pelo. Ahora no puedo subir captura pero he conseguido poner mi sd de 32 gb como memoria interna y los 12 internos como externos. El archivo ''vold.fstab'' que funcionó fue este:

## Vold 2.0 Generic fstab
## - San Mehat ([email protected])
##

#######################
## 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
######################

## Example of a standard sdcard mount for the emulator / Dream
# Mounts the first usable partition of the specified device
#dev_mount sdcard /mnt/sdcard auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
dev_mount flash /mnt/sdcard auto /devices/platform/rk29_sdmmc.0/mmc_host/mmc0
dev_mount sdcard /mnt/external_sd auto /devices/virtual/mtd/mtd9/mtdblock9
dev_mount udisk /mnt/usb_storage auto /devices/platform/usb20_otg/usb
## Example of a dual card setup
# dev_mount left_sdcard /sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
# dev_mount right_sdcard /sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/msm_sdcc.3/mmc_host/mmc1

## Example of specifying a specific partition for mounts
# dev_mount sdcard /sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1




Los cambios están en las lineas de dev_mount flash y dev_mount sdcard
Se edita con root explorer el archivo ''vold.fstab'' original de la ruta /system/etc/ y listo.
Responder Con Cita
Gracias de parte de: