Probleme Beim flashen von Nachträglichen Mods in der Systemui

nobody573

nobody573

Enthusiast
2.488
Hallo da es ja nun mehrere betrifft mach ich hier jetzt mal ein Thread dazu auf, um die anderen Threads Sauber zu halten.

Wie viele ja schon mitbekommen haben passiert es immer häufiger das nach einem nachflashen von Bats, oder von anderen Grafiken wo mit der Systemui zu tun haben danach die Statsleiste weg ist. Ich und andere sind da auf der Suche nach der Ursache. Konnten aber noch nichts finden diesbezüglich. Scheichuwe meinte man könnte ja mal aLogcat mit laufen lassen, gesagt getan. Jetzt hab ich das problem das erst garnichts hinein kopiert wird mit vrthemer was mich vor das nächste Rätzel stellt.

Ich hoffe das wir hier alle Gemeinsam wer sich auch immer alles mit dran beteiligt, eine Lösung finden damit das flashen von Mods Themes und was auch alles dazu gehört, wieder reibungslos funktioniert.

Gruß euer Dr. No
 
  • Danke
Reaktionen: Masta_Gee81
Ihr könntet mal versuchen das hier in das updater-script einzubauen:

Code:
delete("/data/dalvik-cache/system@app@SystemUI.apk@classes.dex");

/data mounten nicht vergessen...
 
  • Danke
Reaktionen: nobody573
Hey Danke Scheichuwe, aber kurz für mein verständnis diese ist Orginal

Code:
show_progress(1, 15);
run_program("/sbin/mount", "/dev/block/mmcblk0p9", "/system");
run_program("/sbin/mount", "/dev/block/mmcblk0p10", "/data");
package_extract_dir("vrtheme", "/sdcard/vrtheme");
set_perm(0, 0, 0755, "/sdcard/vrtheme/installtheme.sh");
set_perm(0, 0, 0755, "/sdcard/vrtheme/zip");
set_perm(0, 0, 0755, "/sdcard/vrtheme/cleanup.sh");
set_perm(0, 0, 0755, "/sdcard/vrtheme/zipalign");
run_program("/sdcard/vrtheme/installtheme.sh");
run_program("/sdcard/vrtheme/cleanup.sh");
package_extract_dir("system", "/system");
package_extract_dir("data", "/data");
ui_print("Additional files copied");
run_program("/sbin/busybox", "umount", "/system"); 
run_program("/sbin/busybox", "umount", "/data"); 
run_program("/sbin/busybox", "umount", "/sdcard"); 
ui_print("install finish");


Und die mit der Zeile von dir beschrieben ist das so richtig ??

Code:
show_progress(1, 15);
run_program("/sbin/mount", "/dev/block/mmcblk0p9", "/system");
run_program("/sbin/mount", "/dev/block/mmcblk0p10", "/data");
[COLOR=Red][B]delete("/data/dalvik-cache/system@app@SystemUI.apk@classes.dex");[/B][/COLOR]
package_extract_dir("vrtheme", "/sdcard/vrtheme");
set_perm(0, 0, 0755, "/sdcard/vrtheme/installtheme.sh");
set_perm(0, 0, 0755, "/sdcard/vrtheme/zip");
set_perm(0, 0, 0755, "/sdcard/vrtheme/cleanup.sh");
set_perm(0, 0, 0755, "/sdcard/vrtheme/zipalign");
run_program("/sdcard/vrtheme/installtheme.sh");
run_program("/sdcard/vrtheme/cleanup.sh");
package_extract_dir("system", "/system");
package_extract_dir("data", "/data");
ui_print("Additional files copied");
run_program("/sbin/busybox", "umount", "/system"); 
run_program("/sbin/busybox", "umount", "/data"); 
run_program("/sbin/busybox", "umount", "/sdcard"); 
ui_print("install finish");

Hoffe das ist so richtig eingefügt ??
 
Ja, sieht gut aus.
Ob's was bringt weiß ich aber nicht :)
 
  • Danke
Reaktionen: nobody573
Nein hat nichts gebracht wurde nichts übernommen. Ist mir echt total ein Rätsel, ich hab den vrthemer 0.4.1 den letzten der bei XDA ist. Mit dem flash ich das ganze Theme wird alles übernommen. Wen ich haber jetzt eine Bat Tauschen will in dem in vrthemer/system/app/SystemUI.apk/res/drawable-xhdpi/icons einfüge nimmt er nichts das gibt es ja wohl nicht. Und es reicht ja das updater script und mit dem Richtigen Pfad die icons wo man Tauschen will.
 
