2 questions regarding framework-res.apk - Xperia Arc Q&A, Help & Troubleshooting

I have 2 questions regarding framework-res.apk (I think):
1. Where are the pngs for the on/off switches in settings located?
2. How to change the on/off text to I/O?

Vic. said:
1. Where are the pngs for the on/off switches in settings located?
Click to expand...
Click to collapse
drawable-hdpi.
Vic. said:
2. How to change the on/off text to I/O?
Click to expand...
Click to collapse
Decompile and edit strings.xml.

XperienceD said:
drawable-hdpi.
Click to expand...
Click to collapse
What are their filenames exactly? I searched through the whole drawable-hdpi earlier today but I didn't find them.

Vic. said:
What are their filenames exactly? I searched through the whole drawable-hdpi earlier today but I didn't find them.
Click to expand...
Click to collapse
Extract it then you can see what every image is.

XperienceD said:
Extract it then you can see what every image is.
Click to expand...
Click to collapse
I did that and looked through all the images, but I still couldn't find it. I'll try to find it again now.

I'm getting these errors when trying to compile it:
Code:
java version "1.7.0_02"
Java(TM) SE Runtime Environment (build 1.7.0_02-b13)
Java HotSpot(TM) 64-Bit Server VM (build 22.0-b10, mixed mode)
W: Could not find sources
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, -F, C:\Users\Victor_2\AppData\Local\Temp\APKTOOL3913261807782211521.tmp, -x, -S, C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res, -M, C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java: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:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\Victor_2\AppData\Local\Temp\APKTOOL3913261807782211521.tmp, -x, -S, C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res, -M, C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:191)
... 6 more
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/animator
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/drawable-sw600dp-hdpi
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/drawable-xlarge-nodpi
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/interpolator
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/layout-sw600dp
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/layout-w600dp
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/layout-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/mipmap-hdpi
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/mipmap-ldpi
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/mipmap-mdpi
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/mipmap-xhdpi
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-ar-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-bg-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-bn-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-bs-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-ca-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-cs-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-da-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-de-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-el-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-en-rGB-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-en-rUS-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-en-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-es-rES-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-es-rUS-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-es-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-et-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-eu-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-fa-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-fi-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-fr-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-gl-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-hi-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-hr-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-hu-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-in-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-is-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-it-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-iw-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-ja-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-jv-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-kk-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-ko-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-lt-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-lv-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-mk-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-ms-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-nb-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-nl-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-pl-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-pt-rPT-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-pt-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-ro-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-ru-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-sk-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-sl-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-sq-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-sr-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-su-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-sv-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-th-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-tl-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-tr-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-uk-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-vi-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-zh-rCN-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-zh-rHK-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/raw-zh-rTW-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/values-h720dp
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/values-sw600dp
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/values-sw600dp-land
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/values-sw600dp-w1024dp
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/values-sw600dp-w1280dp
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/values-w360dp
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/values-w480dp
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/values-w500dp
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/values-w600dp
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/values-w720dp
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/values-xlarge
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/values-xlarge-land
invalid resource directory name: C:\Users\Victor_2\Desktop\framework_flasher\files-to-edit\framework-res.apk\res/xml-xlarge
I found the pngs btw.

Which apktool are you using?
Sent from my Phone.

XperienceD said:
Which apktool are you using?
Sent from my Phone.
Click to expand...
Click to collapse
You mean which version? I tried like 3 different tools and all of them are giving me these errors.

Can anybody help me please? I'm using ICS 4.0.4 btw.

Vic. said:
Can anybody help me please?
Click to expand...
Click to collapse
Yes, but when asked a specific question don't respond with a vague answer. Try THIS.

XperienceD said:
Yes, but when asked a specific question don't respond with a vague answer. Try THIS.
Click to expand...
Click to collapse
Thanks, I'll try that when I get back at my computer. I hope it works, this thing is giving me headaches. I tried with SystemUI too, it didn't work for it either.

Not working, it doesn't even want to decompile now:
Code:
C:\Users\Victor_2\Desktop\apktool>apktool d -f SystemUI.apk
I: Baksmaling...
Exception in thread "main" java.lang.RuntimeException: bad magic value: 64 65 78
0a 30 33 36 00
at org.jf.dexlib.DexFile.<init>(DexFile.java:377)
at org.jf.dexlib.DexFile.<init>(DexFile.java:274)
at brut.androlib.src.SmaliDecoder.decode(SmaliDecoder.java:48)
at brut.androlib.src.SmaliDecoder.decode(SmaliDecoder.java:33)
at brut.androlib.Androlib.decodeSourcesSmali(Androlib.java:68)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:85)
at brut.apktool.Main.cmdDecode(Main.java:128)
at brut.apktool.Main.main(Main.java:65)

Is that with a stock apk? I don't get that issue.
Sent from my Phone.

XperienceD said:
Is that with a stock apk? I don't get that issue.
Sent from my Phone.
Click to expand...
Click to collapse
Not really stock, it's from the Ice Dark Ray theme.

Have you installed the 3 files first?
Sent from my Phone.

XperienceD said:
Have you installed the 3 files first?
Sent from my Phone.
Click to expand...
Click to collapse
Yes, I installed them.

Google the bad magic value line and see what it comes up with, it should be working as I've had no issue decompiling the same apk.
Sent from my Phone.

