[HACK] Calibration profile for Nexus One v5.1, now with 100% less Sith! - Nexus One Android Development

One of the most common criticisms of the Nexus One is its screen. Beyond a few touchscreen problems, a lot of people have had problems with the screen being too blue. This mod attempts to correct this color cast.
The top is with my hack, the bottom is without. This is a color accurate version. The weird green band is just the combination of my camera and what is on the page.
Here is a screenshot of the .apk:
UI, on Flickr
Currently, the color cast is corrected for most people's taste and there is an app to configure it.
Beyond color casts, it is theoretically possible to fix the gamma. It is currently 1.5 when it should be 2.2. That is a fairly bad setting. The roadblock to the implementation of this is that SurfaceFlinger, the window control application in Android, would have to be converted to OpenGL ES 2.0, which some devices don't support, and I would have to figure out how to write the right shader. If you or someone you know is experienced in GLSL for mobile devices, let me know.
Installation:
Anything earlier than Froyo is not supported. If you really want me to add support, let me know, but I'm not putting the time in unless there is a strong need.
For CM6 Nightlies (after Aug 8th) or CM6 final you don't need to flash anything, just install the CM .apk.
For most other roms, you want Universal .zip and normal .apk.
If universal doesn't work due to a failure to flash (so far, this is confirmed for eVIL's Sense V1.00 rom, but not later versions), try the one labeled Sense.
After you install the .zip and there are no errors during flashing, then install the Calibrator Control app.
Use:
To control it, open the Calibration Settings app and just change the numbers. Let me know what numbers you find pleasing to your eye. We currently use: Red = 975, Green = 937, Blue = 854 for the settings for reference. It will save your settings and load them on boot. This feature only works if you have the app installed on the phone and not on the SD card.
As always, there is no warranty with regards to this hack.
Credit goes to Cyanogen and his team for maintaining the source I based my small tweak off of and the authors of the original source, RixKliq for the great icon, and xenio2000 for the UI improvements and help with presets.
Changelog:
V1.0 - First hacky implementation
V2.0 - Cleaned up implementation, integrated better
V2.0b - Fixed signing issues.
V3.0 - Added 3 presets, of which the neutral one loads at boot.
V3.1 - Moved presets slightly cooler, added low red mode for low brightness screens and those who hate red.
V3.2 - Changed profile to be significantly more accurate and fixed multilingual bug.
V4.0 - API not changed, but new .apk allows on boot loading of any color setting you want.
V4.1 - API changed, but only to add a wider rom support. It still requires froyo though.
V4.2 - API not changed, added support for roms that moved libraries to /data/lib, enhanced UI.
V5.0 - API not changed, sadly, but added presets, major UI overhaul to .apk.
V5.1 - Bugfixes galore!
(Still) Planned:
Adding gamma, much less likely than I thought.
Adding dynamic red decrease as the backlight goes down.
Downloads
V5.1 is an .apk fix only, so no need to get the .zip file.
Universal (AOSP) Download:
http://dl.dropbox.com/u/9780975/calibrated-signed-42-Universal.zip
Sense (Desire) Download:
http://dl.dropbox.com/u/9780975/calibrated-signed-42-Sense.zip
Calibrator Controller V5.1 Normal Download:
http://dl.dropbox.com/u/9780975/Calibrator-5.1-Universal.apk
Calibrator Controller V5.1 CM Nightly (and Final) Download:
http://dl.dropbox.com/u/9780975/Calibrator-5.1-CM6.apk
Known Bugs
If calibration is enabled, Spare Parts will crash when Render Settings is opened.
Some versions may have logcat spam. Let me know if this happens to you.

Is there any way to test this feature without CM6?

Any risk of damaging the display? Sorry, had to ask
I am willing to give it a try.

stuff said:
Is there any way to test this feature without CM6?
Click to expand...
Click to collapse
It's possible, I just put CM6 as that is what I had on my phone to test it with and that is what source I built it from. Any rom that allows you to change the render effect should be compatible but really, all I can do is upload the code and see who would want to implement it in their rom.
jblparisi said:
Any risk of damaging the display? Sorry, had to ask
I am willing to give it a try.
Click to expand...
Click to collapse
It shouldn't be a problem, it runs the blue OLEDs at a lower brightness, so it shouldn't go out of spec. In fact, it should increase the display life, but these are all "should"s.

Cool. My rom doesn't allow the rendering effect, unfortunately. I want to try this

stuff said:
Cool. My rom doesn't allow the rendering effect, unfortunately. I want to try this
Click to expand...
Click to collapse
I think like me your forgetting you can do a full nandroid + ext, wipe, install cm6, install mod, play around a bit, nandroid + ext, wipe, restore in about 20-30 mins

dogiedogie said:
I think like me your forgetting you can do a full nandroid + ext, wipe, install cm6, install mod, play around a bit, nandroid + ext, wipe, restore in about 20-30 mins
Click to expand...
Click to collapse
yeah i know. but I just have all my settings exactly as I like. in fact, my phone almost feels completely tuned in terms of performance. i just know any rom that I flash, I won't like as much as the one I have.
Plus I'm just waiting for CM6 final.