nobody573 schrieb:
...Und es reicht ja das updater script und mit dem Richtigen Pfad die icons wo man Tauschen will.

Da muss nichts im updater-script geändert werden...

Du musst nur die Ordner in vrtheme/system/app anlegen, dass das dann so aussieht

vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/

und da kommen dann die Icons rein. Flashen, fertig.

Aber ich dachte eigentlich, dass es um das Problem "SystemUI weg" geht!?
 
hmm ja wie immer hab ich mich schlecht ausgedrückt. Scheichuwe so wie du geschrieben hast mach ich das ja, was ich meinte bei manchen zips hab ich z.B. noch eine build.prob drin gesehen. Diese gehört meines wissens aber nicht mit rein, da es wie du Sagst reicht die Icons zu Tauschen.

Und ja es geht um die Systemui nur erst war nach einem Nachflashen von mods die Statusleiste weg und kein Hintergrundbild mehr vorhanden, jetzt werden erst garkeine Icons übernommen, der flash vorgang geht ganz normal wie immer von statten.
 
/chache/recovery/last_log

Was steht da drin?
 
Das hier steht da drin

Code:
Starting recovery on Fri Oct 12 09:22:40 2012 framebuffer: fd 4 (720 x 1280) ClockworkMod Recovery v6.0.1.2 recovery filesystem table =========================   0 /tmp ramdisk (null) (null) 0   1 /efs ext4 /dev/block/mmcblk0p3 (null) 0   2 /boot emmc /dev/block/mmcblk0p5 (null) 0   3 /recovery emmc /dev/block/mmcblk0p6 (null) 0   4 /cache ext4 /dev/block/mmcblk0p8 (null) 0   5 /system ext4 /dev/block/mmcblk0p9 (null) 0   6 /data ext4 /dev/block/mmcblk0p12 (null) -16384   7 /preload ext4 /dev/block/mmcblk0p10 (null) 0   8 /modem emmc /dev/block/mmcblk0p7 (null) 0   9 /sdcard datamedia /dev/null (null) 0   10 /external_sd vfat /dev/block/mmcblk1p1 (null) 0  W:Unable to get recovery.fstab info for /datadata during fstab generation! W:Unable to get recovery.fstab info for /emmc during fstab generation! W:Unable to get recovery.fstab info for /sd-ext during fstab generation! I:Completed outputting fstab. I:Processing arguments. I:Checking arguments. I:device_recovery_start() Command: "/sbin/recovery"  ro.secure=1 ro.allow.mock.location=0 ro.debuggable=1 persist.sys.usb.config=mtp,adb ro.build.id=IMM76L ro.build.display.id=cm_i9300-userdebug 4.0.4 IMM76L eng.hudson.20120819.105103 test-keys ro.build.version.incremental=eng.hudson.20120819.105103 ro.build.version.sdk=15 ro.build.version.codename=REL ro.build.version.release=4.0.4 ro.build.date=Sun Aug 19 10:51:30 PDT 2012 ro.build.date.utc=0 ro.build.type=userdebug ro.build.user=hudson ro.build.host=Koushik-Lion.local ro.build.tags=test-keys ro.product.model=GT-I9300 ro.product.brand=samsung ro.product.name=GT-I9300 ro.product.device=GT-I9300 ro.product.board=smdk4x12 ro.product.cpu.abi=armeabi-v7a ro.product.cpu.abi2=armeabi ro.product.manufacturer=samsung ro.product.locale.language=en ro.product.locale.region=US ro.wifi.channels= ro.board.platform=exynos4 ro.build.product=GT-I9300 ro.build.description=m0xx-user 4.0.4 IMM76D I9300XXALE8 release-keys ro.build.fingerprint=samsung/m0xx/m0:4.0.4/IMM76D/I9300XXALE8:user/release-keys ro.build.characteristics=default ro.cm.device=i9300 rild.libpath=/system/lib/libsec-ril.so rild.libargs=-d /dev/ttyS0 ro.sf.lcd_density=320 ro.lcd_min_brightness=20 ro.ril.hsxpa=1 ro.ril.gprsclass=10 ro.rommanager.developerid=cyanogenmod keyguard.no_require_sim=true ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html ro.com.google.clientidbase=android-google ro.com.android.wifi-watchlist=GoogleGuest ro.setupwizard.enterprise_mode=1 ro.com.android.dateformat=MM-dd-yyyy ro.com.android.dataroaming=false ro.cm.version=9-20120819-UNOFFICIAL-i9300 ro.modversion=9-20120819-UNOFFICIAL-i9300 ro.config.ringtone=CyanTone.ogg ro.config.notification_sound=CyanMessage.ogg ro.config.alarm_alert=CyanAlarm.ogg wifi.interface=wlan0 wifi.supplicant_scan_interval=15 ro.telephony.ril_class=Smdk4210RIL mobiledata.interfaces=pdp0,wlan0,gprs,ppp0 ro.opengles.version=131072 hwui.render_dirty_regions=false dalvik.vm.heapstartsize=8m dalvik.vm.heapgrowthlimit=64m dalvik.vm.heapsize=256m dalvik.vm.lockprof.threshold=500 dalvik.vm.dexopt-flags=m=y net.bt.name=Android net.change=net.bt.name dalvik.vm.stack-trace-file=/data/anr/traces.txt ro.factorytest=0 ro.serialno=4df19e293a425f7d ro.bootmode=unknown ro.baseband=unknown ro.carrier=unknown ro.bootloader=I9300XXALE8 ro.hardware=smdk4x12 ro.revision=12 ro.emmc=0 init.svc.recovery=running adb.recovery=1 init.svc.adbd=restarting service.adb.root=1  I:Checking for extendedcommand... I:Skipping execution of extendedcommand, file not found... I:using /data/media for /sdcard/. No files found.  -- Installing: /sdcard/Test Mod Bat1.zip Finding update package... I:Update location: /sdcard/Test Mod Bat1.zip I:using /data/media for /sdcard/Test Mod Bat1.zip. Opening update package... Installing update...  about to run program [/sbin/mount] with 3 args about to run program [/sbin/mount] with 3 args  minzip: Can't create containing directory for "/sdcard/vrtheme/cleanup.sh": File exists set_perm: chown of /sdcard/vrtheme/installtheme.sh to 0 0 failed: No such file or directory set_perm: chmod of /sdcard/vrtheme/installtheme.sh to 755 failed: No such file or directory set_perm: chown of /sdcard/vrtheme/zip to 0 0 failed: No such file or directory set_perm: chmod of /sdcard/vrtheme/zip to 755 failed: No such file or directory set_perm: chown of /sdcard/vrtheme/cleanup.sh to 0 0 failed: No such file or directory set_perm: chmod of /sdcard/vrtheme/cleanup.sh to 755 failed: No such file or directory set_perm: chown of /sdcard/vrtheme/zipalign to 0 0 failed: No such file or directory set_perm: chmod of /sdcard/vrtheme/zipalign to 755 failed: No such file or directory about to run program [/sdcard/vrtheme/installtheme.sh] with 1 args run_program: execv failed: No such file or directory run_program: child exited with status 1 about to run program [/sdcard/vrtheme/cleanup.sh] with 1 args run_program: execv failed: No such file or directory run_program: child exited with status 1 about to run program [/sbin/busybox] with 3 args ________________________________________________________________________________________________about to run program [/sbin/busybox] with 3 args about to run program [/sbin/busybox] with 3 args umount: can't umount /sdcard: Invalid argument run_program: child exited with status 1 script result was [install finish]                    JELLY MIX ADDONS                                     BY                            ######   #####      ##   ##   ####            ##   ##  ##  ##     ###  ##  ##  ##           ##   ##  ##  ##     #### ##  ##  ##           ##   ##  #####      ## # ##  ##  ##           ##   ##  ##  ##     ## ####  ##  ##           ##   ##  ##   ##    ##  ###  ##  ##           ######   ##    ## # ##   ##   ####                            AND MR.                              #######  #######  #######                     ##       ##       ##                          ##       ##       ##                          ######   #######  #######                     ##   ##  ##       ##                          ##   ##  ##       ##                          ######## #######  #######            ________________________________________________________________________________________________ Additional files copied install finish  Install from sdcard complete.


