Where is this system graphic stored? - Android Q&A, Help & Troubleshooting

I am using Resflux on the Xposed Framework to theme my phone. I can't seem to find the 'notification drawer pulldown handle' graphic (as indicated in the attached image with the multitude of red arrows) in either systemui.apk or framework-res.apk. I would like to modify this file but can't seem to find it anywhere. I am aware that it may not be an image file. I apologize for being a noob. Any help appreciated. Thanks.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

bUMp

Those are a couple of images in the system UI. They are named status bar closed.9 if I renewed right

OK thanks. I'll check that out.

Related

[Q] Where is the file kept for the bottom bar of the notification pulldown

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Could someone please let me know where this png image resides (the bottom bit of the notification)? I've had a look in framework-res and com.htc.resources apks but cannot find it anywhere.
Thanks!
If you're running a newer android version then it'll be in the SystemUI.apk in system/app
'status_bar_close_on.png' I think it's called.
Go to system/app/SytemUI.apk using rootexplorer application. THen copy it to sdcard and extract this file THen you can find the image in extracted/SystemUI/res/drawable-ldpi/status_bar_close_on.9.png on ../drawable-mdpi/status_bar_close_on.9.png resp. (i.e. Two version of file in drawable* folder )
Excellent - perfect, thanks

[Q] help me find these png images pleas!!

hello, i've been porting/mixing bits and pieces of more than 3 themes in one to fit my taste.
(All black and white theme for T-mobile white SGSII)
but i got stuck on these png files. I don't know what their names are and where they're located at.....
i've looked all over the internet with no luck
i know there's lot of images.. but can anyone help me identify where these png files are located at, please?
(with numbers, and be specific if you could please )
(it looks like 5&7 and 6&8 are the same thing.. right?)
thank you in advance.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

HTC Sense Weather Widget BACKGROUND

Hey I'm looking for the HTC sense weather widget blue grid background(s) but I just can't seem to find them, I've downloaded two different sense ROMs that have them but can only find the icons.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I have a feeling they could be located in a .m10 file called: Lockscreen_weather_bg.m10
Does anyone know where I can locate it, or if I can open up .m10 files and get the image I can only get the text of them so far, looking around for different tutorials.
I'm trying to get the PNG files for my HD2 resolution (800x600)
---
found a tutorial, but still having trouble.

Trying to remove background image

I am making a grey and white theme for AllianceROM_I9100_LS8_v6 for personal use and would like to remove the background image as pointed out in the below screenshot. I was hopeing somebody would be able to tell me the name and location of the background image, if any one can point me in the right direction, it would be greatly appreciated
Edit, Finally located it, for anyone who wants to know, it is in Framework-res/res/drawable-hdpi
and it is called
tw_list_section_divider_holo_dark.9
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
That for u have to edit the right images in framework.
I would recommend to ask a theme (look in theme section) who xmcan tell u directly which images and what's the easiest way
CHEERS
Sent from my GT-I9100 with RootBox

[Q] [SystemUI] Remove header in notif area

Hello,
I have the date in status bar and work fine (see bellow). Done by edited my systemui.apk by my self (decompile, edited, recompile…). Now, also in modify systemui, I want to remove header in notification area (pink cercle in screenshot bellow). With resize or delete the header. I need to know what values to modify in systemui.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thanks in advance.
My system : AOKP Android 4.0
OK, I found my self a solution. I made a small guide : http://forum.xda-developers.com/showthread.php?t=2591118

Categories

Resources