|
||
#1
|
||||
|
||||
vold.fstab si lector SD no funciona???
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 ![]() ![]() Si algún alma caritativa sabe como debo de poner el fichero que avise. Saludos. |
Gracias de parte de: | ||
|
#2
|
||||
|
||||
Creo que ya está, en cuanto pueda probar edito esto. Así ha quedado el fichero. 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 /storagesdcard1 auto /devices/pci0000:00/0000:00:04.0/mmc_host /devices/pci0000:00/0000:00:02.3/gadget/lun0 dev_mount sdcard1 /storagesdcard0 11 /devices/pci0000:00/0000:00:01.0/mmc_host formatable dev_mount usbdrive /mnt/usbdrive auto */block/sd Última edición por kadoknet Día 27/03/14 a las 12:00:32. |
#3
|
||||
|
||||
con ésto se consigue redimensionar la memoria interna????
Si es así, un gran invento. Salu222 |
#4
|
||||
|
||||
No, eso lo que hace es usar la memoria interna como una SD. En mi caso no puedo leer ninguna tarjeta SD y todos los programas me daban error. Con esta modificación se sustituye la SD por la memoria interna, no se modifica el tamaño. Esto por ejemplo, puede valer para moviles que guardan la información por defecto en la memoria interna y no hace uso de la SD, tal caso es el inverso de lo que he hecho. Saludos.
|
Gracias de parte de: | ||
#5
|
||||
|
||||
ahsss, ok. Pues me puede venir bien, porque a veces me da error de lectura/escritura en la tarjeta SD. Es más, una de 32 GB el móvil se la ha "machacado",
![]() ![]() Lo tendremos en cuenta. Gracias! Salu222 |
![]() |
![]() |
||||||
|