New To theming - Vibrant General

I am new to theming, and was just going to reach a kind hand out for some help... i can get into the framework and all but just missing some steps on how to put it all back together. any help would be appreciated, and if i am posting in the wrong location feel free to delete or move the post. thank you

Use winrar to open the framework-Res and mess with those files then just put them back in framework-Res with winrar.

Rel500 has a great themeing guide. Thats how I got started check it out and if you have any questions ill be glad to answer it for you
Hope that helped.....
Sent from my SGH-T959 using XDA App

Search for a program called "Apk Manager"
Play around with your frameworks...
Soon you'll get the hang of it...and don't be afraid to ask around

Great thread. I'm in the exact same position. Looking forward to creating MY theme.

Anyone know what program to use to view/edit the xml files?

buru898 said:
Anyone know what program to use to view/edit the xml files?
Click to expand...
Click to collapse
the apk must be de-compiled first (use Apk Manager for that)...then use Notepad++ to view/edit xml's..the re-compile using Apk Manager

Im still fairly new to the theming scene, but ive found a good place to start is by porting a theme, find a theme you like on another theme and port it to the vibrant teaches you quite a bit about theming minus creating images from scratch.
some essential apps i have found are:
gimp (for image editing)
apk manager
notepad++
of course android sdk for draw9patch and other android utilities
other programs i may be forgetting.
Ive heard cs5 and corel are really good for creating icons and the like but im a college student and dont have the cash for those kinda programs

shreddintyres said:
Im still fairly new to the theming scene, but ive found a good place to start is by porting a theme, find a theme you like on another theme and port it to the vibrant teaches you quite a bit about theming minus creating images from scratch.
some essential apps i have found are:
gimp (for image editing)
apk manager
notepad++
of course android sdk for draw9patch and other android utilities
other programs i may be forgetting.
Ive heard cs5 and corel are really good for creating icons and the like but im a college student and dont have the cash for those kinda programs
Click to expand...
Click to collapse
Neither do i

when using notepad++ I get alot of jiberish, how do I edit when the things the guides on xda tell you to search for arent in the xml code?

sorry about duplicate post but heres a pic

aamir123 said:
when using notepad++ I get alot of jiberish, how do I edit when the things the guides on xda tell you to search for arent in the xml code?
Click to expand...
Click to collapse
You need to decompile the apk using Apkmanager or apktool in order to view the xml in a readable format.
Ginger Clones of the World Unite!!! via the XDA App

aamir123 said:
when using notepad++ I get alot of jiberish, how do I edit when the things the guides on xda tell you to search for arent in the xml code?
Click to expand...
Click to collapse
You have to decompile the apk to edit the xmls.
Sent from my SGH-T959 using XDA Premium App

Related

Confused about 9.png files

Ok, first sorry for posting this question, and I did search and found that the information is some what broken up and it confused me. Sorry I'm not a developer so the lingo is way far advanced.
But this is what I've gathered and done.
-I took an app that I wanted to edit. I got the images and did my PS CS4 editing to my liking and saved them.
-I did the draw9patch and manage to save them in a folder and then I put the correct names on the pngs with the 9 still at the end of the file name.
-I got lost with step no.6 of one of the threads talks about "eclipse" and thats where I'm lost.
I don't know what the heck its talking about workspace. I don't know what to do from here. Can somebody please explain it to me in laymans term. thank you.
You need to load up the sdk, eclipse is part of that.
evilkorn said:
You need to load up the sdk, eclipse is part of that.
Click to expand...
Click to collapse
I have the SDK installed but do I go to the SDK Manager or to the tools? if I go to the tools which app do I open? this is where I'm stuck at
Did you try this?
http://developer.android.com/sdk/index.html
@johnny quest: forget about that outdated method. Use apktool or ApkManager instead.
Brut.all said:
@johnny quest: forget about that outdated method. Use apktool or ApkManager instead.
Click to expand...
Click to collapse
hey brut is there a video or post relating to the steps on editing .9.png's using apkmanager or apktool? ive been looking into the draw9patch thing but everything i run into is an old post and i guess thats what you saying here. i was a total noob and now ive got down using theme porter, update.zip maker for modding stuff but ive only taken the png plunge seeing that most people are saying you gota be a pro to edit .9's and xml and all that. im fully capable of getting it im just not finding the right tutorial and info. any direction would be much appreciated
also im trying to mod my phone dialer (attached) is that something a semi-new modder can handle. eg-changing the background from black to white...the orange numbers from orange to white? just a shot in the dark you know

