Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
View Poll Results: Do you use custom themes?
Yes, I know how and I use them 1,352 37.69%
No, I know how but I choose not to use them 233 6.50%
I dont know how to change themes 2,002 55.81%
Voters: 3587. You may not vote on this poll

 
Post Reply+
Tip us?
 
RandumAccess
Old
#1  
RandumAccess's Avatar
Senior Member - OP
Thanks Meter 9
Posts: 380
Join Date: Jan 2009
Red face General Questions about Themes GO HERE!!!!!

Hello, I am a little new here. I am kind of a newb with a lot of things. I did root my device and replaced the boot images.. but i do not know how to make themes. I was wondering if anyone would be willing to help by making a theme for me?

I added some images as to what i am looking to have done, that is of course anyone is willing to help. it is fairly simple i am looking to get the color scheme and kids icons if possible... maybe have a little fun with the clock or not if its too much work.

If anyone could help me out I would appreciate it... i am a graphic designer more than a programmer.. a lot of this is confusing to me.

I really like this site and hopefully i can be of some help at some point. This is my first post but i plan on posting a lot more.
Attached Thumbnails
Click image for larger version

Name:	RAAndroid.jpg
Views:	10382
Size:	19.5 KB
ID:	143889   Click image for larger version

Name:	RAAndroidlogo.jpg
Views:	5127
Size:	60.9 KB
ID:	143890  
The Following User Says Thank You to RandumAccess For This Useful Post: [ Click to Expand ]
 
