BatteryIcon CyanogenMod9 ändern?

  • 56 Antworten
  • Letztes Antwortdatum
Jop geht mir genau so! Hab schin alles mögliche probiert um das mit den Prozentzahlen hinzubekommen. Hab ich noch nicht ausprobiert aber es könnte funktioniert wenn man die Batterieicons aus einer UOT Kitchen zip änder, da dort komischerweise alle 100 verschiedenen Batterieschritte dabei sind. Oder mit Romtoolbox, damit kann man die Icons automatisch ändern und ein Theme von vielen auswählen
 
Bin gerade auf meiner Linux-Part. und kann nicht aufs Windoof- Verz. zugreifen. Würde mir jemand schnell die Icons aus der BioHazard ROM hochladen? :o

Ich glaub, ich hab nen Weg gefunden. ;)

Edit: Gut, lad ich mir das Ding halt selbst runter und decompile. :D

Edit ² : Ich denke, ich weiß, wie man das Ganze ändern kann und wie alles verknüpft ist.

@ Jonas/Cyanlux - Besteht bei dir noch Interesse an dem Thema Battery-Icons modden?
 
Zuletzt bearbeitet:
Kommst zu spät, hab schon alles selbst decompiled :D

Der Weg: SystemUI --> res --> drawable.

Dort alle .xmls, die mit "stat_sys_battery_ ..." anfangen, raussuchen. Da drin sind (bei JB und ICS jedenfalls,) die Werte festgelegt, wann welches Icon angezeigt wird.
(Jetzt geht die Arbeit los :D ) Du nimmst jedes Dokument und setzt statt: 4,15,28,43,57,...% die Zahlen 1-100 ein.

D.h. Aus dem da:
Code:
<level-list>
<item android:drawable="@drawable/stat_sys_battery_0" android:maxLevel="4"/>
<item android:drawable="@drawable/stat_sys_battery_15" android:maxLevel="15"/>
<item android:drawable="@drawable/stat_sys_battery_28" android:maxLevel="35"/>
<item android:drawable="@drawable/stat_sys_battery_43" android:maxLevel="49"/>
<item android:drawable="@drawable/stat_sys_battery_57" android:maxLevel="60"/>
<item android:drawable="@drawable/stat_sys_battery_71" android:maxLevel="75"/>
<item android:drawable="@drawable/stat_sys_battery_85" android:maxLevel="90"/>
<item android:drawable="@drawable/stat_sys_battery_100" android:maxLevel="100"/></level-list>

...mach das da:

