Delete - Android Themes

Delete this plz

I'm no expert in anything but If you want to attract someone to guide you, you may need to be a bit more specific on what you are theming.
Is it a application like go launcher, or is it your ROM, does your ROM support a theme system like theme Chooser on CM7 or Sense themes.
Just thinking If you give more details someone is more likely to know the answer in fact.
Sent from my DHD

jambamkin said:
I'm no expert in anything but If you want to attract someone to guide you, you may need to be a bit more specific on what you are theming.
Is it a application like go launcher, or is it your ROM, does your ROM support a theme system like theme Chooser on CM7 or Sense themes.
Just thinking If you give more details someone is more likely to know the answer in fact.
Sent from my DHD
Click to expand...
Click to collapse
Ah I will edit the OP and include that info thank you very much for the advice!
Sent from my SGH-I777 using XDA App

Related

How to port/make a Samsung mesmerize theme

Hey guys I have a Samsung mesmerize and
There are some great themes for the fascinate and none for the mesmerize,so im looking at porting some of the fascinatw themes to the mesmerize and I downloaded an application fromxda that was supposed to port the theme over but it never worked. So to make a long story short I need help in porting themes!!! Thanks guys
Sent from my SCH-I500 using Tapatalk
I have the same question.
I've loaded the Super Clean ROM .2 for Mes and like it a lot. I tried to load the Ultimate Revolution Theme http://forum.xda-developers.com/showthread.php?t=830410on the off chance it would work and it didn't. Can anyone point out what the differences are that need to be tweaked so that it would work?
Thx!
icantplay said:
I have the same question.
I've loaded the Super Clean ROM .2 for Mes and like it a lot. I tried to load the Ultimate Revolution Theme http://forum.xda-developers.com/showthread.php?t=830410on the off chance it would work and it didn't. Can anyone point out what the differences are that need to be tweaked so that it would work?
Thx!
Click to expand...
Click to collapse
the frameworks are different...you would have to swap out the images between the two themed fascinate framework and your mesmorize framework...as well as make any xml edits to replicate those in the fascinate theme
Thanks guys. I've got a few themes I made for the meseize, well not made but I ported them from themes that were made for the fascinated. I'll have them posted In the new mesmerized themes subforum!!!! Thanks to everyone for the help. I have a question if I use the framework and mms. Apk from my phone will my personal info carry iver?
Sent from my SCH-I500 using Tapatalk
palisoulja1 said:
Thanks guys. I've got a few themes I made for the meseize, well not made but I ported them from themes that were made for the fascinated. I'll have them posted In the new mesmerized themes subforum!!!! Thanks to everyone for the help. I have a question if I use the framework and mms. Apk from my phone will my personal info carry iver?
Sent from my SCH-I500 using Tapatalk
Click to expand...
Click to collapse
Whats the word on the new forum??
New forum is up! It's a bit empty but I have a feeling it'll fill up quick
lilzone said:
Whats the word on the new forum??
Click to expand...
Click to collapse
Could you let us know when you get them posted out there? I don't think that anything personal from your phone will be on the apk's. I'm 99% sure that user info is stored in a database format. It's like when you go into "Manage Apps" and choose to delete all application data. The app still works but you have to input your personal info and change from the default settings again.

[APP] ZipThemer - theme installer with MetaMorph compatibility