agusta
Old
#2  
Member
Thanks Meter 1
Posts: 53
Join Date: Jan 2009
Nice concept...but I`m not sure if you have looked at this topic http://forum.xda-developers.com/showthread.php?t=467639 It describe how to make a theme and stuff, good starting point anyways. Hope it helps!
The Following User Says Thank You to agusta For This Useful Post: [ Click to Expand ]
 
RandumAccess
Old
#3  
RandumAccess's Avatar
Senior Member - OP
Thanks Meter 9
Posts: 380
Join Date: Jan 2009
Yeah ive seen that thread but it scares me...lol
I really dont know what I am doing with all that stuff. I dont really know if I understood everything in it either :-\

thanx though I will try to follow it and make a theme myself but it might take me a while...lol
 
agusta
Old
#4  
Member
Thanks Meter 1
Posts: 53
Join Date: Jan 2009
Quote:
Originally Posted by RandumAccess View Post
Yeah ive seen that thread but it scares me...lol
I really dont know what I am doing with all that stuff. I dont really know if I understood everything in it either :-\

thanx though I will try to follow it and make a theme myself but it might take me a while...lol
hahaha I would offer help but unfortunately I am no programmer
 
brandenk
Old
#5  
brandenk's Avatar
Senior Member
Thanks Meter 37
Posts: 1,117
Join Date: Aug 2007
Location: San Diego
Im teaching myself how to make themes as well. I have found it best to read through that walkthrough a million times and then PM a couple of the dev guys to answer specific questions.

Basically this is the process:

- Take a theme that you like for RC30 or ADP1 or whatever you wanna make it in

- Extract 2 folders inside, app, and framework into a new folder on your computer

- Rename add a .zip to the end of the apk files and extract them all so you have a bunch of folders with your app names

- Go into res and find any folder that says drawable and inside of there are the files to edit for your theme. Make sure not to edit the .9.png files.

- Once all your editing is done get into linux and turn all the folders back into zip files, then turn them back into apk files.

- Then take your app folder and framework folder that contain the new files and in linux create it into one zip file.

- Then you send the file back to windows, get the SignAPK files, put your zip in the folder with the SignAPK files and run some commands in the CMD to resign the file.

- Then rename that file update.zip and put it on the SDcard and give it a whirl.



This is how I understand the process after talking to a couple people for the last few days. I am hoping to release my own theme soon and if it works you will know that these steps are right. LOL And dont follow those directions, they are just to give you an idea of the steps involved.
Samsung GS3 ← Evo 3D ← Evo 4G ← Nexus One ← MyTouch ← G1 ← HTC TyTN
The Following 3 Users Say Thank You to brandenk For This Useful Post: [ Click to Expand ]
 
RandumAccess
Old
#6  
RandumAccess's Avatar
Senior Member - OP
Thanks Meter 9
Posts: 380
Join Date: Jan 2009
Agusta - haha s ok thanks anyway :D
The Following User Says Thank You to RandumAccess For This Useful Post: [ Click to Expand ]
 
Geo411m
Old
(Last edited by Geo411m; 6th January 2009 at 09:09 PM.)
#7  
Geo411m's Avatar
Recognized Developer
Thanks Meter 298
Posts: 893
Join Date: Jan 2009
Location: Newington CT

 
DONATE TO ME
@brandenk

why do we need to zip the files in linux? By the way thanks for the theming for dummies guide.
 
RandumAccess
Old
#8  
RandumAccess's Avatar
Senior Member - OP
Thanks Meter 9
Posts: 380
Join Date: Jan 2009
Default trying it out

Quote:
Originally Posted by brandenk View Post
Im teaching myself how to make themes as well. I have found it best to read through that walkthrough a million times and then PM a couple of the dev guys to answer specific questions.

Basically this is the process:

- Take a theme that you like for RC30 or ADP1 or whatever you wanna make it in

- Extract 2 folders inside, app, and framework into a new folder on your computer

- Rename add a .zip to the end of the apk files and extract them all so you have a bunch of folders with your app names

- Go into res and find any folder that says drawable and inside of there are the files to edit for your theme. Make sure not to edit the .9.png files.

- Once all your editing is done get into linux and turn all the folders back into zip files, then turn them back into apk files.

- Then take your app folder and framework folder that contain the new files and in linux create it into one zip file.

- Then you send the file back to windows, get the SignAPK files, put your zip in the folder with the SignAPK files and run some commands in the CMD to resign the file.

- Then rename that file update.zip and put it on the SDcard and give it a whirl.



This is how I understand the process after talking to a couple people for the last few days. I am hoping to release my own theme soon and if it works you will know that these steps are right. LOL And dont follow those directions, they are just to give you an idea of the steps involved.

hey thanks... i am gonna try it now
 
brandenk
Old
#9  
brandenk's Avatar
Senior Member
Thanks Meter 37
Posts: 1,117
Join Date: Aug 2007
Location: San Diego
Quote:
Originally Posted by Geo411m View Post
@brandenk

why do we need to zip the files in linux? By the way thanks for the theming for dummies guide.
I don't know why, something about how linux packages zip files opposed to windows, and yes once I figure it out and find all the problems people can have I am going to make up a nice walkthrough on making themes. But I wouldn't be surprised if there were already some theme manager apps in the works to make this whole process easier.
Samsung GS3 ← Evo 3D ← Evo 4G ← Nexus One ← MyTouch ← G1 ← HTC TyTN
 
Dave Da illest 1
Old
#10  
Dave Da illest 1's Avatar
Senior Member
Thanks Meter 1
Posts: 110
Join Date: Dec 2008
Location: New York City
to tell everybody the truth i do all my themes in windows lol and only windows and it has worked on other peoples devices but shhhh thats out lil secret

The Following User Says Thank You to Dave Da illest 1 For This Useful Post: [ Click to Expand ]
 
Post Reply+
Tags
1.1, 1.5, adp1, android themes, boot, boot animation, bug, cant open, change, convert, dude, files, g1 themes, gallery, ghosting, how to, icon, icons grey, image, launcher, launcher.apk, port, pull-up tray, rc30, rc33, rc33 lite, signing, status bar, stericson, theme, themes, transperency, tray, wallpaper gallery, wallpapers, zip
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...