I'm not sure wich is the correct place fot this question, so I'm posting in general section..
I'm theming a rom to make it look like AOSP..
I replaced rom's fonts with AOSP fonts extracted from a virtual device.. Texts now look like JB, but asterisc in dialer is out of place!
I can't decompile SemcPhone.apk to edit layout because apktool doesn't let me recompile it, even if I decompile and recompile without changing any file!
The only solution is insert sony's font asterisc into roboto font.. I tried to do that with High-Logic FontCreator 7.5 and I created an edited ttf, but fonts with accents (I.E: áéíòü) were gone!
Anyone can do this? Or knows about a tutorial? Or can teach me how to do that?
Related
How to change font color in status bar? date, time...
i think its in framework-res but which .xml file and how to edit this strange xml...
Sorry for noob question ;]
greets, pl_laszlo
q&a section
Wrong section.....your answers are in the android themes section
But these edits need to be mostly done in the services.jar and I think also in the android.policy.jar
Hi Guys,
I'm new here and this is my first post here, so be gentle with me.
I have a T-Mobile Pulse (Huawei U8220) that is running my own custom rom called J-MOD which is based on Android 2.1. The rom is working great but I want to try and solve a little issue that is niggling at me, it's not a show stopper nor does it cause any trouble etc...
When I open the wallpaper gallery I get 3 wallpapers and 11 empty slots, I am trying to add 2 more wallpapers to the gallery and remove the remaining empty slots, but I'm struggling to achieve this.
My ROM uses a themed version the Stock Android Launcher, I've decompiled the launcher.apk using APKTOOL and modified some XML files and tried to recompile the APK but I get loads of errors when I do this.
Do any of you guys know how to do this? Any pointers you can give me?
John Porter
Hi mates!
I made a theme for MIUI ROM in .mtz.
I'd like to create an selfextracting apk to post it in the APPmarket.
I think it'll be quite easy, 'cause it will only copy the themefile in the correct folder, or deleting it when uninstalling.
How shall I create it?
I found lot of guide, which suggest to use AppInventor, ApkManager, Eclipse and other stuffs...but I'm totally blind at the moment
push once, i have this question too
How to make miui theme ?
Hey guy, how are you ?
I am sorry to disturb you.
but i am looking for the thread of how to make miui theme .mtz files
I couldn't find any of it, until found your thread here.
I would like to know if you could please give me a link or tell me step by step .. how to make miui theme.
or...my need is i want to change miui dialer to my own designed. i want a glass style, so i want to make it and put it to my miui rom, or miui theme.
Could you please tell me the step to make miui dialer or miui theme ?
Thanks in advance...
Has anyone packaged it into an .apk for us to install? I can't seem to find it anywhere. Or is there another way to get it back onto my phone after flashing a ROM with a custom font?
http://attachments.xda-developers.com/attachment.php?attachmentid=668795&d=1311850459
The above font is slightly modified (modified as in added few Indian language scripts. Found it as an attachment to a thread requesting Indic language support. Might help.
The font is named "Droid Sans Fallback".
genieass said:
http://attachments.xda-developers.com/attachment.php?attachmentid=668795&d=1311850459
The above font is slightly modified (modified as in added few Indian language scripts. Found it as an attachment to a thread requesting Indic language support. Might help.
The font is named "Droid Sans Fallback".
Click to expand...
Click to collapse
And i just drop the .ttf in /system/fonts ?
Yes - you will need root access for that though. Also, I suggest you make a copy of the file already in there.
And of course, people say we need a reboot - pre WIndows ME style.
I just renamed the one already in there to DroidSansFalback.ttf.bak and then pasted the one you linked to. Did a reboot, but nothing's changed.
This is on Clean Fusion V3, if it matters.
I have spent days searching the internet and not found a single comprehensive tutorial on modifying an existing CM7 theme.
Specifically, I am looking for a step by step guide to extracting a theme's apk, replacing images within the theme, and recompiling the apk so that it will be usable in Theme Chooser.
To make this thread helpful to as many people as possible, I am asking that you be as thorough in your explanations as you can. Please do not leave out any steps, even if they seem obvious to you.
If there is already a thread with a fully detailed answer to this question, please direct me to it. Otherwise, I appreciate any answers you can give me.
See if this helps:
http://forum.xda-developers.com/showthread.php?t=964391
Instructions seem simple enough...
I used APKTool to extract the contents of a theme's apk to view it's contents. I am assuming that the the images in the extracted theme can be replaced and then the theme can be compiled and signed again using either APKTool or APK-Manager/APK-Multi-Tool...