kadoknet
27/03/14, 10:30:55
Hola chicos, resulta que mi flamante v975 le ha dejado de funcionar el lector de SD y por tanto whatsapp por ejemplo no baja las fotos ni los videos entre otras cosas. Estoy intentando modificar el vold.fstab para que funcione como memoria interna pero no se, no me entero como debo de hacerlo. Este es el contenido del fichero en cuestión:
# Copyright (C) 2009 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
## Vold 2.0 fstab for the Morrestown Platform
#######################
## 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 sdcard0 /storage/sdcard0 auto /devices/pci0000:00/0000:00:04.0/mmc_host /devices/pci0000:00/0000:00:02.3/gadget/lun0
dev_mount sdcard1 /storage/sdcard1 11 /devices/pci0000:00/0000:00:01.0/mmc_host formatable
dev_mount usbdrive /mnt/usbdrive auto */block/sd
He probado a copiar la línea del sdcard1 y ponerla como 0, de esta forma tendría simultáneamente montada en las dos SD la misma partición y a poner # en la línea del sdcard0 original para que no lo tome en cuenta y me he encontrado con un ladrillo que no enciende, se queda en un bucle. Ahora toca volver a empezar :risitas::risitas:
Si algún alma caritativa sabe como debo de poner el fichero que avise. Saludos.
# Copyright (C) 2009 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
## Vold 2.0 fstab for the Morrestown Platform
#######################
## 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 sdcard0 /storage/sdcard0 auto /devices/pci0000:00/0000:00:04.0/mmc_host /devices/pci0000:00/0000:00:02.3/gadget/lun0
dev_mount sdcard1 /storage/sdcard1 11 /devices/pci0000:00/0000:00:01.0/mmc_host formatable
dev_mount usbdrive /mnt/usbdrive auto */block/sd
He probado a copiar la línea del sdcard1 y ponerla como 0, de esta forma tendría simultáneamente montada en las dos SD la misma partición y a poner # en la línea del sdcard0 original para que no lo tome en cuenta y me he encontrado con un ladrillo que no enciende, se queda en un bucle. Ahora toca volver a empezar :risitas::risitas:
Si algún alma caritativa sabe como debo de poner el fichero que avise. Saludos.