[Theme][Mods] CleanModern v1.1.4 for CleanROM [UPDATED*] - EVO 4G Themes and Apps

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
For everyone still hooked on the stability and smoothness of 2.3.3 / Sense 1.0....this is for you!
This is my first official theme release so I hope you guys will like it.
CleanModern Theme for scrosler's CleanROM
Features:
- New semi-transparent Rosie launcher remapped with LaunchKey editable right button (default SMS icon shown) (Major props to tommytomatoe for this awesome mod!)
- Semi-transparent 5x5 app drawer
- Semi-transparent status bar / notifications / quick settings
- Inverted HTC Clock with new background (Theme with standard white available)
- Bubble icon text background removed
- No % stock battery icon
- Green overscroll glow
- Custom lockscreen slider
- Ice Cream Sandwich keyboard (*Available as additional install)
- Various icons replaced with new Ice Cream Sandwich icons!
- Zegoe Light font
- Recent Apps in pull down removed
- CleanDialer dial pad (As add-on for now - to be included in next version release)
- Stability / Smoothness not affected at all
- And plenty more!
Additional Add-on options currently available:
Rosie Email
Rosie Generic
CleanDialer
Ice Cream Sandwich Keyboard
___________________________________
___________________________________
Full Themes:
- CleanModern v1.1.4 Inverted Clock FULL
- CleanModern v1.1.4 Regular Clock FULL
Add-on Downloads:
- Rosie w/ Email **
- Rosie w/ Generic **
- CleanDialer Dial Pad
- Ice Cream Sandwich Keyboard***
Rollbacks:
- Restore Recent Apps
- Restore Battery with % icon
- Restore Stock Dialer
(As always - wipe cache & dalvik before flashing)
(** Flash Add-ons after full theme is flashed)
(*** ICS Keyboard is a stand-alone apk install - download to sd card and install)
Tested and working on CleanROMv1.0 but should work on any rooted deodexed 2.3.3 / Sense 1.0 / 4.54.651.1 build
I can't even begin to describe how much this site and all the great members here have taught me. Thanks to EVERYONE who has taken the time to post guides and tutorials for all the great things we can do with Android....XDA you guys ROCK!
Tons of thanks to:
tommytomatoe
he_stheone64
jschisurf
Brut.all
and so many more!

Would this work on Classic Evo?
Edit: Sorry I forgot to say that it is really sexy man!

Anyway to get the battery % back? only thing I miss. Also said it in the CleanRom thread but great job again.
Sent from my ModernCleanEVO 4G

Nice theme, just downloading CleanROM, will try later

btaylor545 said:
Anyway to get the battery % back? only thing I miss. Also said it in the CleanRom thread but great job again.
Sent from my ModernCleanEVO 4G
Click to expand...
Click to collapse
Here is the battery with % file. Just download to card, wipe caches and flash.
I started a poll to find out who likes the percent and who doesn't...for future reference. I personally don't but it seems a lot do.

TheEvo said:
Would this work on Classic Evo?
Edit: Sorry I forgot to say that it is really sexy man!
Click to expand...
Click to collapse
Edit: see tommy's post below

jjgrantham said:
Here is the battery with % file. Just download to card, wipe caches and flash.
I started a poll to find out who likes the percent and who doesn't...for future reference. I personally don't but it seems a lot do.
Click to expand...
Click to collapse
Thanks flashing now yea I prefer the battery % so it saves me a widget or going into the settings and what not just a convenience thing really
Sent from my CleanModernEVO 4G

Deodex themes should not be flashed on odex roms and vice versa.
If someone wants this for classic I can port this aand ppost it here in this thread if its okay with OP
Lastly...I will post a remove recent apps guide for you tomorrow if you haven't gotten it by then
Sent from my PC36100 using xda premium

Btw super clean Love the rosie.
Sent from my PC36100 using xda premium

tommytomatoe said:
Btw super clean Love the rosie.
Sent from my PC36100 using xda premium
Click to expand...
Click to collapse
Thanks a ton man! Actually just sent you a pm before I read what you wrote....lol.

After playing with this for a bit I realized that all the black and transparency is great but one other change I can see being needed is in the status bar notification text it's black and is hard to see unless you select it then the font color changes just a thought but making it white on all the black would make it easier to see.
Sent from my CleanModernEVO 4G

As promised
SystemUI/com/android/systemui/statusbar/StatusBarFlag.smali
Use baksmali or apktool to access the smali.
Look for this chunk of code:
Code:
sput-boolean v0, Lcom/android/systemui/statusbar/StatusBarFlag;->HTC_QS_TASK_MANAGER:Z
move v0, v4
sput-boolean v0, Lcom/android/systemui/statusbar/StatusBarFlag;->HTC_RECENT_APP:Z
sput-boolean v0, Lcom/android/systemui/statusbar/StatusBarFlag;->HTC_QUICK_SETTINGS:Z
Delete this chunk from that:
Code:
sput-boolean v0, Lcom/android/systemui/statusbar/StatusBarFlag;->HTC_RECENT_APP:Z
That's it! No more recent apps.
Just in case you need details....
Code:
baksmali SystemUI.apk -o out-folder
smali out-folder -o classes.dex
Or...
Code:
apktool d SystemUI.apk
apktool b SystemUI

I also noticed you get a little box when the Date comes up in the notifications pulldown. TO get rid of this....
SystemUI/layout/statusbar.xml
Look for the entry for DateView. Change the androidbackground to "#00000000"
Now you won't get that box

I had a quick second.
Here you go
Recent apps removed
Optimized resources
Optimized smali
Date View statusbar fixed
Zipaligned

