[MOD] Transparent Notification Bar - Click Themes and Apps

Was feeling in a transparent mood the other day before i made the lock screen..
{
"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"
}
Note : the black settings come from a theme I hope to release soon.
INSTALLATION
**Disclaimer**
I am not responsible for your phone, or anything that happens to it. Ever.
This apk has been pulled straight from my phone, and its working fine.
(stock rom,black skin installed,clear lock screen,custom skin, rooted)
Have a Nandroid backup
Have a Goldcard
Have recovery
Backup your original apk
Notice: this apk uses images from the Skin: Black , if you do not have it installed you will now have a black notification menu. For maximum colour-compatibility install the black skin first.
Also note that I have changed the pull down tab located at the bottom of the screen shots, I felt this was more appropriate for the theme.
Instructions
push the apk to system/framework
reboot, you should now have a transparent notification screen

Thank you man
Can blank (transparent) part of slide be refilled with black color
p.s. havok, will you do a white skin? So we'll have black and white

Does this work with Gingerbread?

Which file you changed
Thanks

I'll make this for gingerbread, i think its called status background (or similar) inside framework res .apk

Good work..havok make it work for gingerbread..

Transparent status bar
Hi havok
I tried for transparent status bar in res frame work.apk (puting transparent file ) but signing creates problem phone don't start
I have Android signer java application
may be HTC sign different
what i do ?

you can avoid having to sign the apk files again:
1. extract file you wish to edit
2. edit file
3. open apk (NOT extract) using zip manager (e.g 7zip)
4. drag edited file into the correct folder in .apk and replace
5. file should then be ready for adb push. no rezip or re sign needed

please edit for me
hi havok
I use 7 zip but don't work phone stuck at booting
I m uploading a file
replace it frame work.apk /res /drawable-120dpi/statusbar_background.png
please edit & upload working frame work.apk
Thanks

I think it looks nice, but i think that it will be confusing in the last end.
But nice one mate!

I want to make the notification bar transparent so my wallpaper goes to the top edge of the screen.
how do I do this? this appears to be the lockscreen?? maybe I am calling it by wrong name. running 2.2 on TP2 the white bat at the top that has the notification icons and the network battery time info.
I want to make "that" transparent. if the wallpaper does not "go" to the top then I want to "skin" it to match the wallpaper.
I can't use metamorph since that requires busybox and busybox does not work with my build.

use online kitchen, the instructions and the kitchen are here: http://uot.dakra.lt/kitchen/

Hmm First "CAN" I use this at all.
I am not running an android device "per say"
I am running a windows mobile 6.5 HTC Touch Pro 2 that has android running "ON IT" (from the SD card)
so would this even work for me?
second it says transparency of the notification bar requires Ginger 2.3 I am Froyo 2.2
if I can't make it transparent can I simply replace it with a non transparent bar (I will clip the appropriate pixels from my image and make that "chunk" the notification bar. IE simulate transparency. it will only work for one wallpaper but thats ok.
I don't see an option for this ?

Hello
Where can I find the system/framework in my Galaxy y? Does it need to be rooted? I really want to have a transparent status bar
And were should I put the attached data?

iambabydoll31 said:
Where can I find the system/framework in my Galaxy y? Does it need to be rooted? I really want to have a transparent status bar
And were should I put the attached data?
Click to expand...
Click to collapse
use file eksplore like: file manager, astro, etc ! and most importantly, you must be root in order to access and change the file system

Related

Basic Framework Edits