hoffe du kannst damit was anfangen??

Ich sehe da öfters failed drin denke daher da hat was nicht geklappt
 
Code:
minzip: Can't create containing directory for "/sdcard/vrtheme/cleanup.sh": File exists
Ist auf deiner SD-Karte noch ein Order "vrtheme" drauf?

Dann lösch den vor dem flashen mal und versuch's nochmal.
 
Also hab den Ordner gelöscht bin ins Recovery und hab es nochmal geflasht hat nichts übernommen. Es ist auf der SD Karte auch kein Ordner vrtheme, und im letzten log steht das selbe wieder. Kann das jetzt mit der Zeile zusammen hängen die ich da eingefügt hab ??
 
Kannst du mir mal die zip schicken?
Ich guck mir das an, vielleicht heute sonst morgen, und melde mich bei dir.


Edit:

Nimm die Zeile mal aus deinem updater-script raus

run_program("/sbin/mount", "/dev/block/mmcblk0p10", "/data");
 
Zuletzt bearbeitet:
  • Danke
Reaktionen: nobody573
hier Bitte und danke
 

Anhänge

  • Test Mod Bat1.zip
    2,5 MB · Aufrufe: 97
so, hab mir mal dein script angesehen und festgestellt, dass dies ziemlich falsch ist :/