tommytomatoe said:
I had a quick second.
Here you go
Click to expand...
Click to collapse
Damn Tommy you ROCK!! Thanks so much man! I appreciate the guides too. Really helpful!
Edit: That apk you packed up for me actually deleted the whole status bar so back to the drawing boards on that one. Another guide I saw somewhere just had you change the "v0" to "v2" but that also deletes the whole bar. This is where I've been stuck for awhile....lol.

btaylor545 said:
After playing with this for a bit I realized that all the black and transparency is great but one other change I can see being needed is in the status bar notification text it's black and is hard to see unless you select it then the font color changes just a thought but making it white on all the black would make it easier to see.
Sent from my CleanModernEVO 4G
Click to expand...
Click to collapse
I'm actually in the process of fixing that and implementing tommy's tweaks as seen above. I'll get and updated version out today.

tommytomatoe said:
I had a quick second.
Here you go
Recent apps removed
Optimized resources
Optimized smali
Date View statusbar fixed
Zipaligned
Click to expand...
Click to collapse
Ok so the smali edit didn't work it just deleted the whole status bar for some reason but I finally got rid of recent apps by just changing the following in res/values-hdpi/dimens.xml:
Code:
<dimen name="recent_app_icon_height">[COLOR="Red"]0.0px[/COLOR]</dimen>
Thanks to jadeboy7 over at Mik forums for that little tidbit
I also did the DateView change to #00000000 but that didn't change anything, still looks the same so I don't quite understand that

This looks great. Very nice. I'm not even using Clean ROM, but had to say this looks really nice. And had to thank Tommy for popping in to help ;-)
Sent from my PC36100 using xda premium

Theme updated to v1.1.4
- removed Recent Apps
- fixed issue with black/invisible text in notifications - now all text white
- added transparency to system stat icons in top bar - no more black square around icons
- a few other optimizations

jjgrantham said:
Theme updated to v1.1.4
- removed Recent Apps
- fixed issue with black/invisible text in notifications - now all text white
- added transparency to system stat icons in top bar - no more black square around icons
- a few other optimizations
Click to expand...
Click to collapse
Anyway to keep the recent apps also is this ok to just flash over the previous release? Just wipe caches
Sent from my CleanModernEVO 4G

Related

[THEME] RUJELUS22 Edition *Sense\CM6\MIUI* Updated (12-07)

