Help Translate - 8525, TyTN, MDA Vario II, JasJam ROM Development

I've read Schap's tutorial:
http://forum.xda-developers.com/showthread.php?p=1292350&highlight=resource#post1292350
Then i've installed Action Screen from HTC Touch Dual.
Well if i start app after installation, i don't see any message on top of action screen.
If make a new file HTCActionScreen.exe.0410.mui by copying HTCActionScreen.exe.0409.mui (my OS is in italian), i can see on the top: "Dial phone number or select a task below:"
So, i've downloaded resource hacker changed the string (only the string not string code!) in italian and saved into a new file called HTCActionScreen.exe.0410.mui, but nothing happens.
Why?
Wich is my fault?
Thanks for help

Related

Excel Version 6.1 problem

I am using the mUn cooked ROM 2.0.
When I create a spreadsheet with Excel I am having this problem after I close the file and try to reopen it "An error occurred while opening the file .... The file may be corrupt". Any ideas why this is happening and how can I fix it ?
Thanks a lot in advance.
You have to go to settings -> regional settings -> and on decimal symbol change it to a simple dot "."
and in the digit grouping symbol change the "." for a ","
jacare said:
You have to go to settings -> regional settings -> and on decimal symbol change it to a simple dot "."
and in the digit grouping symbol change the "." for a ","
Click to expand...
Click to collapse
Thank you but I tried your advise and unfortunately "no joy". Still the same problem. Any other ideas?
Well I had the same problem and did change those 3 fields for being equivalent with the original rom language (english)
I didn't had more corrupted files but couldn't fix the ones that got corrupted before...
jacare said:
Well I had the same problem and did change those 3 fields for being equivalent with the original rom language (english)
I didn't had more corrupted files but couldn't fix the ones that got corrupted before...
Click to expand...
Click to collapse
You were right, it worked. It does not fix the already corrupted files, but it does not create any new more. Thank you very much for the support. I dont know how to repay but you might have a look on my manual on how to disassemble your Trinity in this thread http://forum.xda-developers.com/showthread.php?t=311463
My best regards!

to change programs list in the launcher of htc home

i was searching every where for a way to edit the list programs in the launcher and i finally came up with my own method,,,, may be there are easier ways but then i missed it..
using registry editor( i use resco ) edit the lines in the hklm , software, htc, htc home, launcher
there are folders from 0 to 8 open.. they are listed according to the icons on the screen.. open them and create a new string value with name "path" and
string ,the program u want to use
eg: for one mobile note i used
Name--- path
string--- \windows\onenotemobile.exe
the string value depends where you have installed the program....
You can use gs finder to copy the path and then paste it in the sting box....
Problems
i found that i was unable launch programs installed in the storage card.( may be some error that i made) , so i made them appear in the start menu and then took the link from there and pasted it in the string value box....
eg: the link for a program that i use in my clinic daily , thomson clinical drug index, i use the link, \windows\start menu\thomson.lnk
Hope all this made some sense... if some one has found some cab or easier way to do this, please post it here....
Sorry for all the confusion and the mistakes that i made ( busy to edit them )
Hi
Maybe I misunderstand your question, but If you want to edit the program list, you must only select the last icon in the second row.
Now you can delete the app of your choice. Now, when the place is empty, you can press the placeholder and select the program you want from the appearing list.
That's all.
ROFL, dude, you took developing/programming to whole new level!
i am embarrassed. sorry

PB translating mui file

I've tried to translate the Esmertec_Java_20070802.2.1 in french.
After reading through the forum i unsigned the file (jbed.exe.0409.mui), modified it with resource hacker, and finaly signed it.
The PB is most of the words are cut even those I did not change ex : "jav" instead of "java" in the upper right corner, even those with the same length, ex : "o" instead of "oui" for "yes".
I looked into the jbed.exe file, unupx it, modified the language, upx it, and I still have the problem.
Does the problem come from reshack ? I read somewhere that resource tuner was better, without more precision.
I'm getting nuts.

Newbie Regedit question

in order to enable SPB smart scroll on my tilt WM6 (and disable touchflo) i have been following instructions to change a few registry settings. while most are easy i cannot figure out one of the steps:
2) Change HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\TOUCH\Driver Name to "PocketPlusTouch.dll"
i dont seem to have any "driver name" under the "touch" folder...
where do i find this?
btw- looking around i did notice a "driver name" under the "KEYBD" folder but i am guessing that isnt it.
under "touch" i have (Default), "Calibration Data" and "MaxCalError".
as to the "pocketPlusTouch.dll" file itself everything is allright i have the file and understand the steps, i just need help finding the aforementioned "driver name"
thank you.
the step is taken from here:
http://forum.ppcgeeks.com/showthread.php?t=13527&page=2
Try creating a new entry inside that key (not Dword, not binary. Text chain would be, wouldn´t it?). Must look somehow like this:
[HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\TOUCH]
"drivername"="pocketplus touch.dll"
(You need a registry editor. Resco is the best. But even the one included in pocket commander will do)
reg edit help
first off thanks for the speedy reply.
i understand from what you wrote that i need to create a new value in the touch folder (as oppose to a new key)?
when i try to create a new value it asks for the "type"...
i have no "text chain" in the drop down menu, only dword, reg_sz,reg_binary, and others.... what type do i put?
No english
I sometimes forget how to say smthng in English. Gezz
Create a new "String" entry, not a new key. I would like to help more, but I don´t have neither spb scroll nor a tilt
Good luck
Litov said:
i have the option to "add new value" (i am guessing this is the string you talked about. there are 3 entries : value name, value type and data.... what is the type?
reg_sz? reg_dword? reg_binary? reg_multi_sz? which one? there are another 10 or so.....
Click to expand...
Click to collapse
Sorry. went out 4 a while
reg_sz
value name is "drivername"
value type is reg_sz
value data is "pocketplus touch.dll"

[NEED SOME EXPERT INPUT] How to show a table from a website in vb.net

Hi Guys,
i'm working hard on a windows mobile application in visual studio 2008 (vb). What i want is that the application retrieve a table from a website.. based on user input.
for example there is a website.. where a text fiel exist wich is called country. when i'm filling that text field with United Kindom and push the button submit, the website is showing me a list of al the cars in the united kingdom.
But how can i fill that text field in my visual basic application and how can i show the results in my visual basic application?
I hope somebody can help me!
I would imagine you would have to go through the following steps:
1) Make form application in VB.net with some fields to put data in (text field select box)
2) Open the .txt file from the webserver
3) Parse the contents of the .txt file
4) Put the values that you parsed out of the .txt file into a select box or display them on the screen.
I'm sure if you have any programming experience you can find how to do this by looking at the documentation on the Microsoft website.
There is also a thread right here on xda-developers with great information sources: http://forum.xda-developers.com/forumdisplay.php?f=260
Goodluck!

Categories

Resources