[Tutorial] What’s Overlay & How To Use It | Keeping Your Modification After Updating
Introduction : Hello everyone, Tonight I’m gonna explain about " overlay " which can be found in " system/vendor/overlay " , And how to use it to modify ANY App and keep the modification even after Updating them, So let’s Start The Engine .
Official Layers and BitSyko Apps [RRO] - An Easy Theming Engine ( If you are not familiar with Manual modding ) .
What’s Overlay :
Overlay is an app can be used to keep an app modification after updating the apk or install other mod to the app, what ever u do to the app, the modification will be exist only if you don’t change the App’s Package.
Example :
I Have put a color modify for Walkman ( Music ) app via Overlay method, So i updated the Walkman, bu the color modify still exist, and it won’t go away without deleting the Overlay.
How It Works ? :
After Updating Or Installing a Mod, The app loads the exiting data in Overlay Apk, without any ForceClose or Any bugs unless there is a base change or any base related change, you can modify XML - Smali - Pics, whatever exist in the Apk, u can modify it via Overlay method.
How To Modify ? :
Let’s take the SystemUI.apk for example .
Install The Overlay Example In Downloads below .
Decompile it via Apktool .
Go to " SystemUI-Fix.apk\res " , And delete the content .
Open AndroidManiFest.xml .
Change between the "" in package, to the name you want for the Overlay package.
Change between the "" in android:targetPackage , to match the App’s Package you want to modify it’s content .
Open Apktool.yml .
Change " minSdkVersion " number to the Min-Api the overlay gonna work on it ( google it for the API ) .
Change " targetSdkVersion " number to the Top-Api the overlay gonna be Compatible with .
Change " versionName " to the version name you want, the same for " versionCode " .
Copy your modification to the res folder ( ex: you editing the colors.xml, make values folder & copy the xml to the res/values folder ) .
Compile & Sign.
Press Thanks below to make the Overlay work :silly: .
Downloads : Overlay Example .
Reserved for more Overlay-Related tutorials .
Regards
Great Guide Thanks
Good work, thanks
Apexpredator said:
Good work, thanks
Click to expand...
Click to collapse
gamzekal said:
Great Guide Thanks
Click to expand...
Click to collapse
Thanks !
im tryin to create an overlay but after editing, what ll i do to public.xml file cos i saw it in yur apk uploaded but i dnt know i ll add edited files to public.xml
whalesplaho said:
im tryin to create an overlay but after editing, what ll i do to public.xml file cos i saw it in yur apk uploaded but i dnt know i ll add edited files to public.xml
Click to expand...
Click to collapse
Hello, my old friend! It's been a while!
Generally, you never need to touch public.xml unless you're deleting some resources. Apktool will automatically update public.xml for you when you recompile.
Sent from my D5803 using Tapatalk
Ticklefish said:
Hello, my old friend! It's been a while!
Generally, you never need to touch public.xml unless you're deleting some resources. Apktool will automatically update public.xml for you when you recompile.
Sent from my D5803 using Tapatalk
Click to expand...
Click to collapse
its been long buddy.... remember what i requested for from yhu but yhu told me to give yhu more time!!!!
i ll try that & see if it ll work. thanks a ton!
---------- Post added at 09:09 AM ---------- Previous post was at 08:38 AM ----------
Ticklefish said:
Hello, my old friend! It's been a while!
Generally, you never need to touch public.xml unless you're deleting some resources. Apktool will automatically update public.xml for you when you recompile.
Sent from my D5803 using Tapatalk
Click to expand...
Click to collapse
didnt compiled brov.....
Code:
Log For : SystemUI-Overlay-285.apk
Log Type : Recompiling
Log Recorded At : 09 2015-09- 9:04:49.02
Log Recorded By : Advanced ApkTool v4.1.0 By BDFreak
------------------------------------------------------
W: Could not find sources
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:2: error: Error: No resource found that matches the given name (at 'paddingEnd' with value '@dimen/no_signal_cluster_battery_padding').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/no_sim').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:4: error: Error: No resource found that matches the given name (at 'layout_marginEnd' with value '@dimen/status_bar_no_sim_margin_end').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:5: error: Error: No resource found that matches the given name (at 'id' with value '@id/vpn').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:5: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/stat_sys_vpn_ic').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:6: error: Error: No resource found that matches the given name (at 'id' with value '@id/ethernet').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:7: error: Error: No resource found that matches the given name (at 'id' with value '@id/data_combo').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:9: error: Error: No resource found that matches the given name (at 'id' with value '@id/data_inout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:11: error: Error: No resource found that matches the given name (at 'id' with value '@id/volte').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:11: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/stat_sys_volte').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:11: error: Error: No resource found that matches the given name (at 'layout_marginEnd' with value '@dimen/status_bar_volte_margin_end').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:13: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_separate').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:15: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_separate_type').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:16: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_separate_inout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:19: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_separate_roaming').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:20: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_separate_signal').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:23: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_combo').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:24: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal_cdma').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:25: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal_3g').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:26: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal_1x').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:28: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal_1x_only').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:29: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_data_voice').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:30: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal_data').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:31: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal_voice').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:33: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:34: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_type').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:35: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_inout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:38: error: Error: No resource found that matches the given name (at 'id' with value '@id/wifi_combo').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:39: error: Error: No resource found that matches the given name (at 'id' with value '@id/wifi_signal').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:40: error: Error: No resource found that matches the given name (at 'id' with value '@id/wifi_inout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:42: error: Error: No resource found that matches the given name (at 'id' with value '@id/wifi_airplane_spacer').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:43: error: Error: No resource found that matches the given name (at 'id' with value '@id/airplane').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:32: error: No resource identifier found for attribute 'viewLocation' in package 'com.android.systemui'
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:2: error: Error: No resource found that matches the given name (at 'id' with value '@id/status_bar').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:2: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/system_bar_background').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:5: error: Error: No resource found that matches the given name (at 'id' with value '@id/ongoing_call_bg_parent_layout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:5: error: Error: No resource found that matches the given name (at 'background' with value '@color/ongoing_call_bg_color').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:6: error: Error: No resource found that matches the given name (at 'id' with value '@id/ongoing_call_glow').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:8: error: Error: No resource found that matches the given name (at 'id' with value '@id/notification_lights_out').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:8: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/status_bar_icon_size').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:8: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/ic_sysbar_lights_out_dot_small').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:9: error: Error: No resource found that matches the given name (at 'id' with value '@id/status_bar_contents').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:10: error: Error: No resource found that matches the given name (at 'textAppearance' with value '@style/TextAppearance.StatusBar.PhoneTicker').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:10: error: Error: No resource found that matches the given name (at 'id' with value '@id/network_label').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:10: error: Error: No resource found that matches the given name (at 'maxLength' with value '@integer/config_operatorNameMaxLength').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:11: error: Error: No resource found that matches the given name (at 'id' with value '@id/notification_icon_area').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:12: error: Error: No resource found that matches the given name (at 'id' with value '@id/notification_icon_area_inner').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:13: error: Error: No resource found that matches the given name (at 'id' with value '@id/left_clock_layout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:14: error: Error: No resource found that matches the given name (at 'textAppearance' with value '@style/TextAppearance.StatusBar.Clock').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:14: error: Error: No resource found that matches the given name (at 'id' with value '@id/left_clock').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:17: error: Error: No resource found that matches the given name (at 'id' with value '@id/moreIcon').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:17: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/status_bar_icon_size').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:17: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/stat_notify_more').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:18: error: Error: No resource found that matches the given name (at 'id' with value '@id/notificationIcons').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:21: error: Error: No resource found that matches the given name (at 'id' with value '@id/system_icon_area').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:22: error: Error: No resource found that matches the given name (at 'id' with value '@id/networkTraffic').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:24: error: Error: No resource found that matches the given name (at 'textSize' with value '@dimen/battery_level_text_size').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:24: error: Error: No resource found that matches the given name (at 'id' with value '@id/battery_level_text').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:24: error: Error: No resource found that matches the given name (at 'layout_marginStart' with value '@dimen/header_battery_margin_keyguard').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:25: error: Error: No resource found that matches the given name (at 'textAppearance' with value '@style/TextAppearance.StatusBar.Clock').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:25: error: Error: No resource found that matches the given name (at 'id' with value '@id/clock').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:28: error: Error: No resource found that matches the given name (at 'id' with value '@id/center_clock_layout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:29: error: Error: No resource found that matches the given name (at 'textAppearance' with value '@style/TextAppearance.StatusBar.Clock').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:29: error: Error: No resource found that matches the given name (at 'id' with value '@id/center_clock').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:31: error: Error: No resource found that matches the given name (at 'id' with value '@id/ticker_stub').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:31: error: Error: No resource found that matches the given name (at 'layout' with value '@layout/status_bar_ticker').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:31: error: Error: No resource found that matches the given name (at 'inflatedId' with value '@id/ticker').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:2: error: Error: No resource found that matches the given name (at 'id' with value '@id/system_icons_battery').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/statusIcons').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:5: error: Error: No resource found that matches the given name (at 'id' with value '@id/battery').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:5: error: Error: No resource found that matches the given name (at 'layout_marginBottom' with value '@dimen/battery_margin_bottom').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:6: error: Error: No resource found that matches the given name (at 'id' with value '@id/somc_battery').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:7: error: Error: No resource found that matches the given name (at 'id' with value '@id/status').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:8: error: Error: No resource found that matches the given name (at 'id' with value '@id/battery_meter').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:9: error: Error: No resource found that matches the given name (at 'id' with value '@id/battery_icon').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:10: error: Error: No resource found that matches the given name (at 'id' with value '@id/stamina_icon').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:12: error: Error: No resource found that matches the given name (at 'id' with value '@id/battery_percent').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:13: error: Error: No resource found that matches the given name (at 'id' with value '@id/battery_percent_bg').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_network.xml:2: error: Error: No resource found that matches the given name (at 'id' with value '@id/system_icons_network').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_network.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/signal_cluster').
Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [C:\Users\LALA-PC\AppData\Local\Temp\brut_util_Jar_4704468593592607671.tmp, p, --forced-package-id, 127, --min-sdk-version, 21, --target-sdk-version, 21, --version-code, 1, --version-name, 1.0, -F, C:\Users\LALA-PC\AppData\Local\Temp\APKTOOL3429545864179281410.tmp, -0, arsc, -I, C:\AdvancedApkTool\1-BDFreak\Frameworks\1.apk, -S, C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res, -M, C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\AndroidManifest.xml]
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:459)
at brut.androlib.Androlib.buildResources(Androlib.java:397)
at brut.androlib.Androlib.build(Androlib.java:285)
at brut.androlib.Androlib.build(Androlib.java:256)
at brut.apktool.Main.cmdBuild(Main.java:225)
at brut.apktool.Main.main(Main.java:84)
Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [C:\Users\LALA-PC\AppData\Local\Temp\brut_util_Jar_4704468593592607671.tmp, p, --forced-package-id, 127, --min-sdk-version, 21, --target-sdk-version, 21, --version-code, 1, --version-name, 1.0, -F, C:\Users\LALA-PC\AppData\Local\Temp\APKTOOL3429545864179281410.tmp, -0, arsc, -I, C:\AdvancedApkTool\1-BDFreak\Frameworks\1.apk, -S, C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res, -M, C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:419)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:445)
... 5 more
Caused by: brut.common.BrutException: could not exec command: [C:\Users\LALA-PC\AppData\Local\Temp\brut_util_Jar_4704468593592607671.tmp, p, --forced-package-id, 127, --min-sdk-version, 21, --target-sdk-version, 21, --version-code, 1, --version-name, 1.0, -F, C:\Users\LALA-PC\AppData\Local\Temp\APKTOOL3429545864179281410.tmp, -0, arsc, -I, C:\AdvancedApkTool\1-BDFreak\Frameworks\1.apk, -S, C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res, -M, C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:89)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:413)
... 6 more
------------------------------------------------------
whalesplaho said:
its been long buddy.... remember what i requested for from yhu but yhu told me to give yhu more time!!!!
i ll try that & see if it ll work. thanks a ton!
---------- Post added at 09:09 AM ---------- Previous post was at 08:38 AM ----------
didnt compiled brov.....
Code:
Log For : SystemUI-Overlay-285.apk
Log Type : Recompiling
Log Recorded At : 09 2015-09- 9:04:49.02
Log Recorded By : Advanced ApkTool v4.1.0 By BDFreak
------------------------------------------------------
W: Could not find sources
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:2: error: Error: No resource found that matches the given name (at 'paddingEnd' with value '@dimen/no_signal_cluster_battery_padding').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/no_sim').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:4: error: Error: No resource found that matches the given name (at 'layout_marginEnd' with value '@dimen/status_bar_no_sim_margin_end').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:5: error: Error: No resource found that matches the given name (at 'id' with value '@id/vpn').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:5: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/stat_sys_vpn_ic').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:6: error: Error: No resource found that matches the given name (at 'id' with value '@id/ethernet').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:7: error: Error: No resource found that matches the given name (at 'id' with value '@id/data_combo').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:9: error: Error: No resource found that matches the given name (at 'id' with value '@id/data_inout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:11: error: Error: No resource found that matches the given name (at 'id' with value '@id/volte').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:11: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/stat_sys_volte').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:11: error: Error: No resource found that matches the given name (at 'layout_marginEnd' with value '@dimen/status_bar_volte_margin_end').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:13: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_separate').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:15: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_separate_type').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:16: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_separate_inout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:19: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_separate_roaming').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:20: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_separate_signal').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:23: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_combo').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:24: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal_cdma').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:25: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal_3g').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:26: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal_1x').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:28: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal_1x_only').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:29: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_data_voice').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:30: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal_data').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:31: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal_voice').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:33: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:34: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_type').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:35: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_inout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:38: error: Error: No resource found that matches the given name (at 'id' with value '@id/wifi_combo').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:39: error: Error: No resource found that matches the given name (at 'id' with value '@id/wifi_signal').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:40: error: Error: No resource found that matches the given name (at 'id' with value '@id/wifi_inout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:42: error: Error: No resource found that matches the given name (at 'id' with value '@id/wifi_airplane_spacer').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:43: error: Error: No resource found that matches the given name (at 'id' with value '@id/airplane').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:32: error: No resource identifier found for attribute 'viewLocation' in package 'com.android.systemui'
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:2: error: Error: No resource found that matches the given name (at 'id' with value '@id/status_bar').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:2: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/system_bar_background').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:5: error: Error: No resource found that matches the given name (at 'id' with value '@id/ongoing_call_bg_parent_layout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:5: error: Error: No resource found that matches the given name (at 'background' with value '@color/ongoing_call_bg_color').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:6: error: Error: No resource found that matches the given name (at 'id' with value '@id/ongoing_call_glow').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:8: error: Error: No resource found that matches the given name (at 'id' with value '@id/notification_lights_out').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:8: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/status_bar_icon_size').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:8: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/ic_sysbar_lights_out_dot_small').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:9: error: Error: No resource found that matches the given name (at 'id' with value '@id/status_bar_contents').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:10: error: Error: No resource found that matches the given name (at 'textAppearance' with value '@style/TextAppearance.StatusBar.PhoneTicker').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:10: error: Error: No resource found that matches the given name (at 'id' with value '@id/network_label').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:10: error: Error: No resource found that matches the given name (at 'maxLength' with value '@integer/config_operatorNameMaxLength').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:11: error: Error: No resource found that matches the given name (at 'id' with value '@id/notification_icon_area').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:12: error: Error: No resource found that matches the given name (at 'id' with value '@id/notification_icon_area_inner').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:13: error: Error: No resource found that matches the given name (at 'id' with value '@id/left_clock_layout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:14: error: Error: No resource found that matches the given name (at 'textAppearance' with value '@style/TextAppearance.StatusBar.Clock').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:14: error: Error: No resource found that matches the given name (at 'id' with value '@id/left_clock').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:17: error: Error: No resource found that matches the given name (at 'id' with value '@id/moreIcon').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:17: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/status_bar_icon_size').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:17: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/stat_notify_more').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:18: error: Error: No resource found that matches the given name (at 'id' with value '@id/notificationIcons').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:21: error: Error: No resource found that matches the given name (at 'id' with value '@id/system_icon_area').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:22: error: Error: No resource found that matches the given name (at 'id' with value '@id/networkTraffic').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:24: error: Error: No resource found that matches the given name (at 'textSize' with value '@dimen/battery_level_text_size').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:24: error: Error: No resource found that matches the given name (at 'id' with value '@id/battery_level_text').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:24: error: Error: No resource found that matches the given name (at 'layout_marginStart' with value '@dimen/header_battery_margin_keyguard').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:25: error: Error: No resource found that matches the given name (at 'textAppearance' with value '@style/TextAppearance.StatusBar.Clock').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:25: error: Error: No resource found that matches the given name (at 'id' with value '@id/clock').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:28: error: Error: No resource found that matches the given name (at 'id' with value '@id/center_clock_layout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:29: error: Error: No resource found that matches the given name (at 'textAppearance' with value '@style/TextAppearance.StatusBar.Clock').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:29: error: Error: No resource found that matches the given name (at 'id' with value '@id/center_clock').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:31: error: Error: No resource found that matches the given name (at 'id' with value '@id/ticker_stub').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:31: error: Error: No resource found that matches the given name (at 'layout' with value '@layout/status_bar_ticker').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:31: error: Error: No resource found that matches the given name (at 'inflatedId' with value '@id/ticker').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:2: error: Error: No resource found that matches the given name (at 'id' with value '@id/system_icons_battery').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/statusIcons').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:5: error: Error: No resource found that matches the given name (at 'id' with value '@id/battery').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:5: error: Error: No resource found that matches the given name (at 'layout_marginBottom' with value '@dimen/battery_margin_bottom').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:6: error: Error: No resource found that matches the given name (at 'id' with value '@id/somc_battery').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:7: error: Error: No resource found that matches the given name (at 'id' with value '@id/status').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:8: error: Error: No resource found that matches the given name (at 'id' with value '@id/battery_meter').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:9: error: Error: No resource found that matches the given name (at 'id' with value '@id/battery_icon').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:10: error: Error: No resource found that matches the given name (at 'id' with value '@id/stamina_icon').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:12: error: Error: No resource found that matches the given name (at 'id' with value '@id/battery_percent').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:13: error: Error: No resource found that matches the given name (at 'id' with value '@id/battery_percent_bg').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_network.xml:2: error: Error: No resource found that matches the given name (at 'id' with value '@id/system_icons_network').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_network.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/signal_cluster').
Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [C:\Users\LALA-PC\AppData\Local\Temp\brut_util_Jar_4704468593592607671.tmp, p, --forced-package-id, 127, --min-sdk-version, 21, --target-sdk-version, 21, --version-code, 1, --version-name, 1.0, -F, C:\Users\LALA-PC\AppData\Local\Temp\APKTOOL3429545864179281410.tmp, -0, arsc, -I, C:\AdvancedApkTool\1-BDFreak\Frameworks\1.apk, -S, C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res, -M, C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\AndroidManifest.xml]
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:459)
at brut.androlib.Androlib.buildResources(Androlib.java:397)
at brut.androlib.Androlib.build(Androlib.java:285)
at brut.androlib.Androlib.build(Androlib.java:256)
at brut.apktool.Main.cmdBuild(Main.java:225)
at brut.apktool.Main.main(Main.java:84)
Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [C:\Users\LALA-PC\AppData\Local\Temp\brut_util_Jar_4704468593592607671.tmp, p, --forced-package-id, 127, --min-sdk-version, 21, --target-sdk-version, 21, --version-code, 1, --version-name, 1.0, -F, C:\Users\LALA-PC\AppData\Local\Temp\APKTOOL3429545864179281410.tmp, -0, arsc, -I, C:\AdvancedApkTool\1-BDFreak\Frameworks\1.apk, -S, C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res, -M, C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:419)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:445)
... 5 more
Caused by: brut.common.BrutException: could not exec command: [C:\Users\LALA-PC\AppData\Local\Temp\brut_util_Jar_4704468593592607671.tmp, p, --forced-package-id, 127, --min-sdk-version, 21, --target-sdk-version, 21, --version-code, 1, --version-name, 1.0, -F, C:\Users\LALA-PC\AppData\Local\Temp\APKTOOL3429545864179281410.tmp, -0, arsc, -I, C:\AdvancedApkTool\1-BDFreak\Frameworks\1.apk, -S, C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res, -M, C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:89)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:413)
... 6 more
------------------------------------------------------
Click to expand...
Click to collapse
PM me about your request. I've had a lot going on recently but I'll take a look at it for you.
That log doesn't say anything..
Sent from my D5803 using Tapatalk
Ticklefish said:
PM me about your request. I've had a lot going on recently but I'll take a look at it for you.
That log doesn't say anything..
Sent from my D5803 using Tapatalk
Click to expand...
Click to collapse
okay brov.... i ll pm yhu my edited apk zip!!
thanks
whalesplaho said:
its been long buddy.... remember what i requested for from yhu but yhu told me to give yhu more time!!!!
i ll try that & see if it ll work. thanks a ton!
---------- Post added at 09:09 AM ---------- Previous post was at 08:38 AM ----------
didnt compiled brov.....
Code:
Log For : SystemUI-Overlay-285.apk
Log Type : Recompiling
Log Recorded At : 09 2015-09- 9:04:49.02
Log Recorded By : Advanced ApkTool v4.1.0 By BDFreak
------------------------------------------------------
W: Could not find sources
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:2: error: Error: No resource found that matches the given name (at 'paddingEnd' with value '@dimen/no_signal_cluster_battery_padding').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/no_sim').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:4: error: Error: No resource found that matches the given name (at 'layout_marginEnd' with value '@dimen/status_bar_no_sim_margin_end').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:5: error: Error: No resource found that matches the given name (at 'id' with value '@id/vpn').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:5: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/stat_sys_vpn_ic').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:6: error: Error: No resource found that matches the given name (at 'id' with value '@id/ethernet').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:7: error: Error: No resource found that matches the given name (at 'id' with value '@id/data_combo').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:9: error: Error: No resource found that matches the given name (at 'id' with value '@id/data_inout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:11: error: Error: No resource found that matches the given name (at 'id' with value '@id/volte').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:11: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/stat_sys_volte').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:11: error: Error: No resource found that matches the given name (at 'layout_marginEnd' with value '@dimen/status_bar_volte_margin_end').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:13: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_separate').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:15: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_separate_type').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:16: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_separate_inout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:19: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_separate_roaming').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:20: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_separate_signal').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:23: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_combo').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:24: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal_cdma').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:25: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal_3g').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:26: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal_1x').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:28: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal_1x_only').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:29: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_data_voice').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:30: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal_data').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:31: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal_voice').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:33: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:34: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_type').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:35: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_inout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:38: error: Error: No resource found that matches the given name (at 'id' with value '@id/wifi_combo').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:39: error: Error: No resource found that matches the given name (at 'id' with value '@id/wifi_signal').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:40: error: Error: No resource found that matches the given name (at 'id' with value '@id/wifi_inout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:42: error: Error: No resource found that matches the given name (at 'id' with value '@id/wifi_airplane_spacer').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:43: error: Error: No resource found that matches the given name (at 'id' with value '@id/airplane').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:32: error: No resource identifier found for attribute 'viewLocation' in package 'com.android.systemui'
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:2: error: Error: No resource found that matches the given name (at 'id' with value '@id/status_bar').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:2: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/system_bar_background').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:5: error: Error: No resource found that matches the given name (at 'id' with value '@id/ongoing_call_bg_parent_layout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:5: error: Error: No resource found that matches the given name (at 'background' with value '@color/ongoing_call_bg_color').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:6: error: Error: No resource found that matches the given name (at 'id' with value '@id/ongoing_call_glow').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:8: error: Error: No resource found that matches the given name (at 'id' with value '@id/notification_lights_out').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:8: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/status_bar_icon_size').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:8: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/ic_sysbar_lights_out_dot_small').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:9: error: Error: No resource found that matches the given name (at 'id' with value '@id/status_bar_contents').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:10: error: Error: No resource found that matches the given name (at 'textAppearance' with value '@style/TextAppearance.StatusBar.PhoneTicker').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:10: error: Error: No resource found that matches the given name (at 'id' with value '@id/network_label').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:10: error: Error: No resource found that matches the given name (at 'maxLength' with value '@integer/config_operatorNameMaxLength').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:11: error: Error: No resource found that matches the given name (at 'id' with value '@id/notification_icon_area').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:12: error: Error: No resource found that matches the given name (at 'id' with value '@id/notification_icon_area_inner').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:13: error: Error: No resource found that matches the given name (at 'id' with value '@id/left_clock_layout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:14: error: Error: No resource found that matches the given name (at 'textAppearance' with value '@style/TextAppearance.StatusBar.Clock').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:14: error: Error: No resource found that matches the given name (at 'id' with value '@id/left_clock').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:17: error: Error: No resource found that matches the given name (at 'id' with value '@id/moreIcon').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:17: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/status_bar_icon_size').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:17: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/stat_notify_more').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:18: error: Error: No resource found that matches the given name (at 'id' with value '@id/notificationIcons').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:21: error: Error: No resource found that matches the given name (at 'id' with value '@id/system_icon_area').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:22: error: Error: No resource found that matches the given name (at 'id' with value '@id/networkTraffic').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:24: error: Error: No resource found that matches the given name (at 'textSize' with value '@dimen/battery_level_text_size').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:24: error: Error: No resource found that matches the given name (at 'id' with value '@id/battery_level_text').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:24: error: Error: No resource found that matches the given name (at 'layout_marginStart' with value '@dimen/header_battery_margin_keyguard').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:25: error: Error: No resource found that matches the given name (at 'textAppearance' with value '@style/TextAppearance.StatusBar.Clock').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:25: error: Error: No resource found that matches the given name (at 'id' with value '@id/clock').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:28: error: Error: No resource found that matches the given name (at 'id' with value '@id/center_clock_layout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:29: error: Error: No resource found that matches the given name (at 'textAppearance' with value '@style/TextAppearance.StatusBar.Clock').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:29: error: Error: No resource found that matches the given name (at 'id' with value '@id/center_clock').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:31: error: Error: No resource found that matches the given name (at 'id' with value '@id/ticker_stub').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:31: error: Error: No resource found that matches the given name (at 'layout' with value '@layout/status_bar_ticker').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:31: error: Error: No resource found that matches the given name (at 'inflatedId' with value '@id/ticker').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:2: error: Error: No resource found that matches the given name (at 'id' with value '@id/system_icons_battery').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/statusIcons').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:5: error: Error: No resource found that matches the given name (at 'id' with value '@id/battery').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:5: error: Error: No resource found that matches the given name (at 'layout_marginBottom' with value '@dimen/battery_margin_bottom').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:6: error: Error: No resource found that matches the given name (at 'id' with value '@id/somc_battery').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:7: error: Error: No resource found that matches the given name (at 'id' with value '@id/status').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:8: error: Error: No resource found that matches the given name (at 'id' with value '@id/battery_meter').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:9: error: Error: No resource found that matches the given name (at 'id' with value '@id/battery_icon').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:10: error: Error: No resource found that matches the given name (at 'id' with value '@id/stamina_icon').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:12: error: Error: No resource found that matches the given name (at 'id' with value '@id/battery_percent').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:13: error: Error: No resource found that matches the given name (at 'id' with value '@id/battery_percent_bg').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_network.xml:2: error: Error: No resource found that matches the given name (at 'id' with value '@id/system_icons_network').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_network.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/signal_cluster').
Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [C:\Users\LALA-PC\AppData\Local\Temp\brut_util_Jar_4704468593592607671.tmp, p, --forced-package-id, 127, --min-sdk-version, 21, --target-sdk-version, 21, --version-code, 1, --version-name, 1.0, -F, C:\Users\LALA-PC\AppData\Local\Temp\APKTOOL3429545864179281410.tmp, -0, arsc, -I, C:\AdvancedApkTool\1-BDFreak\Frameworks\1.apk, -S, C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res, -M, C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\AndroidManifest.xml]
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:459)
at brut.androlib.Androlib.buildResources(Androlib.java:397)
at brut.androlib.Androlib.build(Androlib.java:285)
at brut.androlib.Androlib.build(Androlib.java:256)
at brut.apktool.Main.cmdBuild(Main.java:225)
at brut.apktool.Main.main(Main.java:84)
Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [C:\Users\LALA-PC\AppData\Local\Temp\brut_util_Jar_4704468593592607671.tmp, p, --forced-package-id, 127, --min-sdk-version, 21, --target-sdk-version, 21, --version-code, 1, --version-name, 1.0, -F, C:\Users\LALA-PC\AppData\Local\Temp\APKTOOL3429545864179281410.tmp, -0, arsc, -I, C:\AdvancedApkTool\1-BDFreak\Frameworks\1.apk, -S, C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res, -M, C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:419)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:445)
... 5 more
Caused by: brut.common.BrutException: could not exec command: [C:\Users\LALA-PC\AppData\Local\Temp\brut_util_Jar_4704468593592607671.tmp, p, --forced-package-id, 127, --min-sdk-version, 21, --target-sdk-version, 21, --version-code, 1, --version-name, 1.0, -F, C:\Users\LALA-PC\AppData\Local\Temp\APKTOOL3429545864179281410.tmp, -0, arsc, -I, C:\AdvancedApkTool\1-BDFreak\Frameworks\1.apk, -S, C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res, -M, C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:89)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:413)
... 6 more
------------------------------------------------------
Click to expand...
Click to collapse
" Could not find sources "
You need to install the matched framework for the Apk you are decompiling, if it's based on Material design, you need to install LP Framework .
Little late to the party.
https://plus.google.com/+SykoPompos/posts/VeQgiWgiktt
Layers is a theming system that is based off of rro, also, runtime resource overlays can only modify resources and not code so you can't overlay smali with it.
You also don't need a huge example, all you have to do is match the structure of what you are overlaying and the resource string.
abo hani said:
" Could not find sources "
You need to install the matched framework for the Apk you are decompiling, if it's based on Material design, you need to install LP Framework .
Click to expand...
Click to collapse
sure... i decompiled & recompiled tha apk with tha LP 5.1.1 framework files!
Thanks for this nice tuto !!!
Enviado desde mi D6603 mediante Tapatalk
sykopompos said:
Little late to the party.
https://plus.google.com/+SykoPompos/posts/VeQgiWgiktt
Layers is a theming system that is based off of rro, also, runtime resource overlays can only modify resources and not code so you can't overlay smali with it.
You also don't need a huge example, all you have to do is match the structure of what you are overlaying and the resource string.
Click to expand...
Click to collapse
Added to #1, thanks !
whalesplaho said:
sure... i decompiled & recompiled tha apk with tha LP 5.1.1 framework files!
Click to expand...
Click to collapse
What tool are you using ? and the apk is also on LP ? cause if it's for KK and you are decompiling it with LP framework, it may not decompile .
abo hani said:
What tool are you using ? and the apk is also on LP ? cause if it's for KK and you are decompiling it with LP framework, it may not decompile .
Click to expand...
Click to collapse
im using apktool by bdfreak with latest apktool.jar! i downloaded yur sample overlay apk, decompile den added my mods & recompiled.... i installed tha framework files from rom 5.1.1
whalesplaho said:
im using apktool by bdfreak with latest apktool.jar! i downloaded yur sample overlay apk, decompile den added my mods & recompiled.... i installed tha framework files from rom 5.1.1
Click to expand...
Click to collapse
Did it recompile?
Ticklefish said:
Did it recompile?
Click to expand...
Click to collapse
if i decompile & recompile witout editing, it works but when i edit den i gat errors.... here is an attached decompile modded overlay apk in zip file & tha error i get while recompiling!!!!
Thanks @Ticklefish....
[/code]
Log For : SystemUI-Overlay-285.apk
Log Type : Recompiling
Log Recorded At : 11 2015-09- 15:49:27.09
Log Recorded By : Advanced ApkTool v4.1.0 By BDFreak
------------------------------------------------------
W: Could not find sources
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:2: error: Error: No resource found that matches the given name (at 'paddingEnd' with value '@dimen/no_signal_cluster_battery_padding').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/no_sim').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:4: error: Error: No resource found that matches the given name (at 'layout_marginEnd' with value '@dimen/status_bar_no_sim_margin_end').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:5: error: Error: No resource found that matches the given name (at 'id' with value '@id/vpn').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:5: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/stat_sys_vpn_ic').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:6: error: Error: No resource found that matches the given name (at 'id' with value '@id/ethernet').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:7: error: Error: No resource found that matches the given name (at 'id' with value '@id/data_combo').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:9: error: Error: No resource found that matches the given name (at 'id' with value '@id/data_inout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:11: error: Error: No resource found that matches the given name (at 'id' with value '@id/volte').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:11: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/stat_sys_volte').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:11: error: Error: No resource found that matches the given name (at 'layout_marginEnd' with value '@dimen/status_bar_volte_margin_end').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:13: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_separate').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:15: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_separate_type').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:16: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_separate_inout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:19: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_separate_roaming').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:20: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_separate_signal').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:23: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_combo').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:24: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal_cdma').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:25: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal_3g').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:26: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal_1x').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:28: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal_1x_only').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:29: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_data_voice').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:30: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal_data').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:31: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal_voice').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:33: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_signal').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:34: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_type').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:35: error: Error: No resource found that matches the given name (at 'id' with value '@id/mobile_inout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:38: error: Error: No resource found that matches the given name (at 'id' with value '@id/wifi_combo').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:39: error: Error: No resource found that matches the given name (at 'id' with value '@id/wifi_signal').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:40: error: Error: No resource found that matches the given name (at 'id' with value '@id/wifi_inout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:42: error: Error: No resource found that matches the given name (at 'id' with value '@id/wifi_airplane_spacer').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:43: error: Error: No resource found that matches the given name (at 'id' with value '@id/airplane').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:32: error: No resource identifier found for attribute 'viewLocation' in package 'com.android.systemui'
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:2: error: Error: No resource found that matches the given name (at 'id' with value '@id/status_bar').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:2: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/system_bar_background').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:5: error: Error: No resource found that matches the given name (at 'id' with value '@id/ongoing_call_bg_parent_layout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:5: error: Error: No resource found that matches the given name (at 'background' with value '@color/ongoing_call_bg_color').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:6: error: Error: No resource found that matches the given name (at 'id' with value '@id/ongoing_call_glow').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:8: error: Error: No resource found that matches the given name (at 'id' with value '@id/notification_lights_out').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:8: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/status_bar_icon_size').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:8: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/ic_sysbar_lights_out_dot_small').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:9: error: Error: No resource found that matches the given name (at 'id' with value '@id/status_bar_contents').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:10: error: Error: No resource found that matches the given name (at 'textAppearance' with value '@style/TextAppearance.StatusBar.PhoneTicker').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:10: error: Error: No resource found that matches the given name (at 'id' with value '@id/network_label').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:10: error: Error: No resource found that matches the given name (at 'maxLength' with value '@integer/config_operatorNameMaxLength').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:11: error: Error: No resource found that matches the given name (at 'id' with value '@id/notification_icon_area').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:12: error: Error: No resource found that matches the given name (at 'id' with value '@id/notification_icon_area_inner').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:13: error: Error: No resource found that matches the given name (at 'id' with value '@id/left_clock_layout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:14: error: Error: No resource found that matches the given name (at 'textAppearance' with value '@style/TextAppearance.StatusBar.Clock').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:14: error: Error: No resource found that matches the given name (at 'id' with value '@id/left_clock').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:17: error: Error: No resource found that matches the given name (at 'id' with value '@id/moreIcon').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:17: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/status_bar_icon_size').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:17: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/stat_notify_more').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:18: error: Error: No resource found that matches the given name (at 'id' with value '@id/notificationIcons').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:21: error: Error: No resource found that matches the given name (at 'id' with value '@id/system_icon_area').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:22: error: Error: No resource found that matches the given name (at 'id' with value '@id/networkTraffic').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:24: error: Error: No resource found that matches the given name (at 'textSize' with value '@dimen/battery_level_text_size').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:24: error: Error: No resource found that matches the given name (at 'id' with value '@id/battery_level_text').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:24: error: Error: No resource found that matches the given name (at 'layout_marginStart' with value '@dimen/header_battery_margin_keyguard').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:25: error: Error: No resource found that matches the given name (at 'textAppearance' with value '@style/TextAppearance.StatusBar.Clock').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:25: error: Error: No resource found that matches the given name (at 'id' with value '@id/clock').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:28: error: Error: No resource found that matches the given name (at 'id' with value '@id/center_clock_layout').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:29: error: Error: No resource found that matches the given name (at 'textAppearance' with value '@style/TextAppearance.StatusBar.Clock').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:29: error: Error: No resource found that matches the given name (at 'id' with value '@id/center_clock').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:31: error: Error: No resource found that matches the given name (at 'id' with value '@id/ticker_stub').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:31: error: Error: No resource found that matches the given name (at 'layout' with value '@layout/status_bar_ticker').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\status_bar.xml:31: error: Error: No resource found that matches the given name (at 'inflatedId' with value '@id/ticker').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:2: error: Error: No resource found that matches the given name (at 'id' with value '@id/system_icons_battery').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/statusIcons').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:5: error: Error: No resource found that matches the given name (at 'id' with value '@id/battery').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:5: error: Error: No resource found that matches the given name (at 'layout_marginBottom' with value '@dimen/battery_margin_bottom').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:6: error: Error: No resource found that matches the given name (at 'id' with value '@id/somc_battery').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:7: error: Error: No resource found that matches the given name (at 'id' with value '@id/status').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:8: error: Error: No resource found that matches the given name (at 'id' with value '@id/battery_meter').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:9: error: Error: No resource found that matches the given name (at 'id' with value '@id/battery_icon').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:10: error: Error: No resource found that matches the given name (at 'id' with value '@id/stamina_icon').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:12: error: Error: No resource found that matches the given name (at 'id' with value '@id/battery_percent').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_battery.xml:13: error: Error: No resource found that matches the given name (at 'id' with value '@id/battery_percent_bg').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_network.xml:2: error: Error: No resource found that matches the given name (at 'id' with value '@id/system_icons_network').
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\system_icons_network.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/signal_cluster').
Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [C:\Users\LALA-PC\AppData\Local\Temp\brut_util_Jar_3698382567614582513.tmp, p, --forced-package-id, 127, --min-sdk-version, 21, --target-sdk-version, 21, --version-code, 1, --version-name, 1.0, -F, C:\Users\LALA-PC\AppData\Local\Temp\APKTOOL2287016979898302692.tmp, -0, arsc, -I, C:\AdvancedApkTool\1-BDFreak\Frameworks\1.apk, -S, C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res, -M, C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\AndroidManifest.xml]
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:459)
at brut.androlib.Androlib.buildResources(Androlib.java:397)
at brut.androlib.Androlib.build(Androlib.java:285)
at brut.androlib.Androlib.build(Androlib.java:256)
at brut.apktool.Main.cmdBuild(Main.java:225)
at brut.apktool.Main.main(Main.java:84)
Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [C:\Users\LALA-PC\AppData\Local\Temp\brut_util_Jar_3698382567614582513.tmp, p, --forced-package-id, 127, --min-sdk-version, 21, --target-sdk-version, 21, --version-code, 1, --version-name, 1.0, -F, C:\Users\LALA-PC\AppData\Local\Temp\APKTOOL2287016979898302692.tmp, -0, arsc, -I, C:\AdvancedApkTool\1-BDFreak\Frameworks\1.apk, -S, C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res, -M, C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:419)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:445)
... 5 more
Caused by: brut.common.BrutException: could not exec command: [C:\Users\LALA-PC\AppData\Local\Temp\brut_util_Jar_3698382567614582513.tmp, p, --forced-package-id, 127, --min-sdk-version, 21, --target-sdk-version, 21, --version-code, 1, --version-name, 1.0, -F, C:\Users\LALA-PC\AppData\Local\Temp\APKTOOL2287016979898302692.tmp, -0, arsc, -I, C:\AdvancedApkTool\1-BDFreak\Frameworks\1.apk, -S, C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res, -M, C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:89)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:413)
... 6 more
------------------------------------------------------
[/code]
whalesplaho said:
if i decompile & recompile witout editing, it works but when i edit den i gat errors.... here is an attached decompile modded overlay apk in zip file & tha error i get while recompiling!!!!
Thanks @Ticklefish....
Click to expand...
Click to collapse
Sigh...
I've already replied to this but Chrome crashed on me just as I was about to press Submit Reply. Let's see if I have the patience to do it all over again..
The problem isn't that you're installing the wrong frameworks. It's that you're not providing the appropriate resources.
The answer's in the error messages you're getting. It's always worth paying attention to them, as they will tell you what's going on.
To take it from the top..
Code:
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:2: error: Error: No resource found that matches the given name (at 'paddingEnd' with value '@dimen/no_signal_cluster_battery_padding').
This is saying that you have a error on line 2 of signal_cluster_view.xml. Specifically, there's a paddingEnd attribute with a value that's defined in dimens.xml as "no_signal_cluster_battery_padding".
However, you have no dimens.xml in your APK so there's no value for apktool to refer to when the file is compiling.
Code:
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/no_sim').
Here you're referring to an id in line 4 of signal_cluster_view.xml. But there's no ids.xml in your APK so apktool doesn't have a valid id to refer to. And you haven't used "@+id" in your XML, so apktool won't know to automatically add the id to ids.xml either.
(Have a look at my XML 101 thread to learn more.)
Code:
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:4: error: Error: No resource found that matches the given name (at 'layout_marginEnd' with value '@dimen/status_bar_no_sim_margin_end').
This is a missing dimension issue again.
With no dimens.xml, every dimension that takes its value from that XML file will stop the APK from recompiling.
Code:
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:5: error: Error: No resource found that matches the given name (at 'id' with value '@id/vpn').
Missing id issue.
As with the dimensions file I just mentioned, all the id's in your APK will cause the file to not recompile and there's no ids.xml for apktool to work from.
Code:
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:5: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/stat_sys_vpn_ic').
On line 5 of signal_cluster_view.xml, the XML is trying to use a drawable resource (image file, basically) that doesn't exist. So recompiling will fail here as well.
I could go on but I think you get the idea.
The problem is that overlay apps override other apps..but they can't use those apps resources. Generally overlays are used for replacing a few images and/or values. If you want to replace an entire layout file, like you're doing here, you need to ensure you provide all the resources that layout file uses.
Ticklefish said:
Sigh...
I've already replied to this but Chrome crashed on me just as I was about to press Submit Reply. Let's see if I have the patience to do it all over again..
The problem isn't that you're installing the wrong frameworks. It's that you're not providing the appropriate resources.
The answer's in the error messages you're getting. It's always worth paying attention to them, as they will tell you what's going on.
To take it from the top..
Code:
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:2: error: Error: No resource found that matches the given name (at 'paddingEnd' with value '@dimen/no_signal_cluster_battery_padding').
This is saying that you have a error on line 2 of signal_cluster_view.xml. Specifically, there's a paddingEnd attribute with a value that's defined in dimens.xml as "no_signal_cluster_battery_padding".
However, you have no dimens.xml in your APK so there's no value for apktool to refer to when the file is compiling.
Code:
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/no_sim').
Here you're referring to an id in line 4 of signal_cluster_view.xml. But there's no ids.xml in your APK so apktool doesn't have a valid id to refer to. And you haven't used "@+id" in your XML, so apktool won't know to automatically add the id to ids.xml either.
(Have a look at my XML 101 thread to learn more.)
Code:
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:4: error: Error: No resource found that matches the given name (at 'layout_marginEnd' with value '@dimen/status_bar_no_sim_margin_end').
This is a missing dimension issue again.
With no dimens.xml, every dimension that takes its value from that XML file will stop the APK from recompiling.
Code:
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:5: error: Error: No resource found that matches the given name (at 'id' with value '@id/vpn').
Missing id issue.
As with the dimensions file I just mentioned, all the id's in your APK will cause the file to not recompile and there's no ids.xml for apktool to work from.
Code:
C:\AdvancedApkTool\3-Out\SystemUI-Overlay-285.apk\res\layout\signal_cluster_view.xml:5: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/stat_sys_vpn_ic').
On line 5 of signal_cluster_view.xml, the XML is trying to use a drawable resource (image file, basically) that doesn't exist. So recompiling will fail here as well.
I could go on but I think you get the idea.
The problem is that overlay apps override other apps..but they can't use those apps resources. Generally overlays are used for replacing a few images and/or values. If you want to replace an entire layout file, like you're doing here, you need to ensure you provide all the resources that layout file uses.
Click to expand...
Click to collapse
Damn me.... "Sorry, you are limited to 8 thanks per day"
tot of dah too, overlay isnt meant for fully modding but just few editing... i ll try again & see what i can pull... thanks a ton!
OffTopic please.... please can yhu provide me dis battery icons with xml, i dnt have alot of bandwidth to download TMA, dnt av it anymore.... lost some many files including tuts from yhu wen my pc crashed. @Ticklefish