FIX: Second position text size for 1933 rom's. - P3600 ROM Development

Sorry to open a new thread for that but in all the new rom's (1933) we have this problem.
The Second position text size in settings/system-Screen is the same like third (Default).
So somebody report the problem to me and i found the solution.
Cookers must change the d0b41563-b345-4444-aa15-986e7c7fff99.rgu in OS folder
for this:
[HKEY_LOCAL_MACHINE\System\GDI\V1\FontAlias]
"Tahoma:-9"="Tahoma:13"
"Tahoma:-11"="Tahoma:13"
"Arial:-14"="Tahoma:-12"
"MS Sans Serif:-13"="Tahoma:-9"
"Tahoma:16"="Tahoma:-13"
"version"=dword:9000c
To this:
[HKEY_LOCAL_MACHINE\SYSTEM\GDI\V1\FontAlias]
"version"=dword:2000c
"MS Sans Serif:-13"="Tahoma:-9"
"Arial:-14"="Tahoma:-12"
Also i make a cab for that.
Thank's

ausdim said:
Sorry to open a new thread for that but in all the new rom's (1933) we have this problem.
The Second position text size in settings/system-Screen is the same like third (Default).
So somebody report the problem to me and i found the solution.
Cookers must change the d0b41563-b345-4444-aa15-986e7c7fff99.rgu in OS folder
for this:
[HKEY_LOCAL_MACHINE\System\GDI\V1\FontAlias]
"Tahoma:-9"="Tahoma:13"
"Tahoma:-11"="Tahoma:13"
"Arial:-14"="Tahoma:-12"
"MS Sans Serif:-13"="Tahoma:-9"
"Tahoma:16"="Tahoma:-13"
"version"=dword:9000c
To this:
[HKEY_LOCAL_MACHINE\SYSTEM\GDI\V1\FontAlias]
"version"=dword:2000c
"MS Sans Serif:-13"="Tahoma:-9"
"Arial:-14"="Tahoma:-12"
Also i make a cab for that.
Thank's
Click to expand...
Click to collapse
yeahh, this is a workgroup! thanks...

Thanks ausdim!

Related

Intent Midlet Manager + GMail Font Size Fix ?