hab dann mal kurz meines genommen und konnte somit problemlos flashen.

bei deinem script wird ja nicht mal der cache und der dalvik gewiped. ist mir schon beim ersten reboot aufgefallen, dass der die apps gar nicht lädt sondern sofort bootet.

ich bearbeite mal kurz dein script und stelle es rein.
 
Ja dogg das weiß ich das der den dalvik cache nicht wipen tut das soll er ja auch nicht das hatte ich ja extra entfernt. Dies kann sehr läßtig sein wen man zick mal was flashen muss. Oder ist das so wichtig das der gelöscht wird bei ICS und auch bei anderen mods funktioniert es auch ohne wipen nur die Systemui macht solche Probleme.
 
ok, also ich habe nun dein script wieder bearbeitet und es läuft.

du hast eben nicht nur den cache wipe entfernt, sondern auch anderes. installiert gar nichts mit deinem script. der unmounted und mounted, mehr macht der nicht :)

ich schaue nochmals kurz nach und entferne einfach der wipe. denke das müsste so gehen
 
ok habs dir nun gemacht. script habe ich angepasst und die 2 wipes entfernt.

nun klappt es (zumindest bei mir)

hast da 3 wichtige zeilen entfernt die für das installtheme zuständig sind. ohne diese, wird nichts geflasht ;)
 

Anhänge

  • Test Mod Bat1.zip
    2,5 MB · Aufrufe: 127
So dogg jetzt flasht er und Statusleiiste ist weg und hab kein Hintergrundbild mehr. Es kommt auch wieder kein Oberfläche angehalten kotz

edit gleich folgt der log und recovery log

aLogcat

