Ver Mensaje Individual
  #214  
Viejo 27/01/11, 14:51:10
Array

[xs_avatar]
DaniP DaniP no está en línea
Usuario novato en la web
 
Fecha de registro: ene 2011
Localización: Barcelona City, ciudad sin ley
Mensajes: 3
Modelo de smartphone: Samsung Galaxy S
Tu operador: Yoigo
He seguido investigando mi problema... Y creo que he avanzado un poco, os lo explico por si a alguien le ha pasado igual.

El Problema:
Siguiendo este tutorial llegaba al momento de instalar el kernel Voodoo. Me instalaba el Kernel pero no me pasaba los archivos a EXT4. O sea que me quedaba sin lag fix!

Chequeando los logs de instalación del Voodoo encontré esto:

Código:
+ cmp /voodoo/partition_tables/16GB /voodoo/tmp/partition_table
/voodoo/partition_tables/16GB /voodoo/tmp/partition_table differ: char 14, line 1
+ cmp /voodoo/partition_tables/16GB-bigger-movinand /voodoo/tmp/partition_table
/voodoo/partition_tables/16GB-bigger-movinand /voodoo/tmp/partition_table differ: char 14, line 1
+ cmp /voodoo/partition_tables/16GB-tmo-vibrant /voodoo/tmp/partition_table
/voodoo/partition_tables/16GB-tmo-vibrant /voodoo/tmp/partition_table differ: char 5, line 1
+ cmp /voodoo/partition_tables/16GB-tmo-vibrant-bigger-movinand /voodoo/tmp/partition_table
/voodoo/partition_tables/16GB-tmo-vibrant-bigger-movinand /voodoo/tmp/partition_table differ: char 5, line 1
+ cmp /voodoo/partition_tables/8GB /voodoo/tmp/partition_table
/voodoo/partition_tables/8GB /voodoo/tmp/partition_table differ: char 14, line 1
+ cmp /voodoo/partition_tables/I9000T /voodoo/tmp/partition_table
/voodoo/partition_tables/I9000T /voodoo/tmp/partition_table differ: char 14, line 1
+ cmp /voodoo/partition_tables/README /voodoo/tmp/partition_table
/voodoo/partition_tables/README /voodoo/tmp/partition_table differ: char 1, line 1
+ cmp /voodoo/partition_tables/fascinate /voodoo/tmp/partition_table
/voodoo/partition_tables/fascinate /voodoo/tmp/partition_table differ: char 5, line 1
+ cmp /voodoo/partition_tables/mesmerize-showcase /voodoo/tmp/partition_table
/voodoo/partition_tables/mesmerize-showcase /voodoo/tmp/partition_table differ: char 14, line 1
+ test  != 
+ return 1
+ log model not detected
Un error que aparecía en un hilo de XDA. El mismo Supercurio da la respuesta: algún programa habrá dejado mi MBR "sucio" y no pasa el chequeo que hace el Voodoo antes de aplicar el cambio de sistema de archivos. Su solución es probar instalando con uno de los kernels que hay aquí: http://dl.project-voodoo.org/stock+Voodoo

Lo que no me queda claro es que, con este método, el MBR vuelva a ser el correcto...

En cualquier caso -después de pasarme por el IRC de Project Voodoo (mu majos y mu ingleses ellos)- me ofrecieron otra opción. Coger el MBR correcto de aquí:
https://github.com/project-voodoo/la...sk_parts/mbrs
Y aplicárselo al Galaxy haciendo algo parecido a esto:
dd if=/voodoo/mbrs/8GB of=/dev/block/mmcblk0

Y hasta aquí he llegado porque el enlace anterior me da error y no soy capaz de encontrarlo en otro sitio. Ah! Y el detalle que el comando para aplicárselo no tengo ni idea si se tiene que hacer via SSH o qué! Eso y que estoy en el curro sin posibilidad (teórica) de trastear

Si alguien tiene alguna idea o recomendación se la agradeceré un montón!