this is a very basic guide to change colors and maybe icons if you've suitable icons..
I don't know anything about signing apks and stuffs but I did the following steps and it worked for me...
THINGS YOU'LL NEED :
7zip
Any Imaging Software that can handle PNG files(I use PHOTOSHOP)
FRAMEWORK-RES.APK file
STEPS :
Right Click on your framework-res.apk
Click 7-zip->Open Archive
go to res folder
Extract drawable-mdpi anywhere on your pc
edit the files you want with your imaging software and save them
now drag the modified files to the drawable-mdpi folder in the zip file
Open the drawable-mdpi folder in your zip file
select the modified files, hold and drag to the zip archive and leave it
it will ask you to add the files or not
just click yes
Click to expand...
Click to collapse
Close the file
Push your framework into your phone
(I use Xrecovery mode for pushing it, cuz its safe)
Code:
[B]busybox cp /sdcard/framework-res.apk /system/framework/framework-res.apk[/B]
---------------------------END------------------------------------------
IMPORTANT TIPS
if you're upto modifying colors than you may notice that some files have extension .9.png they need special way to edit (actually not so special lol)
just open them in your imaging program
you'll notice few black dots and black border
something 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"
}
keep those black things as they are, and mess around with the other colors
-----------------------------END QUOTE----------------------------------
for now I've just tested this with colors and few icons and it works
-------------------------------------------------------------------------------------
if anyone needs this framework (I changed the green color to orange, changed the lock symbol to stock it was too small and colored some of the network indicators from white to green lol)
FRAMEWORK-RES.APK.7z
Good. i tried to change the xml files. but the process needed me to use apktool to decompile the framework-res.apk.
when i used original framework-res-apk, it decompiled successfully, but when I used gingerbread framework-res.apk by pulpoff, errors about the .9.pngs occur.
propc said:
Good. i tried to change the xml files. but the process needed me to use apktool to decompile the framework-res.apk.
when i used original framework-res-apk, it decompiled successfully, but when I used gingerbread framework-res.apk by pulpoff, errors about the .9.pngs occur.
Click to expand...
Click to collapse
xml is just too advance for me lol
yes for editing xml files it needs to be decompiled....
maybe you need to edit 9.png files the way I did
why dont you give it a try
Thx
I searched for a TuT
Now i can give my cellphone my own looking
A question can i replace icons white icons form a X10 theme or so?
KINGMANI said:
Thx
I searched for a TuT
Now i can give my cellphone my own looking
A question can i replace icons white icons form a X10 theme or so?
Click to expand...
Click to collapse
yeah.. i used gingerbread theme's icons and they worked however you can only replace those which have the exact same name you know not everything is possible lol
nice work. can you explain how to change battery icon, i want it show percent, like 58% in front of the icon. i think that's what people need most
I see now, that in framework 'res' folder, in 'drawable-land-mdpi', we have stock layouts of Lock Screen (i mean, stock bar for unlock move and sound).
How can I set it to default? I don't like that SE original LockScreen theme...
Find all the icons named as SEMC_slidingtab and replace them the way you want
mercury_beta said:
nice work. can you explain how to change battery icon, i want it show percent, like 58% in front of the icon. i think that's what people need most
Click to expand...
Click to collapse
Most people use widgets for that.. lol
please follow the tutorial
how change icons
mislatero said:
please follow the tutorial
how change icons
Click to expand...
Click to collapse
use desktop visualizer for that.. its available for free in market

Theming the android navigation bar