--------- beginning of /dev/log/main I/dalvikvm(15228): Turning on JNI app bug workarounds for target SDK version 11... E/Trace (15228): error opening trace file: No such file or directory (2) D/AbsListView(15228): Get MotionRecognitionManager D/dalvikvm(15228): GC_CONCURRENT freed 192K, 5% free 13210K/13895K, paused 2ms+3ms, total 19ms E/SpannableStringBuilder(15228): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length E/SpannableStringBuilder(15228): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length D/AbsListView(15228): Get MotionRecognitionManager W/InputEventReceiver(15228): Attempted to finish an input event but the input event receiver has already been disposed. D/AbsListView(15228): Get MotionRecognitionManager D/AbsListView(15228): Get MotionRecognitionManager D/dalvikvm(15228): GC_CONCURRENT freed 69K, 5% free 13574K/14151K, paused 1ms+12ms, total 23ms D/AbsListView(15228): [unregisterDoubleTapMotionListener] I/MotionRecognitionManager(15228): .unregisterListener : / listener count = 0->0, listener=android.widget.AbsListView$4@42ae0920 E/SpannableStringBuilder(15228): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length E/SpannableStringBuilder(15228): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length D/AbsListView(15228): Get MotionRecognitionManager E/SpannableStringBuilder(15228): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length E/SpannableStringBuilder(15228): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length E/SpannableStringBuilder(15228): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length E/SpannableStringBuilder(15228): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length D/dalvikvm(15228): GC_FOR_ALLOC freed 203K, 6% free 13752K/14535K, paused 18ms, total 20ms D/AbsListView(15228): [unregisterDoubleTapMotionListener] I/MotionRecognitionManager(15228): .unregisterListener : / listener count = 0->0, listener=android.widget.AbsListView$4@42b30918 D/AbsListView(15228): [unregisterDoubleTapMotionListener] D/dalvikvm(15228): GC_FOR_ALLOC freed 36K, 5% free 14009K/14727K, paused 14ms, total 14ms I/MotionRecognitionManager(15228): .unregisterListener : / listener count = 0->0, listener=android.widget.AbsListView$4@42ac0458 D/dalvikvm(15228): GC_FOR_ALLOC freed 258K, 8% free 13978K/15047K, paused 13ms, total 13ms I/dalvikvm-heap(15228): Grow heap (frag case) to 14.250MB for 149776-byte allocation D/dalvikvm(15228): GC_FOR_ALLOC freed 0K, 8% free 14124K/15239K, paused 21ms, total 21ms D/dalvikvm(15228): GC_FOR_ALLOC freed <1K, 7% free 14271K/15239K, paused 22ms, total 22ms I/dalvikvm-heap(15228): Grow heap (frag case) to 14.470MB for 80656-byte allocation D/dalvikvm(15228): GC_FOR_ALLOC freed <1K, 7% free 14349K/15367K, paused 21ms, total 21ms D/dalvikvm(15228): GC_FOR_ALLOC freed 0K, 7% free 14349K/15367K, paused 21ms, total 21ms I/dalvikvm-heap(15228): Grow heap (frag case) to 14.679MB for 218896-byte allocation D/dalvikvm(15228): GC_FOR_ALLOC freed <1K, 7% free 14563K/15623K, paused 22ms, total 22ms D/dalvikvm(15228): GC_FOR_ALLOC freed 0K, 7% free 14642K/15623K, paused 21ms, total 21ms D/dalvikvm(15228): GC_FOR_ALLOC freed <1K, 7% free 14723K/15751K, paused 12ms, total 12ms I/dalvikvm-heap(15228): Grow heap (frag case) to 14.978MB for 149776-byte allocation D/dalvikvm(15228): GC_FOR_ALLOC freed 0K, 7% free 14870K/15943K, paused 20ms, total 20ms D/dalvikvm(15228): GC_FOR_ALLOC freed 0K, 7% free 14949K/15943K, paused 21ms, total 21ms I/dalvikvm-heap(15228): Grow heap (frag case) to 15.264MB for 218896-byte allocation D/dalvikvm(15228): GC_FOR_ALLOC freed <1K, 7% free 15162K/16199K, paused 21ms, total 21ms D/dalvikvm(15228): GC_FOR_ALLOC freed 0K, 7% free 15309K/16391K, paused 21ms, total 21ms D/dalvikvm(15228): GC_FOR_ALLOC freed <1K, 7% free 15536K/16583K, paused 15ms, total 15ms D/dalvikvm(15228): GC_FOR_ALLOC freed <1K, 7% free 15682K/16775K, paused 13ms, total 13ms D/dalvikvm(15228): GC_FOR_ALLOC freed <1K, 6% free 15975K/16967K, paused 12ms, total 12ms D/dalvikvm(15228): GC_FOR_ALLOC freed 38K, 6% free 16430K/17415K, paused 18ms, total 19ms D/dalvikvm(15228): GC_FOR_ALLOC freed 456K, 8% free 16626K/18055K, paused 16ms, total 16ms D/dalvikvm(15228): GC_FOR_ALLOC freed 236K, 8% free 16829K/18247K, paused 11ms, total 11ms D/dalvikvm(15228): GC_FOR_ALLOC freed 598K, 10% free 16834K/18631K, paused 17ms, total 18ms D/dalvikvm(15228): GC_FOR_ALLOC freed 258K, 10% free 16915K/18631K, paused 11ms, total 11ms D/dalvikvm(15228): GC_FOR_ALLOC freed 298K, 10% free 16911K/18631K, paused 13ms, total 14ms D/dalvikvm(15228): GC_FOR_ALLOC freed 445K, 10% free 16844K/18631K, paused 10ms, total 10ms I/dalvikvm-heap(15228): Grow heap (frag case) to 17.115MB for 218896-byte allocation D/dalvikvm(15228): GC_FOR_ALLOC freed 1K, 10% free 17056K/18887K, paused 20ms, total 20ms D/dalvikvm(15228): GC_FOR_ALLOC freed 682K, 10% free 17049K/18887K, paused 10ms, total 11ms