You might be interested in an alternative way to install MetaMorph themes. Its an app I've developed that builds flashable update.zip files onboard the device by combining your system files with the theme content.
Because it builds onboard using your system files, it preserves existing installed themes assuming one theme does not overwrite the other. It is also capable of installing more than one theme at a time via a single update.zip file.
I developed this app after getting tired of MetaMorph spontaneously rebooting the device near the end of the install process. I typically install more than one theme per new ROM flash and wanted to get all my themes installed in a single reboot. ZipThemer has satisfied that goal for me. Give it a try if you like... its free, donations gratefully accepted
Related links:
Official ZipThemer forum page
My own HTC notification theme page - recently updated to work with advanced ZipThemer capabilities.
Enjoy,
Ken
Wow! I have been waiting for something like this. Metamorph is great, but I can very rarely get to the end of some of my themes. Thanks. I will have to try this later.
Sounds great, does it work with all metamorph themes? What about flashable ones? I have also had a lot of trouble using metamorph and wished there was an easy way to go back after using it.
thanks,
-Keith
There have been some limitiations found in the current version of ZipThemer. I'm working on fixing these for the next version which will work with more MetaMorph themes. ZipThemer does not work with flashable themes. It also doesn't create backups yet, so I suggest using Nand backup/restore for that now.
kellinwood said:
There have been some limitiations found in the current version of ZipThemer. I'm working on fixing these for the next version which will work with more MetaMorph themes. ZipThemer does not work with flashable themes. It also doesn't create backups yet, so I suggest using Nand backup/restore for that now.
Click to expand...
Click to collapse
This seems like a good idea. One thought I've had about Metamorph, and maybe you could consider it as an option as well....
The most common cause of theme incompatibility aside from poor theme building or the use of XMLs is the "-v4" tags. If you could do a quick check for the presense or lack of these tags in the target APKs so the program doesn't try to create a drawable-hdpi or mdpi when a drawable-hdpi-v4 or mdpi-v4 already exists, you'd have a LOT more cross-platform theme capability.
Just a thought
Sounds do-able. Can you provide links to a theme and ROM image for which this is an issue? I'd be able to understand the problem and implement/troubleshoot faster... thanks,
Ken
Sent from my FroyoEris using XDA App
kellinwood said:
Sounds do-able. Can you provide links to a theme and ROM image for which this is an issue? I'd be able to understand the problem and implement/troubleshoot faster... thanks,
Ken
Sent from my FroyoEris using XDA App
Click to expand...
Click to collapse
Not at a location where I can browse around too easily, but you can generally look at any theme built for a custom rom vs. one built for a stock rom. Framework-res is particularly common to have this issue, but it can really be any apk. The folders of potential interest that I've seen are:
drawable-en-hdpi-v4
drawable-es-hdpi-v4
drawable-hdpi-v4
drawable-land-hdpi-v4
drawable-nodpi-v4
drawable-mdpi-v4
drawable-land-mdpi-v4
drawable-ldpi-v4
...then of course the same folders lacking the "-v4" would be the corresponding counterpart. There's probably a few other folders that can have a "-v4", but if you just have your script search for that tag then search the target or source file for the same folder lacking the tag, you should be good.
What if I put in general logic to prevent the addition of any new entries in the patched apks, regardless of the folder name? In other words, if the entry doesn't exist in the target it wouldn't be created. Only entries that already exist in the target apk would be updated if included in the theme file.
Sent from my FroyoEris using XDA App
WOW. Ive recently stumbled upon this app and i must say it needs more recognition. Ive been able to use themes and mods from other devices on my Xperia X10. Ive used stuff from the Eris and from the Nexus One. Thanx a million times.
michael7168 said:
WOW. Ive recently stumbled upon this app and i must say it needs more recognition. Ive been able to use themes and mods from other devices on my Xperia X10. Ive used stuff from the Eris and from the Nexus One. Thanx a million times.
Click to expand...
Click to collapse
Thanks! I'm glad to hear that you like it.
Ken
kellinwood said:
Thanks! I'm glad to hear that you like it.
Ken
Click to expand...
Click to collapse
I wanted to say thank you for this app as well kellinwood. I've been pushing it alot with my themes for adding my sliders and other things that can't be addressed by theme chooser and am debating doing a Sense theme as well and will definately push it for that too. I like the fact that it creates an undo zip as well... Saves a lot of headaches for when people don't do a backup before applying a theme lol. No matter how much you remind people.. backup first... Most probably don't lol. They just don't think about it when they are in recovery I'm sure and if it's a MM they don't think to reboot and do a backup before applying it. Great work man
CondemnedSoul said:
I wanted to say thank you for this app as well kellinwood. I've been pushing it alot with my themes for adding my sliders and other things that can't be addressed by theme chooser and am debating doing a Sense theme as well and will definately push it for that too. I like the fact that it creates an undo zip as well... Saves a lot of headaches for when people don't do a backup before applying a theme lol. No matter how much you remind people.. backup first... Most probably don't lol. They just don't think about it when they are in recovery I'm sure and if it's a MM they don't think to reboot and do a backup before applying it. Great work man
Click to expand...
Click to collapse
Thanks for the kind words, I really appreciate it. Its this kind of response that makes it all worthwhile.
Ken
Thank you!
This truly is a wonderful accomplishment! Thank you! I just ported themes from Froyo to Gingerbread on Dream/Sapphire and recommending your app to make a zip for the Gingerbread ROM of their choice.

[req] HoneyComb Theme PORT from CDMA Hero

Can any Dev port this Honeycomb theme from CDMA hero? since its same resolution it would not be hard rite?
so can any Dev kind enuf to help? Here the source link http://forum.xda-developers.com/showthread.php?t=965216
Don't take this the wrong way but you don't need a dev to port a theme. The few devs that we have are busy developing roms, let themers theme.
Also theres theme porters available if you do a search. Sorry I cant post links I'm in work on my phone. Or do a little reading and learn how to port/create them yourself.
Theres a link in my sig if you want to learn.
If you need any guidance post back and ill try and help
dully79 said:
don't take this the wrong way but you don't need a dev to port a theme. The few devs that we have are busy developing roms, let themers theme.
Click to expand...
Click to collapse
lol. :-|
Just try out the alrdy available HDPI versions...seems to work quite seemlessly. Apart form honeycomb i recommend Rovers Theme its purely awesome... u can get it here: http://forum.xda-developers.com/showthread.php?t=958497
I got a great honeybread loook by using UOT kitchen and the honeybreak themed version of launcher pro plus

[Q] Iphone/Ipod Theme Porting

