Help with SystemUI - Android Q&A, Help & Troubleshooting

Hi! Can you help me with this SystemUI?! I've to change the clock color to a dark gray! Please help, you can mod downloading it as attachement! Ty!

just edit the color.xml in the layout folder easy......

ajay8055 said:
just edit the color.xml in the layout folder easy......
Click to expand...
Click to collapse
i was gonna say that, or edit the UI image from drawable hdpi in like photoshop :good:

Related

Help finding xml for data icons (Sense 3.6)

I am trying to animate the data icons and cannot find the xmls that reference them. I know they are normally located in the drawable folder in SystemUI, but they aren't there in Sense 3.6 (Ineff Dues). I've also looked in the framework-res.apk drawable folder and com.htc.resources. Does anyone know where they are?
systemui.apk if you are trying to animate you have to add all the pngs and then add the xml for each one. I downloaded a flashable zip that contained all the files i needed to animate the data arrow icons and then added them to the decompiled systemui.apk
conadg said:
systemui.apk if you are trying to animate you have to add all the pngs and then add the xml for each one. I downloaded a flashable zip that contained all the files i needed to animate the data arrow icons and then added them to the decompiled systemui.apk
Click to expand...
Click to collapse
Thanks...I had incorrectly assumed that the xmls should have already existed (and simply needed editing). But in fact, they need to be created and added. I have it working correctly now. Thanks.
sweet, glad you got it straightened out. :good:

[ASK] change lidroid toogle to vertical

how to make Lidroid toggel vertical?
and
scrolling?
i just compare with 33D and i get but not vertical its still horizontal..
Thanks before :fingers-crossed:
up
Decompile systemui.apk with apk tool
Goto layout folder
Find the xml file that relates to what you want
Change the line of the orientation you want to change to vertical
Toggles xml file might be in framework-res.apk or nameofrom-res.apk
Do as above to find the right xml file in layout folder
Related to smali changes
Sent from my GT-I8150 using xda app-developers app
marcussmith2626 said:
Decompile systemui.apk with apk tool
Goto layout folder
Find the xml file that relates to what you want
Change the line of the orientation you want to change to vertical
Toggles xml file might be in framework-res.apk or nameofrom-res.apk
Do as above to find the right xml file in layout folder
Click to expand...
Click to collapse
this method not work, trust me
evanlocked said:
Related to smali changes
Sent from my GT-I8150 using xda app-developers app
Click to expand...
Click to collapse
yeah,...i found small code "HorizontalScrollView", nah this code maybe control scrolview vertical or horizontal in lidroid, i change HorizontalScrollView to VerticalScrollView, my statusbar gone

[Q] about 9patch.png and xml help me

Hello friend, this is my first post after years of just being a silent reader ... I finally decided to create an account on this forum.
Now I want to ask, what's the name of the action bar and the 9patch.png name of this image number one in attachment below
then these two objects below on image number two marked with arrows
and one more question about this editing contact page that I can't figure it out how to change its background instead of holo white, any other pages was changed except this one, where is the damn layout xml for this thing?
help from my friends here will be greatly appreciated and I would be grateful
C.E.R.N said:
Hello friend, this is my first post after years of just being a silent reader ... I finally decided to create an account on this forum.
Now I want to ask, what's the name of the action bar and the 9patch.png name of this image number one in attachment below
then these two objects below on image number two marked with arrows
and one more question about this editing contact page that I can't figure it out how to change its background instead of holo white, any other pages was changed except this one, where is the damn layout xml for this thing?
help from my friends here will be greatly appreciated and I would be grateful
Click to expand...
Click to collapse
Welcome new XDA participant
I don't write down all png files I have modified and I don't have access to my theme right now but here are some clues:
1st screenshot: it's in framework-res.apk and check .9.png called "***bottom***" There aren't so much .9.png called like that.
2nd screenshot: it should be located into the Contacts.apk and there isn't a lot of .9.png files.
3rd screenshot: there's a .xml file into /res/drawable/ of Contacts.apk for the background.
Primokorn said:
Welcome new XDA participant
I don't write down all png files I have modified and I don't have access to my theme right now but here are some clues:
1st screenshot: it's in framework-res.apk and check .9.png called "***bottom***" There aren't so much .9.png called like that.
2nd screenshot: it should be located into the Contacts.apk and there isn't a lot of .9.png files.
3rd screenshot: there's a .xml file into /res/drawable/ of Contacts.apk for the background.
Click to expand...
Click to collapse
Okay, I will check all *bottom 9.png
And about the .xml can you give me any other clue?
C.E.R.N said:
Okay, I will check all *bottom 9.png
And about the .xml can you give me any other clue?
Click to expand...
Click to collapse
Check the color of "background_dial_holo_dark"
Primokorn said:
Check the color of "background_dial_holo_dark"
Click to expand...
Click to collapse
the value of "background_dial_holo_dark" refer to an .png image, I was replace this with my own .png image, or maybe it is "primary background color" ? in the folder values/colors/color.xml there is an code <color name="background_primary">#ffffffff</color> but I haven't change it yet.
I want to make half transparent effect on the background that shows my current wallpaper instead, if it's possible.
Would you mind to check my res folder if you're not busy, in the attachment...
C.E.R.N said:
the value of "background_dial_holo_dark" refer to an .png image, I was replace this with my own .png image, or maybe it is "primary background color" ? in the folder values/colors/color.xml there is an code <color name="background_primary">#ffffffff</color> but I haven't change it yet.
I want to make half transparent effect on the background that shows my current wallpaper instead, if it's possible.
Would you mind to check my res folder if you're not busy, in the attachment...
Click to expand...
Click to collapse
So try to remplace into colors.xml file
Code:
<color name="background_primary">#ffffffff</color>
by this
Code:
<color name="background_primary">#00ffffff</color>
Primokorn said:
So try to remplace into colors.xml file
Code:
<color name="background_primary">#ffffffff</color>
by this
Code:
<color name="background_primary">#00ffffff</color>
Click to expand...
Click to collapse
I will try that and report the result later
It works :good: thanks man

