[Theme/Script]Rosie Color Changer For JAC Hero's[v0.7 updated 10/1/09] - Android Themes

Big thanks to Chris Sewell (csewell08) for donating server space. Without him, there would be no OTA script updates or repository. Check him out at wootroot.com!
Thanks also to everyone who has left comments and supported me. You guys are the reason I keep updating!
A while back some of you may remember me starting on creating full rosie themes in various colors. My work slowed for various reasons but one of them was that there was no easy way to create a non-destructive update.zip. Every theme would have to be packaged as a full rom and some data would have to be formatted.
Not Anymore!
I have created a script that will replace parts of the sense/rosie/hero UI with a different color from my currently WIP Rosie Color's theme, and best of all it's easy and non-destructive! No formatting, no update.zip's, no restarting into recovery, just one command.
How To Install
1. Download the appropriate Rosie_Color_Changer_*.zip for your rom version and unzip the contents onto the root of your sdcard. (meaning you should have the folder "rosie_colors" on the root of you're sd)
2. Enter the commands below using either Terminal Emulator/Better Terminal or ADB
Code:
su
mount -o rw,remount /dev/block/mtdblock3 /system
cd /sdcard/rosie_colors
busybox cp rosie.txt /system/bin/rosie
chmod 755 /system/bin/rosie
busybox chown 0:0 /system/bin/rosie
3. Thats all there is to it, just type rosie in the terminal to start the script and follow the directions to change colors. try the command "rosie -r -b" to change the launcher to blue!
Updating From v0.3
Replace the rosie_colors folder with the updated one and then follow the install instructions (versions after 0.4 will be much easier to update)
Updating From v0.4
Replace the rosie_colors folder with the updated one and use the command:
Code:
rosie -u
Updating From v0.5 and higher
Over The Air
Code:
rosie -u -s
Localy
Replace the rosie_colors folder with the updated one and use the command:
Code:
rosie -u -l
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"
}
Downloads
Color_Changer_v0.7
JACHero, JACxHERO, and JACxHEROSkiv ROM's
http://69.175.30.53/Dustin/jac/rosie_colors.zip
Drizzy Roms
TBA
Change Log
v0.7
Themes updated to work with the latest JAC roms.
v0.61
Fixed a error message while downloading themes and updates
Fixed a mispelling
v0.6
All update options are now available
Themes may be downloaded from the repository using rosie -d
v0.5
Update script has been rewritten to support downloading updates using the data connection (Big thanks to Chris Sewell for this!!!)
rosie -cu now checks for updates online
v0.4
Status Bars are now themed and changed using -f
Framework changes are now available with -f
Total Conversions are now available with -tc
Future script updates will be done using -u
-u currently only supports updates on sd card, web updates will be available later
v0.3
first public release
currently only available on JAC ROM's
currently only changes the launcher
colors available are blue, purple, white, green, red, and original
other commands are set to make upgrading easier for me and will display a not yet available message when used.

Progress and Road Map
Color Changer Script
Current Version v0.61
v0.7
Merge with Rosie Colors v0.6
v0.8
Merge with Rosie Colors v0.9
v0.9
Merge with Rosie Colors v1.0
v1.0
The script will be made into a .apk with a full gui and put onto Android Market.
Rosie Colors
Current Version v0.4
v0.6
Will be compleatly redone using the latest JACxHero Rom as a base.
Will contain a full Rosie.apk And partialy complete framework.
v0.7
.9.png buttons and text boxes complete on Andriod UI
v0.8
.9.png buttons and text boxes complete on Sense UI
v0.9
Framework 100% complete
v1.0
Applications themed
Rosie Colors 100% complete
Repository
Current Version 1
Contains 2 themes and 1 dev
Developer: Haden Malstrom
Themes: Green on Black, Green on Purple
How To Get Your Theme In The Repository!
Send an email to [email protected] containing the following:
The theme in a .zip containg ONLY the .apk's you have edited
The themes name
Your name or alias (this will show up as your developer name in the script)
Roms that are compatible with the them
Keep in mind that you will be the one responsible for sending me any updates there may be and testing the theme.

great script suprised no1 else has noticed thys thread

it works awesome.. thankyou keep up the good work and keep us informed on the progress of the full conversion.

HighRidas said:
great script suprised no1 else has noticed thys thread
Click to expand...
Click to collapse
I've been thinking the exact same thing

than you script i really like it

Thanks for the good comments everyone.
How would you like to see the framework done and updated?
Incremental and spread through each theme such as working on the status bar section on all colors and releasing a small update then moving on to buttons and so forth.
Or completing the framework entirely for one color and moving on to the next?
And a question for other theme developers:
Would you like to see a download part of this script where users can access, download, and install your themes through a repository?

worked like a charm! love this script! i was getting so tired of the standard grey rosie

Teh Dust said:
Thanks for the good comments everyone.
How would you like to see the framework done and updated?
Incremental and spread through each theme such as working on the status bar section on all colors and releasing a small update then moving on to buttons and so forth.
Or completing the framework entirely for one color and moving on to the next?
And a question for other theme developers:
Would you like to see a download part of this script where users can access, download, and install your themes through a repository?
Click to expand...
Click to collapse
would love to see the green status bar and or entire framework will def. b following thys thread

This is awesome. Your right tho, we do need an simpler and more practical way of changing things throughout our Hero roms without breaking the system. Having to release a full Rom theme is the worst. I can't wait to see how this develops. Great work

GREAT WORK! Cant wait till I can use it on Drizzy's hero Rom

im having problems inputting this on my better terminal after i enter Code:chmod 755 /system/bin/rosie
it says unable to chmod /system/bin/rosie:no such file or directory
cansum1 hellp

yapueloco said:
im having problems inputting this on my better terminal after i enter Code:chmod 755 /system/bin/rosie
it says unable to chmod /system/bin/rosie:no such file or directory
cansum1 hellp
Click to expand...
Click to collapse
Type this into terminal exactly
Code:
cd /sdcard/rosie_colors
if you don't get an error then keep going
Code:
busybox cp rosie.txt /system/bin/rosie
if you don't get an error then try chmod again, if the same thing happens or you get an error on one of the previous commands then post back with your rom version and we can go from there.

I just uploaded v0.4! Check the first post for the change log, install, and update instructions!

Teh Dust said:
I just uploaded v0.4! Check the first post for the change log, install, and update instructions!
Click to expand...
Click to collapse
AMAZING got a total conversion of purple now it's so gorgeous

every time when you update
show we install it again with de code?

srwgin said:
every time when you update
show we install it again with de code?
Click to expand...
Click to collapse
Yes, if you have v0.4 you will install the next updates by replacing the rosie_colors folder with the new one, but instead of installing like v0.3 and 0.4, all you will have to do now is enter the command "rosie -u".
In the future I will update the script to where you don't even need to copy over the new folder, it will get everything you need by itself.

