status bar - Samsung Galaxy Ace Plus S7500

pls someone guide how to make transparent GB status bar and with some toggles
pls help how i modifiy my systemui:crying:

jatin3 said:
pls someone guide how to make transparent GB status bar and with some toggles
pls help how i modifiy my systemui:crying:
Click to expand...
Click to collapse
see this
it will help you in modifying

vickyg.coolest said:
see this
it will help you in modifying
Click to expand...
Click to collapse
i follow the steps but unable to decompile systemui.apk i also install jdk/jre and other requirments
ner v2 by ibanez7>apktool d systemui.apk
I: Baksmaling...
I: Loading resource table...
I: Loaded.
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: C:\Users\jatin Hingorani\apktool\framework\
1.apk
I: Loaded.
I: Regular manifest package...
I: Decoding file-resources...
S: Could not decode file, replacing by FALSE value: drawable-hdpi/stat_sys_r_sig
nal_0.png
S: Could not decode file, replacing by FALSE value: drawable-hdpi/stat_sys_r_sig
nal_3.png
S: Could not decode file, replacing by FALSE value: drawable-hdpi/stat_sys_r_sig
nal_5.png
S: Could not decode file, replacing by FALSE value: drawable-hdpi/stat_sys_signa
l_5.png
S: Could not decode file, replacing by FALSE value: drawable-mdpi/stat_sys_r_sig
nal_5_fully.png
S: Could not decode file, replacing by FALSE value: drawable-mdpi/stat_sys_r_sig
nal_2.png
S: Could not decode file, replacing by FALSE value: drawable-mdpi/stat_sys_signa
l_null.png
S: Could not decode file, replacing by FALSE value: drawable-hdpi/stat_sys_r_sig
nal_1.png
S: Could not decode file, replacing by FALSE value: drawable-hdpi/stat_sys_r_sig
nal_2.png
S: Could not decode file, replacing by FALSE value: drawable-mdpi/stat_sys_r_sig
nal_5.png
S: Could not decode file, replacing by FALSE value: drawable-mdpi/stat_sys_signa
l_flightmode.png
S: Could not decode file, replacing by FALSE value: drawable-hdpi/stat_sys_signa
l_5_fully.png
S: Could not decode file, replacing by FALSE value: drawable-hdpi/stat_sys_signa
l_flightmode.png
S: Could not decode file, replacing by FALSE value: drawable-hdpi/stat_sys_roami
ng_cdma_0.png
S: Could not decode file, replacing by FALSE value: drawable-mdpi/stat_sys_r_sig
nal_0.png
S: Could not decode file, replacing by FALSE value: drawable-hdpi/stat_sys_r_sig
nal_5_fully.png
S: Could not decode file, replacing by FALSE value: drawable-mdpi/stat_sys_r_sig
nal_3.png
S: Could not decode file, replacing by FALSE value: drawable-mdpi/stat_sys_r_sig
nal_1.png
I: Decoding values */* XMLs...
I: Done.
I: Copying assets and libs...
whats going wrong :crying::crying:

You dont nwed jdk or anything
Just download apk multi tools or tools like that
Search it on xda ...how to compile and decompile apk
Sent from my GT-S7500 using Tapatalk 2

this guide for xperia roms nd i follow it and not find some lines any youtube tutorial

Related

[Q] Problem decompiling.. I'm confused.

Hi and first of all sorry for my English, not my native language.
So.... I got problems decompiling .apk. I have my PocketCasts app and I would like to do some theming and text editing on buttons, but it never decompiles, I tried using 7-zip to unzip it and zip it back, never could I install app after zipping it back... Here's how it looks in apktool when I try to decompile:
I: Baksmaling...
I: Loading resource table...
I: Loaded.
I: Loading resource table from file: C:\Users\Emil\apktool\framework\1.apk
I: Loaded.
W: Could not decode attr value, using undecoded value instead: ns=android, name=
hardwareAccelerated, value=0xffffffff
I: Decoding file-resources...
I: Decoding values*/* XMLs...
I: Done.
Exception in thread "main" brut.androlib.err.UndefinedResObject: resource spec:
0x010102d3
at brut.androlib.res.data.ResPackage.getResSpec(ResPackage.java:61)
at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:55)
at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:51)
at brut.androlib.res.decoder.ResAttrDecoder.decode(ResAttrDecoder.java:3
5)
at brut.androlib.res.decoder.AXmlResourceParser.getAttributeValue(AXmlRe
sourceParser.java:315)
at org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate.getAttributeValu
e(XmlPullParserDelegate.java:69)
at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.writeStartT
ag(StaticXmlSerializerWrapper.java:267)
at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.event(Stati
cXmlSerializerWrapper.java:211)
at brut.androlib.res.decoder.XmlPullStreamDecoder.decode(XmlPullStreamDe
coder.java:46)
at brut.androlib.res.decoder.ResStreamDecoderContainer.decode(ResStreamD
ecoderContainer.java:34)
at brut.androlib.res.decoder.ResFileDecoder.decode(ResFileDecoder.java:1
00)
at brut.androlib.res.AndrolibResources.decode(AndrolibResources.java:114
)
at brut.androlib.Androlib.decodeResourcesFull(Androlib.java:93)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:98)
at brut.apktool.Main.cmdDecode(Main.java:120)
at brut.apktool.Main.main(Main.java:57)
Press any key to continue . . .
This is not a deadly error. Looks like apktool decompiled the apk. I will suggest you try http://forum.xda-developers.com/showthread.php?t=707189, http://forum.xda-developers.com/showthread.php?t=695701, http://stackoverflow.com/, http://bit.ly/sX8zVV for some help on this issue. There's a lot of info in them links. Cheers!

