Home Menu

Menu



Woxter Tablet PC 101 IPS Dual 10.1" Woxter Tablet PC 101 IPS Dual 10.1"


 
Herramientas
  #1  
Viejo 14/08/14, 15:32:52
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
Lightbulb Intercambiar memoria interna por externa ''vold.fstab''

Hola, buenas. ¿Alguien ha conseguido montar la targeta micro sd externa como interna (nand) en nuestra Woxter? Ya sea modificando el archivo ''vold.fstab'' a pelo o mediante el programa ''internal 2 external sd''. He mirado tutoriales genéricos pero sin frutos hasta ahora. Estaría bien poder substituir esos 12 Gb internos por 32 ó mas para juegos y contenido multimedia. Os adjunto el contenido de mi vold.fstab. Gracias y un saludo.

PD: Estoy con la R3.




##
## 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
Responder Con Cita
Gracias de parte de:


  #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:
  #3  
Viejo 20/08/14, 10:40:28
Avatar de Algo333
Algo333 Algo333 no está en línea
Miembro del foro
Mensajes: 434
 
Fecha de registro: mar 2013
Localización: España
Mensajes: 434
Modelo de smartphone: OnePlus 6T
Versión de ROM: Stock Rom
Tu operador: Otra
Mencionado: 3 comentarios
Tagged: 1 hilos
Cita:
Originalmente Escrito por genio360 Ver Mensaje
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.
Eso es genial, muchas gracias por tu aportación
Responder Con Cita
Respuesta

Estás aquí
Regresar   HTCMania > Foro Tablets / Laptops > Tablets Woxter > Woxter Tablet PC 101 IPS Dual 10.1"


Reglas de Mensajes
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Las caritas están On
Código [IMG] está On
Código HTML está Off

Saltar a Foro



Hora actual: 14:42:03 (GMT +1)

Cookies
Powered by vBulletin™
Copyright © vBulletin Solutions, Inc. All rights reserved.
 
HTCMania: líderes desde el 2007