nice update and fairly quick keep up the good work
suggestion:mayb put n option in the comman for an empt custom folder so people can put their own framework-res and rosie.apk in the folder then use youre script to push over to their phones mayb -c |--custom
i have successfully changed the white rosie apk with the casper roms apk by replacing it in the rosie_colors/white(folder) and ran through script worked fine

HighRidas said:
nice update and fairly quick keep up the good work
suggestion:mayb put n option in the comman for an empt custom folder so people can put their own framework-res and rosie.apk in the folder then use youre script to push over to their phones mayb -c |--custom
i have successfully changed the white rosie apk with the casper roms apk by replacing it in the rosie_colors/white(folder) and ran through script worked fine
Click to expand...
Click to collapse
I am scripting something like this, but instead of a custom folder it going to be a repository. The script would work something like this:
Rosie -d (download)
Select Theme Author:
-l -- I am Lugo. -D --Drizzy
-l
Select Theme
-I --ice -n --neon
-I
Downloading...
Installing...
Please wait for the phone to reboot...

Oh my this is so Awesome!... i really want to try putting red status bar and framework on the white rosie... i think it would look really nice,but i am using drizzy's champion atm. plz (anyone) post the script if u got this working for drizzys roms =) TY Much love for coming up with a much better way of theming the beast!

Related

[Theme][Metamorph] Buuf CM/Dwang/TheOfficial/manup Eclair 01/14/10

Credits for the original contributors
Original build: dthadamaja: http://forum.xda-developers.com/member.php?u=829728
Icons: Mattahan: http://mattahan.deviantart.com/
Cyanogen:making his mod http://www.cyanogenmod.com/For
XDA: All the PPL that help: All the threads that helped me manage to get this build done.
Read these note I don't put theme here for my health I know how this thing works they are for you.
This is a modified build of the original buff Theme many of the old icons have been replaced. There also have been update to further improve the skin. There will be continued work to get this theme fully embedded into the android platform.
I am taking rom requests if you would like to see buuf ported to your rom please.
Post in this thread http://forum.xda-developers.com/showthread.php?p=5098110#post5098110
Supported Roms
Cyanogen Mod
Dwang
TheOfficial
Manup Eclair
The release numbering will be changing now that there is a stable version of buuf. As of version 1.0 buuf will be considered a stable theme. The release versions will work in this manner.
Stable releases will consist of the primary release number and an even second number.
exp... 1.0, 1.2, 1.4 these are all stable theme releases
Experimental releases will consist of a primary release number and an odd second number.
exp... 1.1, 1.3, 1.5 these are all experimental releases and may cause problems.
I am going to extend the the life of the flashable release (Cyanogen Mod only) since some people are still having problem with metamorph. I will continue the flashable release until version 1.5 you will still need to use metamorph to do gmail, talk, vending, youtube images.
How use ddms
What you need
1. You need android sdk installed.
2. You need to have java sdk installed.
3. You need to have adb setup.
4. This should all be setup if you have a rooted phone.
How to use it
1. Navigate to you android sdk > Tools directory
2. double click ddms.bat
3. Make sure you select V or verbose
4. run the application/theme causing the problem
5. when done select a line in the log window
6. go to edit>select all
7. click the icons of the floppy disk and export to txt
8. send it to me or who ever needs it.
Logcat in ddms
1. go to device>run logcat
2. run the app/theme causing problems
3. click the X in the right corner
4. click save then save as <some file>
5. send it to me so I can fix the problem.
Not to hard is it! so someone having a problem with metamorph and a partial theme please send me some logs so I find out what is causing the problem and fix it.
MAKE SURE YOU BACK UP BEFORE YOU INSTALL
If you didn't back up you can attempt to uninstall by reflashing CM MOD which should replace anything this theme changes.
Make a backup IT takes all 5min and you don't have to go though the whole flash procedure again. I recommend making a back up on a fresh flash before you put anything on your phone. Then make a second when you have all of your apps and configurations done all you have to do is rename the nandroid folder.
MD5Sums are your friend check these!! they will tell you if there is a problem with your download. This will stop you from flashing a bad archive and it will also let you know that I was the last one to modify it. They are to keep you safe. There is a link to a windows app to check these below
Windows: WinMD5Sum
Linux: $md5sum filename
<-----------------------------------------------Cyanogen Mod------------------------------->
Release 1.2 Stable CM
CM-buuf-1.2.zip
Release Notes: Release_Notes.txt
To fix Market Crash you must do this, go to settings then manage applications. Choose market, then uninstall updates. Open your market, sign in, and you can download again.
You must do this after installing framework-res
To theme market follow these steps exactly. Scripts attached to thread scroll down.
Manual.
1. Run this code before you uninstall the market update. This backups up the market update so we can move it the /system/app/Vending.
Code:
mount -oremount,rw /dev/block/mtdblock3 /system
mkdir /sdcard/buuf-backup
cp /data/app/com.android.vending.apk /sdcard/buuf-backup/com.android.vending.apk
2. Now uninstall the market update.
3. Now run the following code and this will move the updated market to /system/app/Vending and you should be able to theme it.
Code:
rm -rf /data/app/com.android.vending.apk
cp /system/app/Vending.apk /sdcard/buuf-backup/Vending.old.apk
rm -rf /system/app/Vending.apk
cp /sdcard/buuf-backup/com.android.vending.apk /system/app/Vending.apk
4. Theme vending.apk with metamorph.
Scripts.
1. copy the scripts to your sdcard
2. Run script market_one.sh from terminal
Code:
sh /sdcard/market_one.sh
3. Uninstall the market updates.
4. Run script market_two.sh from terminal
Code:
sh /sdcard/market_two.sh
5. run metamorph on the vending.apk
Cm only above this line
<---------------------------------------End Cyanogen Mod ------------------------------>
Release 1.0-3 Stable Dwang (New!!!)
Dwang-buuf-1.0-3.zip
Release Notes: Release_Notes.txt
Release 1.0-3 Stable TheOfficial (New!!!)
theofficial-buuf-1.0-3.zip
Release Notes: Release_Notes.txt
Maps and Log Allows morphing of maps and log READ THE INSTRUCTIONS!!
Maps_log_1.0.zip
Pre-Release updates can be found on my website as well as Pre-release packages. If you want to help test or just want the latest cutting edge builds head over to deadnull.net and you can find them there. I also have an section for ahome themes you can use if you don't have root or don't want to.
{
"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"
}
Buuf Addon Packages
Something New and Fun
I have been playing with some java programing and widgets. Note: (I am far from great programmer if you have any input I am all ears) So I manage to fumble through and get a clock widget working So here it is 2 sizes small and large.
http://www.android-theme.com/buuf%20clock
Alpha Eclair_2.0.1-v1.0 (metamorph) New!!
Eclair_2.0.1-v1.0-buuf-1.0-3.zip
rom manup456 Eclair_2.0.1-v1.0:http://forum.xda-developers.com/showthread.php?t=598973
This is an Alpha release that mean little to no testing. Make a backup before using it. This is only known to work on the rom stated you may try it on others but I recommend only installing core packages. There is still work that needs to be done so it may be missing themed peaces here or there if you find any of these and can take a screenshot for me please do. I will fix them.
Custom addons how to
Find the addon thread
Confirm the addon work with your rom
Install or flash the addon depending on how it is installed
Open metamorph
Morph the sub-theme for your addon
Reboot if required (framework requires a reboot)
Asphalto widgets
Asphalto widgets
God damnn!!
My favorite theme of all time is back!! and on Cyans newest ROM???!??!!
YES! Thank you very much Mister!!
nice port over.. and i see youve added some extra fill-in parts to match the original theme...
nice job, im not sure if the creator has quit development, with all of these roms and new OS ports etc and themes evolving with the amount of customization that can be put into it... not sure if he has the time
good job tho,
are you customizing the PowerControl widget as well? - some people use it
Buuf
I am slowly working though, updated a lot of the icons/animation I didn't Like. I will be doing more with the power control widget soon. I just did a quick background skin on it so it somewhat matched the theme. I have been putting of fighting with .9.png that have to be edited to make the widgets. Some are next to impossible to get stretched the right way. There will be more updates to Come.
Please don't forget the Buff themed dialer.
Buuf Dialer
I missed it in the port over I will add it in the next release which will probably later today.
Thanks alot because i cant stand the default dialer its ugly as sin.
WOW
never noticed this theme but WOW. if that custom dialar gets in there today i'll switch over to cm4.1.9999 just for this!
any chance maybe this can get built for xROM 1.5r4?
really effing love the style on this theme.
Porting to Other roms
If there is anyone who can point me in the direction of how to get a custom built rom on the sdk emulator with out building it from source I would think about porting It to other roms.
anyone
anyone get a force close on com.google.gapps after installing this?
force Close
I will get a home force close some times after doing the update but it only happens on first boot. The boots after that I have had no problems. There really shouldn't be any compatibility issue since the apk are ripped right out of Cyanogens zip file. The only changes are to the .png files located with in them. If you continue to have this problem I would suggest doing a fix_permissions on the command line or reinstalling the theme. If this doesn't solve your problem let me know.
note: If you have not checked the md5sum on the zip file please do you can use winmd5sum if you are running windows.
Winmd5sum
g1
hey this theme looks real sweet.. but i keep tryna put it on my g1 and it wont load up.. can u make it so it can work fir the g1?
G1
jamalqhoey said:
hey this theme looks real sweet.. but i keep tryna put it on my g1 and it wont load up.. can u make it so it can work fir the g1?
Click to expand...
Click to collapse
What does it do when you try to load it? If you are getting an error please include it so I can try and figure out what the problem is.
Is is possible for you to port this Theme over to Enomther's TheOfficial AOSP-1.6_r1.2 DRC92 (Donut) v2.0.3? (I will probably get crucified for this but...) I don't like to use Cyanogen's experimental builds because of the bugs that I may get during the day and because BFS seems to be fast initially but after a day of not rebooting it gets excruiciatingly slow. Thanks!
found 2 bugs i beleive
first i did a fix_permissions and i still get a com.google.gapps forceclose on boot and then in the menu theres seems to be a ghosting/issue with it where i can see the menu and then an app thats not even being selected, also the transparency is gone as you scroll down and makes it look as if your selecting 2 apps its weird check it out (other than that i think you hit this on the niggin)
I'm so luvin this theme!
The only icon I don't care for is the signal strength meter. Other than that it's my fave!
wen i flash it,it goes 2 the android screen and then it jus turns black aqnd it doesnt load at all
wen i flash it,it goes 2 the android screen and then it jus turns black aqnd it doesnt load at all
Gapps
zerowx5 said:
first i did a fix_permissions and i still get a com.google.gapps forceclose on boot and then in the menu theres seems to be a ghosting/issue with it where i can see the menu and then an app thats not even being selected, also the transparency is gone as you scroll down and makes it look as if your selecting 2 apps its weird check it out (other than that i think you hit this on the niggin)
Click to expand...
Click to collapse
Is there any chance you could send me a screen shot of the bug. You can do this by having usb debugging on and running DDMS. I will look into and see if I can recreated it with a fresh install of cm.

