Themed Gingerbread Keyboards - Droid X Themes and Apps

Themed Gingerbread Keyboards
These are 3 themed gingerbread keyboards that I created for my themes. These should be compatible with many different ROMs, so I thought I would put them out there for others to use. I know they have been installed and work with RubiX, Tranquility, Liberty, and GummyJAR. Other ROMs should be fine as well but as with any mod, you should backup first.
Dark Themed Gingerbread Keyboard with Green Highlights
(Included with Dark Android theme for Tranquility 3.7, GummyJAR 2.5, Liberty 1.0, and RubiX 1.9.5)
Dark Android Gingerbread Keyboard
{
"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"
}
Dark Themed Gingerbread Keyboard with Blue Highlights
(Included with Blue Droid theme for Tranquility 3.6, GummyJAR 2.5, and RubiX 1.9.5)
Blue Droid Gingerbread Keyboard
Dark Themed Gingerbread Keyboard with Red Highlights
(Included with Red Droid theme for GummyJAR 2.5 and RubiX 1.9.5)
Red Droid Gingerbread Keyboard
To install:
Copy zip to your sdcard
Reboot into Bootstrap Recovery
Install zip from sdcard
Choose zip
Browse and select zip
Install zip
When complete, use back button or power button to back up
Reboot phone
If you like my work, please consider donating.

Looks really nice!
Is the size of the keys larger than the original one that was leaked recently? That was the main reason I got rid of it. the LCD density app only fixed it until you rebooted.
Thanks for you work!

ugrifja said:
Looks really nice!
Is the size of the keys larger than the original one that was leaked recently? That was the main reason I got rid of it. the LCD density app only fixed it until you rebooted.
Thanks for you work!
Click to expand...
Click to collapse
Only colors were changed., it is still the Gingerbread keyboard.

I was quite surprised when I pressed down on the keys and it glowed green. It looks fantastic. Props.

I don't think these work on Fission as I can't even install the OEM gingerbread keyboard on Fission without it always FC'ing.

Tried to use it on Fission 2.3.1 and it FC every time. Had to flash back to the Motorola DX Keyboard Blacked Out.
I hope someone figures this out, I want the Gingerbread with green highlights!

emr25 said:
Tried to use it on Fission 2.3.1 and it FC every time. Had to flash back to the Motorola DX Keyboard Blacked Out.
I hope someone figures this out, I want the Gingerbread with green highlights!
Click to expand...
Click to collapse
That is strange. A couple of people installed my theme that includes the keyboard with no issues. I will remove the Fission statement from the OP until someone figures out how to make it work. Maybe mounting system will work, but I have no Fission install to test with.

Thanks, it is working fine on Darkslide v4 rom.
Sent from me

Any idea if this works with the stock 2.3.340 MB810 rom?

Works perfect with gummyjar 1.8.1! Thanks!
Sent from my DROIDX using XDA App

The GingerbreadX for Fission 2.3.1 theme thread states that it does work with the Gingerbread keyboard, so maybe you have to have that theme installed over Fission 2.3.1 for it to work?
I have Holiday Theme right now so once I go back to GingerX I will check it out.

Looks beautiful

looks great
would it be possible to have the stock font on the buttons with the new color theming?

DragonNote said:
Any idea if this works with the stock 2.3.340 MB810 rom?
Click to expand...
Click to collapse
I don't know as I have not been stock in a long time. If you try it and it works, post back so others know.

emr25 said:
The GingerbreadX for Fission 2.3.1 theme thread states that it does work with the Gingerbread keyboard, so maybe you have to have that theme installed over Fission 2.3.1 for it to work?
I have Holiday Theme right now so once I go back to GingerX I will check it out.
Click to expand...
Click to collapse
I know some users were able to install my themes which include this keyboard over Fission and had no problems. But since I have not seen any successful in installing only the keyboard, that is why I changed the OP to include the Fission statement.
gi812 said:
looks great
would it be possible to have the stock font on the buttons with the new color theming?
Click to expand...
Click to collapse
The only font I changed were the alt numbers on the keys since those were actually images. The letters on the keys will use your stock font. Mine just happens to be the same for the screenshot since I have the whole theme installed.
Whatever your system font is will be the font used for the characters on the keyboard keys.

Hi,
Which xml did you edit to change the predictions text color from orange to blue/green?
Thanks in advance.

sonnysekhon said:
Hi,
Which xml did you edit to change the predictions text color from orange to blue/green?
Thanks in advance.
Click to expand...
Click to collapse
I responded to your PM, but if anyone else wants to know it was:
values/colors.xml
<color name="candidate_normal">#ffffffff</color>
<color name="candidate_recommended">#ff3898c5</color>
<color name="candidate_other">#ff3898c5</color>