Code:
<level-list><item android:drawable="@drawable/stat_sys_battery_0" android:maxLevel="0"/>
<item android:drawable="@drawable/stat_sys_battery_1" android:maxLevel="1"/>
<item android:drawable="@drawable/stat_sys_battery_2" android:maxLevel="2"/>
<item android:drawable="@drawable/stat_sys_battery_3" android:maxLevel="3"/>
<item android:drawable="@drawable/stat_sys_battery_4" android:maxLevel="4"/>
<item android:drawable="@drawable/stat_sys_battery_5" android:maxLevel="5"/>
<item android:drawable="@drawable/stat_sys_battery_6" android:maxLevel="6"/>
<item android:drawable="@drawable/stat_sys_battery_7" android:maxLevel="7"/>
<item android:drawable="@drawable/stat_sys_battery_8" android:maxLevel="8"/>
<item android:drawable="@drawable/stat_sys_battery_9" android:maxLevel="9"/>
<item android:drawable="@drawable/stat_sys_battery_10" android:maxLevel="10"/>
<item android:drawable="@drawable/stat_sys_battery_11" android:maxLevel="11"/>
<item android:drawable="@drawable/stat_sys_battery_12" android:maxLevel="12"/>
<item android:drawable="@drawable/stat_sys_battery_13" android:maxLevel="13"/>
<item android:drawable="@drawable/stat_sys_battery_14" android:maxLevel="14"/>
<item android:drawable="@drawable/stat_sys_battery_15" android:maxLevel="15"/>
<item android:drawable="@drawable/stat_sys_battery_16" android:maxLevel="16"/>
<item android:drawable="@drawable/stat_sys_battery_17" android:maxLevel="17"/>
<item android:drawable="@drawable/stat_sys_battery_18" android:maxLevel="18"/>
<item android:drawable="@drawable/stat_sys_battery_19" android:maxLevel="19"/>
<item android:drawable="@drawable/stat_sys_battery_20" android:maxLevel="20"/>
<item android:drawable="@drawable/stat_sys_battery_21" android:maxLevel="21"/>
<item android:drawable="@drawable/stat_sys_battery_22" android:maxLevel="22"/>
<item android:drawable="@drawable/stat_sys_battery_23" android:maxLevel="23"/>
<item android:drawable="@drawable/stat_sys_battery_24" android:maxLevel="24"/>
<item android:drawable="@drawable/stat_sys_battery_25" android:maxLevel="25"/>
<item android:drawable="@drawable/stat_sys_battery_26" android:maxLevel="26"/>
<item android:drawable="@drawable/stat_sys_battery_27" android:maxLevel="27"/>
<item android:drawable="@drawable/stat_sys_battery_28" android:maxLevel="28"/>
<item android:drawable="@drawable/stat_sys_battery_29" android:maxLevel="29"/>
<item android:drawable="@drawable/stat_sys_battery_30" android:maxLevel="30"/>
<item android:drawable="@drawable/stat_sys_battery_31" android:maxLevel="31"/>
<item android:drawable="@drawable/stat_sys_battery_32" android:maxLevel="32"/>
<item android:drawable="@drawable/stat_sys_battery_33" android:maxLevel="33"/>
<item android:drawable="@drawable/stat_sys_battery_34" android:maxLevel="34"/>
<item android:drawable="@drawable/stat_sys_battery_35" android:maxLevel="35"/>
<item android:drawable="@drawable/stat_sys_battery_36" android:maxLevel="36"/>
<item android:drawable="@drawable/stat_sys_battery_37" android:maxLevel="37"/>
<item android:drawable="@drawable/stat_sys_battery_38" android:maxLevel="38"/>
<item android:drawable="@drawable/stat_sys_battery_39" android:maxLevel="39"/>
<item android:drawable="@drawable/stat_sys_battery_40" android:maxLevel="40"/>
<item android:drawable="@drawable/stat_sys_battery_41" android:maxLevel="41"/>
<item android:drawable="@drawable/stat_sys_battery_42" android:maxLevel="42"/>
<item android:drawable="@drawable/stat_sys_battery_43" android:maxLevel="43"/>
<item android:drawable="@drawable/stat_sys_battery_44" android:maxLevel="44"/>
<item android:drawable="@drawable/stat_sys_battery_45" android:maxLevel="45"/>
<item android:drawable="@drawable/stat_sys_battery_46" android:maxLevel="46"/>
<item android:drawable="@drawable/stat_sys_battery_47" android:maxLevel="47"/>
<item android:drawable="@drawable/stat_sys_battery_48" android:maxLevel="48"/>
<item android:drawable="@drawable/stat_sys_battery_49" android:maxLevel="49"/>
<item android:drawable="@drawable/stat_sys_battery_50" android:maxLevel="50"/>
<item android:drawable="@drawable/stat_sys_battery_51" android:maxLevel="51"/>
<item android:drawable="@drawable/stat_sys_battery_52" android:maxLevel="52"/>
<item android:drawable="@drawable/stat_sys_battery_53" android:maxLevel="53"/>
<item android:drawable="@drawable/stat_sys_battery_54" android:maxLevel="54"/>
<item android:drawable="@drawable/stat_sys_battery_55" android:maxLevel="55"/>
<item android:drawable="@drawable/stat_sys_battery_56" android:maxLevel="56"/>
<item android:drawable="@drawable/stat_sys_battery_57" android:maxLevel="57"/>
<item android:drawable="@drawable/stat_sys_battery_58" android:maxLevel="58"/>
<item android:drawable="@drawable/stat_sys_battery_59" android:maxLevel="59"/>
<item android:drawable="@drawable/stat_sys_battery_60" android:maxLevel="60"/>
<item android:drawable="@drawable/stat_sys_battery_61" android:maxLevel="61"/>
<item android:drawable="@drawable/stat_sys_battery_62" android:maxLevel="62"/>
<item android:drawable="@drawable/stat_sys_battery_63" android:maxLevel="63"/>
<item android:drawable="@drawable/stat_sys_battery_64" android:maxLevel="64"/>
<item android:drawable="@drawable/stat_sys_battery_65" android:maxLevel="65"/>
<item android:drawable="@drawable/stat_sys_battery_66" android:maxLevel="66"/>
<item android:drawable="@drawable/stat_sys_battery_67" android:maxLevel="67"/>
<item android:drawable="@drawable/stat_sys_battery_68" android:maxLevel="68"/>
<item android:drawable="@drawable/stat_sys_battery_69" android:maxLevel="69"/>
<item android:drawable="@drawable/stat_sys_battery_70" android:maxLevel="70"/>
<item android:drawable="@drawable/stat_sys_battery_71" android:maxLevel="71"/>
<item android:drawable="@drawable/stat_sys_battery_72" android:maxLevel="72"/>
<item android:drawable="@drawable/stat_sys_battery_73" android:maxLevel="73"/>
<item android:drawable="@drawable/stat_sys_battery_74" android:maxLevel="74"/>
<item android:drawable="@drawable/stat_sys_battery_75" android:maxLevel="75"/>
<item android:drawable="@drawable/stat_sys_battery_76" android:maxLevel="76"/>
<item android:drawable="@drawable/stat_sys_battery_77" android:maxLevel="77"/>
<item android:drawable="@drawable/stat_sys_battery_78" android:maxLevel="78"/>
<item android:drawable="@drawable/stat_sys_battery_79" android:maxLevel="79"/>
<item android:drawable="@drawable/stat_sys_battery_80" android:maxLevel="80"/>
<item android:drawable="@drawable/stat_sys_battery_81" android:maxLevel="81"/>
<item android:drawable="@drawable/stat_sys_battery_82" android:maxLevel="82"/>
<item android:drawable="@drawable/stat_sys_battery_83" android:maxLevel="83"/>
<item android:drawable="@drawable/stat_sys_battery_84" android:maxLevel="84"/>
<item android:drawable="@drawable/stat_sys_battery_85" android:maxLevel="85"/>
<item android:drawable="@drawable/stat_sys_battery_86" android:maxLevel="86"/>
<item android:drawable="@drawable/stat_sys_battery_87" android:maxLevel="87"/>
<item android:drawable="@drawable/stat_sys_battery_88" android:maxLevel="88"/>
<item android:drawable="@drawable/stat_sys_battery_89" android:maxLevel="89"/>
<item android:drawable="@drawable/stat_sys_battery_90" android:maxLevel="90"/>
<item android:drawable="@drawable/stat_sys_battery_91" android:maxLevel="91"/>
<item android:drawable="@drawable/stat_sys_battery_92" android:maxLevel="92"/>
<item android:drawable="@drawable/stat_sys_battery_93" android:maxLevel="93"/>
<item android:drawable="@drawable/stat_sys_battery_94" android:maxLevel="94"/>
<item android:drawable="@drawable/stat_sys_battery_95" android:maxLevel="95"/>
<item android:drawable="@drawable/stat_sys_battery_96" android:maxLevel="96"/>
<item android:drawable="@drawable/stat_sys_battery_97" android:maxLevel="97"/>
<item android:drawable="@drawable/stat_sys_battery_98" android:maxLevel="98"/>
<item android:drawable="@drawable/stat_sys_battery_99" android:maxLevel="99"/>
<item android:drawable="@drawable/stat_sys_battery_100" android:maxLevel="100"/>