[request] gradinet status bar for [ics mdpi]

please can any dev convert this mod for mdpi
forum.xda-developers.com/xperia-j-e/themes-apps/ics-z2-gradient-status-bar-style-t2684091
I tried to port gradinet_bg.xml from drwable from this post and change line statusbar _bg from status bar.xml from layout from my systemui.apk and compile it again
but when open any xml in my computer by notepad++ I get strange characters like nul in black box and can't fix this problem any way I work on windows 8.1
please help me
and sorry for my bad English
my systemui in attach and I want to do this mod for my systemui file
sent from mini pro
my systemui
medozzz0 said:
please can any dev convert this mod for mdpi
forum.xda-developers.com/xperia-j-e/themes-apps/ics-z2-gradient-status-bar-style-t2684091
I tried to port gradinet_bg.xml from drwable from this post and change line statusbar _bg from status bar.xml from layout from my systemui.apk and compile it again
but when open any xml in my computer by notepad++ I get strange characters like nul in black box and can't fix this problem any way I work on windows 8.1
please help me
and sorry for my bad English
my systemui in attach and I want to do this mod for my systemui file
sent from mini pro
Click to expand...
Click to collapse
my systemui from my phone
117 view and no reply
please any suggest any help any mod systemui gredient like post for mdpi
medozzz0 said:
117 view and no reply
please any suggest any help any mod systemui gredient like post for mdpi
Click to expand...
Click to collapse
search tutorial how to decompile recompile apk, how to make transparent statusbar on ICS, if you done with that I will sent you PNG with gradient effect, it better and easier than that gradient.XML
done
please attach png with gredient effect and I will try to mod my systemui with your method
medozzz0 said:
done
please attach png with gredient effect and I will try to mod my systemui with your method
Click to expand...
Click to collapse
here https://db.tt/EbgO113Y

[Q] change the background Toggle the status bar notifications

Hi
Very please help
The rom 4.1.2 I could using winrar for simple to change png to another png
Now I'm on 4.4.2 (DittoNote 5.2).
I want to change the png (tw_quick_panel_quick_setting_button_bg_normal.9 ???)
I think it is png a background toogles
I change my png i using winrar but nothing changes.
It is still the old png and no new png.
For what is this happening?
png's ending with 9 are not ordinary png's, they are 9-patch png's and in order to edit them you must DECOMPILE the APK, edit and then RECOMPILE. Anyway, simple adding with winRAR is nota good idea if you don't do ZIPALIGN because it slows down the reading of images....
Ah, and why post a question in app section, isn't Q&A more logical choice?
So I should do this in the Q & A - my mistake.
Ok thanks for the information.
delanik - this is just an example:
I'm trying to change the png in Note 5.2 Ditto 4.4.2
Is the file is tw_quick_panel_quick_setting_button_bg_normal.9 is background switches?
I exchange tw_quick_panel_quick_setting_button_bg_normal.9 another png
with another theme rom Note 2 but nothing has changed.
As I said - pngs with 9 at the end CAN'T be edited without recompiling. Use APKTOOL to decompile APK, then edit, then RECOMPILE. Then from recmpiled APK, copy PNGs (or whole res\drawable folder) to original APK.
If it doesn't change (and it should even when you don't do recompile - it should show BAD image) then you are not editing correct image.
Thank you very much dalanik
I SystemUi decompile framework-res.apk and now the rom DN4 v2.
It will be very difficult for me because there is a lot of files QMG
There is no custom QMG files (icons, button ....) in other roms or themes
to replace them in my rom DN4 v2

Categories

Resources