GregTard said:
I responded to your PM, but if anyone else wants to know it was:
values/colors.xml
<color name="candidate_normal">#ffffffff</color>
<color name="candidate_recommended">#ff3898c5</color>
<color name="candidate_other">#ff3898c5</color>
Click to expand...
Click to collapse
Can you kindly clarify which xml file under res directory to edit in order to change color?
Couldn't find values/colors.xml anywhere in Gingerbread keyboard

Very nice looking keyboard and would love to try it. Installed it, and now in Settings / Language & keyboard settings I have Two "Android keyboard" listings and they both appear identical.
When I go to SMS messaging and open up the keyboard, it's still the ugly orange one. After pressing on the Input Options button, and pressing on "Select input method" I only have a single "Android keyboard" option...so can't select the green one.
Can anyone offer a suggestion?
Cheers,
Mark.
EDIT
After some research, I was able to ADB in and remove the LatinIME.apk and LatinImeGoogle.apk from the /system/app directory. Then pushed your LatinIME.apk to the same directory using ADB, rebooted and voila...it's working. Looks really good - well done.

nerdo said:
Can you kindly clarify which xml file under res directory to edit in order to change color?
Couldn't find values/colors.xml anywhere in Gingerbread keyboard
Click to expand...
Click to collapse
You have to decompile the apk to see it. When you compile the apk, a lot of xml files become the resources.arsc file. You can use apk manager to decompile/compile it.
mslatter said:
After some research, I was able to ADB in and remove the LatinIME.apk and LatinImeGoogle.apk from the /system/app directory. Then pushed your LatinIME.apk to the same directory using ADB, rebooted and voila...it's working. Looks really good - well done.
Click to expand...
Click to collapse
Sorry, been working on new theme. Glad it is working now, but did you have the Gingerbread Keyboard that allows you to keep your Multi-Touch prior to installing this. Just curious, trying to find a reason for the issue you had.

Related

[Morph] Cyanified Theme - Beatiful Stock theme with Cyanification... Update June 22nd