Dazu fügst du die passenden Icons (0-100%) ein. Ist ne mords Arbeit, hab jetzt schon drei .xmls bearbeitet, mir werden langsam die Finger wund.

Parktisch geprüft hab ichs noch nicht, aber theoretisch MUSS das hier die Quelle sein.

Ich werds mal fortführen und dann Bericht geben und die .xmls oder die komplette SystemUI hochladen. ;)
 
  • Danke
Reaktionen: Cyanlux
Danke, Danke, Danke!!!!!:thumbup: Das war der hilfreichste Post für mich seit langem! :D


Öhhhhmmmm.... Wenn ich die XML öffne sieht das in etwa so aus:
Ich habs mit Notepad++ geöffnet und du?

____________________
I'm Jonasx! :)
 

Anhänge

  • Unbenannt.PNG
    Unbenannt.PNG
    6,7 KB · Aufrufe: 165
Zuletzt bearbeitet:
Habe jetzt mal die .xmls für die großen Icons geändert.

Die kleinen Icons (mit extra-Prozent) heißen dann "stat_sys_battery_min"

Ich Depp hab erst nachdem ich alles einzeln getippt hab, gesehen, dass mein gedit aucheine "suchen und ersetzen"-Funktion hat :(


Edit : Hast du richtig decompiled? c.O

Edit² : Hab meins mit dem Stock-Ubuntu Texteditor geöffnet, ist echt gut das Teil. :D
 

Anhänge

  • xmls .zip
    1,7 KB · Aufrufe: 78
Ich weiß net wies du es machst aber mir hat es immer gereicht die apk zu entpacken und das bearbeitete wieder in die apk schieben. Hat immer super geklappt.
____________________
I'm Jonasx! :)
 
Das reicht vielleicht, wenn du deine Menü-Hintergründe änderst, aber die Einstellungen sind kompiliert, das heißt so verschlüsselt, dass dein Android-System sie lesen kann. Damit du die ändern kannst, musst du das ganze Geschichte dekompilieren (mit apktool und was es doch für tolle Programme gibt). ;)
 
Oki ich hab jetzt mal das Apk-Tool runtergeladen... Is eine .jar Datei und eine aapk.exe. :confused2: Und jetzt? xD
Wenn ich die exe öffne geht die cmd kurz auf, das wars aber auch.
 
Da gibts massenweise HowTo's im Internetz, einfach mal suchen.