Hello,
I'm trying to theme the build in android navigation bar.
I am running standard samsung ROM.
I have made the navbar visible by adding 'qemu.hw.mainkeys=0' to the build.prop.
This with the reason so i can click the buttons with the S-pen. And i can also navigate when using a mouse and keyboard.
The graphics are located in framework-res.apk
I have coppied it to my pc, changed the .png files, put them back in the system/framework and changing permissions back. After a cache wipe i still see the old graphics.
Maybe the graphic files are located somewere else? anybody knows the answer?
{
"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"
}
My goal is to remove this blue line above the navbar and i want the icons to be white instead of grey.
I also found some of the icons graphics in the SystemUI.apk but not the background with the blue line, this one was located in framework-res.apk..
There is also a twframework-res file in the /system/framework folder. But this one does not contain the navigation bar graphics.
Maybe someone can help me further.
After changing files in the SystemUI.apk and framework-res.apk. Do you have to wipe the cache or is a normal reboot enough to see the changes?
Maybe there is a log tool that can exactly see which processes the phone is running?? Like loading these graphic files etc.
if u are using odex rom, rename the .odex file to whatever extension first, u have the risk to boot loop, if so, adb and rename back the file to .odex
if u are using deodex rom, make sure u are modding the correct image file
Overloaded said:
Hello,
I'm trying to theme the build in android navigation bar.
I am running standard samsung ROM.
I have made the navbar visible by adding 'qemu.hw.mainkeys=0' to the build.prop.
This with the reason so i can click the buttons with the S-pen. And i can also navigate when using a mouse and keyboard.
The graphics are located in framework-res.apk
I have coppied it to my pc, changed the .png files, put them back in the system/framework and changing permissions back. After a cache wipe i still see the old graphics.
Maybe the graphic files are located somewere else? anybody knows the answer?
My goal is to remove this blue line above the navbar and i want the icons to be white instead of grey.
I also found some of the icons graphics in the SystemUI.apk but not the background with the blue line, this one was located in framework-res.apk..
There is also a twframework-res file in the /system/framework folder. But this one does not contain the navigation bar graphics.
Click to expand...
Click to collapse
From my Galaxy Nexus modding times, the Recent/Home/Back image files are in
"system\app\SystemUI.apk\res\drawable-xhdpi"
I've had a look at my own Note 2 SystemUI.apk and it appears it's the same file layout.
The navigation bar files are:
ic_sysbar_back.png
ic_sysbar_back_ime.png
ic_sysbar_back_land.png
ic_sysbar_highlight.png
ic_sysbar_highlight_land.png
ic_sysbar_home.png
ic_sysbar_home_land.png
ic_sysbar_menu.png
ic_sysbar_menu_land.png
ic_sysbar_recent.png
ic_sysbar_recent_land.png
All i ever did to mod these files on my Galaxy Nexus was:
copy SystemUI.apk to PC
rename to .zip
extract zip contents
edit image files
re-zip all files
rename to SystemUI.apk
I assume it's the same process for the Note 2.
EDIT: Forgot about odex/deodex issue. Post above may be the fix.
Also, if i remember correctly, the framework-res file needs de-compiling/re-compiling to be edited, thus the reason why i only ever edited my SystemUI.apk file.
ic_sysbar_back.png
ic_sysbar_back_ime.png
ic_sysbar_back_land.png
ic_sysbar_highlight.png
ic_sysbar_highlight_land.png
ic_sysbar_home.png
ic_sysbar_home_land.png
ic_sysbar_menu.png
ic_sysbar_menu_land.png
ic_sysbar_recent.png
ic_sysbar_recent_land.png
Click to expand...
Click to collapse
Those icons are not used on the Note II. Because in that folder all the icons are white but on the Note II the normal state of the icons is grey and when pressed they become white (this is the case with the graphics in the framework-res.apk file).
Also the background with the blue line is not located in the SystemUI.apk but it is located in the framework-res.apk file.
But the weird thing is after editting these graphics they don't change on the phone. Like it has cached the files..
These are the graphics located in framework-res.apk/res/drawable-xhdpi
I have allready swapped the normal <-> pressed text so the normal state should be a white icon. I have also removed the blue line from the tw_navigationbar_bg.png.... But i just can't see them on my phone after copying the new framework-res.apk to my phone..
Overloaded said:
Those icons are not used on the Note II. Because in that folder all the icons are white but on the Note II the normal state of the icons is grey and when pressed they become white (this is the case with the graphics in the framework-res.apk file).
Also the background with the blue line is not located in the SystemUI.apk but it is located in the framework-res.apk file.
But the weird thing is after editting these graphics they don't change on the phone. Like it has cached the files..
These are the graphics located in framework-res.apk/res/drawable-xhdpi
I have allready swapped the normal <-> pressed text so the normal state should be a white icon. I have also removed the blue line from the tw_navigationbar_bg.png.... But i just can't see them on my phone after copying the new framework-res.apk to my phone..
Click to expand...
Click to collapse
Ah, ok, fair enough. There goes my limited experience from modding my GNex lol.
This is an awesome mod, any progress? Thanks!
Is there any ways to custom the height of the navigation bar??
The bar is very big for me. Thank you.
Absolutely hating the capacitive buttons on this, it's a massive device, why Samsung left the button that sensitive, i don't know, when you type or hold the device with both hands at the bottom, you end up pressing them with your palm, so to say, you have to always hold the device at the top. Hope you work this out and shut the capacitive buttons.
A way to enable on screen nav bar to open when s pen is taken out would be awesome!
The navbar tweaks and everythink were terrible with the Touchwiz Samsung ROM.
I've moved on to the PACman ROM. Tweaking the navbar to the maximum!
But i think i've found the answer to the buttons not being white but a little bit greyish.. The .png is white but some .xml file says that the buttons should be a little bit transparant. So they turn grey..
What file/image controls the background color of the navigation bar?
Download an app called softkeyz it has awesome themes for navbar.
https://play.google.com/store/apps/details?id=com.janis605.softkeyz
Sent from my GT-N7100 using XDA Premium 4 mobile app