Ok, Finally got the CM6 port far enough along to release. As always If you see anything that needs fixed or you would like to see changed feel free to let me know.
I am not responsible if you mess up your phone. DO A NAND BACKUP!!!
-Sense Version Confirmed working with
DamageControl 3.6
JT_ROM_Beta1.2
Calkulin 1.2, 1.2a, 1.3RC, 1.3.1
OMJ 3.2
Ava Froyo V7
Fresh 3.2
New OTA update
-CM6 Version Confirmed working with
v1.6 Nightly build 164
v1.5 Nightly build 147
v1.4 Nightly build 135-138
v1.3 Nightly build 131
v1.0 Nightly builds 101-116
New Downloads and Updates in Post 2
What to Expect *Sense*
-Full
Blue/Black themed
Bootanimation
DroidX Keyboard
Handcent (uninstallable)
Smooth_Calendar (uninstallable)
Estrong File
Apps Organizer (uninstallable)
AOSP Browser and Email
5 Across all apps
services.jar that removes battery and clock (Stock services.jar to restore battery and clock in link below)
-Theme Only Version *Sense*
Black/Blue themed
Handcent (uninstallable)
Smooth_Calendar (uninstallable)
Apps Organizer (uninstallable)
5 Across all apps
services.jar that removes battery and clock (Stock services.jar to restore battery and clock in link below)
-Themed Apps_flashable *Sense*
DroidX Keyboard
AOSP Browser and Email
-Themed Apps
Add into main build made them uninstallable
-Bootanimation
I started with the green scribble animation and changed it to blue
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
-Screenshots *Sense*
CM6 Info
To get statusbar colors - go to settings->CyanogenMod Settings->User Interface->Tweaks Extra->Select a Theme-> Choose STOCK and reboot in V1.3 choose STOCK_RUJELUS22
ADW select color will start orange it can be changed to any color in ADW settings under UI Settings
Know Issues
When creating new event in calendar -> Calendar chooser has black text
When choosing type of search widget -> background is white
What to Expect
Added RUJELUS22 background and colors to nexus Live Wallpaper
Installs Smooth Calendar and Apps Orginizer (Both Uninstallable)
Full installs boot animation theme only does not
ibox icons NOT added yet
-Screenshots *CM6*
The Clock is a default beautiful widgets theme not mine
Please donate if you like my work
Update CM6 V1.8(12-7)
Nightly 191
Downloads located at http://www.rujelus22.com/evo
Update CM6 V1.6 build 164 & Sense V2.4(11-17)
Added some new icons and pics
Fixed all .9 issues
New font Ubuntu10.10
A lot more...
Update CM6 V1.5 build 147(11-2)
Added some new notification icons
Fixed some .9 issues
Edited some pics(looks nicer)
Update CM6 V1.4 build 135(10-24)
Only making Full theme
updated gapps
Working with build 135
Changed to Flip Animations
Update CM6 V1.3 build 131(10-21)
Works with new power notification bar
Added smooth battery w%
Sense Version 2.3.0 (10-17)
Reworked a lot of the framework xml edits hopefully more compatible with other apps
Removed Handcent for now untill I can find edits for the newest version
Added RUJELUS22 Option in Nexus Live Wallpaper (For color and background)
Updated Smooth Calendar
Updated Apps Orginizer
Updated Estrong File
Messaging - add atachment and smiley menus fixed
Fix for MailDroid popups
Added Smooth Battery Mod w %
Themed GoogleQuickSearchbox
Apps Orginizer - labels - Long click other apps
Fixed Labels overlay in gmail
Fixed Folder Organizer popup menu
Fix popup box top (smaller than bottom)
Fixed some .9 images
Added Dark Market
Browser - Textbox select - Now Blue
Apps Orginizer - close button highlight color
Text Highlight color
Finally released CM6 port (10-12)
(10-1)
Added Zedge with white text popups
-Update V2.2.2 (9-29)
Install right over the top of my theme. No need to wipe.
Fixed Camera clicking share - popup text (Found by brock1909 Thanks )
Themed Android folders like apps orginizer
Made all apps and add widget backgrounds slightly transpenrent
Removed random green in xml
-Update V2.2.1 (9-27)
Install right over the top of my theme. No need to wipe.
Fixed Handcent recipient name dropdown text
Fixed Wallpeper selection Popup
Changed updater-script
Started theming pattern lock colors
-Update V2.2 (9-24)
Install right over the top of my theme. No need to wipe.
Fixed more popups in HTC apps
Fixed Grey/white text in a lot of HTC apps
Updated to Gmail 2.3, Handcent 3.2.9, Apps Organizer 1.5.9, and Smooth Calendar 0.9.9.5
-Update V2.1.2 (9-23)
Fixed account popup in HTC mail (Found by bobreiter Thanks )
Themed HTC message widget
Changed green to blue in stock HTC messaging
-Downloads
Downloads located at http://www.rujelus22.com/evo
Looks pretty nice. I love all the blue.
OMG i love this blue
gonna try it when i get out of the shower!! i got Virus Rom
i am not a fan of sense but this looks very nice. great job.
Looks really good I'll give it a run.
Sent from my Evo using Tapatalk.
MagnusRagnarok said:
i am not a fan of sense but this looks very nice. great job.
Click to expand...
Click to collapse
I will probably be porting this to CM6 and Calkulin's new 1.2a that has no sense.
Just need some time to flash to those ROMS and see what needs messed with.
WOW LOOKS GREAT!!! keep up the excellent work!
I like it. Is this for odexed or deodexed roms?
VoiceMail App
rujelus22,
Theme is great, I just have one issue when i go to click on a VM message the app force closes any ideas?
i like too
only issue i have is when i toggle between accounts in HTC mail- cant read the account names- white text would fix this...
bobreiter said:
only issue i have is when i toggle between accounts in HTC mail- cant read the account names- white text would fix this...
Click to expand...
Click to collapse
agreed. i love the dark menupop up idea. but the stock writing is in black, could you do a services.jar that changes it white without reomving the battery? or even make the menupop up a dark grey or something? just a thought. otherwise its a great theme.
Themed apps wont work for me just stays as the default apps...any ideas? I love this theme though, possibly my favorite so far.
Sent from my PC36100 using XDA App
it dint change the icons!
great theme, using it on calkulins evio 2 v1.2 w/o Sense now.... very nice!
magicalan said:
it dint change the icons!
Click to expand...
Click to collapse
Mine, either. Maybe it's a icons pack that is separate from the theme?
crap.... theme was working great but i do need my battery icon, so i flashed the service jar (after wiping) and now it hung at the white evo screen.
Nandroided back
cmart4 said:
crap.... theme was working great but i do need my battery icon, so i flashed the service jar (after wiping) and now it hung at the white evo screen.
Nandroided back
Click to expand...
Click to collapse
Yea mine hung like that to use gauge battery for now it adds one to the top.
Thanks for the info guys. I am still working on making all the text white in the popups, there are a billion xml edits to get them all. If you find one can you post how you got the popup to display (really helps tracking them down).
Just noticed the FC on the voicemail myself I'll see what I can do with that
This is for deodexed ROMs
The icons are from the iboxs icons on the market, I use better cut to make them. I am pretty sure I can put them as default if you would like them
cmart4 said:
crap.... theme was working great but i do need my battery icon, so i flashed the service jar (after wiping) and now it hung at the white evo screen.
Nandroided back
Click to expand...
Click to collapse
As far as I know you should not have to wipe to flash between the services.jar (at least I never have)
I just made the services.jar and flashable apps yesterday so I will take a look at them tonight and see why they are causing problems
I think that answers all the questions this far. Keep the info coming. The more stuff you guys find wrong the faster I can get them all taken care of.
rujelus22 said:
Thanks for the info guys. I am still working on making all the text white in the popups, there are a billion xml edits to get them all. If you find one can you post how you got the popup to display (really helps tracking them down).
Just noticed the FC on the voicemail myself I'll see what I can do with that
This is for deodexed ROMs
The icons are from the iboxs icons on the market, I use better cut to make them. I am pretty sure I can put them as default if you would like them
As far as I know you should not have to wipe to flash between the services.jar (at least I never have)
I just made the services.jar and flashable apps yesterday so I will take a look at them tonight and see why they are causing problems
I think that answers all the questions this far. Keep the info coming. The more stuff you guys find wrong the faster I can get them all taken care of.
Click to expand...
Click to collapse
It would be pretty sweet if you put those icons into the theme. They're fantastic! I noticed a TINY glitch in the theme though. When you have SetCPU on with a profile, and you pull down the notification bar and then slowly bring it back up (not flicking it up) you'll notice that the profile icon for SetCPU overlays the notification bar.

