New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
wedlled
Old
#1  
Junior Member - OP
Thanks Meter 0
Posts: 4
Join Date: Nov 2009
Default Themes - knowledge point

Hello,

First post and allready asking stuff.
I'm starting on making themes and although I have read a lot of stuff I can't get it.

Major questions:
- Do I need to have a custom rom to make themes? Can I install a theme on a standard, factory clean android magic?
- What are those RC33, Rc30, etc... And how do I know what do I have?

At the moment I have a stock HTC magic 32A. The only non standard thing in it, is it's rooted.
The build number only says: CL#33743 (no RC stuff...).

Any help would be appreciate.
 
smurf
Old
#2  
smurf's Avatar
Senior Member
Thanks Meter 1
Posts: 122
Join Date: Oct 2005
Location: D.O.O.P Starship Nimbus
take a look at this thread...

http://forum.xda-developers.com/showthread.php?t=519924
Nexus 4
Paranoid Android 3+
Franco Kernel r72

TWRP Recovery
Nexus 7
Paranoid Android 3+
Franco Kernel r47
TWRP Recovery
 
wedlled
Old
#3  
Junior Member - OP
Thanks Meter 0
Posts: 4
Join Date: Nov 2009
Hey smurf... thnks for the answer.
I've allready readed that post (and most of the links in it), and still got the same questions.

They only talk about G1/dream and all those RCXX... The problem my magic says CL#33743. Am I missing something here? Do I need to install a RCXX image?
 
smurf
Old
#4  
smurf's Avatar
Senior Member
Thanks Meter 1
Posts: 122
Join Date: Oct 2005
Location: D.O.O.P Starship Nimbus
Quote:
Originally Posted by wedlled View Post
Hey smurf... thnks for the answer.
I've allready readed that post (and most of the links in it), and still got the same questions.

They only talk about G1/dream and all those RCXX... The problem my magic says CL#33743. Am I missing something here? Do I need to install a RCXX image?
afaik you have to be rooted to install themes, an exception is when you are using a home replacement.

RC stands for Release Candidate and its just a version numbering thing i guess...
Nexus 4
Paranoid Android 3+
Franco Kernel r72

TWRP Recovery
Nexus 7
Paranoid Android 3+
Franco Kernel r47
TWRP Recovery
 
wedlled
Old
#5  
Junior Member - OP
Thanks Meter 0
Posts: 4
Join Date: Nov 2009
Hello again...
Yeah, I tried instead of just asking.

After a few more reading I realise I was making some confusion. I have a rooted phone so I just adb pull the files I needed to theme (framework-res, htclauncher, etc...) changed the drwable files and adb push them again

It's kinda of what a update.zip does but with more files. Nothing better that trying

Now I just don't know why some people ressign apk's, but I guess a little more reading will fix that too.

Thnaks for your help smurf.