tdClock customization - MDA, XDA, 1010 General

hi, been using the special edition ROM which has tdClock app. Anyone know how I can customize the colour and size etc of it?
Many Thanks

Yas said:
hi, been using the special edition ROM which has tdClock app. Anyone know how I can customize the colour and size etc of it?
Many Thanks
Click to expand...
Click to collapse
The size is available when you go into the system/today/items and click options for the tdclock.
Now that's just raw size, the bmp for the font is in the windows folder, and there is no background bmp by default. But you can play around making other font bmp's for it to use as well as background bmps.

Related

Ubuntu font workaround

When using Ubuntu font many users see rectangles in different places, that don’t belong there. They come from the .notdef character which in that very font has a rectangle shaped outline. This character appears when the font doesn’t contain a character for the codepoint requested. It seems like some apps use codepoints different from usual spacing characters to show empty room: e.g. with launcher pro in the app drawer long names are shortened with an ellipsis after which those squares appear. The reason why using other fonts doesn’t show these squares is, that some fonts only have an empty space at .notdef, so no outline appears. One can verify this by using the DroidSansNotdef.ttf which I attach. There I’ve only added an outline to the .notdef character and you’ll get the same behaviour as with the Ubuntu font.
UbuntuAndroidfix.ttf has an empty space in .notdef so it isn’t visible. Nevertheless, this is only a workaround for a bug that’s somewhere else.
Edit: As shown below, the real reason is missing U-FEFF in the font, so it is a font bug. Attached you find all four styles (Ubuntu regular, italic, bold and bold italic) with the added character.
20.4.12 — New version: added spacing characters U-2000—U-200F to fix some more box-char appearances.
Basically after searching a bit more i found this workaround: http://forum.xda-developers.com/showpost.php?p=16895848&postcount=269 It seems better. But thank you anyway!
Of course this is better, it’s not only a workaround, it’s a fix.
I attach a new version of the fixed font with the added glyph. At least the Droid Sans that I downloaded from Google webfonts (to be sure that I have the latest...) doesn’t contain it.
Edit: Attachment removed, new attachment in first post.
Yeah thats right. But which program do you use to edit the font?
I used the Font Creator and the output size of the font is 312kb (instead of 335kb of the original ubuntu font). Your font is about 680kb. I used the droidsans.ttf from ICS platform (v1.0 build 114) and it did contain the glyph
I use fontforge and I'm doing font design in my spare time. But I've never thought about file sizes. I'll have a look at it later.
Sent from my GT-I5800 using Tapatalk 2
ggdu said:
I use fontforge and I'm doing font design in my spare time. But I've never thought about file sizes. I'll have a look at it later.
Sent from my GT-I5800 using Tapatalk 2
Click to expand...
Click to collapse
Nice Have you made a font?
I'm working on EB Garamond, my main project. I can't post a link yet, but you'll find it easily via google.
Sent from my GT-I5800 using Tapatalk 2
h i like the font. Nice!
The font is really good!
I love Greek & Ancient Greek letters in your font (i like the curves) but italic Greek just isn't my type. I think it should be less space between some letters.
Great work
How to use it.. I am Kyrillos Rom v10.1..
pavankadam said:
How to use it.. I am Kyrillos Rom v10.1..
Click to expand...
Click to collapse
Just flash the v10.1.1 update.
kyrillos13 said:
Yeah thats right. But which program do you use to edit the font?
I used the Font Creator and the output size of the font is 312kb (instead of 335kb of the original ubuntu font). Your font is about 680kb. I used the droidsans.ttf from ICS platform (v1.0 build 114) and it did contain the glyph
Click to expand...
Click to collapse
I’ve found the reason for the bigger size. I’ve overseen to untick the old style kern table option. Now it’s only 273,4kb. I’ll upload it together with bold and italic.
kyrillos13 said:
h i like the font. Nice!
The font is really good!
I love Greek & Ancient Greek letters in your font (i like the curves) but italic Greek just isn't my type. I think it should be less space between some letters.
Great work
Click to expand...
Click to collapse
Thank you! The italic is far away from ready, especially greek and cyrillic still need alot of work.
pavankadam said:
How to use it.. I am Kyrillos Rom v10.1..
Click to expand...
Click to collapse
If you don’t want to reflash you can also use a font installer program like https://play.google.com/store/apps/details?id=com.jrummy.font.installer
kyrillos13 said:
Yeah thats right. But which program do you use to edit the font?
I used the Font Creator and the output size of the font is 312kb (instead of 335kb of the original ubuntu font). Your font is about 680kb. I used the droidsans.ttf from ICS platform (v1.0 build 114) and it did contain the glyph
Click to expand...
Click to collapse
Thanks so much for the fixed ubuntu font. Looks great on my Live with Walkman™. Can I make a request though?
I see the same box character on the attached font. Can you help me fix it like you did for the ubuntu font, please?
Thanks so much!
SoloRazr said:
Thanks so much for the fixed ubuntu font. Looks great on my Live with Walkman™. Can I make a request though?
I see the same box character on the attached font. Can you help me fix it like you did for the ubuntu font, please?
Thanks so much!
Click to expand...
Click to collapse
I will fix it tomorrow
SoloRazr said:
Thanks so much for the fixed ubuntu font. Looks great on my Live with Walkman™. Can I make a request though?
I see the same box character on the attached font. Can you help me fix it like you did for the ubuntu font, please?
Thanks so much!
Click to expand...
Click to collapse
You’re welcome!
The thing about the squares is, they show up wherever a glyph is found which doesn’t have a representation in the font. So it depends on where you see the box character. With the fixed Ubuntu font for example you’ll see many boxes if you want it to display Vietnamese because it lacks a whole block of multiple accented characters which will be added in a later development stage. The Droid fonts you attached will fail for many more languages because it only contains the code points of ISO-8859-1 which is oriented at western european languages (it doesn’t even contain a Euro symbol). If that is the problem, the simple fix won’t help you, one would have to know which characters you are missing to do something about it.
The second problem is: what is the license of the fonts? There’s no licence information so it’s not clear if one may change anything about the font.
There’s an Android logo font which contains the FEFF character and many more (incl. greek and cyrillic): http://forum.xda-developers.com/showpost.php?p=3771562&postcount=86 — perhaps this helps.
Thanks to both of you guys!
I can't remember which site I downloaded the font from but its really clean compared to the android logo font so I liked it.
New version as reaction on more box-sightings in the Kyrillos Rom thread. In fact the character U-2009 (thin space) was missing. I added the whole block of (non)spacing characters from U-2000 up to U-200F.
Non-vietnamese UI-elements should hardly show boxes again.
For downloads visit first post.
ggdu said:
I'm working on EB Garamond, my main project. I can't post a link yet, but you'll find it easily via google.
Sent from my GT-I5800 using Tapatalk 2
Click to expand...
Click to collapse
could you add these chars too:
ČŠŽčšž
i mean to EB Garamond font u made?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sent from Galaxy
Hercolubus Rom v 2.2
powered by
Hillbeasts test 002 kernel.zip
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rkoby13 said:
could you add these chars too:
ČŠŽčšž
i mean to EB Garamond font u made?
Click to expand...
Click to collapse
They are already present in the font. If you look at the specimen (https://github.com/georgd/EB-Garamond/blob/master/specimen/Specimen.pdf?raw=true) on p.3 you find a czech example that shows all three of them (at least in lowercase).
ggdu said:
They are already present in the font. If you look at the specimen (https://github.com/georgd/EB-Garamond/blob/master/specimen/Specimen.pdf?raw=true) on p.3 you find a czech example that shows all three of them (at least in lowercase).
Click to expand...
Click to collapse
thanks for reply & linky...i like ur font very much
edit: @ggdu....is the font itself avaliable for download allready?
that would be nice
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sent from Galaxy
Hercolubus Rom v 2.2
powered by
Hillbeasts test 002 kernel.zip
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

[Q] Change DPI or font size of a decompiled apk

Is there any way to change the dpi or font size of a particular app...
like for eg the font size on the google currents app is too big ...
and the whole feed is not readable we have to touch the feed to read the content...
so is there any way to decompile the apk and edit some values to change the dpi/font size
Bump....
Sent from my Blade using Tapatalk 2
vNa5h said:
Is there any way to change the dpi or font size of a particular app...
Click to expand...
Click to collapse
vNa5h said:
is there any way to decompile the apk and edit some values to change the dpi/font size
Click to expand...
Click to collapse
I'm actually also looking for this information myself, did you get an answer somewhere?
Depending on the apk you would have ever to change every text size entry in the apk to use a smaller one. If it also refs the base size's then you will have to change them in the base files as well
Wayne Tech Nexus

[Q] Font on Xperify Second Edition

I downloaded and installed [ROM][ALL MDPI][4.2.2] Xperify Second Edition |AOSP| |Xperia Z/i1 for Xperia Active (satsuma). Great ROM!
Only downside so far is the font, it's just not sharp, like missing cleartype on a desktop pc. It's most noticable on the letters H and B where the middle of the letter looks bold.
Is there any way to improve this?
petervdn said:
I downloaded and installed [ROM][ALL MDPI][4.2.2] Xperify Second Edition |AOSP| |Xperia Z/i1 for Xperia Active (satsuma). Great ROM!
Only downside so far is the font, it's just not sharp, like missing cleartype on a desktop pc. It's most noticable on the letters H and B where the middle of the letter looks bold.
Is there any way to improve this?
Click to expand...
Click to collapse
U can change font easily.
Just look back in in our themes and apps thread, there are some posts offering fonts to flash. Our search google.
U can also use a ftf fobt file from pc, and apply it via font changer app from market.
bejunk said:
U can change font easily.
Just look back in in our themes and apps thread, there are some posts offering fonts to flash. Our search google.
U can also use a ftf fobt file from pc, and apply it via font changer app from market.
Click to expand...
Click to collapse
Was looking to improve the standard font on the ROM, but now I've changed the font using .ROM Toolbox lite and this works.

[Q] How Themer is built?

Hi
I am curious on how a theme is built using Themer, correct me if I am wrong. In a very basic way, here is the way a theme is put together
1 - create wallpapers in Photoshop, at the right size and res, with all the info, icons shapes, you name it. This create a static image.
2 - Using Zooper Pro one places hot spots where we want something to happen,: open mail, show weather, numbers of miss calls, etc......
Is that OK , did I missed something?
Fizou
Fizou said:
Hi
I am curious on how a theme is built using Themer, correct me if I am wrong. In a very basic way, here is the way a theme is put together
1 - create wallpapers in Photoshop, at the right size and res, with all the info, icons shapes, you name it. This create a static image.
2 - Using Zooper Pro one places hot spots where we want something to happen,: open mail, show weather, numbers of miss calls, etc......
Is that OK , did I missed something?
Fizou
Click to expand...
Click to collapse
Hi, that is more or less correct.
Many new themes use a standard wallpaper so that users will have the option to change it without affecting the theme's appearance (such as text won't disappear).
Any one of Themer's built-in widgets can be used, not just Zooper, but you're correct in saying that hotspots are assigned to specific actions.
Lastly, icons can always be added if the designer wishes
Anything else you'd like to know?
ThemerSupport said:
Hi, that is more or less correct.
Many new themes use a standard wallpaper so that users will have the option to change it without affecting the theme's appearance (such as text won't disappear).
Any one of Themer's built-in widgets can be used, not just Zooper, but you're correct in saying that hotspots are assigned to specific actions.
Lastly, icons can always be added if the designer wishes
Anything else you'd like to know?
Click to expand...
Click to collapse
Thanks
I will give it a try, what is the best size/res for an HTCOne?
Fizou
Fizou said:
Thanks
I will give it a try, what is the best size/res for an HTCOne?
Fizou
Click to expand...
Click to collapse
Doesn't really matter, it's all completely up to you. We do recommend using a high-res wallpaper though if other users wanted to apply the theme, and they're using a 1080p resolution device.

