[Community Project][alpha] Animated Status Bar Icons!! - Android Software Development

{
"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"
}
Community Project
Animated Status Bar Icons
What is the goal?
Getting custom Animated Icons in our Status Bars!
Anyone can join this Communtiy Project!
provided you want to help get this
Animated Status Bar going!
If interested: drop me a PM OR post in
the thread here, and say you'd like to help!
This 'project' is a work in progress, and will undergo a lot of changes
over the next few weeks, lots of things on the go, and quite a few
amazing people lending their spare time, to see this project through.
That being said: below is the source code, and @brandall's message,
He was extremely generous and created the alpha version of this apk.
Please consider thanking him at his Utter! thread.
brandall said:
Hey @Adizzzle
Attached is an apk that uses the inbuilt Android uploading icon.
The source code is available here. I'll stick the open source licence in it when I get a moment - of which I have very few lately.... But anyone is free to update it, use it, sell it, whatever.....
It's pretty simple code that's clearly labelled so beginner developers should be able to follow it.
I don't know how to create animated icons using XML or if there are any system restrictions to their use, so it might be a root only project for you.
Hope this base code can get others interested and up and running.
Wishing you good luck with your project.
Ben
Click to expand...
Click to collapse
What we got so far?
Code:
[B]"Attached is an apk that uses the inbuilt Android uploading icon."[/B]

Meet the Team:
@Adizzzle - Project Coordinator
@Neurom707 - The first Project Pioneer
@FemBlack - The Xposed Mastermind
@brandall - The developer of Utter! and gracious contributor
...More to come I hope...
:highfive::highfive:​

Reserved - Just in case

