[Mod][CM7] Transparent Status Bar - Nexus One Themes and Apps

This is actually part of http://forum.xda-developers.com/showthread.php?t=1102755 I was part of the testers and gave them my systemUI and framework.
http://dl.dropbox.com/u/11560058/patch(1).zip
( CM7.0.3 only, maybe nightlies or older versions might work, I'm not sure. )
{
"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"
}
Launcher Pro - Only works with Live Wallpaper, if normal wallpapers you'd have to Hide notification bar at Appearance Settings
Adw Launcher - Disable Wallpaper Hack
Go Launcher - No problems
GB Launcher - No problems
Arc Launcher - No problems ( I use this. Looks better and feels better than all others. )
This is how to make this patch work with other themes.
1 : Pull theme APK from device ( titanium backup would work fine )
2 : Unpack the APK
3 : Make a semi transparent 480x38 png named statusbar_background2 and place it in /Res/Drawable-HDPI ( it does not have to replace the old statusbar background. ) It can have textures or just transparent. This part is up to you.
3 : Go into /Res/XML and find com_android_systemui.xml and open with a text editor.
4 : Find the lines
<item name="drawable/statusbar_background">@drawable/com_android_systemui_statusbar_background</item>
<item name="drawable/statusbar_background2">@drawable/com_android_systemui_statusbar_background</item>
Click to expand...
Click to collapse
and change it to
<item name="drawable/statusbar_background">@drawable/com_android_systemui_statusbar_background</item>
<item name="drawable/statusbar_background2">statusbar_background2</item>
Click to expand...
Click to collapse
( Change the item name to the png you've made )
Then repack your apk and install and apply. Should work! if it does not, contact me.
Once again this flashable zip file belongs to ZduneX25 and not me. Make sure to check out the original thread

Related

Alternative SC Battery Percent Icons...

Hi.
As not every one likes the original Super Circle Battery Icons, here are some that are more like the default battery icon. I can't take credit for their creation, I've just collected them, so credit goes where credits due, which isn't always easy to determine as images are used in a number of ROMS or themes.
As all phones are different DON'T just copy & paste them, as they may need editing for your phone first.
Android Blue (128 Icons | 38x38)
{
"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"
}
Android Green (136 Icons | 38x38)
Android Green 2 (108 Icons | 38x38)
Gingerbread (204 Icons | 22x38)
Standard (136 Icons | 38x38)
Standard No Number (136 Icons | 38x38)
Standard Gray (204 Icons | 38x38)
If you are the original creator and want me to remove them please say, or say just so I can give proper credit for them.
I really like the Android Blue Icons but i dont want to srew my Phone i dont know what do to other then replace the existings with new one with WinRar but then the signing thing and all this i dont get so could please someone tell me exactly what to do or send me a framework-res.apk with Android Blue Icons (Just the Icons no other Mods)
Wolfbreak said:
i dont know what do to other then replace the existings with new one with WinRar but then the signing thing
Click to expand...
Click to collapse
Open the framework-res, drag and drop the files to drawable-hdpi, choose store as the compression method, close, done, then you don't need to resign it.

[Q] How to change notification bar?

Hey guys,
i'm running Nscollab 1.0.60 at the moment and i would like to try out MIUI, to be more precise KelLMSKing MIUI Mod 2.8.1, with their Dark-Blue-Theme-2.0.
Dark-Blue-Theme-2.0.
{
"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"
}
Nscollab 1.0.60
My problem is, i dislike the symbols in the notification top bar in the Dark-Blue-Theme-2.0 and i would like to use the symbols of Nscollab 1.0.60 instead. (i'm used to them and like them way more)
So, how do i change the symbols and only the symbols in the top bar? I don't even have the smallest clue about that, cause i'm not that deep into it (android os etc.)
The beauty of MIUI is that there are tons of themes where you can change pretty much anything. Can mix themes and customize to your liking. You'll find tons of themes with the status bar more how you want it.
I have used miui in the past for my Nexus S 4G and you can actually specifically change the status bar regardless of what theme you are using.
if you really wanna know , i can tell you
view apk file without unzip it , you will see lots lots icons , they are all replaceble
goto SDcard, /MIUI/THEME , open that mtz file with WINRAR or something like that , you will see a file named "com.android.systemui" and "framework-res"
extracted these 2 files out , and open them without unzip them , move the icons you like and replace them
I like CM7 and there is an option to install the theme app. that is where you can find all of the themes lol

[Guide] how to theme unthemed app

hello xda devs
from very first i would like to say im really big fan of white theme i dont like black backgroud so i was looking for guide i found guides for apps having styles.xml
and in androidmanifest.xml some codes but for what that which app dont use any both of these so many apps donsent use theming code so for that i made this guide with this you can use white theme and mod the app so lets start
things you need
apk decompiler and recompiler for ex (apktool , apktool for android , apk manager , etc
and any text editor
decompile app that you want to theme it to white
note: this is only for those apps that do not use theme codes in style.xml and
androidmanifest.xml
so how is it possible to theme that app ?
answer is so simple just add a little code to androidmanifest.xml
open androidmanifest.xml and look for
<activity
android:label="@strings/example
if you found it [example is only for example it may diffrent in apps so i keep it example
see the images and just below that code add this code
android:theme="@*android:style/Theme.Holo.Light"
or you can also use this
android:theme="@*android:style/Theme.DeviceDefault.Light"
see images below
Before adding code
View attachment 2548446
After adding code
View attachment 2548448
what's next ?
youre done
now recompile and sign it
I have used sony smart key from play store
View attachment 2548455
{
"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"
}
credits = @akashpillai
note: if you use this guide please give proper credits
enjoy
dont forget to hit thanks button
i like black one. still hit thanks for helpful post
Sent from my ST23i using XDA Premium 4 mobile app
great guide broda

[MOD][GUIDE]Samsung's data connection animation on any phone. No SMALI, XML editing!

Hi guys,Want this? :silly:
{
"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"
}
​So, I'm here with a guide that is ver very simple to follow even for noobs.
You just have to replace the respective .png images that I've provided below in your phone's SystemUI.apk to get that on your phone.
So let's start :victory:
:angel:BEFORE YOU START, PLEASE TAKE BACKUP:angel:
​ Requirements:
Apk-tool or Apk-multitool for decomipling
A good brain:silly:
7-zip for extracting APKs.:fingers-crossed:
Guide:
1. Extract or decompile your systemui.apk with APKtool or APKmulti tool, whatever you prefer.
2. Go in the folder-
systemui.apk/res/drawable-hdpi
Click to expand...
Click to collapse
Note that for me it's drawable-hdpi because my device is WVGA. It may chage as drawable-ldpi or mdpi or xhdpi or xxhdpi with respect to your screen's reolution.
3. Search for the images that show up olverlapped on the signal bar's images when data connection is on.
If you're using a AOSP or simillar rom, you will easily get them.
It's name is generally "stat_sys_data_inout.png"
Click to expand...
Click to collapse
4. Now replace those three pngs with the one I've atached below.
5. Now you've to search for the "E" or "H" that appears on the top of your signal indicatior in staus bar of your device.
Go in the same folder as above and search for the image,
Generally its name it"stat_sys_data_fully_connected.png" for 2G EDGE and for 3G its like "stat_sys_3g_fully_connected.png"
6. Now jst replace the "E" and "H" images that you see there with the ones in the attachment
7. Maybe you'll have to do some modifications in the .png images according to your screen sizes, If you can do it, do it.
If you can't , ask a friend Please don't message me for help. I don't get much time to do that work. Please
Cheeers. If you have any problems, reply to this thread or PM me

Stock Android Lollipop Icons UI for EMUI 3.0 / 3.1 / 4.0(not tested yet)

Hello,
The theme is based on pure Stock Android lollipop icons.
Updated To V3.1.1​What's new in V3.1.1
1. New font added [ Bariol ]
2. Notification bar's icons changed.
3. Settings icons changed.
4. Some icons weren't showing up correctly. fixed in this version.
Link V3.1.1 : https://drive.google.com/file/d/0B_lBqhI9rLZTU011RVVON1BhMDg/view?usp=drivesdk
Screenshots :
{
"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"
}
Don't forget to hit thanks button if you like the theme!
MA Shishir said:
Hello,
The theme is based on pure Stock Android lollipop icons[Taken from different sources] and there are no other customization without -
1. Icons
2. Com.huawei.totemweather
Icons are resized to match with ui and very less customization for better speed as theme consume ram. Let me know if you find any bug and ill try my best to solve!
How to use -
1. Extract the zip.
2. Cut/copy the stock.hwt in your HWThemes folder.
3. Apply from Theme manager.
Screenshots are in attachment section!
Thanks!
Click to expand...
Click to collapse
Great work bro .. +1:good: given
Cool
:victory:

Categories

Resources