Related
I see many threads on this forum regarding WM6 version in other language than english (ea. Italian, German, Spanish, etc.). Any one can help us (italian/german/spanish guys) to make a WM6 rom in ours language?
I see that on Tytn forum a french guy make a translation in french of WM6 using mui from emulator image.
I (We) need to know:
- how to exctract .mui file from emulator image? --> DONE! (see below)
- what .mui file we need from emulator image?
- what file need to be translated (ea. initflash/*.rgu) and how translate that?
- how add (where?) .mui file to a rom or rom kitchen?
HOW TO EXTRACT .mui file from emulator image
Original thread by Bram87 can be found here: http://forum.xda-developers.com/showthread.php?t=307968
Code:
How to dump the wm6 files
1- Dowload the images that you want here:
http://www.microsoft.com/downloads/details.aspx?FamilyID=38c46aa8-1dd7-426f-a913-4f370a65a582&DisplayLang=en#filelist
Available languages are:
0404 CHT Chinese Traditional
0804 CHS Chinese Simplified
0405 CSY Czech
0406 DAN Danish
0413 NLD Dutch
0409 USA English
0407 GER German
0408 ELL Greek
040b FIN Finnish
040c FRA French
040e HUN Hungarian
0410 ITA Italian
0411 JPN Japanese
0412 KOR Korean
0414 NOR Norwegian
0415 PLK Polish
0416 PTB Portuguese Brazil
0816 PTG Portuguese Portugal
0418 ROM Romanian
0419 RUS Russian
041b SKY Slovak
0c0a ESN Spanish
041d SVE Swedish
041f TRK Turkish
2- Install them in your computer.
3- Take the image that you want from the installation folder.
For example, if you have downloaded the images for NLD language look in the folder "C:\Program Files\Windows Mobile 6 SDK\PocketPC\Deviceemulation\0413":
The image for Hermes is: PPC_NLD_GSM_VR.BIN (I'm not 100% sure)
- Download Tadzio's imgfs excelent tools in:
http://forum.xda-developers.com/showthread.php?t=298327
- Unzip the tools along with the image in any folder.
- Rename the image to A.BIN (to make the next commands easier to type).
- Open a D.O.S. command window and perform these commands:
> NBSPLIT -emu A.BIN
(it generates two files: A.BIN.EXTRA and A.BIN.PAYLOAD)
> IMGFSFROMNB A.BIN.PAYLOAD IMGFS.BIN
(it generates the file IMGFS.BIN)
> IMGFSTODUMP IMGFS.BIN
And that's all. Files are dumped in /Dump directory
Any help is apprecieted.
Any one can make a simple "how to" to start the translation project?
I hope that with some help I (We) can make WM6 rom in other languange...
Slump
same here, there is no prob. 2 extract lang dependant files. U will need all Lang packages from emulator ( ...Lang_0409 or your language code) so at the en U have folders like OEM_Lang_0409, Phone_Lang_0409 .... (0409=WWE) Next step is initflashes.dat (in OEM_Lang_XXXX) and *.rgu files. Here i'm stuck. DOnt know how.
After that u simply replace packages in rom dump and compile rom.
I don't have any experience with the technical stuff that you're telling. But I want to help you by doing the dutch translation.
If you gave me the files I need to translate I will do it.
On another thread Anichillus wrote:
Code:
For start : I didn't do this yet, or at least not this way.
Now, in the following days i will try and do it too and if i succede I will provide you guys the full step by step tutorial, because so many have already requested it and it's driving me nuts already
I wouldn't want the OS in my native language ...but hey, it's a test and i love tests.
I am thinking that this is the easy way to do it :
1. get ahold of the .mui files for your language
2. get a rom of your choice
3. rename your .mui files so that you can replace the ones in the rom (not necessarily)
4. edit carefully the iniflashfiles.dat (just save, last line blank an delete first 2 bytes FF FE with winhex)
5. edit the .hv files - > this is a pain in the ass because all directions to
windows\program files\...for example...should be changed acording to your language or they won't work
I guess you should edit the :
6. boot.rgu and boot.hv also because they also contain directions to original language system paths - theese files are in XIP
and that should be it ... if i didn't missed any parts
This is the original thread: http://forum.xda-developers.com/showpost.php?p=1289893&postcount=23
Ciao Slump
I tried to make a german one.
I copied all mui files from terra dump - sys and oem folder - and renamed it to 0409 - so i don´t have to change all registry settings.
But without editing the rgu (.hv) files it doesn´t boot.
SO like anichillus say - you will have to edit the boor.rgu also.
Big projekt.
I work in the moment on the same!
WWE means World Wide Edition :-> but the most time it is in English, only some Smartphones have all Language!!!
My way to see the different betwen any Language are:
Extract any examples of simulare Roms! The easyest way are the Microsoft Rom Images from Emulator with tadzio's tools.
Compare the Dump Folder -> you see all different rgu dsm mui and dll files! Yes you read right! MUI and RGU are not enough!
Compare all Registry Hives -> you found a lot of different entrys and you can see, some Programs need Regkeys to switch to a other Language. The Basic switching are over MUILang= key.
Some RGU Files have different settings.
Here the different in the Registry Hives!
Here the different in the Dump Folder!
My Problem is in the moment ... i cant create my own working Emulator Image! Some troubles if i want build the working Rom. But to develope is the Emulator the best way! Its the only way to have a debug screen and you can see missing files etc ... :-/
Next Problem ... if i insert the different files in a Prophet Rom ... some settins are missing -> Stuck at Splace Screen 2 and ... no ... initfiles.dat is not wrong :-( i have try some different way to test my files ... use a working rom and copy over activsync the new files (this work) after that i change the MUI settings in the registry -> reboot -> stuck an Splace screen 2 after set the MUI settings :-/
Next Rom i use a Example are Roms from Startrek. They can switch betwen 8 languages. This is my goal! To create a Rom Based an the switching future from Startrek and store all language in the ext_rom. But in the moment ... i think its imposible. Some cooking tools can extract a emulator rom image but cant build a new on and the next point is the debuging port to see errors. without them its impossible to create a working rom ........... ARGL HAR GRRR ZZZOOOOTTTTTT
hi there.
im from germany and i would like to help.
Anything what I can do to make it work?
keep on going, great work
Greetz
Win****
Well, did somebody make some progress. Currently I'm also working on an localized Rom. I used the package tool from Bebe for it.. but now I got stuck. So, some progress/tips?
papamopps said:
I tried to make a german one.
I copied all mui files from terra dump - sys and oem folder - and renamed it to 0409 - so i don´t have to change all registry settings.
But without editing the rgu (.hv) files it doesn´t boot.
SO like anichillus say - you will have to edit the boor.rgu also.
Big projekt.
Click to expand...
Click to collapse
what exactly you are trying to say.. what needs to be intact in boot.rgu?
hex edit may help?
i can imagine, that mui needs to be edited, somed .rgu's and hexes in some programms and OS dlls.. What else?
I cant understand why using emu files....to find complete method without many flashes of machine?
im working...
Im working on a ESN 6.5 rom...
based on a stock (and some things stolen from the "moonspell" esn :$ wanna thank the creator of the moonspell)
the point is...
the links from the oem apps are broken, just rapidshare one is wornkig...
bur rapidshare sucks.
almost 20 minutes to download a 50 mb rar. ¿WTF?.
Ah! i almost forgot...
thanks for the "how to" and the "ordered" steps in the kitchen...
just amazing.
Dear Friends,
I want to change my ROM (AKU3.3.13) because lack of main memory and i don't want some install program such as Live Update or... I want to change my ROM. and so I want to change my Ext_ROm
anyone can describe easily How can i do it?
I search the forum but I don't find suitable TOOLS and guide for AKU3.3.13 (WM5)
Please help me and tell me compltely software I needed for cooking (changing) ROM and ext_Rom and easily help.
Thanks
+4mb from non used app.
ebaskar said:
Dear Friends,
I want to change my ROM (AKU3.3.13) because lack of main memory and i don't want some install program such as Live Update or... I want to change my ROM. and so I want to change my Ext_ROm
anyone can describe easily How can i do it?
I search the forum but I don't find suitable TOOLS and guide for AKU3.3.13 (WM5)
Please help me and tell me compltely software I needed for cooking (changing) ROM and ext_Rom and easily help.
Thanks
Click to expand...
Click to collapse
YEah i would like to get rid of some programs or applications i never used! Windows update, streaming media, calculator (as i use a 3rd party one), internet sharing... if i get 4mb free i could increase page-pool and reach 12mb
thanks in advance
why do you want to increase page pool size to 12 mb, the default is 12 in official rom and we decrease it to get more RAM, and it does not need more space to increase it
ebaskar said:
Dear Friends,
I want to change my ROM (AKU3.3.13) because lack of main memory and i don't want some install program such as Live Update or... I want to change my ROM. and so I want to change my Ext_ROm
anyone can describe easily How can i do it?
I search the forum but I don't find suitable TOOLS and guide for AKU3.3.13 (WM5)
Please help me and tell me compltely software I needed for cooking (changing) ROM and ext_Rom and easily help.
Thanks
Click to expand...
Click to collapse
nobody can help us?
use IMGFS tools,
about the EXT rom use win Image
it is described here in so many web pages if you use search you can find a lot
paradis_pal said:
why do you want to increase page pool size to 12 mb, the default is 12 in official rom and we decrease it to get more RAM, and it does not need more space to increase it
Click to expand...
Click to collapse
Please describe more...after I install AKU13 the free main memory was about 30MB and after I install some program suck as SPB and ...in storage card and main memory it is decreased to 20 MB.. I know that Operation System (WM5) installed in main memory IF i can unistall some program that I don't use in AKU3 it means the main memory is increased...am i true? if not please help...help about Memory in PPC.
I searched the software u say...but I can't understand because they use WM6 and my operation system is AKU13....please help more.
thanks
no not like that
please see the wiki how to cook a rom, and edit WM5 (it is the same as 6) and if you have any difficulty I can help with it
I can't explain all how to cook a rom.
ask particular question, not common question
but you will find all your need in the WIKI and the forum, if you can't find I will help
IMGFS 1.82 beta
paradis_pal said:
no not like that
please see the wiki how to cook a rom, and edit WM5 (it is the same as 6) and if you have any difficulty I can help with it
I can't explain all how to cook a rom.
ask particular question, not common question
but you will find all your need in the WIKI and the forum, if you can't find I will help
IMGFS 1.82 beta
Click to expand...
Click to collapse
Dear Friend,
I want to remove :
contact Backup
Internet Sharing
Terminal Service Client
VNC Viewer
Windows Live messenger
windoes Live
...
from my AKU3.13 for increase size of main memory
Please Help
that will not increase the meomory, only you will have more useless space in the ROM you can;t use
or it may free the memory if you load them in the memoery (i.e. you run them or they are in startup programs, or they just ran in memory, like windows live messnger)
use taskmgr 2.7 to know what files in the memory and what services are runing, disable and close all useless programs and services and you have more free memoey
in the memory program how much total memory do you have?
in 12 mb pool size you will have 44.07 I think
in 8 mb pool size you will have 48 mb total memory and it is nothing to do with the ROM or programs in the ROM
I'm busy right now but I'll chek the ASERG 3.3.13 page pool for you ok, I did cook a room but for my needs 6 mb page pool size
I can't put room in the site I have dail up connecton very bad, slow and expensive becasue of the problem in the network as they told me, but as you from IRAN I asume you know about the internet her in SYRIA
sorry I wrie this too fast I forgot what I did write
Thanks for ur reply dear palestinian user.
If we can change the ROM, we can install more useful program in ROM then we don't need to install them on main memory or storage card.
I don't know about Internet in Syria. but I love Qods, Hezbollah and seyyed Hasan nasrollah
this why you need how to cook a ROM,
use IMGFS 1.82 for delete and add files
and use rgucomp for edit registry
see the wiki how to cook a ROM
paradis_pal said:
this why you need how to cook a ROM,
use IMGFS 1.82 for delete and add files
and use rgucomp for edit registry
see the wiki how to cook a ROM
Click to expand...
Click to collapse
Dear Friend
I read all post about cooking ROM, but all of them are about WM6.
My main Question is:
1- How to change(cook) WM5 Rom (jamin) AKU3.13 ?
2- I use IMGFS but how can i access to the files and program that be in OS.nf file? to delete or add some of them.
3- BUILDOS.exe required in wiki said ! I don't find this file in this site !! and in the COOKING PACKAGE
so would u plz help me to cook AKU3.13 ROM for my Jamin (personal ROM)
Thanks
ebaskar said:
Dear Friend
I read all post about cooking ROM, but all of them are about WM6.
My main Question is:
1- How to change(cook) WM5 Rom (jamin) AKU3.13 ?
2- I use IMGFS but how can i access to the files and program that be in OS.nf file? to delete or add some of them.
3- BUILDOS.exe required in wiki said ! I don't find this file in this site !! and in the COOKING PACKAGE
so would u plz help me to cook AKU3.13 ROM for my Jamin (personal ROM)
Thanks
Click to expand...
Click to collapse
Hey i cannot find the wiki how to cook a rom any help? i just saw that FARIA thing. I'd like to port a rom from wizard
use the following:
1- prepare_imgfs.exe os.nb -nosplit
2- viewimgfs.exe imgfs_raw_data.bin ((((edit the files as you need in the dump folder))))
- or you may use addfile or delfile like this
DelFile.exe filename.ext (dependes on the file name and ext for example camera.exe)
AddFile.exe filename.ext (for example camera.exe newer version but put it in the same folder of ASERG rom to add it)
3- BuildImgfs.exe (if you edit files in the dump folder only)
4- make_imgfs.exe os.nb -nosplit
5- edit the folder ExtRom as you need you may delete the Russain keyboard
6- run Upgrade_rom.bat
and wish me best of luck as I have only bad luck if you find me useful
paradis_pal said:
use the following:
1- prepare_imgfs.exe os.nb -nosplit
2- viewimgfs.exe imgfs_raw_data.bin ((((edit the files as you need in the dump folder))))
- or you may use addfile or delfile like this
DelFile.exe filename.ext (dependes on the file name and ext for example camera.exe)
AddFile.exe filename.ext (for example camera.exe newer version but put it in the same folder of ASERG rom to add it)
3- BuildImgfs.exe (if you edit files in the dump folder only)
4- make_imgfs.exe os.nb -nosplit
5- edit the folder ExtRom as you need you may delete the Russain keyboard
6- run Upgrade_rom.bat
and wish me best of luck as I have only bad luck if you find me useful
Click to expand...
Click to collapse
BRAVO! heheh i am reading a lot today! THANK YOU!
paradis_pal said:
use the following:
1- prepare_imgfs.exe os.nb -nosplit
2- viewimgfs.exe imgfs_raw_data.bin ((((edit the files as you need in the dump folder))))
- or you may use addfile or delfile like this
DelFile.exe filename.ext (dependes on the file name and ext for example camera.exe)
AddFile.exe filename.ext (for example camera.exe newer version but put it in the same folder of ASERG rom to add it)
3- BuildImgfs.exe (if you edit files in the dump folder only)
4- make_imgfs.exe os.nb -nosplit
5- edit the folder ExtRom as you need you may delete the Russain keyboard
6- run Upgrade_rom.bat
and wish me best of luck as I have only bad luck if you find me useful
Click to expand...
Click to collapse
Thank you for very good help.
So a question:
how can i know which files are for whic program? for example i want to remove Camera program, it have DLL files and more...or i want a program MSN Live...which dll are for selected program?
I want to Add Resco Explorer to this ROM..how can i do it?
I have an exe file for installing resco explorer/..or CAB file for Resco Explorer..so how can i put this program (add this program) to this ROM?
Thanks
dear you have a lot to explain I try help tomorrow I have exam now wish me luck
paradis_pal said:
dear you have a lot to explain I try help tomorrow I have exam now wish me luck
Click to expand...
Click to collapse
I wish u luck dear,
Waiting for ur reply.
Thanks....
The best reply I read in this site was your reply about COOKING ROM
paradis_pal said:
use the following:
1- prepare_imgfs.exe os.nb -nosplit
2- viewimgfs.exe imgfs_raw_data.bin ((((edit the files as you need in the dump folder))))
- or you may use addfile or delfile like this
DelFile.exe filename.ext (dependes on the file name and ext for example camera.exe)
AddFile.exe filename.ext (for example camera.exe newer version but put it in the same folder of ASERG rom to add it)
3- BuildImgfs.exe (if you edit files in the dump folder only)
4- make_imgfs.exe os.nb -nosplit
5- edit the folder ExtRom as you need you may delete the Russain keyboard
6- run Upgrade_rom.bat
and wish me best of luck as I have only bad luck if you find me useful
Click to expand...
Click to collapse
Dear friend
How can i determine DLL, folders and all file for a program i want to change /delete or add to the ROM?
I'll be a little naughty
test my ROM and I'll tell you how
See attachments ...
This version is French and basically untested.
I'm getting a message that the license has run out.
Feel free to hack it.
If anyone has an english version, please put it up.
pvplayer.lnk
PVPlayerPPC_LS.psk
PVPlayerPPC.psk
pvres040C.dll
pvres0409.dll (copy of pvres040C.dll, just a trick to get it to work)
- Copy those 6 files to \Windows
- Install PV Player 3.3 (This is actually for PPC so you need to be clever, or wait until I post a smartphone version)
- Open a registry editor (Resco) and find all occurrences of "Program files\PacketVideo\pvPlayer\" and change to "\Windows"
E.g
Hkey Class_root/mp4_auto_file/shell/open/command
Default="Program files/PacketVideo/pvPlayer/PvPlayer.exe %1"
-Uninstall PV Player 3.3
- Create a shortcut in Windows\Start Menu
To receive and play the French TVLive modify a registry entry (see included .rtf):
User Agent in key PostPlatfrom : PPC ; 240x320 ; SPV M650 ; OpVer 13.10.2.112
pvplayer for smartphone
Can you post smartphone version?
I got an i600(samsung) and i cant found it.
please help.
Wow, again a really old post! I do have a newer version from the Orange Rose dump!
It's version 04_21_26_03!
I am attaching the OEM package!
how to install
thank you but how i use it?
Do you have CAB file of your newest version cause i dont know how to use OEM?
Just copy the pvplayer.exe and pvres0409.dll (from PACKAGE_Rose_pv_0409) (or if you use another language that one too) to windows and the pvplayer.lnk to windows/start menu! That should do it!
pvplayer.ink to start menu
i dont success to put vplayer.ink to windows/start menu.
How to do?
Just copy it there?! What doesn't work?
problem dll
that's it but i dont put pvres0409.dll to windows cause resco doesnt see it
thats it
thats it! everything is allright!
thanks a lot frauhottelmann! :
It's just a video player ?
Is it Beter than TCPMP ?
it use to see TVLive
Hi I have installed a new ROM on my S710, but it is without danish xT9, and cannot find it anywhere. I though have the nordic ROM file on my computer, so how can I extract the xT9 from that?
Just follow the WIki on dumping/extracting the ROM until you have the OEM and SYS folder. Then go to OEM\OEMAPPS\ and get eT9.Danish.Ldb.dll and eT9.Dis.9Keys.Danish.Kbd.dll and maybe eT9.Vox.0401.kmap.txt (only if Danish has it's own layout) where 0401 has to be the Dutch layout (don't know the number, but 0809 and 0401 is English and 0407 is German and so on). And then you will need a registry key, I'll provide...
You will find a lot of info here on how to add the dictionnary once you have exctrated it.
To extract the rom you can get my kitchen.
First you must get the nbh from your Ruu_vox_htx ..... exe You can extract the nbh with winrar for example.
Then in the extract folder of my kitchen start 1.Dutty.NBH.tool and decompile the nbh. Then place Os.nb in the ROM folder of the kitchen. Rename it 04_OS.nb if it is not already named like that.
Now you need to run 2.ExtractROM.bat from the Extract folder.
That's a good start.
Good luck
Wooops, you beat me to it
These are the registry keys you have to change/add:
change (add 0106 (the Danish one) to the existing values with a ,):
[HKEY_LOCAL_MACHINE\Software\Tegic\eT9]
"AvailableLanguages"="0109,010C,0107E"
add:
[HKEY_LOCAL_MACHINE\Software\Tegic\eT9\LdbDlls]
"0406"="eT9.Danish.Ldb.dll"
add:
[HKEY_LOCAL_MACHINE\Software\Tegic\eT9\IME\KdbDlls]
"00010606"="eT9.Dis.9Keys.Danish.Kbd.dll"
Danish is 0406 I hope it' 0106 and 00010606 but I can't be sure, you can look it up in the ROM you have!
Wow nice, thanks you both for your help, will try it right away ...
Have tried now several times, but cannot extract the 04_OS.nb, it simply just moves the file to C:\temp dir, but does not extract the file, what am I doing wrong?
BTW Have put the Vox Kitchen on C:\Vox Kitchen, but still I have to put the ROM in C:\ROM, will not work with the ROM folder in Vox Kitchen?
[ This ROM is DISCONTINUED! Please do not ask about new releases. ]
Hello all. This is
TornFlo 2D Pre-release
WM6.1 Professional for Tornado with integrated Manila 2D (fully working after installing additional CABs).
Information about memory:
Storage memory Program memory
Total: 17.95 MB Total: 48.25 MB
Free: 13.50 MB Free: 22.06 MB
(this is in PLK version, aproximately info)
Links:
WWE version: http://rapidshare.com/files/176388771/RUU.rar
PLK version: http://rapidshare.com/files/176431834/TornFlo2D_PLK_Pre-Final.rar (after flashing is needed to reinsert battery! Otherwise smartphone does not start (only in PLK version!!)
Kitchen: http://rapidshare.com/files/176499357/TornFlo2D-Pre-Final_Kitchen.rar
PLK MUI: http://rapidshare.com/files/176506072/PLK_MUI.rar
To get fully working Manila 2D, you need install:
- AudioManager
- HTC Album
- Opal CommManager
... and other needed plugins.
OEMCamera for kitchen and WWE ROM (i forgot to cook Camera in WWE): http://rapidshare.com/files/176505577/OEMCamera.zip
Plugins in attachment in this post:
http://forum.xda-developers.com/showpost.php?p=2761662&postcount=3885
Bugs:
- system profiles needs to be used by FakeCursor
Please inform me about all notified bugs.
Best regards,
MietasSR
i need a text step by step how to cook a room )
How to add drivers, and aplications...
pleaseeee
Just add your OEMpacks to SYS folder and open BuildOS.cmd file
congrats mate, this is quite the achivment.
Excellent work! Being wanting this. But which comm manager, htc album and audio manager seems to work with this one. it seems that i cannot get any of them working though
For me all working OK...
After the screen goes off, my phone switches off automatically. I don't understand why ?
Go to Power applet and disable powering off after minute.
MietasSR said:
Just add your OEMpacks to SYS folder and open BuildOS.cmd file
Click to expand...
Click to collapse
Whats is OEMpacks??
how i can to change the language??
thank you
MietasSR said:
For me all working OK...
Click to expand...
Click to collapse
Appreciate if you could attach the working cabs for htc album, audio manager and comm manager.
Terima kasih
Download this archive. This archive including all cabs.
I found some bugs in your ROM. First of all Comm Manager (from post you've linked) is broken. Next one: In settings there are some missing broken aplets (doubled, no icons, not working) and the last one: System information doesn't show informations about CPU. Screenshots of this bugs are in attachments. And you could add shortcut to the Camera app into the start menu and map button to this, because now I had to do it manually.
In PLK version you must change MUI number from 0409 to 0415 (CommManager MUI), or download PLK MUI and copy PL MUI for CommManager. Missing applets is exist only in PLK version, I not understand what to delete it. I don't know what about System Information.
MietasSR said:
Download this archive. This archive including all cabs.
Click to expand...
Click to collapse
Thanks for the cabs
im having trouble with the blutooth i can turn it on and make my phone visable just fine but my problem is i cant send ppl stuff over bluetooth, for some reason it fails i even paried with them any help would be gladly appreciated
Just enable Beam.
it is enabled
On me all working OK... Try re-enable Beam, Bluetooth.
When I edit this ROM and build OS with this kitchen and flashed to device and when system booting is show screen that in attachments. How I remove it?
Proably you unchecked tweaks in BuildOS... You must omit Welcome screen... Connect your Tornado to PC, install CeRegEditor in PC and open it. You must change one key in Tornado registry:
[HKLM\Software\Microsoft\Welcome]
"Welcome"=dword:FFFFFFFF