|
H/PC Philosopher Posts: | 360 |
Location: | Vancouver, BC | Status: | |
| So? Do you really access the start menu from the windows folder that often?
I just know what the folders are by their location. Of course it helps to have spent the last 5 days digging through the OS...
Edited by Jax184 2006-10-23 7:10 AM
|
|
|
|
Administrator H/PC Oracle Posts: | 17,733 |
Location: | United Kingdom | Status: | |
| Jax184, if you need/would like anything from me or the site, please let me know and we will see what we can do to help your project.
|
|
|
|
H/PC Philosopher Posts: | 360 |
Location: | Vancouver, BC | Status: | |
| I'll be putting together a Sigmarion page on my website when the project's done, but it would reach more Sig owners if the patch information were posted here as well. A news entry and all that. Else few people will know it exists. |
|
|
|
H/PC Sensei Posts: | 1,330 |
Location: | North of England | Status: | |
| it would help me, which is why I started writing it. But it wouldn't help me that much, which is why I didn't see it through to completion
If it would help, I'll finish it off.
Are you going to be releasing the files to build this, as I'd love to have a play... |
|
|
|
H/PC Philosopher Posts: | 360 |
Location: | Vancouver, BC | Status: | |
| When I compile the next beta, I'll also put all the files from it into a folder so you can dig through them. Don't bother extracting them from the current beta, as it's got a few bugs. |
|
|
|
H/PC Sensei Posts: | 1,330 |
Location: | North of England | Status: | |
| marvellous, cheers  |
|
|
|
Administrator H/PC Oracle Posts: | 17,733 |
Location: | United Kingdom | Status: | |
| Keep us informed  |
|
|
|
H/PC Oracle Posts: | 16,175 |
Location: | Budapest, Hungary | Status: | |
| Quote chiark - 2006-10-23 11:18 AM
Oh, another thing! I started writing an application to keep the japanese and english "start menu" directory in sync. If you want to include this, let me know.
didnt takwu solve that in a very simple way? (hexediting ceshell mui )
http://www.hpcfactor.com/forums/forums/thread-view.asp?tid=3879 |
|
|
|
H/PC Philosopher Posts: | 360 |
Location: | Vancouver, BC | Status: | |
| If anyone's wondering what happened to me, I'm still working on the project.
I'm just being greatly slowed down by the fast that windows and all the programs for it are near universally incapable of handling japanese text. In the case of resouce editors, it truely is universal. I need to enter some japanese folder names into the MUIs, but every time I try it gets garbled.
If I ever figure out how to fix that, the language pack will resume development. |
|
|
|
H/PC Sensei Posts: | 1,330 |
Location: | North of England | Status: | |
| I know it's nasty, but could just using a hex editor do it for you? |
|
|
|
H/PC Philosopher Posts: | 310 |
Location: | Eastern USA | Status: | |
| The reason you can't completely convert it into english (like some system directories and the system error messages ) is because for some odd reason Windows CE 4.1 will not load the an MUI for coredll.dll no matter what you do. The OS does not seem to even let you replace coredll.dll with a copy shadowed in RAM. It still seems to always use the ROM one!  Even when you replace it with an english one, all of the coredll.dll dialogs like the file dialogs and system error messages are still in Japanese.  This seems to be a bug of some kind because useing MUIs with coredll seems to work just fine in Handheld PC 2000 and Windows CE 4.2. |
|
|
|
H/PC Philosopher Posts: | 360 |
Location: | Vancouver, BC | Status: | |
| We've established that.
My latest problem is the fact that I can't edit the MUIs for ANY files to add in japanese folder names, as none of the resource editors can properly handle japanese characters. They replace them with eather a string of question marks, or something resembling wingdings. |
|
|
|
H/PC Oracle Posts: | 16,175 |
Location: | Budapest, Hungary | Status: | |
| Quote chiark - 2006-10-31 6:55 AM
I know it's nasty, but could just using a hex editor do it for you?
did you see my last post in this thread? curious |
|
|
|
H/PC Oracle Posts: | 16,175 |
Location: | Budapest, Hungary | Status: | |
| Quote Jax184 - 2006-11-01 2:21 AM
We've established that.
My latest problem is the fact that I can't edit the MUIs for ANY files to add in japanese folder names, as none of the resource editors can properly handle japanese characters. They replace them with eather a string of question marks, or something resembling wingdings.
actually i think chiark's idea would work, copy the strings in hex, did you try it? is there anything more to it? |
|
|
|
H/PC Elder Posts: | 1,953 |
Location: | BC, Canada | Status: | |
| Yeah haha... I sorta disappointed chiark when I announced and released my fix on the Programs menu (just the Programs folder under the Start Menu, not the rest ). It solved the problem of getting the new shortcuts to show under that menu.
You can still use that MUI file posted on that thread, but I think it is already included in the lastest MUI release by matrixcore.
Jax,
yeah I'm afraid you might need to do it the hard way and use hex edit. Basically you can use Notepad (in XP ) and save the Japanese text in a Unicode file. Then Hex edit that file to find the hex code of the characters you want (be sure to ignore the extra bytes at the start and end of the file though ). Finally replace any text you want in the MUI file using the hex code.
But it's not always so simple: in some cases you might need to deal with some zero bytes in the character strings, otherwise the MUI won't be interpreted correctly. I did write a "hack log" for those hex edits I made, and sent it to matrixcore... Not sure if I still have that file though  If I can find it it should be some good examples of what you need to do.
*edit* Here it is! The not-so-secret hack notes of those MUI files. It's written in partial geek, so those of you not geeky enough don't worry if it doesn't make much sense Edited by takwu 2006-11-01 1:03 AM
Attachments ---------------- mui hack notes.txt (1KB - 10 downloads) |
|
|