Mein Problem: Ich kanns nicht mehr compilen. Mir schmiert immer der Terminal ab, mit ner ungeheuer langen Fehlermeldung, dass er die AndroidManifest.xml nicht kompilieren kann. :(
 
So ich hab alles geschafft außer wie du auch das recompilen da kommt dann in etwa so was:
Ich denke wir haben beid das gleiche Problem


ystemUI\res\values\public.xml:62: error: Public symbol drawable/stat_sys_data_fu
lly_in_1x declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:63: error: Public symbol drawable/stat_sys_data_fu
lly_in_3g declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:64: error: Public symbol drawable/stat_sys_data_fu
lly_in_4g declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:65: error: Public symbol drawable/stat_sys_data_fu
lly_in_e declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:66: error: Public symbol drawable/stat_sys_data_fu
lly_in_g declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:67: error: Public symbol drawable/stat_sys_data_fu
lly_in_h declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:68: error: Public symbol drawable/stat_sys_data_fu
lly_inandout_1x declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:69: error: Public symbol drawable/stat_sys_data_fu
lly_inandout_3g declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:70: error: Public symbol drawable/stat_sys_data_fu
lly_inandout_4g declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:71: error: Public symbol drawable/stat_sys_data_fu
lly_inandout_e declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:72: error: Public symbol drawable/stat_sys_data_fu
lly_inandout_g declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:73: error: Public symbol drawable/stat_sys_data_fu
lly_inandout_h declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:74: error: Public symbol drawable/stat_sys_data_fu
lly_out_1x declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:75: error: Public symbol drawable/stat_sys_data_fu
lly_out_3g declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:76: error: Public symbol drawable/stat_sys_data_fu
lly_out_4g declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:77: error: Public symbol drawable/stat_sys_data_fu
lly_out_e declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:78: error: Public symbol drawable/stat_sys_data_fu
lly_out_g declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:79: error: Public symbol drawable/stat_sys_data_fu
lly_out_h declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:80: error: Public symbol drawable/stat_sys_data_in
_1x declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:81: error: Public symbol drawable/stat_sys_data_in
_3g declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:82: error: Public symbol drawable/stat_sys_data_in
_3g_plus declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:83: error: Public symbol drawable/stat_sys_data_in
_4g declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:84: error: Public symbol drawable/stat_sys_data_in
_4g_plus declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:85: error: Public symbol drawable/stat_sys_data_in
_e declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:86: error: Public symbol drawable/stat_sys_data_in
_g declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:87: error: Public symbol drawable/stat_sys_data_in
_h declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:88: error: Public symbol drawable/stat_sys_data_in
_h_plus declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:89: error: Public symbol drawable/stat_sys_data_in
andout_1x declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:90: error: Public symbol drawable/stat_sys_data_in
andout_3g declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:91: error: Public symbol drawable/stat_sys_data_in
andout_3g_plus declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:92: error: Public symbol drawable/stat_sys_data_in
andout_4g declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:93: error: Public symbol drawable/stat_sys_data_in
andout_4g_plus declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:94: error: Public symbol drawable/stat_sys_data_in
andout_e declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:95: error: Public symbol drawable/stat_sys_data_in
andout_g declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:96: error: Public symbol drawable/stat_sys_data_in
andout_h declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:97: error: Public symbol drawable/stat_sys_data_in
andout_h_plus declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:98: error: Public symbol drawable/stat_sys_data_ou
t_1x declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:99: error: Public symbol drawable/stat_sys_data_ou
t_3g declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:100: error: Public symbol drawable/stat_sys_data_o
ut_3g_plus declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:101: error: Public symbol drawable/stat_sys_data_o
ut_4g declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:102: error: Public symbol drawable/stat_sys_data_o
ut_4g_plus declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:103: error: Public symbol drawable/stat_sys_data_o
ut_e declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:104: error: Public symbol drawable/stat_sys_data_o
ut_g declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:105: error: Public symbol drawable/stat_sys_data_o
ut_h declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:106: error: Public symbol drawable/stat_sys_data_o
ut_h_plus declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:107: error: Public symbol drawable/stat_sys_gps_ac
quiring declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:4: error: Public symbol drawable/stat_sys_gps_acqu
iring_anim declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:108: error: Public symbol drawable/stat_sys_no_sim
declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:109: error: Public symbol drawable/stat_sys_r_sign
al_0 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:110: error: Public symbol drawable/stat_sys_r_sign
al_0_fully declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:111: error: Public symbol drawable/stat_sys_r_sign
al_1 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:112: error: Public symbol drawable/stat_sys_r_sign
al_1_fully declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:113: error: Public symbol drawable/stat_sys_r_sign
al_2 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:114: error: Public symbol drawable/stat_sys_r_sign
al_2_fully declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:115: error: Public symbol drawable/stat_sys_r_sign
al_3 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:116: error: Public symbol drawable/stat_sys_r_sign
al_3_fully declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:117: error: Public symbol drawable/stat_sys_r_sign
al_4 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:118: error: Public symbol drawable/stat_sys_r_sign
al_4_fully declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:119: error: Public symbol drawable/stat_sys_ringer
_silent declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:120: error: Public symbol drawable/stat_sys_ringer
_vibrate declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:121: error: Public symbol drawable/stat_sys_roamin
g_cdma_0 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:5: error: Public symbol drawable/stat_sys_roaming_
cdma_flash declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:122: error: Public symbol drawable/stat_sys_roamin
g_cdma_flash_anim0 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:123: error: Public symbol drawable/stat_sys_roamin
g_cdma_flash_anim1 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:124: error: Public symbol drawable/stat_sys_signal
_0 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:125: error: Public symbol drawable/stat_sys_signal
_0_fully declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:126: error: Public symbol drawable/stat_sys_signal
_1 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:127: error: Public symbol drawable/stat_sys_signal
_1_fully declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:128: error: Public symbol drawable/stat_sys_signal
_2 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:129: error: Public symbol drawable/stat_sys_signal
_2_fully declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:130: error: Public symbol drawable/stat_sys_signal
_3 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:131: error: Public symbol drawable/stat_sys_signal
_3_fully declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:132: error: Public symbol drawable/stat_sys_signal
_4 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:133: error: Public symbol drawable/stat_sys_signal
_4_fully declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:134: error: Public symbol drawable/stat_sys_signal
_flightmode declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:135: error: Public symbol drawable/stat_sys_signal
_null declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:136: error: Public symbol drawable/stat_sys_tty_mo
de declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:137: error: Public symbol drawable/stat_sys_wifi_s
ignal_0 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:138: error: Public symbol drawable/stat_sys_wifi_s
ignal_1 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:139: error: Public symbol drawable/stat_sys_wifi_s
ignal_1_fully declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:140: error: Public symbol drawable/stat_sys_wifi_s
ignal_2 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:141: error: Public symbol drawable/stat_sys_wifi_s
ignal_2_fully declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:142: error: Public symbol drawable/stat_sys_wifi_s
ignal_3 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:143: error: Public symbol drawable/stat_sys_wifi_s
ignal_3_fully declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:144: error: Public symbol drawable/stat_sys_wifi_s
ignal_4 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:145: error: Public symbol drawable/stat_sys_wifi_s
ignal_4_fully declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:146: error: Public symbol drawable/status_bar_back
ground declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:147: error: Public symbol drawable/status_bar_call
_ongoing_background declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:148: error: Public symbol drawable/status_bar_clos
e_on declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:149: error: Public symbol drawable/statusbar_backg
round declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:150: error: Public symbol drawable/title_bar_portr
ait declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:151: error: Public symbol drawable/title_bar_shado
w declared here is not defined.
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutExce
ption: could not exec command: [aapt, p, -F, C:\Users\Jonas\AppData\Local\Temp\A
PKTOOL6508541178848828932.tmp, -I, C:\Users\Jonas\apktool\framework\1.apk, -S, C
:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\Sy
stemUI\res, -M, C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies
\PlaceAPKSHere\SystemUI\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)
at brut.androlib.Androlib.buildResources(Androlib.java:248)
at brut.androlib.Androlib.build(Androlib.java:171)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:174)
at brut.apktool.Main.main(Main.java:59)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\U
sers\Jonas\AppData\Local\Temp\APKTOOL6508541178848828932.tmp, -I, C:\Users\Jonas
\apktool\framework\1.apk, -S, C:\Users\Jonas\Desktop\Decompiler\NunsApktool\Nuns
ThemingGoodies\PlaceAPKSHere\SystemUI\res, -M, C:\Users\Jonas\Desktop\Decompiler
\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\SystemUI\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:191)
... 6 more
 
