Ver la Versión Completa : [TEMA] Imitación a Honeycomb
pinfloi581
09/10/11, 04:37:28
http://translate.google.com/translate?sl=en&tl=es&js=n&prev=_t&hl=es&ie=UTF-8&layout=2&eotf=1&u=http%3A%2F%2Fforum.xda-developers.com%2Fshowthread.php%3Ft%3D1280542
GeraldR
09/10/11, 21:28:05
como lo instalo?
pinfloi581
10/10/11, 00:08:28
Deberian venir las instrucciones en el rar!!
damacha75
11/10/11, 15:57:34
Si tienes un backup restauralo y ya esta todo como antes es lo mas rapido
Perseidas
11/10/11, 16:59:34
Las instrucciones de instalación las muestra aquí (http://translate.googleusercontent.com/translate_c?anno=2&hl=es&rurl=translate.google.com&sl=en&tl=es&u=http://forum.xda-developers.com/showpost.php%3Fp%3D15201861%26postcount%3D2&usg=ALkJrhgnC6viw370L3yZzm-CaMGUpMjPCA). El enlace directo a dichas instrucciones es éste (http://translate.googleusercontent.com/translate_c?anno=2&hl=es&rurl=translate.google.com&sl=en&tl=es&u=http://forum.xda-developers.com/showpost.php%3Fp%3D13984118%26postcount%3D3&usg=ALkJrhiMgZAL4IdAsc2gMaVyEmk6gGHkVQ). Lo tenéis en el segundo post, pero os lo dejo indicado por si no lo veis.
OJO, cuidado, NO vayais a copiar el texto traducido porque os dará error en las opciones 2 y 3, tenéis que usar el texto original. El problema es que al traducir cambia comandos como "system" por su traducción "sistema" con lo que no os funcionará. Las opciones son alternativas, deberíais poder usar la que os resulte más cómoda.
Option 2
with terminal from phone:
Extract the files to the root of sdcard, then typ in this code
Code:
su mount -o remount,rw -t yaffs2 /dev/block/mtdblock0 /system dd if=/sdcard/SystemUI.apk of=/system/app/SystemUI.apk dd if=/sdcard/SemcGenericUxpRes.apk of=/system/framework/SemcGenericUxpRes.apk dd if=/sdcard/framework-res.apk of=/system/framework/framework-res.apk reboot
Option 3
with adb from pc:
Code:
adb push SystemUI.apk /sdcard/tmp/SystemUI.apk adb push SemcGenericUxpRes.apk /sdcard/tmp/SemcGenericUxpRes.apk adb push framework-res.apk /sdcard/tmp/framework-res.apk adb shell su mount -o remount,rw -t yaffs2 /dev/block/mtdblock0 /system dd if=/sdcard/tmp/SystemUI.apk of=/system/app/SystemUI.apk dd if=/sdcard/tmp/SemcGenericUxpRes.apk of=/system/framework/SemcGenericUxpRes.apk dd if=/sdcard/tmp/framework-res.apk of=/system/framework/framework-res.apk reboot
Un saludo.
darkphoenix
26/01/12, 18:13:02
Buenas, le e metido a mi neo el tema este con el recovery y ahora no se pueden quitar algunas cosas como el inicio del telefono, y el tema se queda como predefinido, estoy usando el tema de 7 escritorios ahora mismo, haber si alguien me puede echar una manilla, gracias.
vBulletin® v3.8.1, Copyright ©2000-2025, Jelsoft Enterprises Ltd.