[TUTORIAL] Sense 4.0 Theme Creation [On Hold - Working Out Some Bugs]

Since there isn't a Desire X specific skinning tutorial i decided to make and share what i know so far. This is fully manual. Some tools or members may offer automated procedures. The choice is entirely upto you to find such tools. I prefer this method. So please don't say anything about others or point out. Of coz if there are any errors in my method please feel free to tell me.
**My respect and appreciation to sopL87 via whose thread i was inspired to create themes for Sense 2.1. The format of the tutorial and links are borrowed from his thread here. Please check his hard work and ideas there**
Downloads & Installations
a. Download and Install JDK and JRE
b. Download and Install Android SDK
c. Download and Extract Auto-Sign-Tool
d. Download and Extract APK Tools
Setting Up Theme Kitchen [Mini]
a. Extract apktool1.5.0.tar.bz2 anywhere. Copy and Paste apktool.jar in C:\Windows
b. Extract apktool-install-windows-r04-brut1.tar.bz2 anywhere. Copy and Paste aapt.exe and apktool.bat in C:\Windows
c. Extract Auto-Sign-Tool anywhere. Preferably in a specific folder like "Sense4Theme"
Setting Up Sense 4 Framework and Resources
a. Download the attached Desire X Specific Framework and Resources [To Be Attached Soon]
b. Extract the "Framework and Resources.zip" anywhere or Sense4Theme folder
c. Go inside the "Framework and Resources" folder
d. Open Command Prompt
e. Type the following command marked in bold apktool if framework-res.apk
f. Press ENTER and wait while it is installed. You will get I: Framework installed to: C:\Users\UserName\apktool\framework\1.apk
g. Type the following command marked in bold apktool if com.htc.resources.apk
h. Press ENTER and wait while it is installed. You will get I: Framework installed to: C:\Users\UserName\apktool\framework\2.apk
*You will get a couple of warning when you do the installation as in h. Ignore the warning. Unless you did not get any errors, you are good to go.
The Actual Theme Tutorial [Will Be Updated Soon]
[Place Holder] Will be updated when i get free time.
Added to Index.
Cheers
nlooooo said:
Added to Index.
Cheers
Click to expand...
Click to collapse
Nice work with indexing everything. Keep it up!
When will the actual theming tut come?
Sent from my awesome fridge
MaartenXDA said:
When will the actual theming tut come?
Sent from my awesome fridge
Click to expand...
Click to collapse
Sorry for the quite long delay. But i am having some rather odd problems. The themes i redesign has lines which is quite visible for example when a dialogue box is loading. It pre-modded themes (actual file) the said box appears white and clean. But in my modded theme i get odd and ugly yellowish egg colored blotches in the form of lines.
I have tried VTS also. But to no avail. So far i have just changes clock design and apps drawer button (hate the default bubble type ugly buttons)
If anyone can help me please feel free, while i try further experimenting.
ayyu3m said:
Sorry for the quite long delay. But i am having some rather odd problems. The themes i redesign has lines which is quite visible for example when a dialogue box is loading. It pre-modded themes (actual file) the said box appears white and clean. But in my modded theme i get odd and ugly yellowish egg colored blotches in the form of lines.
I have tried VTS also. But to no avail. So far i have just changes clock design and apps drawer button (hate the default bubble type ugly buttons)
If anyone can help me please feel free, while i try further experimenting.
Click to expand...
Click to collapse
Thread bump!
{
"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"
}