Zuletzt bearbeitet:
Code:
kevin@Essig-Ubuntu:/$ cd /home/kevin/CyanogenMod/New
kevin@Essig-Ubuntu:~/CyanogenMod/New$ apktool b SystemUI SystemUI_new.apk
I: Checking whether sources has changed...
I: Checking whether resources has changed...
I: Building resources...
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, --min-sdk-version, 16, --target-sdk-version, 16, -F, /tmp/APKTOOL1910922179282675210.tmp, -I, /home/kevin/apktool/framework/1.apk, -S, /home/kevin/CyanogenMod/New/SystemUI/res, -M, /home/kevin/CyanogenMod/New/SystemUI/AndroidManifest.xml]
	at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:255)
	at brut.androlib.Androlib.buildResourcesFull(Androlib.java:324)
	at brut.androlib.Androlib.buildResources(Androlib.java:269)
	at brut.androlib.Androlib.build(Androlib.java:192)
	at brut.androlib.Androlib.build(Androlib.java:174)
	at brut.apktool.Main.cmdBuild(Main.java:188)
	at brut.apktool.Main.main(Main.java:70)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, --min-sdk-version, 16, --target-sdk-version, 16, -F, /tmp/APKTOOL1910922179282675210.tmp, -I, /home/kevin/apktool/framework/1.apk, -S, /home/kevin/CyanogenMod/New/SystemUI/res, -M, /home/kevin/CyanogenMod/New/SystemUI/AndroidManifest.xml]
	at brut.util.OS.exec(OS.java:87)
	at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:253)
	... 6 more
