Lo vuelvo a subir, el link2sd es una mierda y el simple2ext es para CyanogenMod7.
Voy a seguir este tutorial y a hacerlo por mi mismo:
Hay una cosa que me agradaría que me explicárais:
Cita:
You will need to know your kernel base address. Now I don't have all of the base addresses for all the phones, but I do have the four I normally work with when developers need me to check their boot image. This part is very important, as using the wrong base address will cause your phone not to boot (and you'll have to restore back from a recovery image).
Hero CDMA (heroc), Hero GSM (hero)
Base Address: 0x19200000
Command Line: "no_console_suspend=1 console=null"
Desire (bravo), Nexus One (passion)
Base Address: 0x20000000
Command Line: "no_console_suspend=1 msmsdcc_sdioirq=1 wire.search_count=5"
.
.
.
|
Aquí habla de la dirección base del kernel y de una línea de comandos que varía según el dispositivo, el problema es que no dice como obtener ninguno de los dos; ¿alguien tiene idea de como hacerlo? (seguro que sí, si no, no se hubiera podido integrar en alguna de las roms que hay por aquí...)