Color Gmail notifier icon request

I really did give it a try but It didn't work. I tried to change the icon from a file I pulled out of the Gingeritis Thunderbolt rom that I was using before I switched to the GN2. I just don't know enough about making these changes. Can anyone out there help?
I'd like the red and white icon to replace the plain grayish icon in the notification bar when I get new email (gmail).
{
"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"
}
http://www.aeinrst.info/wp-content/uploads/2011/09/Gmail-Icon.png
I'm on Beans B5 w/ the colored Twiz 0.1 theme. If it matters.
This is a great request. Plus 1
+2 for this I would gladly donate
agree OP has made a great request
I'm running Beans stock deodexed
Does anyone at least have a link for a tutorial so I can give it another try?
sorry I can't help but I'm ready to donate if you can get it working
so what you want is that your email notification look like that?
Yes. But that opens another issue because notifications have a dark tint when you add color to them.
Please send me the .png
Gigatopiloto said:
Please send me the .png
Click to expand...
Click to collapse
Here it is
stu5797 said:
Here it is
Click to expand...
Click to collapse
This is actually the image that resembles the current gmail icon used in the notification bar. With the envelope closed. I think the one with the envelope open is used in the app.
http://static.allmyapps.com/data/apps/4/1/4103/f1a2dedf371e486c7e78a37e26ef5f1c_icon.png
newbomb said:
Does anyone at least have a link for a tutorial so I can give it another try?
Click to expand...
Click to collapse
I take no responsibility for any harm that may come to your phone trying this.
You must be rooted for this to work
check out the links at the bottom on this post for ninjamorph stuff
****The new image must be the same size as the old image for this to work****
I was able to get the notification changed using ninjamorph and rootexplorer.
1. rename your image stat_notify_email.png
2. Open ninjamorph and start a new project.
3. go to data/app/com.google.android.gm-1.apk
4. When you click it, it should extract the folder.
5. On the next screen click copy it(lower right corner).
It should tell you where the copy was saved. For me it was on my phone storage in androidthemes/workspace
From there i went to rootexplorer( you could also do this part on your computer).
1. open androidthemes/workspace/com.google.android.gm-1.apk/res
2. Locate these file:
drawable-hdpi,
drawable-mdpi,
drawable-sw600dp-hdpi,
drawable-sw600dp-mdpi,
drawable-sw600dp-xhdpi,
drawable-xhdpi
3. This may just be an extra step but i went through each of these files and added .bak to the end of each original image so it looked like this: stat_notify_email.png.bak (this will keep the original as a backup in the folder).
4. Copy/paste the new image named stat_notify_email.png into each of these folders.
If you don't rename the files when you paste you will just replace the original.
5. Once you have placed the image in all the file you will go back to ninjamorph and click finish project.
6. Click the com.google.android.gm-1.apk
7. It will then create package
8. It will ask if you are sure you want to replace the .apk....click yes
9. It will ask if you want to optimize using zipalign...click yes
10. It will ask if you want to clean up/delete project...Click yes or no(up to you)
11. Once it is done, reboot phone and it should have the new notification icon but it will have a dark tint from the notification bar.
I have not done that much with ninjamorph so there probably is a shorter way to do all this.
Here are a couple links to using ninjamorph:
http://www.youtube.com/watch?v=8uD0o52typs
http://forum.xda-developers.com/showthread.php?t=674604
http://www.droidxforums.com/forum/d...ninjamorph-change-notification-bar-icons.html
Hopefully this works for you.
Excellant write up for those wantign to try some of this..

[MOD] Orange Themed Statusbar with custom pulldown Image for SGN2 4.1.2