[Q] Change Text Color in Buttons

How could I be able to change text color in buttons?
From the image, I tried changing the boxed text from '<item name="textColor">@color/primary_text_holo_light</item>', and creating my own drawable xml file to link it with that. Color change seems successful, but it also affects other holo white buttons as well (see image). I don't want it to happen, for it renders those buttons unreadable. Can you help me with this one? :angel: Thanks in advance!
BTW I am currently using Android 4.2.2 Jelly Bean.
kbadulis74 said:
How could I be able to change text color in buttons?
From the image, I tried changing the boxed text from '<item name="textColor">@color/primary_text_holo_light</item>', and creating my own drawable xml file to link it with that. Color change seems successful, but it also affects other holo white buttons as well (see image). I don't want it to happen, for it renders those buttons unreadable. Can you help me with this one? :angel: Thanks in advance!
BTW I am currently using Android 4.2.2 Jelly Bean.
Click to expand...
Click to collapse
cant you just set root explorer to use default device settings?
then use xblast tools from the xposed framework to change default system text colors.
Thanks for the help, but I found a solution. I tried to find a more specific string, and it worked! I was planning to theme this framework, and use it for my first Custom ROM, a clean one without any 3rd party app to change styles. Thanks again!
Sent from my Cherry Life using XDA Free mobile app

Categories

Resources