[Q] .xml files

Ok I'm posting this in hope that a developer will answer.
I have been trying to edit .xml files on the droid x. I'm running linux (who runs windows anyway) I have experience in c++ and scripting , but non in themeing.
I have download a bunch of xml file editors. The problem is that every time I open one with the editor I get a error saying " coding not supported ". What ia the deal here and why? Does anyone have any suggestions or ideas why?
Thank you xda
The .xml files need to be decompiled first. Otherwise, they are unreadable. The only way I know off is to decompile the entire apk file with apk manager or aapt.
Note that you have to recompile the apk (xml) before putting it back on your phone.
GL
Thank you makes sense.
B-dub25 said:
Ok I'm posting this in hope that a developer will answer.
I have been trying to edit .xml files on the droid x. I'm running linux (who runs windows anyway) I have experience in c++ and scripting , but non in themeing.
I have download a bunch of xml file editors. The problem is that every time I open one with the editor I get a error saying " coding not supported ". What ia the deal here and why? Does anyone have any suggestions or ideas why?
Thank you xda
Click to expand...
Click to collapse
Still working with this myself. You need to look on google code for smali/baksmaling, as this is what is used to compress/decompress the xml files.
Thank you systemadmin that's what I thought I had to do, decompile the. Xml file ,but just didn't now how thank you for your reply.
No worries. I have been working on trying to theme and what not myself, and it seems pretty complex at the beginning. Im trying to get some tips from like bignadad, acidbath, and some of the other big developers out here, but they are usually pretty busy and I haven't had much luck. If you start making some progress, send me a PM and share the love =)
Sent from my DROIDX using XDA App

[Q] rebuild .apk after using dex2jar and jd-gui

Hello,
I'm trying to learn how to edit .apk files,
So after a bit of reading I got dex2jar working, and now I can see the actual code with jd-gui.
1. How can I edit the classes that are in jd-gui?
2. How can I repack everything to a .apk file?
Thanks.
I would suggest you learn to do basic stuff with the android ask, any questions pm me and ill be glad to help. Does dex2jar realty work, think I might take a look at that.
leoon said:
Hello,
I'm trying to learn how to edit .apk files,
So after a bit of reading I got dex2jar working, and now I can see the actual code with jd-gui.
1. How can I edit the classes that are in jd-gui?
2. How can I repack everything to a .apk file?
Thanks.
Click to expand...
Click to collapse
That's impossible. Only reading, no reassembling. For editing you need to learn Smali.
Sent from my GT-I9100 using XDA App

resize