nice. I've thought it was way too cool since I powered it on the 1st time.
I'll give this a go in a bit.
thx for sharing.

Once you get all this fixed up, send me a pull request on github and I'll merge it into CM

I'd love to try this myself, but I won't have access to my Android SDK computer until this weekend.
I'm curious, would you happen to have any comparison pictures?

EarthsiegeTA said:
I'm curious, would you happen to have any comparison pictures?
Click to expand...
Click to collapse
(10 characters)

There you go, see the OP, it looks a bit too yellow in the pic, but it does show the difference.
Edit: Fixed the colors to show it exactly as it appears on the phone on my calibrated screen.

*rimshot*
Very cool.

as I was saying in the other thread, will it be possible to correct this bad effect??
{
"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"
}
and make it decent, like iphone...
your doing a great job, i'm gonna try those new settings

I'm not sure I can, as the gallery app is closed source. Maybe I can try webkit for the browser, but I wouldn't know where to start.
In other news, I'm working on making a more elegant solution. I may have something worthy of adding to CM by late this evening.

I THOUGHT that colour banding problem was fixed in an update some time, because I remember the original article had an 'UPDATE:'.

wow keep up to good work...you shuld put your "donate" button somewhere
EDIT: i tried the new calibration, the only thing that i don't like is that white, isn't pure white anymore...it's a bit yellow, like old paper...is it intended to be like that?? I mean, that's the correct value for white?
EDIT2: google said that they would have implemented new 24bit Gallery in 2.2...but images in 2.2 Gallery still looking bad, and they look bad in astro too!! The browser is the only one that displays beautiful images without banding...i've just tried with the "sunset on mars" image
http://www.displaymate.com/NASA_Sunset_on_Mars_1080.jpg

Something's up with the link. I can't download this file even though other files on Mediafire are working for me.

elmerendeiro said:
wow keep up to good work...you shuld put your "donate" button somewhere
EDIT: i tried the new calibration, the only thing that i don't like is that white, isn't pure white anymore...it's a bit yellow, like old paper...is it intended to be like that?? I mean, that's the correct value for white?
Click to expand...
Click to collapse
Well, there's two calculations for color, there's the normal one and the planck-calculated one. For this driver, the color is 6500 on the normal one but 6000 on the planck one. It also gets yellower the brighter the screen is. So, since I figured out how to do an update.zip, my next update in an hour or so will have the brighter value with planck calculated values.
However, it took me a month to get used to how "yellow" my computer was once I calibrated it.
Lastly, bad news, I don't think I can change the gamma. I can't individually address the pixels to mess with them except in the kernel. That would be a mess.
Oh, I'll have a better version up in 10 minutes or so, so there'll be a new link.

Check my 2nd edit...
Im gonna try the new file tomorrow since it's sleep time here..
For the gamma setting maybe we should contact some kernel master...good night!
Sent from my Nexus One using XDA App

Related

[APP][03/05/2010]hdSpeedo - v0.7.3