XperienceD said:
Google the bad magic value line and see what it comes up with, it should be working as I've had no issue decompiling the same apk.
Sent from my Phone.
Click to expand...
Click to collapse
I found a modded apktool, decompiling works but compiling doesn't.
Here's a part of the log, because I can't paste it all:
Code:
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:428: error: Pub
lic symbol drawable/stat_sys_battery_charge_anim83 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:429: error: Pub
lic symbol drawable/stat_sys_battery_charge_anim84 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:139: error: Pub
lic symbol drawable/stat_sys_battery_charge_anim85 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:430: error: Pub
lic symbol drawable/stat_sys_battery_charge_anim86 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:431: error: Pub
lic symbol drawable/stat_sys_battery_charge_anim87 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:432: error: Pub
lic symbol drawable/stat_sys_battery_charge_anim88 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:433: error: Pub
lic symbol drawable/stat_sys_battery_charge_anim89 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:434: error: Pub
lic symbol drawable/stat_sys_battery_charge_anim9 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:435: error: Pub
lic symbol drawable/stat_sys_battery_charge_anim90 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:436: error: Pub
lic symbol drawable/stat_sys_battery_charge_anim91 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:437: error: Pub
lic symbol drawable/stat_sys_battery_charge_anim92 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:438: error: Pub
lic symbol drawable/stat_sys_battery_charge_anim93 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:439: error: Pub
lic symbol drawable/stat_sys_battery_charge_anim94 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:440: error: Pub
lic symbol drawable/stat_sys_battery_charge_anim95 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:441: error: Pub
lic symbol drawable/stat_sys_battery_charge_anim96 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:442: error: Pub
lic symbol drawable/stat_sys_battery_charge_anim97 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:443: error: Pub
lic symbol drawable/stat_sys_battery_charge_anim98 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:444: error: Pub
lic symbol drawable/stat_sys_battery_charge_anim99 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:140: error: Pub
lic symbol drawable/stat_sys_data_bluetooth declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:141: error: Pub
lic symbol drawable/stat_sys_data_bluetooth_connected declared here is not defin
ed.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:142: error: Pub
lic symbol drawable/stat_sys_data_connected_1x declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:143: error: Pub
lic symbol drawable/stat_sys_data_connected_3g declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:144: error: Pub
lic symbol drawable/stat_sys_data_connected_4g declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:145: error: Pub
lic symbol drawable/stat_sys_data_connected_e declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:146: error: Pub
lic symbol drawable/stat_sys_data_connected_g declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:147: error: Pub
lic symbol drawable/stat_sys_data_connected_h declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:148: error: Pub
lic symbol drawable/stat_sys_data_connected_roam declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:149: error: Pub
lic symbol drawable/stat_sys_data_fully_connected_1x declared here is not define
d.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:150: error: Pub
lic symbol drawable/stat_sys_data_fully_connected_3g declared here is not define
d.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:151: error: Pub
lic symbol drawable/stat_sys_data_fully_connected_4g declared here is not define
d.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:152: error: Pub
lic symbol drawable/stat_sys_data_fully_connected_e declared here is not defined
.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:153: error: Pub
lic symbol drawable/stat_sys_data_fully_connected_g declared here is not defined
.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:154: error: Pub
lic symbol drawable/stat_sys_data_fully_connected_h declared here is not defined
.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:155: error: Pub
lic symbol drawable/stat_sys_data_wimax_signal_0 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:156: error: Pub
lic symbol drawable/stat_sys_data_wimax_signal_0_fully declared here is not defi
ned.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:157: error: Pub
lic symbol drawable/stat_sys_data_wimax_signal_1 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:158: error: Pub
lic symbol drawable/stat_sys_data_wimax_signal_1_fully declared here is not defi
ned.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:159: error: Pub
lic symbol drawable/stat_sys_data_wimax_signal_2 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:160: error: Pub
lic symbol drawable/stat_sys_data_wimax_signal_2_fully declared here is not defi
ned.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:161: error: Pub
lic symbol drawable/stat_sys_data_wimax_signal_3 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:162: error: Pub
lic symbol drawable/stat_sys_data_wimax_signal_3_fully declared here is not defi
ned.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:163: error: Pub
lic symbol drawable/stat_sys_data_wimax_signal_disconnected declared here is not
defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:164: error: Pub
lic symbol drawable/stat_sys_data_wimax_signal_idle declared here is not defined
.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:165: error: Pub
lic symbol drawable/stat_sys_gps_acquiring declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:47: error: Publ
ic symbol drawable/stat_sys_gps_acquiring_anim declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:166: error: Pub
lic symbol drawable/stat_sys_hac_on declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:167: error: Pub
lic symbol drawable/stat_sys_no_sim declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:168: error: Pub
lic symbol drawable/stat_sys_ringer_silent declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:169: error: Pub
lic symbol drawable/stat_sys_ringer_vibrate declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:170: error: Pub
lic symbol drawable/stat_sys_roaming_cdma_0 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:48: error: Publ
ic symbol drawable/stat_sys_roaming_cdma_flash declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:171: error: Pub
lic symbol drawable/stat_sys_roaming_cdma_flash_anim0 declared here is not defin
ed.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:172: error: Pub
lic symbol drawable/stat_sys_roaming_cdma_flash_anim1 declared here is not defin
ed.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:173: error: Pub
lic symbol drawable/stat_sys_signal_0 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:174: error: Pub
lic symbol drawable/stat_sys_signal_0_fully declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:175: error: Pub
lic symbol drawable/stat_sys_signal_1 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:176: error: Pub
lic symbol drawable/stat_sys_signal_1_fully declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:177: error: Pub
lic symbol drawable/stat_sys_signal_2 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:178: error: Pub
lic symbol drawable/stat_sys_signal_2_fully declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:179: error: Pub
lic symbol drawable/stat_sys_signal_3 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:180: error: Pub
lic symbol drawable/stat_sys_signal_3_fully declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:181: error: Pub
lic symbol drawable/stat_sys_signal_4 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:182: error: Pub
lic symbol drawable/stat_sys_signal_4_fully declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:183: error: Pub
lic symbol drawable/stat_sys_signal_flightmode declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:184: error: Pub
lic symbol drawable/stat_sys_signal_in declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:185: error: Pub
lic symbol drawable/stat_sys_signal_inout declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:49: error: Publ
ic symbol drawable/stat_sys_signal_null declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:186: error: Pub
lic symbol drawable/stat_sys_signal_out declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:187: error: Pub
lic symbol drawable/stat_sys_sync declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:188: error: Pub
lic symbol drawable/stat_sys_sync_error declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:189: error: Pub
lic symbol drawable/stat_sys_tty_mode declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:190: error: Pub
lic symbol drawable/stat_sys_wifi_in declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:191: error: Pub
lic symbol drawable/stat_sys_wifi_inout declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:192: error: Pub
lic symbol drawable/stat_sys_wifi_limited_signal_0 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:193: error: Pub
lic symbol drawable/stat_sys_wifi_limited_signal_1 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:194: error: Pub
lic symbol drawable/stat_sys_wifi_limited_signal_2 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:195: error: Pub
lic symbol drawable/stat_sys_wifi_limited_signal_3 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:196: error: Pub
lic symbol drawable/stat_sys_wifi_limited_signal_4 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:197: error: Pub
lic symbol drawable/stat_sys_wifi_out declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:198: error: Pub
lic symbol drawable/stat_sys_wifi_signal_0 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:199: error: Pub
lic symbol drawable/stat_sys_wifi_signal_1 declared here is not defined.
C:\Users\ViException in thread "main" ctor_2\Desktop\apktool\SystemUI\res\values
\public.xml:200: error: Public symbol drawable/stat_sys_wifi_signal_1_fully decl
ared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:201: error: Pub
lic symbol drawable/stat_sys_wifi_signal_2 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:202: error: Pub
lic symbol drawable/stat_sys_wifi_signal_2_fully declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:203: error: Pub
lic symbol drawable/stat_sys_wifi_signal_3 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:204: error: Pub
lic symbol drawable/stat_sys_wifi_signal_3_fully declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:205: error: Pub
lic symbol drawable/stat_sys_wifi_signal_4 declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:206: error: Pub
lic symbol drawable/stat_sys_wifi_signal_4_fully declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:254: error: Pub
lic symbol drawable/stat_vibrate_off declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:255: error: Pub
lic symbol drawable/stat_wifi_off declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:256: error: Pub
lic symbol drawable/stat_wifi_on declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:62: error: Publ
ic entry identifier 0x7f0200ca entry index is larger than available symbols (ind
ex 202, total symbols 13).
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:62: error: Publ
ic symbol drawable/status_bar_background declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:50: error: Publ
ic symbol drawable/status_bar_bg declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:207: error: Pub
lic symbol drawable/status_bar_bg_tile declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:208: error: Pub
lic symbol drawable/status_bar_close_on declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:51: error: Publ
ic symbol drawable/status_bar_expand declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:209: error: Pub
lic symbol drawable/status_bar_expand_default declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:210: error: Pub
lic symbol drawable/status_bar_expand_pressed declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:211: error: Pub
lic symbol drawable/status_bar_hr declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:52: error: Publ
ic symbol drawable/status_bar_item_background declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:65: error: Publ
ic entry identifier 0x7f0200cd entry index is larger than available symbols (ind
ex 205, total symbols 13).
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:65: error: Publ
ic symbol drawable/status_bar_notification_row_background_color declared here is
not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:64: error: Publ
ic entry identifier 0x7f0200cc entry index is larger than available symbols (ind
ex 204, total symbols 13).
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:64: error: Publ
ic symbol drawable/status_bar_recents_app_thumbnail_background declared here is
not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:53: error: Publ
ic symbol drawable/status_bar_recents_background declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:63: error: Publ
ic entry identifier 0x7f0200cb entry index is larger than available symbols (ind
ex 203, total symbols 13).
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:63: error: Publ
ic symbol drawable/status_bar_recents_background_solid declared here is not defi
ned.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:54: error: Publ
ic symbol drawable/status_bar_settings_slider_disabled declared here is not defi
ned.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:55: error: Publ
ic symbol drawable/status_bar_ticker_background declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:56: error: Publ
ic symbol drawable/status_bar_toggle_button declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:57: error: Publ
ic symbol drawable/ticker_background declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:61: error: Publ
ic entry identifier 0x7f0200c9 entry index is larger than available symbols (ind
ex 201, total symbols 13).
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:61: error: Publ
ic symbol drawable/ticker_background_color declared here is not defined.
C:\Users\Victor_2\Desktop\apktool\SystemUI\res\values\public.xml:212: error: Pub
lic symbol drawable/title_bar_shadow declared here is not defined.
brut.androlib.AndrolibException: brut.common.BrutException: could not exec comma
nd: [aapt, p, -F, C:\Users\Victor_2\AppData\Local\Temp\APKTOOL887194812350367839
4.tmp, -I, C:\Users\Victor_2\apktool\framework\1.apk, -S, C:\Users\Victor_2\Desk
top\apktool\SystemUI\res, -M, C:\Users\Victor_2\Desktop\apktool\SystemUI\Android
Manifest.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:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\U
sers\Victor_2\AppData\Local\Temp\APKTOOL8871948123503678394.tmp, -I, C:\Users\Vi
ctor_2\apktool\framework\1.apk, -S, C:\Users\Victor_2\Desktop\apktool\SystemUI\r
es, -M, C:\Users\Victor_2\Desktop\apktool\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\Victor_2\Desktop\apktool>

Use THIS apktool for compiling problem apks, I have two folders set up so do the same, use one for decompiling and this one for those that won't recompile.

XperienceD said:
Use THIS apktool for compiling problem apks, I have two folders set up so do the same, use one for decompiling and this one for those that won't recompile.
Click to expand...
Click to collapse
It still doesn't work :
Code:
brut.androlib.AndrolibException: brut.common.BrutException: could not exec comma
nd: [aapt, p, -F, C:\Users\Victor_2\AppData\Local\Temp\APKTOOL215729143402500349
.tmp, -I, C:\Users\Victor_2\apktool\framework\1.apk, -S, C:\Users\Victor_2\Deskt
op\apktool-c\SystemUI\res, -M, C:\Users\Victor_2\Desktop\apktool-c\SystemUI\Andr
oidManifest.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:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\U
sers\Victor_2\AppData\Local\Temp\APKTOOL215729143402500349.tmp, -I, C:\Users\Vic
tor_2\apktool\framework\1.apk, -S, C:\Users\Victor_2\Desktop\apktool-c\SystemUI\
res, -M, C:\Users\Victor_2\Desktop\apktool-c\SystemUI\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:191)
... 6 more

Related

[Q] Error while recompiling SystemUI.apk | Using apktool

So I have been trying to follow this tutorial:
http://forum.xda-developers.com/showthread.php?t=1292707&highlight=transparent
And I pull the SystemUI.apk from my ROM (Dlev2 v3|KI4).
I also pull the framework and install it via apktool. Then decompile the SystemUI.apk. Edit it. And try recompiling. It doesnt work. Throws a bunch of errors. It shows errors even on a untouched decompiled APK.
Kinda frustrated.. help me out please.
Log:
Code:
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:44: error: Public symbol dr
awable/shade_bg declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:8: error: Public entry iden
tifier 0x7f0200aa entry index is larger than available symbols (index 170, total
symbols 3).
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:8: error: Public symbol dra
wable/shade_bgcolor declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:45: error: Public symbol dr
awable/shade_handlebar declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:46: error: Public symbol dr
awable/shade_header_background declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:47: error: Public symbol dr
awable/stat_notify_alarm declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:48: error: Public symbol dr
awable/stat_notify_more declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:49: error: Public symbol dr
awable/stat_sys_battery_full declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:4: error: Public symbol dra
wable/stat_sys_data_4g_att declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:50: error: Public symbol dr
awable/stat_sys_data_4g_att_0 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:51: error: Public symbol dr
awable/stat_sys_data_4g_att_1 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:52: error: Public symbol dr
awable/stat_sys_data_4g_att_2 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:53: error: Public symbol dr
awable/stat_sys_data_4g_att_3 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:54: error: Public symbol dr
awable/stat_sys_data_bluetooth declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:55: error: Public symbol dr
awable/stat_sys_data_bluetooth_connected declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:56: error: Public symbol dr
awable/stat_sys_data_connected_1x declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:57: error: Public symbol dr
awable/stat_sys_data_connected_3g declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:58: error: Public symbol dr
awable/stat_sys_data_connected_4g declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:59: error: Public symbol dr
awable/stat_sys_data_connected_e declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:60: error: Public symbol dr
awable/stat_sys_data_connected_g declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:61: error: Public symbol dr
awable/stat_sys_data_connected_h declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:62: error: Public symbol dr
awable/stat_sys_data_connected_h_plus declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:63: error: Public symbol dr
awable/stat_sys_data_fully_connected_1x declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:64: error: Public symbol dr
awable/stat_sys_data_fully_connected_3g declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:65: error: Public symbol dr
awable/stat_sys_data_fully_connected_4g declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:66: error: Public symbol dr
awable/stat_sys_data_fully_connected_e declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:67: error: Public symbol dr
awable/stat_sys_data_fully_connected_g declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:68: error: Public symbol dr
awable/stat_sys_data_fully_connected_h declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:69: error: Public symbol dr
awable/stat_sys_data_fully_connected_h_plus declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:70: error: Public symbol dr
awable/stat_sys_data_fully_in_1x declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:71: error: Public symbol dr
awable/stat_sys_data_fully_in_3g declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:72: error: Public symbol dr
awable/stat_sys_data_fully_in_4g declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:73: error: Public symbol dr
awable/stat_sys_data_fully_in_e declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:74: error: Public symbol dr
awable/stat_sys_data_fully_in_g declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:75: error: Public symbol dr
awable/stat_sys_data_fully_in_h declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:76: error: Public symbol dr
awable/stat_sys_data_fully_in_h_plus declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:77: error: Public symbol dr
awable/stat_sys_data_fully_inandout_1x declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:78: error: Public symbol dr
awable/stat_sys_data_fully_inandout_3g declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:79: error: Public symbol dr
awable/stat_sys_data_fully_inandout_4g declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:80: error: Public symbol dr
awable/stat_sys_data_fully_inandout_e declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:81: error: Public symbol dr
awable/stat_sys_data_fully_inandout_g declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:82: error: Public symbol dr
awable/stat_sys_data_fully_inandout_h declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:83: error: Public symbol dr
awable/stat_sys_data_fully_inandout_h_plus declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:84: error: Public symbol dr
awable/stat_sys_data_fully_out_1x declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:85: error: Public symbol dr
awable/stat_sys_data_fully_out_3g declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:86: error: Public symbol dr
awable/stat_sys_data_fully_out_4g declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:87: error: Public symbol dr
awable/stat_sys_data_fully_out_e declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:88: error: Public symbol dr
awable/stat_sys_data_fully_out_g declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:89: error: Public symbol dr
awable/stat_sys_data_fully_out_h declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:90: error: Public symbol dr
awable/stat_sys_data_fully_out_h_plus declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:91: error: Public symbol dr
awable/stat_sys_data_in_1x declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:92: error: Public symbol dr
awable/stat_sys_data_in_3g declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:93: error: Public symbol dr
awable/stat_sys_data_in_4g declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:94: error: Public symbol dr
awable/stat_sys_data_in_e declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:95: error: Public symbol dr
awable/stat_sys_data_in_g declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:96: error: Public symbol dr
awable/stat_sys_data_in_h declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:97: error: Public symbol dr
awable/stat_sys_data_in_h_plus declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:98: error: Public symbol dr
awable/stat_sys_data_inadnout_e declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:99: error: Public symbol dr
awable/stat_sys_data_inandout_1x declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:100: error: Public symbol d
rawable/stat_sys_data_inandout_3g declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:101: error: Public symbol d
rawable/stat_sys_data_inandout_4g declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:102: error: Public symbol d
rawable/stat_sys_data_inandout_e declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:103: error: Public symbol d
rawable/stat_sys_data_inandout_g declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:104: error: Public symbol d
rawable/stat_sys_data_inandout_h declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:105: error: Public symbol d
rawable/stat_sys_data_inandout_h_plus declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:5: error: Public symbol dra
wable/stat_sys_data_lte_att declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:106: error: Public symbol d
rawable/stat_sys_data_lte_att_0 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:107: error: Public symbol d
rawable/stat_sys_data_lte_att_1 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:108: error: Public symbol d
rawable/stat_sys_data_lte_att_2 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:109: error: Public symbol d
rawable/stat_sys_data_lte_att_3 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:110: error: Public symbol d
rawable/stat_sys_data_out_1x declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:111: error: Public symbol d
rawable/stat_sys_data_out_3g declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:112: error: Public symbol d
rawable/stat_sys_data_out_4g declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:113: error: Public symbol d
rawable/stat_sys_data_out_e declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:114: error: Public symbol d
rawable/stat_sys_data_out_g declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:115: error: Public symbol d
rawable/stat_sys_data_out_h declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:116: error: Public symbol d
rawable/stat_sys_data_out_h_plus declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:117: error: Public symbol d
rawable/stat_sys_data_wimax_signal_0 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:118: error: Public symbol d
rawable/stat_sys_data_wimax_signal_0_fully declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:119: error: Public symbol d
rawable/stat_sys_data_wimax_signal_1 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:120: error: Public symbol d
rawable/stat_sys_data_wimax_signal_1_fully declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:121: error: Public symbol d
rawable/stat_sys_data_wimax_signal_2 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:122: error: Public symbol d
rawable/stat_sys_data_wimax_signal_2_fully declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:123: error: Public symbol d
rawable/stat_sys_data_wimax_signal_3 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:124: error: Public symbol d
rawable/stat_sys_data_wimax_signal_3_fully declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:125: error: Public symbol d
rawable/stat_sys_data_wimax_signal_disconnected declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:126: error: Public symbol d
rawable/stat_sys_data_wimax_signal_idle declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:127: error: Public symbol d
rawable/stat_sys_gps_acquiring declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:6: error: Public symbol dra
wable/stat_sys_gps_acquiring_anim declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:128: error: Public symbol d
rawable/stat_sys_no_sim declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:129: error: Public symbol d
rawable/stat_sys_r_signal_0 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:130: error: Public symbol d
rawable/stat_sys_r_signal_0_fully declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:131: error: Public symbol d
rawable/stat_sys_r_signal_1 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:132: error: Public symbol d
rawable/stat_sys_r_signal_1_fully declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:133: error: Public symbol d
rawable/stat_sys_r_signal_2 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:134: error: Public symbol d
rawable/stat_sys_r_signal_2_fully declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:135: error: Public symbol d
rawable/stat_sys_r_signal_3 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:136: error: Public symbol d
rawable/stat_sys_r_signal_3_fully declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:137: error: Public symbol d
rawable/stat_sys_r_signal_4 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:138: error: Public symbol d
rawable/stat_sys_r_signal_4_fully declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:139: error: Public symbol d
rawable/stat_sys_r_signal_5 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:140: error: Public symbol d
rawable/stat_sys_r_signal_5_fully declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:141: error: Public symbol d
rawable/stat_sys_ringer_silent declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:142: error: Public symbol d
rawable/stat_sys_ringer_vibrate declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:143: error: Public symbol d
rawable/stat_sys_roaming_cdma_0 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:7: error: Public symbol dra
wable/stat_sys_roaming_cdma_flash declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:144: error: Public symbol d
rawable/stat_sys_roaming_cdma_flash_anim0 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:145: error: Public symbol d
rawable/stat_sys_roaming_cdma_flash_anim1 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:146: error: Public symbol d
rawable/stat_sys_signal_0 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:147: error: Public symbol d
rawable/stat_sys_signal_0_fully declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:148: error: Public symbol d
rawable/stat_sys_signal_1 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:149: error: Public symbol d
rawable/stat_sys_signal_1_fullyException in thread "main" brut.androlib.Androlib
Exception: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\U
sers\Deep\AppData\Local\Temp\APKTOOL1555933355827091098.tmp, -I, C:\Users\Deep\a
pktool\framework\1.apk, -S, C:\Users\Deep\Desktop\mk\decom\res, -M, C:\Users\Dee
p\Desktop\mk\decom\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\Deep\AppData\Local\Temp\APKTOOL1555933355827091098.tmp, -I, C:\Users\Deep\a
pktool\framework\1.apk, -S, C:\Users\Deep\Desktop\mk\decom\res, -M, C:\Users\Dee
p\Desktop\mk\decom\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:191)
... 6 more
declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:150: error: Public symbol d
rawable/stat_sys_signal_2 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:151: error: Public symbol d
rawable/stat_sys_signal_2_fully declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:152: error: Public symbol d
rawable/stat_sys_signal_3 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:153: error: Public symbol d
rawable/stat_sys_signal_3_fully declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:154: error: Public symbol d
rawable/stat_sys_signal_4 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:155: error: Public symbol d
rawable/stat_sys_signal_4_fully declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:156: error: Public symbol d
rawable/stat_sys_signal_5 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:157: error: Public symbol d
rawable/stat_sys_signal_5_fully declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:158: error: Public symbol d
rawable/stat_sys_signal_flightmode declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:159: error: Public symbol d
rawable/stat_sys_signal_null declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:160: error: Public symbol d
rawable/stat_sys_tty_mode declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:161: error: Public symbol d
rawable/stat_sys_wifi_signal_0 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:162: error: Public symbol d
rawable/stat_sys_wifi_signal_1 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:163: error: Public symbol d
rawable/stat_sys_wifi_signal_1_fully declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:164: error: Public symbol d
rawable/stat_sys_wifi_signal_2 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:165: error: Public symbol d
rawable/stat_sys_wifi_signal_2_fully declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:166: error: Public symbol d
rawable/stat_sys_wifi_signal_3 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:167: error: Public symbol d
rawable/stat_sys_wifi_signal_3_fully declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:168: error: Public symbol d
rawable/stat_sys_wifi_signal_4 declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:169: error: Public symbol d
rawable/stat_sys_wifi_signal_4_fully declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:170: error: Public symbol d
rawable/status_bar_background declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:171: error: Public symbol d
rawable/status_bar_call_ongoing_background declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:172: error: Public symbol d
rawable/status_bar_close_on declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:173: error: Public symbol d
rawable/statusbar_background declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:174: error: Public symbol d
rawable/title_bar_portrait declared here is not defined.
C:\Users\Deep\Desktop\mk\decom\res\values\public.xml:175: error: Public symbol d
rawable/title_bar_shadow declared here is not defined.
Attached apk..
Did you try deleting Public.xml from res/values/??
Edit: having a quick look in the thread you linked, he says to sign SystemUI.apk.
You dont sign system apps or your phone will rain the pain!
Hope this helps.
dully79 said:
Did you try deleting Public.xml from res/values/??
Edit: having a quick look in the thread you linked, he says to sign SystemUI.apk.
You dont sign system apps or your phone will rain the pain!
Hope this helps.
Click to expand...
Click to collapse
Gonna try to delete it and see if it works. And I cant recompile the apk, signing comes on later
Thanks for replying.
Nah deleting that didnt work either. I noticed this while decompiling tho:
Code:
C:\Users\Deep\Desktop\mk>apktool d C:\Users\Deep\Desktop\mk\SystemUI.apk C:\User
s\Deep\Desktop\mk\decompiled
I: Baksmaling...
testI: Loading resource table...
I: Loaded.
I: Loading resource table from file: C:\Users\Deep\apktool\framework\1.apk
I: Loaded.
I: Decoding file-resources...
W: Cant find 9patch chunk in file: "drawable-hdpi/title_bar_portrait.9.png". Ren
aming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi/status_bar_close_on.9.png". Re
naming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi/quickpanel_title_background.9.
png". Renaming it to *.png.
I: Decoding values*/* XMLs...
I: Done.
I: Copying assets and libs...
C:\Users\Deep\Desktop\mk>
Looking at your log, you probably have .png's named as .9.png's
Open up the attached zip and move the images into the SystemUI.apk you are decompiling:
res/drawable-hdpi/
These should decompile fine, i decompile them all the time with no problems.
Wrongly patched. 9 PNG files. That's why you can't decompile.
Is transparency working in 2.3.5 roms? I thought it didnt.
update
Modified Systemui.apk attached. The problem with the original one is that title_bar_portrait.9.png is screwed up. I have not rectified it. Left it as it is, but made the other changes and added the transparent png files.
sileshnair said:
Wrongly patched. 9 PNG files. That's why you can't decompile.
Is transparency working in 2.3.5 roms? I thought it didnt.
update
Modified Systemui.apk attached. The problem with the original one is that title_bar_portrait.9.png is screwed up. I have not rectified it. Left it as it is, but made the other changes and added the transparent png files.
Click to expand...
Click to collapse
Thanks, I pushed it onto my ROM and it worked. But somethings up, its transparent at times. Its not at times. Works though. We could improve upon it.

[Q] Can't recompile framework-res.apk :(

Hey there,
I want to modify progressbar for the new ICS theme I am making. As progressbar lies in /res/drawable/progress_horizontal.xml, I decompiled framework-res.apk, edited the xml and tried to recompile it (using APKManager, apktool both)
but I'm getting this error :
http://pastebin.com/MATYs4Z9
OR
Code:
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3854:
error: Public symbol drawable/zzz_unlock_ctr_nor_ff declared here is not define
d.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3855:
error: Public symbol drawable/zzz_unlock_ctr_nor_pause declared here is not def
ined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3856:
error: Public symbol drawable/zzz_unlock_ctr_nor_play declared here is not defi
ned.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3857:
error: Public symbol drawable/zzz_unlock_ctr_nor_rew declared here is not defin
ed.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3858:
error: Public symbol drawable/zzz_unlock_ctr_pr_ff declared here is not defined
.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3859:
error: Public symbol drawable/zzz_unlock_ctr_pr_pause declared here is not defi
ned.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3860:
error: Public symbol drawable/zzz_unlock_ctr_pr_play declared here is not defin
ed.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3861:
error: Public symbol drawable/zzz_unlock_ctr_pr_rew declared here is not define
d.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3862:
error: Public symbol drawable/zzz_unlock_default_cd_image declared here is not
defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3863:
error: Public symbol drawable/zzz_unlock_disk_background declared here is not d
efined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3864:
error: Public symbol drawable/zzz_unlock_disk_close declared here is not define
d.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3865:
error: Public symbol drawable/zzz_unlock_disk_default declared here is not defi
ned.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3866:
error: Public symbol drawable/zzz_unlock_disk_open declared here is not defined
.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3867:
error: Public symbol drawable/zzz_unlock_diskbg declared here is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3868:
error: Public symbol drawable/zzz_unlock_diskimg01 declared here is not defined
.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3869:
error: Public symbol drawable/zzz_unlock_dualclock_bg declared here is not defi
ned.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3870:
error: Public symbol drawable/zzz_unlock_icon_lock declared here is not defined
.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3871:
error: Public symbol drawable/zzz_unlock_lockbg declared here is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3872:
error: Public symbol drawable/zzz_unlock_music_sound_bg declared here is not de
fined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3873:
error: Public symbol drawable/zzz_unlock_music_sound_bg_f declared here is not
defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3874:
error: Public symbol drawable/zzz_unlock_music_sound_bg_p declared here is not
defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3875:
error: Public symbol drawable/zzz_unlock_noti_icon_call declared here is not de
fined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3876:
error: Public symbol drawable/zzz_unlock_noti_icon_email declared here is not d
efined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3877:
error: Public symbol drawable/zzz_unlock_noti_icon_mail declared here is not de
fined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3878:
error: Public symbol drawable/zzz_unlock_noti_slidebg declared here is not defi
ned.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3879:
error: Public symbol drawable/zzz_unlock_puzzle_bg declared here is not defined
.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3880:
error: Public symbol drawable/zzz_unlock_puzzle_noti_icon_call declared here is
not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3881:
error: Public symbol drawable/zzz_unlock_puzzle_noti_icon_call_fit declared her
e is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3882:
error: Public symbol drawable/zzz_unlock_puzzle_noti_icon_email declared here i
s not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3883:
error: Public symbol drawable/zzz_unlock_puzzle_noti_icon_email_fit declared he
re is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3884:
error: Public symbol drawable/zzz_unlock_puzzle_noti_icon_mail declared here is
not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3885:
error: Public symbol drawable/zzz_unlock_puzzle_noti_icon_mail_fit declared her
e is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3886:
error: Public symbol drawable/zzz_unlock_puzzle_noti_icon_unlock declared here
is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3887:
error: Public symbol drawable/zzz_unlock_puzzle_noti_icon_unlock_fit declared h
ere is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3888:
error: Public symbol drawable/zzz_unlock_selector_album declared here is not de
fined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3889:
error: Public symbol drawable/zzz_unlock_selector_ff declared here is not defin
ed.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3890:
error: Public symbol drawable/zzz_unlock_selector_pause declared here is not de
fined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3891:
error: Public symbol drawable/zzz_unlock_selector_play declared here is not def
ined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3892:
error: Public symbol drawable/zzz_unlock_selector_rew declared here is not defi
ned.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3893:
error: Public symbol drawable/zzz_unlock_selector_without_album declared here i
s not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3894:
error: Public symbol drawable/zzz_unlock_textbg declared here is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3059:
error: Public symbol drawable/zzzz_tw_popup_btn_check declared here is not defi
ned.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3754:
error: Public symbol drawable/zzzz_tw_popup_btn_check_off declared here is not
defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3755:
error: Public symbol drawable/zzzz_tw_popup_btn_check_off_disable declared here
is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3756:
error: Public symbol drawable/zzzz_tw_popup_btn_check_off_disable_focused decla
red here is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3757:
error: Public symbol drawable/zzzz_tw_popup_btn_check_off_pressed declared here
is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3758:
error: Public symbol drawable/zzzz_tw_popup_btn_check_off_selected declared her
e is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3759:
error: Public symbol drawable/zzzz_tw_popup_btn_check_on declared here is not d
efined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3760:
error: Public symbol drawable/zzzz_tw_popup_btn_check_on_disable declared here
is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3761:
error: Public symbol drawable/zzzz_tw_popup_btn_check_on_disable_focused declar
ed here is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3762:
error: Public symbol drawable/zzzz_tw_popup_btn_check_on_pressed declared here
is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3763:
error: Public symbol drawable/zzzz_tw_popup_btn_check_on_selected declared here
is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3060:
error: Public symbol drawable/zzzz_tw_popup_btn_radio declared here is not defi
ned.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3764:
error: Public symbol drawable/zzzz_tw_popup_btn_radio_off declared here is not
defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3765:
error: Public symbol drawable/zzzz_tw_popup_btn_radio_off_pressed declared here
is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3766:
error: Public symbol drawable/zzzz_tw_popup_btn_radio_off_selected declared her
e is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\toolException in thread "main" brut.androlib.A
ndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -
F, C:\Users\rahul\AppData\Local\Temp\APKTOOL8830860605895445426.tmp, -x, -S, F:\
GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res, -M, F:\GalaxyS\ROMS\App-E
dits\apktool\tool\framework-res\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:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\U
sers\rahul\AppData\Local\Temp\APKTOOL8830860605895445426.tmp, -x, -S, F:\GalaxyS
\ROMS\App-Edits\apktool\tool\framework-res\res, -M, F:\GalaxyS\ROMS\App-Edits\ap
ktool\tool\framework-res\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:191)
... 6 more
\framework-res\res\values\public.xml:3767: error: Public symbol drawable/zzzz_tw
_popup_btn_radio_on declared here is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3768:
error: Public symbol drawable/zzzz_tw_popup_btn_radio_on_pressed declared here
is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3769:
error: Public symbol drawable/zzzz_tw_popup_btn_radio_on_selected declared here
is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3895:
error: Public symbol drawable/zzzz_webselect_bg_topbar declared here is not def
ined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3066:
error: Public symbol drawable/zzzz_webselect_btn_bg declared here is not define
d.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3896:
error: Public symbol drawable/zzzz_webselect_dialog_bg declared here is not def
ined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3897:
error: Public symbol drawable/zzzz_webselect_dialog_btn_bg declared here is not
defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3898:
error: Public symbol drawable/zzzz_webselect_dialog_btn_bg_pressed declared her
e is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3899:
error: Public symbol drawable/zzzz_webselect_topbar_key_bg_option declared here
is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3067:
error: Public symbol drawable/zzzz_webselect_topbar_key_bg_option_xml declared
here is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3900:
error: Public symbol drawable/zzzz_webselect_topbar_key_bg_press declared here
is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3198:
error: Public symbol drawable/zzzzz_tw_cursor_handle_bg declared here is not de
fined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:2969:
error: Public symbol drawable/zzzzz_tw_cursor_handle_menu_btn_background declar
ed here is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3278:
error: Public symbol drawable/zzzzz_tw_quick_clip_board declared here is not de
fined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3279:
error: Public symbol drawable/zzzzz_tw_quick_copy declared here is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3280:
error: Public symbol drawable/zzzzz_tw_quick_cut declared here is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3281:
error: Public symbol drawable/zzzzz_tw_quick_paste declared here is not defined
.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3282:
error: Public symbol drawable/zzzzz_tw_quick_search declared here is not define
d.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3283:
error: Public symbol drawable/zzzzz_tw_quick_select declared here is not define
d.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3901:
error: Public symbol drawable/zzzzz_tw_quick_select_all declared here is not de
fined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3284:
error: Public symbol drawable/zzzzz_tw_quick_share declared here is not defined
.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3285:
error: Public symbol drawable/zzzzz_tw_quickcontact_arrow_down declared here is
not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3286:
error: Public symbol drawable/zzzzz_tw_quickcontact_arrow_up declared here is n
ot defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3287:
error: Public symbol drawable/zzzzz_tw_quickcontact_bottom_frame declared here
is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3288:
error: Public symbol drawable/zzzzz_tw_quickcontact_drop_shadow declared here i
s not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3289:
error: Public symbol drawable/zzzzz_tw_quickcontact_frame_divider_med declared
here is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3290:
error: Public symbol drawable/zzzzz_tw_quickcontact_slider_background declared
here is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3902:
error: Public symbol drawable/zzzzz_tw_quickcontact_slider_btn_normal declared
here is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3903:
error: Public symbol drawable/zzzzz_tw_quickcontact_slider_btn_on declared here
is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3291:
error: Public symbol drawable/zzzzz_tw_quickcontact_slider_btn_pressed declared
here is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3904:
error: Public symbol drawable/zzzzz_tw_quickcontact_slider_btn_selected declare
d here is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3292:
error: Public symbol drawable/zzzzz_tw_quickcontact_slider_grip_left declared h
ere is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3293:
error: Public symbol drawable/zzzzz_tw_quickcontact_slider_grip_right declared
here is not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3294:
error: Public symbol drawable/zzzzz_tw_quickcontact_top_frame declared here is
not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3905:
error: Public symbol drawable/zzzzzz_ic_lock_data_disable declared here is not
defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3906:
error: Public symbol drawable/zzzzzz_ic_lock_data_enable declared here is not d
efined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3907:
error: Public symbol drawable/zzzzzzz_sec_noti_icon_decryption declared here is
not defined.
F:\GalaxyS\ROMS\App-Edits\apktool\tool\framework-res\res\values\public.xml:3908:
error: Public symbol drawable/zzzzzzz_sec_noti_icon_encryption declared here is
not defined.
I don't know what's wrong with the framework-res.apk
I tried decompiling it with dependency but it doesn't work
Anybody wants to help me?
Regards,
Rahul
You can try manually packing it. Just place the xml file in drawable then select all files that should be in the apk and make a zip of them with the name framework-res.apk , compression set to normal. If the framework is not messed than it should work otherwise i think u messed up something in drawable-hdpi. Most probably u deleted a png from their. But i am not at all sure.
Rahul
the framework is it a odex Version or deodexed?
Sent from my GT-I9000 using Tapatalk
antonda said:
Rahul
the framework is it a odex Version or deodexed?
Sent from my GT-I9000 using Tapatalk
Click to expand...
Click to collapse
I think its deodexed as he is creating this theme for his rom which is deodexed.
BHuvan goyal said:
You can try manually packing it. Just place the xml file in drawable then select all files that should be in the apk and make a zip of them with the name framework-res.apk , compression set to normal. If the framework is not messed than it should work otherwise i think u messed up something in drawable-hdpi. Most probably u deleted a png from their. But i am not at all sure.
Click to expand...
Click to collapse
You can't put XML directly to package using zip utility. You'll end up with corrupted apk. Apk contains encoded XML files.
do you use apk-tool? i also have problems with framework recompiling and $omator obviously too. the bug has already been confirmed and got medium priority
http://code.google.com/p/android-apktool/issues/detail?id=260
edit: sorry didn't read properly, you used apk-tool . i think we will have to wait for a fix from brut.all
edit2: i assume you are talking about jvz framework-res.apk, right? It used to work flawless till 2.3.5 at least for me
I have experienced the same issue, and I found the following to work (at least on JVT):
1. Get a copy of a stock deodexed firmware. (Or deodex it yourself).
2. Decompile framework-res.apk from the stock firmware, and change the stock .xml-file.
3. Recompile it. This should work, as the only change you've made so far is to the .xml-file.
4. Open both the recompiled stock framework-res.apk that you've changed, and the framework-res.apk that you initially wanted to change in WinRAR (or similar).
5. Copy the modded .xml-file from the stock framework-res.apk to the one you initially wanted to change.
I have had to do this procedure every time I wanted to change an already modded/themed APK.
Let me know if it works.
PS: Make a backup of the .xml-file in your framework-res.apk, so you can change back if it doesn't work.
You might want to keep your eye on this thread by sonnysekhon.
http://forum.xda-developers.com/showthread.php?t=1377128
@Rahulrulez
You should have posted the entire log file
He asked me for help via PM, this is why I know that this line is missing:
Code:
Cant find 9patch chunk in file: "drawable-hdpi/title_bar_portrait.9.png". Renaming it to *.png.
Just delete title_bar_portrait.9.png before recompiling, problem solved.
When compiling framework-res.apk I get this any suggestions? Been trying for weeks but cant get it.
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\Jose\AppData\Local\Temp\APKTOOL1176450534202889103.tmp, -x, -S, C:\Users\Jose\Downloads\Apk_Manager_5.0.2\other\..\projects\framework-res.apk\res, -M, C:\Users\Jose\Downloads\Apk_Manager_5.0.2\other\..\projects\framework-res.apk\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java: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:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\Jose\AppData\Local\Temp\APKTOOL1176450534202889103.tmp, -x, -S, C:\Users\Jose\Downloads\Apk_Manager_5.0.2\other\..\projects\framework-res.apk\res, -M, C:\Users\Jose\Downloads\Apk_Manager_5.0.2\other\..\projects\framework-res.apk\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:191)
... 6 more
apktool
You can try:
http://forum.xda-developers.com/showpost.php?p=19804145&postcount=5
or the best guide from Perka:
http://forum.xda-developers.com/showthread.php?t=1107201&highlight=apk+manager

[Q] Compile system app,How?

I have a question I hope you can help me..
I want to make contact image in infinityview smaller..So I decompiled infinitview.apk with apkmanager and there was no error...But I cant compile it now..
Can you help me how to comile it now?
am2222 said:
Can you help me how to comile it now?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1374394
Guide
Simple guide to decompile and recompile the apks and also look at the signature in the thread for how to sign system app.
http://forum.xda-developers.com/showthread.php?t=1860115
Hit "Thanks" if anyone helped you.:good:
Xperia Arc LT15i
Rooted/Bootloader Unlocked
Running Jelly Bean - FXP138/CM10
Thanks for your help..I looked at your links..those information are useful when I can compile new apk..But I cant even Compile it..I have this error
Code:
--------------------------------------------------------------------------
|Mon 09/24/2012 -- 20:25:18.78|
--------------------------------------------------------------------------
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)
I: Checking whether sources has changed...
I: Checking whether resources has changed...
I: Building resources...
libpng error: Read Error
ERROR: Failure processing PNG image F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\drawable-hdpi\infiniteview_listitem_divider_vertical.9.png
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:99: error: Public symbol drawable/ab_solid_custom_blue_inverse_holo declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:29: error: Public symbol drawable/actionbutton_bg declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:46: error: Public symbol drawable/contactinfo_list_selector declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:47: error: Public symbol drawable/divider_horizontal_dark_opaque declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:30: error: Public symbol drawable/facebook_icn declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:48: error: Public symbol drawable/facebook_icn_large declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:100: error: Public symbol drawable/facet_bg declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:49: error: Public symbol drawable/facet_unselected_holo declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:50: error: Public symbol drawable/facets_popup_list_background declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:51: error: Public symbol drawable/facets_popup_list_divider declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:52: error: Public symbol drawable/facets_popup_list_focus declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:53: error: Public symbol drawable/facets_posmarker_selected_horizontal declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:54: error: Public symbol drawable/facets_posmarker_selected_vertical declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:55: error: Public symbol drawable/facets_posmarker_unselected_horizontal declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:56: error: Public symbol drawable/facets_posmarker_unselected_vertical declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:57: error: Public symbol drawable/facets_selection_overlay_horizontal declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:58: error: Public symbol drawable/facets_selection_overlay_vertical declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:59: error: Public symbol drawable/facets_titlebar_background_horizontal declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:60: error: Public symbol drawable/facets_titlebar_background_vertical declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:61: error: Public symbol drawable/favoriteunstarglow declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:62: error: Public symbol drawable/fb_tagged_photo_bg declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:63: error: Public symbol drawable/fb_tagged_photo_highlight declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:31: error: Public symbol drawable/fbi_phonebook_interests_temp declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:107: error: Public symbol drawable/grad declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:108: error: Public symbol drawable/grad2 declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:32: error: Public symbol drawable/ic_spinner1 declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:33: error: Public symbol drawable/ic_spinner2 declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:34: error: Public symbol drawable/ic_spinner3 declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:35: error: Public symbol drawable/ic_spinner4 declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:36: error: Public symbol drawable/ic_spinner5 declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:37: error: Public symbol drawable/ic_spinner6 declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:38: error: Public symbol drawable/ic_spinner7 declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:39: error: Public symbol drawable/ic_spinner8 declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:64: error: Public symbol drawable/infiniteview_application_icon declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:101: error: Public symbol drawable/infiniteview_calling_phone_icon declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:65: error: Public symbol drawable/infiniteview_contact_picture_background declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:102: error: Public symbol drawable/infiniteview_contact_picture_default declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:103: error: Public symbol drawable/infiniteview_contact_picture_sim_icn declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:66: error: Public symbol drawable/infiniteview_contactinfo_email_icon declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:67Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\CRAZYV~1\AppData\Local\Temp\APKTOOL7482036284783967640.tmp, -I, C:\Users\Crazy Virus\apktool\framework\1.apk, -I, C:\Users\Crazy Virus\apktool\framework\2.apk, -S, F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res, -M, F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:302)
at brut.androlib.Androlib.buildResources(Androlib.java:249)
at brut.androlib.Androlib.build(Androlib.java:172)
at brut.androlib.Androlib.build(Androlib.java:155)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\CRAZYV~1\AppData\Local\Temp\APKTOOL7482036284783967640.tmp, -I, C:\Users\Crazy Virus\apktool\framework\1.apk, -I, C:\Users\Crazy Virus\apktool\framework\2.apk, -S, F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res, -M, F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:191)
... 6 more
: error: Public symbol drawable/infiniteview_edit_contact_action_btn declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:68: error: Public symbol drawable/infiniteview_favorite_action_btn declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:104: error: Public symbol drawable/infiniteview_favorite_btn declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:105: error: Public symbol drawable/infiniteview_favorite_btn_outlight declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:106: error: Public symbol drawable/infiniteview_favorite_btn_selected declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:69: error: Public symbol drawable/infiniteview_favorite_outlight_layout_drawable declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:40: error: Public symbol drawable/infiniteview_favorite_state declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:70: error: Public symbol drawable/infiniteview_gal_contacts_add_to_contacts declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:71: error: Public symbol drawable/infiniteview_listitem_divider_vertical declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:72: error: Public symbol drawable/infiniteview_menu_delete_contact declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:73: error: Public symbol drawable/infiniteview_menu_send_vcard declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:74: error: Public symbol drawable/infiniteview_message_action_btn declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:75: error: Public symbol drawable/infiniteview_optionmenu_add_connection declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:76: error: Public symbol drawable/infiniteview_optionmenu_edit_contact declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:77: error: Public symbol drawable/infiniteview_optionmenu_set_as_default declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:78: error: Public symbol drawable/infiniteview_sending_message_btn declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:41: error: Public symbol drawable/popup_full_dark declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:79: error: Public symbol drawable/portrait_default declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:42: error: Public symbol drawable/renren_icn declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:80: error: Public symbol drawable/semc_action_btn_highlight_focused declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:81: error: Public symbol drawable/semc_action_btn_highlight_pressed declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:82: error: Public symbol drawable/semc_contact_picture_default declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:43: error: Public symbol drawable/semc_dark_header declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:83: error: Public symbol drawable/semc_facet_bg_h declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:84: error: Public symbol drawable/semc_facet_bg_v declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:85: error: Public symbol drawable/semc_facet_glow_h declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:86: error: Public symbol drawable/semc_facet_glow_v declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:87: error: Public symbol drawable/semc_facets_posmarker_selected_horizontal declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:88: error: Public symbol drawable/semc_facets_posmarker_unselected_horizontal declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:89: error: Public symbol drawable/semc_header declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:44: error: Public symbol drawable/semc_list_selector_background declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:90: error: Public symbol drawable/semc_list_selector_background_disabled declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:91: error: Public symbol drawable/semc_list_selector_background_focus declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:92: error: Public symbol drawable/semc_list_selector_background_longpress declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:93: error: Public symbol drawable/semc_list_selector_background_pressed declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:45: error: Public symbol drawable/semc_list_selector_background_transition declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:94: error: Public symbol drawable/semc_presence_away declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:95: error: Public symbol drawable/semc_presence_busy declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:96: error: Public symbol drawable/semc_presence_invisible declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:97: error: Public symbol drawable/semc_presence_offline declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\values\public.xml:98: error: Public symbol drawable/semc_presence_online declared here is not defined.
Delete the public.xml before compiling, it gets rebuilt when you recompile.
Sent from my CM9'd Arc
am2222 said:
Thanks for your help..I looked at your links..those information are useful when I can compile new apk..But I cant even Compile it..I have this error
Code:
I: Building resources...
libpng error: Read Error
ERROR: Failure processing PNG image F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\drawable-hdpi\infiniteview_listitem_divider_vertical.9.png
Click to expand...
Click to collapse
what did you do to this image. were you able to do a clean de-compile then recompile with no changes?
Pvy
XperienceD said:
Delete the public.xml before compiling, it gets rebuilt when you recompile.
Sent from my CM9'd Arc
Click to expand...
Click to collapse
I deleted it and I have that problem again
Code:
|Tue 09/25/2012 -- 15:47:17.12|
--------------------------------------------------------------------------
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)
I: Checking whether sources has changed...
I: Checking whether resources has changed...
I: Building resources...
W/ResourceType( 5056): Bad XML block: header size 441 or total size 0 is larger than data size 0
libpng error: Read Error
ERROR: Failure processing PNG image F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\drawable-hdpi\infiniteview_listitem_divider_vertical.9.png
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\layout\contactinfo_listitem_2rows_lefticon.xml:10: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/divider_horizontal_dark_opaque').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\layout\contactinfo_listitem_2rows_lefticon_rightbtn.xml:10: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/infiniteview_listitem_divider_vertical').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\layout\contactinfo_listitem_2rows_lefticon_rightbtn.xml:13: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/divider_horizontal_dark_opaque').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\layout\contactinfo_listitem_default.xml:10: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/divider_horizontal_dark_opaque').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\layout\contactinfo_listitem_external.xml:10: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/divider_horizontal_dark_opaque').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\layout\eventstreamsource_listitem_default.xml:11: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/divider_horizontal_dark_opaque').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\layout\infinite_bigpicture.xml:7: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/grad').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\layout\infinite_fbi_information.xml:4: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/ic_spinner1').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\layout\infinite_fbinterests_list_item.xml:4: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/fbi_phonebook_interests_temp').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\layout\infinite_fbinterests_view.xml:5: error: Error: No resource found that matches the given name (at 'divider' with value '@drawable/divider_horizontal_dark_opaque').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\layout\infinite_fbnotice.xml:2: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/popup_full_dark').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\layout\infinite_fbphotos_header.xml:2: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/semc_dark_header').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\layout\infinite_fbphotos_view.xml:5: error: Error: No resource found that matches the given name (at 'divider' with value '@drawable/divider_horizontal_dark_opaque').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\layout\infinite_socialstream_listitem.xml:2: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/semc_list_selector_background').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\layout\infinite_socialstream_listitem.xml:9: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/divider_horizontal_dark_opaque').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\layout\main.xml:4: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/grad2').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\layout\main.xml:9: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/facet_bg').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\layout-land\main.xml:11: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/facet_bg').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\drawable\actionbutton_bg.xml:4: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/semc_action_btn_highlight_pressed').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\drawable\actionbutton_bg.xml:5: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/semc_action_btn_highlight_focused').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\drawable-hdpi\favoriteunstarglow.xml:4: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/infiniteview_favorite_btn_selected').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\drawable-hdpi\favoriteunstarglow.xml:5: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/infiniteview_favorite_btn').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\drawable-mdpi\favoriteunstarglow.xml:4: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/infiniteview_favorite_btn_selected').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\drawable-mdpi\favoriteunstarglow.xml:5: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/infiniteview_favorite_btn').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\drawable-xhdpi\favoriteunstarglow.xml:4: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/infiniteview_favorite_btn_selected').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\drawable-xhdpi\favoriteunstarglow.xml:5: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/infiniteview_favorite_btn').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\drawable-hdpi\infiniteview_favorite_outlight_layout_drawable.xml:4: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/infiniteview_favorite_btn_selected').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\drawable-hdpi\infiniteview_favorite_outlight_layout_drawable.xml:5: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/infiniteview_favorite_btn_outlight').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\drawable-mdpi\infiniteview_favorite_outlight_layout_drawable.xml:4: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/infiniteview_favorite_btn_selected').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\drawable-mdpi\infiniteview_favorite_outlight_layout_drawable.xml:5: error: Error: No resource found that Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\CRAZYV~1\AppData\Local\Temp\APKTOOL8487981651969686752.tmp, -I, C:\Users\Crazy Virus\apktool\framework\1.apk, -I, C:\Users\Crazy Virus\apktool\framework\2.apk, -S, F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res, -M, F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:302)
at brut.androlib.Androlib.buildResources(Androlib.java:249)
at brut.androlib.Androlib.build(Androlib.java:172)
at brut.androlib.Androlib.build(Androlib.java:155)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\CRAZYV~1\AppData\Local\Temp\APKTOOL8487981651969686752.tmp, -I, C:\Users\Crazy Virus\apktool\framework\1.apk, -I, C:\Users\Crazy Virus\apktool\framework\2.apk, -S, F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res, -M, F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:191)
... 6 more
matches the given name (at 'drawable' with value '@drawable/infiniteview_favorite_btn_outlight').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\drawable\semc_list_selector_background.xml:5: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/semc_list_selector_background_disabled').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\drawable\semc_list_selector_background.xml:6: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/semc_list_selector_background_disabled').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\drawable\semc_list_selector_background.xml:7: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/semc_list_selector_background_transition').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\drawable\semc_list_selector_background.xml:8: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/semc_list_selector_background_transition').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\drawable\semc_list_selector_background.xml:9: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/semc_list_selector_background_focus').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\drawable\semc_list_selector_background_transition.xml:4: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/semc_list_selector_background_pressed').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\drawable\semc_list_selector_background_transition.xml:5: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/semc_list_selector_background_longpress').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\menu\contactinfo_menu.xml:4: error: Error: No resource found that matches the given name (at 'icon' with value '@drawable/infiniteview_optionmenu_edit_contact').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\menu\contactinfo_menu.xml:5: error: Error: No resource found that matches the given name (at 'icon' with value '@drawable/infiniteview_menu_send_vcard').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\menu\contactinfo_menu.xml:6: error: Error: No resource found that matches the given name (at 'icon' with value '@drawable/infiniteview_menu_delete_contact').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\menu\contactinfo_menu.xml:7: error: Error: No resource found that matches the given name (at 'icon' with value '@drawable/infiniteview_optionmenu_set_as_default').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\menu\contactinfo_menu.xml:8: error: Error: No resource found that matches the given name (at 'icon' with value '@drawable/infiniteview_gal_contacts_add_to_contacts').
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteViewedit.apk\res\menu\contactinfo_menu.xml:9: error: Error: No resource found that matches the given name (at 'icon' with value '@drawable/infiniteview_optionmenu_add_connection').
Still that image. Check the first error
Pvy
Sent from my Galaxy Nexus using xda premium
pvyParts said:
what did you do to this image. were you able to do a clean de-compile then recompile with no changes?
Pvy
Click to expand...
Click to collapse
Thanks for your help..I did nothing to it..I just edited to picture named grad.png and grad2.png (those file added by Aonworld in this topic http://forum.xda-developers.com/showthread.php?p=31893697#post31893697 ) and I also edited to numbers in main.xml and dimen.xml..
Is there any mistake that I done?
pvyParts said:
Still that image. Check the first error
Pvy
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Thanks again..I am going to decompile it again..
am2222 said:
Thanks again..I am going to decompile it again..
Click to expand...
Click to collapse
Run a compile with no edits to make sure your environment is setup right for this apk
Let me know how you go
Sent from my Galaxy Nexus using xda premium
I decompiled file again and with any change to files I tried to compile it and this error happens .. :crying:
Code:
|Tue 09/25/2012 -- 16:55:00.54|
--------------------------------------------------------------------------
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)
Could Not Find F:\Program Files (x86)\Android\apk_multi_tool1.0.6\place-apk-here-for-modding\../place-apk-here-for-modding/signedInfiniteView.apk
Could Not Find F:\Program Files (x86)\Android\apk_multi_tool1.0.6\place-apk-here-for-modding\../place-apk-here-for-modding/unsignedInfiniteView.apk
I: Baksmaling...
I: Loading resource table...
I: Loaded.
I: Loading resource table from file: C:\Users\Crazy Virus\apktool\framework\1.apk
I: Loaded.
I: Decoding file-resources...
W: Cant find 9patch chunk in file: "drawable-hdpi/infiniteview_listitem_divider_vertical.9.png". Renaming it to *.png.
I: Decoding values*/* XMLs...
I: Loading resource table from file: C:\Users\Crazy Virus\apktool\framework\2.apk
I: Loaded.
I: Done.
I: Copying assets and libs...
I: Checking whether sources has changed...
I: Smaling...
I: Checking whether resources has changed...
I: Building resources...
libpng error: Read Error
ERROR: Failure processing PNG image F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\drawable-hdpi\infiniteview_listitem_divider_vertical.9.png
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:99: error: Public symbol drawable/ab_solid_custom_blue_inverse_holo declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:29: error: Public symbol drawable/actionbutton_bg declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:46: error: Public symbol drawable/contactinfo_list_selector declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:47: error: Public symbol drawable/divider_horizontal_dark_opaque declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:30: error: Public symbol drawable/facebook_icn declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:48: error: Public symbol drawable/facebook_icn_large declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:100: error: Public symbol drawable/facet_bg declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:49: error: Public symbol drawable/facet_unselected_holo declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:50: error: Public symbol drawable/facets_popup_list_background declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:51: error: Public symbol drawable/facets_popup_list_divider declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:52: error: Public symbol drawable/facets_popup_list_focus declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:53: error: Public symbol drawable/facets_posmarker_selected_horizontal declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:54: error: Public symbol drawable/facets_posmarker_selected_vertical declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:55: error: Public symbol drawable/facets_posmarker_unselected_horizontal declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:56: error: Public symbol drawable/facets_posmarker_unselected_vertical declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:57: error: Public symbol drawable/facets_selection_overlay_horizontal declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:58: error: Public symbol drawable/facets_selection_overlay_vertical declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:59: error: Public symbol drawable/facets_titlebar_background_horizontal declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:60: error: Public symbol drawable/facets_titlebar_background_vertical declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:61: error: Public symbol drawable/favoriteunstarglow declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:62: error: Public symbol drawable/fb_tagged_photo_bg declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:63: error: Public symbol drawable/fb_tagged_photo_highlight declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:31: error: Public symbol drawable/fbi_phonebook_interests_temp declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:107: error: Public symbol drawable/grad declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:108: error: Public symbol drawable/grad2 declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:32: error: Public symbol drawable/ic_spinner1 declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:33: error: Public symbol drawable/ic_spinner2 declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:34: error: Public symbol drawable/ic_spinner3 declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:35: error: Public symbol drawable/ic_spinner4 declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:36: error: Public symbol drawable/ic_spinner5 declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:37: error: Public symbol drawable/ic_spinner6 declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:38: error: Public symbol drawable/ic_spinner7 declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:39: error: Public symbol drawable/ic_spinner8 declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:64: error: Public symbol drawable/infiniteview_application_icon declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:101: error: Public symbol drawable/infiniteview_calling_phone_icon declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:65: error: Public symbol drawable/infiniteview_contact_picture_background declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:102: error: Public symbol drawable/infiniteview_contact_picture_default declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:103: error: Public symbol drawable/infiniteview_contact_picture_sim_icn declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:66: error: Public symbol drawable/infiniteview_contactinfo_email_icon declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:67: error: Public symbol drawable/infiniteview_edit_contact_action_btn declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projException in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\CRAZYV~1\AppData\Local\Temp\APKTOOL2605969037100639415.tmp, -I, C:\Users\Crazy Virus\apktool\framework\1.apk, -I, C:\Users\Crazy Virus\apktool\framework\2.apk, -S, F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res, -M, F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:302)
at brut.androlib.Androlib.buildResources(Androlib.java:249)
at brut.androlib.Androlib.build(Androlib.java:172)
at brut.androlib.Androlib.build(Androlib.java:155)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\CRAZYV~1\AppData\Local\Temp\APKTOOL2605969037100639415.tmp, -I, C:\Users\Crazy Virus\apktool\framework\1.apk, -I, C:\Users\Crazy Virus\apktool\framework\2.apk, -S, F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res, -M, F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:191)
... 6 more
ects\InfiniteView.apk\res\values\public.xml:68: error: Public symbol drawable/infiniteview_favorite_action_btn declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:104: error: Public symbol drawable/infiniteview_favorite_btn declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:105: error: Public symbol drawable/infiniteview_favorite_btn_outlight declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:106: error: Public symbol drawable/infiniteview_favorite_btn_selected declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:69: error: Public symbol drawable/infiniteview_favorite_outlight_layout_drawable declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:40: error: Public symbol drawable/infiniteview_favorite_state declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:70: error: Public symbol drawable/infiniteview_gal_contacts_add_to_contacts declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:71: error: Public symbol drawable/infiniteview_listitem_divider_vertical declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:72: error: Public symbol drawable/infiniteview_menu_delete_contact declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:73: error: Public symbol drawable/infiniteview_menu_send_vcard declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:74: error: Public symbol drawable/infiniteview_message_action_btn declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:75: error: Public symbol drawable/infiniteview_optionmenu_add_connection declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:76: error: Public symbol drawable/infiniteview_optionmenu_edit_contact declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:77: error: Public symbol drawable/infiniteview_optionmenu_set_as_default declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:78: error: Public symbol drawable/infiniteview_sending_message_btn declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:41: error: Public symbol drawable/popup_full_dark declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:79: error: Public symbol drawable/portrait_default declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:42: error: Public symbol drawable/renren_icn declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:80: error: Public symbol drawable/semc_action_btn_highlight_focused declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:81: error: Public symbol drawable/semc_action_btn_highlight_pressed declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:82: error: Public symbol drawable/semc_contact_picture_default declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:43: error: Public symbol drawable/semc_dark_header declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:83: error: Public symbol drawable/semc_facet_bg_h declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:84: error: Public symbol drawable/semc_facet_bg_v declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:85: error: Public symbol drawable/semc_facet_glow_h declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:86: error: Public symbol drawable/semc_facet_glow_v declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:87: error: Public symbol drawable/semc_facets_posmarker_selected_horizontal declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:88: error: Public symbol drawable/semc_facets_posmarker_unselected_horizontal declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:89: error: Public symbol drawable/semc_header declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:44: error: Public symbol drawable/semc_list_selector_background declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:90: error: Public symbol drawable/semc_list_selector_background_disabled declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:91: error: Public symbol drawable/semc_list_selector_background_focus declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:92: error: Public symbol drawable/semc_list_selector_background_longpress declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:93: error: Public symbol drawable/semc_list_selector_background_pressed declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:45: error: Public symbol drawable/semc_list_selector_background_transition declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:94: error: Public symbol drawable/semc_presence_away declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:95: error: Public symbol drawable/semc_presence_busy declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:96: error: Public symbol drawable/semc_presence_invisible declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:97: error: Public symbol drawable/semc_presence_offline declared here is not defined.
F:\Program Files (x86)\Android\apk_multi_tool1.0.6\other\..\projects\InfiniteView.apk\res\values\public.xml:98: error: Public symbol drawable/semc_presence_online declared here is not defined.
Is not this problem because of my apktool version?where I can find last version?
Run a compile with no edits to make sure your environment is setup right for this apk
Click to expand...
Click to collapse
I use freamwork + SemcGenericUxpRes to decompile file and no error happens to decompile it but when I try to recompile, even with any change in files that error happens
am2222 said:
Is not this problem because of my apktool version?where I can find last version?
Click to expand...
Click to collapse
EDIT: Just tried myself to de and recompile the apk and it's given me errors, and tbh if I was trying to mod this myself I'd start with a stock apk, the .9 error would have put me off to begin with so either use a stock apk or ask Aeon which apktool they're using.
XperienceD said:
EDIT: Just tried myself to de and recompile the apk and it's given me errors, and tbh if I was trying to mod this myself I'd start with a stock apk, the .9 error would have put me off to begin with so either use a stock apk or ask Aeon which apktool they're using.
Click to expand...
Click to collapse
So,My problem is because of different version of apktool?
I will try to edit and compile stock version and see what will happen Thanks
I used last apktool and tested with stock application and still I have that problem again
am2222 said:
I used last apktool and tested with stock application and still I have that problem again
Click to expand...
Click to collapse
Ask Aeon which they're using, I have 3 different folders with 3 different apktools and they all gave errors when trying to recompile.

