Guía Deodexar Jelly Bean
Files needed:
Xultimate 2.4 Download here
Download files "Smaili-1.2.4.jar" and "baksmali-1.4.2.jar" link
tutorial:
- Once downloaded xUltimate & unzip wherever
- Files "baksmali-1.4.2.jar" and "smali-1.4.2.jar" rename deleting numbers, would be as follows: · baksmali.jar "and" smali.jar ".
- Copy both files to / xUltimate / jar and replace the existing.
- Connect the PC to cellular USB debugging.
- Open the folder xUltimate the main.exe
- Select option 5; wait takes about 5-30 minutes depending on the phone model.
- When and finish is created in the folder xUltimate 2 folders, "done_app" and "done_frame" copy both to sd (in case of a terminal with internal and external memory to the internal copy).
- I opened a command window (I take it for granted that adb is correctly configured and no, I will not explain how, if in this section are supposed to know that) type in the following:
adb shell
su
stop
mount -o remount,rw /dev/block/mtdblock4 /system
cp /sdcard/done_app/* /system/app/
cp /sdcard/done_frame/* /system/framework/
rm /system/app/*.odex
rm /system/framework/*.odex
mount -o remount,ro /dev/block/mtdblock4 /system
reboot
enjoy..!!
Note: I recommend doing then wipe cache and cache davilk, if not boot also wipe data.
original post argendroid
spanish version
Introduccion:
Para los que no pueden deodaxar sus rom's o firmwares stock les dejo esta mini guia, es muy muy simple. Primero aconsejo leer los siguiente:
Explicación
realizada por @Zoneroh su post Explicacion deodex y odexEditar classes.dex por @pixiees ir al post
Deodex instruccion's por jesusfreke@jesusfreke.com post en google doc's
Archivos necesarios:
Xultimate 2.4 descarga aquì
Descarga los archivos "smaili-1.2.4.jar" y "baksmali-1.4.2.jar" link
Tutorial:
- Una vez descargada xUltimate, descomprir en donde quieran.
- Los archivos "baksmali-1.4.2.jar" y "smali-1.4.2.jar" renombrarlos borrando los numeros, quedarían así: ·baksmali.jar" y "smali.jar".
- Copiar ambos archivos a /xUltimate/jar y reemplazar los existentes.
- Conectar el celu a la pc con depuracion usb.
- Abrir en la carpeta xUltimate el main.exe
- Selecciona la opcion 5; esperen demora unos 5 a 30 minutos depende el modelo de telefono.
- Cuando y termine se habra creado en la carpeta xUltimate 2 carpetas, "done_app" y "done_frame" copiarlas a ambas a la sd (en caso de un terminal con memoria interna y externa copiarlas a la interna).
- Abrí una ventana de comandos (tomo por sentado que tiene el adb correctamente configurado y no, no les voy a explicar como, si están en esta sección se suponen que debe saber eso) tipear los siguiente:
adb shell
su
stop
mount -o remount,rw /dev/block/mtdblock4 /system
cp /sdcard/done_app/* /system/app/
cp /sdcard/done_frame/* /system/framework/
rm /system/app/*.odex
rm /system/framework/*.odex
mount -o remount,ro /dev/block/mtdblock4 /system
reboot
Listo..!!!
nota: recomiendo hacer luego wipe cache y davilk cache, si no bootea tambien wipe data.