[Theme]TwoPointTwo Theme for aospMod and CM6.1 Stable [RLS8.1 (both)] 12/19/2010

this is a theme that has taken influence from several other themes and builds all credit goes where credit is due, I simply collected the parts i like most about them.
those themes are
-andro green theme credit goes to MRagu
- darksmoothie credit goes to athanos
- and myn's many builds from the vogue and evo community. -credit goes to myn
this is my first theme for my hero so I am sorry if its a little rough around the edges, i hope you guys enjoy
here are some screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DOWNLOAD RLS5 (v0.9.7 Only)
DOWNLOAD RLS8.1 (v0.9.8 and up Only)
DOWNLOAD RLS8.1 (CM 6.1 Stable)
Remember to wipe your Dalvik-Cache after flashing these or you will bootloop
changes in RLS8.1
-lock screen Jogs are now clear
-added ev icons
-changed the clocktopia font
changes in RLS8
-gingerbread style black pop up menus
-new boot animation
-new signal icons
-flip animations
-removed themed market, since it was an older version of the market
-calendar widget is back to stock
-i think thats about everything
changes in RLS7
-download bars along with volume up and down progress is now green
-changed alot of the Green highlights to a more consistent green color
- spinners are now either white or black instead of that yellow green color that they were in RLS6
- notification tray background is now transparent
changes in RLS6
-Now compatible with aospMOD v0.9.8
changes in RLS5
-zip aligned and png optimized most of the files
-battery now shows a percent as it discharges
-themed the market
-fixed a few other little graphical hiccups too (most people prolly didn't notice)
changes in RLS4
- changed the status bar background to white instead of gray so the black on black issue doesnt care
- changed download provider back to the stock one, this being included means it can be flashed over RLS3 easily.
- changed the downloading and uploading icons
- only for AOSPmod at the moment
changes in RLS3
-volume up and down progress bar is now back to its normal orange
-the menu that appear when you long hold the power button has a different icon set thats easier to see
-changed the install progress bar (the one that comes up when you side load apps) to black and green
-themed the dialer no more buttons just numbers with the green letters below them
i think thats about everything.
changes in RLS2
-new font pack (bold font did not exist in the old one and so i changed it)
- fixed the status bar date not staying theme
- new solid color status bar that wont become transparent when going through apps
- fixed some graphical hiccups i found while running through it
-attached is the themed version of ADW i am using in the pictures
-New! i have also attached a modified version of the Cyanogen wallpaper app that has a bunch of wallpapers that go great with the theme
-New! i have also attached a themed version of the HTC_IME that i am using (pictured above)
Looks good! Nice work
theimpaler747 said:
Looks good! Nice work
Click to expand...
Click to collapse
thanks man, i had no intention of making a theme a few days ago then the darksmoothie theme showed up and i liked it but i had some things i didnt care for so naturally i tampered with it and was like hey maybe somebody else would enjoy using it
this is outstanding---good work! I'm impressed
This theme looks really nice; great job!
The "arrow" for the appdrawer, however, seems a little too far up to me.
I'm about to nandroid and try this out!
EDIT: I installed your version of adw, but I didn't like it too much. Like someone else said, the notification text can be a little hard to read, and the date in the top left of the dropdown doesn't match the rest of the status bar. There is a similar problem with the stock Calendar widget, unless I use a lightly-colored background. All in all, I like how clean and professional it feels; it looks like it could be stock, which is why I don't usually use a theme. Great work! I look forward to additional updates
thanks for sharing this slick theme bud it looks great
larrylizard said:
This theme looks really nice; great job!
The "arrow" for the appdrawer, however, seems a little too far up to me.
I'm about to nandroid and try this out!
EDIT: I installed your version of adw, but I didn't like it too much. Like someone else said, the notification text can be a little hard to read, and the date in the top left of the dropdown doesn't match the rest of the status bar. There is a similar problem with the stock Calendar widget, unless I use a lightly-colored background. All in all, I like how clean and professional it feels; it looks like it could be stock, which is why I don't usually use a theme. Great work! I look forward to additional updates
Click to expand...
Click to collapse
the status bar in general confuses me its transparent to whatever is behind it unless its on the home screen
edit: got the status bar staying black, thats one thing off the todo list
This looks amazing.
Any chance for a MM for CM?
Gelladuga69 said:
This looks amazing.
Any chance for a MM for CM?
Click to expand...
Click to collapse
if i knew how i would but sadly i dont
I've got this ported over to CM 6.1 using ASimmons theme-tool. Its fantastic and a must have theme. Kyle, great job on this theme, I really like the rounded look of the pull-down status-bar
norm12 said:
I've got this ported over to CM 6.1 using ASimmons theme-tool. Its fantastic and a must have theme. Kyle, great job on this theme, I really like the rounded look of the pull-down status-bar
Click to expand...
Click to collapse
Are you using a nightly or RC?
Gelladuga69 said:
Are you using a nightly or RC?
Click to expand...
Click to collapse
nightly 126 and ASimmons theme injector. I haven't tried the updated version (from earlier tonight) but if its anything like his other work, it will work and be fantastic. just follow the directions from the original post.
whoops
10char
just posted an updated version
thoughtlesskyle said:
just posted an updated version
Click to expand...
Click to collapse
Please make a flashable zip for CM!
Sent from my HERO200 using XDA App
Gelladuga69 said:
Please make a flashable zip for CM!
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
if somebody could show me how i would love to !
thoughtlesskyle said:
if somebody could show me how i would love to !
Click to expand...
Click to collapse
I can port this to cm6.1, if you would like, and get you a flashable zip to post. Great theme man, keep it up.
dean.d said:
I can port this to cm6.1, if you would like, and get you a flashable zip to post. Great theme man, keep it up.
Click to expand...
Click to collapse
asimmons is running it through his theme porter now since i was having trouble with it, but if you want to that would be awesome, and im glad you like it i did make one other change to it other than to the one i posted, and thats the volume up and down color is orange instead of black and white but it isnt a big deal ATM, so yea please do it if you want to, thanks for your help
I can't seem to post attachments right now----Kyle, PM me with your email address and i can send you the 126 nightly with your theme, I did it yesterday if you want it
thoughtlesskyle said:
asimmons is running it through his theme porter now since i was having trouble with it, but if you want to that would be awesome, and im glad you like it i did make one other change to it other than to the one i posted, and thats the volume up and down color is orange instead of black and white but it isnt a big deal ATM, so yea please do it if you want to, thanks for your help
Click to expand...
Click to collapse
Alrighty. I'm current porting another one of my ports to cm6.1 as well. If something happens and he can't get it to you(I hope he can), I'll work on it. Probably be tomorrow though.

[Theme|AOSP]GB: The way it should have been v13-08/09/11

{
"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"
}
Disclaimer: I have none. It's your device, if you break it... Well... That's your problem.
Click to expand...
Click to collapse
Now compatible with the T-mobile theme chooser for all HDPI devices!
All mods that I've made for this theme are available in the second post. current feature list is in post 4, changelog is in post 5.
This theme is my interpretation of how Gingerbread should look out of the factory. I've kept all the original colors, and many of the icons, etc... I have put a lot of work into this to get it exactly how I wanted it. It is definitely a minimalist-type theme in appearance-though I've edited over 1000 images. Any feedback or suggestions for improvement are very welcomed and will likely get incorporated/a mod added.
WARNING: Flashing via ROM manager can cause some FC issues. I would advise you to boot into recovery to flash any mods that I post!
Click to expand...
Click to collapse
I hope you guys enjoy this as much as I do. So without further adieu.......
GB: The way it should have been v13: now known as New Wave GB
DOWNLOAD (t-mobile theme .apk)
Instructions:
Install via android package manager
Open theme chooser
Select the newly renamed NewWaveGB theme
reboot
GB: The way it should have been v10:
DOWNLOAD (OMFGB 1.1.1)
DOWNLOAD (OMGB 1.1.1)
Instructions:
NANDROID
Flash via recovery
Credits:
preludedrew-ETE theme engine, battery indicator fix, six bar signal meter, .apk help, being awesome
cocide-ETE theme engine, awesome scripting
fernando sor-Guidance when I've needed it
userjf-Helping me figure out how I broke things
rori~-Original lockscreen mod for the Passion
Testers- This wouldn't be right without you guys/gals
Donors-Thank you.. It wasn't necessary, but certainly appreciated.
Reserved...
screenies?
GB: The way it should have been (AOSP) features/plans
Theme chooser .apk
Six bar signal meter
Transparent pull-down notifications
Google themed Notification pull down bar with Android version number
Battery Indicator more accurate than stock
Themed rotary lock
Gradient list/menu selectors
3D buttons
Refined many of the stock GB images
3D Popup windows
Sense themed settings icons
Themed Fancy Widget
Themed Pandora
Themed Tether share switcher widget
Many many more things that I've forgotten
GB: The way it should have been flashable add-on
MIUI camera
Sony Sketch font ( Changeable via Market app "Custom Font Switcher" )
Coming soon:
Colors....
Changelog:
v1
-initial release
-framework and systemUI themed only
v2
-added themed fancy widget
-added themed tether share switcher widget
-added themed pandora widget
-themed system apps to include notification icons (gmail, email and market)
-framework updated to latest ROM versions
v3
-MIA due to borked dialer
v4
-updated status bar pulldown to reflect 2.3.2
-framework image enhancements
-fixed some graphical bugs
v5
-updated apps
v6
-3d popups
-transparent notification pulldown
-fixed battery icons to be more accurate than stock (change every 5% when using standard GB battery)
-themed rotary lock
-six bar signal meter
-image enhancements
-framework updated to latest ROM versions
v7
-added MIUI camera to replace default camera
-updated settings to include profiles on CM7
-framework updated to latest ROM versions
-apps updated
v8
-changed some status bar icons
-fancy widget now looks right in portrait mode
-updated status bar pull-down to reflect 2.3.3
v9
-entire status bar is transparent black
-centered transparent lockscreen
-framework images optimized for smaller file size
-gradient status bar
-updated all applications
v10
-new status bar pull-down handle
-power widget icons edited to flow better with the new pulldown
v11
-now available as a .apk with a flashable add-on for other items
v12
-fixed everything that wasn't working in v11 due to transition from .zip to .apk
-dialer/in call button selectors are orange now
-new data images
-created/added data images for other devices/carriers
-previously included apps are themed through the theme chooser. get the apps from the market if you still want them
v12.1
-changed the in call background from green to orange
v13
-fixed annoying graphical bug in statusbar dropdown
Nive
Sent from my HTC Incredible with the xda app.
Link is up for BurntGingerbread.. get it now! Let me know what you think.
Sent from my ADR6300 using XDA App
Nicely done
Sent from my ADR6300 using XDA App
ngtmagicks said:
Nicely done
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
Thanks. I'm looking to add more to them, but don't want to overdo it. I feel like too many of the themes out there are overdone and just look too tacky to put on a $500 device.
About to try it on cm7 nightly build 10, will update on results.
Sent from my ADR6300 using XDA App
lexdad86 said:
About to try it on cm7 nightly build 10, will update on results.
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
Did it work?
If not, ill get it fixed and upload it tomorrow.
Sent from my ADR6300 using XDA App
look who joind the themeing world! nice work bro
fernando sor said:
look who joind the themeing world! nice work bro
Click to expand...
Click to collapse
Haha. I've been doing it for some time, just had been for personal use in the past.
And thanks!
Sent from my ADR6300 using XDA App
have not tried it yet, passed out before i could flash it and just now realized I left my charger at work.
Sent from my ADR6300 using XDA App
lexdad86 said:
have not tried it yet, passed out before i could flash it and just now realized I left my charger at work.
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
Hate it when that happens. Lol. Let us know whenever you get a chance to test it out.
Sent from my ADR6300 using XDA App
Burnt gingerbread updated. You wont need this update unless you use the battery mod that shows each %, as it only cleans these up.
Very nice and subtle. Flashed over Virtuous 3.2.0. I got a gmail force close when the phone booted, but I flashed over Manup's Revolution theme, so I'm sure if I flashed it over a clean Virtuous install it would be fine. Will probably switch over to this, as this and Revolution are just about the only good Incredible themes out.
Great job
swankylaxplayer said:
Very nice and subtle. Flashed over Virtuous 3.2.0. I got a gmail force close when the phone booted, but I flashed over Manup's Revolution theme, so I'm sure if I flashed it over a clean Virtuous install it would be fine. Will probably switch over to this, as this and Revolution are just about the only good Incredible themes out.
Great job
Click to expand...
Click to collapse
Good to know it works with virtuous. And thank you!
If you see anything that you'd like added/changed, let me know. I'll see if i can get it in there.
The gmail FC might actually be because I used the last version of gmail in there. So if you have updated it since, if can cause some graphical issues. Might try going to...
Menu>settings>applications>manage applications
and uninstall updates on gmail. I'll make sure the latest version is in my next update.
I'm still having that >14% issue on my battery icon.
Thoughts? Maybe I installed it wrong?
Sent from my HTC Incredible running Evervolv Gingerbread, the first Gingerbread BETA!
Atlas.rouge said:
I'm still having that >14% issue on my battery icon.
Thoughts? Maybe I installed it wrong?
Sent from my HTC Incredible running Evervolv Gingerbread, the first Gingerbread BETA!
Click to expand...
Click to collapse
All I did was clean up the existing icons, cause they were super blurry.. the issue you have is with the red outline?
Were you wanting the outline grey and still have some filling in the bottom?
Sent from my ADR6300 using XDA App

[MOD] Dark Theme - KL7 [UPD] 060112 - Status bar background added - lots more also

{
"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"
}
I'm not a fan of the blue pop-ups and UI elements throughout Samsung's stock ROM. I also don't like themes that look like a child has gone on the attack with a bunch of crayons. I made some minor changes for myself and decided to leave them here in case anyone wants them.
You get:
- 14 notification toggles - credit to eybee1970 and lidroid
- % Battery
- White overscroll
- Most blue stuff gone - now green
- Pop-ups now grey
- Optimised and zipaligned
- ICS Transition Option (not included in Rocket v12)
Option for animated notification area background - see downloads
The real background is slightly transparent
Backup in case you want to revert.
Downloads:
Light Theme:
Discontinued now
KL3 Deodexed
KL3 Deodexed - ICS Transition Animations
KL3 Odexed (i.e. Stock rooted ROM)
KKA Odexed (i.e. Stock rooted ROM)
Rocket V9
Rocket V8
The Full Monty - 14 Toggles & Lots of APKs themed:
Rocket v12, v13 and v14 - (Includes the lockscreen and smoothness fix - I have also included nicer toggle icons - do not flash the lockscreen fix over this mod - First boot might take a looooong time... don't panic!)
NOTE - The Rocket version should work on all KL7 deodexed ROMs - Some Darky users have reported problems... backup first.
KL3 Odexed
CheckROM v1 - (Same as Rocket v12, v13 and v14) - Note that your wallpaper will be reset after first boot! - If you want the RTL fix, flash it AFTER you have flashed this theme
Rocket v12 and v13 with animated notifcation area - (Status bar will load a little later - animation appears after the status bar has been pulled down the first time) - opening the status bar is not as smooth as stock and is a bit laggy.
Changelog (for version from 6th January 2012):
- Status bar background added (Rocket ROM only)
Just some of the screenshots:
Use the Quickpanel Settings app to edit toggle buttons.
Status bar background Rocket ROM exclusive.
Hi nobnut!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Im really happy to see you here after DHD!!!!!!WOW!!!!
Thanks dude...
I like your mode,one thing missing for my taste.ics animations...
But ill follow you anyway!!!
Hi old friend. It's been a while
Sent from my TITAN X310e using XDA Windows Phone 7 App
not working on Rocket rom . missing status bar
Crazy Ushi said:
not working on Rocket rom . missing status bar
Click to expand...
Click to collapse
That is because Rocket is deodexed. You need to have an odexed ROM.
If you have init.d support on your ROM, which I believe Rocket does, you can try this. But make sure you back up first. Just to let you know however, you can't reverse this. So you will need to flash the original ROM again when you want to change the base (e.g. when Rocket updates his build).
In practical terms, odexing will make no negative difference to your experience. In fact, there are two advantages: 1 you will have lots more space in the system (not that you need it) and 2 boot time is a little faster
Anyway, it's up to you
Updated with more blue button presses gone green. Notification icons changed also.
nobnut said:
Updated with more blue button presses gone green. Notification icons changed also.
Click to expand...
Click to collapse
More beautifull!!!
Thank u mister!!!
If i unzip and copy all of ur image in to my framework.apk, system.apk... will it works? I realy love green and this not work on rocketrom
No, unfortunately it won't... but I will make one for you
I'll upload it later today.
EDIT: Uploaded... see the OP. Note, I haven't tested it as I am not running the Rocket ROM, but it should work. I see that his framework-res.apk has a different structure than stock (and it is also bloody massive compared to stock) but all should be good. Take a backup just in case.
If it doesn't work let me know and I will see what I can do.
Hi!!Share my file for Data Connection in the Quick Menu
Thanks Faby, I will check it out now
EDIT:
That is great, thank you.
I will just sort out the graphics (marked with the red arrows) and re-upload the mod later.
Thanks again.
Perfect, I will upload the modded zips.
EDIT: Uploaded
Thank you faby.
nobnut said:
Hi old friend. It's been a while
Sent from my TITAN X310e using XDA Windows Phone 7 App
Click to expand...
Click to collapse
good to see you here, have you finally bought the note ?
Hi to you too! Keeping well I hope.
Yes, I've got one although I am a Windows Phone 7 fella now. I use an HTC Titan as my main device.
I like the Note's screen size, you can't beat it, but I am frustrated with Android. I'm also bitterly disappointed with ICS. I got rid of my Galaxy Nexus after 24 hours
Perfect on rocket rom O
Thanks for the update.
Great mod, thank you for it. Is it any chance to make it display correctly on a 240DPI? That would mean the notification toggles without the aditional text.
Yes, but I am unable to edit any xml right now, as I can't decompile on this bloody computer at work (I can decompile but I can't recompile)... all I can do is to swap out pngs right now
Feel free to use whatever you like from the zips attached, if you can't wait...
When I get a chance at home, I will happily edit the xml, but it won't be for a few days as I have a load of issues there right now. Sorry for the wait.
nobnut said:
Yes, but I am unable to edit any xml right now, as I can't decompile on this bloody computer at work (I can decompile but I can't recompile)... all I can do is to swap out pngs right now
Feel free to use whatever you like from the zips attached, if you can't wait...
When I get a chance at home, I will happily edit the xml, but it won't be for a few days as I have a load of issues there right now. Sorry for the wait.
Click to expand...
Click to collapse
Thanks for the effort. I wish I knew how to do it and to be able to edit myself the xml files to get rid of the text... but I don't. I'll try to search and see how can I do it.
Search for 'APK Manager'. You use that to decompile/compile the apk and when you have the apk decompiled, you can use 'Notepad++' to edit the xml files.
You can't edit a compiled xml file.
E.g. Decompile > Edit > Compile

