Just something I put together with an online kitchen. Based on cm7 prealpha test3. Use if ya want have fun. Comes with an theme chooser apk file, bootanim, fonts.
Download here.
Install in clockwork recovery. or for just the apk extract it from the zip and install as you would any other one.
Install as normal I'm assuming
Sent from my ThunderBolt using XDA App
do you have a zip for that font?
Related
Sorry if this has been asked before, but my search didn't turn up anything. I didn't see directions on the ROM's thread for this. I'm running di11i's v6.0 base (no over clocking) I want to flash the blue theme. Do I flash this like I would a ROM, but without the clear all? Or use root user? Same question for apk pack addons, how do I install them?
jessymessy said:
Sorry if this has been asked before, but my search didn't turn up anything. I didn't see directions on the ROM's thread for this. I'm running di11i's v6.0 base (no over clocking) I want to flash the blue theme. Do I flash this like I would a ROM, but without the clear all? Or use root user? Same question for apk pack addons, how do I install them?
Click to expand...
Click to collapse
Put the files on your sdcard, boot to Clockwork Mod Recovery, flash from sd card.
Profit!
cappysw10 said:
Put the files on your sdcard, boot to Clockwork Mod Recovery, flash from sd card.
Profit!
Click to expand...
Click to collapse
Thank you!
The blue theme worked but not the apk pack addon?
Sent from my SAMSUNG-SGH-I897 using XDA App
jessymessy said:
The blue theme worked but not the apk pack addon?
Sent from my SAMSUNG-SGH-I897 using XDA App
Click to expand...
Click to collapse
apk is a program.
what is an apk pack addon?
if you mean just an apk then copy to phone anywhere, find it, click it. install.
make sure enable non market apps (never seen it not enabled though)
the apk add-on for di11i rom 6.0 can be applied same way as blue theme, it is CWM flashable.
somebody please PLEASE make something for cog 4.1 and higher!! i am getting sad looking at bone stock notification bar
novajustin said:
somebody please PLEASE make something for cog 4.1 and higher!! i am getting sad looking at bone stock notification bar
Click to expand...
Click to collapse
You want someone else to make it for you?
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
I second this lol!!!
Sent from my SAMSUNG-SGH-I897 using XDA App
Thegodfather156 said:
You want someone else to make it for you?
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
Click to expand...
Click to collapse
yeah! i'm not a dev...
Actually there are some themes compatible with 4.1..."The red" and "The bloo" by whiteguypl are available now just look under Captivate themes and apps...Darkys theme should be 4.1 compatible soon as well...
Sent from my SAMSUNG-SGH-I897 using XDA App
yeah i saw those ones, a little too bubble popper looking for me. or bejeweled. it's not very clean imo
After the gym tonight I'll flash Cog 4.1.1 and play around with Reefers theme to see if I can get some of it working...
If I don't get to it then it's because I got too lazy
I am to the point that I am trying to learn how because I miss my gingerbread icons.
Sent from a phone using an app.
joeclark said:
I am to the point that I am trying to learn how because I miss my gingerbread icons.
Sent from a phone using an app.
Click to expand...
Click to collapse
There is a semi easy way:
-Grab your ORIGINAL framework apks that you'll be editing from \system\app
-Use 7zip to extra the apk to a folder and name it something like "TO-BE-MODDED"
-Grab the .apk from a themed version you liked and do the same steps as above but make the directory something like "FROM-MOD"
Within the FROM-MOD folder you'll have a lot of images and XML files... **DO NOT COPY XML FILES**
Transfer all the images to your TO-BE-MODDED folder and overwrite it. You can then .zip up the contents of that folder and change the extension to .apk and overwrite your \system\app .apk by using Root Explorer or adb push
**ONE THING TO KEEP IN MIND IS YOU FACE THE POSSIBILITY OF FC'S IF YOU JACKED SOMETHING UP**
There's also a tool called APK Manager that will use adb pull if you know the apk you need or you can drop the apk in a working folder. It will then extract contents, allow XML to be edited, zip it back up, and even zipalign it
P.S The reason you copy XML files is because they can change colors, links, and behaviour of the ROM and will normally be the culprit for FC's if you overwrite or edit something improperly.
Thegodfather156 said:
You want someone else to make it for you?
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
Click to expand...
Click to collapse
I would enjoy a solid cog theme as well
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
novajustin said:
somebody please PLEASE make something for cog 4.1 and higher!! i am getting sad looking at bone stock notification bar
Click to expand...
Click to collapse
Use a js5 rom where your theme choice is basically unlimited.
LinuxNewb said:
There is a semi easy way:
-Grab your ORIGINAL framework apks that you'll be editing from \system\app
-Use 7zip to extra the apk to a folder and name it something like "TO-BE-MODDED"
-Grab the .apk from a themed version you liked and do the same steps as above but make the directory something like "FROM-MOD"
Within the FROM-MOD folder you'll have a lot of images and XML files... **DO NOT COPY XML FILES**
Transfer all the images to your TO-BE-MODDED folder and overwrite it. You can then .zip up the contents of that folder and change the extension to .apk and overwrite your \system\app .apk by using Root Explorer or adb push
**ONE THING TO KEEP IN MIND IS YOU FACE THE POSSIBILITY OF FC'S IF YOU JACKED SOMETHING UP**
There's also a tool called APK Manager that will use adb pull if you know the apk you need or you can drop the apk in a working folder. It will then extract contents, allow XML to be edited, zip it back up, and even zipalign it
P.S The reason you copy XML files is because they can change colors, links, and behaviour of the ROM and will normally be the culprit for FC's if you overwrite or edit something improperly.
Click to expand...
Click to collapse
WOOT! I have my gingerbread icons! Now I just need to figure out which file does the text colors
Sent from a phone using an app.
LinuxNewb said:
There is a semi easy way:
-Grab your ORIGINAL framework apks that you'll be editing from \system\app
-Use 7zip to extra the apk to a folder and name it something like "TO-BE-MODDED"
-Grab the .apk from a themed version you liked and do the same steps as above but make the directory something like "FROM-MOD"
Within the FROM-MOD folder you'll have a lot of images and XML files... **DO NOT COPY XML FILES**
Transfer all the images to your TO-BE-MODDED folder and overwrite it. You can then .zip up the contents of that folder and change the extension to .apk and overwrite your \system\app .apk by using Root Explorer or adb push
**ONE THING TO KEEP IN MIND IS YOU FACE THE POSSIBILITY OF FC'S IF YOU JACKED SOMETHING UP**
There's also a tool called APK Manager that will use adb pull if you know the apk you need or you can drop the apk in a working folder. It will then extract contents, allow XML to be edited, zip it back up, and even zipalign it
P.S The reason you copy XML files is because they can change colors, links, and behaviour of the ROM and will normally be the culprit for FC's if you overwrite or edit something improperly.
Click to expand...
Click to collapse
This method will change the base graphics no matter what ROM the theme is based on?
I'd really like to try cognition 4, but I like the Gingermix theme, which is for i9000 roms...
I ported the [THEME] Generation X v1.14 - port [Cognition/FireFly/JL1] boot animation for Cog. that whiteguypl ported into Cognition 3.0 into Cognition 4.1. I didn't add the settings from this theme as I have my own settings but it would be easy to do.
cappysw10 said:
I ported the [THEME] Generation X v1.14 - port [Cognition/FireFly/JL1] boot animation for Cog. that whiteguypl ported into Cognition 3.0 into Cognition 4.1. I didn't add the settings from this theme as I have my own settings but it would be easy to do.
Click to expand...
Click to collapse
that looks good. is there any other fonts avail? i like andromeda font!
peachpuff said:
Use a js5 rom where your theme choice is basically unlimited.
Click to expand...
Click to collapse
no thanks. i like to keep my phone on the software that it was made for.
novajustin said:
that looks good. is there any other fonts avail? i like andromeda font!
Click to expand...
Click to collapse
A simple use of the forum search tool would have led you to THIS.
modmyphone said:
A simple use of the forum search tool would have led you to THIS.
Click to expand...
Click to collapse
thank you, i know how to load fonts on the phone however i prefer to use whatever is built in. hence why i was asking if there were other fonts available on his theme.
While I have not looked into this version of the theme, there may still be the Sansation font from the original build by D3StRoY & R64.
I love the Androidian theme that was available for CM7. I lost it when I switched roms.
Does anyone have an APK for the androidian theme that will work on any phone?
Additional Info:
The one on the market only works for the MyTouch 4G.
I am using an HTC Hero (CDMA) with CM7 and Theme Chooser.
You should be able to pull the apk from the old Rom & reinstall.
I can't find the file.
Does anyone have the APK? That would be the easiest way.
Download a cm7 nightly and extract it
I haven't opened up the rom since the theme engine was added, but there is probably an apk in the system/apps folder for each theme. Just download a nightly or RC since Androidian was last updated, and unzip.
Hi, guys and girls. Don't know if something like this was already posted over XDA, but i decide to publish my little work.
Here is the Xperia Arc metamorph theme for CyanogenMod 7 for HDPI devices. Tested and runs good on HTC Vision powered with latest nightly and CM 7.0.0 Final. But should also work on other vanilla gingerbread ROMs.
INSTRUCTIONS:
1. Download the zip with theme below.
2. Place the zip on your SD Card
3. Backup (just in case)
4. Install Metamorph from Market
5. Run Metamorph
6. Chose the zip... and etc.
7. Reboot
NOTES:
1. After applying Phone.apk theme there will be a lot of FC's. Just lock the phone, then wake it up, long press on power btn and select reboot. Or pull out the bettery.
2. After applying framework theme there will be soft reboot. Just let it boot up and run Morph again from the place where you ended.
3. After applying SystemUI.apk theme ther will be something like in 1 or 2. Do the same.
WARNINGS!!!! I am not responsible for any damages of your phone, bricking, etc. Or nuclear blast.
P.S. Xperia Arc Wallpapaers http://www.multiupload.com/3S0B5OEGH8
Looks great, but my device is mdpi one。
Amazing work, but you have bad zip archive. After open zip file, you have XperiaArcTheme folder, but must be folder´s with files for apk´s app and xml file. Simply move all files to root of zip file.
very good
Is it posible change CyanogonemMod settings and Profile icons? It´s not pretty
I know about unthemed prof and cm settings icons. I will fix it asap. Also already done incall screen theming to be more like all theme. Will post update later today.
Sent from my HTC Vision using XDA Premium App
Also delicious work. No other grafical bugs observed Maybe will be better move framework_res update script to end of xml file, theme will install without restarts in update process.
Fully works on ZTE Blade, CM7 stable.
great work ,thanks again!
Are you working on any updates, or it´s final version of Arc theme?
It says that its invalid or missing files when i try to apply the theme...
i have installed recrnation rom series s5 edition and when i open setting i found that there is no theme chooser so can any one make a flashable zip on the theme manger apk and theme chooser.apk
madkita said:
i have installed recrnation rom series s5 edition and when i open setting i found that there is no theme chooser so can any one make a flashable zip on the theme manger apk and theme chooser.apk
Click to expand...
Click to collapse
Hey mate!
This is NOT the correct section to post questions or requests, it's A DEVELOPMENT SECTION, so please the next time go to Q&T Thread and read the forum rules before posting
This thread'll be moved to the correct section.
Thank you
madkita said:
i have installed recrnation rom series s5 edition and when i open setting i found that there is no theme chooser so can any one make a flashable zip on the theme manger apk and theme chooser.apk
Click to expand...
Click to collapse
Here you have a flashable file via CWM
INSTALLATION
1. Download the zip file.
2. Boot into recovery.
3. Install from sdcard
4. Flash it
6. Done!, reboot system now
thank god i wanted this for long time. thanks bro
1.
Good work :thumbup:
Sent from my GT-S5830 using xda app-developers app