Compiling Error

Any help? I deleted
Code:
<string-array name="config_mobile_hotspot_provision_app">
<item>com.sec.tetheringprovision</item>
<item>com.sec.tetheringprovision.TetheringProvisionActivity</item>
</string-array>
Minus the String in the first line, (array name= etc....)
Whats going on and why do i keep getting this error? I tried compiling it without modifying anything and compiled perfectly fine. I am using the latest version of apkmultitool. Here is the error i keep getting from the log. If the error is repeating its self its only cause i tried compiling it several times
Code:
Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.Androl
ibException: brut.common.BrutException: could not exec command: [aapt, p, --min-
sdk-version, 16, --target-sdk-version, 16, -F, C:\Users\Buckley\AppData\Local\Te
mp\APKTOOL3223650455394709120.tmp, -x, -0, arsc, -S, C:\Users\Buckley\Desktop\Dr
oid Explorer\APK-Multi-Tool\other\..\projects\framework-res.apk\res, -M, C:\User
s\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framework-res.
apk\AndroidManifest.xml]
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:358)
at brut.androlib.Androlib.buildResources(Androlib.java:283)
at brut.androlib.Androlib.build(Androlib.java:206)
at brut.androlib.Androlib.build(Androlib.java:176)
at brut.apktool.Main.cmdBuild(Main.java:228)
at brut.apktool.Main.main(Main.java:79)
Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not
exec command: [aapt, p, --min-sdk-version, 16, --target-sdk-version, 16, -F, C:
\Users\Buckley\AppData\Local\Temp\APKTOOL3223650455394709120.tmp, -x, -0, arsc,
-S, C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\fra
mework-res.apk\res, -M, C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\o
ther\..\projects\framework-res.apk\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:357)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:336)
... 5 more
Caused by: brut.common.BrutException: could not exec command: [aapt, p, --min-sd
k-version, 16, --target-sdk-version, 16, -F, C:\Users\Buckley\AppData\Local\Temp
\APKTOOL3223650455394709120.tmp, -x, -0, arsc, -S, C:\Users\Buckley\Desktop\Droi
d Explorer\APK-Multi-Tool\other\..\projects\framework-res.apk\res, -M, C:\Users\
Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framework-res.ap
k\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:89)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:355)
... 6 more
--------------------------------------------------------------------------
|Wed 06/05/2013 -- 16:35:49.89|
--------------------------------------------------------------------------
java version "1.7.0_21"
Java(TM) SE Runtime Environment (build 1.7.0_21-b11)
Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\arrays.xml:847: error: Error parsing XML: mismatched tag
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5400: error: Public symbol array/carrier_proper
ties declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5398: error: Public entry identifier 0x107003c
entry index is larger than available symbols (index 60, total symbols 19).
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5398: error: Public symbol array/common_nicknam
es declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5384: error: Public symbol array/config_autoBri
ghtnessButtonBacklightValues declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5382: error: Public symbol array/config_autoBri
ghtnessHysteresisLevels declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5385: error: Public symbol array/config_autoBri
ghtnessKeyboardBacklightValues declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5383: error: Public symbol array/config_autoBri
ghtnessLcdBacklightValues declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5381: error: Public symbol array/config_autoBri
ghtnessLevels declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5372: error: Public symbol array/config_cdma_du
n_supported_types declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5364: error: Public symbol array/config_data_us
age_network_types declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5391: error: Public symbol array/config_dynamic
AutoBrightnessHighHysteresisLevels declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5392: error: Public symbol array/config_dynamic
AutoBrightnessHighHysteresisValues declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5389: error: Public symbol array/config_dynamic
AutoBrightnessLevels declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5387: error: Public symbol array/config_dynamic
AutoBrightnessLowHysteresisLevels declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5388: error: Public symbol array/config_dynamic
AutoBrightnessLowHysteresisValues declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5390: error: Public symbol array/config_dynamic
AutoBrightnessValues declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5377: error: Public symbol array/config_keyboar
dTapVibePattern declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5375: error: Public symbol array/config_longPre
ssVibePattern declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5360: error: Public symbol array/config_masterV
olumeRamp declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5386: error: Public symbol array/config_minimum
ExpressiveBrightnessValues declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5370: error: Public symbol array/config_mobile_
hotspot_provision_app declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5401: error: Public symbol array/config_multiWi
ndowSupportAppList declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5396: error: Public symbol array/config_oemUsbM
odeOverride declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5362: error: Public symbol array/config_protect
edNetworks declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5378: error: Public symbol array/config_safeMod
eDisabledVibePattern declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5379: error: Public symbol array/config_safeMod
eEnabledVibePattern declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5380: error: Public symbol array/config_scrollB
arrierVibePattern declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5374: error: Public symbol array/config_serialP
orts declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5395: error: Public symbol array/config_sms_ena
bled_locking_shift_tables declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5394: error: Public symbol array/config_sms_ena
bled_single_shift_tables declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5359: error: Public symbol array/config_statusB
arIcons declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5368: error: Public symbol array/config_tether_
bluetooth_regexs declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5369: error: Public symbol array/config_tether_
dhcp_range declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5371: error: Public entry identifier 0x1070021
entry index is larger than available symbols (index 33, total symbols 19).
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5371: error: Public symbol array/config_tether_
upstream_types declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5365: error: Public symbol array/config_tether_
usb_regexs declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5366: error: Public symbol array/config_tether_
wifi_regexs declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5367: error: Public symbol array/config_tether_
wimax_regexs declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5393: error: Public entry identifier 0x1070037
entry index is larger than available symbols (index 55, total symbols 19).
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5393: error: Public symbol array/config_twoDigi
tNumberPattern declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5373: error: Public symbol array/config_usbHost
Blacklist declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5376: error: Public symbol array/config_virtual
KeyVibePattern declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5417: error: Public symbol array/default_apps_f
or_carcradle declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5418: error: Public symbol array/default_apps_f
or_deskcradle declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5416: error: Public symbol array/default_apps_f
or_earphone declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5415: error: Public symbol array/default_apps_f
or_spen declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5397: error: Public symbol array/hideApnBlackLi
st declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5399: error: Public entry identifier 0x107003d
entry index is larger than available symbols (index 61, total symbols 19).
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5399: error: Public symbol array/imAddressTypes
declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5357: error: Public entry identifier 0x1070013
entry index is larger than available symbols (index 19, total symbols 19).
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5357: error: Public symbol array/maps_starting_
lat_lng declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5358: error: Public entry identifier 0x1070014
entry index is larger than available symbols (index 20, total symbols 19).
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5358: error: Public symbol array/maps_starting_
zoom declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5361: error: Public symbol array/networkAttribu
tes declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5346: error: Public symbol array/preloaded_colo
r_state_lists declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5345: error: Public symbol array/preloaded_draw
ables declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5363: error: Public symbol array/radioAttribute
s declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5347: error: Public symbol array/special_locale
_codes declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5348: error: Public symbol array/special_locale
_names declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5343: error: Public symbol array/telephony_prov
ider_3lm declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5344: error: Public symbol array/telephony_prov
ider_oem declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5412: error: Public symbol array/zzz_tts_locksc
reen_1_missed_call declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5413: error: Public symbol array/zzz_tts_locksc
reen_1_unread_message declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5409: error: Public symbol array/zzz_tts_locksc
reen_calls_and_messages declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5410: error: Public symbol array/zzz_tts_locksc
reen_n_missed_calls declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5411: error: Public symbol array/zzz_tts_locksc
reen_n_unread_messages declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5404: error: Public symbol array/zzz_tts_locksc
reen_time declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5402: error: Public symbol array/zzz_tts_locksc
reen_time_am declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5403: error: Public symbol array/zzz_tts_locksc
reen_time_pm declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5414: error: Public symbol array/zzz_tts_string
_langs declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5407: error: Public symbol array/zzz_tts_temp_c
elsius declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5408: error: Public symbol array/zzz_tts_temp_f
ahrenheit declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5405: error: Public symbol array/zzz_tts_temper
ature declared here is not defined.
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framewo
rk-res.apk\res\values\public.xml:5406: error: Public symbol array/zzz_tts_temper
ature_for_sina declared here is not defined.
Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.Androl
ibException: brut.common.BrutException: could not exec command: [aapt, p, --min-
sdk-version, 16, --target-sdk-version, 16, -F, C:\Users\Buckley\AppData\Local\Te
mp\APKTOOL2711339295219840313.tmp, -x, -0, arsc, -S, C:\Users\Buckley\Desktop\Dr
oid Explorer\APK-Multi-Tool\other\..\projects\framework-res.apk\res, -M, C:\User
s\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framework-res.
apk\AndroidManifest.xml]
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:358)
at brut.androlib.Androlib.buildResources(Androlib.java:283)
at brut.androlib.Androlib.build(Androlib.java:206)
at brut.androlib.Androlib.build(Androlib.java:176)
at brut.apktool.Main.cmdBuild(Main.java:228)
at brut.apktool.Main.main(Main.java:79)
Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not
exec command: [aapt, p, --min-sdk-version, 16, --target-sdk-version, 16, -F, C:
\Users\Buckley\AppData\Local\Temp\APKTOOL2711339295219840313.tmp, -x, -0, arsc,
-S, C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\fra
mework-res.apk\res, -M, C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\o
ther\..\projects\framework-res.apk\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:357)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:336)
... 5 more
Caused by: brut.common.BrutException: could not exec command: [aapt, p, --min-sd
k-version, 16, --target-sdk-version, 16, -F, C:\Users\Buckley\AppData\Local\Temp
\APKTOOL2711339295219840313.tmp, -x, -0, arsc, -S, C:\Users\Buckley\Desktop\Droi
d Explorer\APK-Multi-Tool\other\..\projects\framework-res.apk\res, -M, C:\Users\
Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framework-res.ap
k\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:89)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:355)
... 6 more
Press any key to continue . . .
What are you compiling exactly? Try to be more specific.
If you are using an apk from a 4.1.2 build or later, you probably need to update your sdk.
Sent from my SGH-T999 using xda premium
sswb27 said:
What are you compiling exactly? Try to be more specific.
Click to expand...
Click to collapse
I am trying to compile framework-res.apk. I was doing the first step in this tutorial http://forum.xda-developers.com/showthread.php?t=2057344 for the tethering (not the bluetooth) and i just cant seem to compile the apk. i am using the latest version of apkmultitool by the way
Not apktool. The android sdk. If you are trying to work with sonething from a 4.1.2 or later rom the api needs to be 17 if im not mistaken. The log you posted says you couldnt execute aapt, min sdk version 16, target version 16.
That needs to be version 17 if im not mistaken.
I could be wrong, but at least its something easy to try.
Sent from my SGH-T999 using xda premium
DocHoliday77 said:
Not apktool. The android sdk. If you are trying to work with sonething from a 4.1.2 or later rom the api needs to be 17 if im not mistaken. The log you posted says you couldnt execute aapt, min sdk version 16, target version 16.
That needs to be version 17 if im not mistaken.
I could be wrong, but at least its something easy to try.
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
Hmmm I havent got any issues recompiling/compiling with the new 4.1.2 update.. And I never updated my SDK
---------- Post added at 01:06 AM ---------- Previous post was at 01:04 AM ----------
buckhouse said:
Any help? I deleted
Code:
<string-array name="config_mobile_hotspot_provision_app">
<item>com.sec.tetheringprovision</item>
<item>com.sec.tetheringprovision.TetheringProvisionActivity</item>
</string-array>
Minus the String in the first line, (array name= etc....)
Whats going on and why do i keep getting this error? I tried compiling it without modifying anything and compiled perfectly fine. I am using the latest version of apkmultitool. Here is the error i keep getting from the log. If the error is repeating its self its only cause i tried compiling it several times[/CODE]
Click to expand...
Click to collapse
Are you sure you are doing it right? One messed up line can make it not to compile.. For example after you do the trick it should look like this
string-array name="config_mobile_hotspot_provision_app" />
Click to expand...
Click to collapse
Remember there is a space after APP" and a / with >
gypsy214 said:
Hmmm I havent got any issues recompiling/compiling with the new 4.1.2 update.. And I never updated my SDK
Click to expand...
Click to collapse
Like I said I could be mistaken. And probably was!
Now that I think about it more, 17 may be for 4.2.x.
Was going from memory and wanted to at least give something to try. Sorry bout that!
Thanks!
Sent from my SGH-T999 using xda premium
I have updated my sdk and has all builds and what not from 4.2.2 all the way to 1.5 so I have no idea what's going on
Sent from my SGH-T999 using xda premium
What are you chsnging?
Most of the problems listed are in the public.xml. did you add, change or remove any icons?
You may need to go in and manually define any changes. (Going from memory here, but if your change forced aapt to change other items in the xml, thatll cause problems...)
Have you asked in any apktool/multitool threads? Youll probably find people with a lot more experience than me in those.
Many who do this type of stuff for specific phones dont keep up with the q&a forums.
Sent from my SGH-T999 using xda premium
Dude did you checked on the xml to see if there a line that your messing up? If you decompile it fine. Trying to get the tether hack. Check every line of what you change. Like I said one line you messed up it wont compile back and from the error log you got seems like there is a mismatch on the xml
gypsy214 said:
Dude did you checked on the xml to see if there a line that your messing up? If you decompile it fine. Trying to get the tether hack. Check every line of what you change. Like I said one line you messed up it wont compile back and from the error log you got seems like there is a mismatch on the xml
Click to expand...
Click to collapse
I'm encounter the same problem hoping to find something somewhere and google get me here!
just look at the errors!
most of them are like this =>
Code:
C:\Users\Buckley\Desktop\Droid Explorer\APK-Multi-Tool\other\..\projects\framework-res.apk\res\values\public.xml:5399: error: Public entry identifier 0x107003d entry index is larger than available symbols (index 61, total symbols 19)
and mine is :
Code:
/home/sijav/Xtream/diff/framework/made/framework-res/res/values/public.xml:7367: error: Public entry identifier 0x108098c entry index is larger than available symbols (index 2444, total symbols 2434).
/home/sijav/Xtream/diff/framework/made/framework-res/res/values/public.xml:7367: error: Public symbol drawable/unlock_wave declared here is not defined.
why the entry index is larger than available symbols? does symbols have a limit? maybe that's why we have 2 frameworks
Each of the items/icons are definex in the public.xml
The 0x85689055 or whatever is the I'd assigned to a particular item.
If you changed anything, add/remove/rename an item, ut has to be defined in the xml. If the Id its looking for is not there it may cause this error.
When you compile your apk, aapt automatically goes through and assigns everything their own unique ID. So If you replaced something, it can screw up a whole bunch if them.
Sent from my SGH-T999L using xda premium
If you are trying to use Jovy's tether hack.. But you want to do it yourself to learn more.. I attached my framework-res.apk so you can have an idea.. You can compare it to yours and see where you messed up..
I hope this helps you out.
I know that only problem i get when I cant compile back is because there is a line messed up.. It could be a space,letter,number, anything
Framework-res.apk
this whole thing just gives me headaches :crying:
I'm getting same error as OP my framework apk matched up perfect with the one gypsy posted