Caused by: java.io.IOException: Cannot run program "aapt": java.io.IOException: error=13, Permission denied
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:475)
	at java.lang.Runtime.exec(Runtime.java:610)
	at java.lang.Runtime.exec(Runtime.java:483)
	at brut.util.OS.exec(OS.java:78)
	... 7 more
Caused by: java.io.IOException: java.io.IOException: error=13, Permission denied
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:164)
	at java.lang.ProcessImpl.start(ProcessImpl.java:81)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:468)
	... 10 more
kevin@Essig-Ubuntu:~/CyanogenMod/New$ whereis SystemUI_new.apk
SystemUI_new:
kevin@Essig-Ubuntu:~/CyanogenMod/New$
 
Ha! Mein Errorcode ist länger! :p

Bei mir können die xmls irgendwie nicht recompiliert werden :(

I'm Jonasx! :)
 
Ha! Wenn deiner (also der Errorcode :D) länger ist, dann ist mein Fehler wohl kleiner! :p

Jetzt mal wieder ernsthaft - Ich könnt grad kotzen. Erst n Haufen Arbeit, damit man dann von dem blöden apktool ausgebremst wird. :(
 
Hmm google spuckt bei meinem Problem nix aus... An was kann das liegen?


I'm Jonasx! :)
 
Versuch mal die public.xml zu löschen.

--> systemUI\res\values\public.xml
 
Jetzt kommt das hier:
_vibrate declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:121: error: Public symbol drawable/stat_sys_roamin
g_cdma_0 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:5: error: Public symbol drawable/stat_sys_roaming_
cdma_flash declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:122: error: Public symbol drawable/stat_sys_roamin
g_cdma_flash_anim0 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:123: error: Public symbol drawable/stat_sys_roamin
g_cdma_flash_anim1 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:124: error: Public symbol drawable/stat_sys_signal
_0 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:125: error: Public symbol drawable/stat_sys_signal
_0_fully declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:126: error: Public symbol drawable/stat_sys_signal
_1 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:127: error: Public symbol drawable/stat_sys_signal
_1_fully declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:128: error: Public symbol drawable/stat_sys_signal
_2 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:129: error: Public symbol drawable/stat_sys_signal
_2_fully declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:130: error: Public symbol drawable/stat_sys_signal
_3 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:131: error: Public symbol drawable/stat_sys_signal
_3_fully declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:132: error: Public symbol drawable/stat_sys_signal
_4 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:133: error: Public symbol drawable/stat_sys_signal
_4_fully declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:134: error: Public symbol drawable/stat_sys_signal
_flightmode declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:135: error: Public symbol drawable/stat_sys_signal
_null declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:136: error: Public symbol drawable/stat_sys_tty_mo
de declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:137: error: Public symbol drawable/stat_sys_wifi_s
ignal_0 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:138: error: Public symbol drawable/stat_sys_wifi_s
ignal_1 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:139: error: Public symbol drawable/stat_sys_wifi_s
ignal_1_fully declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:140: error: Public symbol drawable/stat_sys_wifi_s
ignal_2 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:141: error: Public symbol drawable/stat_sys_wifi_s
ignal_2_fully declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:142: error: Public symbol drawable/stat_sys_wifi_s
ignal_3 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:143: error: Public symbol drawable/stat_sys_wifi_s
ignal_3_fully declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:144: error: Public symbol drawable/stat_sys_wifi_s
ignal_4 declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:145: error: Public symbol drawable/stat_sys_wifi_s
ignal_4_fully declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:146: error: Public symbol drawable/status_bar_back
ground declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:147: error: Public symbol drawable/status_bar_call
_ongoing_background declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:148: error: Public symbol drawable/status_bar_clos
e_on declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:149: error: Public symbol drawable/statusbar_backg
round declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:150: error: Public symbol drawable/title_bar_portr
ait declared here is not defined.
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\values\public.xml:151: error: Public symbol drawable/title_bar_shado
w declared here is not defined.
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutExce
ption: could not exec command: [aapt, p, -F, C:\Users\Jonas\AppData\Local\Temp\A
PKTOOL6508541178848828932.tmp, -I, C:\Users\Jonas\apktool\framework\1.apk, -S, C
:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\Sy
stemUI\res, -M, C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies
\PlaceAPKSHere\SystemUI\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)
at brut.androlib.Androlib.buildResources(Androlib.java:248)
at brut.androlib.Androlib.build(Androlib.java:171)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:174)
at brut.apktool.Main.main(Main.java:59)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\U
sers\Jonas\AppData\Local\Temp\APKTOOL6508541178848828932.tmp, -I, C:\Users\Jonas
\apktool\framework\1.apk, -S, C:\Users\Jonas\Desktop\Decompiler\NunsApktool\Nuns
ThemingGoodies\PlaceAPKSHere\SystemUI\res, -M, C:\Users\Jonas\Desktop\Decompiler
\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\SystemUI\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:191)
... 6 more