That is an xml file that sets up the email notification icon to be animated cause it to change every 80 ms all the icons are located in the drawable folders inside the decompiled apk (download from attachments and view using notepadd++ as it will not paste correctly also need to change extension back to xml as I renamed it .txt because of attachment rules

Neurom707 said:
That is an xml file that sets up the email notification icon to be animated cause it to change every 80 ms all the icons are located in the drawable folders inside the decompiled apk (download from attachments and view using notepadd++ as it will not paste correctly also need to change extension back to xml as I renamed it .txt because of attachment rules
Click to expand...
Click to collapse
Thanks @Neurom707, that's definitely another good place to start looking I'll try and gather as much as I can from it! May I add you to the Team heading as well? ?
Nexus⁴?

This is quite interesting! I have to look this one...
Neurom707 said:
That is an xml file that sets up the email notification icon to be animated cause it to change every 80 ms all the icons are located in the drawable folders inside the decompiled apk (download from attachments and view using notepadd++ as it will not paste correctly also need to change extension back to xml as I renamed it .txt because of attachment rules
Click to expand...
Click to collapse
So, from what I see, it used the parent code <animation-list> and used androidneshot="false" to basically stop the series of images setting on one image... Interesting...
Can you upload that app that uses those animated email notifications?

I wonder if that's from systemui,
framework-res, or the actual gmail app..
Nexus⁴?

Adizzzle said:
I wonder if that's from systemui,
framework-res, or the actual gmail app..
Nexus⁴?
Click to expand...
Click to collapse
You may add me too the team, that was taken from a theme for cm10.1 but the actual xml file would go in apkname/res/drawables of the systemUI.apk
Theme is here : http://forum.xda-developers.com/showthread.php?t=2008993
Will decompile a systemUI.apk soon and place the animated icon and see what happens

Neurom707 said:
You may add me too the team, that was taken from a theme for cm10.1 but the actual xml file would go in apkname/res/drawables of the systemUI.apk
Theme is here : http://forum.xda-developers.com/showthread.php?t=2008993
Will decompile a systemUI.apk soon and place the animated icon and see what happens
Click to expand...
Click to collapse
Is there another way of getting the icon to appear
without having to receive an email you think?

Adizzzle said:
Is there another way of getting the icon to appear
without having to receive an email you think?
Click to expand...
Click to collapse
i think you should make the xml to repeatedly run through a set of pictures, that way is easy for themers to theme?
also make the icon appear when the refresh interval starts to check for mail?
Also i am developing "Universal Safety Flasher" whitch will go great for theming such as this!
And one more thing, the status bar icon are in /system/framework/framework-res.apk or /system/app/SystemUI.apk
i dont remember

ricky310711 said:
i think you should make the xml to repeatedly run through a set of pictures, that way is easy for themers to theme?
also make the icon appear when the refresh interval starts to check for mail?
Also i am developing "Universal Safety Flasher" whitch will go great for theming such as this!
And one more thing, the status bar icon are in /system/framework/framework-res.apk or /system/app/SystemUI.apk
i dont remember
Click to expand...
Click to collapse
I was hoping to have the animated icon always in the status bar, of course that being the case there will certainly have to be a way of turning it off as well.
Nexus⁴?

Was thinking something like an xposed mod would work nicely we would obviously need to work hard
Sent from my MB526 using xda app-developers app

Neurom707 said:
Was thinking something like an xposed mod would work nicely we would obviously need to work hard
Sent from my MB526 using xda app-developers app
Click to expand...
Click to collapse
I have a friend whom has made some xposed mods already perhaps i'll link him here..
Nexus⁴?

Adizzzle said:
I have a friend whom has made some xposed mods already perhaps i'll link him here..
Nexus⁴?
Click to expand...
Click to collapse
Get all the help we can, as for the icon being there constantly that's a per app thing to make sure they're not killed might be harder
Sent from my MB526 using xda app-developers app

Neurom707 said:
Get all the help we can, as for the icon being there constantly that's a per app thing to make sure they're not killed might be harder
Sent from my MB526 using xda app-developers app
Click to expand...
Click to collapse
Well I contacted @FemBlack about the Xposed module, no reply yet, and I have also tried contacting @brandall about getting the icon in the status bar and keeping it from being killed, however I no reply from him either.
Nexus⁴?

Adizzzle said:
Well I contacted @FemBlack about the Xposed module, no reply yet, and I have also tried contacting @brandall about getting the icon in the status bar and keeping it from being killed, however I no reply from him either.
Nexus⁴?
Click to expand...
Click to collapse
i will really help u when ever u want help from Xposed framework side.....

FemBlack said:
i will really help u when ever u want help from Xposed framework side.....
Click to expand...
Click to collapse
Thanks very much @FemBlack may I add you to the Team section?
Nexus⁴?

Adizzzle said:
Thanks very much @FemBlack may I add you to the Team section?
Nexus⁴?
Click to expand...
Click to collapse
No prob.. its a honor for me...

New banner image ?
Went crazy posting it all
over different sites.
Nexus⁴?

SO here it goes,
so far I have pulled the .xml and images for a breathing Gmail Notification,
Thanks to @Neurom707 for the idea, and the theme.
They are all located in my public Dropbox folder:
http://db.tt/klg2Y2Qg
The .xml tells the notification, to scroll through 0 - 20 images,
and that causes the notification to have a "breathing effect".
Now to get this working in a ROM!
Would anyone know how to activate this .xml and these images, rather
then the default un-animated notification? Would this be located in the gmail app?
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The images were located in res>drawable-xhdpi
The .xml was located in res>drawable

Related

[03/09/08] iStyle... The gesture and finger friendly HYBRID theme... EZ install!

I made this theme a while back and decided to share it with this community in thanks for all the apps, programs, etc that are donated to us. I originally this theme with WAD, but I wasnt getting the results that I wanted, nor the speed. Then I came across this lightweight and speedy program called ultimatelaunch. It is by far my favorite GUI so far, very lightweight, simple, fast and customizable. It has some minimal flaws, but Ive tried my best to get it as efficient as possible for ease of use with one hand. You have all probably seen the AURORA and CUBE themes, which are pretty awesome as well, but this is a lot different. Each button along the bottom rom is a tab that responds to a page and title. Each page is customizable with included icons for various apps and progs. However, if you want it to look like the picture, then follow instructions to the T and you should run into no problems. The overall look of this theme is similar to an iPhone, but shows the power and benefit of WinMo and adds some style that cant be compared... Enjoy!
There are 5 tabs stock (Delete some if you'd like, but 5 max)
{
"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"
}
NEW DIALER INCLUDED!!!
Now with an optional dialer thanks to cbus! Thank you for your work, this dialer is simply genius.
click here to download the dialer cab
!!! Make sure you have the standard HTC dialer w/o video. The cab is only graphic files so that you can revert back to the original after an uninstall.
INSTALL:
1. Download THIS zip file (thanks to Moe5508) and install the file in order (0-9)
2. Go to start-settings-today-items and uncheck each item except for ultimatelaunch
3. Take it for a test drive
!!! All the animations, icons, and backgrounds are customizable. There are extra wallpapers and icons included, soo get creative and original
!!! All the shortcuts will be different on your device, to change them, hold your finger on a tab at the bottom of the today screen to pull up the menu. Click "Settings" - Pick the desired tab and click "Change" - Highlight "Apps" - then click "Change" - Pick the icon you want to change its shortcut. Its all rather self explanitory, but im trying to make this "NEWB" proof so I dont have to babysit this thread too much if you have any questions pm me.
!!! The batterystatus icons should work just fine. **From left to right** The first icon is the missed call count, clicking it opens the "Missed Calls" The second is voicemail, click it to call your "Voicemail" (To edit your vmail number, Activesync your phone or use total commander to open the "mytheme.xml" with a notepad located in the "/windows/batterystatus" folder. Scroll about 3/4 the page down and change the part that says "123456" to your own phone number) The third is text messages, click it and guess what happens lol. The last is your email, if you click it, it will pull up the account picker if you have multiple accounts like me (btw, the icons glow when something comes in)
!!! If anyone knows how to fix the clock from saying 0:00 at midnight, please let me know. thats the only thing i cant figure out, ive friggin looked EVERYWHERE!
CREDITS:
Thank you Daniel Schumann for such an awesome and reasonably priced GUI!
Some of the pages have today plugins that I got from freewareppc.com (awesome! freeware sight) they are called METRIX, CALENDAR+, HTC RSS Hub, BATTERYSTATUS ... thank you to the authors, please donate if you like their awesome freeware. The icons were sampled and resized from AKUMA and TORX, big thanks to their genius creativity. The background is from pocketpcscreens.com and modified by yours truly. The batterystatus theme was made by dBoris and the xml was edited by me to fit my needs. Thank you for the new dialer CBUS! The easy install files packaged into cabs and zipped up thanks to MOE5508. I dont know the real names of all these ppl, but their apps, work, and talents have helped me compilate this theme and take my phone to a new level. Just know that all your works are much appreciated by many of us here at XDAdev. Hopefully this theme will get your products and talents recognized a bit more...
I hope you will all love it, let me know what you think!!! Enjoy this theme and sorry if this was all too long! Although Im sure it was worth the wait!!!
I tried downloading and using just the icons that you had, specifically the XM Icon but I get an error when I try to use it. What am I doing wrong?
HostileJava said:
I tried downloading and using just the icons that you had, specifically the XM Icon but I get an error when I try to use it. What am I doing wrong?
Click to expand...
Click to collapse
the icons are sized at 50 pixels... make sure to set that individual icon to 50+ for both parameters.
I guess that would explain it. Thanks for the quick reply.
HostileJava said:
I guess that would explain it. Thanks for the quick reply.
Click to expand...
Click to collapse
yup... glad i could be of help, later
Looks good man.
As soon as my Mogul gets back, i'll be upping this to it.
Nice work..Looks pretty cool.
mfrost67 said:
Nice work..Looks pretty cool.
Click to expand...
Click to collapse
thanks guys, ive been really busy, i FINALLY got to upload it! im glad you all like it... if you follow the instructions... youll love it! very, very, easy to use, even while driving... ill release a video soon
looks nice good work!
and thanks for the detailed instructions, something i think a lot of people will find useful!
mugglesquop said:
looks nice good work!
and thanks for the detailed instructions, something i think a lot of people will find useful!
Click to expand...
Click to collapse
thanks... as you can tell, i put a lot of time into creating this theme and thread... this community has been great to me, sooo i like to share when and where i can...
Looks awesome....font is a little unprofessional for my tastes though. Any possibility of a different version of this in a more professional format?
Looks absolutely stunning! Can't wait to get home and try it!
Nice work man thanks for the contrib.
I tried to set this up.
Ulitmatelauncher doesnt work correct when I copy over the files. Actually UL doesn't open up at all.
bowlopho said:
I tried to set this up.
Ulitmatelauncher doesnt work correct when I copy over the files. Actually UL doesn't open up at all.
Click to expand...
Click to collapse
I went into the UltimateLaunch.ini file and changed teh font to arial
restarted, now it works.
can we get a zip of your start menu links too? I see you have alot of nifty shortcuts instead of me having to find each program myself. like the text.lnk mms.lnk etc.
Is there a way to add a picture dial side to UL? Awesome theme !
thnx man good work !!!!
sorry everyone... i kinda passed out for a bit. ummmm, as far as i know, there shouldnt be any problems copying over the ul folder, if i recall the font on my theme is stock. (however, if youve changed your system font, you might have to change the .ini file in "program files/ultimatelaunch")
soo whoever thinks its unprofessional might not like ul (i mean, the font is outlined with black to make the white easier to read, but thats the only portion thats changable as far as i know. if you are referring to the picture... it doesnt have the font like it does at the bottom of the picture. the icons, are the bottom.
as far as shortcuts, i might be able to post up all my shortcuts, because i use some really cool programs i found (like the "favs" and "games" section, all in grid view, no lists! ) this part might have to be tonight though, i plan on releasing a movie as well in case there are some other things ive done to my phone that you all might like.
as far as a picture dialer side. i use the favs button to pull up "VS Contacts"
the button used to launch the contact side of the cube, which was neat, but I think VS Caller is better in some areas... but for you, ill post a fav five plugin that i have... its the best i can do.
update...
check the top of the first post!
another issue I found is going form landscape to portrait. it icons don't get drawn back correctly.
once you rotate your screen and the scroll bar appears, the totally screws up the alignment when putting it back to portrait.
this is not because of your skin, but primarily an issue with UL.

[THEME] Gingerbread for Defrost 6.1a, CM 6.1.1 and Oxygen 1.0.4 AOSP (4/1)

Gingerbread for Defrost 6.1a, CM 6.1.1 and Oxygen 1.0.4 AOSP
For those still running Froyo I’ve created a theme that replicates the stock gingerbread look.
This has taken me a long time to compile and maintain. It was not as simple as copying files from one APK to the other; it required xml editing, icon design and much probing into the gingerbread SDK to find all these files to bring you the most accurate Gingerbread look.
If you use this and like this please donate.
{
"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"
}
What you get:
Stock Gingerbread
Status icons – System, Gmail, Email, Messaging, Market
App Icons – Browser, Phone
Gingerbread keyboard
Nexus S live wallpapers (Thanks AdamG)
Black menu background with correct text colour and vertical dividers
General framework including tick-boxes, menu pop-up
New dialer
Launcher2 themed (DeFrost only, for Oxygen and Cyanogen(MOD) use this one)
Enhancements
Smooth 100 step charging and discharging animations
Smooth refresh
Smoother spinner animation
Green notification overflow background
Green progress bars
Ability to change lockscreen backgrounds
Gingerbread style notification power widget
Black MMS.apk (Oxygen – not CM port but modded stock)
Metamorphs
Battery percentage Mod 1 (square font)
Battery percentage Mod 2 (rounded font)
White Status icons (as if not connected to Google servers in GB)
Green Icons (Revert)
No Battery Percentage (Revert)
Downloads
Instructions – not for Metamorphs
You have to be rooted to install these custom roms – if you are not rooted head to XDA and they should be able to help.
I can only support ROMs for the HTC Desire, however the Cyanogen(MOD) framework is very similar across the board. I believe porting to other HDPI devices is not hard and you are free to attempt this with these files.
Download the desired files to your SD Card, if you are on Cyanogen(MOD) or DeFrost you will also need to place the Colour config file “Gingerbread.xml” in /sdcard/CMTheme/
As with all flashable zips a NANDROID backup is recommended.
Flash the *.zip file either with ROM Manager or through recover as you would a ROM. You do not need to unzip these files.
Reboot the phone
If using Cyanogen(MOD) or DeFrost you will need to apply the colour theme (Settings > CyanogenMod settings > User interface > Tweaks extras > “Select Theme” > “Gingerbread”)
Enjoy your Gingerthemed Froyo
Instructions – for Metamorphs
To use the Metamorphs you need to have you desire S-Off’d and you must download Metamorph from the Market. Once you have this it’s pretty straight forward.
If you don’t have S’Off or can’t get Metamorph to work you can merge the files from a Metamorph into a theme (framework-res.apk) and then flash the theme through recovery.
I hope to write a tutorial on how to do this some time in the future.
Changelog
(4/01)
*Consolidated all themes to be the same
(7/12)
Added Green Icons
(7/12)
Initial Release
Nice! thanks!
Looks good!
Sorry to ask what is likely a silly question, but where are the global text colours defined? I can't for the life of me find the config for the menus - all my popup menus are black-on-black in my attempt at this for CM6.1. :/
TickyDraconia said:
Looks good!
Sorry to ask what is likely a silly question, but where are the global text colours defined? I can't for the life of me find the config for the menus - all my popup menus are black-on-black in my attempt at this for CM6.1. :/
Click to expand...
Click to collapse
Use the xml colour file from the blog (you need to right click and download)
You should be able to rip all the "drawable-hdpi" files with no probs.
Gas
For CM
Try these 2 files - You need this colour file too (Copy to /sdcard/CMTheme) then sellect in CMSettings. (Right click and save-as)
For CM6.1 - Desire - Flash in recovery then apply colour file.
Grey CM6.1
Green CM 6.1
If they work, please let me know!
Gas
ClassicalGas said:
Use the xml colour file from the blog (you need to right click and download)
You should be able to rip all the "drawable-hdpi" files with no probs.
Gas
Click to expand...
Click to collapse
That works for most of the UI, but the CMtheme stuff doesn't affect menus;
Is there a workaround?
ClassicalGas said:
Try these 2 files - You need this colour file too (Copy to /sdcard/CMTheme) then sellect in CMSettings. (Right click and save-as)
For CM6.1 - Desire - Flash in recovery then apply colour file.
Grey CM6.1
Green CM 6.1
If they work, please let me know!
Gas
Click to expand...
Click to collapse
Work fine. What did you modify in Gmail.apk?
TickyDraconia said:
Work fine. What did you modify in Gmail.apk?
Click to expand...
Click to collapse
Just the notification icon
TickyDraconia said:
That works for most of the UI, but the CMtheme stuff doesn't affect menus;
Is there a workaround?
Click to expand...
Click to collapse
I can't find the fix for this. I think it's in styles.xml search "panel" and remove the "inverse part", but this didn't recompile properly. I'm just using the old white menu pop-ups.
Gas
ClassicalGas said:
Just the notification icon
Click to expand...
Click to collapse
Ah, OK.
ClassicalGas said:
I can't find the fix for this. I think it's in styles.xml search "panel" and remove the "inverse part", but this didn't recompile properly. I'm just using the old white menu pop-ups.
Gas
Click to expand...
Click to collapse
Looking into it now.
http://db.tt/CVkH3Oj
Just for defrost
This is a more thoroughly themed file. Unfortunately I can't post screenshots as I'm not at my computer. To get the keyboard to work you might need to clear the cache of the keyboard app.
Let me know what you think.
Sent from my HTC Desire using XDA App
Sent from my HTC Desire using XDA App
Freakn sweet! Using it for my desire right now, love it!!
//_b
Wow ! It's amazing , I love it. Thx
Sent from my HTC Desire using Tapatalk
Gas will be made for this Theme graphite lockscreen and phone.apk?
It's good
Hello There!
I really like this new look, however I think there are a few things wrong.
First, the notifications bar is a really dark black in 2.3 (I have looked at the pictures and tried the GingerNinja ROM) while this is more grey.
Second, the headset icon (I know that you cannot do anything about it since you only have the SDK and not the source code)
I think that's about it..
As I said, I really love this, and I greatly appreciate the effort you have made to port this! I'd love to see some more of it.
Have a nice day/night Gas!
KroonBerg said:
Hello There!
I really like this new look, however I think there are a few things wrong.
First, the notifications bar is a really dark black in 2.3 (I have looked at the pictures and tried the GingerNinja ROM) while this is more grey.
Second, the headset icon (I know that you cannot do anything about it since you only have the SDK and not the source code)
I think that's about it..
As I said, I really love this, and I greatly appreciate the effort you have made to port this! I'd love to see some more of it.
Have a nice day/night Gas!
Click to expand...
Click to collapse
I've taken the notification bar from the SDK and various screenshots (see arstechnica for example). I can resize and grey out the headset icon which I will look at doing tomorrow.
Re: incorporating this with other lockscreens, I will try and add them all to this through morphs, but it might take a while.
Gas
Sent from my HTC Desire using XDA App
As I said in an earlier post i LOVE this theme =) But i got a queston. Mine doesn't looke exactly like the screenshot I'm posting n image to show what i mean, on the right side is the screen shot and on the left is what mine look like, dunno if its maybe because I'm using CM power widget in notif... bar?
Also it looks like the alarm icon got and extra pixel on the top right side or something
//_b
Looking great. For some reason the keyboard keeps force closing but it's not a problem as I was going to switch to the HTC one anyway but might be something you want to look into. On a HTC Desire with DeFrost 6.1 if it helps. Anyway, keep up with the good work, can't wait to see what it looks like once it matures (or until CM and Defrost release a 2.3 ROM )
EDIT: It appears a second Android Keyboard has been installed as 2 of them appear on my apps list, one is 168KB and the other is 304KB, the 304KB one has a version number of 2.3 so I assume that it's yours. Might see if I can find a way to uninstall the stock one.

[CM9][THEME][beta3.2-13/05/2012]White Sensation

All projects are now closed, my optimus one got stollen several hours ago...I'm really sorry and sad, however I will update the mods for the latest build as i started them already. Please don't ask for something else,thank you all!
Sorry!
Prepare for White Sensation theme for our loved Optimus One
Theme is based on original Google Holo Light concept
What's themed:
-settings
-statusbar
-downloads
-clock
-application installer
-hole other parts of cm9 ui
+Optimus 4X lockscreen
+Circle Battery mod
To do:
-resolve white text on shutdown menu
-resolve white text on ussd comands
Links:
Beta 3.2
Pictures
{
"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
-HAL team and every other Optimus One developer
-Google for best OS
Theme tested on Pre-release4 and Pre-release5.Submit feedback on parts that are not themed correctly or don't show up text.
Changelog
Code:
-[B]04.05.2012[/B]: Original release
-[B]06.05.2012[/B]: Beta2 *fixed white volume control
*fixed text on low battery and some other little stuff.
-[B]10.05.2012[/B]: Beta3 *fixed white text on picture share menu
*fixed white text on input method selector
*made statusbar semi-transparent(to mach the 4X lockscreen)
*fixed some ugly spinner image(thing they are from old android)
*some other minor changes
-[B]12.05.2012[/B]: Beta 3.1 *compatible with milestone1
*possible fix on white text inside manage apps
*there's a very small chance new bugs can apear on popup text
-[B]13.05.2012[/B]: Beta 3.2 *fix lockscreen bug inside beta 3.1
> this is cool paul
dude how to flash... i think theme chooser duznt wrk on cm9
paul678 said:
Prepare for White Sensation theme for our loved Optimus One
Theme is based on original Google Holo Light concept
What's themed:
-settings
-downloads
-clock
-application installer
-hole other parts of cm9 ui
+Optimus 4X lockscreen
+Circle Battery mod
To do:
-resolve white text on shutdown menu
-resolve white text on ussd comands
-theme volume control
Links:
http://www.mediafire.com/?u90pn811dxehn21
Pictures
Thanks
-HAL team and every other Optimus One developer
-Google for best OS
Theme tested on Pre-release4 and Pre-release5.Submit feedback on parts that are not themed correctly or don't show up text.
Click to expand...
Click to collapse
E-mazing
jeromeb4u said:
dude how to flash... i think theme chooser duznt wrk on cm9
Click to expand...
Click to collapse
Flash it via CWM recovery
make pls undo patch.
Awesomeany bug?
Sent from my LG-P500 using Tapatalk 2
Undo patch make by me. All work on Pre-release4 and Pre-release5
can you show me how u changed font color!? because when i do so every white text goes to black
unwritten sentance
I can flash it on AOKP from?!
Sent from my LG-P500 using XDA
Another great work!!! Awesome good doing! Should I add this to my thread?
Sent from my LG-P500 using XDA
vikasb32 said:
Awesomeany bug?
Sent from my LG-P500 using Tapatalk 2
Click to expand...
Click to collapse
First two lines in -to do- list because ...Have to find out what I forgot to change some stuff.But i said beta to help me find other bugs if they exist so that i can solve
spacecaker said:
can you show me how u changed font color!? because when i do so every white text goes to black
unwritten sentance
Click to expand...
Click to collapse
I changed very much in manifest.xml styles.xml and some others .xml on every app, quite hard to remember. I think you get all black text because you modified the holo definition tree inside framework-> check your pm
dynamite33 said:
Another great work!!! Awesome good doing! Should I add this to my thread?
Sent from my LG-P500 using XDA
Click to expand...
Click to collapse
If you want to do so you can do it
anhsmile said:
I can flash it on AOKP from?!
Sent from my LG-P500 using XDA
Click to expand...
Click to collapse
Noo! AOKP is very different from cm9 and that will mess up your system
I'm happy to see you all like the theme!
Change the font colour to black as when selecting options in settings all is white nothing is readable
Sent from my LG-P500 using XDA
dynamite33 said:
Change the font colour to black as when selecting options in settings all is white nothing is readable
Sent from my LG-P500 using XDA
Click to expand...
Click to collapse
I don't quite get where you say it's white
I know text is still white in
-shutdown menu
-ussd comands
-and I've now seen in manage apps the names are in white also.That's about all i found and it will be fixed in next version as I have to find the places where those colors are set
paul678 said:
I don't quite get where you say it's white
I know text is still white in
-shutdown menu
-ussd comands
-and I've now seen in manage apps the names are in white also.That's about all i found and it will be fixed in next version as I have to find the places where those colors are set
Click to expand...
Click to collapse
Thank you
Sent from my LG-P500 using XDA
paul678 said:
Noo! AOKP is very different from cm9 and that will mess up your system
Click to expand...
Click to collapse
too late for me! i messed up my AOKP!!! But it's a good reason to pass to cm9 again!
not work in AOKP
Angel_Alonso said:
not work in AOKP
Click to expand...
Click to collapse
Will only work on CM9 not AOKP,AOSP,CNA etc sorry I don't have time to work on all roms
Beta2 is up with
-themed volume control
-fixed text on low battery
-some minor stuff
Still can't find that shutdown menu to change text color..can someone help me with it?
Hi Paul,
For the last week, I have been trying to modify Settings.apk (essentially I'm trying to do the same as your theme but for CM9 for Galaxy S2 to make it the same colors as Go Launcher).
Editing the res files in the apk itself works without problems, but as soon as I edit the the Android manifest to chose Holo.Light the application is not recognized anymore. I've tried to sign the apk using xdaAutoTool, APKManager, etc ... but can't get it to work.
I've been trying to read on this but unfortunately all tutorials I could find deal with simple res editing. Can you please provide a step by step?
Thanks
manarotawi said:
Hi Paul,
For the last week, I have been trying to modify Settings.apk (essentially I'm trying to do the same as your theme but for CM9 for Galaxy S2 to make it the same colors as Go Launcher).
Editing the res files in the apk itself works without problems, but as soon as I edit the the Android manifest to chose Holo.Light the application is not recognized anymore. I've tried to sign the apk using xdaAutoTool, APKManager, etc ... but can't get it to work.
I've been trying to read on this but unfortunately all tutorials I could find deal with simple res editing. Can you please provide a step by step?
Thanks
Click to expand...
Click to collapse
So basically when you swich to Holo Light you have to edit the manifest.xml and also /values/styles.xml don't forget it. Change values that you want to theme to Holo.Light and after that edit your png's. That's only if you want to theme the settings, for a full theme there is alot of work inside framework-res.apk
@All I saw the theme engine is back on CM9 so be sure a theme for that will come once I get used to it. As for this version next update should have semi-transparent statusbar(to mach the lockscreen) and hopefully that black text on power menu

[Official] [Theme] [Widget] Zooper Widget Iconsets

Zooper Widget from 1.80 supports Bitmap Iconsets and allows you to create your own! What it means? It means that you can create widgets with Bitmaps able to change based on ZW variables such as Battery, Weather, Location or anything else!
Important This thread is for Iconsets only, if you want to share themes and screens please use this: http://forum.xda-developers.com/showthread.php?t=2277966
So? Well, you can create a widget with the background that changes based on your location like Google Now does, or show a different image during the day and another at night, or use a bitmap when alarm is set and another when there is no alarm, you can create battery widgets, weather or even show bitmaps based on Tasker variables (and LLama soon). You can also mix all this things up in an unique icon pack with user selectable "modes".
Iconsets are basically ZIP files with an XML configuration and Bitmaps or a TTF font. You can distribute Iconsets alone (this is supported in both free and pro) storing them in the "iconsets" directory on the SD card or you can distribute a template using it, iconset will be included automatically during save.
What is Zooper Widget?
Free: https://play.google.com/store/apps/details?id=org.zooper.zwfree
Donate: https://play.google.com/store/apps/details?id=org.zooper.zwpro
Iconsets
Iconset Example and Howto (battery): http://zooper.org/wp/archives/1084
Iconset Example Weather: http://zooper.org/wp/archives/1155
Iconset Reference: http://zooper.org/wp/android/zw/iconsets
Variables Reference: http://zooper.org/wp/android/zw/variables-reference
Sample
Attached the weather iconset (from source code) and the battery iconset (from example above).
Below an example with 3 iconsets in use, PNG based weather, battery charging/dischargint (TTF) and alarm on/off (TTF).
{
"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"
}
A special thanks to Stepdragon for the help debugging this feature!
Feel free to share your own Iconsets below
I will add more iconsets examples in the future, this post will be updated.
[ Reserved ]
Nice, thanks! Maybe you made sense weather icons?
Slevin2784 said:
Nice, thanks! Maybe you made sense weather icons?
Click to expand...
Click to collapse
No i didn't, but its quite easy to do if you have the icons, just:
- Download the weather iconset attached to the main post
- Uncompress it, replace the images with the sense icons
- If you want add more conditions if you have icons not currently in use
- Zip it again and place it in the SD card under "Iconsets"
You will then be able to use it in Zooper Widget, just add a "Bitmap Iconset" object and select your new iconset!
First off, thanks to johnuopini for letting me beta / help out with the widget.
Here are a couple of Icon Sets and examples of them in action. The first is a HoloUI / Google Now combination. It contains custom made battery and charging icons as well as Google Now inspired weather icons.
The second is a minimal Wifi Signal strength meter. It defaults to a cell signal icon when wifi is not available, therefore it may not be the best choice for non-cellular devices. Feel free to modify it for your own uses.
I'm working on creating a windows app which will automate the majority of the coding for making the icon sets. I'll be working with johnuopini / frenzy and only post when he's satisfied with it. Everything I do will go through him.
I hope you enjoy my icon sets. Free to use, distribute, and modify, preferably with credit. I'll post more when I have a chance.
Here are a few screenshots of the widget in action
(please note that this is combined with a windows phone style launcher called launcher 8. Every tile other than the two largest, and the tiles which are just a single image, is a seperate zooper widget)
stepdragon said:
First off, thanks to johnuopini for letting me beta / help out with the widget.
Here are a couple of Icon Sets and examples of them in action. The first is a HoloUI / Google Now combination. It contains custom made battery and charging icons as well as Google Now inspired weather icons.
The second is a minimal Wifi Signal strength meter. It defaults to a cell signal icon when wifi is not available, therefore it may not be the best choice for non-cellular devices. Feel free to modify it for your own uses.
I'm working on creating a windows app which will automate the majority of the coding for making the icon sets. I'll be working with johnuopini / frenzy and only post when he's satisfied with it. Everything I do will go through him.
I hope you enjoy my icon sets. Free to use, distribute, and modify, preferably with credit. I'll post more when I have a chance.
Here are a few screenshots of the widget in action
(please note that this is combined with a windows phone style launcher called launcher 8. Every tile other than the two largest, and the tiles which are just a single image, is a seperate zooper widget)
Click to expand...
Click to collapse
Is the Google Now weather iconset a full set, looks good.
Thanks
yshaikh01 said:
Is the Google Now weather iconset a full set, looks good.
Thanks
Click to expand...
Click to collapse
if there is ever an error in the weather widget it will show an empty battery as the default image if it does let me know what the weather is supposed to be you can find this out the checking the #W_CODE# output using the text module. Let me know what image messes up and I'll loom at the config to verify that there are no typos. This is a complete set based on googles images, I may update it later with new but matching images.
Great work! This is occupying most of my screen space now! One issue though, my battery is at about 87% and its showing time left as ~50m which is wrong because my battery lasts at least 3 hours with heavy use. Other then that it looks fantastic!
my iconset
https://dl.dropbox.com/u/49612551/weathericonset.zip
pawces said:
Great work! This is occupying most of my screen space now! One issue though, my battery is at about 87% and its showing time left as ~50m which is wrong because my battery lasts at least 3 hours with heavy use. Other then that it looks fantastic!
Click to expand...
Click to collapse
Can you post a screenshot?
Regarding the battery strange, are you using the latest version, did you give the widget at least 1/2 days to get a good accuracy on the battery estimation?
giannisj5 said:
my iconset
https://dl.dropbox.com/u/49612551/weathericonset.zip
Click to expand...
Click to collapse
Ehi giannis!!! Can you post a screenshot?
johnuopini said:
Ehi giannis!!! Can you post a screenshot?
Click to expand...
Click to collapse
http://i1082.photobucket.com/albums...sigmaftau3AF0taulambdaomicron_zps65d25bec.png
johnuopini said:
Can you post a screenshot?
Regarding the battery strange, are you using the latest version, did you give the widget at least 1/2 days to get a good accuracy on the battery estimation?
Click to expand...
Click to collapse
Yes its updated and I've been using it for about a day now. No need for new screenshot, its similar to the one in the 1st post. See how it shows your battery at 99% but time remaining is <10m . I think what its doing is showing the time remaining to reach 100% when charging...but when unplugged, I think it should show time remaining before the battery hits 0%. Not really an error or bug, just the way I think it should work. :good:
pawces said:
Yes its updated and I've been using it for about a day now. No need for new screenshot, its similar to the one in the 1st post. See how it shows your battery at 99% but time remaining is <10m . I think what its doing is showing the time remaining to reach 100% when charging...but when unplugged, I think it should show time remaining before the battery hits 0%. Not really an error or bug, just the way I think it should work. :good:
Click to expand...
Click to collapse
It-s already like that, if it-s not working as expected and you are using 1.86 (latest release) please send me an email to [email protected] i will explain you how to send me debug data.
johnuopini said:
It-s already like that, if it-s not working as expected and you are using 1.86 (latest release) please send me an email to [email protected] i will explain you how to send me debug data.
Click to expand...
Click to collapse
Ok, i'll send you an email, but would you mind posting a screenshot showing the time remaining when unplugged along with battery %? Right now mine says " Discharging 69% , ~30M LEFT ". even though at 69% my battery will last for a good 3 hours more...
I am trying to use one of the iconsets but they do not come up as one of the options. I created the path /mnt/sdcard/Iconsets and saved the zip files to that location but they do not show up. Only choices I get are what I am assuming are the three default choices.
What am I doing wrong?
rifraf1 said:
I am trying to use one of the iconsets but they do not come up as one of the options. I created the path /mnt/sdcard/Iconsets and saved the zip files to that location but they do not show up. Only choices I get are what I am assuming are the three default choices.
What am I doing wrong?
Click to expand...
Click to collapse
I don't know if its required or not, but in "/mnt/sdcard/Iconsets" you have Iconsets capitalized, that MAY cause an issue, but I don't know it it does. The zip files themselves go in that directory, do not extract them. Also Make sure that the Zip was downloaded correctly and contains a config file and a folder structure consistent to what is designated in the config file (usually a single 'icons' folder).
stepdragon said:
I don't know if its required or not, but in "/mnt/sdcard/Iconsets" you have Iconsets capitalized, that MAY cause an issue, but I don't know it it does. The zip files themselves go in that directory, do not extract them. Also Make sure that the Zip was downloaded correctly and contains a config file and a folder structure consistent to what is designated in the config file (usually a single 'icons' folder).
Click to expand...
Click to collapse
I have tried upper and lower case still no go. The iconset files are downloaded straight from the OP with no mods. They look to have the xml and icon folder as required.
edit: Duh! my fault I was trying to use scalable instead of bitmap, all works fine. I really like this widget good job!
Sent from my Nexus 7 using Tapatalk HD
johnuopini said:
It-s already like that, if it-s not working as expected and you are using 1.86 (latest release) please send me an email to [email protected] i will explain you how to send me debug data.
Click to expand...
Click to collapse
I attached the screenshot...Notice that it shows time left as ~40M, signifying that my battery will only last another 40 minutes, even though I am still at 91% charge. It should be saying at least 2 hours left. Other than that I'm loving the widgets so far!
pawces said:
I attached the screenshot...Notice that it shows time left as ~40M, signifying that my battery will only last another 40 minutes, even though I am still at 91% charge. It should be saying at least 2 hours left. Other than that I'm loving the widgets so far!
Click to expand...
Click to collapse
This is quite strange, please try clearing the cache for the widget, rebooting your phone and give it a full discharge cycle, it should show better data then, if not then send an email to [email protected] so we can debug the issue.

Wallpaper & Transparent Notification Bar

Hi all,
I noticed that, if I set the phone to use stock wallpaper and live wallpaper (stock launcher), the notification bar will become transparent. When I try to use different picture (e.g. HTC One Wallpaper [1080 x 1920]), the bar become black. Why is that?
{
"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"
}
hmm interesting, what if you use another launcher? does the wallpaper still matter?
PLUG313 said:
hmm interesting, what if you use another launcher? does the wallpaper still matter?
Click to expand...
Click to collapse
I tested with Nova Launcher. No matter if I set stock or custom wallpaper, both will have the black notification bar.
Was literally just about to post to ask this as I've just spent 30 minutes trying to get the notification bar to be transparent with no success and thought it was something I was doing wrong.
wtf, how do we get other wallpapers and still have transparent. some1 must know this
what you place the walls in the same location as the other stock ones, and make sure its same resolution etc etc... still not transparent. ??
fiskigt said:
wtf, how do we get other wallpapers and still have transparent. some1 must know this
what you place the walls in the same location as the other stock ones, and make sure its same resolution etc etc... still not transparent. ??
Click to expand...
Click to collapse
I'd like to get transparent notification bar too. I think it makes the phone look MUCH better especially on the lock screen. It seems only wallpapers from the wallpaper app turn the bar transparent.
jakupj said:
I'd like to get transparent notification bar too. I think it makes the phone look MUCH better especially on the lock screen. It seems only wallpapers from the wallpaper app turn the bar transparent.
Click to expand...
Click to collapse
Just thinking out aloud here, but can you add wallpapers to the app and then select them as if they were default ones?
I know you can open the .apk file with WinRar, and I believe you can drag and drop files into the app. this way.
Open: 'SecWallpaperChooser.apk' from the system > app folder (I guess you'd need to be rooted) and add files in the following folder with the other wallpapers.
res > drawable-sw359dp-xxhdpi
This is as far as my theory goes. I don't know if the app would recognise new .jpg files added in the sequence of others 'fhd_09.jpg' (1920 x 1920 pixels) & 'fhd_09_small.jpg' (320 x 284 pixels), or if you might need to overwrite the default ones (after backing them up first - or just back up the complete .apk before editing).
Once you've added the wallpapers, you'd need to overwrite (and set permissions?) the existing wallpaper app in the system > app folder.
...or the whole idea just might not work for some other reason I'm not aware of- anyone want to try it out? Worth a try.
I haven't got my phone yet, and I'm still not sure on rooting just yet if I had it...
Please let me know if you try this and it works or not, but just don't flame me if its a stupid idea! Oh, and if it breaks your phone then it's not my fault too!
x86phre3x said:
Hi all,
I noticed that, if I set the phone to use stock wallpaper and live wallpaper (stock launcher), the notification bar will become transparent. When I try to use different picture (e.g. HTC One Wallpaper [1080 x 1920]), the bar become black. Why is that?
Click to expand...
Click to collapse
Damn. What a coincidence, came to post a new thread regarding this and found this 1. Looking forward to the solution.
Sent from my GT-I9500 using xda app-developers app
This theory makes sense:
The notification bar now blends into your wallpaper, but only if you're using one of Samsung's wallpapers or the two stock Android live wallpapers. The reason for this, I think, is because your notification bar could potentially become utterly illegible if you used a particular busy (or gray / white) background, and so when using a custom image, the notification bar becomes dark gray.
Click to expand...
Click to collapse
Source
The only way to make the status bar transparent with non stock wallpaper would be if someone posts a modded Touchwiz.apk.
Sent from my GT-I9100 using Tapatalk 2
Jetbruceli managed to turn sgs3 statusbar transparent by changing something in systemui.apk http://forum.xda-developers.com/showthread.php?t=1903882
Grey Status Bar Fix and Transparent MC3/2/MB5/3
Awesome achievement. It is the only element I truly miss from my s3. Not sure if this could help any s4 developer to give it a try
¡¡So say we all!! from my GT-I9505
Hi. Very interested in a solution for this :good:
Decompile SystemUI.apk,Go to values/drawable.xml and change "status_bar_background" value to #00e1e1e1 like in the attachment.Then recompile,sign it and push it.Hopefully should work.
Sorry but there is no file named values/drawable.xml in systemui.apk
Does the phone be rooted to do this?
jack1131 said:
Sorry but there is no file named values/drawable.xml in systemui.apk
Does the phone be rooted to do this?
Click to expand...
Click to collapse
Yes you need to be rooted to edit system files.
Sent from my GT-I9100 using Tapatalk 2
jack1131 said:
Sorry but there is no file named values/drawable.xml in systemui.apk
Does the phone be rooted to do this?
Click to expand...
Click to collapse
You have to first deodex SystemUI.apk,decompile it with apktool,Go to res/values and there will be the file I meant .Do the changes,recompile it and push it back.Delete the odex from your phone if you have it.
OFC you need root to do the above
Im coming from the HTC Evo4G LTE that I rooted and put many ROMs/Mods on. I am NOT knowledgable but just followed all the DEVs instructions. The custom ROM I used did not have a transparent notification bar either, so I just took one of the custom ROMs bar mods (zip flashable file), opened it to the systemui.apk file, changed some files in it, and flashed it.
There were about 6 PNG files in the systemui/res/drawable.xhdpi folder that said "status_bar_background.png" (and other similar names). I made new ones in a photo editing program that were transparent and the same size. I renamed them the same names and overwrote them in the systemui apk file. It seemed like a hard thing at first, but it really isnt. I talked to my ROMs DEV and he said that there was only like 2 files I really needed to change, instead of the 6, but I just left it alone as it worked. Im not saying it was the right way though.
I would love it if all you had to do was change a few numbers or letters in an xml file.
I get my S4 today, and definately want a transparent top bar. I think most custom ROMs will implement it, but if not, they usually make top bar modification flash files to change things likes clocks, icons, etc. It should be easy to do when they start coming out.
Also, can someone clear up. Is the top bar where the clock,time,etc is called the navigation bar or status bar ? Ive seen and heard it used both ways. Thanks
Just my .02 worth. Hope it helps.
You'll need to be rooted to try this, and I'm sure you will need to be running a deodexed ROM based around original ROM.
I have edited the SecWallpaperChooser.apk three ways to try to get the Wallpapers working the way I tried to explain in my theory a few posts back. Here is what I've done;
I've created a new Wallpaper and added it to the SecWallpaperChooser.apk, I want all of the attached .apks to work, but if not, I'm hoping that at least one will!
The original .apk file contains 7 different wallpapers, labelled 'fhd_01.jpg' (main WP) and 'fhd_01_small.jpg' (I guess this is a thumb), and the are numerically ordered up to '08. there is no '07' in the .apk I'm using (from the original deodexed I9500 system dump - should be the same for I9505, right?), so the file names go up to '08'.
Please extract the .zip file at the following link, it will contain three folders, each folder is labelled as follows:
7Included - I've added my new WP to the file and added it as filename '07', all original WPs are included too.
8Overwrite - I've added my new WP by overwriting the original file number '08' (nobody used the photo of twigs, do they? ), all other original WPs still included.
9Added - I've added my new WP as filename '09', all original WPs are still included.
What I think you'd need to do with these files is:
Navigate to the root of your device: system > app - and look for the file called 'SecWallpaperChooser.apk' - back this up somewhere.
With root access active on your favourite file explorer app, copy the first file you want to try out from one of my folders, don't rename it though, and paste it over the original 'SecWallpaperChooser.apk' in the system > app folder. Set the permissions to 'rw-r--r--'.
Exit your explorer app, then reboot your device.
It would be good to wipe cache/dalvik if you can, but I don't know if we have custom recovery yet to be able to do this - is there another way to do this - does it need to be done...? I'm not sure. If you're not sure too, then please don't try this.
Hopefully, the next time you try to set a wallpaper, you will see my new wallpaper as an option too.
This is the test WP I made:
If it works, all you need to do then is make your own WP and add it to the app. A bit long winded, but if you don't change your wallpapers very often then it doesn't matter. Depending on which of my .apks work, you might be able to add a few new wallpapers to the .apk. I'd keep to the original WP dimensions too, as per original image files.
Here's the link to my modified .apks - fingers crossed... http://db.tt/bsbEFMJz
If none of these work, then just reinstall your original backed up .apk.
I haven't tried this so please test it at your own risk, I won't be able to help you if you get into issues, and if you do, please don't blame me - I'm only trying to help. Maybe you shouldn't try this if you don't know what you are doing.
If you do try this, then please let us know how you got on. Thank you.
**********************************
EDIT: None of the above worked, but I decompiled the wallpaper app and swapped out some of the stock wallpapers with my own (and renamed them correctly), then recompiled it again, and now I have my own wallpapers with transparent status bar and no modified System UI, and I don't have transparent top bar in apps (which can look a bit odd sometimes) like you can get in the popular transparency mod to the System UI.
live wallpaper
So no way how to set live full screen wallpaper without root?
I have a strangev similar situation. I can get my lock screen wallpaper to be transparent only if I change it back and forth Bl between a stock one like 15 times......WTF
thought it was something I was doing wrong.

Categories

Resources