Anyone have the uncompiled source with the .9.pngs in it so I can reference for guides with the draw9patch. Appreciate it.
Sent from my HERO200 using XDA App
this would be wonderful for people who just smack lines and dots into .9.png files
I don't think I exists
Is this what you want? View attachment 356249
I hope it helps.
Related
so i edited all .9pngs with gimp and didnt rename files, do i have to use the draw9patch an recompile them?
an if i do where do i put black markers at or can i just draw the patch all the way around?
You don't necessarily have to use draw9patch (see link here) I personally would because it's much much easier to see how the image will stretch.
As for where you put the black boarder's, check out some youtube videos on it - search "draw9patch tutorial" or "9 pngs android" to see it in action.
Right, and bottom are for input or content, and left/top define whats stretchable. At least that's what I believe it is haha,
Currently MIA for a few weeks - Sent from my HERO200 using XDA App
You need to take the .9 off before you edit with gimp. Then use draw9 for the patch work. There is a compiler for .9's in the Droid forums that I used to use; it works really well.
Sent from my HTC Hero CDMA using XDA App
i got em all optimized now but i missed a png
what png controls OK an Cancle buttons?
DubsideWICKED said:
i got em all optimized now but i missed a png
what png controls OK an Cancle buttons?
Click to expand...
Click to collapse
That one is sneaky. If someone doesn't post later ; I will this afternoon. I'm headed to school in a few.
Sent from my HTC Hero CDMA using XDA App
It is possible to merge elements from 1 then to that of another, simply? Or would I need to get into the apk and dig around? I
Sent from my ADR6300 using XDA App
20twins10 said:
It is possible to merge elements from 1 then to that of another, simply? Or would I need to get into the apk and dig around? I
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
Depends, if they're just icons/image .png's, then you can use 7zip to open the apk's and find what you want to move. If it's font colors and other items (XML edits), it may be a little more difficult than that.
20twins10 said:
It is possible to merge elements from 1 then to that of another, simply? Or would I need to get into the apk and dig around? I
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
if the themes are for the same rom you could do it. you will need to know what to look for so you can pick and choose.
All the themes are for cm7. Some are images, some are things like dialers and such.. if all of it can be done not having to use Linux then I'm fine with it.. ill have to crack an apk open and take a look..
Sent from my ADR6300 using XDA App
20twins10 said:
All the themes are for cm7. Some are images, some are things like dialers and such.. if all of it can be done not having to use Linux then I'm fine with it.. ill have to crack an apk open and take a look..
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
oh so they are cm7 theme chooser apk's. that makes it easier. if you decompile with apktool you can combined them. the xmls will show RGB color codes so you can see it more clearer. which themes where you trying to combined?
Newwavegb & mixer.. I like how newwave has tthe colored icons for the settings section, but mixer also has colored icons for all the smaller setting sections.. the dialer for newwave is a little bland, the solid black..
Is apktool Linux or windows?
Sent from my ADR6300 using XDA App
20twins10 said:
Newwavegb & mixer.. I like how newwave has tthe colored icons for the settings section, but mixer also has colored icons for all the smaller setting sections.. the dialer for newwave is a little bland, the solid black..
Is apktool Linux or windows?
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
its for both. if you want an easier way use apkmanager. its all runned by scripts. i learned how to edit with apkmanager then switched to apktool because i found it works better for me. but its up to the user. let me know if you need any help.
http://forum.xda-developers.com/showthread.php?t=695701
Please see the photo below with red rectangle highlighted.
Could guys tell me how to mod them or which file/documents will be involved??
with many THANKS
You got modify Systemui.apk for that purpose.
itsme_4ucz said:
You got modify Systemui.apk for that purpose.
Click to expand...
Click to collapse
Thanks Bro!!
Actually i know mod the systemui.apk, but i want to clearify what file will be involved.
Thanks Again
Yeah me too. I would like to know.
Sent from my SAMSUNG-SGH-I997 using Tapatalk 2
You can use Elixir app, along with VirutalKeys.apk to accomplish the same thing without modding anything.
Elixir link:
https://play.google.com/store/apps/...xLDEwMiwiY29tLmJhcnRhdC5hbmRyb2lkLmVsaXhpciJd
Virtual Keys link:
http://forum.xda-developers.com/showthread.php?t=1721864
Id rather do the mod. Its better hard coded into rom instead of apps.
Sent from my SAMSUNG-SGH-I997 using Tapatalk 2
Hello, i am trying to change the main PNGs (contacts, phone, messaging, etc...) and i cant seem to find the APK that stores them, can anyone help me with this!
I'm using JellyWiz
Thanks in advance.
Are you talking about the icons?
System/Apps
Open the APK with 7zip or alike, Open res folder, then drawable hdpi, then you find the png. Icon is 45x45.
That's how I got mine to change.
If you are doing anything more complex like editing the program itself, I believe you need to decompile and then recompile with APKtool.
Thanks for your help but what APK are they stored in?
Edit: sorry, I see what you're talking about, thanks
Sent from my SCH-I535 using xda premium
I'm looki to remove the arrows from a sense 4 HTCIME (Keyboard) if you can leas me to a tutorial or give me any ideas on what needs to be done or where I can start digging. I've been doing searches on google and nothing please help with any ideas, thoughts your time is greatly appreciated
Sent from my ADR6425LVW using xda app-developers app
I think you can't 100% do it as you don't have the source code. But if you're lucky and HTC has put some of these things in the apk's xml, then you might be able to do it.
First pull / copy the apk for the IME from the device, use apktool to extract and look at all the xml files to see if there are any tags / values for the keys and arrows. This is one approach. Another would be to modify the bytecode using smali / baksmali but those are too advanced stuff, you might have to spend a lot of time on that.
Why not just get any market keyboard that doesn't have the arrow keys?
ivoidwarranty said:
I think you can't 100% do it as you don't have the source code. But if you're lucky and HTC has put some of these things in the apk's xml, then you might be able to do it.
First pull / copy the apk for the IME from the device, use apktool to extract and look at all the xml files to see if there are any tags / values for the keys and arrows. This is one approach. Another would be to modify the bytecode using smali / baksmali but those are too advanced stuff, you might have to spend a lot of time on that.
Why not just get any market keyboard that doesn't have the arrow keys?
Click to expand...
Click to collapse
Cuz I love the layout and I have a themed HTC keyboard that I absolutely love and I want to keep..
Sent from my ADR6425LVW using xda app-developers app