Hello All!
Here is my first theme for metamorph - Cyanified, updated to version 1.2. I have been wanting cyanification, but with all stock icons as the base... I didn't see any themes that fit the bill.
This will work on Stock Froyo (tested), and should work on any rom. It does not adjust services.jar, only images inside the framework-res.apk. You will need the lastest (xml) version of Metamorph, this will not work on the older .thm version of metamorph. It should also work if you are using a dark header bar, as I do not adjust the header images at all.
To go back to your original icons, you can flash your rom (without wiping).
To Do:
Finish up the .9png's. I've done a lot of them, but there's a lot more to do to get this themed fully.
Make some changes to Launcher2.apk for those using the stock launcher or who have moved their favorite launcher to /system/app/Launcher2.apk
Custom keyboard for HTC IME
Dialer adjustments (possibly)
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"
}
Here's some shots of it with the LeoFroyo 0.4.1 rom, which has a black header as default:
I'm not providing any header options (neither black no transparent), you'll have to find a theme or mod, then apply this morph. As always, be sure to do a nandroid before making any major changes.
INSTALLATION INSTRUCTIONS:
Simply download the file below, extract it on your computer, move the extracted "cyanified" folder to "Android Themes" folder on your sdcard, and choose the .xml file in metamorph to apply it. It will cause a reboot since it is adjusting framework-res.
CHANGELOG:
v1.2 - Minor change to cyanified.xml, simply fixes an error upon applying (theme still works in v 1.1)
v1.1 - Completed .9.png files in the framework-res folder
Any suggestions or critiques welcomed!
Yes why not I'm interested ....
Thanks .
This looks awesome, do want.
I too would love a theme like this one.
Cyanogen has my heart. <3
...okay, that was a bit much.
Ok, I've uploaded version 1~
Enjoy!!
I've just uploaded version 1.1, now fully themed within framework-res. Enjoy! Will post more photos soon!
Is it possible for you to make a file for metamorph that just changes the lock screen? I like the whole theme, but i want to just use the cyan colored lock screen for now.
I need to root to do this rite
Cabooser08 said:
Is it possible for you to make a file for metamorph that just changes the lock screen? I like the whole theme, but i want to just use the cyan colored lock screen for now.
Click to expand...
Click to collapse
^ I want this too.
one version with clear statusbar?
Cabooser08 said:
Is it possible for you to make a file for metamorph that just changes the lock screen? I like the whole theme, but i want to just use the cyan colored lock screen for now.
Click to expand...
Click to collapse
Just unzip the file, open up framework-res/res/drawable-hdpi/ and delete all the files you don't want to change.
So you'll be left with only these (I think this is all of them)
ic_jog_dial_answer_and_end.png
ic_jog_dial_answer_and_hold.png
ic_jog_dial_answer.png
ic_jog_dial_sound_off.png
ic_jog_dial_unlock.png
ic_jog_dial_vibrate_on.png
indicator_code_lock_drag_direction_green_up.png
indicator_code_lock_point_area_green.png
jog_tab_bar_left_end_confirm_green.9.png
jog_tab_left_confirm_green.png
jog_tab_target_green.png
Let me know how that turns out!
enlothien said:
I need to root to do this rite
Click to expand...
Click to collapse
Correct.
[email protected] said:
one version with clear statusbar?
Click to expand...
Click to collapse
Sorry, not planning on make a clear statusbar.
jettrue said:
Just unzip the file, open up framework-res/res/drawable-hdpi/ and delete all the files you don't want to change.
So you'll be left with only these (I think this is all of them)
ic_jog_dial_answer_and_end.png
ic_jog_dial_answer_and_hold.png
ic_jog_dial_answer.png
ic_jog_dial_sound_off.png
ic_jog_dial_unlock.png
ic_jog_dial_vibrate_on.png
indicator_code_lock_drag_direction_green_up.png
indicator_code_lock_point_area_green.png
jog_tab_bar_left_end_confirm_green.9.png
jog_tab_left_confirm_green.png
jog_tab_target_green.png
Let me know how that turns out!
Click to expand...
Click to collapse
I gave this method a try and it worked perfectly. Thanks!
Cabooser08 said:
I gave this method a try and it worked perfectly. Thanks!
Click to expand...
Click to collapse
You're welcome!
I'm having issues theming the launchers... any other requests you guys would like to see? A themed dialer?
How do i get a black statusbar with this theme, just the black?
Thanks
nixxez said:
How do i get a black statusbar with this theme, just the black?
Thanks
Click to expand...
Click to collapse
I guess you'd have to apply a theme or rom with the black status bar, and then apply this morph. You'd want the clock font to be white, and if you are on stock froyo that won't be possible.
I just switched to the LeoFroyo rom which has a black statusbar option, I'm going to test this morph on it and post some pictures.
jettrue said:
I guess you'd have to apply a theme or rom with the black status bar, and then apply this morph. You'd want the clock font to be white, and if you are on stock froyo that won't be possible.
I just switched to the LeoFroyo rom which has a black statusbar option, I'm going to test this morph on it and post some pictures.
Click to expand...
Click to collapse
I'm on cm 5.0.8
jettrue said:
Just unzip the file, open up framework-res/res/drawable-hdpi/ and delete all the files you don't want to change.
So you'll be left with only these (I think this is all of them)
ic_jog_dial_answer_and_end.png
ic_jog_dial_answer_and_hold.png
ic_jog_dial_answer.png
ic_jog_dial_sound_off.png
ic_jog_dial_unlock.png
ic_jog_dial_vibrate_on.png
indicator_code_lock_drag_direction_green_up.png
indicator_code_lock_point_area_green.png
jog_tab_bar_left_end_confirm_green.9.png
jog_tab_left_confirm_green.png
jog_tab_target_green.png
Let me know how that turns out!
Click to expand...
Click to collapse
i deleted all the other png's other than this one, and re-zipped. I am getting control errors so I uninstalled metamorph and reinstalled the newest from the market. Then I renamed the xml file to the same name as the zip file (saw in another thread to do this) and I am still getting control file error. Also reduced delay to ~2500, no go. Any ideas?
thx
bpm2000 said:
i deleted all the other png's other than this one, and re-zipped. I am getting control errors so I uninstalled metamorph and reinstalled the newest from the market. Then I renamed the xml file to the same name as the zip file (saw in another thread to do this) and I am still getting control file error. Also reduced delay to ~2500, no go. Any ideas?
thx
Click to expand...
Click to collapse
Don't rezip. Just delete the files you don't want, then upload the folder to Android themes. Don't change the name of the xml file.

[ROSIE MOD] Phone/Apps button switch-up v1.4! (ANY SENSE ROM!) (Original/Zegoe font)

