UnaiCelta18
01/08/13, 16:06:36
Mis intenciones son modificar el SystemUI a través de un update.zip creado por mí. Os adjunto el archivo updater-script a ver si me decís si hay algo mal porque no soy capaz de hacer funcionar el update.zip desde el recovery:
ui_print(" SystemUI by UnaiCelta18 ");
ui_print(" Mount Partition: System ");
mount("yaffs2", "MTD", "system", "/system");
ui_print(" Eliminando antiguo SystemUI ");
delete("/system/app/SystemUI");
ui_print(" Instalando app ");
package_extract_dir("system", "/system");
unmount("/system");
ui_print(" Reiniciar y listo ");
Las rutas son copiadas de mi actual rom y son las siguientes:
META-INF/
META-INF/CERT.rsa
META-INF/CERT.sf
META-INF/MANIFEST.mf
META-INF/com/android/
META-INF/com/android/metadata
META-INF/com/android/otacert
META-INF/com/google/android/update-binary
META-INF/com/google/android/updater-script
SYSTEM/
SYSTEM/APP/
SYSTEM/APP/SystemUI.apk
A ver si vosotros me sabéis ayudar.
ui_print(" SystemUI by UnaiCelta18 ");
ui_print(" Mount Partition: System ");
mount("yaffs2", "MTD", "system", "/system");
ui_print(" Eliminando antiguo SystemUI ");
delete("/system/app/SystemUI");
ui_print(" Instalando app ");
package_extract_dir("system", "/system");
unmount("/system");
ui_print(" Reiniciar y listo ");
Las rutas son copiadas de mi actual rom y son las siguientes:
META-INF/
META-INF/CERT.rsa
META-INF/CERT.sf
META-INF/MANIFEST.mf
META-INF/com/android/
META-INF/com/android/metadata
META-INF/com/android/otacert
META-INF/com/google/android/update-binary
META-INF/com/google/android/updater-script
SYSTEM/
SYSTEM/APP/
SYSTEM/APP/SystemUI.apk
A ver si vosotros me sabéis ayudar.