Related
And for those of you who are wondering, I DID search, and I did find topics that seemed like they would solve my problem, but none of them have seemed to work. I don't know if there is an up to date tutorial that anyone might know about? All of the other ones I tried to follow were completely different; it seems like the SDK and JDK files have been altered. If anyone could let me know, that would be great. I plan on making transparent widgets that have a honeycomb glow effect to them to go with the honeycomb theme. TIA
Apkmanager will sign apk's. It will also decompile and recompile in case you need to edit xml's.
-----
Sent from my CDMA Hero. I got some hot Gingerbread-on-Hero action here!
There is a free app on the market from a developer here on xda called signapktic. It is SUPER easy and works REALLY well.
Sent from my PC36100 using XDA Premium App
Thanks for the responses, guys. I actually tried signapktic and it seemed like it worked, but it still didn't install the app, as if it was never signed (?).
I also tinkered with apkmanager last night and had some issues with it. Possibly something is wrong with the .9.png's that I edited (it gave me an error when I was recompiling), but I'll probably have to mess with it later tonight and hopefully get my apk to install!
tannerw_2010 said:
Thanks for the responses, guys. I actually tried signapktic and it seemed like it worked, but it still didn't install the app, as if it was never signed (?).
I also tinkered with apkmanager last night and had some issues with it. Possibly something is wrong with the .9.png's that I edited (it gave me an error when I was recompiling), but I'll probably have to mess with it later tonight and hopefully get my apk to install!
Click to expand...
Click to collapse
I think you need the sdk and java installed in your path to have apk manager work properly.
-----
Sent from my CDMA Hero. I got some hot Gingerbread-on-Hero action here!
tannerw_2010 said:
Thanks for the responses, guys. I actually tried signapktic and it seemed like it worked, but it still didn't install the app, as if it was never signed (?).
I also tinkered with apkmanager last night and had some issues with it. Possibly something is wrong with the .9.png's that I edited (it gave me an error when I was recompiling), but I'll probably have to mess with it later tonight and hopefully get my apk to install!
Click to expand...
Click to collapse
Just so u know, not all apps will allow u to mod them. So if u used signapktic and they wouldn't install then I would say it might be an app that doesn't allow it being modded.
Sent from my PC36100 using XDA Premium App
Well I got apkmanager to work for images at least, so I got what I wanted; a cool "honeycomb style" engadget widget (figured out those. 9.png's too). Now if I could get decompiling / recompiling to work ill be able to tinker around with some more detailed stuff. For now, I'm happy with what I got. Thanks again guys!
Sent from my HTC Hero CDMA using XDA App
Once you install java and the sdk to your path the compile/decompile will work.
-----
Sent from my CDMA Hero. I got some hot Gingerbread-on-Hero action here!
user7618 said:
Once you install java and the sdk to your path the compile/decompile will work.
-----
Sent from my CDMA Hero. I got some hot Gingerbread-on-Hero action here!
Click to expand...
Click to collapse
And it will open up a whole new world of theming/modding...make sure you have plenty of time on your hands when you get it working
I believe I have them in the correct path; I get this error message every time. I even did a compile/decompile with NO modding just to remove the variable that I messed up a file; everything is left unchanged, so I know it is nothing I did to the files to cause the error.
"--------------------------------------------------------------------------
|Sun 04/10/2011 -- 11:27:59.96|
--------------------------------------------------------------------------
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) Client VM (build 17.1-b03, mixed mode, sharing)
I: Checking whether sources has changed...
I: Checking whether resources has changed...
I: Building resources...
libpng error: Read Error
ERROR: Failure processing PNG image C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\drawable\widget_base_plane.9.png
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:7: error: Public symbol drawable/adtest declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:8: error: Public symbol drawable/arrow declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:9: error: Public symbol drawable/article_thumb declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:10: error: Public symbol drawable/clearsearch declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:11: error: Public symbol drawable/comment_icon declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:12: error: Public symbol drawable/gallery_textpanelgradient declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:13: error: Public symbol drawable/gallerystack declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:14: error: Public symbol drawable/header_alt_logo declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:15: error: Public symbol drawable/header_classic_logo declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:16: error: Public symbol drawable/header_downarrow declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:17: error: Public symbol drawable/header_hd_logo declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:18: error: Public symbol drawable/header_imobile_logo declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:19: error: Public symbol drawable/header_uparrow declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:20: error: Public symbol drawable/ic_tab_artists declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:21: error: Public symbol drawable/ic_tab_artists_grey declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:22: error: Public symbol drawable/ic_tab_artists_white declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:23: error: Public symbol drawable/icn_menu_info declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:24: error: Public symbol drawable/icn_menu_saved declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:25: error: Public symbol drawable/icn_menu_settings declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:26: error: Public symbol drawable/icn_menu_srch declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:27: error: Public symbol drawable/icn_menu_tipus declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:28: error: Public symbol drawable/icon declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:29: error: Public symbol drawable/icon_thumbbtn declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:30: error: Public symbol drawable/list_btn declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:31: error: Public symbol drawable/nav_background declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:32: error: Public symbol drawable/nav_background_on declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:33: error: Public symbol drawable/nav_btn_bg_over declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:34: error: Public symbol drawable/nav_btn_bg_up declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:35: error: Public symbol drawable/next declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:36: error: Public symbol drawable/next_btn declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:37: error: Public symbol drawable/next_hover declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:38: error: Public symbol drawable/next_icon declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:39: error: Public symbol drawable/pagination_nav_btn declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:40: error: Public symbol drawable/podcast_thumb declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:41: error: Public symbol drawable/prev declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:42: error: Public symbol drawable/prev_btn declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:43: error: Public symbol drawable/prev_hover declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:44: error: Public symbol drawable/prev_icon declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:45: error: Public symbol drawable/refresh_btn declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:46: error: Public symbol drawable/rounded_rect declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:47: error: Public symbol drawable/save declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:48: error: Public symbol drawable/save_btn declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:49: error: Public symbol drawable/save_hover declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:50: error: Public symbol drawable/selectionbg declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:51: error: Public symbol drawable/settings_but_sep declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:52: error: Public symbol drawable/settings_but_tick declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:53: error: Public symbol drawable/settings_logo_alt declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:54: error: Public symbol drawable/settings_logo_eng declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:55: error: Public symbol drawable/settings_logo_hd declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:56: error: Public symbol drawable/settings_logo_imobile declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:57: error: Public symbol drawable/settings_sep_horz declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:58: error: Public symbol drawable/share declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:59: error: Public symbol drawable/share_btn declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:60: error: Public symbol drawable/share_hover declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:61: error: Public symbol drawable/splash_scrn_alt_logo declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:62: error: Public symbol drawable/splash_scrn_classic_logo declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:63: error: Public symbol drawable/splash_scrn_hd_logo declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:64: error: Public symbol drawable/splash_scrn_imobile_logo declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:65: error: Public symbol drawable/tab_bottom_strip declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:66: error: Public symbol drawable/tab_icon_article declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:67: error: Public symbol drawable/tab_icon_articlehover declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:68: error: Public symbol drawable/tab_icon_gallery declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:69: error: Public symbol drawable/tab_icon_galleryhover declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:70: error: Public symbol drawable/tab_icon_podcast declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:71: error: Public symbol drawable/tab_icon_podcasthover declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:72: error: Public symbol drawable/tab_icon_topics declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:73: error: Public symbol drawable/tab_icon_topicshover declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:74: error: Public symbol drawable/tab_icon_video declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:75: error: Public symbol drawable/tab_icon_videohover declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:76: error: Public symbol drawable/topsearch declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:77: error: Public symbol drawable/widget_base_plane declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:78: error: Public symbol drawable/widget_channel_bg declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:79: error: Public symbol drawable/widget_logo declared here is not defined.
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\Tanner\AppData\Local\Temp\APKTOOL7991341357382715213.tmp, -I, C:\Users\Tanner\apktool\framework\1.apk, -S, C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res, -M, C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(Unknown Source)
at brut.androlib.Androlib.buildResourcesFull(Unknown Source)
at brut.androlib.Androlib.buildResources(Unknown Source)
at brut.androlib.Androlib.build(Unknown Source)
at brut.androlib.Androlib.build(Unknown Source)
at brut.apktool.Main.cmdBuild(Unknown Source)
at brut.apktool.Main.main(Unknown Source)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\Tanner\AppData\Local\Temp\APKTOOL7991341357382715213.tmp, -I, C:\Users\Tanner\apktool\framework\1.apk, -S, C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res, -M, C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\AndroidManifest.xml]
at brut.util.OS.exec(Unknown Source)
... 7 more
"
Hey friends,
I've got a little question about decompiling/recompiling apks.
I wanted to create/port a theme. (First only for myself and if it looks good I will ask the author for permission to publish it.) Replacing the .png's is no problem for me. For the moment I'm using NEON GT RED For XXKPH as base to have all the mod I like included when I am running around with a half themed phone and not to make it too complicated for the first time.
For the theme I need to change some colors because as a example notifications have a white background and white text on it. I googled much and tried on an on, but now I am stuck. Before trying to change anything I don't succeed in simply decompiling and recompiling an apk to be able to edit the xml's.
How do I do that, or is the way I want to port the theme completely wrong?
Here's the command promt output:
Code:
C:\android\apktool>apktool if C:/android/apktool/framework-res.apk
I: Framework installed to: D:\Noguai\apktool\framework\1.apk
C:\android\apktool>apktool d SystemUI.apk decompliled_systemui
I: Baksmaling...
I: Loading resource table...
I: Loaded.
I: Loading resource table from file: D:\Noguai\apktool\framework\1.apk
I: Loaded.
I: Decoding file-resources...
W: Cant find 9patch chunk in file: "drawable-hdpi/quickpanel_title_background.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi/statusbar_background.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi/title_bar_portrait.9.png". Renaming it to *.png.
I: Decoding values*/* XMLs...
I: Done.
I: Copying assets and libs...
C:\android\apktool>apktool b decompliled_systemui TestSystemUI.apk
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 C:\android\apktool\decompliled_systemui\res\drawable-hdpi\quickpanel_title_background.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\android\apktool\decompliled_systemui\res\drawable-hdpi\statusbar_background.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\android\apktool\decompliled_systemui\res\drawable-hdpi\title_bar_portrait.9.png
C:\android\apktool\decompliled_systemui\res\values\public.xml:9: error: Public symbol drawable/battery_low_battery declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:3: error: Public symbol drawable/btn_default_small declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:10: error: Public symbol drawable/btn_default_small_normal declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:11: error: Public symbol drawable/btn_default_small_normal_disable declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:12: error: Public symbol drawable/btn_default_small_normal_disable_focused declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:13: error: Public symbol drawable/btn_default_small_pressed declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:14: error: Public symbol drawable/btn_default_small_selected declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:15: error: Public symbol drawable/divider_horizontal_dark_opaque declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:16: error: Public symbol drawable/divider_horizontal_light_opaque declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:17: error: Public symbol drawable/ic_launcher_settings declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:18: error: Public symbol drawable/ic_notification_overlay declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:7: error: Public entry identifier 0x7f020091 entry index is larger than available symbols (index 145, total symbo
ls 3).
C:\android\apktool\decompliled_systemui\res\values\public.xml:7: error: Public symbol drawable/notification_header_text_color declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:8: error: Public entry identifier 0x7f020092 entry index is larger than available symbols (index 146, total symbo
ls 3).
C:\android\apktool\decompliled_systemui\res\values\public.xml:8: error: Public symbol drawable/notification_number_text_color declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:152: error: Public symbol drawable/quick_panel_icon_flight_mode_off declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:153: error: Public symbol drawable/quick_panel_icon_flight_mode_on declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:19: error: Public symbol drawable/quickpanel_icon_bluetooth_ing declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:20: error: Public symbol drawable/quickpanel_icon_bluetooth_off declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:21: error: Public symbol drawable/quickpanel_icon_bluetooth_on declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:22: error: Public symbol drawable/quickpanel_icon_gps_off declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:23: error: Public symbol drawable/quickpanel_icon_gps_on declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:24: error: Public symbol drawable/quickpanel_icon_ing declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:150: error: Public symbol drawable/quickpanel_icon_mobile_data_off declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:151: error: Public symbol drawable/quickpanel_icon_mobile_data_on declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:25: error: Public symbol drawable/quickpanel_icon_off declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:26: error: Public symbol drawable/quickpanel_icon_on declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:27: error: Public symbol drawable/quickpanel_icon_rotation_off declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:28: error: Public symbol drawable/quickpanel_icon_rotation_on declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:29: error: Public symbol drawable/quickpanel_icon_silent_off declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:30: error: Public symbol drawable/quickpanel_icon_sound_on_on declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:31: error: Public symbol drawable/quickpanel_icon_sound_vibration_on declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:32: error: Public symbol drawable/quickpanel_icon_vibration_off declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:33: error: Public symbol drawable/quickpanel_icon_wifi_ing declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:34: error: Public symbol drawable/quickpanel_icon_wifi_off declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:35: error: Public symbol drawable/quickpanel_icon_wifi_on declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:36: error: Public symbol drawable/quickpanel_quick_settings_background declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:37: error: Public symbol drawable/quickpanel_title_background declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:38: error: Public symbol drawable/shade_bg declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:6: error: Public entry identifier 0x7f020090 entry index is larger than available symbols (index 144, total symbo
ls 3).
C:\android\apktool\decompliled_systemui\res\values\public.xml:6: error: Public symbol drawable/shade_bgcolor declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:39: error: Public symbol drawable/shade_handlebar declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:40: error: Public symbol drawable/shade_header_background declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:41: error: Public symbol drawable/stat_notify_alarm declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:42: error: Public symbol drawable/stat_notify_more declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:43: error: Public symbol drawable/stat_sys_battery_full declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:44: error: Public symbol drawable/stat_sys_data_bluetooth declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:45: error: Public symbol drawable/stat_sys_data_bluetooth_connected declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:46: error: Public symbol drawable/stat_sys_data_connected_1x declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:47: error: Public symbol drawable/stat_sys_data_connected_3g declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:48: error: Public symbol drawable/stat_sys_data_connected_4g declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:49: error: Public symbol drawable/stat_sys_data_connected_e declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:50: error: Public symbol drawable/stat_sys_data_connected_g declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:51: error: Public symbol drawable/stat_sys_data_connected_h declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:52: error: Public symbol drawable/stat_sys_data_fully_connected_1x declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:53: error: Public symbol drawable/stat_sys_data_fully_connected_3g declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:54: error: Public symbol drawable/stat_sys_data_fully_connected_4g declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:55: error: Public symbol drawable/stat_sys_data_fully_connected_e declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:56: error: Public symbol drawable/stat_sys_data_fully_connected_g declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:57: error: Public symbol drawable/stat_sys_data_fully_connected_h declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:58: error: Public symbol drawable/stat_sys_data_fully_in_1x declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:59: error: Public symbol drawable/stat_sys_data_fully_in_3g declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:60: error: Public symbol drawable/stat_sys_data_fully_in_4g declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:61: error: Public symbol drawable/stat_sys_data_fully_in_e declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:62: error: Public symbol drawable/stat_sys_data_fully_in_g declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:63: error: Public symbol drawable/stat_sys_data_fully_in_h declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:64: error: Public symbol drawable/stat_sys_data_fully_inandout_1x declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:65: error: Public symbol drawable/stat_sys_data_fully_inandout_3g declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:66: error: Public symbol drawable/stat_sys_data_fully_inandout_4g declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:67: error: Public symbol drawable/stat_sys_data_fully_inandout_e declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:68: error: Public symbol drawable/stat_sys_data_fully_inandout_g declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:69: error: Public symbol drawable/stat_sys_data_fully_inandout_h declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:70: error: Public symbol drawable/stat_sys_data_fully_out_1x declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:71: error: Public symbol drawable/stat_sys_data_fully_out_3g declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:72: error: Public symbol drawable/stat_sys_data_fully_out_4g declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:73: error: Public symbol drawable/stat_sys_data_fully_out_e declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:74: error: Public symbol drawable/stat_sys_data_fully_out_g declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:75: error: Public symbol drawable/stat_sys_data_fully_out_h declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:76: error: Public symbol drawable/stat_sys_data_in_1x declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:77: error: Public symbol drawable/stat_sys_data_in_3g declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:78: error: Public symbol drawable/stat_sys_data_in_4g declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:79: error: Public symbol drawable/stat_sys_data_in_e declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:80: error: Public symbol drawable/stat_sys_data_in_g declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:81: error: Public symbol drawable/stat_sys_data_in_h declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:82: error: Public symbol drawable/stat_sys_data_inadnout_e declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:83: error: Public symbol drawable/stat_sys_data_inandout_1x declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:84: error: Public symbol drawable/stat_sys_data_inandout_3g declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:85: error: Public symbol drawable/stat_sys_data_inandout_4g declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:86: error: Public symbol drawable/stat_sys_data_inandout_e declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:87: error: Public symbol drawable/stat_sys_data_inandout_g declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:88: error: Public symbol drawable/stat_sys_data_inandout_h declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:89: error: Public symbol drawable/stat_sys_data_out_1x declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:90: error: Public symbol drawable/stat_sys_data_out_3g declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:91: error: Public symbol drawable/stat_sys_data_out_4g declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:92: error: Public symbol drawable/stat_sys_data_out_e declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:93: error: Public symbol drawable/stat_sys_data_out_g declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:94: error: Public symbol drawable/stat_sys_data_out_h declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:95: error: Public symbol drawable/stat_sys_data_wimax_signal_0 declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:96: error: Public symbol drawable/stat_sys_data_wimax_signal_0_fully declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:97: error: Public symbol drawable/stat_sys_data_wimax_signal_1 declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:98: error: Public symbol drawable/stat_sys_data_wimax_signal_1_fully declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:99: error: Public symbol drawable/stat_sys_data_wimax_signal_2 declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:100: error: Public symbol drawable/stat_sys_data_wimax_signal_2_fully declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:101: error: Public symbol drawable/stat_sys_data_wimax_signal_3 declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:102: error: Public symbol drawable/stat_sys_data_wimax_signal_3_fully declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:103: error: Public symbol drawable/stat_sys_data_wimax_signal_disconnected declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:104: error: Public symbol drawable/stat_sys_data_wimax_signal_idle declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:105: error: Public symbol drawable/stat_sys_gps_acquiring declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:4: error: Public symbol drawable/stat_sys_gps_acquiring_anim declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:106: error: Public symbol drawable/stat_sys_no_sim declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:107: error: Public symbol drawable/stat_sys_r_signal_0 declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:108: error: Public symbol drawable/stat_sys_r_signal_0_fully declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:109: error: Public symbol drawable/stat_sys_r_signal_1 declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:110: error: Public symbol drawable/stat_sys_r_signal_1_fully declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:111: error: Public symbol drawable/stat_sys_r_signal_2 declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:112: error: Public symbol drawable/stat_sys_r_signal_2_fully declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:113: error: Public symbol drawable/stat_sys_r_signal_3 declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:114: error: Public symbol drawable/stat_sys_r_signal_3_fully declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:115: error: Public symbol drawable/stat_sys_r_signal_4 declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:116: error: Public symbol drawable/stat_sys_r_signal_4_fully declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:117: error: Public symbol drawable/stat_sys_ringer_silent declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:118: error: Public symbol drawable/stat_sys_ringer_vibrate declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:119: error: Public symbol drawable/stat_sys_roaming_cdma_0 declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:5: error: Public symbol drawable/stat_sys_roaming_cdma_flash declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:120: error: Public symbol drawable/stat_sys_roaming_cdma_flash_anim0 declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:121: error: Public symbol drawable/stat_sys_roaming_cdma_flash_anim1 declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:122: error: Public symbol drawable/stat_sys_signal_0 declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:123: error: Public symbol drawable/stat_sys_signal_0_fully declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:124: error: Public symbol drawable/stat_sys_signal_1 declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:125: error: Public symbol drawable/stat_sys_signal_1_fully declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:126: error: Public symbol drawable/stat_sys_signal_2 declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:127: error: Public symbol drawable/stat_sys_signal_2_fully declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:128: error: Public symbol drawable/stat_sys_signal_3 declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:129: error: Public symbol drawable/stat_sys_signal_3_fully declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:130: error: Public symbol drawable/stat_sys_signal_4 declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:131: error: Public symbol drawable/stat_sys_signal_4_fully declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:132: error: Public symbol drawable/stat_sys_signal_flightmode declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:133: error: Public symbol drawable/stat_sys_signal_null declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:134: error: Public symbol drawable/stat_sys_tty_mode declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:135: error: Public symbol drawable/stat_sys_wifi_signal_0 declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:136: error: Public symbol drawable/stat_sys_wifi_signal_1 declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:137: error: Public symbol drawable/stat_sys_wifi_signal_1_fully declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:138: error: Public symbol drawable/stat_sys_wifi_signal_2 declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:139: error: Public symbol drawable/stat_sys_wifi_signal_2_fully declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:140: error: Public symbol drawable/stat_sys_wifi_signal_3 declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:141: error: Public symbol drawable/stat_sys_wifi_signal_3_fully declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:142: error: Public symbol drawable/stat_sys_wifi_signal_4 declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:143: error: Public symbol drawable/stat_sys_wifi_signal_4_fully declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:144: error: Public symbol drawable/status_bar_background declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:145: error: Public symbol drawable/status_bar_call_ongoing_background declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:146: error: Public symbol drawable/status_bar_close_on declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:147: error: Public symbol drawable/statusbar_background declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:148: error: Public symbol drawable/title_bar_portrait declared here is not defined.
C:\android\apktool\decompliled_systemui\res\values\public.xml:149: error: Public symbol drawable/title_bar_shadow declared here is not defined.
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\Noguai\AppData\Local\Temp\APKTOOL98964238
6804227928.tmp, -I, D:\Noguai\apktool\framework\1.apk, -S, C:\android\apktool\decompliled_systemui\res, -M, C:\android\apktool\decompliled_systemui\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:174)
at brut.apktool.Main.main(Main.java:59)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\Noguai\AppData\Local\Temp\APKTOOL989642386804227928.tmp, -I, D:\Noguai\apktool\framework\1
.apk, -S, C:\android\apktool\decompliled_systemui\res, -M, C:\android\apktool\decompliled_systemui\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:191)
... 6 more
C:\android\apktool>
Thanks in advance for any sort of help
Taraen
quickpanel_title_background.9.png
statusbar_background.9.png
title_bar_portrait.9.png
problem with these 9.pngs
they trouble me also.
try without them.
have a look here http://forum.xda-developers.com/showthread.php?t=580351
it is because you have to use .9.png
doy you know how to make it
Hey dude if u want decompile systemui in apk manager use option decompile with depenndres use framework-res.apk it work
Sent from my GT-I9003 using xda premium
Arg, first think about the error that get's displayed first. The nine-patch png's were the only problem, after that everything got solved itself. I was so worried about that much "... declared here is not defined" messages, so that didn't came up to the idea of first fixing the .9.png's. Thank you very much!
I Understand that I posted this on the Q&A Secton but I didn't get anything so far.. So, I thought I posted here to make it a bit more noticeable..
Hey I'm new here but I've been around this place for a long while
I was reading NeroYoung's Tutorial to make a Custom ROM, I used ChocoBread 3.2.0 as a base. I did all the artwork I could so, I decided to re-compile it...
APKtool is 1.4.3, Used on both Cygwin, Windows.... Same error.
The APK I'm trying to compile is SystemUI.apk nearly completely modified xP
Anyways, I saw all the videos twice... I used Photoshop (CS6 ) and Illustrator, I did some vector work for Notifications and Most of the Photoshopping is Coloring and Re-sizing. Also I have to admit I sorta used some Icons from my Favorite X11/Linux Theme (Azenis) :3 I also ported some sounds from the game Cave Story...
This is the error ::
Code:
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:36: error: Pub
lic symbol drawable/quickpanel_icon_gps_on declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:37: error: Pub
lic symbol drawable/quickpa-d\APKTool\SystemUI\res\values\public.xml:58: error: Pub
lic symbol drawable/stat_sys_data_connected_3g_plus declared here is not defined
.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:59: error: Pub
lic symbol drawable/stat_sys_data_connected_4g declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:60: error: Pub
lic symbol drawable/stat_sys_data_connected_e declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:61: error: Pub
lic symbol drawable/stat_sys_data_connected_g declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:62: error: Pub
lic symbol drawable/stat_sys_data_connected_h declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:63: error: Pub
lic symbol drawable/stat_sys_data_fully_connected_1x declared here is not define
d.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:64: error: Pub
lic symbol drawable/stat_sys_data_fully_connected_3g declared here is not define
d.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:65: error: Pub
lic symbol drawable/stat_sys_data_fully_connected_3g_plus declared here is not d
efined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:66: error: Pub
lic symbol drawable/stat_sys_data_fully_connected_4g declared here is not define
d.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:67: error: Pub
lic symbol drawable/stat_sys_data_fully_connected_e declared here is not defined
.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:68: error: Pub
lic symbol drawable/stat_sys_data_fully_connected_g declared here is not defined
.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:69: error: Pub
lic symbol drawable/stat_sys_data_fully_connected_h declared here is not defined
.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:70: error: Pub
lic symbol drawable/stat_sys_data_fully_in_1x declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:71: error: Pub
lic symbol drawable/stat_sys_data_fully_in_3g declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:72: error: Pub
lic symbol drawable/stat_sys_data_fully_in_3g_plus declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:73: error: Pub
lic symbol drawable/stat_sys_data_fully_in_4g declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:74: error: Pub
lic symbol drawable/stat_sys_data_fully_in_e declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:75: error: Pub
lic symbol drawable/stat_sys_data_fully_in_g declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:76: error: Pub
lic symbol drawable/stat_sys_data_fully_in_h declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:77: error: Pub
lic symbol drawable/stat_sys_data_fully_inandout_1x declared Exception in thread
"main" brut.androlib.AndrolibException: brut.common.BrutException: could not ex
ec command: [aapt, p, -F, C:\Users\Sorlac\AppData\Local\Temp\APKTOOL458464336594
2961008.tmp, -I, C:\Users\Sorlac\apktool\framework\1.apk, -S, C:\Users\Sorlac\Ap
ps\ROMod\APKTool\SystemUI\res, -M, C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\A
ndroidManifest.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\Sorlac\AppData\Local\Temp\APKTOOL4584643365942961008.tmp, -I, C:\Users\Sorl
ac\apktool\framework\1.apk, -S, C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res,
-M, C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:191)
... 6 more
here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:78: error: Pub
lic symbol drawable/stat_sys_data_fully_inandout_3g declared here is not defined
.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:79: error: Pub
lic symbol drawable/stat_sys_data_fully_inandout_3g_plus declared here is not de
fined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:80: error: Pub
lic symbol drawable/stat_sys_data_fully_inandout_4g declared here is not defined
.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:81: error: Pub
lic symbol drawable/stat_sys_data_fully_inandout_e declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:82: error: Pub
lic symbol drawable/stat_sys_data_fully_inandout_g declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:83: error: Pub
lic symbol drawable/stat_sys_data_fully_inandout_h declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:84: error: Pub
lic symbol drawable/stat_sys_data_fully_out_1x declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:85: error: Pub
lic symbol drawable/stat_sys_data_fully_out_3g declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:86: error: Pub
lic symbol drawable/stat_sys_data_fully_out_3g_plus declared here is not defined
.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:87: error: Pub
lic symbol drawable/stat_sys_data_fully_out_4g declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:88: error: Pub
lic symbol drawable/stat_sys_data_fully_out_e declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:89: error: Pub
lic symbol drawable/stat_sys_data_fully_out_g declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:90: error: Pub
lic symbol drawable/stat_sys_data_fully_out_h declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:91: error: Pub
lic symbol drawable/stat_sys_data_in_1x declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:92: error: Pub
lic symbol drawable/stat_sys_data_in_3g declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:93: error: Pub
lic symbol drawable/stat_sys_data_in_3g_plus declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:94: error: Pub
lic symbol drawable/stat_sys_data_in_4g declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:95: error: Pub
lic symbol drawable/stat_sys_data_in_e declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:96: error: Pub
lic symbol drawable/stat_sys_data_in_g declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:97: error: Pub
lic symbol drawable/stat_sys_data_in_h declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:98: error: Pub
lic symbol drawable/stat_sys_data_inandout_1x declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:99: error: Pub
lic symbol drawable/stat_sys_data_inandout_3g declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:100: error: Pu
blic symbol drawable/stat_sys_data_inandout_3g_plus declared here is not defined
.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:101: error: Pu
blic symbol drawable/stat_sys_data_inandout_4g declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:102: error: Pu
blic symbol drawable/stat_sys_data_inandout_e declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:103: error: Pu
blic symbol drawable/stat_sys_data_inandout_g declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:104: error: Pu
blic symbol drawable/stat_sys_data_inandout_h declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:105: error: Pu
blic symbol drawable/stat_sys_data_out_1x declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:106: error: Pu
blic symbol drawable/stat_sys_data_out_3g declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:107: error: Pu
blic symbol drawable/stat_sys_data_out_3g_plus declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:108: error: Pu
blic symbol drawable/stat_sys_data_out_4g declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:109: error: Pu
blic symbol drawable/stat_sys_data_out_e declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:110: error: Pu
blic symbol drawable/stat_sys_data_out_g declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:111: error: Pu
blic symbol drawable/stat_sys_data_out_h declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:112: error: Pu
blic symbol drawable/stat_sys_gps_acquiring declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:16: error: Pub
lic symbol drawable/stat_sys_gps_acquiring_anim declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:113: error: Pu
blic symbol drawable/stat_sys_no_sim declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:114: error: Pu
blic symbol drawable/stat_sys_r_signal_0 declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:115: error: Pu
blic symbol drawable/stat_sys_r_signal_0_fully declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:116: error: Pu
blic symbol drawable/stat_sys_r_signal_1 declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:117: error: Pu
blic symbol drawable/stat_sys_r_signal_1_fully declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:118: error: Pu
blic symbol drawable/stat_sys_r_signal_2 declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:119: error: Pu
blic symbol drawable/stat_sys_r_signal_2_fully declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:120: error: Pu
blic symbol drawable/stat_sys_r_signal_3 declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:121: error: Pu
blic symbol drawable/stat_sys_r_signal_3_fully declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:122: error: Pu
blic symbol drawable/stat_sys_r_signal_4 declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:123: error: Pu
blic symbol drawable/stat_sys_r_signal_4_fully declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:124: error: Pu
blic symbol drawable/stat_sys_ringer_silent declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:125: error: Pu
blic symbol drawable/stat_sys_ringer_vibrate declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:126: error: Pu
blic symbol drawable/stat_sys_roaming_cdma_0 declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:17: error: Pub
lic symbol drawable/stat_sys_roaming_cdma_flash declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:127: error: Pu
blic symbol drawable/stat_sys_roaming_cdma_flash_anim0 declared here is not defi
ned.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:128: error: Pu
blic symbol drawable/stat_sys_roaming_cdma_flash_anim1 declared here is not defi
ned.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:129: error: Pu
blic symbol drawable/stat_sys_signal_0 declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:130: error: Pu
blic symbol drawable/stat_sys_signal_0_fully declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:131: error: Pu
blic symbol drawable/stat_sys_signal_1 declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:132: error: Pu
blic symbol drawable/stat_sys_signal_1_fully declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:133: error: Pu
blic symbol drawable/stat_sys_signal_2 declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:134: error: Pu
blic symbol drawable/stat_sys_signal_2_fully declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:135: error: Pu
blic symbol drawable/stat_sys_signal_3 declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:136: error: Pu
blic symbol drawable/stat_sys_signal_3_fully declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:137: error: Pu
blic symbol drawable/stat_sys_signal_4 declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:138: error: Pu
blic symbol drawable/stat_sys_signal_4_fully declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:139: error: Pu
blic symbol drawable/stat_sys_signal_flightmode declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:140: error: Pu
blic symbol drawable/stat_sys_signal_null declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:141: error: Pu
blic symbol drawable/stat_sys_tty_mode declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:142: error: Pu
blic symbol drawable/stat_sys_wifi_signal_0 declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:143: error: Pu
blic symbol drawable/stat_sys_wifi_signal_1 declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:144: error: Pu
blic symbol drawable/stat_sys_wifi_signal_1_fully declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:145: error: Pu
blic symbol drawable/stat_sys_wifi_signal_2 declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:146: error: Pu
blic symbol drawable/stat_sys_wifi_signal_2_fully declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:147: error: Pu
blic symbol drawable/stat_sys_wifi_signal_3 declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:148: error: Pu
blic symbol drawable/stat_sys_wifi_signal_3_fully declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:149: error: Pu
blic symbol drawable/stat_sys_wifi_signal_4 declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:150: error: Pu
blic symbol drawable/stat_sys_wifi_signal_4_fully declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:151: error: Pu
blic symbol drawable/status_bar_background declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:152: error: Pu
blic symbol drawable/status_bar_call_ongoing_background declared here is not def
ined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:153: error: Pu
blic symbol drawable/status_bar_close_on declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:157: error: Pu
blic symbol drawable/status_bar_trans_background declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:154: error: Pu
blic symbol drawable/statusbar_background declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:155: error: Pu
blic symbol drawable/title_bar_portrait declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:156: error: Pu
blic symbol drawable/title_bar_shadow declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool>
Emm... This error is actually new :s I tried to export the Error into a log file...
This is what I originally got
Code:
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:153: error: Pu
blic symbol drawable/status_bar_close_on declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:157: error: Pu
blic symbol drawable/status_bar_trans_background declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:154: error: Pu
blic symbol drawable/statusbar_background declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:155: error: Pu
blic symbol drawable/title_bar_portrait declared here is not defined.
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res\values\public.xml:156: error: Pu
blic symbol drawable/title_bar_shadow declared here is not defined.
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutExce
ption: could not exec command: [aapt, p, -F, C:\Users\Sorlac\AppData\Local\Temp\
APKTOOL1661178710873366496.tmp, -I, C:\Users\Sorlac\apktool\framework\1.apk, -S,
C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res, -M, C:\Users\Sorlac\Apps\ROMod
\APKTool\SystemUI\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)
at brut.androlib.Androlib.buildResources(Androlib.java:248)
at brut.androlib.Androlib.build(Androlib.java:171)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\U
sers\Sorlac\AppData\Local\Temp\APKTOOL1661178710873366496.tmp, -I, C:\Users\Sorl
ac\apktool\framework\1.apk, -S, C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\res,
-M, C:\Users\Sorlac\Apps\ROMod\APKTool\SystemUI\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:191)
... 6 more
Any Suggestions?
Click to expand...
Click to collapse
first of you need to decompile the apk with dependencies as framework-res.app and
twframeworkres.apk....most of the pngs in systemui is dependant on twframework...decompile and see it for yourself
Both?
The .jar or the -res.apk? I decompiled framework-res.apk too and did some more artwork changes. Same error xP So Both Files?
lordsolrac2 said:
The .jar or the -res.apk? I decompiled framework-res.apk too and did some more artwork changes. Same error xP So Both Files?
Click to expand...
Click to collapse
its res-apk....refer the new thread by wilfrd sir it will clear all your doubts......
ajay8055 said:
its res-apk....refer the new thread by wilfrd sir it will clear all your doubts......
Click to expand...
Click to collapse
And Where can I find this Topic? Is it in this section??
http://forum.xda-developers.com/showthread.php?t=1756953
:good::good::good:Just add like this in the xml file u want. if u wanna add in the main page then add in settings.xml
<com.android.settings.IconPreferenceScreen android:title="@string/abc" settings:icon="@drawable/picture name">
<intent android:targetPackage="package name" android:action="android.intent.action.MAIN" android:targetClass="package name and function" />
</com.android.settings.IconPreferenceScreen>
Click to expand...
Click to collapse
Then add this line in values/string.xml
<string name="abc">The Setting name</string>
Then add like this in the values/public.xml
<public type="string" name="abc" id="0xabcded">
the 0xabcded is the next hex code after the last hex code for the string in the public.xml
after doing this recompile the apk:laugh::laugh::laugh:
I am unable to recompile my framework-Res.apk it shows some error .. and when I put that in my device then it does not boot
Edward Cullen
Avilove.Cullen said:
I am unable to recompile my framework-Res.apk it shows some error .. and when I put that in my device then it does not boot
Edward Cullen
Click to expand...
Click to collapse
which software are you using.post with more details please.
ajay8055 said:
which software are you using.post with more details please.
Click to expand...
Click to collapse
Apk manager, I downloaded it from the official website .
Edward Cullen
Avilove.Cullen said:
Apk manager, I downloaded it from the official website .
Edward Cullen
Click to expand...
Click to collapse
I build it twice... 1st The Errors (Did You Install the dependencies?) Then I took the original APK files and took the META-INF and AndroidManifest.xml and put it in both the original and build folders, then I build them again. Everything went excelent except one fact... The Hell is the Status Bar? There's No Such Thing as a Status bar on my Built ROM V.v
Avilove.Cullen said:
Apk manager, I downloaded it from the official website .
Edward Cullen
Click to expand...
Click to collapse
use apktool instead of apkmanager...... its there is googles official website....
ajay8055 said:
use apktool instead of apkmanager...... its there is googles official website....
Click to expand...
Click to collapse
I will try it, and then post my review
Edward Cullen
The Hell Dx
Is there a lightweight Custom ROM for the Fit then? (That's Moddable)
any cm without gapps is lightweight....
ajay8055 said:
any cm without gapps is lightweight....
Click to expand...
Click to collapse
I used apktool but still I am getting errors..
It signs the framework but if I push it to my mobile, then it does not boot
Edward Cullen
Avilove.Cullen said:
I used apktool but still I am getting errors..
It signs the framework but if I push it to my mobile, then it does not boot
Edward Cullen
Click to expand...
Click to collapse
I had the same problem... I had to Use the Original boot.img and Update(r)-script for this ._.
Everything ran smothly in my case, but the exception was the Statusbar :/
Avilove.Cullen said:
I used apktool but still I am getting errors..
It signs the framework but if I push it to my mobile, then it does not boot
Edward Cullen
Click to expand...
Click to collapse
you are decompiling framewrok-res.apk right......
ajay8055 said:
you are decompiling framewrok-res.apk right......
Click to expand...
Click to collapse
Yea ...
Edward Cullen
if have modded any xml files delete resources.arsc from that folder.....and use twframework as framework for framework-res.apk it should work...
hello I'm new in the xda Developers Forums
first sorry for my english ... ^_^
i need help about decompile and recompile apk file
i'm use is apktool the last version
i successfully to decompile apk
how i'use this apktool >
first i install the framework-res.apk after that everything is ok
for install the framework-res.apk i'use this code
Code:
apktool if framework-res.apk
after that i use this code for decompile for my apk file
Code:
apktool d zello.apk
after that i success to decompile the apk file
Code:
C:\apktool>apktool d zello.apk
I: Baksmaling...
I: Loading resource table...
I: Loaded.
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: C:\Users\sony\apktool\framework\
1.apk
I: Loaded.
I: Renamed manifest package found! Fixing...
I: Decoding file-resources...
I: Decoding values */* XMLs...
I: Done.
I: Copying assets and libs...
but when i try to recompile apk he gave me errors I do not know why
and my modding in this apk > i add a new language that is all
after that i try to decompile but he gave me
error...?
after that i try to decompile without change anything on this apk
but he gave me same errors
this is errors >
Code:
C:\apktool\zello\res\values\public.xml:1360: error: Public symbol
string/account
s_add declared here is not defined.
C:\apktool\zello\res\values\public.xml:1362: error: Public symbol
string/account
s_atwork declared here is not defined.
C:\apktool\zello\res\values\public.xml:1361: error: Public symbol
string/account
s_empty declared here is not defined.
C:\apktool\zello\res\values\public.xml:1359: error: Public symbol
string/account
s_title declared here is not defined.
C:\apktool\zello\res\values\public.xml:1366: error: Public symbol
string/add_acc
ount_atwork declared here is not defined.
C:\apktool\zello\res\values\public.xml:1367: error: Public symbol
string/add_acc
ount_atwork_info declared here is not defined.
C:\apktool\zello\res\values\public.xml:1368: error: Public symbol
string/add_acc
ount_atwork_link declared here is not defined.
C:\apktool\zello\res\values\public.xml:1365: error: Public symbol
string/add_acc
ount_existing declared here is not defined.
C:\apktool\zello\res\values\public.xml:1364: error: Public symbol
string/add_acc
ount_new declared here is not defined.
C:\apktool\zello\res\values\public.xml:1363: error: Public symbol
string/add_acc
ount_title declared here is not defined.
C:\apktool\zello\res\values\public.xml:1427: error: Public symbol
string/app_des
c declared here is not defined.
C:\apktool\zello\res\values\public.xml:1426: error: Public symbol
string/app_nam
e declared here is not defined.
C:\apktool\zello\res\values\public.xml:1418: error: Public symbol
string/blocked
_channels declared here is not defined.
C:\apktool\zello\res\values\public.xml:1419: error: Public symbol
string/blocked
_channels_empty declared here is not defined.
C:\apktool\zello\res\values\public.xml:1416: error: Public symbol
string/blocked
_contacts declared here is not defined.
C:\apktool\zello\res\values\public.xml:1417: error: Public symbol
string/blocked
_contacts_empty declared here is not defined.
C:\apktool\zello\res\values\public.xml:1344: error: Public symbol
string/button_
send declared here is not defined.
C:\apktool\zello\res\values\public.xml:1406: error: Public symbol
string/channel
_details_blocked_users declared here is not defined.
C:\apktool\zello\res\values\public.xml:1408: error: Public symbol
string/channel
_details_moderators declared here is not defined.
C:\apktool\zello\res\values\public.xml:1409: error: Public symbol
string/channel
_details_reported declared here is not defined.
C:\apktool\zello\res\values\public.xml:1407: error: Public symbol
string/channel
_details_trusted_users declared here is not defined.
C:\apktool\zello\res\values\public.xml:1411: error: Public symbol
string/complet
e_action_using declared here is not defined.
C:\apktool\zello\res\values\public.xml:1347: error: Public symbol
string/contact
s_channels declared here is not defined.
C:\apktool\zello\res\values\public.xml:1348: error: Public symbol
string/contact
s_suggested_channels declared here is not defined.
C:\apktool\zello\res\values\public.xml:1349: error: Public symbol
string/contact
s_suggested_channels_info declared here is not defined.
C:\apktool\zello\res\values\public.xml:1346: error: Public symbol
string/contact
s_users declared here is not defined.
C:\apktool\zello\res\values\public.xml:1350: error: Public symbol
string/contact
s_you declared here is not defined.
C:\apktool\zello\res\values\public.xml:1404: error: Public symbol
string/create_
channel_created declared here is not defined.
C:\apktool\zello\res\values\public.xml:1405: error: Public symbol
string/create_
channel_duplicate declared here is not defined.
C:\apktool\zello\res\values\public.xml:1403: error: Public symbol
string/create_
channel_title declared here is not defined.
C:\apktool\zello\res\values\public.xml:1341: error: Public symbol
string/default
_call_alert_text declared here is not defined.
C:\apktool\zello\res\values\public.xml:1420: error: Public symbol
string/delete_
account_confirm declared here is not defined.
C:\apktool\zello\res\values\public.xml:1422: error: Public symbol
string/delete_
account_error declared here is not defined.
C:\apktool\zello\res\values\public.xml:1421: error: Public symbol
string/delete_
account_progress declared here is not defined.
C:\apktool\zello\res\values\public.xml:1413: error: Public symbol
string/delete_
picture declared here is not defined.
C:\apktool\zello\res\values\public.xml:1345: error: Public symbol
string/echo_hi
nt declared here is not defined.
C:\apktool\zello\res\values\public.xml:1410: error: Public symbol
string/edit_ch
annel_updated declared here is not defined.
C:\apktool\zello\res\values\public.xml:1306: error: Public symbol
string/error_a
ccount_creation_exceeded declared here is not defined.
C:\apktool\zello\res\values\public.xml:1293: error: Public symbol
string/error_b
rute_force declared here is not defined.
C:\apktool\zello\res\values\public.xml:1305: error: Public symbol
string/error_d
aily_account_creation_exceeded declared here is not defined.
C:\apktool\zello\res\values\public.xml:1309: error: Public symbol
string/error_d
uplicate_username declared here is not defined.
C:\apktool\zello\res\values\public.xml:1316: error: Public symbol
string/error_e
mpty_channel_name declared here is not defined.
C:\apktool\zello\res\values\public.xml:1317: error: Public symbol
string/error_e
mpty_network declared here is not defined.
C:\apktool\zello\res\values\public.xml:1313: error: Public symbol
string/error_e
mpty_password declared here is not defined.
C:\apktool\zello\res\values\public.xml:1312: error: Public symbol
string/error_e
mpty_username declared here is not defined.
C:\apktool\zello\res\values\public.xml:1315: error: Public symbol
string/error_i
nvalid_current_password declared here is not defined.
C:\apktool\zello\res\values\public.xml:1318: error: Public symbol
string/error_i
nvalid_network declared here is not defined.
C:\apktool\zello\res\values\public.xml:1307: error: Public symbol
string/error_i
nvalid_username_character declared here is not defined.
C:\apktool\zello\res\values\public.xml:1298: error: Public symbol
string/error_k
icked declared here is not defined.
C:\apktool\zello\res\values\public.xml:1302: error: Public symbol
string/error_l
icense_expired declared here is not defined.
C:\apktool\zello\res\values\public.xml:1301: error: Public symbol
string/error_l
icense_problem declared here is not defined.
C:\apktool\zello\res\values\public.xml:1304: error: Public symbol
string/error_n
etwork_suspended declared here is not defined.
C:\apktool\zello\res\values\public.xml:1297: error: Public symbol
string/error_n
o_connection declared here is not defined.
C:\apktool\zello\res\values\public.xml:1308: error: Public symbol
string/error_n
ot_signed_in declared here is not defined.
C:\apktool\zello\res\values\public.xml:1314: error: Public symbol
string/error_p
asswords_dont_match declared here is not defined.
C:\apktool\zello\res\values\public.xml:1311: error: Public symbol
string/error_s
hort_password declared here is not defined.
C:\apktool\zello\res\values\public.xml:1310: error: Public symbol
string/error_s
hort_username declared here is not defined.
C:\apktool\zello\res\values\public.xml:1300: error: Public symbol
string/error_s
ign_in_busy declared here is not defined.
C:\apktool\zello\res\values\public.xml:1294: error: Public symbol
string/error_s
ign_in_error declared here is not defined.
C:\apktool\zello\res\values\public.xml:1295: error: Public symbol
string/error_s
ign_in_unavailable declared here is not defined.
C:\apktool\zello\res\values\public.xml:1296: error: Public symbol
string/error_s
upernode_unavailable declared here is not defined.
C:\apktool\zello\res\values\public.xml:1299: error: Public symbol
string/error_u
pdate declared here is not defined.
C:\apktool\zello\res\values\public.xml:1303: error: Public symbol
string/error_w
rong_network declared here is not defined.
C:\apktool\zello\res\values\public.xml:1370: error: PubException in
thread "main
" lic symbol string/existing_account_atwork_title declared here is not
defined.
C:\apktool\zello\res\values\public.xml:1369: error: Public symbol
string/existin
g_account_title declared here is not defined.
C:\apktool\zello\res\values\public.xml:1339: error: Public symbol
string/history
_blocked declared here is not defined.
C:\apktool\zello\res\values\public.xml:1340: error: Public symbol
string/history
_blocked_by_moderator declared here is not defined.
C:\apktool\zello\res\values\public.xml:1335: error: Public symbol
string/history
_more declared here is not defined.
C:\apktool\zello\res\values\public.xml:1336: error: Public symbol
string/history
_user_blocked declared here is not defined.
C:\apktool\zello\res\values\public.xml:1337: error: Public symbol
string/history
_user_blocked_by_moderator declared here is not defined.
C:\apktool\zello\res\values\public.xml:1338: error: Public symbol
string/history
_user_blocked_by_you declared here is not defined.
C:\apktool\zello\res\values\public.xml:1343: error: Public symbol
string/menu_se
nd_call_alert declared here is not defined.
C:\apktool\zello\res\values\public.xml:1371: error: Public symbol
string/profile
_about declared here is not defined.
C:\apktool\zello\res\values\public.xml:1401: error: Public symbol
string/profile
_blocked_channels declared here is not defined.
C:\apktool\zello\res\values\public.xml:1400: error: Public symbol
string/profile
_blocked_contacts declared here is not defined.
C:\apktool\zello\res\values\public.xml:1398: error: Public symbol
string/profile
_change_password declared here is not defined.
C:\apktool\zello\res\values\public.xml:1394: error: Public symbol
string/profile
_changed_alert declared here is not defined.
C:\apktool\zello\res\values\public.xml:1389: error: Public symbol
string/profile
_channel_categories declared here is not defined.
C:\apktool\zello\res\values\public.xml:1390: error: Public symbol
string/profile
_channel_categories_title declared here is not defined.
C:\apktool\zello\res\values\public.xml:1387: error: Public symbol
string/profile
_channel_explicit declared here is not defined.
C:\apktool\zello\res\values\public.xml:1392: error: Public symbol
string/profile
_channel_owner declared here is not defined.
C:\apktool\zello\res\values\public.xml:1386: error: Public symbol
string/profile
_channel_password declared here is not defined.
C:\apktool\zello\res\values\public.xml:1388: error: Public symbol
string/profile
_channel_promote declared here is not defined.
C:\apktool\zello\res\values\public.xml:1391: error: Public symbol
string/profile
_channel_subscribers declared here is not defined.
C:\apktool\zello\res\values\public.xml:1379: error: Public symbol
string/profile
_channel_type declared here is not defined.
C:\apktool\zello\res\values\public.xml:1383: error: Public symbol
string/profile
_channel_type_broadcast declared here is not defined.
C:\apktool\zello\res\values\public.xml:1382: error: Public symbol
string/profile
_channel_type_broadcast_text declared here is not defined.
C:\apktool\zello\res\values\public.xml:1385: error: Public symbol
string/profile
_channel_type_moderated declared here is not defined.
C:\apktool\zello\res\values\public.xml:1384: error: Public symbol
string/profile
_channel_type_moderated_text declared here is not defined.
C:\apktool\zello\res\values\public.xml:1381: error: Public symbol
string/profile
_channel_type_open declared here is not defined.
C:\apktool\zello\res\values\public.xml:1380: error: Public symbol
string/profile
_channel_type_open_text declared here is not defined.
C:\apktool\zello\res\values\public.xml:1396: error: Public symbol
string/profile
_create_channel_title declared here is not defined.
C:\apktool\zello\res\values\public.xml:1395: error: Public symbol
string/profile
_create_profile_title declared here is not defined.
C:\apktool\zello\res\values\public.xml:1399: error: Public symbol
string/profile
_delete_account declared here is not defined.
C:\apktool\zello\res\values\public.xml:1374: error: Public symbol
string/profile
_languages declared here is not defined.
C:\apktool\zello\res\values\public.xml:1375: error: Public symbol
string/profile
_languages_title declared here is not defined.
C:\apktool\zello\res\values\public.xml:1372: error: Public symbol
string/profile
_location declared here is not defined.
C:\apktool\zello\res\values\public.xml:1376: error: Public symbol
string/profile
_name declared here is not defined.
C:\apktool\zello\res\values\public.xml:1393: error: Public symbol
string/profile
_property_not_set declared here is not defined.
C:\apktool\zello\res\values\public.xml:1402: error: Public symbol
string/profile
_tos declared here is not defined.
C:\apktool\zello\res\values\public.xml:1378: error: Public symbol
string/profile
_user_member_since declared here is not defined.
C:\apktool\zello\res\values\public.xml:1377: error: Public symbol
string/profile
_user_name declared here is not defined.
C:\apktool\zello\res\values\public.xml:1397: error: Public symbol
string/profile
_user_volume declared here is not defined.
C:\apktool\zello\res\values\public.xml:1373: error: Public symbol
string/profile
_website declared here is not defined.
C:\apktool\zello\res\values\public.xml:1358: error: Public symbol
string/recents
declared here is not defined.
C:\apktool\zello\res\values\public.xml:1424: error: Public symbol
string/select_
contact_channel_title declared here is not defined.
C:\apktool\zello\res\values\public.xml:1425: error: Public symbol
string/select_
contact_recent_title declared here is not defined.
C:\apktool\zello\res\values\public.xml:1423: error: Public symbol
string/select_
contact_user_title declared here is not defined.
C:\apktool\zello\res\values\public.xml:1415: error: Public symbol
string/select_
from_gallery declared here is not defined.
C:\apktool\zello\res\values\public.xml:1412: error: Public symbol
string/select_
image declared here is not defined.
C:\apktool\zello\res\values\public.xml:1414: error: Public symbol
string/take_fr
om_camera declared here is not defined.
C:\apktool\zello\res\values\public.xml:1357: error: Public symbol
string/time_ag
o declared here is not defined.
C:\apktool\zello\res\values\public.xml:1351: error: Public symbol
string/time_ho
ur declared here is not defined.
C:\apktool\zello\res\values\public.xml:1352: error: Public symbol
string/time_ho
urs declared here is not defined.
C:\apktool\zello\res\values\public.xml:1353: error: Public symbol
string/time_mi
nute declared here is not defined.
C:\apktool\zello\res\values\public.xml:1354: error: Public symbol
string/time_mi
nutes declared here is not defined.
C:\apktool\zello\res\values\public.xml:1355: error: Public symbol
string/time_se
cond declared here is not defined.
C:\apktool\zello\res\values\public.xml:1356: error: Public symbol
string/time_se
conds declared here is not defined.
C:\apktool\zello\res\values\public.xml:1327: error: Public symbol
string/toast_a
uto_busy_off declared here is not defined.
C:\apktool\zello\res\values\public.xml:1326: error: Public symbol
string/toast_a
uto_busy_on declared here is not defined.
C:\apktool\zello\res\values\public.xml:1333: error: Public symbol
string/toast_b
t_ptt_connected declared here is not defined.
C:\apktool\zello\res\values\public.xml:1334: error: Public symbol
string/toast_b
t_ptt_disconnected declared here is not defined.
C:\apktool\zello\res\values\public.xml:1329: error: Public symbol
string/toast_c
all_alert_failed declared here is not defined.
C:\apktool\zello\res\values\public.xml:1319: error: Public symbol
string/toast_c
hannel_blocked declared here is not defined.
C:\apktool\zello\res\values\public.xml:1320: error: Public symbol
string/toast_c
hannel_busy declared here is not defined.
C:\apktool\zello\res\values\public.xml:1321: error: Public symbol
string/toast_c
hannel_full declared here is not defined.
C:\apktool\zello\res\values\public.xml:1322: error: Public symbol
string/toast_c
hannel_kicked declared here is not defined.
C:\apktool\zello\res\values\public.xml:1328: error: Public symbol
string/toast_c
hannel_kicked_other_user declared here is not defined.
C:\apktool\zello\res\values\public.xml:1331: error: Public symbol
string/toast_c
hannel_profile_update_failed declared here is not defined.
C:\apktool\zello\res\values\public.xml:1323: error: Public symbol
string/toast_c
hannel_readonly declared here is not defined.
C:\apktool\zello\res\values\public.xml:1324: error: Public symbol
string/toast_c
hannel_speeding declared here is not defined.
C:\apktool\zello\res\values\public.xml:1325: error: Public symbol
string/toast_d
irect_communication_prohibited declared here is not defined.
C:\apktool\zello\res\values\public.xml:1330: error: Public symbol
string/toast_p
rofile_update_failed declared here is not defined.
C:\apktool\zello\res\values\public.xml:1332: error: Public symbol
string/toast_r
ecording_device_error declared here is not defined.
C:\apktool\zello\res\values\public.xml:1342: error: Public symbol
string/x_sent_
you_an_alert declared here is not defined.
brut.androlib.AndrolibException: brut.androlib.AndrolibException:
brut.common.Br
utException: could not exec command: [aapt, p, --min-sdk-version, 3,
--target-sd
k-version, 17, -F, C:\Users\sony\AppData\Local\Temp
\APKTOOL22059872367402669
66.tmp, -I, C:\Users\sony\apktool\framework\1.apk, -S, C:\apktool\zel
lo\res, -M, C:\apktool\zello\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, 3, --target-sdk-version,
17, -F, C:\
Users\sony\AppData\Local\Temp\APKTOOL2205987236740266966.tmp, -I, C:
\Users\a
sony\apktool\framework\1.apk, -S, C:\apktool\zello\res, -M, C:\apktool
\zello\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, 3, --target-sdk-version, 17, -F, C:\Users\sony\AppData
\Local\Temp
\APKTOOL2205987236740266966.tmp, -I, C:\Users\sony\apktool\framework\
1.apk, -S, C:\apktool\zello\res, -M, C:\apktool\zello
\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:89)
at brut.androlib.res.AndrolibResources.aaptPackage
(AndrolibResources.jav
a:355)
... 6 more
i'use all this code in my this work
Code:
apktool if framework-res.apk
apktool d zello.apk
apktool b zello
apktool b -f -d zello.apk
can anyone help me please..
Hi everybody
I have a problem with this file, I can't recompile it even if I didn't do any changes in it.
I used this apktool
http://forum.xda-developers.com/showthread.php?t=2730219 ... didn't work
I changed the direction to here E:\3 ... didn't work also
I downloaded these
Java JRE 7 Update 10
Java(TM) SE Development kit 6 update 1
Java(TM) SE Runtime Environment 6 update 1
Java(TM) SE Development kit and Netbeans IDE Installer
Java(TM) SE Development kit 6 update 20
... didn't work too
this is all I can copy
e_to_capture_screen_emergencymode declared here is not defined.
E:\3\framework-res\res\values\public.xml:6130: error: Public entry identifier 0x
1040afa entry index is larger than available symbols (index 2810, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6130: error: Public symbol string/unabl
e_to_capture_screen_ultrapowersaving_mode declared here is not defined.
E:\3\framework-res\res\values\public.xml:6079: error: Public symbol string/unkno
wn declared here is not defined.
E:\3\framework-res\res\values\public.xml:6232: error: Public entry identifier 0x
1040b12 entry index is larger than available symbols (index 2834, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6232: error: Public symbol string/unsup
portedMmiCode declared here is not defined.
E:\3\framework-res\res\values\public.xml:6199: error: Public entry identifier 0x
1040b6d entry index is larger than available symbols (index 2925, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6199: error: Public symbol string/unsup
ported_in_popupbrowser declared here is not defined.
E:\3\framework-res\res\values\public.xml:5165: error: Public symbol string/usb_3
0_available_notification_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:5164: error: Public symbol string/usb_3
0_available_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5163: error: Public symbol string/usb_3
0_enabled_notification_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:5162: error: Public symbol string/usb_3
0_enabled_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5169: error: Public symbol string/usb_3
0_notification_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:5200: error: Public symbol string/usb_c
haring_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5201: error: Public symbol string/usb_m
ass_storage_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5173: error: Public symbol string/usb_m
odem_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5202: error: Public symbol string/usb_t
erthering_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5996: error: Public symbol string/usb_w
arn_device_not_responding declared here is not defined.
E:\3\framework-res\res\values\public.xml:5995: error: Public symbol string/usb_w
arn_device_not_support declared here is not defined.
E:\3\framework-res\res\values\public.xml:5998: error: Public symbol string/usb_w
arn_device_vbus_invalid_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:5997: error: Public symbol string/usb_w
arn_device_vbus_invalid_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5999: error: Public symbol string/usb_w
arn_hub_max_tier declared here is not defined.
E:\3\framework-res\res\values\public.xml:6001: error: Public symbol string/usb_w
arn_insufficient_power_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:6000: error: Public symbol string/usb_w
arn_insufficient_power_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6037: error: Public symbol string/voice
_control_alarm_command_1 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6038: error: Public symbol string/voice
_control_alarm_command_2 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6027: error: Public symbol string/voice
_control_alarm_summary declared here is not defined.
E:\3\framework-res\res\values\public.xml:6035: error: Public symbol string/voice
_control_call_command_1 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6036: error: Public symbol string/voice
_control_call_command_2 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6039: error: Public symbol string/voice
_control_camera_command_1 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6048: error: Public symbol string/voice
_control_camera_command_10 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6049: error: Public symbol string/voice
_control_camera_command_11 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6040: error: Public symbol string/voice
_control_camera_command_2 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6041: error: Public symbol string/voice
_control_camera_command_3 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6042: error: Public symbol string/voice
_control_camera_command_4 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6043: error: Public symbol string/voice
_control_camera_command_5 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6044: error: Public symbol string/voice
_control_camera_command_6 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6045: error: Public symbol string/voice
_control_camera_command_7 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6046: error: Public symbol string/voice
_control_camera_command_8 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6047: error: Public symbol string/voice
_control_camera_command_9 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6028: error: Public symbol string/voice
_control_camera_summary declared here is not defined.
E:\3\framework-res\res\values\public.xml:6026: error: Public symbol string/voice
_control_incomming_calls_summary declared here is not defined.
E:\3\framework-res\res\values\public.xml:6050: error: Public symbol string/voice
_control_music_command_1 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6051: error: Public symbol string/voice
_control_music_command_2 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6052: error: Public symbol string/voice
_control_music_command_3 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6053: error: Public symbol string/voice
_control_music_command_4 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6054: error: Public symbol string/voice
_control_music_command_5 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6055: error: Public symbol string/voice
_control_music_command_6 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6201: error: Public entry identifier 0x
1040b6f entry index is larger than available symbols (index 2927, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6201: error: Public symbol string/webvi
ew_translate declared here is not defined.
E:\3\framework-res\res\values\public.xml:6205: error: Public entry identifier 0x
1040b73 entry index is larger than available symbols (index 2931, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6205: error: Public symbol string/webvi
ewchromium_accessibility_content_view declared here is not defined.
E:\3\framework-res\res\values\public.xml:6214: error: Public entry identifier 0x
1040b7c entry index is larger than available symbols (index 2940, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6214: error: Public symbol string/webvi
ewchromium_accessibility_date_picker_month declared here is not defined.
E:\3\framework-res\res\values\public.xml:6215: error: Public entry identifier 0x
1040b7d entry index is larger than available symbols (index 2941, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6215: error: Public symbol string/webvi
ewchromium_accessibility_date_picker_week declared here is not defined.
E:\3\framework-res\res\values\public.xml:6216: error: Public entry identifier 0x
1040b7e entry index is larger than available symbols (index 2942, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6216: error: Public symbol string/webvi
ewchromium_accessibility_date_picker_year declared here is not defined.
E:\3\framework-res\res\values\public.xml:6212: error: Public entry identifier 0x
1040b7a entry index is larger than available symbols (index 2938, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6212: error: Public symbol string/webvi
ewchromium_accessibility_datetime_picker_date declared here is not defined.
E:\3\framework-res\res\values\public.xml:6213: error: Public entry identifier 0x
1040b7b entry index is larger than available symbols (index 2939, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6213: error: Public symbol string/webvi
ewchromium_accessibility_datetime_picker_time declared here is not defined.
E:\3\framework-res\res\values\public.xml:6203: error: Public entry identifier 0x
1040b71 entry index is larger than available symbols (index 2929, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6203: error: Public symbol string/webvi
ewchromium_actionbar_share declared here is not defined.
E:\3\framework-res\res\values\public.xml:6204: error: Public entry identifier 0x
1040b72 entry index is larger than available symbols (index 2930, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6204: error: Public symbol string/webvi
ewchromium_actionbar_web_search declared here is not defined.
E:\3\framework-res\res\values\public.xml:6227: error: Public entry identifier 0x
1040b89 entry index is larger than available symbols (index 2953, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6227: error: Public symbol string/webvi
ewchromium_color_picker_button_cancel declared here is not defined.
E:\3\fraException in thread "main" mework-res\res\values\public.xml:6222: error:
Public entry identifier 0x1040b84 entry index is larger than available symbols
(index 2948, total symbols 2782).
E:\3\framework-res\res\values\public.xml:6222: error: Public symbol string/webvi
ewchromium_color_picker_button_more declared here is not defined.
E:\3\framework-res\res\values\public.xml:6226: error: Public entry identifier 0x
1040b88 entry index is larger than available symbols (index 2952, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6226: error: Public symbol string/webvi
ewchromium_color_picker_button_set declared here is not defined.
E:\3\framework-res\res\values\public.xml:6228: error: Public entry identifier 0x
1040b8a entry index is larger than available symbols (index 2954, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6228: error: Public symbol string/webvi
ewchromium_color_picker_dialog_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6223: error: Public entry identifier 0x
1040b85 entry index is larger than available symbols (index 2949, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6223: error: Public symbol string/webvi
ewchromium_color_picker_hue declared here is not defined.
E:\3\framework-res\res\values\public.xml:6224: error: Public entry identifier 0x
1040b86 entry index is larger than available symbols (index 2950, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6224: error: Public symbol string/webvi
ewchromium_color_picker_saturation declared here is not defined.
E:\3\framework-res\res\values\public.xml:6225: error: Public entry identifier 0x
1040b87 entry index is larger than available symbols (index 2951, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6225: error: Public symbol string/webvi
ewchromium_color_picker_value declared here is not defined.
E:\3\framework-res\res\values\public.xml:6207: error: Public entry identifier 0x
1040b75 entry index is larger than available symbols (index 2933, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6207: error: Public symbol string/webvi
ewchromium_date_picker_dialog_clear declared here is not defined.
E:\3\framework-res\res\values\public.xml:6206: error: Public entry identifier 0x
1040b74 entry index is larger than available symbols (index 2932, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6206: error: Public symbol string/webvi
ewchromium_date_picker_dialog_set declared here is not defined.
E:\3\framework-res\res\values\public.xml:6208: error: Public entry identifier 0x
1040b76 entry index is larger than available symbols (index 2934, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6208: error: Public symbol string/webvi
ewchromium_date_picker_dialog_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6209: error: Public entry identifier 0x
1040b77 entry index is larger than available symbols (index 2935, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6209: error: Public symbol string/webvi
ewchromium_date_time_picker_dialog_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6229: error: Public entry identifier 0x
1040b8b entry index is larger than available symbols (index 2955, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6229: error: Public symbol string/webvi
ewchromium_low_memory_error declared here is not defined.
E:\3\framework-res\res\values\public.xml:6220: error: Public entry identifier 0x
1040b82 entry index is larger than available symbols (index 2946, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6220: error: Public symbol string/webvi
ewchromium_media_player_error_button declared here is not defined.
E:\3\framework-res\res\values\public.xml:6218: error: Public entry identifier 0x
1040b80 entry index is larger than available symbols (index 2944, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6218: error: Public symbol string/webvi
ewchromium_media_player_error_text_invalid_progres sive_playback declared here is
not defined.
E:\3\framework-res\res\values\public.xml:6219: error: Public entry identifier 0x
1040b81 entry index is larger than available symbols (index 2945, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6219: error: Public symbol string/webvi
ewchromium_media_player_error_text_unknown declared here is not defined.
E:\3\framework-res\res\values\public.xml:6217: error: Public entry identifier 0x
1040b7f entry index is larger than available symbols (index 2943, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6217: error: Public symbol string/webvi
ewchromium_media_player_error_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6221: error: Public entry identifier 0x
1040b83 entry index is larger than available symbols (index 2947, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6221: error: Public symbol string/webvi
ewchromium_media_player_loading_video declared here is not defined.
E:\3\framework-res\res\values\public.xml:6210: error: Public entry identifier 0x
1040b78 entry index is larger than available symbols (index 2936, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6210: error: Public symbol string/webvi
ewchromium_month_picker_dialog_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6230: error: Public entry identifier 0x
1040b8c entry index is larger than available symbols (index 2956, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6230: error: Public symbol string/webvi
ewchromium_opening_file_error declared here is not defined.
E:\3\framework-res\res\values\public.xml:6231: error: Public entry identifier 0x
1040b8d entry index is larger than available symbols (index 2957, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6231: error: Public symbol string/webvi
ewchromium_private_browsing_warning declared here is not defined.
E:\3\framework-res\res\values\public.xml:6211: error: Public entry identifier 0x
1040b79 entry index is larger than available symbols (index 2937, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6211: error: Public symbol string/webvi
ewchromium_week_picker_dialog_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5777: error: Public symbol string/wifi_
display_notification_connected_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:5776: error: Public symbol string/wifi_
display_notification_connected_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5775: error: Public symbol string/wifi_
display_notification_connecting_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:5774: error: Public symbol string/wifi_
display_notification_connecting_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6234: error: Public entry identifier 0x
1040b11 entry index is larger than available symbols (index 2833, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6234: error: Public symbol string/wifi_
display_notification_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:6233: error: Public entry identifier 0x
1040b10 entry index is larger than available symbols (index 2832, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6233: error: Public symbol string/wifi_
display_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5524: error: Public symbol string/zzz_t
ts_lockscreen_missed_swipe declared here is not defined.
brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.Br
utException: could not exec command: [aapt, p, --min-sdk-version, 19, --target-s
dk-version, 19, -F, C:\Users\A5EC~1\AppData\Local\Temp\APKTOOL32445033 1626942969
0.tmp, -x, -0, arsc, -S, E:\3\framework-res\res, -M, E:\3\framework-res\AndroidM
anifest.xml]
at brut.androlib.Androlib.buildResourcesFull(Androlib .java:358)
at brut.androlib.Androlib.buildResources(Androlib.jav a: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, 19, --target-sdk-version, 19, -F, C:
\Users\A5EC~1\AppData\Local\Temp\APKTOOL3244503316 269429690.tmp, -x, -0, arsc, -
S, E:\3\framework-res\res, -M, E:\3\framework-res\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(An drolibResources.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, 19, --target-sdk-version, 19, -F, C:\Users\A5EC~1\AppData\Local\Temp\
APKTOOL3244503316269429690.tmp, -x, -0, arsc, -S, E:\3\framework-res\res, -M, E:
\3\framework-res\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:89)
at brut.androlib.res.AndrolibResources.aaptPackage(An drolibResources.jav
a:355)
... 6 more
what should I do ? :crying:
be free said:
Hi everybody
I have a problem with this file, I can't recompile it even if I didn't do any changes in it.
I used this apktool
http://forum.xda-developers.com/showthread.php?t=2730219 ... didn't work
I changed the direction to here E:\3 ... didn't work also
I downloaded these
Java JRE 7 Update 10
Java(TM) SE Development kit 6 update 1
Java(TM) SE Runtime Environment 6 update 1
Java(TM) SE Development kit and Netbeans IDE Installer
Java(TM) SE Development kit 6 update 20
... didn't work too
what should I do ? :crying:
Click to expand...
Click to collapse
Without you posting the error there is no way for anyone to help you
zelendel said:
Without you posting the error there is no way for anyone to help you
Click to expand...
Click to collapse
Im sorry for that.
this all I can copy
e_to_capture_screen_emergencymode declared here is not defined.
E:\3\framework-res\res\values\public.xml:6130: error: Public entry identifier 0x
1040afa entry index is larger than available symbols (index 2810, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6130: error: Public symbol string/unabl
e_to_capture_screen_ultrapowersaving_mode declared here is not defined.
E:\3\framework-res\res\values\public.xml:6079: error: Public symbol string/unkno
wn declared here is not defined.
E:\3\framework-res\res\values\public.xml:6232: error: Public entry identifier 0x
1040b12 entry index is larger than available symbols (index 2834, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6232: error: Public symbol string/unsup
portedMmiCode declared here is not defined.
E:\3\framework-res\res\values\public.xml:6199: error: Public entry identifier 0x
1040b6d entry index is larger than available symbols (index 2925, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6199: error: Public symbol string/unsup
ported_in_popupbrowser declared here is not defined.
E:\3\framework-res\res\values\public.xml:5165: error: Public symbol string/usb_3
0_available_notification_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:5164: error: Public symbol string/usb_3
0_available_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5163: error: Public symbol string/usb_3
0_enabled_notification_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:5162: error: Public symbol string/usb_3
0_enabled_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5169: error: Public symbol string/usb_3
0_notification_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:5200: error: Public symbol string/usb_c
haring_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5201: error: Public symbol string/usb_m
ass_storage_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5173: error: Public symbol string/usb_m
odem_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5202: error: Public symbol string/usb_t
erthering_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5996: error: Public symbol string/usb_w
arn_device_not_responding declared here is not defined.
E:\3\framework-res\res\values\public.xml:5995: error: Public symbol string/usb_w
arn_device_not_support declared here is not defined.
E:\3\framework-res\res\values\public.xml:5998: error: Public symbol string/usb_w
arn_device_vbus_invalid_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:5997: error: Public symbol string/usb_w
arn_device_vbus_invalid_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5999: error: Public symbol string/usb_w
arn_hub_max_tier declared here is not defined.
E:\3\framework-res\res\values\public.xml:6001: error: Public symbol string/usb_w
arn_insufficient_power_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:6000: error: Public symbol string/usb_w
arn_insufficient_power_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6037: error: Public symbol string/voice
_control_alarm_command_1 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6038: error: Public symbol string/voice
_control_alarm_command_2 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6027: error: Public symbol string/voice
_control_alarm_summary declared here is not defined.
E:\3\framework-res\res\values\public.xml:6035: error: Public symbol string/voice
_control_call_command_1 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6036: error: Public symbol string/voice
_control_call_command_2 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6039: error: Public symbol string/voice
_control_camera_command_1 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6048: error: Public symbol string/voice
_control_camera_command_10 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6049: error: Public symbol string/voice
_control_camera_command_11 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6040: error: Public symbol string/voice
_control_camera_command_2 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6041: error: Public symbol string/voice
_control_camera_command_3 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6042: error: Public symbol string/voice
_control_camera_command_4 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6043: error: Public symbol string/voice
_control_camera_command_5 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6044: error: Public symbol string/voice
_control_camera_command_6 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6045: error: Public symbol string/voice
_control_camera_command_7 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6046: error: Public symbol string/voice
_control_camera_command_8 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6047: error: Public symbol string/voice
_control_camera_command_9 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6028: error: Public symbol string/voice
_control_camera_summary declared here is not defined.
E:\3\framework-res\res\values\public.xml:6026: error: Public symbol string/voice
_control_incomming_calls_summary declared here is not defined.
E:\3\framework-res\res\values\public.xml:6050: error: Public symbol string/voice
_control_music_command_1 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6051: error: Public symbol string/voice
_control_music_command_2 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6052: error: Public symbol string/voice
_control_music_command_3 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6053: error: Public symbol string/voice
_control_music_command_4 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6054: error: Public symbol string/voice
_control_music_command_5 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6055: error: Public symbol string/voice
_control_music_command_6 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6201: error: Public entry identifier 0x
1040b6f entry index is larger than available symbols (index 2927, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6201: error: Public symbol string/webvi
ew_translate declared here is not defined.
E:\3\framework-res\res\values\public.xml:6205: error: Public entry identifier 0x
1040b73 entry index is larger than available symbols (index 2931, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6205: error: Public symbol string/webvi
ewchromium_accessibility_content_view declared here is not defined.
E:\3\framework-res\res\values\public.xml:6214: error: Public entry identifier 0x
1040b7c entry index is larger than available symbols (index 2940, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6214: error: Public symbol string/webvi
ewchromium_accessibility_date_picker_month declared here is not defined.
E:\3\framework-res\res\values\public.xml:6215: error: Public entry identifier 0x
1040b7d entry index is larger than available symbols (index 2941, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6215: error: Public symbol string/webvi
ewchromium_accessibility_date_picker_week declared here is not defined.
E:\3\framework-res\res\values\public.xml:6216: error: Public entry identifier 0x
1040b7e entry index is larger than available symbols (index 2942, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6216: error: Public symbol string/webvi
ewchromium_accessibility_date_picker_year declared here is not defined.
E:\3\framework-res\res\values\public.xml:6212: error: Public entry identifier 0x
1040b7a entry index is larger than available symbols (index 2938, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6212: error: Public symbol string/webvi
ewchromium_accessibility_datetime_picker_date declared here is not defined.
E:\3\framework-res\res\values\public.xml:6213: error: Public entry identifier 0x
1040b7b entry index is larger than available symbols (index 2939, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6213: error: Public symbol string/webvi
ewchromium_accessibility_datetime_picker_time declared here is not defined.
E:\3\framework-res\res\values\public.xml:6203: error: Public entry identifier 0x
1040b71 entry index is larger than available symbols (index 2929, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6203: error: Public symbol string/webvi
ewchromium_actionbar_share declared here is not defined.
E:\3\framework-res\res\values\public.xml:6204: error: Public entry identifier 0x
1040b72 entry index is larger than available symbols (index 2930, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6204: error: Public symbol string/webvi
ewchromium_actionbar_web_search declared here is not defined.
E:\3\framework-res\res\values\public.xml:6227: error: Public entry identifier 0x
1040b89 entry index is larger than available symbols (index 2953, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6227: error: Public symbol string/webvi
ewchromium_color_picker_button_cancel declared here is not defined.
E:\3\fraException in thread "main" mework-res\res\values\public.xml:6222: error:
Public entry identifier 0x1040b84 entry index is larger than available symbols
(index 2948, total symbols 2782).
E:\3\framework-res\res\values\public.xml:6222: error: Public symbol string/webvi
ewchromium_color_picker_button_more declared here is not defined.
E:\3\framework-res\res\values\public.xml:6226: error: Public entry identifier 0x
1040b88 entry index is larger than available symbols (index 2952, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6226: error: Public symbol string/webvi
ewchromium_color_picker_button_set declared here is not defined.
E:\3\framework-res\res\values\public.xml:6228: error: Public entry identifier 0x
1040b8a entry index is larger than available symbols (index 2954, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6228: error: Public symbol string/webvi
ewchromium_color_picker_dialog_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6223: error: Public entry identifier 0x
1040b85 entry index is larger than available symbols (index 2949, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6223: error: Public symbol string/webvi
ewchromium_color_picker_hue declared here is not defined.
E:\3\framework-res\res\values\public.xml:6224: error: Public entry identifier 0x
1040b86 entry index is larger than available symbols (index 2950, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6224: error: Public symbol string/webvi
ewchromium_color_picker_saturation declared here is not defined.
E:\3\framework-res\res\values\public.xml:6225: error: Public entry identifier 0x
1040b87 entry index is larger than available symbols (index 2951, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6225: error: Public symbol string/webvi
ewchromium_color_picker_value declared here is not defined.
E:\3\framework-res\res\values\public.xml:6207: error: Public entry identifier 0x
1040b75 entry index is larger than available symbols (index 2933, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6207: error: Public symbol string/webvi
ewchromium_date_picker_dialog_clear declared here is not defined.
E:\3\framework-res\res\values\public.xml:6206: error: Public entry identifier 0x
1040b74 entry index is larger than available symbols (index 2932, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6206: error: Public symbol string/webvi
ewchromium_date_picker_dialog_set declared here is not defined.
E:\3\framework-res\res\values\public.xml:6208: error: Public entry identifier 0x
1040b76 entry index is larger than available symbols (index 2934, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6208: error: Public symbol string/webvi
ewchromium_date_picker_dialog_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6209: error: Public entry identifier 0x
1040b77 entry index is larger than available symbols (index 2935, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6209: error: Public symbol string/webvi
ewchromium_date_time_picker_dialog_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6229: error: Public entry identifier 0x
1040b8b entry index is larger than available symbols (index 2955, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6229: error: Public symbol string/webvi
ewchromium_low_memory_error declared here is not defined.
E:\3\framework-res\res\values\public.xml:6220: error: Public entry identifier 0x
1040b82 entry index is larger than available symbols (index 2946, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6220: error: Public symbol string/webvi
ewchromium_media_player_error_button declared here is not defined.
E:\3\framework-res\res\values\public.xml:6218: error: Public entry identifier 0x
1040b80 entry index is larger than available symbols (index 2944, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6218: error: Public symbol string/webvi
ewchromium_media_player_error_text_invalid_progressive_playback declared here is
not defined.
E:\3\framework-res\res\values\public.xml:6219: error: Public entry identifier 0x
1040b81 entry index is larger than available symbols (index 2945, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6219: error: Public symbol string/webvi
ewchromium_media_player_error_text_unknown declared here is not defined.
E:\3\framework-res\res\values\public.xml:6217: error: Public entry identifier 0x
1040b7f entry index is larger than available symbols (index 2943, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6217: error: Public symbol string/webvi
ewchromium_media_player_error_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6221: error: Public entry identifier 0x
1040b83 entry index is larger than available symbols (index 2947, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6221: error: Public symbol string/webvi
ewchromium_media_player_loading_video declared here is not defined.
E:\3\framework-res\res\values\public.xml:6210: error: Public entry identifier 0x
1040b78 entry index is larger than available symbols (index 2936, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6210: error: Public symbol string/webvi
ewchromium_month_picker_dialog_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6230: error: Public entry identifier 0x
1040b8c entry index is larger than available symbols (index 2956, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6230: error: Public symbol string/webvi
ewchromium_opening_file_error declared here is not defined.
E:\3\framework-res\res\values\public.xml:6231: error: Public entry identifier 0x
1040b8d entry index is larger than available symbols (index 2957, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6231: error: Public symbol string/webvi
ewchromium_private_browsing_warning declared here is not defined.
E:\3\framework-res\res\values\public.xml:6211: error: Public entry identifier 0x
1040b79 entry index is larger than available symbols (index 2937, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6211: error: Public symbol string/webvi
ewchromium_week_picker_dialog_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5777: error: Public symbol string/wifi_
display_notification_connected_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:5776: error: Public symbol string/wifi_
display_notification_connected_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5775: error: Public symbol string/wifi_
display_notification_connecting_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:5774: error: Public symbol string/wifi_
display_notification_connecting_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6234: error: Public entry identifier 0x
1040b11 entry index is larger than available symbols (index 2833, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6234: error: Public symbol string/wifi_
display_notification_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:6233: error: Public entry identifier 0x
1040b10 entry index is larger than available symbols (index 2832, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6233: error: Public symbol string/wifi_
display_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5524: error: Public symbol string/zzz_t
ts_lockscreen_missed_swipe declared here is not defined.
brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.Br
utException: could not exec command: [aapt, p, --min-sdk-version, 19, --target-s
dk-version, 19, -F, C:\Users\A5EC~1\AppData\Local\Temp\APKTOOL324450331626942969
0.tmp, -x, -0, arsc, -S, E:\3\framework-res\res, -M, E:\3\framework-res\AndroidM
anifest.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, 19, --target-sdk-version, 19, -F, C:
\Users\A5EC~1\AppData\Local\Temp\APKTOOL3244503316269429690.tmp, -x, -0, arsc, -
S, E:\3\framework-res\res, -M, E:\3\framework-res\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, 19, --target-sdk-version, 19, -F, C:\Users\A5EC~1\AppData\Local\Temp\
APKTOOL3244503316269429690.tmp, -x, -0, arsc, -S, E:\3\framework-res\res, -M, E:
\3\framework-res\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:89)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:355)
... 6 more
All I did is just adding some XMLs language files ...