Hey all,
I was wondering if anyone knows of a theme that keeps the stock look but goes with a Holo Light theme instead of the Holo Dark which Google just can't seem to shake.
Holo Light vs Holo Dark example
It would theme things like the Settings menu (which still has the dark theme) to look more consistent with where Google seem to be taking the colour scheme (Dialer, contacts, hangouts etc)
It would also be a bonus if some of the Holo Blue (#33b5e5) was replaced with KitKat White (#bebebe) to get rid of other inconsistencies, such as the volume bars, settings toggles (WiFi/BT).
I found this theme but the #33b5e5 just looks so out of place in KitKat..
Alternatively if anyone knows of another way to achieve this it would be good to know.
Thanks for reading!
Sent from my Nexus 5 using XDA Premium HD app
In not sure about the holo light theme but I made a small theme.zip I flashed over my stock to fix a few inconsistencies. I made the volume scrubbers and power widget white for stock 4.4.2. I can drop box it to you if you want.
{
"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"
}
Sent from my Nexus 5 using Tapatalk
trebills said:
In not sure about the holo light theme but I made a small theme.zip I flashed over my stock to fix a few inconsistencies. I made the volume scrubbers and power widget white for stock 4.4.2. I can drop box it to you if you want.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
That looks pretty cool! Mind sharing? Thanks!
Sent from my Nexus 5
trebills said:
In not sure about the holo light theme but I made a small theme.zip I flashed over my stock to fix a few inconsistencies. I made the volume scrubbers and power widget white for stock 4.4.2. I can drop box it to you if you want.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Please looks like it'll help for now.
I've spoken to a couple of themers so it may just be a waiting game now..
Sent from my Nexus 5 using XDA Premium HD app
trebills said:
In not sure about the holo light theme but I made a small theme.zip I flashed over my stock to fix a few inconsistencies. I made the volume scrubbers and power widget white for stock 4.4.2. I can drop box it to you if you want.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Please share
Sent from my Nexus 5 using XDA Premium 4 mobile app
ououououo said:
Please share
Click to expand...
Click to collapse
pk92 said:
Please looks like it'll help for now.
Click to expand...
Click to collapse
Here you go. http://goo.gl/Il6pLS Like I said its just some basic framework changes, volume bar etc. And the power control widget.
trebills said:
Here you go. http://goo.gl/Il6pLS Like I said its just some basic framework changes, volume bar etc. And the power control widget.
Click to expand...
Click to collapse
Can I flash it on the 4.4.2 stock rom? Do I need a custom recovery?
How to return back to blue colors?
Thanks
You need custom recovery and I would make a backup so if you need to go back to blue you can.
Sent from my Nexus 5 using Tapatalk
trebills said:
Here you go. http://goo.gl/Il6pLS Like I said its just some basic framework changes, volume bar etc. And the power control widget.
Click to expand...
Click to collapse
Can you please share to us what are the changes you have done so that we can also make them in our respective roms? :good:
deepayanneogi said:
Can you please share to us what are the changes you have done so that we can also make them in our respective roms? :good:
Click to expand...
Click to collapse
I changed some holo blue images in both framework-res.apk and settings.apk to white thats all.
the location of the images are
Code:
framework-res.apk\res\drawable-xxhdpi
and
Code:
settings.apk\res\drawable-xxhdpi
is possible to have this mod for AOSP rom deodexed kot49h? thank you very much
Inviato dal mio Nexus 5 ★light★
Take a look at this Theme. Screenshots and Apk attached. Look at the Tapatalk app, it colors the "navigation lines" into white, on every app!
xGALAXYxS4x said:
Take a look at this Theme. Screenshots and Apk attached. Look at the Tapatalk app, it colors the "navigation lines" into white, on every app!
Click to expand...
Click to collapse
It seems good.:good:downloading
If you want white in your AOSP based ROMS, check out Slim ROMS github for commits. They did a pretty damn good job getting most of the holo blue out of their ROM.
BaNkS said:
If you want white in your AOSP based ROMS, check out Slim ROMS github for commits. They did a pretty damn good job getting most of the holo blue out of their ROM.
Click to expand...
Click to collapse
Ideally I'd like Holo.Light as the theme as opposed to Holo.Dark (settings, a light theme for notifications/QuickSettings), but most themers I've spoken to have said it causes more trouble than it's worth with white on white and such
Sent from my Nexus 5 using XDA Premium HD app
pk92 said:
Ideally I'd like Holo.Light as the theme as opposed to Holo.Dark (settings, a light theme for notifications/QuickSettings), but most themers I've spoken to have said it causes more trouble than it's worth with white on white and such
Sent from my Nexus 5 using XDA Premium HD app
Click to expand...
Click to collapse
Yeah, some apps still use the original theming and this causes some apps to look weird.
pk92 said:
Ideally I'd like Holo.Light as the theme as opposed to Holo.Dark (settings, a light theme for notifications/QuickSettings), but most themers I've spoken to have said it causes more trouble than it's worth with white on white and such
Sent from my Nexus 5 using XDA Premium HD app
Click to expand...
Click to collapse
I tried to theme my stock Rom using vrtheme/flashablezip and to get holo white popup/underlines You can modify specific Dialog styles in framework-res.apk but not all popus will be themed, or You can change holo blue light globally and this will cause problems with most of apps... (e.g. some apps have white popups so if YOu set white globally YOu won't see anything)
http://forum.xda-developers.com/showthread.php?t=2251719
You have also to look at Slimkat repo to get white resources (lot of PNGs and .9.PNGs) and You should also make smali modifications to theme progress bars like the battery&ram ones in Settings...
so the best way is to compile an AOSP from source and search for Slimkat commits "follow KK UI"
personally I think it's easier to get back the Holo blue look
with Gravity You can color statusbar/navbar and with few modifications You can also theme some remaining white element...
xGALAXYxS4x said:
Take a look at this Theme. Screenshots and Apk attached. Look at the Tapatalk app, it colors the "navigation lines" into white, on every app!
Click to expand...
Click to collapse
Thanks, this one works decently and it adds lot of white even with HK engine
Inviato dal mio Nexus 5 utilizzando Tapatalk
if you're going with HOLO Light, use it with dark action bar, it make everything looks better
Related
JAMT
Just Another Minimal Theme
T-Mobile Theme Chooser
After trying to maintain an EVO version of JAMT for CM 6.1 the themechooser has solved all compatibility issues (Especially the flashing triangle-I wish the Desire was 4G!!) I've updated the icons a bit and I will try to bring the same level of granular theming available in the previous versions.
There are currently 2 versions of each theme, Free and Donate. The donate versions have more extensive theming and have themed battery percentage (through cyanogenmod settings).
Here are the results
Black
{
"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"
}
White
Grab the themes from the market through the link or QR code.
My Apps
Direct links to free version apks (This is not the preferred method of installation as you will not receive updates)
Flat Black Free
White Gradient Free
All icons are 100% drawn by me. You must credit me if you use them and must not sell them.
What's Working
1. Notification Icons
2. Battery Percentage
3. Progress Bars
4. Notification Bar Power Widget Icons and Background
5. Notification Bar Background
6. Notification Bar Footer
7. Text colours
8. Smooth Sync
9. Smooth Battery charge/discharge
10. Battery Percentage through CM Settings (Donate)
11. Keyboard themed (Donate)
12. Analogue Clock (Donate)
13. White contacts and dialler (Donate)
Stat icons included, let me know which other you would like made.
*Calendar
*Alarm Clock
*Email
*Gmail
*Music
*FM Radio
*MMS/SMS
*Market
*Media Uploader
*Torch
*Facebook
*Twitter
*Drocap2
*Pulse
*Plume
*Tweetdeck
*Widgetlocker
What's Not Working
1. Lockscreen/Reboot screen (T-Mobile Side)
2. USB Debugging notification (T-Mobile Side) - [Disable notification for unified look]
Other notes
The white version does not work well with the minimal carrier layout in CM7, the black version looks great with it though.
If you really like a feature let me know in market feedback so I will keep it in, people complaining about the look of something can ruin it for the people who love it.
If you have an issue PM or e-mail me, don't rate the app low if it's something that can be easily fixed.
If you do choose to buy a white version I recommend the donate, not the percentage one. The percentage version was created before I knew how to theme the built in mini-battery icon. Although the animation is less smooth, it does pick up changed fonts.
If there is a program you use and you want the notification icon themed let me know and I'll have a look.
Zipthemer Additions
Hinted Black Lockscreen
Hinted White Lockscreen
Gradient White Lockscreen (Experimental due to xml edits)
Please give feedback and rate the app if you like it!
Gas
This looks very classy. Thanks.
wish it was flasheable ...
will give it a try
looks nice
It looks pretty cool, I am going to give it a try.
Pretty, nice work.
Updated for CM7
Forgive the delay
Gas
I really like the looks of this Nice work! Think I'll pick up both versions today.
jayharper08 said:
I really like the looks of this Nice work! Think I'll pick up both versions today.
Click to expand...
Click to collapse
Thanks!
Sent from my HTC Desire using Tapatalk
this is a wicked ass theme my man!
fixxxer2008 said:
this is a wicked ass theme my man!
Click to expand...
Click to collapse
I was going for minimal and elegant but I guess wicked ass will do!
Sent from my HTC Desire using Tapatalk
By any chance do you know if this would work on Decks?
This looks sexy as **** man
I would love to have a flashable Graphite Grey lockscreen to go with this theme!
gear.h34d.2012 said:
I would love to have a flashable Graphite Grey lockscreen to go with this theme!
Click to expand...
Click to collapse
Will a zipthemer file do?
Sent from my HTC Desire using Tapatalk
WOW, why didn't I see this theme before. I love the way it looks, I will be putting this on both of my phones. Great work, thanks.
Great theme gas, just bought this and the black one...
I was wondering if, since you can change it whenever you like, you could make the donate version battery an actual battery? maybe put the percent inside? I love the keyboard but am using the free version solely because it has a battery icon. Having a percentage with the bar for both the 'regular' and 'show battery percent' options seems kind of redundant. Again, love your work
Thanks.
Great theme gas, just bought this and the black one...
I was wondering if, since you can change it whenever you like, you could make the donate version battery an actual battery? maybe put the percent inside? I love the keyboard but am using the free version solely because it has a battery icon. Having a percentage with the bar for both the 'regular' and 'show battery percent' options seems kind of redundant. Again, love your work
Thanks.
Click to expand...
Click to collapse
From OP
ClassicalGas said:
[*] ...If you do choose to buy a white version I recommend the donate, not the percentage one. The percentage version was created before I knew how to theme the built in mini-battery icon...
Click to expand...
Click to collapse
Thanks for the suggestion, I will probably change the battery icons (in the percentage version) in a future release but you *can* get the normal battery icon with themed keyboard and dialer if you purchase the standard 'donate' version.
I'll let you know when I update the percentage version!
Gas
Sent from my HTC Desire using Tapatalk
ClassicalGas said:
Will a zipthemer file do?
Sent from my HTC Desire using Tapatalk
Click to expand...
Click to collapse
A ZipThemer would be awesome! (Hopefully I'd get it without a bootloop on my Supersonic as the White loves causing loops.)
Bought your Flat Black donate version btw, absolutely loving this theme!
ClassicalGas said:
From OP
Thanks for the suggestion, I will probably change the battery icons (in the percentage version) in a future release but you *can* get the normal battery icon with themed keyboard and dialer if you purchase the standard 'donate' version.
I'll let you know when I update the percentage version!
Gas
Sent from my HTC Desire using Tapatalk
Click to expand...
Click to collapse
Thanks for the reply!
I hadnt read this thread all the way through and missed that little tidbit...thanks for pointing it out
Also, let me know if I'm missing a beat here, but none of my app icons are themed Is that a work in progress or...?
Updated with T-Mobile theme engine apk
This is the home of the Carbonite series theme for CyanogenMod 7. This is now exclusively for the theme chooser app. If there is anything you would like themed just comment in the thread or send me a PM and I will work on it.
{
"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"
}
Changelog 5/2/2011
Removed flashable themes and updated theme chooser app.
Click to expand...
Click to collapse
Changelog 4/11/2011
Removed Gapps zip. Added themed apk's in main theme zip.
Click to expand...
Click to collapse
Changelog 4/09/2011
Better themed dialer
Updated Gapps
Redid some more images
Click to expand...
Click to collapse
Changelog 3/30/2011
Added Carbonite Google apps zip
Updated Carbonite Market apps
Click to expand...
Click to collapse
I am also looking into adding a custom bootanimation in the future.
I do want to thank djdarkknight96 for giving me a boost into theming and helping me get this going!
Remember YOU are responsible for anything you do with your phone.
You may find updates quicker by visiting Carbonite for your Android
You can find it on the Android Market
Free
https://market.android.com/details?id=com.trock79.theme.Carbonite
Donate
https://market.android.com/details?id=com.trock79.prem.theme.Carbonite
Original Carbonite Fusion bar for custom dock in Launcher Pro
MetaMorph themes
Apply this to fix the lockscreen.
Carbonite Lock screen
Blue theme, I like it.
Sent from my Nexus One using XDA App
Beautiful and nicely done. Installing apk now.
very nice theme dude... love it...
I installed the APK, changed the theme, and rebooted. It changed some of the colors but my slide lock is still the same, with green buttons.
trock79 said:
This is the new home of the Carbonite series theme for CyanogenMod 7 for the Nexus One. I do not have a N1, I came from the Incredible forums, but I thought you guys might like this. I will update the nightlys as I can. For those that are using RC2 I have one for that. I also have an apk for people who like to use the theme chooser app.. If there is anything you would like themed just comment in the thread or send me a PM and I will work on it.
I am also looking into adding a custom bootanimation in the future.
I do want to thank djdarkknight96 for giving me a boost into theming and helping me get this going!
Remember YOU are responsible for anything you do with your phone.
You may find updates quicker by visiting OS Masterminds
Click to expand...
Click to collapse
I'm downloading this simply because you listen to Misery Signals. They're pretty much my favorite band, man!
It might sound silly but asking because it's just a theme, will it work on my unrooted N1 gingerbread?
can you skin the weather widget for cm?
Download for the apk does not work...
Great theme! I wrote about it on the XDA front page.
Has anyone seen that roaming indicator is staying on? Im seeing that qith CM7 RC 2
Can I use this in my glacier using cm7?
Sent from my HTC Glacier using XDA App
Twitter & Facebook Widgets too Dark
I installed this theme via the apk and theme chooser. Now the color of the font used to show the text of a tweet or facebook status in their respective widgets is too dark to read. It is a very dark grey on a black background. If I switch to another theme it goes to black text with white background. Please make the text more in contrast with the background.
i got a couple questions, 1. will this work on my lg optimus s? 2. i am actually interested in the blue dialer and blue dialer background only is there a way for me to just install that portion? ...holy crap i need this dialer lol, i love android but HATE the green dialer and all the green android uses
First Off wow I just saw all of the posts from the past 24hrs now, thanks for posting.
willverduzco said:
Great theme! I wrote about it on the XDA front page.
Click to expand...
Click to collapse
Thank you very much!! I hope everyone enjoys my hard work!
edisso10018 said:
Download for the apk does not work...
Click to expand...
Click to collapse
Sorry about that, it works now
MUNDO23 said:
Can I use this in my glacier using cm7?
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
Try it and let me know.
mozul said:
I installed this theme via the apk and theme chooser. Now the color of the font used to show the text of a tweet or facebook status in their respective widgets is too dark to read. It is a very dark grey on a black background. If I switch to another theme it goes to black text with white background. Please make the text more in contrast with the background.
Click to expand...
Click to collapse
Not sure about that one, understand that the theme chooser apk is more for devices that I do not update from day to day or for people who do not want to be bothered with flashing every day. But I will look into it. Thanks for the feedback.
omarnova said:
i got a couple questions, 1. will this work on my lg optimus s? 2. i am actually interested in the blue dialer and blue dialer background only is there a way for me to just install that portion? ...holy crap i need this dialer lol, i love android but HATE the green dialer and all the green android uses
Click to expand...
Click to collapse
Is CM7 available for the Optimus S?
sorry for the double post, in case you dont see it....thanks for the quick response! infact there is a cm7 rom availible for lg optimus s but i am not running it yet! im currently running the latest ThundeROM V1.8.2 can you make this happen? the blue looks so much better then the green, like i said im just interested in the dailer & dialer background portin which has been bugging me all this time and until now i know i dont have to deal with it lol
Works on my Aria with the APK. Good Job, looks good. Although, the rotary, unlocker, well say, is the same, Not blue.
It's my understanding the theme chooser app does not change the lock screen. His lock screen looks that way because he said it was originally a flashed theme.
What's good y'all?
Here is a new theme for ya. I usually release this theme after my blue one but since there are already a bunch of blue themes, I went straight to this one. Enjoy!
This theme was built off Virus Kingdom REVOlution Rom B1.3 but has been known to work on other roms based on it.
Note: If you have updated your radios and aren't using a stock rom, it is probably in your best interest to be on PRI 1.77_3.
Includes:
Modded HTC_IME
Modded HtcClock3dWidget
Modded HtcCalendarWidgets3d
Modded HtcDialer
Modded Rosie
Modded PCSCII
Modded SystemUI
*Transparent Notification Bar/Shade
*Inverted Text
Modded Fusion
Modded Framework
*100% Battery Icons
*Stalebread flip animations
Modded com.htc.resources
Modded IdleScreen_Base
Modded IdleScreen_Weather
Modded MMS
New Font
Black Wallpaper Included in HTC Wallpapers
Known Issues:
-Notification Items text is white. Yay. However, when it is a persistent item, say USB plugged in, it will revert to black when pressed. It will stay that way until it is cleared and the new notification will be white again. Also, time is black.
-White line around 3/4 of contact picture of lock screen incoming call.
Major:It has been known that sometimes you can loose contact pictures in MMS. Follow these steps to solve it.
Steps to install:
Flash theme.
Fix UIDs.
Reboot.
----------------------------------------
[Burst] B-Side
----------------------------------------
{
"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"
}
----------------------------------------
Links:
Click here for the theme with a solid notification bar.
Click here for the theme with a semi-transparent notification bar.
Add-Ons:
Click Here for Confortaa or Stock Font.
Click here for a different weather lockscreen. Stock, black, enhanced.
Click here for no transparency for the lockscreen shortcuts or ring.
Click here for a transparent rosie (espresso).
Nice. Great work as always. Your a machine. Just keep pumping them out. By the way, is the quick settings icons in the rosie?
Sent from my PC36100 using XDA App
That looks awesome
Sent from my PC36100 using XDA Premium App
System UI
Tiffany84 said:
Nice. Great work as always. Your a machine. Just keep pumping them out. By the way, is the quick settings icons in the rosie?
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Sent from my PC36100 using XDA App
Great theme.....Running it now,but i dont have any mms contact pics,they aren't showing up any more.(Running 1.3),and i did the UIDs before boot Please help
Hey, great work with this theme. I was wondering if you could make a a version of the lockscreen with the icon bubbles? Thanks
khadafeeee said:
Great theme.....Running it now,but i dont have any mms contact pics,they aren't showing up any more.(Running 1.3),and i did the UIDs before boot Please help
Click to expand...
Click to collapse
tomyboombotz said:
I got my contact pics in HTC messaging back.
Here's how: Open Terminal Emulator
su
chmod 666 /data/data/com.android.providers.contacts/files/*
Click to expand...
Click to collapse
that fixes the problem. i should have added it to op but was at work. jus got home.
Glad you likes it! but i think i might make the clock red too.
what bubbles are you talking about? the backgrounds to the icons?
_Burst_ said:
that fixes the problem. i should have added it to op but was at work. jus got home.
Glad you likes it! but i think i might make the clock red too.
what bubbles are you talking about? the backgrounds to the icons?
Click to expand...
Click to collapse
Thanks you,that worked.....A red clock would be really nice,also maybe red icons on the rosie,red market place and a transparent task bar.
That would kill it
khadafeeee said:
Thanks you,that worked.....A red clock would be really nice,also maybe red icons on the rosie,red market place and a transparent task bar.
That would kill it
Click to expand...
Click to collapse
On it, although I usually stay away from Google apps because they update randomly.
but yeah, wayyyy better.
Links updated and semitransparent bar added.
Night night!
~_~ zZzZzZzZzZz
_Burst_ said:
that fixes the problem. i should have added it to op but was at work. jus got home.
Glad you likes it! but i think i might make the clock red too.
what bubbles are you talking about? the backgrounds to the icons?
Click to expand...
Click to collapse
Yep, those are the ones...
Sent from my PC36100 using XDA Premium App
Nice stuff. Can't wait to see your blue version of Gator Boots. Question for you Burst, do you know how to mod remove the gps/debug/alarm icons? Wish it was still similar to SteelH's method.
_Burst_ said:
On it, although I usually stay away from Google apps because they update randomly.
but yeah, wayyyy better.
Click to expand...
Click to collapse
They can always freeze market updater
As always nice job!
Sent from my PC36100 using XDA App
I don't see link for the theme??
Sent from my slutty Evo..It was whoring around the Kingdom, caught a Virus and now its Infected! Using Xda App
Themes are great I love both of them..waiting on a blue one
Am i not seeing the link or is it not in the op?
Sent from my slutty Evo..It was whoring around the Kingdom, caught a Virus and now its Infected! Using Xda App
mfknboss said:
Am i not seeing the link or is it not in the op?
Sent from my slutty Evo..It was whoring around the Kingdom, caught a Virus and now its Infected! Using Xda App
Click to expand...
Click to collapse
Not seeing it either
Sent from my PC36100 using XDA App
?
It's there. Under the pics as usual. 32 people have seen the link.
I second this. would love to get rid of the taskbar clock but the howto is way beyond my capabilities.
_Burst_ said:
?
It's there. Under the pics as usual. 32 people have seen the link.
Click to expand...
Click to collapse
I'm sorry i must be blind...... Does it show on computer maybe???
Sent from my PC36100 using XDA App
{
"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"
}
PLEASE READ: This is ThilinaC's work, all I did was port it over the the US galaxy S3!
Introduction,
Tired of all the themes pulled from Google Images? Want a new, modern, refreshed user interface based off the Sony UXP theme engine? Then download Elegant today!
What's theme'd
Boot Animation
Clock app
Multi Window UI
Gmail app
Job Manager
Music Player
Paper Artist
Google Play
Popup Browser
Camera App
Calculator
Contacts
Dialer
Phone
Samsung Gallery
Samsung Launcher
Messaging
Settings App
SMemo
SystemUI
New battery & signal icons
Notification toggle icons
Video Player app
Voice Recorder app
Samsung Framework
Instructions
Copy Elegant theme latest version zip to sd card
Reboot to CWM
Flash the zip via recovery (zip will wipe dalvik cache automatically)
Reboot
Make sure Stock icon only battery and white colored clock is selected in settings!
Enjoy!
Thank You
ThilinaC- Great guy for letting me port this! Check him out here!- http://forum.xda-developers.com/member.php?u=1356962
Hero- Framework base from his theme in Axis
TeamVillain- Great theme system allowing me to port this!
Click to expand...
Click to collapse
Before you download please note I am not responsible if this screws up your phone. (It shouldn't )
Downloads
* Note the TWRP version will not be able to theme the google icon and palystore icon!
TRYING TO FIX SOME STUFF
Thanks! Sorry the screenshots look bad:silly:
Sorry the toggles are not 100% accurate, and the expanded status bar background is not themed. This is mainly because Axis Rom is partiality integrated with the settings app.
Changelog
Version 1.0- Initial Release
Version 1.1- Added more status bar icons, carrier logo, Xperia fonts and centered clock
Version 1.6.1- News Status bar, clocks, icons, settings icons, removed SOMA font, etc.
Version 6.00- Merged changes from previous versions
Click to expand...
Click to collapse
I see this says it is only supported for the international Galaxy s3.
This will work for I535 correct?
Sent from my mobile cell phone
michaeldizzowns said:
I see this says it is only supported for the international Galaxy s3.
This will work for I535 correct?
Sent from my mobile cell phone
Click to expand...
Click to collapse
Sorry I forgot to change that, this is a port for the verizon galaxy s3 (And it should work on all US variants), if you have an international galaxy s3, go here to the original creator's thread- http://forum.xda-developers.com/showthread.php?t=2080046
Sent from my SCH-I535 using xda app-developers app
Thanks for porting this over. Mixed results on Beans 8. Pulldown toggles doesn't have text on his, so that's my guess. Beautiful theme.
Plans for a center clock option, perhaps?
Sent from my SCH-I535 using Tapatalk 2
Thanks, I will try to add a center clock version tomorrow.
Sent from my SCH-I535 using xda app-developers app
looks GREAT!! really interested in flashing...what are the chances this breaks anything in Synergy r147? anyone know?
Beautiful!
What launcher are you using in the screenshots?
Nicely done mate =)
Glad you guys like my theme
Love the theme! Looks and works great on GalaxyMod! Thanks for porting this to our device.
Sent from my SCH-I535 using Tapatalk 2
PureMotive said:
Beautiful!
What launcher are you using in the screenshots?
Click to expand...
Click to collapse
I am using apex launcher with the lunarui ii dock.
Also included the blank icons.
Sent from my SCH-I535 using xda app-developers app
Metfanant said:
looks GREAT!! really interested in flashing...what are the chances this breaks anything in Synergy r147? anyone know?
Click to expand...
Click to collapse
It should work fine, it uses the villain theme system so it doesn't replace apks like traditional theming.
Sent from my SCH-I535 using xda app-developers app
1ManWolfePack said:
Thanks for porting this over. Mixed results on Beans 8. Pulldown toggles doesn't have text on his, so that's my guess. Beautiful theme.
Plans for a center clock option, perhaps?
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
I've always flashed kinda crap mods to get toggle text back, then flash theme on top. Works with wasabi themes, not sure about this one as I haven't tried it yet.
Sent from my SCH-I535 using xda app-developers app
Just installed over The Executioner 3. Doesn't seem to work properly. SystemUI keeps crashing. What does load, looks fantastic though! I look forward to a working version.
bradys said:
Just installed over The Executioner 3. Doesn't seem to work properly. SystemUI keeps crashing. What does load, looks fantastic though! I look forward to a working version.
Click to expand...
Click to collapse
Fix permissions?
Also is multi Window working?
Sent from my SCH-I535 using Tapatalk 2
prenedo said:
I've always flashed kinda crap mods to get toggle text back, then flash theme on top. Works with wasabi themes, not sure about this one as I haven't tried it yet.
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
Just tried it. Got system ui FC with no status bar. Verified that kindacrap worked fine as I rebooted after flash.
Flashed Wasabi afterwards to see if that would fix it - same result.
Sent from my SCH-I535 using Tapatalk 2
Theme looks fantastic and works great on Galaxy Mod. Very well done.
I noticed a few key icons weren't themed though, like phone, browser, email and gallery. Are these in development or should they already be there?
Thanks again for porting this. Its awesome.
Sent from my SCH-I535 using Tapatalk 2
If we flash a themed app, then an update comes out for said app on the play store, would we not see that update?
This theme looks amazing btw thanks! First theme that appeals to me besides stock tw and I've looked at a lot of them.
---------------------
Landon418 said:
It should work fine, it uses the villain theme system so it doesn't replace apks like traditional theming.
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
Cool...good to hear...the theme looks AWESOME...Im just always weary about flashing themes and what they may inadvertently do to any under the hood or behind the scenes tweaks that the ROM devs make...
sent from my VZW Galaxy S3 running Synergy Jelly Bean
Update coming in a hour or two, Uploading 4 versions
I added a carrier logo
More icons themed in status bar
I recently did a 4x1 Clock Mod for ViperOneM8, but it's not really ROM specific, so might as well share it here.
{
"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"
}
Flash in recovery, and choose from the following aroma options:
Text/Weather:
- Switch between light and dark (stock behaviour)
- Always dark
- Always light
- Inverted text and weather (light during day, dark at night)
4x1 Clock Background:
- Choose your background colour for day, and separate colour for night
- Transparent + 3 different levels of transparency
- Semi Transparent White
- Blue
- Green
- Orange
- Red
Edit: I made the dark clock numbers and weather icons darker than stock, as they didn't look good at all with certain backgrounds (see orange in screenshot above).
DOWNLOAD HERE
Special thanks to @Pneuma1985, his guide on modding the weather clock was useful when things weren't working out the way I thought they would :laugh:
Reserved just in case
Nice work!! Loving the green and the blue! Love the idea that you can set custom colour for day and night!!
Just installed and looks brilliant!
@Basil3 you are a theming genius. Semi-transparent blue looks great and the day/night idea is an excellent one.
By the way, it's pretty easy to add other colour options, just let me know colour with hex code.
Sent from something using Tapatalk
I flashed this with white icons and transparent bg for day and night. But now i cannot see the widget itself. Not sure what did i do wrong. I am on ARHD 5.0
prgopala said:
I flashed this with white icons and transparent bg for day and night. But now i cannot see the widget itself. Not sure what did i do wrong. I am on ARHD 5.0
Click to expand...
Click to collapse
Did you already have a widget on your home screen? Is the widget not visible in your list of widgets any more?
I don't know why, but ARHD users always have problems with any mods I do. I only test on Viper, but there's no reason why it shouldn't work on any ROM.
Sent from something using Tapatalk
Basil3 said:
Did you already have a widget on your home screen? Is the widget not visible in your list of widgets any more?
I don't know why, but ARHD users always have problems with any mods I do. I only test on Viper, but there's no reason why it shouldn't work on any ROM.
Sent from something using Tapatalk
Click to expand...
Click to collapse
yes i already had the widget on my homescreen. Now its not there on d homescreen and neither in the widget drawer to add.
prgopala said:
yes i already had the widget on my homescreen. Now its not there on d homescreen and neither in the widget drawer to add.
Click to expand...
Click to collapse
Your ROM has HtcWeatherClockWidget.apk in system/priv-app? You're not on ART version or anything?
Sent from something using Tapatalk
Nice... see you put the tut to some good use nice stock themed clocks bro... :highfive:
Basil3 said:
Your ROM has HtcWeatherClockWidget.apk in system/priv-app? You're not on ART version or anything?
Sent from something using Tapatalk
Click to expand...
Click to collapse
Yes it still has the HtcWeatherClockWidget.apk in system/priv-app.
I am on dalvik.
prgopala said:
Yes it still has the HtcWeatherClockWidget.apk in system/priv-app.
I am on dalvik.
Click to expand...
Click to collapse
ok, well all i can really suggest is to try on another rom, then i know if arhd is the problem.
These look pretty spiffy! Any possibility of a transparent widgit with blue text and icons?
Problem
I have the same problem like prgopala:
I´m also on ARHD 5 and now i tried to get rid of it by using your ZIP and just choose the STOCK options. Widget is unfortunately still gone...
Guess i´ll have to reflash ARHD again.
mrosen said:
I have the same problem like prgopala:
I´m also on ARHD 5 and now i tried to get rid of it by using your ZIP and just choose the STOCK options. Widget is unfortunately still gone...
Guess i´ll have to reflash ARHD again.
Click to expand...
Click to collapse
I would appreciate if one of you ARHD guys flash another ROM and report back. Then I know whether ARHD is the issue.
PodCulture said:
These look pretty spiffy! Any possibility of a transparent widgit with blue text and icons?
Click to expand...
Click to collapse
Well it's possible, and quite easy to do, but I don't want to open myself to a world of pain with colour requests. If you want to know how to do it yourself, pm me.
Sent from something using Tapatalk
I'm on Verizon's skyfall Rom and same thing after flashing widget was gone but the .apk was there
Sent from my HTC One M8 using Tapatalk!
whskytango said:
I'm on Verizon's skyfall Rom and same thing after flashing widget was gone but the .apk was there
Sent from my HTC One M8 using Tapatalk!
Click to expand...
Click to collapse
And when you go to add one of the widgets, none of the clock widgets are available?
Sent from something using Tapatalk
Basil3 said:
And when you go to add one of the widgets, none of the clock widgets are available?
Sent from something using Tapatalk
Click to expand...
Click to collapse
Correct
Sent from my HTC One M8 using Tapatalk!
whskytango said:
Correct
Sent from my HTC One M8 using Tapatalk!
Click to expand...
Click to collapse
Ok, will have a look when I get a chance. How can such a simple mod be such a pain in the *ss? [emoji2]
Sent from something using Tapatalk
In on Insertcoin, try to flash stock dark for both day and night but I get white text on white background.
Nexus 7