C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere>a
pktool b -f -d C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\
PlaceAPKSHere/SystemUI
W: Could not find sources
I: Building resources...
libpng error: Not a PNG file
ERROR: Failure processing PNG image C:\Users\Jonas\Desktop\Decompiler\NunsApktoo
l\NunsThemingGoodies\PlaceAPKSHere\SystemUI\res\drawable-hdpi\battery_low_batter
y.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jonas\Desktop\Decompiler\NunsApktoo
l\NunsThemingGoodies\PlaceAPKSHere\SystemUI\res\drawable-hdpi\shade_handlebar.9.
png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jonas\Desktop\Decompiler\NunsApktoo
l\NunsThemingGoodies\PlaceAPKSHere\SystemUI\res\drawable-hdpi\status_bar_call_on
going_background.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jonas\Desktop\Decompiler\NunsApktoo
l\NunsThemingGoodies\PlaceAPKSHere\SystemUI\res\drawable-hdpi\status_bar_close_o
n.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jonas\Desktop\Decompiler\NunsApktoo
l\NunsThemingGoodies\PlaceAPKSHere\SystemUI\res\drawable-hdpi\title_bar_portrait
.9.png
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\layout\battery_low.xml:6: error: Error: No resource found that match
es the given name (at 'src' with value '@drawable/battery_low_battery').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\layout\quickpanel_quick_settings.xml:2: error: Error: No resource fo
und that matches the given name (at 'background' with value '@drawable/quickpane
l_quick_settings_background').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\layout\quickpanel_quick_settings.xml:5: error: Error: No resource fo
und that matches the given name (at 'src' with value '@drawable/quickpanel_icon_
wifi_off').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\layout\quickpanel_quick_settings.xml:7: error: Error: No resource fo
und that matches the given name (at 'src' with value '@drawable/quickpanel_icon_
off').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\layout\quickpanel_quick_settings.xml:10: error: Error: No resource f
ound that matches the given name (at 'src' with value '@drawable/quickpanel_icon
_bluetooth_off').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\layout\quickpanel_quick_settings.xml:12: error: Error: No resource f
ound that matches the given name (at 'src' with value '@drawable/quickpanel_icon
_off').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\layout\quickpanel_quick_settings.xml:15: error: Error: No resource f
ound that matches the given name (at 'src' with value '@drawable/quickpanel_icon
_gps_off').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\layout\quickpanel_quick_settings.xml:17: error: Error: No resource f
ound that matches the given name (at 'src' with value '@drawable/quickpanel_icon
_off').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\layout\quickpanel_quick_settings.xml:20: error: Error: No resource f
ound that matches the given name (at 'src' with value '@drawable/quickpanel_icon
_sound_on_on').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\layout\quickpanel_quick_settings.xml:22: error: Error: No resource f
ound that matches the given name (at 'src' with value '@drawable/quickpanel_icon
_on').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\layout\quickpanel_quick_settings.xml:25: error: Error: No resource f
ound that matches the given name (at 'src' with value '@drawable/quickpanel_icon
_rotation_off').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\layout\quickpanel_quick_settings.xml:27: error: Error: No resource f
ound that matches the given name (at 'src' with value '@drawable/quickpanel_icon
_off').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\layout\status_bar.xml:2: error: Error: No resource found that matche
s the given name (at 'background' with value '@drawable/statusbar_background').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\layout\status_bar.xml:19: error: Error: No resource found that match
es the given name (at 'background' with value '@drawable/statusbar_background').

C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\layout\status_bar_call_ongoing.xml:2: error: Error: No resource foun
d that matches the given name (at 'background' with value '@drawable/status_bar_
call_ongoing_background').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\layout\status_bar_expanded.xml:4: error: Error: No resource found th
at matches the given name (at 'background' with value '@drawable/title_bar_portr
ait').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\layout\status_bar_expanded.xml:6: error: Error: No resource found th
at matches the given name (at 'background' with value '@drawable/btn_default_sma
ll').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\layout\status_bar_expanded.xml:11: error: Error: No resource found t
hat matches the given name (at 'background' with value '@drawable/quickpanel_tit
le_background').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\layout\status_bar_expanded.xml:12: error: Error: No resource found t
hat matches the given name (at 'background' with value '@drawable/quickpanel_tit
le_background').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\layout\status_bar_expanded.xml:14: error: Error: No resource found t
hat matches the given name (at 'background' with value '@drawable/quickpanel_tit
le_background').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\layout\status_bar_expanded.xml:18: error: Error: No resource found t
hat matches the given name (at 'src' with value '@drawable/title_bar_shadow').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\layout\status_bar_icon.xml:5: error: Error: No resource found that m
atches the given name (at 'background' with value '@drawable/ic_notification_ove
rlay').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\layout\status_bar_tracking.xml:6: error: Error: No resource found th
at matches the given name (at 'src' with value '@drawable/status_bar_close_on').

C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\drawable\btn_default_small.xml:4: error: Error: No resource found th
at matches the given name (at 'drawable' with value '@drawable/btn_default_small
_normal').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\drawable\btn_default_small.xml:5: error: Error: No resource found th
at matches the given name (at 'drawable' with value '@drawable/btn_default_small
_normal_disable').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\drawable\btn_default_small.xml:6: error: Error: No resource found th
at matches the given name (at 'drawable' with value '@drawable/btn_default_small
_pressed').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\drawable\btn_default_small.xml:7: error: Error: No resource found th
at matches the given name (at 'drawable' with value '@drawable/btn_default_small
_selected').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\drawable\btn_default_small.xml:8: error: Error: No resource found th
at matches the given name (at 'drawable' with value '@drawable/btn_default_small
_normal').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\drawable\btn_default_small.xml:9: error: Error: No resource found th
at matches the given name (at 'drawable' with value '@drawable/btn_default_small
_normal_disable_focused').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\drawable\btn_default_small.xml:10: error: Error: No resource found t
hat matches the given name (at 'drawable' with value '@drawable/btn_default_smal
l_normal_disable').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\drawable\stat_sys_gps_acquiring_anim.xml:4: error: Error: No resourc
e found that matches the given name (at 'drawable' with value '@drawable/stat_sy
s_gps_acquiring').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\drawable\stat_sys_roaming_cdma_flash.xml:4: error: Error: No resourc
e found that matches the given name (at 'drawable' with value '@drawable/stat_sy
s_roaming_cdma_flash_anim0').
C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\S
ystemUI\res\drawable\stat_sys_roaming_cdma_flash.xml:5: error: Error: No resourc
e found that matches the given name (at 'drawable' with value '@drawable/stat_sy
s_roaming_cdma_flash_anim1').
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutExce
ption: could not exec command: [aapt, p, -F, C:\Users\Jonas\AppData\Local\Temp\A
PKTOOL531489254175388789.tmp, -I, C:\Users\Jonas\apktool\framework\1.apk, -S, C:
\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere\Sys
temUI\res, -M, C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\
PlaceAPKSHere\SystemUI\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)
at brut.androlib.Androlib.buildResources(Androlib.java:248)
at brut.androlib.Androlib.build(Androlib.java:171)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:174)
at brut.apktool.Main.main(Main.java:59)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\U
sers\Jonas\AppData\Local\Temp\APKTOOL531489254175388789.tmp, -I, C:\Users\Jonas\
apktool\framework\1.apk, -S, C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsT
hemingGoodies\PlaceAPKSHere\SystemUI\res, -M, C:\Users\Jonas\Desktop\Decompiler\
NunsApktool\NunsThemingGoodies\PlaceAPKSHere\SystemUI\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:191)
... 6 more

C:\Users\Jonas\Desktop\Decompiler\NunsApktool\NunsThemingGoodies\PlaceAPKSHere>
 
JETZT hast du den gleichen Fehler wie ich. :D

Könnte jemand, der etwas mehr Erfahrung hat, hier aushelfen?
 
TzGuf schrieb:
JETZT hast du den gleichen Fehler wie ich. :D
:lol:

Es hört sich so an als könnten die png Files nicht zugewiesen werden, aber ich hab das ganze einfach mal nur mit den abgeänderten Icons geflasht und da geht auch alles was ich geändert hab außer das Batterie Icon spinnt ein bisschen...:cursing:

Edit: Ich hab mal das gleiche mit einer ungeänderten SystemUI.apk gemacht
Code:
C:/...apktooltestordner>apktool b -f -d
W: Could not find sources
I: Building resources...
I: Building apk files...
Und passieren tut gar nix, es ist auch nirgendswo eine apk dann....
vlt liegt das ganze an apktool?
 
Zuletzt bearbeitet:

Ähnliche Themen

marta46
Antworten
1
Aufrufe
2.454
marta46
marta46
M
  • MarkF
Antworten
5
Aufrufe
1.323
MarkF
M
M
Antworten
2
Aufrufe
1.124
MarkF
M
Zurück
Oben Unten