[Q] Changing statusbar image??? (not dropdown) - Galaxy S I9000 Themes and Apps

{
"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"
}
How can I change the black status bar of JVU rom with this one?

status
How to change the statusbar background:
* Replace statusbar_background.9.png
* Decompile SystemUI.apk
* Edit layout: status_bar.xml
* Replace android:background="#ff000000" with android:background="@drawable/statusbar_background"
on the first and on the last line
* Compile again

anarkia1976 said:
How to change the statusbar background:
* Replace statusbar_background.9.png
* Decompile SystemUI.apk
* Edit layout: status_bar.xml
* Replace android:background="#ff000000" with android:background="@drawable/statusbar_background"
on the first and on the last line
* Compile again
Click to expand...
Click to collapse
YEAH! Stupid XML!!! Thank you so much. I'm deodexing it now.

Related

[MOD] A better looking rotary lockscreen

Just thought that the rotary lockscreen looks a bit ugly because of the divider and the centred clock/date.
I tweaked it a bit to look similiar to the stock android lock.
{
"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"
}
To apply the mod:
1- Extract the attached zip file.
2- Open the framework-res.apk you are using currently with winrar.
3- Drag "keyguard_screen_rotary_unlock.xml" to res/layout.
4- To hide the arrows, drag the 2 png's to res/drawable-hdpi (skip this to keep the arrows)
5- push framework-res.apk back to your device
buy me some coffee
nice
thanks

Bugless Beast mods: Blue Softkeys, search, circle battery

All,
I've been running Bugless Beast but was missing a few mods from other roms I've tried so I set out to add them to BB.
I've added the following:
Circle Battery Mod:
Credit for images: here​
Added Search softkey and longpress home = recent apps
Credit for howto's: here​
Made softkeys ICS blue:
Credit for images: here​
Helps if i add the file: SystemUI.apk
Wasn't sure how to make update.zip, so I just downloaded the BB source and modified it directly. You can apply the SystemUI.apk using adb:
Code:
adb remount rw /system/app
adb push SystemUI.apk /system/app
adb reboot
{
"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"
}

[Q] changing divider, title bar, and title line on ICS ?

I have a rooted ICS and I'm asking to you how to change divider line, title bar, and title line ?
I have many screenshot like this
{
"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"
}
and it will change into like xperia S ICS style
For the title: activity_title_bar.9.png,
for the sections headers: open style.xml and find this
<style name="Widget.TextView.ListSeparator"
and in background change it to the file u want. and of course u should put the new png file in the drawable-hdpi or drawable-xdpi according to the resolution of your device.
and for the line separators: it is a png file probably with a part of its name (divider_***) not sure which one exactly cuz i still didn't work on it.

[Guide][GB]Transparent framework for micromax a57/a56

Updated
HI Guys i decided to guide you to make an transparent famework which will show wallpaper as your settings.apk background
contacts background and many more
Here is how ,,
Needed --- framework-res.apk
Decompile your framework-res
open res/values/color and add this at last
<color name="trans">#80000000</color>
<color name="background">#c0000000</color>
navigate to res/values/strings after that compare your styles.xml with my styles.xml which is attaced below
add missing lines
recompile push it system/framework
change the permission to 644
and do a hot reboot
that's all
{
"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"
}
Screenshots
Reserved
Reserved for additional changes and improvements
More screen shots
Thread updated with new Styles.xml
Thead is updated with new Styles.xml

How can I remove notification pull down settings icon, LineageOS 14.1

Running LineageOS on a Moto E4. I have successfully removed quick settings by rebuilding SystemUI.apk per
[GUIDE] How to remove Samsung QuickSettings from the notification area
Here is a quick guide on how to remove the bloatet Samsung QuickSettings from the notification area. This screenshots show what this guide should help you achieve: Before: (I'm using enox reVenge. So my Notification QuickSettings look a little...
forum.xda-developers.com
I'd like to remove the settings icon in the notification pull down.
{
"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"
}
How?
I've tried zeroing out adiitional items within dimens.xml. These would have seemed like the right ones, but no joy
Code:
<dimen name="notification_gear_width">0.0dip</dimen>
<dimen name="notification_gear_padding">0.0dip</dimen>
Any help greatly appreciated.

Categories

Resources