[Video] Beginners guide to DeOdexing and Theming APKs

This is a beginners guide to DeOdexing and Theming APKs
I only started theming the past week so I by no means am the best person to make a tutorial on theming but, when I was trying to learn I couldn't find anything like this so I hope it will help anyone who wants to learn how to theme.
You will need:
apktools
http://dl.dropbox.com/u/40066052/apktool.zip
APK-Multi-tools
http://dl.dropbox.com/u/40066052/APK-Multi-Tool.zip
Baksmali and Smali (for DeOdexing)
http://dl.dropbox.com/u/40066052/DeOdexing.zip
and I didn't mention in the video but you need an image editor, which I use pain.net and also notepad++ or equivalent.
I hope this covers enough material to get you started.. It's pretty much all I know how to do right now from what I've learned over the past couple days but please post if you have questions and if I can't answer, hopefully somebody else in the forum can.
[edit] sorry apparently my video is too long for youtube so I just put it in dropbox... hope it works well enough for ya.
https://www.dropbox.com/s/a6y4vgqg58jq76y/20121006_1340_47.avi
[EDIT]
Also not covered in the video are system APKs that are tied to the framework such as SystemUI.apk
for those all you need to do is copy the content of your framework folder that you already have in the "DeOdexing" folder and past it into: C:\Users\{your user name}\apktool\framework
Then before doing "apktool d SystemUI.apk", first do "apktool if SystemUI.apk". Doing that first should allow the APK to decompile just fine.
This is the BEST theming tutorial I have ever seen. I would like to convert it to a written tutorial and post it here (with your permission).
All is good here. Thank you SOO much Brother for that tutorial. I am only having trouble when I try to decompile SystemUI.apk.
These are the errors I get:
Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\h311sdr0id>cd c:/devt/deodexing
c:\devt\deodexing>java -jar baksmali.jar -d framework -x SystemUI.odex
Can't find the file SystemUI.odex
c:\devt\deodexing>java -jar baksmali.jar -d framework -x SystemUI.odex
c:\devt\deodexing>cd apktool
The system cannot find the path specified.
c:\devt\deodexing>cd ..
c:\devt>cd apktool
c:\devt\apktool>apktool d SystemUI.apk
I: Loading resource table...
I: Loaded.
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: C:\Users\h311sdr0id\apktool\framework\1.apk
I: Loaded.
W: Could not decode attr value, using undecoded value instead: ns=android, name=
theme, value=0x01030307
W: Could not decode attr value, using undecoded value instead: ns=android, name=
theme, value=0x01030315
W: Could not decode attr value, using undecoded value instead: ns=android, name=
theme, value=0x01030315
W: Could not decode attr value, using undecoded value instead: ns=android, name=
theme, value=0x01030315
W: Could not decode attr value, using undecoded value instead: ns=android, name=
theme, value=0x01030315
I: Decoding file-resources...
W: Could not decode attr value, using undecoded value instead: ns=android, name=
drawable, value=0x01080672
I: Decoding values */* XMLs...
I: Done.
Exception in thread "main" brut.androlib.err.UndefinedResObject: resource spec:
0x01030307
at brut.androlib.res.data.ResPackage.getResSpec(ResPackage.java:61)
at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:57)
at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:53)
at brut.androlib.res.data.value.ResReferenceValue.getReferent(ResReferen
ceValue.java:62)
at brut.androlib.res.data.value.ResReferenceValue.encodeAsResXml(ResRefe
renceValue.java:46)
at brut.androlib.res.data.value.ResScalarValue.encodeAsResXmlAttr(ResSca
larValue.java:44)
at brut.androlib.res.decoder.ResAttrDecoder.decode(ResAttrDecoder.java:4
0)
at brut.androlib.res.decoder.AXmlResourceParser.getAttributeValue(AXmlRe
sourceParser.java:313)
at org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate.getAttributeValu
e(XmlPullParserDelegate.java:69)
at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.writeStartT
ag(StaticXmlSerializerWrapper.java:267)
at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.event(Stati
cXmlSerializerWrapper.java:211)
at brut.androlib.res.decoder.XmlPullStreamDecoder$1.event(XmlPullStreamD
ecoder.java:64)
at brut.androlib.res.decoder.XmlPullStreamDecoder.decode(XmlPullStreamDe
coder.java:98)
at brut.androlib.res.decoder.XmlPullStreamDecoder.decodeManifest(XmlPull
StreamDecoder.java:112)
at brut.androlib.res.decoder.ResFileDecoder.decodeManifest(ResFileDecode
r.java:126)
at brut.androlib.res.AndrolibResources.decode(AndrolibResources.java:152
)
at brut.androlib.Androlib.decodeResourcesFull(Androlib.java:113)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:99)
at brut.apktool.Main.cmdDecode(Main.java:131)
at brut.apktool.Main.main(Main.java:68)
c:\devt\apktool>
What can I do to get around these errors when trying to decompile the SystemUI.apk?
If I already have a deodexed apk for SystemUI.apk, could this help at all with the errors?
How would I go about this process using an already deodexed apk?
taihard said:
This is a beginners guide to DeOdexing and Theming APKs
[edit] sorry apparently my video is too long for youtube so I just put it in dropbox... hope it works well enough for ya.
https://www.dropbox.com/s/a6y4vgqg58jq76y/20121006_1340_47.avi
Click to expand...
Click to collapse
You could host it on Veoh, just have to get it down to 1Gig. I've never used veoh before, so I dunno if people hate that site or anything.
I can transcode your video with optimal settings to get that 1Gig sweet spot and still retain as much quality as possible if you like. PM me if you want me to set it up and get you the file.
Ta,
ALQI
I have updated OP with additional information...
If anyone wants to use any of this information feel free to use it in anyway you like (including making a written tutorial).

Could not decode attr value. Xperia J

Hi, while trying to leap decompilation me this error, please help.
Code:
Microsoft Windows [Wersja 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. Wszelkie prawa zastrzeżone.
J:\Users\Wszyscy123>apktool d D:\SystemUI.apk
I: Loading resource table...
I: Loaded.
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: J:\Users\Wszyscy123\apktool\framework\1.apk
I: Loaded.
W: Could not decode attr value, using undecoded value instead: ns=android, name=
label, value=0x01040c7e
I: Regular manifest package...
I: Decoding file-resources...
W: Could not decode attr value, using undecoded value instead: ns=android, name=
drawable, value=0x01080740
W: Could not decode attr value, using undecoded value instead: ns=android, name=
drawable, value=0x01080700
I: Decoding values */* XMLs...
Exception in thread "main" brut.androlib.err.UndefinedResObject: resource spec:
0x010a010b
at brut.androlib.res.data.ResPackage.getResSpec(ResPackage.java:61)
at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:58)
at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:54)
at brut.androlib.res.data.value.ResReferenceValue.getReferent(ResReferen
ceValue.java:62)
at brut.androlib.res.data.value.ResReferenceValue.encodeAsResXml(ResRefe
renceValue.java:46)
at brut.androlib.res.data.value.ResScalarValue.encodeAsResXmlValueExt(Re
sScalarValue.java:86)
at brut.androlib.res.data.value.ResScalarValue.encodeAsResXmlValue(ResSc
alarValue.java:55)
at brut.androlib.res.data.value.ResStyleValue.serializeToResValuesXml(Re
sStyleValue.java:61)
at brut.androlib.res.AndrolibResources.generateValuesFile(AndrolibResour
ces.java:432)
at brut.androlib.res.AndrolibResources.decode(AndrolibResources.java:241
)
at brut.androlib.Androlib.decodeResourcesFull(Androlib.java:115)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:99)
at brut.apktool.Main.cmdDecode(Main.java:141)
at brut.apktool.Main.main(Main.java:72)
Thanks for your help

