increase the font size - Touch Diamond2, Pure General

Hi,
Even getting the user friendly keyboard(paid one) is not tough, but installing it on my HTC toudh diamond2 and getting worked is MUCH MUCH tough and it's annoying so much.
I have purchased and installed SBP keyboard full and it's working fine and I have forced to uninstall many other keyboards due to various issue which I have already posted in different thread (Uninstalled Resco, HappyTyping, TouchPal).
Now my font size is reduced for icons in all the screens. How to increase the font size for all the icons in Start Menu, Personl, System... even the Settings icons font is very small.
Please help on it.

In WM6.5 you can use TD2 Tools 3
http://forum.xda-developers.com/showthread.php?t=536410
By this program you can change standart windows menu, fonts size

Not resolved yet. Pls help.
arthurwork,
Thanks for your reply. I have alread have TD2 and now installed TD3. And in UI settings I have changed the default height and width from 800X700 tp 900X800.
Still it's same. the font is very small in my program screen, all settings screen.
After the installing TD3, only difference is the program has four icons in the row instead of three (even though Start Menu Icons per row is "3"). Now, I need to find out how to bring it back to 3 rows per row with the normal font size.
I have installed SIPchange.cab for defaulting the SPB keyboard and after that I am facing this font size issue. But unfourtunately I am not able to uninstall in SIPChange.cab. Whenver, I soft resetting the sipchange is running..i think this application is start running after every reboot. Do you have any idea what sip is for?
Please help to advice why the font/icon size is very small ONLY in All Settings, Programs.

Please help on this.
Can anyone help on this issue.
My screen is looking ugly with 4 rows and smaller font size. Don't know how to bring it back to the default one (3 rows with normal font size).
Tried with TD3/advanced config/ and no use.
Please help on this. thanks

michealjohn said:
Can anyone help on this issue.
My screen is looking ugly with 4 rows and smaller font size. Don't know how to bring it back to the default one (3 rows with normal font size).
Tried with TD3/advanced config/ and no use.
Please help on this. thanks
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=643299

fighter,
thanks a lot. that solved my problem.

Related

PPC Phone Edition - Accessability features