Hi,
Here is the next release of hdSpeedo.
It has been tested on a HTC Touch HD and Diamond, but should work on any WM device with a GPS feed.
New Features
Journey stats saved in /My Documents/hdSpeedo
Tidied up the /My Documents/hdSpeedo folder.
Error logging to file
Display of Max speed. This swaps every 15 secs with the AVG speed
Planned Features
Looking at making the application skinnable
Bug Tracking
None noted at the moment
Please see attached file for full version history.
There are two buttons on the speedo page, one will log your current position, the other will start logging your track.
These write to KML files which you can load into Google Earth as below.
{
"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 note that this application requires the SQL CE Framework installed ***
Otherwise you get the following error.
"An unhandled exception occured Can't find PInvoke DLL 'sqlceme35.dll"
Please install SQL CE from the cab found here.
Please bear in mind that I have written this for my own use and am quite happy to put this out for others to use. I will take on board suggestions, but will continue to develop this at my own pace.
Many Thanks,
Paul Ryder.
Thanks for you application.
I see the bars on the top left corner. Is it GPS signal status ? If so, why the bars is still there when I stop GPS ?
Bug Tracker
Bug Tracking.
1) - GPS Signal bars stay after GPS is stopped.
Outstanding
duongla said:
Thanks for you application.
I see the bars on the top left corner. Is it GPS signal status ? If so, why the bars is still there when I stop GPS ?
Click to expand...
Click to collapse
Ah, that would be a bug..
Cheers, have added it to bug tracker and will resolve it shortly.
Great little application. Thank you.
A suggestion, perhaps an adjustable speed warning. IE change screen colour when over a set top speed. (or even stages of screen colour changes ie at 30/50/80 etc)
Thanks again
I noticed the name of your app "GPS Speedo" but some one already has that name for there GPS app over @ http://www.tchartdev.com/
So it'll get confusing to know whats what between the two.
Hi Ralph,
Tried your application yesterday and today and seems to be working fine. Speed shows nicely, AVG seems to be correct.
Some pointers you might wanna consider;
1- The font could be more clear. The "greyed" lines are a bit too visible I think
2- Are the gps records logged? You could integrate this into some kind of export. For people (like myself) who drive the same route to work every day, it would be fun to see some statistics..
3- Max. speed warning (no sound effects, please )
If I come up with something else, ill let you know. Thanks for the nice app!
RelicXII said:
I noticed the name of your app "GPS Speedo" but some one already has that name for there GPS app over @ http://www.tchartdev.com/
So it'll get confusing to know whats what between the two.
Click to expand...
Click to collapse
hmm, maybe I should call it hdSpeedo, what do you think, maybe not eh.. lol
Any ideas?
Boxersox said:
Great little application. Thank you.
A suggestion, perhaps an adjustable speed warning. IE change screen colour when over a set top speed. (or even stages of screen colour changes ie at 30/50/80 etc)
Thanks again
Click to expand...
Click to collapse
housert said:
Hi Ralph,
Tried your application yesterday and today and seems to be working fine. Speed shows nicely, AVG seems to be correct.
Some pointers you might wanna consider;
1- The font could be more clear. The "greyed" lines are a bit too visible I think
2- Are the gps records logged? You could integrate this into some kind of export. For people (like myself) who drive the same route to work every day, it would be fun to see some statistics..
3- Max. speed warning (no sound effects, please )
If I come up with something else, ill let you know. Thanks for the nice app!
Click to expand...
Click to collapse
1 - Still not decided on the font yet, I like the matrix style, but was going for the grid behind it. I might just remove that.
2 - They are not logged yet, I just need to know how people want it logged?
Raw nmea sentences
KML files to use in Google Earth
Or another way
3 - I though of this, how would you like it. Single speed or stepped as suggested before?
I am also going to provide logging for the trip, times/distance/(ave/max) speed etc
Cheers,
Paul.
Hi, just wanted to let you know that this runs fine on my Sprint Touch (Vogue) running a stock 6.1 ROM.
Thanks for your efforts!
shappy0869 said:
Hi, just wanted to let you know that this runs fine on my Sprint Touch (Vogue) running a stock 6.1 ROM.
Thanks for your efforts!
Click to expand...
Click to collapse
Cheers, glad to find it does work on others machines..
Hi Mr Ralphman
I found this issue, i install Gps speedo and my Gmaps turn on this
megapinky said:
Hi Mr Ralphman
I found this issue, i install Gps speedo and my Gmaps turn on this
Click to expand...
Click to collapse
this font is now also used when i call someone or when i receive a call...
megapinky said:
Hi Mr Ralphman
I found this issue, i install Gps speedo and my Gmaps turn on this
Click to expand...
Click to collapse
housert said:
this font is now also used when i call someone or when i receive a call...
Click to expand...
Click to collapse
Hmm, All I do is install the two fonts, I know that WM will use the best choice font, but that's a bit silly.
I'm going to remove this one from the next release. Try going to \windows\fonts and deleting the Font that Ends in A___.ttf.
Cheers,
Paul.
here too
MrRalphMan said:
Hmm, All I do is install the two fonts, I know that WM will use the best choice font, but that's a bit silly.
I'm going to remove this one from the next release. Try going to \windows\fonts and deleting the Font that Ends in A___.ttf.
Cheers,
Paul.
Click to expand...
Click to collapse
Happened the same to me...
Looks like the apps that are being affected are missing a font, I had this with the Facebook app installed by default on Dutty's Leo R4.
Windows Mobile tries to be clever if you select a font and it's not on the device, it chooses the one closest in size (I think) to the one it's trying to use, thus you get some Random effects.
I'll see if I can restrict the font to only be used by my app, deleting the font will revert your other apps back to normal.
Paul.
MrRalphMan said:
...., deleting the font will revert your other apps back to normal.
Paul.
Click to expand...
Click to collapse
But also 'cause GPS Speedo to become unusable? I didn't try though..
It is still usable, but the Gray background looks even worse.
At least your other apps are usable again.
I'll get an update out at the weekend.
MrRalphMan said:
It is still usable, but the Gray background looks even worse.
At least your other apps are usable again.
I'll get an update out at the weekend.
Click to expand...
Click to collapse
Active developer +1
First change.
Removed one of the fonts as it was making other apps unusable, thanks MS..
Also changed the name as GPS_Speedo isn't unique by any means.
Remove previous version if installed.
Unzip the cab file, copy to device and kick off install with file manager.
Cheers,
Paul.
This is a great application Paul, my 300ZX's speedometer does not work, so I use this app as an alternative and help me stay in the speed limit. Cops always watching me if I passed the limit in the highway

[Theme] CM7-Colorized-Nightly