[MODS][TWEAKS] EVO Supermagic Preview - v0.0.6 - [2/15/2012] - Animation Time!

Hello Fellas!
If you don't already know me my name is Dean. I do not consider myself a themer, but I am starting to learn slowly about modifying ROMS to look the way I want. Feel free to request any type of visual mod you want in here for EVO CLASSIC ROM ONLY. I am going to be posting MODS as I make them. I wanted to give a big shoutout to tommytomatoe. Without him, we wouldn't have such an amazing ROM to tweak out.
I am going to be updating this thread as fast as I can. Please keep in mind I got a 2 month old and a toddler, so it is a little tough, but I will try as much as I can to post what you guys request, and some extras.
Please note that if you are using any themes, BE SURE TO USE THE ZIPTHEMER VERSIONS (ON BOTTOM OF OP)!
If you are downloading the files below, I am already assuming that you have created a nandroid backup of your setup just in case things don't go right or you don't like it.
75% Transparent Black Status Bar (Click to download) - Stock SystemUI Modified
{
"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"
}
__________________________
SOLID Black Status Bar (Click to download) - Stock SystemUI Modified
__________________________
100% Transparent/Clear Status Bar (Click to download) - Stock SystemUI Modified
__________________________
New Orleans Saints Status Bar (Requested) (Click to download) - Stock SystemUI Modified
With a Saints wallpaper...It'll probably look awesome.
The white line on the top of the screenshots is the MIUI type battery bar.
__________________________
85% TP Upper Carrier Bar (ZIPTHEMER) (Click to download)
__________________________
Global ICS Smilies "Doesn't include gtalk" (ZIPTHEMER) (Click to download)
to get these smilies in Gtalk, you must also download the gtalk smilies zip below, this is because gtalk has its own smiley pack within the APK.
__________________________
Gtalk ICS Smilies (ZIPTHEMER) (Click to download)
__________________________
Lins MikG Warm Theme battery port (ZIPTHEMER) (Click to download)
Please note this is a port from Lins MikG Warm Theme.
I am aware that the Charging icons are stock. Came across issues, fix soon.
__________________________
Virus' Eternity ROM Animation Set (ZIPTHEMER) (Click to download)
Video Preview: Click to watch Demo
__________________________
Classic Flip Animation (ZIPTHEMER) (Click to download)
Video Preview: Click to watch Demo (reuploading)
__________________________
Classic Bounce Animation (ZIPTHEMER) (Click to download)
Video Preview: Click to watch Demo (reuploading)
MORE TO COME! If you want something specific, post and i'll see if I can get it done!
CHANGELOG:
2/15/2012
- Added animations from Virus' Eternity Rom that was also included in an old EVOlved Classic theme from V4. (ZIPTHEMER ONLY)
- Added Classic Flip & Bounce UI Animations. (ZIPTHEMER ONLY)
2/10/2012
- Ported the battery from Lins MikG Warm Theme
- Created patch for Clear BG on the Date for all statusbar mods. "ClearDate_Patch-ZipThemer".
1/20/2012
- Loading some new mods I have made slowly. Zipthemer versions only.
Download links can be found above screenshot, as well as at the bottom of the OP
- Loading new mods to the Updater as well.
1/8/2012
- Started creating zipthemer versions for all my mods. They will be located in the bottom of this OP.
Splash Green Lockpad (Click to download) - Stock framework-res modified
Code:
[IMG]http://i.imgur.com/KUvLF.jpg[/IMG]
[IMG]http://i.imgur.com/9K7aF.jpg[/IMG]
[IMG]http://i.imgur.com/OWD5I.jpg[/IMG]
View video demo for Green Splash Lockpad
_________________________
100% Transparent Rosie (Click to download) - Stock Rosie modified
When you press the left, center, and right button in the rosie -- you will see the default icons.
_________________________
75% Transparent Rosie (Click to download) - Stock Rosie modified
Made to match the status bar in the OP.
_________________________
ICS Rosie - (SMS) (Click to download) - Stock Rosie modified
_________________________
ICS Rosie - (Browser) (Click to download) - Stock Rosie modified
_________________________
ICS Rosie - (GMAIL) (Click to download) - Stock Rosie modified
F.A.Q
Q - Can I use this on any EVO Classic versions other than Ecstatic Finale?
A - Yes and No. Zipthemer mods can be used on any version. Flashable packs are specific to its version.
Q - I am running a theme, Will these tweaks mess it up?
A - If you download the flashable version, yes it will mess it up. If you are running another theme/mod, please use the zipthemer option of my mod that you are downloading so that you can continue to use your other theme.
Q - Will you make ZipThemer versions of your tweaks?
A - Yep! In the works! See attachments in OP.
Q - Can I use your modified files for a theme?
A - Sure, go ahead -- Just give me a heads up so I can link your theme in my thread!
Q - I flashed a zip, but don't see any changes?
A - Please be sure you are using AmonRA (recommended) -- also, WIPE CACHE AND DALVIK CACHE!
Q - Do I need to do anything before flashing?
A - Nandroid (Recommended but optional) and Wipe Cache & Dalvik Cache
Q - For your Rosie mods, can you put in a different shortcut icon?
A - Yes, Just tell me which you want and I'll do it up.
I'll add more as I think of them...
Woot woot! Thanks for your contributions! I'll post links in the morning!
Sent from my PC36100 using Tapatalk
Something black and gold to match the all mighty new orleans saints would be awsome #WhoDat
I was thinking.... Just thinking! I'll take a no as an answer!.... If you could change the highlights (stock green) to a different color, lets say, orange!
With highlights I mean everything that looks green!
I flashed RCMix themed orange before classic and I loved the color orange. I know its too much to ask, its like a whole theme!
Thanks for any kind of answer
Sent from my PC36100
Haha anytime Tommy!
@marvinlh - I'll have something put together for you when I get into the office.
@royalfox - I am not going to say no, but I can't say when I can have that done. I'm just starting in visual tweaks but I am picking it up fairly quick. I'll see what I can do for ya.
Sent from my Xoom using xda premium
marvinlh said:
Something black and gold to match the all mighty new orleans saints would be awsome #WhoDat
Click to expand...
Click to collapse
Posted in OP. Let me know if you don't like it.
Just wipe cache and dalvik then Flash through recovery ?
Sent from my PC36100 using xda premium
Steven 1 said:
Just wipe cache and dalvik then Flash through recovery ?
Sent from my PC36100 using xda premium
Click to expand...
Click to collapse
Yes sir.
EDIT: I am going to make a few more versions tonight -- Let me know if you are looking for a specific color/opacity.
I am hoping tonight to have ZipThemer versions out.
Thanks bro. I typically like a semi transparent pull down bar with a black background. If you can do something like that then that would be chill.
Sent from my PC36100 using xda premium
Steven 1 said:
Thanks bro. I typically like a semi transparent pull down bar with a black background. If you can do something like that then that would be chill.
Sent from my PC36100 using xda premium
Click to expand...
Click to collapse
Similar to the one that was working on v4?
dean_fx said:
Similar to the one that was working on v4?
Click to expand...
Click to collapse
Yeah pretty much like that
Sent from my PC36100 using xda premium
dean_fx said:
Posted in OP. Let me know if you don't like it.
Click to expand...
Click to collapse
Looks great, thanks a lot..I'm searching for a wallpaper now
Sent from my PC36100 using Tapatalk
Steven 1 said:
Yeah pretty much like that
Sent from my PC36100 using xda premium
Click to expand...
Click to collapse
I'll see what I could do ;-)
marvinlh said:
Looks great, thanks a lot..I'm searching for a wallpaper now
Sent from my PC36100 using Tapatalk
Click to expand...
Click to collapse
Glad you like it, if you need anything else feel free to ask.
Security Lockpads being created. Any requests -- Let me know.
Can the ghost Rosie be transparent? The bottom bar, that would be cool
Sent from my PC36100 using Tapatalk
MarkEv0 said:
Can the ghost Rosie be transparent? The bottom bar, that would be cool
Sent from my PC36100 using Tapatalk
Click to expand...
Click to collapse
You want the bottom rosie 100% transparent?
dean_fx said:
You want the bottom rosie 100% transparent?
Click to expand...
Click to collapse
Yeah please that would be cool goes with the status bar tweak you did.
Sent from my PC36100 using Tapatalk

Categories

Resources