how i need resize a launcher or other things
kaassaus said:
how i need resize a launcher or other things
Click to expand...
Click to collapse
Please use the 'search' tool..
Plus VigiDroid recently typed a guide for resizing .xml's.
A real dev should know what to do instead of opening these useless threads.
You shouldn't be too harsh to him. He was either unsure or confused on what to do.
XDeveloperX said:
You shouldn't be too harsh to him. He was either unsure or confused on what to do.
Click to expand...
Click to collapse
Look at the other threads he have opened. The answers to all his questions are just somewhere at XDA (I think he can imagine that) so the next step is using the 'search' tool.
I think everyone can do this.
Sent from my HTC Wildfire using Tapatalk
Resizing
Here's the link for the thread:
http://forum.xda-developers.com/showthread.php?t=1296554
mrweqa said:
Here's the link for the thread:
http://forum.xda-developers.com/showthread.php?t=1296554
Click to expand...
Click to collapse
I was traying resize rosie.apk but nothing i was in the values-mdpi file
Sent from my HTC Wildfire using XDA App
kaassaus said:
I was traying resize rosie.apk but nothing i was in the values-mdpi file
Sent from my HTC Wildfire using XDA App
Click to expand...
Click to collapse
Wait did you even read my guide...? Nothing about values-mdpi... If you read the guide correctly you would learn that to resize you have to edit the values in xml files in /res/layout or /res/layout-mdpi or /res/layout-port or /res/layout-land
And it doesn't just happen all correctly with one change of a file and majority of the time when you change something you notice nothing has changed, this happens to me all the time, it just takes patience to get it right!
VigiDroid said:
Wait did you even read my guide...? Nothing about values-mdpi... If you read the guide correctly you would learn that to resize you have to edit the values in xml files in /res/layout or /res/layout-mdpi or /res/layout-port or /res/layout-land
And it doesn't just happen all correctly with one change of a file and majority of the time when you change something you notice nothing has changed, this happens to me all the time, it just takes patience to get it right!
Click to expand...
Click to collapse
@VigiDroid
Sorry my friend but i must correct you the .xml files that you must edit are not in the res/layout or res/layout-mdpi folder they are indeed in the res/values and res/values-mdpi folders unless i'm mistaken but as i resized your lockscreen for SenseOnFire rom those were the .xml files i edited
stevie67 said:
@VigiDroid
Sorry my friend but i must correct you the .xml files that you must edit are not in the res/layout or res/layout-mdpi folder they are indeed in the res/values and res/values-mdpi folders unless i'm mistaken but as i resized your lockscreen for SenseOnFire rom those were the .xml files i edited
Click to expand...
Click to collapse
Are you questioning my experience? haha
Now you see it seems I have overlooked lockscreen (which is why I could not get it to resize) nearly every other app you have to modify the .xml files in the layout folder but as a general rule you should just go and look into every .xml file and try and note if anything might be related to a layout..
if have try apk manager but my java doing weard :S
kaassaus said:
if have try apk manager but my java doing weard :S
Click to expand...
Click to collapse
Try apktool, its better IMO, and whats wrong with java?
VigiDroid said:
Try apktool, its better IMO, and whats wrong with java?
Click to expand...
Click to collapse
Dont know little bit rear
and does it works on windows because when i open the file in winzip it only show a jar file
Sent from my HTC Wildfire using XDA App

Editing XML wierd characters

Hello!
I'm trying to edit one of the XML's of the S Health app so hopefully I can discover some way to hide some info from the widget. However opening the said XML file in Notepad++ gives me a bunch of weird characters.. How do I procede?
testmonkey1 said:
Hello!
I'm trying to edit one of the XML's of the S Health app so hopefully I can discover some way to hide some info from the widget. However opening the said XML file in Notepad++ gives me a bunch of weird characters.. How do I procede?
Click to expand...
Click to collapse
Hi,
You cannot just pull out the file and edit it. You need to learn to decompile it first and then edit. When done, recompile. Hope this helps ?
Sent from my Nexus 7 using xda app-developers app
Jishnu Sur™ said:
Hi,
You cannot just pull out the file and edit it. You need to learn to decompile it first and then edit. When done, recompile. Hope this helps ?
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Ahh I thought it was the same as when replacing images, just change the file in 7z and resign the app.
How would one go àbout the most easy/fast way to decompile? I am no developer, I just want to edit out some text that is displayed on a widget by removing a couple of ljnes in the XML (I guess), nothing fancy. I don't want to be installing SDKs and what not..
testmonkey1 said:
Ahh I thought it was the same as when replacing images, just change the file in 7z and resign the app.
How would one go àbout the most easy/fast way to decompile? I am no developer, I just want to edit out some text that is displayed on a widget by removing a couple of ljnes in the XML (I guess), nothing fancy. I don't want to be installing SDKs and what not..
Click to expand...
Click to collapse
The easiest way is this mate :
1. Download tickle my android.
2. Download java applet 6U25.
3. Framework.resapk and other abc-res.apk.
4. Run tickle my android and decompile.
Sent from my Nexus 7 using xda app-developers app
Jishnu Sur™ said:
The easiest way is this mate :
1. Download tickle my android.
2. Download java applet 6U25.
3. Framework.resapk and other abc-res.apk.
4. Run tickle my android and decompile.
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Thanks a lot mate

Categories

Resources