[Theme][Mods] CleanModern v1.1.4 for CleanROM [UPDATED*]

Do you prefer battery icon with % or without % ?

  • I like to see the percent.

    Votes: 10 52.6%
  • I don't like to see the percent.

    Votes: 4 21.1%
  • I like tacos.

    Votes: 5 26.3%

  • Total voters
    19

jjgrantham

Senior Member
Aug 9, 2010
168
40
0



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!
 
Last edited:

jjgrantham

Senior Member
Aug 9, 2010
168
40
0
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
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.
 
Last edited:
  • Like
Reactions: btaylor545

btaylor545

Senior Member
Jul 8, 2010
522
55
0
Detroit
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.
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
 

tommytomatoe

Inactive Recognized Developer
Dec 13, 2010
6,282
6,800
0
30
Knoxville USA
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
 

btaylor545

Senior Member
Jul 8, 2010
522
55
0
Detroit
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
 

tommytomatoe

Inactive Recognized Developer
Dec 13, 2010
6,282
6,800
0
30
Knoxville USA
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
 

tommytomatoe

Inactive Recognized Developer
Dec 13, 2010
6,282
6,800
0
30
Knoxville USA
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 :)
 
Last edited:
  • Like
Reactions: jjgrantham

jjgrantham

Senior Member
Aug 9, 2010
168
40
0
I had a quick second.

Here you go
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.
 
Last edited:

jjgrantham

Senior Member
Aug 9, 2010
168
40
0
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
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.
 

jjgrantham

Senior Member
Aug 9, 2010
168
40
0
I had a quick second.

Here you go

  • Recent apps removed
  • Optimized resources
  • Optimized smali
  • Date View statusbar fixed
  • Zipaligned

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 :rolleyes:
 
Last edited:

scottspa74

Senior Member
Apr 3, 2009
9,152
3,122
0
everett
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
 
  • Like
Reactions: jjgrantham

jjgrantham

Senior Member
Aug 9, 2010
168
40
0
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
 
  • Like
Reactions: btaylor545

btaylor545

Senior Member
Jul 8, 2010
522
55
0
Detroit
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
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