Ver Mensaje Individual
  #33  
Viejo 05/05/12, 00:46:08
Array

[xs_avatar]
burnvirus burnvirus no está en línea
Miembro del foro
· Votos compra/venta: (1)
 
Fecha de registro: dic 2011
Mensajes: 349
Modelo de smartphone: Xperia U, Huawei U8650, BQ Kepler y BQ Pascal 2
Tu operador: Yoigo
Usar external_sd para almacenar aplicaciones

 Cita: Originalmente Escrito por lmemperador Ver Mensaje
joder burnvirus, genial tio, como dijo aquel, el caso es saber que lineas tocar y como tocarlas. gracias
pues lo prometido es deuda, jejejeje, os adjunto la imagen

ahora el kit de la cuestion, con el rootexplorer teneis que modificar el fichero /system/etc/vold.fstab ya sabeis, pulsar sobre el y elegir la opcion de editar ....

el fichero original es este:

Código:
## 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/virtual/mtd/mtd9/mtdblock9
dev_mount sdcard /mnt/external_sd auto /devices/platform/rk29_sdmmc.0/mmc_host/mmc0
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
y el modificado este:

Código:
## 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 /mntexternal_sd auto /devices/virtual/mtd/mtd9/mtdblock9
dev_mount sdcard /mntsdcard auto /devices/platform/rk29_sdmmc.0/mmc_host/mmc0
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

guardais cambios, reiniciais y listo

no obstante mi recomendacion es que antes de hacer esto movais el contenido de la "SD" interna a la tarjeta de memoria externa para que no os de fallo ninguna apliación, para esto basta con conectar la tablet al ordenador y copiar el contenido de una memoria a la otra :P
Imágenes Adjuntas
Tipo de Archivo: png Screenshot_2012-05-05-00-26-31.png (84.3 KB, 491 visitas)
Responder Con Cita
Los siguientes 10 usuarios han agradecido a burnvirus su comentario:
[ Mostrar/Ocultar listado de agradecimientos ]