Hi I kinda got some help with the themes and I read about the guide written about theming which was great! I have a few questions that need to be answered if someone wouldn't mind helping Help please all you themers
1. Is theming easier for Cyanogenmod or Miui? (Cause I heard Cyanogenmod is relativity new to themes right?)
2. Does anyone know how to convert a iphone lockscreen that was made out of Java and css to android? (Ex. is this video http://www.youtube.com/watch?v=W4yhjPwsrX4
3. Does the noobie guide refers to Cyanogenmod themeing or Miui theming?
4. Would anyone that has ported Iphone themes before, would mind helping along the way if she/he wouldn't mind
Sorry mods, I posted my questions in the general themes section before but no responses besides one Thank you for reading
Any help anyone
Any themers out there??
Someone help please
I've tried both CyanogenMod and miui theme editing for my own use and find miui far easier, mainly because the theme isn't an APK and doesn't require signing.
Sent from my DHD
jambamkin said:
I've tried both CyanogenMod and miui theme editing for my own use and find miui far easier, mainly because the theme isn't an APK and doesn't require signing.
Sent from my DHD
Click to expand...
Click to collapse
I see, and ohh, and would following the guide to theming thread work for cyanogenmod and Miui? Thanks again
I can't really help you , though this is might be useful for you:
http://forums.miui.us/showthread.php?301-Theme-Ultimate-iPhone-theme-21-10-REVOLUTION-7.0

[TOOLs & UTILITYs]

ok...am going to share some applications that *might* help you in getting life your droid life easier.
please note, these apps are NOT mine. am sharing it because i feel that EVERY black owner deserves to know every tweak to get the best of the p970 ...after all, we are SUCH a nice and integrated community.
i'll simply link some apps and going to attach some.
QTADB
it is the most essential and user friendly app that EVERY droid owner - be it a dev, a cook, a user or a noob, anyone.
download here:
http://qtadb.wordpress.com/download/
APK Manager & APK Multitool
a great utility tool. essential for me.
please note, APK MULTITOOL is the changed name of APK Manager after v.4.9
here is the link to the thread of the dev for latest :
http://forum.xda-developers.com/showthread.php?t=1310151
Color Edit
ok...this is a bit off-beat and is for the cooks and devs. this is a graphical hex code chooser for the ones modifying the colors. works very simple (and thus, so well )
(i found this in a thread of xda, but am sorry am not able to locate it right now. so am attaching the program directly.)
please check the attachment for the application
(please inform me the actual thread, if you know, so that i can link it to the devs actual post )
MIUI Theme Editor
this is for modifying or creating a mtz for the MIUI ROM (thanks flatzki )
check the following:
it works for me.
http://forum.xda-developers.com/showthread.php?t=1563780
APK Batch Installer
ok...this is again VERY handy for me. am SICK of installing the apk's one by one. u can choose the apk's you want, and this app will batch install it. saves me a LOT of time. (am flashaholic )...check the thread:
(there are many, but am sharing the one i use, and it works for the p970)
http://forum.xda-developers.com/showthread.php?p=23291051
APK Edit
ok....this is a small app. it's neat too. it allows minor changes to the application. allows you to change the name of the app(the one you see @ drawer), lets you edit the icon and allows you to poke the app information (like change the author )
http://forum.xda-developers.com/showthread.php?t=890199
Online HTC-keyboard maker
get this site to make awesome keyboards for YOUR p970. get "personal" keyboards.
site:http://www.gimpsta.com/themer/index.php
username: p970
password: optimusblack
Online Theme Ktchen
unnecessary to waste words on this since ALL of us know what it is.
link: http://uot.dakra.lt/kitchen/
Android Ktchen
dsixda's kitchen. needs no intro. get it here:
http://forum.xda-developers.com/showthread.php?t=1227549
PLEASE SHARE IF YOU KNOW OF ANY APPLICATION THAT CAN HELP THE FELLOW MEMBERS.and also share tutorials, how-to's, guides, etc. share the handy and nifty applications, if you please.
hope this helps all of us
Thanks man... Nice collection for noobs like me........
Sent from my LG-P970 using XDA
Hw to install the keyboard after you have created one??
P. S. Currently on Zeus 6.1 o
Sent from my LG-P970 using XDA
abhi_g1 said:
Hw to install the keyboard after you have created one??
P. S. Currently on Zeus 6.1 o
Sent from my LG-P970 using XDA
Click to expand...
Click to collapse
take the .apk and replace HTC_ime_22 or something similar @/system/app and reboot.
It's a zip file...
Sent from my LG-P970 using XDA
Don't share tutorials? sounds like propaganda. Hero?
gabwerkz said:
Don't share tutorials? sounds like propaganda. Hero?
Click to expand...
Click to collapse
lolzz....there are loads f them at xda...i wanted this thread to be clean and have small tweaks for the owners.
but nevertheless, i feel am wrong then. gotta correct it ASAP ...sorry bro
i was thinking in wrong line
EDIT: 1st post edited
abhi_g1 said:
It's a zip file...
Sent from my LG-P970 using XDA
Click to expand...
Click to collapse
unzip it...find the .apk under the system folder.
thanks for the thread, it's not good for my free time
thanks for the info but i dint get how to use colour editing
can you post the the thread where you got it
Wow! This is great! Thanks a lot bro! Really helpful
there isn't a CM7 Theme creator for Themechooser as MIUI Theme Editor, isn't?

Categories

Resources