[MetaMorph]Swype Themes: Voice Input only

YOU MUST HAVE A SWYPE.APK LOCATED IN /SYSTEM/APP/ FOR THIS METAMORPH TO APPLY!
To summarize, when you type "ls /system/app" in your terminal on your phone, you should see a "Swype.apk" file located there. If not, go to the instructions right after this notice in the post.
====Theme Application Instructions============
You MUST have this file: /system/app/Swype.apk
The theme is designed to apply to Galaxy S phones where we already have a Swype.apk located there. If you are using an installed version, follow these steps to determine how to continue from here:
In Terminal type:
Code:
ls /system/app/
If you don't see a Swype.apk or a com.swype.android.inputmethod.apk listed, then type this:
Code:
ls /data/app/
If you still don't see a Swype.apk or a com.swype.android.inputmethod.apk, you're in the wrong thread
If you found that your Swype file is located in the system directory, then you are 3/4 of the way to being prepared for a metamorph theme. If this is you, but your file is named com.swype.android.inputmethod.apk, check the next step to get set up to apply the morph.
-------------------------------------------------------------------
In order for the morph to apply, the file HAS to be named Swype.apk.
So, to get to that point, do this:
In Terminal:
Code:
su
cp /system/app/com.swype.android.inputmethod.apk /system/app/Swype.apk
Now that you have the Swype.apk in your /system/app/ directory, continue on to the theme application step.
-------------------------------------------------------------------
If you are not one of the lucky ones to have Swype in your /system/app/ directory and it is in your /data/app/ directory, follow these steps to allow the file to be themed by metamorph:
In Terminal:
Code:
su
cp /data/app/com.swype.android.inputmethod.apk /system/app/Swype.apk
or
Code:
su
cp /sd-ext/app/com.swype.android.inputmethod.apk /system/app/Swype.apk
Basically, we want to get a copy of the Swype file in the /system/app/ directory, with the EXPLICIT name of Swype.apk, so that the theme will read it and apply it accordingly. Once you have done this, move onto the next step.
-------------------------------------------------------------------
APPLYING THE THEME
Now that you have a Swype.apk file in your /system/app/ directory, it's time to apply the Metamorph. If you have read this far, I'm assuming you already know how to use this application, so go through the usual steps and apply the theme, TWICE, ALWAYS TWICE!
If you have a themed Swype.apk, then you are ready for the next step, which will be replacing the normal Swype with the themed Swype.
-------------------------------------------------------------------
For those with Swype in /system/app/ :
Code:
su
mv /system/app/Swype.apk /system/app/com.swype.android.inputmethod.apk
Then Reboot.
For those with Swype in /data/app/ :
Code:
su
mv /system/app/Swype.apk /data/app/com.swype.android.inputmethod.apk
Then Reboot
==============================
Ok, in an effort to consolidate all of my threads in the Galaxy S forums, I am posting my WVGA Swype theme work here.
Most of the time I have to apply these themes twice in order for them to work correctly, so instead of getting ahead of yourself, or skipping over instructions in the OP, just APPLY THE THEME TWICE.
The images are only samples, and the on screen view is much clearer.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WORD CHOICE WINDOW BLACK TEXT CORRECTION
The coloring outside the word choice window doesn't actually show in the theme, it's just compressed weird by 4shared
Blue
http://www.4shared.com/file/WCma2Zd3/Blue.html
{
"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"
}
Green
http://www.4shared.com/file/h7Wq88Ni/Green.html
Grey/Black
http://www.4shared.com/file/dG7dMVeZ/Grey.html
Orange
http://www.4shared.com/file/PlZxDT5q/Orange.html
Purple/Pink
http://www.4shared.com/file/802Kw-mF/Purpinkle.html
Red
http://www.4shared.com/file/j0gmvY2E/Red.html
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Currently, Voice Input ONLY is supported, Now that I have completed my Hoey Phone 7 theme, I will be finishing up my conversion of all themes to Non Voice Input.
Stock Revert Theme:
http://www.4shared.com/file/GfQobUNA/StockSwype.html
Galaxy S Green
http://www.4shared.com/file/kPlp_3T5/StockGreen.html
Galaxy S Red
http://www.4shared.com/file/PO4dpdRT/StockRed.html
HTC IME:
http://www.4shared.com/file/AY1TvDfp/HTC_IME.html
Naked Red
http://www.4shared.com/file/dXU8D3YW/NakedRed.html
Naked Blue
http://www.4shared.com/file/d30k_ywj/NakedBlue.html
Naked Green
http://www.4shared.com/file/rbszsak-/NakedGreen.html
Naked Gingerbread
http://www.4shared.com/file/xWKD-elj/NakedGingerbread.html
Naked White
http://www.4shared.com/file/_Bw9RAPK/NakedSwype.html
Naked White Blue
http://www.4shared.com/file/5oen08Mg/NakedWhiteBlue.html
Naked White Green
http://www.4shared.com/file/mGXGj477/NakedWhiteGreen.html
Naked White Orange
http://www.4shared.com/file/UnQ4u2HE/NakedWhiteOrange.html
Naked White Pink
http://www.4shared.com/file/J4_BVRA1/NakedWhitePink.html
Naked White Purple
http://www.4shared.com/file/FP2OB5Dq/NakedWhitePurple.html
Naked White Red
http://www.4shared.com/file/Ch8gYAfM/NakedWhiteRed.html
Naked White Yellow
http://www.4shared.com/file/5Uz8mYIC/NakedWhiteYellow.html
Black Glass
http://www.4shared.com/file/zMXvFHVr/BlackGlass.html
Hoey Phone 7
http://www.4shared.com/file/tdJQkar8/HoeyPhone7.html
Hoey Phone 7 Galaxy Flavored
http://www.4shared.com/file/sXRXsYsE/BlueHoeyPhone7.html
Hoey Phone 7 Red
http://www.4shared.com/file/pYtXTaWe/RedHoeyPhone7.html
---------------------------------------------------------------------------------
HOW TO EDIT THE SWYPE TRAIL COLOR
Line in new Swype to edit trail color is :0004B7DO, 0C, 0D, 0E, 0F
HEX COLOR: DDa25B
html code: 5Ba2DD
Use a Hex editor such as HxD. That is what I use.
Install and use it to open the libcoreSwype.so file located in
EITHER:
com.swype.android.inputmethod.apk/lib/armeabi/
OR:
/system/lib/
Press CTRL+F, or select find from the menu, and make sure you are searching Hex Values from the menu, and not text-string
Type in "DD A2 5B", WITH the spaces in between, and it will take you line that contains the trail line color, and it will be highlighted.
The hex color code for the original Swype line is DDA25B, which is 5BA2DD in HTML.
You have to use the hex code to get the color you want. But, you have to invert the first and third pairs when you edit the file. For example, red's color code is usually #FF0000. What we would do for a red trail line is replace DD A2 5B with 00 00 FF. The second pair stays the same.
Change to your liking, and save as libcoreSwypeRED.so or libcoreSwypeBLUE.so, etc. so you know what color it is.
When you share the file you have edited, make sure that you rename it back to libcoreSwype.so
and.... BOOM, NEW SWYPE LINE COLOR WOOT WOOT!
------------------------------------------------------------------------------------------
These are great. My only question is will these themes work on the version of swype thats installed on the Epic 4g? (The epic has the speech to txt button while the others dont)
As for my request, can we get a swype theme that looks like the black Samsung on screen keyboard?
My request is a kinda dark Purple keyboard that looks like the stock Samsung Keyboard.
Eazail70x7 said:
These are great. My only question is will these themes work on the version of swype thats installed on the Epic 4g? (The epic has the speech to txt button while the others dont)
As for my request, can we get a swype theme that looks like the black Samsung on screen keyboard?
Click to expand...
Click to collapse
Hm... I will probably just need the image files from the Epic4g Swype.apk. I am sure they will be different, and I'm certain that our kind fellowship here at XDA will port it soon enough to work on all Galaxy S variants. So, I wouldn't worry too much about compatibility. With open source, compatibility is an eventuality.
Dman10 said:
My request is a kinda dark Purple keyboard that looks like the stock Samsung Keyboard.
Click to expand...
Click to collapse
queued
Silly Question..
If I wanna go back to stock swype keyboard. How do I do that! ? LoL
NeeceeBabe said:
If I wanna go back to stock swype keyboard. How do I do that! ? LoL
Click to expand...
Click to collapse
i was a bit shortsighted posting these themes for Swype in the Epic 4G forums I guess, because you have a different version than us Captivate and Vibrant users. I need the files from your Swype.apk file to create a theme for you that will work.
hoey2011 said:
i was a bit shortsighted posting these themes for Swype in the Epic 4G forums I guess, because you have a different version than us Captivate and Vibrant users. I need the files from your Swype.apk file to create a theme for you that will work.
Click to expand...
Click to collapse
Hoey, the system dump can be found here: (link stolen from androidcentral forums, sorry no link bc it won't let me!) 4shared.com/file/dgE_26tO/Epic4G-system-dump.html
SB: you need to extract the Swype.apk from the above zip to your pc. Then switch your kb to stock android kb and remount /system as r/w. Then delete or rename /system/app/Swype.apk using adb, and push the Swype.apk extracted above to /system/app. Or just wait till Hoey can update the skins
Sent from my Epic using XDA App
dwyw42 said:
Hoey, the system dump can be found here: (link stolen from androidcentral forums, sorry no link bc it won't let me!) 4shared.com/file/dgE_26tO/Epic4G-system-dump.html
SB: you need to extract the Swype.apk from the above zip to your pc. Then switch your kb to stock android kb and remount /system as r/w. Then delete or rename /system/app/Swype.apk using adb, and push the Swype.apk extracted above to /system/app. Or just wait till Hoey can update the skins
Sent from my Epic using XDA App
Click to expand...
Click to collapse
THANK YOU! I'm downloading it now. I just itch at the thought of how many Epic users have applied my skins and been disappointed If I can get the Swype.apk from this .zip to work on my Vibrant, I can test the themes and be happy with them before I distribute, otherwise I'll just have to ask for some testers
Pm me of you need a tester
hoey2011 said:
THANK YOU! I'm downloading it now. I just itch at the thought of how many Epic users have applied my skins and been disappointed If I can get the Swype.apk from this .zip to work on my Vibrant, I can test the themes and be happy with them before I distribute, otherwise I'll just have to ask for some testers
Click to expand...
Click to collapse
so hows that default epic swype theme coming
i cant get this to work anymore after i installed ext2 lag fix, i apply the theme but still stays stock
Heres the default swype.apk from the epic.
I want to revert to the default but it reverts back to the installed theme when i reboot
i am throwing together several needed morphs for people wanting to go to stock that don't have vibrants (Epic, fascinate)
hold on tight guys, i've had a rough month and haven't been able to do much swype work, which I really do love to do
Stock theme for Epic 4G posted in OP
Need a screenshot for the OP proving it works also plz (I have a Vibrant and can't test these themes before I release)
here is a screenshot of one of the few keyboards i'm currently working on
Where is it posted?
Sent using my Rocking Epic via XDA App
Here you go!!! Love that you fixed it!!! Miss my purple theme already lol
Sent using my Rocking Epic via XDA App
nakedswype updated for voice input on OP
Jumps for joy!! You have no idea how big the smile is on my face for fixing this for us btw love the mic icon on the naked theme.
Sent using my Rocking Epic via XDA App
if possiable the red and black would be nice

[Theme][MetaMorph] Krispy's Gingerbread for CM6.1 ROMs v1.3.1 - update 13-12

(scroll down a bit for download links)
Description:
This is basically a metamorph version of l0st.prophets "GingerFroyo" with a few differences:
Uses Metamorph instead of an update.zip to apply theme
Your final look is determined by which packages and subthemes you apply (you have more options, e.g. you don't like the gingerbread-style animations? You don't apply that package)
Both grey and green statusbar icons (default is grey)
Includes a font that is somewhat more subtle (from the Palm Pre)
Misc. minor subtle differences (like the half transparent background of the dropdown)
Problems using metamorph or prefer an update.zip? Look here for l0st.prophet's flashable update instead: http://forum.xda-developers.com/showthread.php?t=864451​
Mandatory 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"
}
(The clock/weather widget is SiMi Clock Widget)
History:
13-12-2010:
v1.3.1:
Fixed font copy location
Fixed tab bug (in main package); thanks for the heads up, ximmox!
v1.3:
Moved files to public dropbox folder (HERE)
Restructured packages into individual zips for different items (see post below)
Added (optional) Froyo animation package. You can now revert if you don't like the wobly gingerbread style.
Added menu packages for Froyd 1.7.2 and Floyo 1.1.9 (could work on Floyo 1.2.0; untested)
12-12-2010: v1.2: Major kudos to l0st.prophet; this update is only possible thanks to him.
Nexus S default wallpaper
Added (optional) menu package for dark menus (see screenshot)
Added (optional) green icon package for statusbar icons
Added (optional) Browser and Dailer subthemes
Restructured metamorph package
10-12-2010: v1.1 now has both animation- and theme-packages in seperate metamorph directories. That way you can choose whether you want those animations or not ... or just the animations Also it has cleaned up contactframes (aka they be gone now) as well as cleaned up waiting spinners (no more jagged edges there).
09-12-2010: Thanks to studjuice for pointing me to the anim xmls, which have now been included in an extra package (those that don't want the fly-in animations can still use the original zip).
​
Downloads
The public dropbox folder contains the following zip-packages (which you will have to extract to your sd-card; see instructions below):
KrispysGingerbread_1.3.1_Main.zip
KrispysGingerbread_1.3_Animation.zip
KrispysGingerbread_1.3_GreenIcons.zip
KrispysGingerbread_1.3_Menu_CM61.zip
KrispysGingerbread_1.3_Menu_Floyo119.zip
KrispysGingerbread_1.3_Menu_Froyd172.zip
​
How to use:
!!!
Please, please, please make sure that you have are using the default theme (Stock) with the white status bar before continuing (this is important; you can reset it by going to Settings -> Cyanogenmod Settings -> User Interface -> Tweaks Extra -> Reset UI tweaks to default).
!!!
"KrispysGingerbread_1.3.1_Main.zip" contains:
"CM6settingsXML" contains an xml for use with Cyanogenmod settings. It is the colour definition I use (makes the clock and notifications turn white). This xml-file should be extracted to your sd card in "CMTheme". Then you can select it by going to Settings -> Cyanogenmod Settings -> User Interface -> Tweaks Extra -> Select a theme.
"KrispyGingerbread_Main" contains the basic metamorph (a directory) and you should extract that to the "AndroidThemes" directory on your sdcard. This main package contains 4 subthemes: the font, browser update, dailer update and framework-res.apk: the meat of the package.
"KrispysGingerbread_1.3_Animation.zip" contains the gingerbread-style animations metamorph and you should put that in the "AndroidThemes" directory on your sdcard as well. This package also contains a metamorph with the original Froyo-style animations in case you want to go back.
"KrispyGingerbread_1.3_Menu_***.zip" contains the metamorph with the gingerbread bottom menu (dark), depending on your ROM.
note: If you apply this metamorph, there is no easy way back to the default style. Should you wish to do this, reflash your ROM version (only cache wiping) and reapply the packages you want or drop me a pm and I'll see what I can do.
"KrispyGingerbread_1.3_GreenIcons.zip" contains statusbar icons in green. Copy to SD blablabla.
Then install using metamorph (here's a guide http://forum.xda-developers.com/showthread.php?t=591329 ) ​
Disclaimerthingy:
So I made this for myself, but seeing as there is some demand for this in the froyd thread, I figured I'd share this. I take no credit for anything other than the resizing (which is not a big deal anyway). I did not skin the bottom dwelling menu (the one that pop's up if you press the menu key), because I haven't been able to change the font colour and you'd get black on black (unreadable). If someone knows how to change that, please tell! ​
I've tested it on CM6.1 stable, but my guess is that it should work for other android 2.2- or CM-based ROMs as well. I don't plan on supporting this, but if you post something here I might look at it. Also, feel free to use the images in the pack, they're Google's anyway
ENJOY!
hallo! i'm using froydvillian 1.7. when i apply the metamorph theme nothing happens (i think the font changed)... i have tried several times now. i have chosen krispyGingerbread.xml and get no errors. no errors on startup check either.
any ideas?
Not working for me, getting stuck at installing Krispy fonts and does not advance
Copying files from /system/fonts/
kispy-fonts.cpy to /system/fonts/
Not working on my froyd 1.7 too.
Sent from my HTC Hero using XDA App
Hmmm... odd
Seems you have problems with Metamorph in general then. It could be that the file permissions are not set correctly.
Using either the adb or root explorer, can anyone on Froyd check the file permissions of:
/system/fonts/* (mine are set to --rwxr-x)
/system/framework/framework-res.apk (mine is set to rw-r--r--)
The other problem could be with the /system partition being mounted as r/o rather than r/w, but that's a bit trickier to solve.
same permissions on froyd....damn i already got excited!
I found this in the Metamorph thread and I remember doing this at one point so you might want to try this:
"That actually is a busy box issue, it is not being given proper permission.
get the app "terminal emulaltor" from the market
then type this into the emulator
Quote:
chmod 755 /system/xbin/busybox"
Click to expand...
Click to collapse
does not work. remounted and changed permissions....does not work! damn!
rionline said:
does not work. remounted and changed permissions....does not work! damn!
Click to expand...
Click to collapse
shoot! I'm assuming you have plenty of space on your system partition.
What's the output of "df"?
output:
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 98092 0 98092 0% /dev
tmpfs 98092 0 98092 0% /mnt/asec
/dev/block/mtdblock3 174080 111768 62312 64% /system
/dev/block/mtdblock5 169728 5388 164340 3% /data
/dev/block/mtdblock4 133120 40816 92304 31% /cache
/dev/block/vold/179:1
15685632 10114368 5571264 64% /mnt/sdcard
/dev/block/vold/179:1
15685632 10114368 5571264 64% /mnt/secure/asec
Well.. it's not about space then. Last thing I can come up with is renaming the directory to something without special characters, e.g. "KrispysGingerbread".
I had some problems applying the fonts, but it worked after the rename. I've updated the zip, maybe you could try that one?
tried the updated zip. still no errors and theme is not applied.
i'm on osx and one thing i noticed is, after your zip is unpacked and i try copying KrispysGingerbread folder in sdcard/AndroidThemes i get an error saying that the operation cannot finish because an object with the same name already exists.... and there is nothing in that folder...
so my solution is that i copy the whole zip into sdcard/androidtheme and let metamorph unzip it. i then browse to the xml and apply it
the copying of KrispysGingerbread always stops after jog_tab_target_yellow.png in KrispysGingerbread/framework-res/res/dawable-mdpi , if that helps...
Have tried myself with this, and with new zip will apply the fonts but not the theme itself, although it states its applying framework-res.apk and then asks if you want to reboot to see your changes.
Sent from my HTC Hero using XDA App
Just installed MetaMorph and went about to enable this theme. Works wonders! Had to run MetaMorph twice though to get it to run without asking about more space on /system.
Thanks! Looks awesome!
Looking really good, but aren`t network and 3G icons green.
Are you going to add other stuff?
Gingerbread system image is here
Thanks
cyberon said:
Looking really good, but aren`t network and 3G icons green.
Are you going to add other stuff?
Gingerbread system image is here
Thanks
Click to expand...
Click to collapse
I suspect this has something to do with roaming on a network or something like that: my colleague has the same green icons and uses an small operator that uses the network of a smaller one. I'm on vodafone and mine are just white.
I might theme more.. if I find the time
A small addition to your theme, hope you don`t mind.
LauncherPro goodies are here.
Thanks
Port to G1
Hey Krispy, I made a port of this to use on my G1.
Would you mind if I posted this for other G1 users (giving credit to you)?
studjuice said:
Hey Krispy, I made a port of this to use on my G1.
Would you mind if I posted this for other G1 users (giving credit to you)?
Click to expand...
Click to collapse
No problemo... share all you want.
I've ported this to the Galaxy I7500 running GAOSP. Posted in a thread on Drakaz android forum (I wasn't allowed to link to outside sites yet apparently), giving you credit.
Thanks for your work, it works great and looks nice!

[Theme] Minimalist - CM-7.0.0-RC1 - Vending 2.3.2 - Dark Keyboard Added to Extras

This theme has been ported to the T-Mobile Theme Engine and can be found here.
Credit​CyanogenMod Team, @djdarkknight96, @AMac2583, @Wysie_Soh, @JsinLegacy, @anderwebs, @JAquirre1231, @Montalbert, @teamsilence23, @_QMan, chrfb (ecqlipse 2 icon set), anyone, anywhere who has influence me either implicitly or explicitly.
Screen Shots
{
"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"
}
General Info​
I do not have a Nexus S to test this on, so I would appreciate it if someone could a.) alert me, preferably on twitter, when a new build is made, and b.) let me know if the theme I post here works.
This theme is extensive with over 2000 edited .png files and more than 35 .xml files.
There are no icons included with this theme. If you would like icons, then you can use ADW.Launcher or ADW EX download Minimalist - ADW Theme.
If you would like to donate to me for my work in this theme, then you can download the Donate version of the above mentioned theme. Search for "Minimalist Donate - ADW Theme" to find it.
If you would like to port this theme to any other device or use any part of it for your own doing, then you can download my images and edited .xml files from this post.
You do not have to ask me if you can port this or use any part of it. You do not have to credit me for any of my work in this theme.
I will not be checking this page frequently, but I will try to answer any questions posted here whenever I update the links. If you want a quicker answer, then I suggest saying something to me on Twitter (@david1171_).
This theme is for the official CM7 Nightly ROMs.
Theme Info​
The widgets are transparent with white text. I recommend using a dark wallpaper.
The font included in the theme is the Ubuntu font.
If you are using Amon_RA's recovery and the theme is not applying after flashing, then you need to use clockwork recovery.
Theme Download Links​
CM-7.0.0-RC1
http://bit.ly/hBASZV
Flash in recovery
Nightly
http://bit.ly/fYTqTL
crespo
Sort by date
Flash in recvery
Old releases can be found here as well
Source Download Links​
Minimalist GingerBread Release 11 - http://bit.ly/fJguW8
Old Source Files - http://bit.ly/gqMG5F
Extra Download Links​
Minimalist Keyboard - http://bit.ly/gJoTC6
No odd symbol errors
Edited smiley's in smiley popup
Added 02-19-2011
Flash in recovery
Minimalist Dark Keyboard - http://bit.ly/fDjuaX
Dark version of keyboard
No odd symbol errors
Edited smiley's in smiley popup
Added 02-21-2011
Flash in recovery
Cubed Music Player - http://bit.ly/fkhxss
Flash in recovery
Music.apk with multiple widget sizes - http://bit.ly/fnKdlu
Taken from a fitsnugly build a while back
Stock Font - http://bit.ly/dGmECc
Flash in recovery
Updated 02-17-2011 to include all stock .ttf files
Minimalist Old Market - http://bit.ly/fS7u7d
Flash in recovery
Stock Minimalist gapps - http://bit.ly/e7ASqI
Flash in recovery
This has version 2.2.11 of the Market
Minimalist_Lockscreen_Icons - http://bit.ly/dVj33T
Updated 02-09-2011 to contain custom application icon on rotary lockscreen.
Install Instructions: PLEASE READ!!!
1. Set MetaMorph delay to around 1000 (My exact number is 1054) then press Close
2. Press Unzip/Extract new theme
3. Navigate to where you have Minimalist_Lockscreen_Icons.zip located
4. Select the file
5. Press close on the on the pop up that appears
6. Press Apply all!
7. It WILL force close com.android.phone when it applies the Phone.apk, I do not know of any way around this.
8. While the force close pop up is on the screen, another pop up menu will appear behind the force close pop up and the buttons will say either Continue? or Stop; you must quickly press Force close on the force close pop up, then press Continue? on the other pop up menu; it will then start applying the framework-res.apk
9. The device may freeze up at this point, if it does freeze up (mine did), then wait about 30 seconds, then pull the battery and boot your phone
10. Everything should be applied now
Animations by rover.prince - http://bit.ly/iejwtm
I take no credit whatsoever for these animations.
I have taken them from rover.prince's theme at the request of some users.
Here is the thread where I got the animations.
Apply this with MetaMorph.
Very nice! Like it a lot, good work man
like this theme a lot. Is it possible to use default gingerbread look on the keyboard?
Thanks
Thanks for this! I was the one you emailed about this theme and the NS, and I'm really glad you made a version for this phone. It works without a hitch, and combined with the ADW theme you made, I now have a really good looking phone =)
Updated to cm_crespo_full-15.zip.
This has the new 2.2.11 version of the market in it, so if your market is still stock after flashing this theme, then you need to go to settings/applications/market and press uninstall updates.
Araf said:
like this theme a lot. Is it possible to use default gingerbread look on the keyboard?
Thanks
Click to expand...
Click to collapse
Take the LatinIME.apk from /system/app/ of the Nightly build you are using and push/place in /system/app/ on your phone.
Code:
adb remount
adb shell stop
adb push LatinIME.apk /system/app/LatinIME.apk
adb shell reboot
or you can place it there with a file explorer with root access, but I recommend the above method as you stop your phone, so you shouldn't have to worry about any unnecessary force closes.
Updated to cm_crespo_full-16.zip.
would really appreciate if anyone is able to just get the pull down modifications as an update.zip?
Im desperate for a semi transparent drop down, but the rest of the cyan touches dont fit with me too well
THANKs
I'll try it 2nt
... .. .​
Updated to cm_crespo_full-18.zip.
Updated to cm_crespo_full-19.zip.
Updated to cm_crespo_full-20.zip. Fixed the "&" problem with the keyboard, also fixed the letters not showing on the popup when you hold a letter.
Amazing theme such great detail bravo
Sent from my Nexus S using XDA App
Is it just me or is the #20 theme not have the themed status like older ones.
Updated to cm_crespo_full-23.zip.
jerrycycle said:
Is it just me or is the #20 theme not have the themed status like older ones.
Click to expand...
Click to collapse
I may have forgotten to add something when I was bulk building the themes, sorry.
Updated to cm_crespo_full-25.zip.
Updated to cm_crespo_full-26.zip.
New button and textfield images, not a big difference but something I have wanted to get done for a while.
Fixed DeskClock time text issue in landscape
Added Morph to OP for lockscreen icons for those that do not like completely transparent lockscreen. Please read the instructions and do exactly as they say.
Edit1: Also, I believe with the next release, I am going to restructure the way the links are set up in the OP. As it stands right now, it is an ineffective model that takes up a lot of unnecessary space. As anyone who follows me on twitter knows, when I mention my updates on there, I just link to a folder on media that contains folders of each supported device, then in that folder are the theme files for each device. If I go to just having a link to that main folder containing all the sub folders like I do on twitter, then I do not have to go about updating the links in 9 different threads with each release, and I do not have a space for old download files, since they can be gotten from the same place as the current download file. I think this method will make for a less cluttered OP, and save time overall.
Updated to cm_crespo_full-27.zip.
Working fine on 28, but you do lose the screen on/off animations....
mine works i had an issue with running spare parts on screen animations fast if u have that on turn it off should work then

[THEME] [UPDATE 10/24/11] Honeycomb Sammich! [3G 3.2 & Tiamat 2.2.2)

Can't wait for ICS? Then...This!
{
"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"
}
Unfortunately, it's on 3.2, so if you've upgraded to 4G (and 3.2.2), you'll have to wait for a port (or the real deal). I'll upload files in the morning. Still have one or two things to tweak, but right now, bed!
--Files--
[DOWNLOAD] THIS IS FOR 3G VZW XOOMS ON 3.2! (*UPDATED to include Quick Menu Alignment fix*)
[TIAMAT PORT] FOR TIAMAT 2.2.2 MORAY - CWM FLASHABLE
Some of the system apps such as the calendar and browser have very minimal changes since they don't have code in them to use all of the new stuff that ICS will have.
Installation:
Code:
Honeycomb Sammich for XOOM 3G (US) - Android 3.2
v1.0 - 10/21/11 - Please report bugs!
*NOTE* No XML files were edited in this theme due to issues with apktool and 3.2, but everything works nicely as is.
Included in this package:
-main
framework-res.apk - Goes in system/framework. Requires reboot
-System Apps folder (All of these go in system/app folder on your XOOM)
SystemUI.apk - Requires reboot
Launcher2.apk - CHANGING THIS WILL WIPE YOUR HOMESCREEN WIDGETS. Apps shortcuts will remain.
DeskClockGoogle.apk - Changed the small Honeycomb clock widget.
Browser.apk
Settings.apk
CalendarGoogle.apk
GoogleQuickSearchBox.apk
-bootanimation.zip - Galaxy Nexus boot animation adjusted for the XOOM. Thanks Sardo Numspa!
To install this, copy it to data/local or push it there via adb.
-Fonts folder (Requires reboot for the clock in the status bar to change)
3 Android Clock fonts and the Roboto system font.
Roboto-Regular.ttf (Use Font Changer from the market. It's free.) *Change this font BEFORE pushing the clock fonts*
-To change Roboto to your system font, drop it into the .fontchanger folder on your SD card (make sure that you can see hidden files in your
file explorer of choice) then navigate to it in the FontChanger app.
AndroidClock.ttf
AndroidClock_Solid.ttf
AndroidClock_Highlight.ttf
Two ways to install:
A. With Root Explorer
1. Put the files and folders in your XOOM's SD Card
2. Navigate to them in Root Explorer
3. Copy each one over individually to their respective folders
(Note - Make sure you change your XOOM to writable in Root Explorer by switching W/O to R/O at the top)
-For framework-res.apk, copy it into system/framework, then reboot.
-For files in the System Apps folder, copy them over to system/app (Reboot after installing SystemUI.apk and Launcher2.apk)
*NOTE THAT CHANGING THE LAUNCHER WILL WIPE WIDGETS FROM HOMESCREENS. Back up any circle launcher settings you have to save time resetting everything.
-For files in the Fonts folder, copy them over to system/fonts (Reboot for the status bar clcok change) and use FontChanger to set Roboto as the main system font.
B. Via ADB (If you want the Gingerbread clock and CL Buttons, you still need to install them manually)
1. Copy all files INDIVIDUALLY over to your Android SDK Tools folder first (You can put
them all in a single folder if you wish, just be sure to push from that folder, as in adb push folder\file /system/folder/file )
(These are CASE SENSITIVE!)
adb remount
adb push framework-res.apk /system/framework/framework-res.apk
adb push SystemUI.apk system/app
adb push Browser.apk system/app
adb push Launcher2.apk system/app # THIS WILL WIPE YOUR HOMESCREEN WIDGETS
adb push DeskClockGoogle.apk system/app
adb push Settings.apk system/app
adb push AndroidClock.ttf system/fonts/
adb push AndroidClock_Solid.ttf system/fonts/
adb push AndroidClock_Highlight.ttf system/fonts/
adb reboot
I'm currently working on some new Circle Launcher icons. The ones you see in the screenshot are placeholder. I want to make them look like the ICS folders instead.
Im assuming us 3.2.1 users are out too. Womp womp.
By the way...it looks beautiful. Thank you in advance.
Sent from my Xoom using xda premium
This looks great, making a backup now in anticipation
Don't matter what android OS i have installed i always fit the same ADW launcher.
Al though a newer OS is running in the background i alway seem to end up installing the same apps and widgets
simply, beautiful
Download is up! Feel free to port to any other version or device!
sweet, the bootanimation is in there!!! im downloading now.
Sardo Numspa said:
sweet, the bootanimation is in there!!! im downloading now.
Click to expand...
Click to collapse
And a nice boot animation it is!
will this work with wifi xoom and tiamat moray 2.2.2 ??
hector_122 said:
will this work with wifi xoom and tiamat moray 2.2.2 ??
Click to expand...
Click to collapse
It will have to be ported first. There's a couple of guys on the forums who have ported over several themes to tiamat ROMS, so as long as they're up for it, it will be on those ROMS, too.
Going to have to hold off on flashing this since its not compatible with tachi 2.2.2
Looks really slick though, I don't know how to port or else I'd do it
Looks very nice.
I've almost got a port for Tiamat 222... testing it now.
---------- Post added at 06:43 PM ---------- Previous post was at 06:22 PM ----------
PORTED FOR MORAY 2.2.2!!!
http://www.mediafire.com/?r9th48w2h4fs4rh
No XML edits, pretty much only just everything arrtoodeetoo has done so far. Pretty slick looking. Thanks dude!!
Thanks, Bazer! I will update the title and first post to include your contribution.
The longer I have this on my XOOM, the more excited I am to get the real thing on it. I love the shade of blue they're using in ICS. That being said, I will probably theme the real deal to be Android Green.
arrtoodeetoo said:
Thanks, Bazer! I will update the title and first post to include your contribution.
The longer I have this on my XOOM, the more excited I am to get the real thing on it. I love the shade of blue they're using in ICS. That being said, I will probably theme the real deal to be Android Green.
Click to expand...
Click to collapse
No problem dude, happy to contribute. And Apktool has been patched and works perfectly for 3.2, I'll try to get a link to it since its a patch and not a complete nnew version, he attached to one of the problem threads. I've been using it to almost anything.
Xoomin with Tapatalk
The problem I have is with the XML files. They break the apks when I edit them and drop the new .asrc file into the apk. Everything else works fine.
Would you make a .zip file which is flashable through CWM ?
I would, but I don't know how. I think MitchTank did it for the Stargate theme (Correct me if I'm wrong.) Maybe he will drop by and help with this one.
arrtoodeetoo said:
I would, but I don't know how. I think MitchTank did it for the Stargate theme (Correct me if I'm wrong.) Maybe he will drop by and help with this one.
Click to expand...
Click to collapse
Just grab the one I linked, its a cwm zip. Put framework-res.apk inside /system/framework, and put the other apks inside /system/app.. /system/font is already filled, along with /data/local for the boot anim. Then go to /meta-inf/com/Google/ and pull out updater-script, in notepad++ edit the starred boxes that has my custom messageto your own, and you're good to roll!
Xoomin with Tapatalk
Bazar617 said:
Just grab the one I linked, its a cwm zip. Put framework-res.apk inside /system/framework, and put the other apks inside /system/app.. /system/font is already filled, along with /data/local for the boot anim. Then go to /meta-inf/com/Google/ and pull out updater-script, in notepad++ edit the starred boxes that has my custom messageto your own, and you're good to roll!
Xoomin with Tapatalk
Click to expand...
Click to collapse
Ah, I will make a note of that in the OP. Thanks!

Categories

Resources