[Q] Error with compiling jb systemui.apk

Hi there
I got error when i compiled systemui.apk with apktool
here is the error (i re-sized png to xhdpi and copied it )
s\public.xml:168: error: Public symbol drawable/stat_sys_ringer_vibrate declared
here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:169: error: Public symbol drawable/stat_sys_roaming_cdma_0 declared
here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:39: error: Public symbol drawable/stat_sys_roaming_cdma_flash decla
red here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:170: error: Public symbol drawable/stat_sys_roaming_cdma_flash_anim
0 declared here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:171: error: Public symbol drawable/stat_sys_roaming_cdma_flash_anim
1 declared here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:172: error: Public symbol drawable/stat_sys_signal_0 declared here
is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:173: error: Public symbol drawable/stat_sys_signal_0_fully declared
here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:174: error: Public symbol drawable/stat_sys_signal_1 declared here
is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:175: error: Public symbol drawable/stat_sys_signal_1_fully declared
here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:176: error: Public symbol drawable/stat_sys_signal_2 declared here
is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:177: error: Public symbol drawable/stat_sys_signal_2_fully declared
here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:178: error: Public symbol drawable/stat_sys_signal_3 declared here
is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:179: error: Public symbol drawable/stat_sys_signal_3_fully declared
here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:180: error: Public symbol drawable/stat_sys_signal_4 declared here
is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:181: error: Public symbol drawable/stat_sys_signal_4_fully declared
here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:252: error: Public symbol drawable/stat_sys_signal_connected declar
ed here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:182: error: Public symbol drawable/stat_sys_signal_flightmode decla
red here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:183: error: Public symbol drawable/stat_sys_signal_in declared here
is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:184: error: Public symbol drawable/stat_sys_signal_inout declared h
ere is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:185: error: Public symbol drawable/stat_sys_signal_null declared he
re is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:186: error: Public symbol drawable/stat_sys_signal_out declared her
e is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:187: error: Public symbol drawable/stat_sys_sync declared here is n
ot defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:188: error: Public symbol drawable/stat_sys_sync_error declared her
e is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:189: error: Public symbol drawable/stat_sys_tty_mode declared here
is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:190: error: Public symbol drawable/stat_sys_wifi_in declared here i
s not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:191: error: Public symbol drawable/stat_sys_wifi_inout declared her
e is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:192: error: Public symbol drawable/stat_sys_wifi_limited_signal_0 d
eclared here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:193: error: Public symbol drawable/stat_sys_wifi_limited_signal_1 d
eclared here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:194: error: Public symbol drawable/stat_sys_wifi_limited_signal_2 d
eclared here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:195: error: Public symbol drawable/stat_sys_wifi_limited_signal_3 d
eclared here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:196: error: Public symbol drawable/stat_sys_wifi_limited_signal_4 d
eclared here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:197: error: Public symbol drawable/stat_sys_wifi_out declared here
is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:198: error: Public symbol drawable/stat_sys_wifi_signal_0 declared
here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:199: error: Public symbol drawable/stat_sys_wifi_signal_1 declared
here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:200: error: Public symbol drawable/stat_sys_wifi_signal_1_fully dec
lared here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:201: error: Public symbol drawable/stat_sys_wifi_signal_2 declared
here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:202: error: Public symbol drawable/stat_sys_wifi_signal_2_fully dec
lared here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:203: error: Public symbol drawable/stat_sys_wifi_signal_3 declared
here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:204: error: Public symbol drawable/stat_sys_wifi_signal_3_fully dec
lared here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:205: error: Public symbol drawable/stat_sys_wifi_signal_4 declared
here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:206: error: Public symbol drawable/stat_sys_wifi_signal_4_fully dec
lared here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:207: error: Public symbol drawable/stat_sys_wifi_signal_null declar
ed here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:53: error: Public entry identifier 0x7f0200eb entry index is larger
than available symbols (index 235, total symbols 10).
C:\Users\Mohammad\Desktop\APK-MuException in thread "main" lti-Tool-Stable-RELEA
SE\other\SystemUI\res\values\public.xml:53: error: Public symbol drawable/status
_bar_background declared here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:40: error: Public symbol drawable/status_bar_bg declared here is no
t defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:208: error: Public symbol drawable/status_bar_bg_tile declared here
is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:41: error: Public symbol drawable/status_bar_close declared here is
not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:209: error: Public symbol drawable/status_bar_close_off declared he
re is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:210: error: Public symbol drawable/status_bar_close_on declared her
e is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:42: error: Public symbol drawable/status_bar_expand declared here i
s not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:211: error: Public symbol drawable/status_bar_expand_default declar
ed here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:212: error: Public symbol drawable/status_bar_expand_pressed declar
ed here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:213: error: Public symbol drawable/status_bar_hr declared here is n
ot defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:43: error: Public symbol drawable/status_bar_item_background declar
ed here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:55: error: Public entry identifier 0x7f0200ed entry index is larger
than available symbols (index 237, total symbols 10).
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:55: error: Public symbol drawable/status_bar_notification_row_backg
round_color declared here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:54: error: Public entry identifier 0x7f0200ec entry index is larger
than available symbols (index 236, total symbols 10).
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:54: error: Public symbol drawable/status_bar_recents_app_thumbnail_
background declared here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:44: error: Public symbol drawable/status_bar_recents_background dec
lared here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:45: error: Public symbol drawable/status_bar_settings_slider_disabl
ed declared here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:46: error: Public symbol drawable/status_bar_ticker_background decl
ared here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:47: error: Public symbol drawable/status_bar_toggle_button declared
here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:214: error: Public symbol drawable/statusbar_bluetooth_anim_1 decla
red here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:215: error: Public symbol drawable/statusbar_bluetooth_anim_2 decla
red here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:216: error: Public symbol drawable/statusbar_bluetooth_off declared
here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:217: error: Public symbol drawable/statusbar_bluetooth_on declared
here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:218: error: Public symbol drawable/statusbar_datatraffic_off declar
ed here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:219: error: Public symbol drawable/statusbar_datatraffic_on declare
d here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:220: error: Public symbol drawable/statusbar_pressed_bg declared he
re is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:221: error: Public symbol drawable/statusbar_settings declared here
is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:222: error: Public symbol drawable/statusbar_sound_off declared her
e is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:223: error: Public symbol drawable/statusbar_sound_on declared here
is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:17: error: Public symbol drawable/statusbar_tools_button_frame decl
ared here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:224: error: Public symbol drawable/statusbar_vibrate_on declared he
re is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:225: error: Public symbol drawable/statusbar_wifi_anim_1 declared h
ere is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:226: error: Public symbol drawable/statusbar_wifi_anim_2 declared h
ere is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:227: error: Public symbol drawable/statusbar_wifi_anim_3 declared h
ere is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:228: error: Public symbol drawable/statusbar_wifi_off declared here
is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:229: error: Public symbol drawable/statusbar_wifi_on declared here
is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:59: error: Public entry identifier 0x7f0200f1 entry index is larger
than available symbols (index 241, total symbols 10).
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:59: error: Public symbol drawable/system_bar_background declared he
re is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:48: error: Public symbol drawable/system_bar_notification_header_bg
declared here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:49: error: Public symbol drawable/system_bar_ticker_background decl
ared here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:50: error: Public symbol drawable/ticker_background declared here i
s not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:52: error: Public entry identifier 0x7f0200ea entry index is larger
than available symbols (index 234, total symbols 10).
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:52: error: Public symbol drawable/ticker_background_color declared
here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:230: error: Public symbol drawable/title_bar_shadow declared here i
s not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\brut.androlib.AndrolibEx
ception: brut.androlib.AndrolibException: brut.common.BrutException: could not e
xec command: [aapt, p, --min-sdk-version, 16, --target-sdk-version, 16, -F, C:\U
sers\Mohammad\AppData\Local\Temp\APKTOOL2738492936796344696.tmp, -0, arsc, -I, C
:\Users\Mohammad\apktool\framework\1.apk, -S, C:\Users\Mohammad\Desktop\APK-Mult
i-Tool-Stable-RELEASE\other\SystemUI\res, -M, C:\Users\Mohammad\Desktop\APK-Mult
i-Tool-Stable-RELEASE\other\SystemUI\AndroidManifest.xml]
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:353)
at brut.androlib.Androlib.buildResources(Androlib.java:281)
at brut.androlib.Androlib.build(Androlib.java:209)
at brut.androlib.Androlib.build(Androlib.java:177)
at brut.apktool.Main.cmdBuild(Main.java:237)
at brut.apktool.Main.main(Main.java:79)
Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not
exec command: [aapt, p, --min-sdk-version, 16, --target-sdk-version, 16, -F, C:
\Users\Mohammad\AppData\Local\Temp\APKTOOL2738492936796344696.tmp, -0, arsc, -I,
C:\Users\Mohammad\apktool\framework\1.apk, -S, C:\Users\Mohammad\Desktop\APK-Mu
lti-Tool-Stable-RELEASE\other\SystemUI\res, -M, C:\Users\Mohammad\Desktop\APK-Mu
lti-Tool-Stable-RELEASE\other\SystemUI\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:406)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:334)
... 5 more
Caused by: brut.common.BrutException: could not exec command: [aapt, p, --min-sd
k-version, 16, --target-sdk-version, 16, -F, C:\Users\Mohammad\AppData\Local\Tem
p\APKTOOL2738492936796344696.tmp, -0, arsc, -I, C:\Users\Mohammad\apktool\framew
ork\1.apk, -S, C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\Sys
temUI\res, -M, C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\Sys
temUI\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:89)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:404)
... 6 more
other\SystemUI\res\values\public.xml:231: error: Public symbol drawable/top_divi
der_glow declared here is not defined.
C:\Users\Mohammad\Desktop\APK-Multi-Tool-Stable-RELEASE\other\SystemUI\res\value
s\public.xml:18: error: Public symbol drawable/vert_div declared here is not def
ined.
what i did wrong ?

Categories

Resources