hecho.
adb shell
su
stop
mount -o rw,remount /system/ /system
mv /system/app/SystemUI.apk /system/app/SystemUI.apk.bak
mv /system/app/SystemUI.odex /system/app/SystemUI.odex.bak
cp /sdcard/SystemUI.apk /system/app
rm /system/app/SystemUI.odex
chmod 644 /system/app/SystemUI.apk
mount -o ro,remount /system/ /system
reboot
"rm /system/app/SystemUI.odex" solo que este comando me daba error, pero parece que funciona.
|