I have installed the latest Intent Midlet Manager available Here on my Universal with the latest Helmi_C WM6 Rom (v1.1).
But i get very small font sizes
Tried searching here but could not get a Fix
Anybody know how to fix this
the midlet manager seems to be for the wizard and not for universal. maybe it went wrong there....
do a hard reset and it should be normal.
is there a version (v.11) available for Universal.
Cause the default version cannot run the GMail app ?
I have soft reset it but does not work (a hard reset would remove the app)
pshetty said:
I have installed the latest Intent Midlet Manager available Here on my Universal with the latest Helmi_C WM6 Rom (v1.1).
But i get very small font sizes
Tried searching here but could not get a Fix
Anybody know how to fix this
Click to expand...
Click to collapse
You can add this key to fix.
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Tao\intent\conf\sys\ui\midp\vnd\font]
"stringfont"="andale,24"
"size"="24"
"labelfont"="andale,24,bold"
"alttextfont"="monotype.com,24"
Quote: Posted by pshetty: But i get very small font sizes Tried searching here but could not get a Fix Anybody know how to fix this :confused
There is a switch in the software. Open Midlet, open Gmail app:
Select... Menu < Goto < Settings
The "use small fonts" switch is enabled by default. Uncheck this, save, close the app and restart:
Font is still small but useable on Universal.
Excellent product if you need to access gmail wirelessly.
nncuong said:
You can add this key to fix.
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Tao\intent\conf\sys\ui\midp\vnd\font]
"stringfont"="andale,24"
"size"="24"
"labelfont"="andale,24,bold"
"alttextfont"="monotype.com,24"
Click to expand...
Click to collapse
Works Great ..... Thanks
pshetty said:
Works Great ..... Thanks
Click to expand...
Click to collapse
Thanks for the advice, however when I open the registry, the registry only up to [HKEY_LOCAL_MACHINE\SOFTWARE\Tao\intent\
then there's no further folder. Why's that?! Thanks!
tonyfung820 said:
Thanks for the advice, however when I open the registry, the registry only up to [HKEY_LOCAL_MACHINE\SOFTWARE\Tao\intent\
then there's no further folder. Why's that?! Thanks!
Click to expand...
Click to collapse
With your registry editor you have to add each of the folders mentioned in the post up to FONT, then you have to put in the four strings recommended into the FONT folder.

Advanced ext.rom config - del or move files from cmd line

Hi mates,
I'm currently modifying my ext.rom to install and configure every app I use, but also to configure windows itself. I managed to find a workaround for almost every issue I got, but I'm still stuck with one thing ^_^
Does anyone know a cmd-line tool to delete/move some files ?
So as I can include a batch in my extended rom installation, as I want my start menu re-organised.
Thank you for your answers !
niKo
I know copy and execute exe's but not delete or move, perhaps you could (if you program at all) write a very basic ppc app to move/delete the files and run that with extrom installation
I'm kind of a developper, but never tried myself to ppc world ^^
And.... I unfortunately miss time right now to learn that, so I would rather find a nice little .exe to do that for me
Thanks anyway !
lastnikita said:
Hi mates,
I'm currently modifying my ext.rom to install and configure every app I use, but also to configure windows itself. I managed to find a workaround for almost every issue I got, but I'm still stuck with one thing ^_^
Does anyone know a cmd-line tool to delete/move some files ?
So as I can include a batch in my extended rom installation, as I want my start menu re-organised.
Thank you for your answers !
niKo
Click to expand...
Click to collapse
After disassembling autorun.exe I found some interresting strings which would seem that besides the known commands:
Show
Exec
cab
copy1 and copy2 (copy&paste)
Lock
Reset
It could also delete, and some more usefull stuff:
Code:
(Ignore the "a"; its added by the disassembler)
aAutoruncfg 000160CC
aAutoruntype 00016618
aBkl1 000165F0
aCab 00016190 ; install Cab
aComm 000160E4
aComm_0 00016654
aCpy1 00016160 ;copy
aCpy2 00016154 ;paste
aDelete 0001601C
aDelloadvdiskfl 00016630
aDisabled 000162F0 ;Flag
aEnabled 000162E0 ;Flag
aExec 00016178 ; execute an EXE
aExtended_romAu 00016090
aForceremove 00016040
aHide 0001613C ;Hides installer, depends on enabled and Disabled
aLock 00016148 ;Lock unit during install, depends on enabled and Disabled
aNoremove 0001602C
aNouiS 00016288
aOpen 000162C8
aProgramFilesTo 000161A0
aReset 000162D4 ;flag trailing "RST"
aRst 0001616C ;reset command depends on "Reset"
aS 0001627C
aSLoadvdisk_lnk 00016528
aShow 00016184 ;show background image during install
aTurnradioflag 000165FC
aVal 00016058
XML:
Is another command, usage, unknown
Hope these strings help you building your perfect extended Rom.
You could Write a testfile eg.: test.txt and test2.txt to your extended rom of your device (because this file stays during hard reset), make a config.txt only containing the line:
Code:
Forceremove: \Extended_ROM\test.txt
Delete: \Extended_ROM\test2.txt
Otherwise try:
Code:
Exec:\windows\DeleteFile.exe \Extended_ROM\test.txt ; <- this one most defenatly works!!!
TESTED on Faria's AKU 3.3 V2
the-equinoxe said:
After disassembling autorun.exe I found some interresting strings
Click to expand...
Click to collapse
Very interesting indeed ! But unfortunately I couldn't manage to make them delete my files..... What I tried :
Forceremove:Enabled
Delete: \path\file
Forceremove: \path\file
None of that worked out.
the-equinoxe said:
Otherwise try:
Code:
Exec:\windows\DeleteFile.exe \Extended_ROM\test.txt ; <- this one most defenatly works!!!
TESTED on Faria's AKU 3.3 V2
Click to expand...
Click to collapse
THIS IS THE FILE I NEED !!!! It looks like it's not a standard OS file, I guess Faria had it integrated into a cooked rom, so..... PLEASE ! anyone having that rom could send it to me ?
Thanks for your answers, it's been very helpfull.
lastnikita said:
Very interesting indeed ! But unfortunately I couldn't manage to make them delete my files..... What I tried :
Forceremove:Enabled
Delete: \path\file
Forceremove: \path\file
None of that worked out.
THIS IS THE FILE I NEED !!!! It looks like it's not a standard OS file, I guess Faria had it integrated into a cooked rom, so..... PLEASE ! anyone having that rom could send it to me ?
Thanks for your answers, it's been very helpfull.
Click to expand...
Click to collapse
I have build you an installation Cab.
Good Luck!
Thanks a lot mate
If one day you need help with anything, just let me know.
Cheers
Glad to be at service.
That is what this forum is all about: spreading and sharing knowledge and helping eachother..
We are all a bunch of hippies
(well almost..)

[FAQ] Interface problem after Porting 96 DPI into I780 ROM

Hey All,
I've used 96DPI rom of CHT9000 and ported it into I780 Rom, after flashing, I found that the interface was not full-screen. Can anyone help me solve the problem?
The porting method:
Remain All OEM packages, *_DPI_128* Folders.
Seems like the centring is off.. try changing the provxml file or rgu file with "shmetric" .. I don't have my files with me now so I can't give you any more details
inertiax3 said:
Seems like the centring is off.. try changing the provxml file or rgu file with "shmetric" .. I don't have my files with me now so I can't give you any more details
Click to expand...
Click to collapse
Thanks, Inertiax3. "shmetric" string is only in "Base_DPI_128" folder, I've compared the files, and they are same. So, the problem is not due to "shmetric"....But still thanks for your assistance.
I wonder some chef has occurred same problem.
saxon8506 said:
Thanks, Inertiax3. "shmetric" string is only in "Base_DPI_128" folder, I've compared the files, and they are same. So, the problem is not due to "shmetric"....But still thanks for your assistance.
I wonder some chef has occurred same problem.
Click to expand...
Click to collapse
Saxon, is only the control panel faulty? If so, can you only change the corresponding cpl file?
inertiax3 said:
Saxon, is only the control panel faulty? If so, can you only change the corresponding cpl file?
Click to expand...
Click to collapse
No, Inertiax, All the programs (eg, SMS, Control Panel, Program Panel) seems to be 240 *240, can not been full-screen, but after you click the SIP icon twice, the interface could be full-screen.

question to the rom cooker

hi chiefs,
i have 3 questions:
is it possible to deactive the touch calibration on the first start after flashing?
is it possible to edit the rom date in the "info" under the setting option?
how can i edit the date witch was displayed on the first start?
sorry for my bad english
To deactivate the calibration requires deactivating a package called Welcome Center which includes setting the time-zone, and the time and date.
skipping calibration is very simple... search under SYS folder the link (remember just the link!) "welcome" & remove it
then add whatever you want these couple of reg entries:
[HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\TOUCH]
"CalibrationData"="488,502 791,181 795,825 183,827 180,178 "
"MaxCalError"=dword:00000008
[HKEY_LOCAL_MACHINE\Software\Microsoft\Welcome]
"Disable"=dword:FFFFFFFF
this will auto-setup the calibration phase even if the screen will appear mis-aligned on next reboot it will be OK
for the other questions is possible for sure... but I never modded them
suiller said:
skipping calibration is very simple... search under SYS folder the link (remember just the link!) "welcome" & remove it
then add whatever you want these couple of reg entries:
[HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\TOUCH]
"CalibrationData"="488,502 791,181 795,825 183,827 180,178 "
"MaxCalError"=dword:00000008
[HKEY_LOCAL_MACHINE\Software\Microsoft\Welcome]
"Disable"=dword:FFFFFFFF
this will auto-setup the calibration phase even if the screen will appear mis-aligned on next reboot it will be OK
for the other questions is possible for sure... but I never modded them
Click to expand...
Click to collapse
thx for the information
i used the new ervius kitchen 1.3, where can i edit the registry with the kitchen?
where you prefer... for example into the boot.rgu
suiller said:
where you prefer... for example into the boot.rgu
Click to expand...
Click to collapse
thx, i will try it
is there any kitchen which is better than ervius?
not really... they use the same concepts/apps to extract/assemble various things
it depends just by your tastes...

Reading Chinese with TP2.

Hello All.
Here is the package that I used to read traditional and simple chinese in my
Touch Pro 2.
These are the best font and size that I find works the best for my TP2 using
WM6.1.
Instructions are in the attachment.
Enjoy.
http://rapidshare.com/files/274928187/TP2_Chinese.rar
thanks for sharing,do you have one for wm 6.5????
This one will also work for WM6.5
integrate into registry????
I would like to install this font also...can you explain what you meant by integrate into registry or paste an example. Sorry for my elementary question...I am still new at this. Thanks in advance for your help.
Can anyone verify if this works? Tired of seeing little squares in MSN Messenger!
OMG! Thank you so much! I've been searching for an easy way to get Chinese font on my TP2. This works great. My Chinese and Japanese MP3's are now readable. No more square "text".
Would you happen to know a solution for Korean font?
I just noticed that my date/time is now in Chinese. Is there a way to keep that in english?
I assume the cab is making the necessary fontlink and registry changes to switch the system font.
Newbie here so please bear with me if my question seems off but I've been reading here and google for the past few hours and still couldn't figure out on the installation instruction.
Here's the installation instruction from the download folder:
1. Copy wince.nls into /windows Directory.
2. Install Chinese Cab, Do Not Restart
3. Integrate the registry file
4. Restart.
I have installed SPL and copied the #1 wince.nls file into the windows directory but am now completely lost on #2 as there's no .cab file from the download folder?
About #3, how do you integrate the registry file?
Thanks in advance.
Yeap... how to integrate the registry? Btw, i can read and type chinese in notepad or sms. but, when i view something like bible or facebook application, the fonts become "square box with a question mark" inside? Any help?

Categories

Resources