APKTool errors / de- recompiling framework-res

I need to de- / recompile framework-res.apk for some modifications. I use APKTool 2.0.3 (http://ibotpeaches.github.io/Apktool/) but I have some serious problems. I tried it with SystemUI.apk before, but it dont work. I want to resize navbar, this thing takes 1/10 on MM of the screen size.
Code:
C:\Users\alphatact1cs\Desktop\apktool>java -jar apktool.jar if framework-res.apk
I: Decoding Shared Library (com.sonyericsson.uxp), pkgId: 2
I: Framework installed to: C:\Users\alphatact1cs\apktool\framework\1.apk
C:\Users\alphatact1cs\Desktop\apktool>java -jar apktool.jar d framework-res.apk
I: Using Apktool 2.0.3 on framework-res.apk
I: Loading resource table...
I: Decoding Shared Library (com.sonyericsson.uxp), pkgId: 2
I: Decoding AndroidManifest.xml with resources...
I: Regular manifest package...
I: Decoding file-resources...
W: Could not decode attr value, using undecoded value instead: ns=somc, name=drawable, value=0x010802e7
W: Could not decode attr value, using undecoded value instead: ns=somc, name=color, value=0x02060002
I: Decoding values */* XMLs...
Can't find framework resources for package of id: 2. You must install proper framework files, see project website for more info.
C:\Users\alphatact1cs\Desktop\apktool>java -jar apktool.jar b framework-res
I: Using Apktool 2.0.3
Exception in thread "main" brut.androlib.AndrolibException: brut.directory.PathNotExist: apktool.yml
at brut.androlib.Androlib.readMetaFile(Androlib.java:263)
at brut.androlib.Androlib.build(Androlib.java:275)
at brut.androlib.Androlib.build(Androlib.java:268)
at brut.apktool.Main.cmdBuild(Main.java:225)
at brut.apktool.Main.main(Main.java:84)
Caused by: brut.directory.PathNotExist: apktool.yml
at brut.directory.AbstractDirectory.getFileInput(AbstractDirectory.java:105)
at brut.androlib.Androlib.readMetaFile(Androlib.java:258)
... 4 more
C:\Users\alphatact1cs\Desktop\apktool>
How can I solve this?
alphatact1cs
You need to install some other frameworks. Why not just install Xposed and use Gravitybox?
Mr_Bartek said:
You need to install some other frameworks. Why not just install Xposed and use Gravitybox?
Click to expand...
Click to collapse
Xposed doesnt work the way it should on Z5 an Android 6.0. I have some problems with the camera app. It was really bad on Lollipop, but now it opens and goes into landscape mode. I can rotate my phone like I want, it doesnt change the orientation.
I use Xposed on MM and have no issues with camera. Rotation works fine too.

how edit system lolipop 5.1.1

how edit systemui.apk lolipop
syria-droid said:
how edit systemui.apk lolipop
please help me
Click to expand...
Click to collapse
You can use APKtool, there is an an android version and a PC version.
Sent from my SM-S903VL using Tapatalk
Droidriven said:
You can use APKtool, there is an an android version and a PC version.
Sent from my SM-S903VL using Tapatalk
Click to expand...
Click to collapse
The program performs decompressing without errors
But when I build file The process is done successfully without finding any apk file rate
Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\ALI KHLAF\Desktop\apktool-install-windws>
C:\Users\ALI KHLAF\Desktop\apktool-install-windws>java -jar apktool.jar if frame
work-res.apk
I: Framework installed to: C:\Users\ALI KHLAF\apktool\framework\1.apk
C:\Users\ALI KHLAF\Desktop\apktool-install-windws>java -jar apktool.jar d -s sys
temui.apk
I: Using Apktool 2.0.0-a766db-SNAPSHOT on systemui.apk
I: Loading resource table...
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: C:\Users\ALI KHLAF\apktool\framework\1.apk
I: Regular manifest package...
I: Decoding file-resources...
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/recents_sta
tus_gradient.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-land-hdpi-v4/bg_pro
tect.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/recents_tas
k_shadow.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/recents_thu
mbnail_bg.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_clear_bu
tton_bg_normal.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/taskmanager
_btn_default_transparency_mtrl.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/setting_pan
el_bg_line.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_action_i
tem_background_focused_holo_dark.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/taskmanager
_btn_default_mtrl.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-sw320dp-hdpi-v13/ke
yguard_fmm_btn_default.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-nodpi-v4/keyguard_c
arrierlockplus_unlock_btn_pressed.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/keyguard_fm
m_btn_default.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-nodpi-v4/bg_popup.9
.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_clear_bu
tton_bg_pressed.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/lock_notica
rd_badge_bg_tilt.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-nodpi-v4/keyguard_c
arrierlockplus_emergency_btn_pressed.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-port-hdpi-v4/bg_pro
tect.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-sw320dp-hdpi-v13/ke
yguard_fmm_btn_pressed.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/status_bar_
close_off.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/nav_backgro
und.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/status_bar_
close_on.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_quick_pa
nel_sfinder_qconnect_button_bg.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-nodpi-v4/keyguard_c
arrierlockplus_call_btn_pressed.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/keyguard_fm
m_btn_pressed.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/recents_thu
mbnail_bg_normal.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_quick_pa
nel_sfinder_qconnect_button_focused.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-nodpi-v4/homescreen
_menu_noti_bg.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/status_back
ground_sma_xte.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/keyguard_si
gnature_bg.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/recents_low
er_gradient.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-nodpi-v4/keyguard_c
arrierlockplus_call_btn_normal.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/kg_widget_b
g_padded.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/ic_notifica
tion_overlay.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_quick_pa
nel_sfinder_qconnect_button_pressed.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/spinner_def
ault_holo_dark_am_no_underline.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_divider_
vertical_holo_light.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/scrubber_se
condary_holo.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-nodpi-v4/keyguard_c
arrierlockplus_unlock_btn_normal.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/quick_setti
ng_panel_bg_shadow_01.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_list_div
ider_holo_dark.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-nodpi-v4/bg_help_bu
tton_nor.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_list_div
ider_holo_light.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-sw320dp-hdpi-v13/gr
adation_indi_bg.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_action_i
tem_background_pressed_holo_dark.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_quick_pa
nel_sfinder_qconnect_button_normal.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/scrubber_tr
ack_holo_light.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_clear_bu
tton_bg_focussed.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/gradation_i
ndi_bg.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/quick_setti
ng_panel_bg_shadow_02.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/screenshot_
panel.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/notificatio
n_panel_bg.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_quick_pa
nel_quick_setting_button_bg_normal.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/recents_thu
mbnail_bg_press.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/scrubber_pr
imary_holo.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/scrubber_pr
imary_mtrl_alpha.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/search_bg_t
ransparent.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/bg_protect.
9.qmg
S: Could not decode file, replacing by FALSE value: drawable-nodpi-v4/keyguard_c
arrierlockplus_emergency_btn_normal.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/status_back
ground.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/security_bt
n_bg.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_divider_
vertical_holo_dark.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/help_popup_
picker_bg_w_01.9.qmg
I: Decoding values */* XMLs...
I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...
C:\Users\ALI KHLAF\Desktop\apktool-install-windws>java -jar apktool.jar b system
ui
I: Using Apktool 2.0.0-a766db-SNAPSHOT
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
warning: string 'charging_interruption_by_too_high_flash_temperature_text' has n
o default translation.
warning: string 'data_usage_disable_mobile_vzw_1' has no default translation.
warning: string 'data_usage_disable_mobile_vzw_3' has no default translation.
warning: string 'popup_negative_button_label' has no default translation.
I: Building apk file...
C:\Users\ALI KHLAF\Desktop\apktool-install-windws>
syria-droid said:
The program performs decompressing without errors
But when I build file The process is done successfully without finding any apk file rate
Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\ALI KHLAF\Desktop\apktool-install-windws>
C:\Users\ALI KHLAF\Desktop\apktool-install-windws>java -jar apktool.jar if frame
work-res.apk
I: Framework installed to: C:\Users\ALI KHLAF\apktool\framework\1.apk
C:\Users\ALI KHLAF\Desktop\apktool-install-windws>java -jar apktool.jar d -s sys
temui.apk
I: Using Apktool 2.0.0-a766db-SNAPSHOT on systemui.apk
I: Loading resource table...
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: C:\Users\ALI KHLAF\apktool\framework\1.apk
I: Regular manifest package...
I: Decoding file-resources...
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/recents_sta
tus_gradient.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-land-hdpi-v4/bg_pro
tect.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/recents_tas
k_shadow.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/recents_thu
mbnail_bg.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_clear_bu
tton_bg_normal.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/taskmanager
_btn_default_transparency_mtrl.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/setting_pan
el_bg_line.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_action_i
tem_background_focused_holo_dark.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/taskmanager
_btn_default_mtrl.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-sw320dp-hdpi-v13/ke
yguard_fmm_btn_default.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-nodpi-v4/keyguard_c
arrierlockplus_unlock_btn_pressed.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/keyguard_fm
m_btn_default.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-nodpi-v4/bg_popup.9
.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_clear_bu
tton_bg_pressed.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/lock_notica
rd_badge_bg_tilt.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-nodpi-v4/keyguard_c
arrierlockplus_emergency_btn_pressed.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-port-hdpi-v4/bg_pro
tect.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-sw320dp-hdpi-v13/ke
yguard_fmm_btn_pressed.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/status_bar_
close_off.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/nav_backgro
und.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/status_bar_
close_on.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_quick_pa
nel_sfinder_qconnect_button_bg.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-nodpi-v4/keyguard_c
arrierlockplus_call_btn_pressed.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/keyguard_fm
m_btn_pressed.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/recents_thu
mbnail_bg_normal.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_quick_pa
nel_sfinder_qconnect_button_focused.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-nodpi-v4/homescreen
_menu_noti_bg.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/status_back
ground_sma_xte.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/keyguard_si
gnature_bg.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/recents_low
er_gradient.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-nodpi-v4/keyguard_c
arrierlockplus_call_btn_normal.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/kg_widget_b
g_padded.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/ic_notifica
tion_overlay.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_quick_pa
nel_sfinder_qconnect_button_pressed.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/spinner_def
ault_holo_dark_am_no_underline.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_divider_
vertical_holo_light.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/scrubber_se
condary_holo.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-nodpi-v4/keyguard_c
arrierlockplus_unlock_btn_normal.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/quick_setti
ng_panel_bg_shadow_01.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_list_div
ider_holo_dark.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-nodpi-v4/bg_help_bu
tton_nor.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_list_div
ider_holo_light.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-sw320dp-hdpi-v13/gr
adation_indi_bg.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_action_i
tem_background_pressed_holo_dark.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_quick_pa
nel_sfinder_qconnect_button_normal.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/scrubber_tr
ack_holo_light.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_clear_bu
tton_bg_focussed.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/gradation_i
ndi_bg.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/quick_setti
ng_panel_bg_shadow_02.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/screenshot_
panel.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/notificatio
n_panel_bg.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_quick_pa
nel_quick_setting_button_bg_normal.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/recents_thu
mbnail_bg_press.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/scrubber_pr
imary_holo.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/scrubber_pr
imary_mtrl_alpha.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/search_bg_t
ransparent.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/bg_protect.
9.qmg
S: Could not decode file, replacing by FALSE value: drawable-nodpi-v4/keyguard_c
arrierlockplus_emergency_btn_normal.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/status_back
ground.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/security_bt
n_bg.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/tw_divider_
vertical_holo_dark.9.qmg
S: Could not decode file, replacing by FALSE value: drawable-hdpi-v4/help_popup_
picker_bg_w_01.9.qmg
I: Decoding values */* XMLs...
I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...
C:\Users\ALI KHLAF\Desktop\apktool-install-windws>java -jar apktool.jar b system
ui
I: Using Apktool 2.0.0-a766db-SNAPSHOT
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
warning: string 'charging_interruption_by_too_high_flash_temperature_text' has n
o default translation.
warning: string 'data_usage_disable_mobile_vzw_1' has no default translation.
warning: string 'data_usage_disable_mobile_vzw_3' has no default translation.
warning: string 'popup_negative_button_label' has no default translation.
I: Building apk file...
C:\Users\ALI KHLAF\Desktop\apktool-install-windws>
Click to expand...
Click to collapse
Are you un-signing the apk then decompiling, then editing, then re-signing the apk when you re-compile it?
Sent from my SM-S903VL using Tapatalk
Droidriven said:
Are you un-signing the apk then decompiling, then editing, then re-signing the apk when you re-compile it?
Sent from my SM-S903VL using Tapatalk
Click to expand...
Click to collapse
thanks man
Please explain to me more
syria-droid said:
thanks man
Please explain to me more
Click to expand...
Click to collapse
Try following this thread, pay attention and only follow the instructions. Do not use any device specific files for other devices that might be linked there, only follow links to additional tools if it describes any.
https://forum.xda-developers.com/showthread.php?t=2213985
Sent from my SM-S903VL using Tapatalk
Droidriven said:
Try following this thread, pay attention and only follow the istructions. Do not use any device specific files for other devices that might be linked there, only follow links to addiditional tools if it describes any.
https://forum.xda-developers.com/showthread.php?t=2213985
Sent from my SM-S903VL using Tapatalk
Click to expand...
Click to collapse
Thx bro
Droidriven said:
Try following this thread, pay attention and only follow the instructions. Do not use any device specific files for other devices that might be linked there, only follow links to additional tools if it describes any.
https://forum.xda-developers.com/showthread.php?t=2213985
Sent from my SM-S903VL using Tapatalk
Click to expand...
Click to collapse
Reconstructed file without errors
But when I replace file systemui
File stops working
Please note The file is not tedil
syria-droid said:
Reconstructed file without errors
But when I replace file systemui
File stops working
Please note The file is not tedil
Click to expand...
Click to collapse
The information in that thread is kind of old, there may be other things you need to do depending on your android version, i.e. KitKat, Lollipop, Marshmallow or Nougat. I don't know what details you are missing or what details you need. You'll have to research, troubleshoot and modify based on your device's hardware and android version.
Sent from my SM-S903VL using Tapatalk
Droidriven said:
The information in that thread is kind of old, there may be other things you need to do depending on your android version, i.e. KitKat, Lollipop, Marshmallow or Nougat. I don't know what details you are missing or what details you need. You'll have to research, troubleshoot and modify based on your device's hardware and android version.
Sent from my SM-S903VL using Tapatalk
Click to expand...
Click to collapse
I've written in that thread android version 5.1.1
I'm trying to change the colors of systemui file
I try to modify the file resides in a folder values called color.xml

Categories

Resources