PsyJoe's Status Bar Mods
First of all, this is my first mod, so of course there's NO WARRANTY ^^ ...feel free to use it but if you brick your phone it isn't my fault
This mod was made using Tickle My Android by Ticklefish - so big thanks to him :good: - and some hours of trying to change values, layouts etc.
It seems like the flashable zip dosn't work with CWM, so either you try using TWRP or open the downloaded zip, navigate to \XTRAS\system\app\, extract SystemUI.apk
and flash it via adb or use a file manager to copy it to /system/app/folder on your device.
But be sure to set permissions to 644
So what's changed:
Several SystemUI-Colors were changed to orange (the orange from the credits at the end of each Modern Family Episode)
Battery-Icon: Orange Circle
Wifi-Icon: Orange from top
Battery-charged-100%-Icon: Orange Circle 100%
Custom Pulldown background Image
Transparent Notification and brightness controller background
- Custom orange Expanded Statusbar Settings Button
- QuickSettingsPanel Text and Toggle Icons changed to orange
Screenshots:
Status Bar Wifi
{
"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"
}
Status Bar Mobile Data
Statusbar incoming Notification
Status Bar Expanded
How to install:
Download the attached Orange_Themed_StatusBar.zip
Reboot to your custom recovery
make a nandroid to be sure ^^
flash the downloaded zip file
Wiping Dalvik cache isn't needed because it's automatically done
A flashable backup zip will be created on your sdcard, but I would recommend to perform a Nandroid or at least backup the SystemUI.apk in /system/app/folder on the device
reboot
Enjoy the result
If you want a transparent Status Bar instead of the black one look at Post # 2
If you don't like the pulldown background image, u can try to open the downloaded zip, navigate to \XTRAS\system\app\ and open SystemUI.apk with 7-zip, navigate to \res\drawable-xhdpi\ and change "new_bg.png" to the Image you like, but it should be in 720x1280 px or at least the same proportion.
I didn't try this but it should work I guess ^^ ... or just decompile it, change the Image, recompile il and make a flashable zip or push it direkt via adb, but be sure to set the permissions to rw- r-- r--. Then wipe dalvik cache and reboot.
I hope someone can need this and likes the colors as I do
Coming soon:
- Mod to change only Dropdown Background Image
- Selectable icons
- ICS Blue Mod
Big Thanks to:
Ticklefish
The Universal Flasher Team
The Icon-Designers
The whole community for guides and HowTos etc
Greetz from Germany PsyJoe
Transparent Quickpannel Background & Orange Icons + texts
I changed some Icons and text colors etc. and added a 75% transparent Status Bar (only Header) version
Changes:
Wifi, siganal, battery, brightness, silent and toggles icons changed to Orange
toggles background to 100 % transparent
Notification ( & timestamp & Clear Button) color changed to orange
Screenshots:
Status Bar Wifi
Status Bar Mobile Data
Status Bar expanded
Notice:
I made some changes in framework-res.apk which is about 30 mb, so I uploaded the file on zippyshare.com
The attached files are without the framework-res changes (stock notification colors)
Downloads:(via zippyshare)
Black Status Bar (non transparent) with orange Icons & Text colors
75 % Transarent Status Bar with orange Icons & Text colors
50 % Transarent Status Bar with orange Icons & Text colors
EDIT: Have a Look at ColorBean Theme for more Status Bar Colors, transparencys etc. and an awesome Dial Pad Theme
Greetz from Germany, PsyJoe
[ERROR] We need one sd card mounted!
This is the error im getting. Omega v11.
zeeshanonlyme said:
[ERROR] We need one sd card mounted!
This is the error im getting. Omega v11.
Click to expand...
Click to collapse
Are you using cwm? ... you could try it using twrp
EDIT: I just tried it with Omega v11 Rom and twrp, it works perfectly. So the error really seems to be caused by CWM.
But if you don't want to flash TWRP (which is much better in my opinion ), you could try to extract the SystemUI.apk from the \XTRAS\system\app\ folder of the zip file you downloaded, and flash it via adb or just use a filemanager to copy it to your /system/app/ folder on your device.
But be sure to set the permissions to 644

Categories

Resources