This is my first post and hopefully it raises an interesting issue.
I am partially sighted and have just got an XDA II. I really like it but I find some of the fonts in some of the applications to be rather small. I know about increasing Font size in Contacts/Calendars/Tasks etc. but I'm thinking more on the SMS/Email inboxes and on the Today screen.
In comparison I have used an SPV E200 which has accessability features available from the Settings menu. I had a large font homescreen set abd large fonts were used throughout the system - it made reading SMS's a breeze.
Is there a awy of increasing the font size througfht out all the applications as the smartphone seems to allow.
At a bare minimum I want to be able to create and read sms and emails using a larger font.
If the system font cannot be increased in these applications, has any one got suggestions for PPC PE applications that I can download and use.
I look forward to the responses.
Regards,
Mike
Yeah you can change everything, font sizes, colors,,, everything..
Download Nyditot Virtual Display (http://www.nyditot.com)
It has an appearance option much like the one in Windows 2000/XP

cLaunch mods for large icons (CAB and source included)

cLaunch is GREAT, but unfortunately it doesn't handle icons larger than 32x32 pixels all that well. I wanted to create a bunch of big 48px photo shortcuts (32 was just too small!). However, even with a 48px bitmap, cLaunch just crops to 32px and scales up to 48px. Results are not what I wanted, and ugly.
So I created a hacked up version of cLaunch (based on version 12.04, 11 Jan 2008) and I called it cLaunch_48px. It works just like the normal cLaunch does... The only difference is apparent if...
you set the icon size to 48 AND
have a 48px bitmap file as the icon
...it WILL show the entire 48px bitmap, without distortion. Your icon size should be set to exactly 48px in cLaunch, otherwise you will see the regular cLaunch behavior. Note: You can still use any size icons you want, you'll just get the default behavior. For example, I have one tab with 32px icons and another with 48px.
To use: download the CAB and install as normal. It can even coexist with an existing cLaunch installation. This version will share settings with any existing cLaunch installation so you won't need to do anything special to import. You do not need to remove your existing cLaunch, if you have it installed already. Use at your own risk so backup your \Windows\cLaunch.dat file just to be safe.
To hack--experts only: Source code included as zip (project/solution file is VStudio 2008). The only file changed from the original is main.cpp, included in zip (other than vstudio project files). FYI: If you want, you could create an even bigger version (such as 64px) modeled after this version (diff main.cpp with the original cLaunch 12.04 version)... I didn't do that here for two reasons (1) I didn't want 64px icons and (2) supporting both 48px AND 64px icons would use up too much memory.
If I get a chance sometime, I might actually provide a screenshot, but it won't look much different than a typical cLaunch screenshot, expect for nice and clear 48px icons.
Works great with go2contact (created by me).
Also, SUPER THANKS to the creators of cLaunch!
??????
Great Idea. I like claunch because of its small siZe, but I don't use it because of the small Icons. Tried the prog and it doesn't work. Icons remain at 32 even after I resized them. I can tell they are larger because it only shows a portion of it. Is there a setting somewhere that I'm missing?
Got IT
OOPs figured it out. Works Great. Thanks
_craig said:
cLaunch is GREAT, but unfortunately it doesn't handle icons larger than 32x32 pixels all that well. I wanted to create a bunch of big 48px photo shortcuts (32 was just too small!). However, even with a 48px bitmap, cLaunch just crops to 32px and scales up to 48px. Results are not what I wanted, and ugly.
So I created a hacked up version of cLaunch (based on version 12.04, 11 Jan 2008) and I called it cLaunch_48px. It works just like the normal cLaunch does... The only difference is apparent if...
you set the icon size to 48 AND
have a 48px bitmap file as the icon
...it WILL show the entire 48px bitmap, without distortion. Your icon size should be set to exactly 48px in cLaunch, otherwise you will see the regular cLaunch behavior. Note: You can still use any size icons you want, you'll just get the default behavior. For example, I have one tab with 32px icons and another with 48px.
To use: download the CAB and install as normal. It can even coexist with an existing cLaunch installation. This version will share settings with any existing cLaunch installation so you won't need to do anything special to import. You do not need to remove your existing cLaunch, if you have it installed already. Use at your own risk so backup your \Windows\cLaunch.dat file just to be safe.
To hack--experts only: Source code included as zip (project/solution file is VStudio 2008). The only file changed from the original is main.cpp, included in zip (other than vstudio project files). FYI: If you want, you could create an even bigger version (such as 64px) modeled after this version (diff main.cpp with the original cLaunch 12.04 version)... I didn't do that here for two reasons (1) I didn't want 64px icons and (2) supporting both 48px AND 64px icons would use up too much memory.
If I get a chance sometime, I might actually provide a screenshot, but it won't look much different than a typical cLaunch screenshot, expect for nice and clear 48px icons.
Works great with go2contact (created by me).
Also, SUPER THANKS to the creators of cLaunch!
Click to expand...
Click to collapse
Hi craig,
good job. Would you by any chance have an idea why claunch 1204 would show only a quarter of the icons (and what's worse, only a quarter of the setup menus) on VGA (x51v)?
Do you think there's anything to be done about it? I like claunch 1203 but there the icons are shown with pixel doubling and therefor very coarse.
cheers
kuifje
kuifje_xda-developers said:
Would you by any chance have an idea why claunch 1204 would show only a quarter of the icons (and what's worse, only a quarter of the setup menus) on VGA (x51v)?
Do you think there's anything to be done about it? I like claunch 1203 but there the icons are shown with pixel doubling and therefor very coarse.
Click to expand...
Click to collapse
Don't know much about 12.03 and what changed with 12.04. However, with 12.04, from what I could tell by the code: it's best to use 16 and/or 32 px icons/bitmaps (or 48 if you're running cLaunch_48px) and show them at their native size. Otherwise, scaling/cropping will occur.
craig,
I am only using this for shortcuts to regular apps with their own built-in icons. I suppose they are 32*32.
When I set the icon size to 16*16, i see the icon in normal resolution but only the upper left quarter of it.
When I set the icon size to 32*32 I still see only a quarter, but now with pixel doubling, instead of the whole icon in normal resolution. When I set the icon size to 64*64 I see the entire icon, with pixel doubling, but distorted at the bottom.
Also, the upper left corner of the icons is shown in the setup screen, and of the settings and options dialog (and ONLY those), only the upper left corner is shown (this makes it impossible to configure the settings, but I can still do that through claunch 1203 which I have installed also.
can you see anything VGA-related in the code?
Kuifje
I have installed the CAB file but when I go to change the icon size to 48, the icons appears tiled on my today screen. The icons are 32*32 and tiled in the allowed 48 icon size. Do I need to make changes to additional settings??
Hi,
I have a freshly purchased Ipaq 214, and i use to use Claunch on my Asus620.
the Ipaq is VGA, and i have same behaviour you mention, ie can only see quater of the configuration menu... which does not really allow to tweak the interface, and finally makes it unusable!
not to be too particular, but 48 point is too large. can you hackup another version that accept 36-40 pixel? thank you so much if you could.
cLaunch Settings
I am a little slow on how these things work outside of loading them and adjusting the settings so this could be me being dense, but I am hoping someone can help.
I just went from a Touch to a Touch Pro and when I loaded cLaunch it is tiny on the screen. When I go into the settings the left side of the screen has some info, and on the right some of the tabs are there but cut off, and I can't get to the other ones.
I have tried the version above as well as 12.03 (which says it is not a valid pocket pc app and can't be loaded) and 12.04. I have loaded cLaunch.dat into the windows folder and see my shortcuts on the screen but they are very, very small.
Is this a setting I need to change? I have been through all the settings I can think of. I love this app and would appreciate any help anyone can give me to make this work.
vincej said:
I just went from a Touch to a Touch Pro and when I loaded cLaunch it is tiny on the screen. When I go into the settings the left side of the screen has some info, and on the right some of the tabs are there but cut off, and I can't get to the other ones...
Click to expand...
Click to collapse
I'm having the same problem and I'm pretty sure that it's the touch pro has the TFT 480 x 640 px and the Mogul was 240 x 320 px (Half) I don't know much but I'm sure thats the problem. I'm having this same issue with a few of my old apps (Skyfire, Music ID, Claunch) I'm bummed Can anyone offer a tweak or solution?
bump please make a vga version
Pls a VGA Version.
It donĀ“t runs in my new HTC TOUCH HD
Many thanks,
Omnia qvga it does not work
It looks nice, but when I set the setting for icons to 48 icons are tiled. It does not show the full 48x48 icon when set to smaller size. I have not the tools to do it myself. Thanks for any help.
vincej said:
I am a little slow on how these things work outside of loading them and adjusting the settings so this could be me being dense, but I am hoping someone can help.
I just went from a Touch to a Touch Pro and when I loaded cLaunch it is tiny on the screen. When I go into the settings the left side of the screen has some info, and on the right some of the tabs are there but cut off, and I can't get to the other ones.
I have tried the version above as well as 12.03 (which says it is not a valid pocket pc app and can't be loaded) and 12.04. I have loaded cLaunch.dat into the windows folder and see my shortcuts on the screen but they are very, very small.
Is this a setting I need to change? I have been through all the settings I can think of. I love this app and would appreciate any help anyone can give me to make this work.
Click to expand...
Click to collapse
Hello
I'm new on this forum and would like to confirm exactly the same problems on my HTC Touch HD.
I've been using this software for years on my old MIO, but I must now move to another soft for my HTC.
Like other people in this thread, I really would like to come back to Claunch.
Any chance to get it upgraded ?
Many thanks for that wonderfull software.
I would like to have Claunch size 64
Hi,
I am very happy with Claunch size 48, but it would be better en size 64 : the friend of my mother had an AVC and he can't speak.
I put pics and shortcut to .mp3 : when he clic on one pic, the pocket PC read a little sentence.
He can use it in size 48, but it would be easier in size 64.
Many thanks for that wonderfull software.
Excuse my bad english, I am french....
Chantal
vga screen
it doesn't work with vga screen .. ie v900
it would be kind if it was possible to make it working for vga screen
many thanks
plus 1 on this if anyone can make a higher res icon version for wvga
would like to try this on the HD2 but icons are only a quater size with this version.
Can you get exe instead of today's plug in?
What i mean can we also jave claunch.exe which can be excuted from PPC as stand alon application instaed of today's plugin

New WM6.1 Today screen proposition

Hi!
I like wm6.1 standard today screen, I have all necessery informations in one place, but it is extremly not confortable to use it by fingers. So, maybe some can build today plugin like this, prepered by me in Fireworks. Positions are high twice, and letters fonts are bigger.
It's not a app or theme. Just go to: Options > System tab > Screen and change default text font size
yes, size jest but height no. I don't know how to make it bigger minimum twice.
Use WAD2 or M2D.

Fonts too small when installing hand.cab

I installed the hand.cab (handwriting cab) from somewhere on xda. However, the system fonts (soft keys, menu items etc) all seem to small (fonts within things like the SMS and email seem about right but that might be because I have large selected). I have gone into HTC Tweak and the Advanced Config software and changed the font to large but no joy. Although I didn't like the font that came with the HD that much, it was the correct size.
Any idea on how to make the 'system' fonts appear larger or is this an issue with the HD resolution.
try this one.
It worked on my HD
cool thanks mate
what is the font used in this cab? i would just like to install the font. thanks

How to fix Fonts?

After many weeks using my HD2 without any issues, suddenly the fonts of all my start menu shortcuts and folders got very small. No system setting I try to apply seems to change them. I also tried several apps to control font size (ING Font Change, etc) and it changes the sizes of all the fonts on my systems BUT the ones in the start menu that stay small. Is there a way to fix this?... cab with stock fonts, reg mod, or how can the font size be repaired to its proper size again?
Screens attached. Thanks for the input!
Fonts
The only fonts I've changed were in settings/, personalize/, font size/, Sorry thats all I've changed. It changes in some windows apps.
lquigley said:
The only fonts I've changed were in settings/, personalize/, font size/, Sorry thats all I've changed. It changes in some windows apps.
Click to expand...
Click to collapse
Correct, that changes some fonts in ceratin windows apps, tool and title bars but not where I needed it. There needs to be somewhere else where the info of these fonts is stored and can be changed!

Categories

Resources