Download/Flash with CWM 3.0.0.5 This is a FULL ROM.
http://forum.cyanogenmod.com/topic/14513-colorized-cm-7-for-glacier/
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"
}
This is a work in progress. The goal of this project is to move it into a Theme.apk for the new "Theme Chooser"
Credits:
tnpapadakos (buy him a cappucino)
This is his hard work, and it's very good looking, I'm just trying to help minimize the zip size and get it moved to an apk for Tmobiles Theme Chooser
this is a good start in the right direction, dueces
Awesome, thanks!
*sigh* - DON'T
Seriously, guys... The themeing engine was added to CM7 precisely to avoid this kind of messing up with the ROM, so *don't* do this. Themes can now be built and distributed as APKs, you can even market the damned things...
This comes from an installable APK, for example:
xttp://dl.dropbox.com/u/10355648/mau5-land.png
Check the vendor/tmobile/themes/Cyanbread and Androidian stuff for examples.
Awesome I love it thanks
So this is a .apk or theme? Could you explain a bit more why you say this is a bad idea?
aremcee said:
Seriously, guys... The themeing engine was added to CM7 precisely to avoid this kind of messing up with the ROM, so *don't* do this. Themes can now be built and distributed as APKs, you can even market the damned things...
This comes from an installable APK, for example:
xttp://dl.dropbox.com/u/10355648/mau5-land.png
Check the vendor/tmobile/themes/Cyanbread and Androidian stuff for examples.
Click to expand...
Click to collapse
Sent from my HTC Glacier using XDA App
I've tried this, wiped caches, still will not give me the settings menu colorized. I'm gonna do a FULL WIPE to see if that resolves the issue, Thanks for the post
stlouie65 said:
I've tried this, wiped caches, still will not give me the settings menu colorized. I'm gonna do a FULL WIPE to see if that resolves the issue, Thanks for the post
Click to expand...
Click to collapse
Had some issues, working now on #15. I edited the link in post #1 for the working full colorized build #14
I dig this, but am not keen on flashing something on top of nightlies that could jack with the ROM that's already a WIP.
Once you convert to a theme I'll definitely give it a whirl (not much liking the current 3 themes, but love the functionality & options it will bring).
lghorn said:
I dig this, but am not keen on flashing something on top of nightlies that could jack with the ROM that's already a WIP.
Once you convert to a theme I'll definitely give it a whirl (not much liking the current 3 themes, but love the functionality & options it will bring).
Click to expand...
Click to collapse
Agreed. Love this idea. It should be an option with cm7 IMHO.
jentzschman2000 said:
So this is a .apk or theme? Could you explain a bit more why you say this is a bad idea?
Click to expand...
Click to collapse
It's a theme, installed as an APK. Messing up with ROMs to change layout has always been a problem, it's _very_ easy to mess up something, especially when those changes are done by simply repacking the resources (unzip, replace, re-zip). It's a fairly frequent source of support problems for developers, and it's just an ugly way of themeing a phone.
CM7 includes a themeing engine developed by T-Mobile, and the main reason for it is to prevent these problems (and it is _very_ powerful, allows you to change almost anything from layout to animations, not just graphics). If you're running a recent build of CM7 (or any of the many CM kangs) , open the "Theme Chooser" application and choose one of the 2 samples: they are a very small example of what can be done. Note that even the window transitions are changed. Then search the market for "greybeard", and have fun installing your first market theme
aremcee said:
It's a theme, installed as an APK. Messing up with ROMs to change layout has always been a problem, it's _very_ easy to mess up something, especially when those changes are done by simply repacking the resources (unzip, replace, re-zip). It's a fairly frequent source of support problems for developers, and it's just an ugly way of themeing a phone.
CM7 includes a themeing engine developed by T-Mobile, and the main reason for it is to prevent these problems (and it is _very_ powerful, allows you to change almost anything from layout to animations, not just graphics). If you're running a recent build of CM7 (or any of the many CM kangs) , open the "Theme Chooser" application and choose one of the 2 samples: they are a very small example of what can be done. Note that even the window transitions are changed. Then search the market for "greybeard", and have fun installing your first market theme
Click to expand...
Click to collapse
well, no, its not a theme yet
its actually a kanged version of cm7
THE ONLY THINGS THAT ARE CHANGED ARE:
images in framework, SystemUI, Settings, Bluetooth, Browser, Calculator, Calendar, Contacts, Deskclock, Email, FM, MMS, Music and Phone
no layouts or xml files are changed, only images
the images changed have the exact same names, they have only been colorized so that the menu icons and notification bar icons that were grey/black and white before are now colored...some others that were colored before (like battery for instance) were changed to blue or some other design that i preferred (i personally cant stand the signal bars/wifi indicators in gingerbread)
this was originally just something i was doing for myself for a few months starting in july, 2010, but after i finally shared it in october over at cmforum, it took off as people liked it
there is nothing else changed in the ROM itself, so flashing this overtop of your current version of cm7.*** doesnt "break" anything else
so really its as simple as having both versions available on sdcard and flashing one or the other
honestly, its much to do about nothing, its just a different look
if someone can tell me how to "theme" the framework, and all those apk's listed above without doing it this way, i'd be glad to do it, it would save me alot of work, but i like doing it anyway
tnpapadakos said:
well, no, its not a theme yet
its actually a kanged version of cm7
Click to expand...
Click to collapse
Sorry about the confusion, I was referring to my own screenshot
aremcee said:
Sorry about the confusion, I was referring to my own screenshot
Click to expand...
Click to collapse
nevermind...
For those of you crying that this will break ****: No, it won't. It is a full rom. Nothing is broken/breaking.
I am working on adding it to the theme chooser, as that's the goal here.
Top post updated with #15
Flashed over a non cm nightly everything is running fine, just flashed and all data is there
Sent from my HTC Glacier using XDA App
removed---------
aremcee said:
Then search the market for "greybeard", and have fun installing your first market theme
Click to expand...
Click to collapse
No search results found based on that....
Updated for Nightly #16.
This is now an addon .zip (flash after you flash nightly #16)
tnpapadakos said:
well, no, its not a theme yet
its actually a kanged version of cm7
THE ONLY THINGS THAT ARE CHANGED ARE:
images in framework, SystemUI, Settings, Bluetooth, Browser, Calculator, Calendar, Contacts, Deskclock, Email, FM, MMS, Music and Phone
no layouts or xml files are changed, only images
the images changed have the exact same names, they have only been colorized so that the menu icons and notification bar icons that were grey/black and white before are now colored...some others that were colored before (like battery for instance) were changed to blue or some other design that i preferred (i personally cant stand the signal bars/wifi indicators in gingerbread)
this was originally just something i was doing for myself for a few months starting in july, 2010, but after i finally shared it in october over at cmforum, it took off as people liked it
there is nothing else changed in the ROM itself, so flashing this overtop of your current version of cm7.*** doesnt "break" anything else
so really its as simple as having both versions available on sdcard and flashing one or the other
honestly, its much to do about nothing, its just a different look
if someone can tell me how to "theme" the framework, and all those apk's listed above without doing it this way, i'd be glad to do it, it would save me alot of work, but i like doing it anyway
Click to expand...
Click to collapse
I have been using the version since the first version was introduced until I moved to MIUI. I had it for a while and haven't had any issues with anything whatsoever
Used the full versions myself
Love the work. Thanks
Sent from my HTC Glacier using XDA App

[ROM][THEMES] DarkHazard & some CM6.1.1 themes

Introducing my first real custom ROM that I have used all fresh images for. This is CyanogenMod's Gingerbread Nightly Build #26.
I have removed several .apk's that I personally don't use including:
DSP Manager
Development
Live Wallpapers
CM Wallapapers
Magic Smoke Wallpapers
Visualization Wallpapers
Browser
Gingerbread Themes and themed apk's
ProTips
QuickSearchBox
and SpareParts.
By removing all these I have condensed the ROM down considerably and everything still runs smooth.
I have themed a few of the apk's in this ROM:
ADW Launcher
Phone Dialer
Camera
and Settings
Other apk's that I replaced the Icon Launcher default images.
Camera
Broswer
Music
Video
Calendar
Contacts
File Manager
Phone
Gallery
MMS
and Settings
I've added a Custom Bootup Animation that has a touch of 'Old School' feel to it to add to the 'screen off/on' CRT animation. Redid the sliders and slider buttons. Added some more custom images throughout the ROM here and there including the USB connection image is now changed.
I've changed the StatusBar Icons as well. Custom WiFi, Cell Reception and Connection Speed Icons for increased visibility. Updated all over icons for better visibility as well.
This works well as a standalone if you like have a ROM that's been reduced in size to increase your MTD partition or for whatever reason you want a slimmer ROM. Otherwise this can be flashed over an existing Gingerbread ROM build 26 and will work just fine.
WARNING: Flash at your own risk, you know the possibilities of bricking etc etc.
CM-7.DarkHazard
Updated CM-7.Darkhazard
Post your Likes and Dislikes. I'd like to know what people think of this ROM as I plan on making more Themed ROMs in the future and might cater to some ideas if enough people like certain things.
{
"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"
}
Here I have a few CM6.1.1 Themes I spent some time on, Changed about as much as I could. All new status bar icons I got from a Linux based icon set. I have removed several APK, in this set as well to conserve space.
Pink Themed Items
Items shared by both Pink and Onyx themes.
Onyx themed items.
Onyx Themed CM6.1.1
Pink Themed CM6.1.1
As always, flash at your own risk and I hope you guys enjoy these.
Reserved for future themes
1st
WOW
all I have to say.. is keep it up, once CM7 is stable, please update it!
I am LOVING this Theme/ROM
I get why you would remove some of those apps, but why remove the browser? 90% of users use the browser.
Everything else is awesome
MusicMan374 said:
I get why you would remove some of those apps, but why remove the browser? 90% of users use the browser.
Everything else is awesome
Click to expand...
Click to collapse
I didnt notice..
I agree, everyone uses the browser. and I dont like any of the android market browsers.
The one thing i dont like much is the boot screen, but that I can change.
Looks good. I'll probably be pulling some of the images for cm7 when there is a stable release. Over all its not me, none-the-less its cool. Good job dude
Sent from my T-Mobile myTouch 3G Slide using XDA App
MusicMan374 said:
I get why you would remove some of those apps, but why remove the browser? 90% of users use the browser.
Everything else is awesome
Click to expand...
Click to collapse
I use Dolphin HD cause it seems to suit me better. I'm uploading a new ROM the includes a browser with a changed icon. This is the kind of input I like. for those that would like just the browser I themed the icon, I'll link that too.
I somehow thought Guitarist and Musicman were the same person...
Guitarist has no avatar, and MusicMan has a picture of a guitar
:S
love this theme man. can't even pick out something that I would want changed. again, great job, keep it up!
looks great!! Definitely will try it once CM7 becomes stable and have a fix for my WIFI issue.
Anyway, I was also hoping that I can have the % displayed for battery. Been missing that in CM7 from CM6..
Me too, though having a percentage display on the lockscreen helps out a lot. That, and gingerbread has built in CPU monitoring and some other nice features. Build 26 has been very stable for me so far.
Sent from my T-Mobile myTouch 3G Slide using XDA App
xologist said:
You can aready the battery percentage..
Not exacly in the battery, but in the lockscreen.
Settings >> Cyanogen Mod Settings >> Lockscreeen >> Always display battery status.
Click to expand...
Click to collapse
^^^ That's what I meant. Thanks X
You can aready the battery percentage..
Not exacly in the battery, but in the lockscreen.
Settings >> Cyanogen Mod Settings >> Lockscreeen >> Always display battery status.
xologist said:
You can aready the battery percentage..
Not exacly in the battery, but in the lockscreen.
Settings >> Cyanogen Mod Settings >> Lockscreeen >> Always display battery status.
Click to expand...
Click to collapse
thanks for this!
Anyway u can mirror the updated version can't seem to download it from. My desktop thnx u
Sent from my T-Mobile myTouch 3G Slide using XDA App
looks good, can i still have the extra sliding unlocking things on this?
I think that was a slight issue with a few of the nightlies (can't recall which ones off the top of my head right now), I'll be updating this as a final release once CM7 does a final release. Though if you guys want the latest nightly updated version I have I'll push on getting some final touches and release a build 34 (when they do of course). This was mainly to give a taste of my first total themed Gingerbread ROM and find out what people like/dislike kind of deal. I'm still working in the background on this one and have 3 more ideas in the works so far. I'll be making bootup screens per theme as well. I might have some screenies ready by Friday for the Gunmetal Theme inspired by MGS4/COD Spec Ops.
aaldiar said:
I think that was a slight issue with a few of the nightlies (can't recall which ones off the top of my head right now), I'll be updating this as a final release once CM7 does a final release. Though if you guys want the latest nightly updated version I have I'll push on getting some final touches and release a build 34 (when they do of course). This was mainly to give a taste of my first total themed Gingerbread ROM and find out what people like/dislike kind of deal. I'm still working in the background on this one and have 3 more ideas in the works so far. I'll be making bootup screens per theme as well. I might have some screenies ready by Friday for the Gunmetal Theme inspired by MGS4/COD Spec Ops.
Click to expand...
Click to collapse
RC1 was just released, it would probably be a good milestone rom to base this off of
Updated and added some more themes, so Bump
Pls help. I try this rom, very nice thx, but have problem, same as another CM7 rom. Radio stop working, no signal, no data. Any solution? When i use CM 6, radio without problem.

Talon 1.0 [AOKP 4.2.2][CrossBreeder][LINARO][Gapps][Themed]

DOWNLOAD
File Size: 247.509 MB
MD5 (Talon 1.0.zip) = 7733ebfa90fd1df96b8e458b2fa9ef1b
{
"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 DONATE IF YOU LIKE THE ROM
AOKP MR-2 features:
Major features (there are many, really, just dig into ROMControl):
AOKP Ribbon
Permission management
Dark AOKP
mGerrit * check our latest changes anytime
Persistence support * keep DPI/hosts settings between wipes
Quick Torch on Lockscreen
HDR mode in AOSP Camera (does not work on every device)
Few new Toggles * StayAwake, Custom, Sleep, Reboot, etc.
Superuser from Koush
ROM-specific Features
A mix of notification sounds, alarms and ringtones from: HTC Droid Incredible 2, HTC Rezound, HTC Droid DNA and a few sounds from LG Revolution and LG Optimus G
Built with Linaro 13.04 / GCC 4.6
Funky Kernel 3.8.2 (Defaults to lulzactive / ROW / Westwood)
Latest Gapps
CrossBreeder Mod (Random entropy boosting for ROM smoothness, DNS tweaks and built-in adblocker)
PitchBlack and JellyBlack ThemeChooser themes for that dark, inverted look
Minimal Apex/Nova Icon Set
Included Extra Apps:
920 Text Editor
Call Logs Backup
SMS Backup
Check Random Entropy Available
Estrong File Explorer
Image Shrink Lite
System Panel Lite
Quick Pic
Sony Photo Editor
Power Toggles
Terminal Emulator
Notifier Pro (free version)
Apollo
Podkicker
Any.Do
Wallpaper Wizardrii
Wifi Manager
AOKP for vigor (ROM source)
Kernel Source
** Install Instructions **
Clean Wipe and Flash Talon 1.0.zip (Flash boot.img if you are S-On)
The first time the ROM boots after install, the boot animation will appear to freeze. Just give it a minute and it will finish booting to the home screen.
In the welcome wizard, uncheck the two settings that say "Backup my account to Google." If you have a backup app, Google backup is unnecessary and can confuse the ROM.
At the end of the setup wizard, it may appear to be frozen. Press the home button to open launcher.
By default, the ROM has the system theme. To get the ROM how it looks in the screenshot, first go to System Settings -> Themes and choose to apply your choice of Pitch Black (blue on black) or Jelly Black themes (white on black).
Press home to go back to the home screen and open the Nova Launcher settings. Look for the section that says Look and Feel -> Icon Set. Choose the Minimal icon set (which are black and white icons).
To get the AOKP wallpaper, long-press on the desktop, click Wallpapers then choose "Swag Papers" as the source. The wallpaper in the screenshot is the very first one in the gallery.
For some reason, the Camera icon isn't in the dock by default. All you have to do is open the app drawer, long-press the camera icon and then when the home screen shows up, drag it to the empty space on your dock.
** Reserved for Future Use **
** Reserved for Future Use Also **
Alright! Woooh! Glad you are back in the building game
Oooo intarestingggg .The Rezound shall never die!
Sent from my Infected Rezound using Tapatalk 4
Ooooooh! :good:
Download is up, see top of original post!
Many thanks to @IAmTheOneTheyCallNeo for connecting me to the Matrix so I could build roms again.
Also thanks to @Flyhalf205 and @TheBr0ken for all their expertise and friendship.
Shout-out to @Snuzzo for making a great kernel for the Rezound.
Taken to Pm
IAmTheOneTheyCallNeo said:
Mod, this rom is a source compiled build and still under development. It belongs in the "Original Android Development" section where it was correctly posted as it is not a Factory dist. or Kitchen thrown RUU.
Please move it back where it belongs!
Click to expand...
Click to collapse
I know lol. I just downloaded and came back to give thanks and the thread was gone.
To anyone who downloads, I just realized I forgot to tweak the MMS app to not split text messages over 160 characters. If you don't want split texts, just use the MMS.apk from one of Neo's roms. I will upload the one from Infection in a bit.
So good to see you back. Love your rom's. Thought you may have gotten a new phone and were gone for good. Thank you for the ROM.
Tidewater said:
So good to see you back. Love your rom's. Thought you may have gotten a new phone and were gone for good. Thank you for the ROM.
Click to expand...
Click to collapse
No, a coworker accidentally knocked my 2 TB external hard drive off my desk and killed it. I tried to dev on another PC and ran out of hard drive space. You literally have to have a minimum of 50+ GB free just to work on one ROM.
Neo helped me find a working build setup. It's good to be back! And I plan on being with the Rezound probably at least through January, if not longer. Glad to be part of our little community.
And hope you like the ROM. It's not as fast as Neo's ROMs, but the CrossBreeder mod I baked in makes things pretty snappy.
I gotta say, this is awesome .
Sent from my HTC Rezound using Tapatalk 4
Yep running very smooth so far. I love AOKP. For those who still use openpdroid, it works fine, no issues.
As always Brenuga, amazing work. This is the fastest aokp rom I have used to date. I love aokp and am really happy we have you working on it. Great job. Gotta send you some money sir.
Google backup is unnecessary and can confuse the ROM so if I use google to back up should I not try this rom? Confuse like not run like it should.?
[*]In the welcome wizard, uncheck the two settings that say "Backup my account to Google." If you have a backup app, Google backup is unnecessary and can confuse the ROM.
Cool beans. My wife now has my Rezzie these days but Im thinking about replacing the CM10.1 build on it with something more recent. Is this pretty much stable/bug free?
Thx for the work! :good::good:
dplane said:
Cool beans. My wife now has my Rezzie these days but Im thinking about replacing the CM10.1 build on it with something more recent. Is this pretty much stable/bug free?
Thx for the work! :good::good:
Click to expand...
Click to collapse
No issues for me. I definitely would recommend it. :good:
Been running amazing for me since it was released. No random reboots, lock ups, and getting great battery life. Thanks again brenuga
issue?
I have flashed this and the rom itself is great so far...but when I went to change the wallpaper to one of the photos from my phone it says "no external storage". I cant even use the camera, says the same. I can mount the phone to pc and see everything as I should and via card reader. Strange thing is I can flash things in recovery with the rom from the external sd...I don't get it. Gonna switch back to previous rom and see if it finds the external storage. Will post back.

[MOD][Xposed][Sense6][Feb 18] Stock battery with percentage [4.x - 6.0]

A very simple mod I threw together to replace the stock Sense 6 battery images with ones that have a numeric percentage embedded. This module will most likely only work on HTC devices running Sense 6 (m7, m8, etc), but might work on older devices running Sense 5/5.5 as HTC hasn't changed their battery image resource names in a while.
v1.3
{
"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"
}
v1.4.1
Install steps:
Make sure you have the latest Xposed Framework installed (ARHD offers it in the AROMA installer).
Make sure you enable the app_process from within Xposed Installer and reboot
Install attached apk, just like you would any other apk
Enable module in Xposed Installer and either reboot, or restart the shell (adb shell 'stop;start' or Soft reboot)
Enjoy
If you'd rather customize (or have the ability to) the entire statusbar, check out my other module here.
For those running XSBM, I've put together an iconpack with this battery set here.
Also available in the Xposed Repo
Thanks to @jsmith8858 for the excellent BatteryIconMaker tool. It makes generating images so much easier/faster!
Changelog
1.1
Increased percent numbers to 22pt, removed bold to enhance readability
1.2
Added gray fill to battery background to make numbers more visible on light and dark backgrounds
1.3
Increased font size to 27pt, and all numbers are black. Should be very visible now on all backgrounds except pure white.
1.4
Battery icons provided by @brianhill1980 - numbers are outlined with transparent background
1.4.1
Now with larger numbers and more defined outline
1.5.0 - Only for LP roms!
First release with LP support. Follow install instructions below!
Install instructions for 1.5.0 on Lollipop roms (tested on MaximusHD 50):
Remove any prior installs of Sense 6 Battery Percent
Make sure you have a working install of Xposed Framework (XposedBridge v61) and Xposed Installer v3.0 Alpha 1. If you have not figured out how to do this, please see the official Xposed for Lollipop thread
Install the Sense6BatteryPercent_v1.5.0.apk, but do not reboot yet
Once the notification of a new module has shown up, go to Xposed Installer->Modules and enable Sense 6 Battery Percent
Tap on the Sense 6 Battery Percent list entry to open the "preferences" activity. There aren't actually any preferences, but I'm using that activity to unpack the images
Tap on the Unpack and Hide Launcher button, which will unpack the battery images and hide this specific launcher
Go back to Xposed Installer->Framework and either pick Soft Reboot or Reboot
I had issues forwarding resources from my module's assets, so I worked around it by creating a scaled-down version of XSBM for just the battery images in this module. It seems to work ok, but definitely not the cleanest approach. If/when this gets resolved in the framework (or I figure out how to do it correctly), I'll rewrite this module. Also, I tested the module with SElinux both enforcing and permissive, and it seems to function regardless.
Hi is it possible to make the percentage size a bit bigger as i find it quite small and difficult to make out what it says?
ahac85 said:
Hi is it possible to make the percentage size a bit bigger as i find it quite small and difficult to make out what it says?
Click to expand...
Click to collapse
Sure. Give me a day or two.
agentdr8 said:
Sure. Give me a day or two.
Click to expand...
Click to collapse
pls and thank you, waiting for that badly :good:
i attached a .zip, could you pls do this one??
thanks
thanks working in maximus hd
realatombu said:
pls and thank you, waiting for that badly :good:
i attached a .zip, could you pls do this one??
thanks
Click to expand...
Click to collapse
Don't have the time to hand-edit 100+ images to change the font size. I use the BatteryIconMaker utility to do the numbers and battery background generation, and then combine them with ImageMagick scripts. It takes a few minutes this way, instead of hours/days the other way.
New version on OP has larger (and easier to read) numbers now.
Hey op thank you for this mod. I thought I was never gonna get to have percent stock battery on stock rom lol...also thanks for the update enlarging percentage. Anyway you could change the percent color to something besides black? Maybe grey. Reason is once any app is launched and battery is below certain percent and status bar is no longer transparent you can only see one of the two digits if that makes any sense lol. Made much better sense in my head
Johnny424 said:
Hey op thank you for this mod. I thought I was never gonna get to have percent stock battery on stock rom lol...also thanks for the update enlarging percentage. Anyway you could change the percent color to something besides black? Maybe grey. Reason is once any app is launched and battery is below certain percent and status bar is no longer transparent you can only see one of the two digits if that makes any sense lol. Made much better sense in my head
Click to expand...
Click to collapse
Hmm, that is a problem. I'll play around with the colors and see if I can come up with something that looks ok on both light and dark backgrounds.
Updated version on OP. Let me know if that helps with number visibility.
Bro thanks a lot but the text is too smallĂ  if bigger then would be very nice! Also inverted batt would be good too!
ziaulh.ch said:
Bro thanks a lot but the text is too smallĂ  if bigger then would be very nice! Also inverted batt would be good too!
Click to expand...
Click to collapse
Still too small? How high should the numbers be on the inside of the battery outline? Should they extend past the fill bar and into the gap?
Last attempt for the day at making the numbers more legible. OP updated.
Last version is perfection
Sent from my HTC One_M8
This is exactly what I was looking for. Just putting percentage numbers inside the stock battery.
Any chance you could just make the numbers an alpha knockout with a white outline instead of solid black? Solid black looks so harsh compared to the rest of the Sense 6 statusbar icon theme.
Here's a quick Photoshop sample of what I mean:
brianhill1980 said:
This is exactly what I was looking for. Just putting percentage numbers inside the stock battery.
Any chance you could just make the numbers an alpha knockout with a white outline instead of solid black? Solid black looks so harsh compared to the rest of the Sense 6 statusbar icon theme.
Here's a quick Photoshop sample of what I mean:
Click to expand...
Click to collapse
Not unless someone can provide me with all the battery images that are premade with the alpha knockout. I use the BatteryIconMaker utility to generate the numbers and background fill. It can't do what you're asking though.
agentdr8 said:
Not unless someone can provide me with all the battery images that are premade with the alpha knockout. I use the BatteryIconMaker utility to generate the numbers and background fill. It can't do what you're asking though.
Click to expand...
Click to collapse
If I make the custom images would you do it? Wouldn't take me too long to make them.
brianhill1980 said:
If I make the custom images would you do it? Wouldn't take me too long to make them.
Click to expand...
Click to collapse
Sure thing.
agentdr8 said:
Sure thing.
Click to expand...
Click to collapse
Does it need to be PNG-8 or can it be PNG-24?
brianhill1980 said:
Does it need to be PNG-8 or can it be PNG-24?
Click to expand...
Click to collapse
It can be either.

Categories

Resources