Recovery Log

Starting recovery on Fri Oct 12 14:05:26 2012 framebuffer: fd 4 (720 x 1280) ClockworkMod Recovery v6.0.1.2 recovery filesystem table ========================= 0 /tmp ramdisk (null) (null) 0 1 /efs ext4 /dev/block/mmcblk0p3 (null) 0 2 /boot emmc /dev/block/mmcblk0p5 (null) 0 3 /recovery emmc /dev/block/mmcblk0p6 (null) 0 4 /cache ext4 /dev/block/mmcblk0p8 (null) 0 5 /system ext4 /dev/block/mmcblk0p9 (null) 0 6 /data ext4 /dev/block/mmcblk0p12 (null) -16384 7 /preload ext4 /dev/block/mmcblk0p10 (null) 0 8 /modem emmc /dev/block/mmcblk0p7 (null) 0 9 /sdcard datamedia /dev/null (null) 0 10 /external_sd vfat /dev/block/mmcblk1p1 (null) 0 W:Unable to get recovery.fstab info for /datadata during fstab generation! W:Unable to get recovery.fstab info for /emmc during fstab generation! W:Unable to get recovery.fstab info for /sd-ext during fstab generation! I:Completed outputting fstab. I:processing arguments. I:Checking arguments. I:device_recovery_start() Command: "/sbin/recovery" ro.secure=1 ro.allow.mock.location=0 ro.debuggable=1 persist.sys.usb.config=mtp,adb ro.build.id=IMM76L ro.build.display.id=cm_i9300-userdebug 4.0.4 IMM76L eng.hudson.20120819.105103 test-keys ro.build.version.incremental=eng.hudson.20120819.105103 ro.build.version.sdk=15 ro.build.version.codename=REL ro.build.version.release=4.0.4 ro.build.date=Sun Aug 19 10:51:30 PDT 2012 ro.build.date.utc=0 ro.build.type=userdebug ro.build.user=hudson ro.build.host=Koushik-Lion.local ro.build.tags=test-keys ro.product.model=GT-I9300 ro.product.brand=samsung ro.product.name=GT-I9300 ro.product.device=GT-I9300 ro.product.board=smdk4x12 ro.product.cpu.abi=armeabi-v7a ro.product.cpu.abi2=armeabi ro.product.manufacturer=samsung ro.product.locale.language=en ro.product.locale.region=US ro.wifi.channels= ro.board.platform=exynos4 ro.build.product=GT-I9300 ro.build.description=m0xx-user 4.0.4 IMM76D I9300XXALE8 release-keys ro.build.fingerprint=samsung/m0xx/m0:4.0.4/IMM76D/I9300XXALE8:user/release-keys ro.build.characteristics=default ro.cm.device=i9300 rild.libpath=/system/lib/libsec-ril.so rild.libargs=-d /dev/ttyS0 ro.sf.lcd_density=320 ro.lcd_min_brightness=20 ro.ril.hsxpa=1 ro.ril.gprsclass=10 ro.rommanager.developerid=cyanogenmod keyguard.no_require_sim=true ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html ro.com.google.clientidbase=android-google ro.com.android.wifi-watchlist=GoogleGuest ro.setupwizard.enterprise_mode=1 ro.com.android.dateformat=MM-dd-yyyy ro.com.android.dataroaming=false ro.cm.version=9-20120819-UNOFFICIAL-i9300 ro.modversion=9-20120819-UNOFFICIAL-i9300 ro.config.ringtone=CyanTone.ogg ro.config.notification_sound=CyanMessage.ogg ro.config.alarm_alert=CyanAlarm.ogg wifi.interface=wlan0 wifi.supplicant_scan_interval=15 ro.telephony.ril_class=Smdk4210RIL mobiledata.interfaces=pdp0,wlan0,gprs,ppp0 ro.opengles.version=131072 hwui.render_dirty_regions=false dalvik.vm.heapstartsize=8m dalvik.vm.heapgrowthlimit=64m dalvik.vm.heapsize=256m dalvik.vm.lockprof.threshold=500 dalvik.vm.dexopt-flags=m=y net.bt.name=Android net.change=net.bt.name dalvik.vm.stack-trace-file=/data/anr/traces.txt ro.factorytest=0 ro.serialno=4df19e293a425f7d ro.bootmode=unknown ro.baseband=unknown ro.carrier=unknown ro.bootloader=I9300XXALE8 ro.hardware=smdk4x12 ro.revision=12 ro.emmc=0 init.svc.recovery=running adb.recovery=1 init.svc.adbd=restarting service.adb.root=1 I:Checking for extendedcommand... I:Skipping execution of extendedcommand, file not found... I:using /data/media for /sdcard/. -- Installing: /sdcard/Test Mod Bat1.zip Finding update package... I:Update location: /sdcard/Test Mod Bat1.zip I:using /data/media for /sdcard/Test Mod Bat1.zip. Opening update package... Installing update... about to run program [/sbin/busybox] with 3 args about to run program [/sbin/busybox] with 3 args mount: mounting /dev/block/mmcblk0p12 on /data failed: Device or resource busy run_program: child exited with status 255 about to run program [/sbin/busybox] with 3 args mount: can't find /dalvik in /etc/fstab run_program: child exited with status 1 minzip: Extracted file "/sdcard/vrtheme/cleanup.sh" minzip: Extracted file "/sdcard/vrtheme/installtheme.sh" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_0.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_1.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_10.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_100.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_11.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_12.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_13.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_14.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_15.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_16.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_17.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_18.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_19.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_2.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_20.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_21.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_22.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_23.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_24.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_25.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_26.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_27.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_28.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_29.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_3.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_30.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_31.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_32.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_33.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_34.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_35.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_36.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_37.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_38.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_39.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_4.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_40.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_41.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_42.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_43.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_44.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_45.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_46.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_47.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_48.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_49.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_5.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_50.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_51.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_52.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_53.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_54.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_55.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_56.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_57.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_58.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_59.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_6.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_60.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_61.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_62.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_63.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_64.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_65.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_66.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_67.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_68.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_69.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_7.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_70.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_71.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_72.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_73.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_74.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_75.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_76.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_77.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_78.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_79.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_8.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_80.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_81.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_82.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_83.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_84.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_85.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_86.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_87.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_88.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_89.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_9.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_90.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_91.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_92.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_93.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_94.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_95.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_96.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_97.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_98.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_99.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim0.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim1.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim10.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim100.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim11.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim12.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim13.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim14.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim15.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim16.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim17.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim18.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim19.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim2.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim20.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim21.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim22.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim23.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim24.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim25.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim26.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim27.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim28.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim29.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim3.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim30.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim31.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim32.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim33.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim34.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim35.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim36.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim37.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim38.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim39.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim4.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim40.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim41.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim42.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim43.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim44.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim45.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim46.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim47.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim48.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim49.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim5.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim50.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim51.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim52.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim53.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim54.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim55.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim56.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim57.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim58.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim59.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim6.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim60.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim61.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim62.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim63.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim64.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim65.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim66.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim67.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim68.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim69.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim7.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim70.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim71.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim72.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim73.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim74.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim75.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim76.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim77.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim78.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim79.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim8.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim80.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim81.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim82.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim83.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim84.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim85.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim86.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim87.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim88.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim89.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim9.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim90.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim91.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim92.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim93.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim94.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim95.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim96.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim97.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim98.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_anim99.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_charge_animfull.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_full.png" minzip: Extracted file "/sdcard/vrtheme/system/app/SystemUI.apk/res/drawable-xhdpi/stat_sys_battery_unknown.png" minzip: Extracted file "/sdcard/vrtheme/zip" minzip: Extracted file "/sdcard/vrtheme/zipalign" about to run program [/sdcard/vrtheme/installtheme.sh] with 1 args Processing /system/app/ Processing SystemUI.apk ________________________________________________________________________________________________ Backups done for system apps Working on SystemUI.apk updating: res/drawable-xhdpi/stat_sys_battery_0.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_1.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_10.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_100.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_11.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_12.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_13.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_14.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_15.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_16.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_17.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_18.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_19.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_2.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_20.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_21.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_22.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_23.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_24.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_25.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_26.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_27.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_28.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_29.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_3.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_30.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_31.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_32.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_33.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_34.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_35.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_36.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_37.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_38.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_39.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_4.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_40.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_41.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_42.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_43.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_44.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_45.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_46.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_47.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_48.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_49.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_5.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_50.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_51.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_52.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_53.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_54.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_55.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_56.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_57.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_58.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_59.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_6.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_60.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_61.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_62.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_63.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_64.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_65.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_66.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_67.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_68.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_69.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_7.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_70.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_71.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_72.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_73.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_74.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_75.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_76.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_77.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_78.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_79.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_8.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_80.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_81.png JELLY MIX ADDONS (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_82.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_83.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_84.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_85.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_86.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_87.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_88.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_89.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_9.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_90.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_91.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_92.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_93.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_94.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_95.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_96.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_97.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_98.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_99.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim0.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim1.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim10.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim100.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim11.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim12.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim13.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim14.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim15.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim16.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim17.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim18.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim19.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim2.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim20.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim21.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim22.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim23.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim24.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim25.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim26.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim27.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim28.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim29.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim3.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim30.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim31.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim32.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim33.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim34.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim35.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim36.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim37.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim38.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim39.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim4.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim40.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim41.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim42.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim43.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim44.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim45.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim46.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim47.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim48.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim49.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim5.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim50.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim51.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim52.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim53.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim54.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim55.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim56.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim57.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim58.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim59.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim6.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim60.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim61.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim62.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim63.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim64.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim65.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim66.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim67.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim68.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim69.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim7.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim70.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim71.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim72.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim73.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim74.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim75.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim76.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim77.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim78.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim79.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim8.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim80.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim81.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim82.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim83.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim84.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim85.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim86.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim87.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim88.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim89.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim9.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim90.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim91.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim92.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim93.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim94.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim95.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim96.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim97.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim98.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_anim99.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_charge_animfull.png (stored 0%) updating: res/drawable-xhdpi/stat_sys_battery_full.png (stored 0%) adding: res/ (stored 0%) adding: res/drawable-xhdpi/ (stored 0%) adding: res/drawable-xhdpi/stat_sys_battery_unknown.png BY (stored 0%) Patched system files Zipaligning SystemUI.apk Zipaligning aligned Unable to open 'aligned' as zip archive ###### ##### ## ## #### VillainTheme is done about to run program [/sdcard/vrtheme/cleanup.sh] with 1 args Cleanup complete about to run program [/sbin/busybox] with 3 args ## ## ## ## ### ## ## ## ## ## ## ## #### ## ## ## about to run program [/sbin/busybox] with 3 args umount: can't umount /data: Device or resource busy run_program: child exited with status 1 about to run program [/sbin/busybox] with 3 args umount: can't umount /dalvik: No such file or directory run_program: child exited with status 1 about to run program [/sbin/busybox] with 3 args umount: can't umount /sdcard: Invalid argument run_program: child exited with status 1 script result was [install finish] ## ## ##### ## # ## ## ## ## ## ## ## ## #### ## ## ## ## ## ## ## ### ## ## ###### ## ## # ## ## #### AND MR. ####### ####### ####### ## ## ## ## ## ## ###### ####### ####### ## ## ## ## ## ## ## ## ######## ####### ####### ________________________________________________________________________________________________ Additional files copied install finish Install from sdcard complete.

hoffe das dieses Problem eine lösung findet

Danke für eure Hilfe
 

Anhänge

  • alogcat.2012-10-12-16-12-00+0200.txt
    4,8 KB · Aufrufe: 320
  • last_log.txt
    43,1 KB · Aufrufe: 295
Zuletzt bearbeitet:
na dann liegt das definitiv an irgendeiner datei/apk/xml/wasauchimmer bei dir.

ich habe die stock systemui omega geflasht und danach gleich dein bat mod.
hat ohne probleme geklappt.

wenn du es nicht glaubst, kann ich dir gerne ein screenshot posten:flapper:

mit diesen files kann ich nichts anfangen, das soll sich schweichuwe ansehen :)
 
Ja ich glaub dir das. Das große Rätzel ist ja raus zufinden was da schief läuft um sowas in Zukunft aus dem weg zu schaffen.

Absolut missteriös
 

Ähnliche Themen

Patrick P
Antworten
102
Aufrufe
13.234
Lord Boeffla
L
M
Antworten
9
Aufrufe
1.565
Martini3001
M
orangerot.
Antworten
1.865
Aufrufe
178.057
nobody573
nobody573
Zurück
Oben Unten