So I got really tired of how Rosie lays out its buttons, so I decided to enlist the help of ihtfp69 for some Rosie mod fun! The result is (imo) excellent!
Available in normal and Zegoe font!
{
"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"
}
Also available in SkyRaider or Original format!
It's also fully skinnable with any of the add-button remappings!
PLEASE NOTE: This is *SHOULD* work for any ROM (tested working perfectly on SkyRaider 3.3) However, testing has not been done on any ROM besides SkyRaider 3.3. If you could test it out and report back your findings, it would be greatly appreciated. (I know there's SkyRaider images, I'll remove those in a bit)
ALSO: Please be advised, if you wish to use the Rosie_Music + button remap from SkyRaider, you must replace your HtcMusic.apk with the one from SkyRaider v3.3+ for it to work.
Download:
Rosiemod Original
Rosiemod Original - Zegoe font
Rosiemod for SkyRaider
Rosiemod for SkyRaider w/ Zegoe font.
How to install:
1. Push to SDCard
2. Flash in Recovery
3. Done.
A *HUGE* thank you to ihtfp69 for his hard work (this is based on his Espresso mod) and putting up with my through all the help/questioning (basically telling me what to do)! You guys should go buy him a beer for his hard work!
Side-note: The apps menu button is a rasterized text image. The "Apps" text is part of the image! This means that if you have any custom fonts installed, it won't affect the apps button. I'm sorry for this inconvenience but it was the only way we could get it to work! (I may take requests for custom font app buttons in the future, but for now it'll only match the stock font. Thanks for understanding!)
--------------------------------
Changelog:
v1.4:
-Moved the middle button image down a few pixels on both Zegoe and Original fonts. Looks much better IMO.
-Took new screenshots to reflect changes.
v1.3:
-Fixed middle button height (fo real this time).
v1.2:
-Fixed folder weirdness.
v1.1:
- Removed SkyRaider branding for non-SkyRaider ROM support
- Added a Zegoe font option for "Apps" button.
v1.0:
Initial release
80 & Sunny huh - prick! lol I'm way up in NY, its not nearly that nice here! Great job on this. Love the stock look "sleeper mod". ^5
Berzerker7 said:
It's also fully skinnable with any of the add-button remappings!
Click to expand...
Click to collapse
This is awesome, thanks a lot. But I do have a question.... how can I change the "add-button" to the "settings button"?
Hey umm, can you fix your Rom Manager Downloads...
Your downloads section is listed in ROM Manager but the list shows up blank and I would like to use ROM Manager to apply your Rosiemod SkyRaider Zegoe which for some reason is coming up as a bad zip in Clockwork Recovery.
Nismo6921 said:
Your downloads section is listed in ROM Manager but the list shows up blank and I would like to use ROM Manager to apply your Rosiemod SkyRaider Zegoe which for some reason is coming up as a bad zip in Clockwork Recovery.
Click to expand...
Click to collapse
I had a problem with my coding, but it should be fixed now.
d_mon1 said:
This is awesome, thanks a lot. But I do have a question.... how can I change the "add-button" to the "settings button"?
Click to expand...
Click to collapse
Look in the SkyRaider 3.3.2 thread for the "All_Mappings_33" download. Apply the Rosie_Settings mod in metamorph after installing this and it will change the button to open settings.
Virtuous 3.1 and working fine so far. I've only just flashed it and haven't really played with it yet, but upon first try of all 3 buttons on the launcher its working fine.
Nice. Thanks. Seems to be working on rooted stock HTC ROM as well.
So I am running skyraider 3.3. I want to download this and leave the phone icon on the left button, the appdrawer in the center and make the right button my handcent. How do I go about doing that? Download Rosiemod-Skyraider.zip, install to SD Card, push through recovery and then?? Thanks in advance...
d_mon1 said:
This is awesome, thanks a lot. But I do have a question.... how can I change the "add-button" to the "settings button"?
Click to expand...
Click to collapse
Is there any easy way to do this if you're stock rooted?? tried searching, no luck...
BTW, looks great, works great- props!!!
iBowToAndroid said:
Is there any easy way to do this if you're stock rooted?? tried searching, no luck...
BTW, looks great, works great- props!!!
Click to expand...
Click to collapse
Download rosie.zip of your choice.
Place it in the root of your SD card.
Reboot into recovery.
Choose install zip.
Restart when phone is done installing.
Download ihtfp69 metamorph theme for all button mapping.
Go to your market and download metamorph.
Install metamorph.
Apply which button you want.
Sent from my slutty assistant. (HTC incredible)
synisterwolf said:
Download rosie.zip of your choice.
Place it in the root of your SD card.
Reboot into recovery.
Choose install zip.
Restart when phone is done installing.
Download ihtfp69 metamorph theme for all button mapping.
Go to your market and download metamorph.
Install metamorph.
Apply which button you want.
Sent from my slutty assistant. (HTC incredible)
Click to expand...
Click to collapse
I already have my phone button on the left and the appdrawer button in the center but I want to place handcent on the right button but can't figure out how to do it. In your post above you say to "Download ihtfp69 metamorph them for all button mapping and then download metamorph which I already downloaded, but where do I download the metamorph theme for all button mapping? Thanks
1967ls2 said:
I already have my phone button on the left and the appdrawer button in the center but I want to place handcent on the right button but can't figure out how to do it. In your post above you say to "Download ihtfp69 metamorph them for all button mapping and then download metamorph which I already downloaded, but where do I download the metamorph theme for all button mapping? Thanks
Click to expand...
Click to collapse
Here the download link
http://skyraider.us/xda/themes/33/AllMappings_33_revised.zip
Once downloaded just us metamorph to unzip and then apply.
Sent from my slutty assistant. (HTC incredible)
Is there any way to leave the phone in the center and the apps on the left but change the button on the right to camera? I am on a stock rooted 2.2 rom.
synisterwolf said:
Download rosie.zip of your choice.
Place it in the root of your SD card.
Reboot into recovery.
Choose install zip.
Restart when phone is done installing.
Download ihtfp69 metamorph theme for all button mapping.
Go to your market and download metamorph.
Install metamorph.
Apply which button you want.
Sent from my slutty assistant. (HTC incredible)
Click to expand...
Click to collapse
Awesome. One more question- is there a stock rosie zip out there if I wanna go back? Tried searching but no luck....
synisterwolf said:
Here the download link
Once downloaded just us metamorph to unzip and then apply.
Sent from my slutty assistant. (HTC incredible)
Click to expand...
Click to collapse
Also just to confirm- this will work on stock ROM even though it's hosted by Skyraider?
The re-mapping doesn't work on stock ROM- you can change the button, but the "add" function is still what pulls up. Any way to make it work for stock??
iBowToAndroid said:
The re-mapping doesn't work on stock ROM- you can change the button, but the "add" function is still what pulls up. Any way to make it work for stock??
Click to expand...
Click to collapse
The remappings were made for the modified Rosie that was in SkyRaider. It won't work for stock.
This does work on stock, if the stock ROM is deodexed. at least that is the case for me. I ran the new Nov. OTA RUU and it gave me a f/c, I then deodexed the ROM and it works great.
Tested out on Myn TwoPointTwo (RLS4) and.... (waiting for reboot now)....
Drum rooooollllll...
Worked beautifully! Personally, I think it looks better than the regular rosie layout in Myn, this makes my Myn 2.2 perfecto!
hi i tried the rosie mod, it works good on my token149 rom, i would like to know what theme are you using? the red market icon etc. thanks in advance.

[Theme] SkyRaider 4.3 Blue V2.8 08/28/2011

I have put together a new Dark Blue theme for SR 4.3. It is optimized and zipaligned. I have themed alot more of this myself as I am getting better with themeing. I have done all of the XML edits. If you like my theme then please hit the thanks button and buy me a soda.
I want to thank the following people and give them credit.
fernando-sor for help in teaching me about xml edits and some of the pngs and alot of the apk's. I used the ones from his Viva Azul blue theme.
iaccax for alot of the pngs. I took them from his Insomnia Nights EVO 4.0 Theme
chingy51o for some of the png's
pendo for his marketplace
ihtfp69 for his awesome ROM
riptide for some of the png's
spence341 for finding my last elusive green png file.
N-Forced for the help with the dialer xml edits.
Stoney 666 for the GB keyboard and clock images
ecsnead69 for all his help with the smali edits on the new marketplace and I used his blacked out Gmail.
B-boy for help with some xml edits that I could not find on the new marketplace
yojoe600 for the 6bar classes.dex
If I have missed anyone else let me know and I will give you credit.
Issues: For some reason the SkyRaider Sense crashes from time to time. Trying to figure out why it does it. If anyone can figure it out I would appreciate it
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
08/28/2011: V2.8 This is the final version of this theme. I will put out another one when 5.0 drops but I think I might change the color of blue. In this version I have included the newest version of Gmail and the Marketplace. I used B-Boy's Market and just did the xml edits and used my blue png's. I used Fernando-Sor's inverted blue gmail. I have also changed the icons in the settings.apk file. Hope you enjoy it.
08/21/2011: V2.7 I have fixed the FC issue.
08/19/2011: V2.6.1 I forgot to include the 6 bar png's I have them added now.
08/01/2011: V2.6 I have added all of the updates that I have done into one theme. I have signed, zipaligned, and optimized the entire theme. I still have the issue with Rosie FC'ing from time to time. I cannot get anyone to help me fix it.
07/30/2011: Updated Gmail look down below
07/22/2011: Added a MM theme that will give you a 6 signal bar. After you apply it via MM it will take it a long time to boot up. Thanks to yojoe600 for the classes.dex
07/17/2011: Themed the new 3.0.26 market place.
07/10/2011: V2.4 Themed more various png files. Rethemed the keyboard to match the Theme. All the addon's that I had for 2.3 have been added to 2.4
07/02/2011: V2.3 I forgot some of the Rosie apk files. I have them added. You can downlod the full Theme or just the Rosie.
07/01/2011: V2.2 updated it to SR 4.2
To install:
1. Make a Nand Backup First!!!
2. Download theme and save it to your SDCard
3. Install via ROM Manager or Recovery.
4. Wipe Dalvik Cache
5. First boot does take some time.
Download
MD5 CheckSum: F589A05948003CA05585418D4B21C057
http://bit.ly/SR43DarkBlueThemeFinalVersion28
Damn nice work hatman.
-Michael_ said:
Damn nice work hatman.
Click to expand...
Click to collapse
Thanks, but all I did was put the theme together using other people's .png files. All credit goes to them. I have them listed in the OP. I did do some of the theming...the wireless signal and the lock screen's I themed myself other than that I used other people's work.
I tried to install this ontop of skyraider 3.3.3 by saving it on my sd card and using rom manager. That didn't work. What is the best way to apply this theme. It looks very nice.
flynato said:
I tried to install this ontop of skyraider 3.3.3 by saving it on my sd card and using rom manager. That didn't work. What is the best way to apply this theme. It looks very nice.
Click to expand...
Click to collapse
You need to have the Uncommon addon for this to work. You can flash it via ROM Manager or via recovery.
Man i just hate to ask this because it gives me a newbie complex
been modding phones for almost 7 years but just kicked Windows Mobile (but ALL HTCs cause i like them for some reason) and went Android.. but i'm sometimes more confused because I have enough knowledge to brick my phone in a heartbeat, but not enough to sometime do the easy stuff so all that said... how do I apply this theme... do i need Uncommon SkyRaider? or use a recovery manager to apply it?
Aaron
galaara98 said:
been modding phones for almost 7 years but just kicked Windows Mobile (but ALL HTCs cause i like them for some reason) and went Android.. but i'm sometimes more confused because I have enough knowledge to brick my phone in a heartbeat, but not enough to sometime do the easy stuff so all that said... how do I apply this theme... do i need Uncommon SkyRaider? or use a recovery manager to apply it?
Aaron
Click to expand...
Click to collapse
Yes download SR3.3.3 install it..then download the uncommon SR addon pack and install it...then take this theme and put it on your SD card...you can either install it via Rom Manager or via recovery.
THANK YOU!
+1
I just recently moved away from red to blue, so this theme is perfect! Any chance of modding the red/black HTC_IME mod to match?
Nitrogenus said:
+1
I just recently moved away from red to blue, so this theme is perfect! Any chance of modding the red/black HTC_IME mod to match?
Click to expand...
Click to collapse
I do not know anything about that MOD..I am not a very good themer. I just put this theme together from two others. I can do simple things only. Sorry.
Hatman41 said:
I do not know anything about that MOD..I am not a very good themer. I just put this theme together from two others. I can do simple things only. Sorry.
Click to expand...
Click to collapse
No worries. I am ecstatic you took the time to do what you did. Now, if we can get the xml edits needed to change the green progress bars (volume, sliders, etc) all will be well with the world. SkyRaider SHOULD be blue IMO. Fantastic work so far... from EVERYONE.
This looks awesome. Couple questions. Can this be ported to straight uncommon sense? Can the bar at the top be made clear like in riptide9?
silverxbv2 said:
This looks awesome. Couple questions. Can this be ported to straight uncommon sense? Can the bar at the top be made clear like in riptide9?
Click to expand...
Click to collapse
Yes I think you can use it on his ROM. I am using his framework.res, com.htc.resources and Rosie. I have not tried it. Not sure about the bar at the top. I am only using some .png files from Riptide9's ROM.
I try it out on uncommon and report back.
Remove the Green!
Nitrogenus said:
No worries. I am ecstatic you took the time to do what you did. Now, if we can get the xml edits needed to change the green progress bars (volume, sliders, etc) all will be well with the world. SkyRaider SHOULD be blue IMO. Fantastic work so far... from EVERYONE.
Click to expand...
Click to collapse
Any takers?
silverxbv2 said:
I try it out on uncommon and report back.
Click to expand...
Click to collapse
Boot loop city. Any chance of porting it?
Nitrogenus said:
Any takers?
Click to expand...
Click to collapse
I have the XML edits needed I belive from the original theme maker. I just do not know how to get them into the theme and compiled correctly. At least I think that the ones that he gave me will do that. Dunno.
silverxbv2 said:
Boot loop city. Any chance of porting it?
Click to expand...
Click to collapse
I have a version that I did for the uncomon rom a while back. The only problem is that you get a FC on the default input device. No clue how to fix that.
Can I just flash over your update if I have your theme installed already?
I cant find the SR uncommon addon pack in the rom manager any help really want this!!!
DadamsJR said:
I cant find the SR uncommon addon pack in the rom manager any help really want this!!!
Click to expand...
Click to collapse
It is in the first post for the SkyRaider Sense ROM.
CLICK HERE

[app] Red themed Market

THIS IS FOR HDPI DEVICES ONLY
Here is a red themed Android Market 2.2.11. It removes the green colors on the icons and the app. Thanks to @santiemanuel for finding the files needed to change the green top header of the app.
Please do a nandroid backup before flashing this update.zip. Boot into clockwork recovery and select zip from sd card. Let run and reboot.
To increase the chances of this working, go into settings>applications>all and find the market. Select uninstall or uninstall updates. Due to a change in the apk when Google went to to the new Market, some permissions can become corrupted and cause FCs. If you uninstall updates or start from a fresh ROM it should work.
I am not responsible for any problems you might come across after installing this mod.Please only try this if you are comfortable with this type of hacking.
Download 2.2.11 HERE
Download OLD VERSION 2.2.7 HERE
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
thanks for this! I have a red theme, this will be perfect! Hope it works for mdpi. IF not, I have a fresh nand.
EDIT: so I signed this with zipsigner, still won't flash in recovery, is this ONLY for hdpi devices? or is something else missing?
Natemz said:
Here is a red themed Android Market 2.2.7. It removes the green colors on the icons and the app. Thanks to @santiemanuel for finding the files needed to change the green top header of the app.
Please do a nandroid backup before flashing this update.zip. Boot into clockwork recovery and select zip from sd card. Let run and reboot. If the market is updated beyond 2.2.7 it will overwrite this mod. I will try to stay on top of this and update as Google updates.
I am not responsible for any problems you might come across after installing this mod.Please only try this if you are comfortable with this type of hacking.
>>Download Red Market<<
Click to expand...
Click to collapse
Wouldn't Work For Me Either, (Cdma-Hero)!!
Sent from my HERO200 using XDA App
*Note* I Also Used Autosigner!!
Sent from my HERO200 using XDA App
This is absolutely cool. Looks nice at my X-mas Themed NexusOne!
Merci!
Super!, looks very nice
Formel-LMS said:
This is absolutely cool. Looks nice at my X-mas Themed NexusOne!
Merci!
Click to expand...
Click to collapse
How'd To Get It To Flash??? It Keeps Saying Install Aborted When I Try!!
Sent from my HERO200 using XDA App
wont work for me either... using an hd2 with gingerbread.
Looks great but red just isnt my color and Im a horrible themer
Any other colors?
Sent from my DROIDX using XDA App
Cool.
Any chance we'll see a cyanogen blue theme for the market in the not so distant future?
This looks really nice. Alas I have market 2.2.6 on my EVO. I tried to install this anyway but it wouldn't open. When I opened market it was still green so I removed the file from my phone. Just wondering isn't the 2.2.7 for Android 2.1 and not 2.2.
leon sprouse said:
This looks really nice. Alas I have market 2.2.6 on my EVO. I tried to install this anyway but it wouldn't open. When I opened market it was still green so I removed the file from my phone. Just wondering isn't the 2.2.7 for Android 2.1 and not 2.2.
Click to expand...
Click to collapse
Market 2.2.7 should work 2.1 and 2.2
Nice to see someone else get rid of that green, lol. I did for 2.2.6 several weeks ago and now have 2.2.7 in blue. It's strange though that it's hit or miss on the install. Only thing that I've had pretty much 100% success with is updating from an older Vending.apk, *prior* to the makeover. But everybody that's tried that method has gotten it to take.
Utorrent76 said:
Any chance we'll see a cyanogen blue theme for the market in the not so distant future?
Click to expand...
Click to collapse
Not exactly cyan, but it's blue:
http://forum.xda-developers.com/showthread.php?t=888330
Doesn't work on my Desire HD
Utorrent76 said:
Any chance we'll see a cyanogen blue theme for the market in the not so distant future?
Click to expand...
Click to collapse
i too would like a cyanogen blue them as well...my whole phone has the cyan color everywhere lol
pendo said:
Nice to see someone else get rid of that green, lol. I did for 2.2.6 several weeks ago and now have 2.2.7 in blue. It's strange though that it's hit or miss on the install. Only thing that I've had pretty much 100% success with is updating from an older Vending.apk, *prior* to the makeover. But everybody that's tried that method has gotten it to take.
Not exactly cyan, but it's blue:
http://forum.xda-developers.com/showthread.php?t=888330
Click to expand...
Click to collapse
Please explain what you mean about updating from an older vending.apk. I did install 2.2.7 and then again the red zip and like before nothing happened
Utorrent76 said:
Any chance we'll see a cyanogen blue theme for the market in the not so distant future?
Click to expand...
Click to collapse
Awesome idea!
Sent from my T-Mobile G2 using XDA App
Thx for the link to the blu market theme.
how did you make the market carrousel red. i looked in the folders of .pngs in the app, and i didnt see anything that could look like the carrousel

More Batteries for status bar

It seems that a lot of people like my battery icons, every time I post a screen shot somewhere someone always asks "what battery is that?"
So...
These are MetaMorph themes and they work with the latest Sense builds. Your ROM must already have the battery percent on your ROM already for these to work.
NOTE: These have been tested on the following ROMs:
Skyraider 3.0 and above
Wes342's Super-Z
Nils Business_Sense_Desire-Z
I will do some more research and find out what other ROMs are compatable.
The ROMs above use a folder in the framework named "drawable-hdpi" some of the other ROMs use a folder named"drawable-hdpi-v4"
I am currently working on these for the Virtuous 3.1.0 Rom.
I can't express enough how important it is to do a nand backup first, you are modifying system files! Be forewarned, I can not be held responsible for anything that goes wrong.
I have had hit and miss luck with MetaMorph, sometimes it works and sometimes it doesn't. I have had a couple of occasions where it has locked up my phone and I have had to restore from a backup.
Alternative method:
If you are familiar with modifying framework files you can also modify your framework-res.apk file and use adb to push it back to your phone.
Charging animations:
{
"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"
}
. . . . .
examples:
Fancy Batteries
Download -Red
Download -Blue
Download -Green
Gauges
Gauge - Red
Gauge - White
Gauge - Blue
____________________________________________
Stock modified (slightly larger than stock and with a faint reflection)
Charging animation:
examples:
Download
____________________________________________
WIFI icons
examples:
Download
could you offer more color options? a green or blue one would be nice
localceleb said:
could you offer more color options? a green or blue one would be nice
Click to expand...
Click to collapse
I could possibly but I don't know how soon. I do this in my spare time (which I don't have a lot of).
There are 137 batteries counting the charge images so it takes a lot of time.
gadget! said:
I could possibly but I don't know how soon. I do this in my spare time (which I don't have a lot of).
There are 137 batteries counting the charge images so it takes a lot of time.
Click to expand...
Click to collapse
holy cow! could you email me the files and I could modify then from there you could make it into a flashable zip?
Update
localceleb said:
could you offer more color options? a green or blue one would be nice
Click to expand...
Click to collapse
Updated original post
localceleb said:
holy cow! could you email me the files and I could modify then from there you could make it into a flashable zip?
Click to expand...
Click to collapse
These are not flashable zips...
They are MetaMorph themes, you need to use MetaMorph to install them.
These are not working in metamorph..
The wifi or battery files didnt apply on virtuous rom. Installed.with latest metamorph. Rebooted and no.changes.
n2kdemon said:
The wifi or battery files didnt apply on virtuous rom. Installed.with latest metamorph. Rebooted and no.changes.
Click to expand...
Click to collapse
Hopefully you done a backup first.
I done some research and Virtuous Rom has a different framework than Skyraider 3.5 and SuperZ ROMs.
It looks like I should have done some more research before posting these.
Restore from your backup and then try this file for the WIFI, it should work for you.
LINK
Let me know if it works and I will make the battery files compatable with your ROM as well.
I will edit the original post.
Well I got it to work using ninjamorph by manually inserting the wifi pngs into the framework.apk. What I noticed about the battery pack is that your script isn.t inserting the png's into the right folder. The icons look great though good work.
Update - More Batteries
UPDATE...
Added clearer instruction.
Added Gauge Batteries
they look great. any aosp?
You have in your instructions that they work for Sense roms but I just installed the Red mod. battery on CM6.1 so like you said metamorph is funny like that.
I can't get the wifi one to work.. running Uber Z sense rom..
Different ROMs use different framework structure.
I just checked the UberZ ROM and here is what you need to do to make it work.
Go to the theme folder and rename the "drawable-hdpi" folder to "drawable-hdpi-v4"
Then it should work.
Sent from my Incredible using XDA App
gadget! said:
Different ROMs use different framework structure.
I just checked the UberZ ROM and here is what you need to do to make it work.
Go to the theme folder and rename the "drawable-hdpi" folder to "drawable-hdpi-v4"
Then it should work.
Sent from my Incredible using XDA App
Click to expand...
Click to collapse
Thank you that worked perfect!
Sent from my Incredible using XDA App
is any make battery Gauges in signal meter
l...
Will these work on top of the uncommon theme for sky raider 3.5? Really want to try this out.
SR3TLAW said:
Will these work on top of the uncommon theme for sky raider 3.5? Really want to try this out.
Click to expand...
Click to collapse
I haven't. Downloaded that theme but I would bet it would work.
Do a nand backup and try it.
I cannot flash this.. I think that this is not even flashable zip: it not include android sign's.. Can you cimpile this for me? I am using HTC Desire HD phone with Android Revolution 2.0.3a. I will donate you if you success port Fancy Battery Green for me!
Sent from my Desire HD using XDA App
These are not flashable, they are metamorph themes
and only intended for use on the droid incredible

Categories

Resources