Bueno acabo de contactar con el desarrollador y pronto estara arreglado el fallo que me prohibe lanzar la rom ^^
Esto le e escrito:

Cita:
is possible to apply this?
Originally Posted by ruotal View Post
I'm very interested in xRecovery.
I think that the screen issue is framebuffer width!=stride.
minui/graphics.c:
----- in get_framebuffer()
+static struct fb_fix_screeninfo fi;
static struct fb_var_screeninfo vi;
static int get_framebuffer(GGLSurface *fb)
{
int fd;
- struct fb_fix_screeninfo fi;
----- in get_memory_surface()
- ms->stride = vi.xres;
- ms->data = malloc(vi.xres * vi.yres * 2);
+ ms->stride = fi.line_length/2;
+ ms->data = malloc(ms->stride * ms->width * 2);

Y esto me responde:

Cita:
Asi que paciencia ;)
Actualmente se ve asi:

Cuando deberia verse asi:

Y con otros recovery ya se a conseguido, obviamente no van sus funciones es un simple test:
Saludos, y a esperar nos toca ;)
Nota: Gracias love por toda paciencia que tienes aguantando lo que te paso del telefonito y tal... y por escucharme =) [Aunque esto si no te lo paso tu no lo leeras... per voy a pasartelo

]