AZERTY Keymap for 3VOLUTION SERIES - Build 3VO.2.80.092509 - HTC Excalibur

Hello,
I have a Excalibur with French AZERTY Keyboard, and you'll find in attachment a keyboard Layout in order to have AZERTY layout.
Just copy the .TXT file to \Windows folder with RESCO Explorer.

doesn't work /marche pas pour le A/Q Z/W
Ca ne fonctionne pas pour ces 4 là, une idée ? Je met juste les lignes concernées. Le fichier est bien pris en compte puisqu'en modifiant le mappage sur d'autres lettres ça fonctionne
Code:
//
// N O T E: This file must be saved as Unicode
//
// This file contains the virtual keys mapping table for the
// Excalibur device. The mapping table is define as follow
//
// VK_TPOUND = 0x78
// VK_TSTAR = 0x77
// VK_TAB = 0x09
//
// We do not support escape value yet. So the key/char values should be
// entered explicitly or by encoding start with 0x
//
// Format:
// {VK VK' CH1 CH2}
// VK -> value from keyboard driver
// VK' -> printed on keys
// CH1 -> symbols produced by Fn + key
// CH2 -> symbols in 123 mode
// KeyIndex -> matched the kdb key index, 0xff -> no key index
{Q A % % 0x00}
{1 Z 1 1 0x01}
{0x78 Q # # 0x0a} // VK_TPOUND maps to Device Button A
{0x77 W * * 0x13} // VK_TSTAR maps to Z
{0xE9 0xE9 0xC1 0xC1 0xff} // Launch Camera with Fn

Merci pour ton retour d'information. Pour ma part, ce Keymap a bien fonctionné.
Thanks for your feedback. For me, the file works fine.

étonnant
c'est bien sur cette version 3VO.2.80.092509 et sans autres modifications que tu as pu le faire fonctionner ? J'ai flashé la rom 2 fois, sans rien faire d'autre après installation, j'écrase le fichier avec le tien depuis resco, et toujours le pb pour a/q et z/w. Très étonnant ???
[EDIT]After a fresh install (rom flash), no other install but resco and this file, i can 't get my azerty keyboard for A and Q and Z and W. it's work for all other key, very strange. I try 2 times... sorry stylez for the first french post[/EDIT]
[EDIT2]Ok, I understand now, it's working only in abc mode, not in xt9 french mode. What can i do to have the right keyboard in xt9 french mode ?[/EDIT2]
[EDIT3]Finally i found a cab file, i think it's for wm6.1 but it's work !! in both mode (abc and xt9) see at the bottom of this tread, on first page, post#20here
s620_Lang_Pack_v1_2.cab
Great ![/EDIT3]

guytarr said:
c'est bien sur cette version 3VO.2.80.092509 et sans autres modifications que tu as pu le faire fonctionner ? J'ai flashé la rom 2 fois, sans rien faire d'autre après installation, j'écrase le fichier avec le tien depuis resco, et toujours le pb pour a/q et z/w. Très étonnant ???
Click to expand...
Click to collapse
XDA is an English language forum provide translation when you post.

georgeot said:
Hello,
I have a Excalibur with French AZERTY Keyboard, and you'll find in attachment a keyboard Layout in order to have AZERTY layout.
Just copy the .TXT file to \Windows folder with RESCO Explorer.
Click to expand...
Click to collapse
How does this exactely work? I copied the file to the device (HTC S620) and then I've copied the txt to windows folder with the resco explorer.
I've done a soft reset but it stil remains in qwerty. Dit I do anything wrong?
Thanks

guytarr said:
[EDIT3]Finally i found a cab file, i think it's for wm6.1 but it's work !! in both mode (abc and xt9) see at the bottom of this tread, on first page, post#20here
s620_Lang_Pack_v1_2.cab
Great ![/EDIT3]
Click to expand...
Click to collapse
Thanks for the information !
Works fine in ET9 mode but not in the dialpad
I was looking for such cab since a long time

Related

How to change keyboard layout from QWERTY to AZERTY?

Hi all,
First, I am sorry if the topic has been discussed before but I could not find relevant information here.
I have a SPV3000 from Orange France. I updated the ROM from French to English using Mr Clean AKU 2.3.
I tried to follow http://wiki.xda-developers.com/index.php?pagename=Changing_Device_Language
But it dit not work. It says:
For French layout (AZERTY):
HKCU\ControlPanel\Keybd\Locale = 1036 (REG_SZ string)
First I used Total Commander to edit the Registry and I noticed key "Locale" did not exist. So I created a string called "Locale" with value = "1036".
Then I pushed the on/off button 5s to switch OFF and same again to switch ON the device. I checked the Registry again and the key is still there with the right value. Then, I opened Word and tried the keyboard but it is still QWERTY instead of AZERTY (I mean I get a Q when I type on the A letter on the keyboard).
Anyone can help?
marcel06 said:
Hi all,
First, I am sorry if the topic has been discussed before but I could not find relevant information here.
I have a SPV3000 from Orange France. I updated the ROM from French to English using Mr Clean AKU 2.3.
I tried to follow http://wiki.xda-developers.com/index.php?pagename=Changing_Device_Language
But it dit not work. It says:
For French layout (AZERTY):
HKCU\ControlPanel\Keybd\Locale = 1036 (REG_SZ string)
First I used Total Commander to edit the Registry and I noticed key "Locale" did not exist. So I created a string called "Locale" with value = "1036".
Then I pushed the on/off button 5s to switch OFF and same again to switch ON the device. I checked the Registry again and the key is still there with the right value. Then, I opened Word and tried the keyboard but it is still QWERTY instead of AZERTY (I mean I get a Q when I type on the A letter on the keyboard).
Anyone can help?
Click to expand...
Click to collapse
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\Qwerty]
"Layout"=dword:0002040c
Un petit copier coller du post sur XDA Dev, qui donne tous les codes claviers (pour claviers mecaniques):
HKEY_LOCAL_MACHINE\SOFTWARE\OEM\QWERTY
Layout=123105 is the default value when you use a WWE ROM. 123105 is the value in decimal for 00020409... and 00000409 is the keyboard layout for the US keyboard in Windows
so if you change the value of "Layout" to...
Layout=132103 (which corresponds to 00020407 in HEX... 00000407 is the German keyboard)
Layout=132104 (which corresponds to 00020408 in HEX... 00000408 is the Greek keyboard)
Layout=132106 (which corresponds to 0002040a in HEX... 0000040a is the Spanish keyboard)
Layout=132108 (which corresponds to 0002040c in HEX... 0000040c is the French keyboard)
Layout=132112 (which corresponds to 00020410 in HEX... 00000410 is the Italian keyboard)
Merci. J'avais eu la réponse sur une autre partie du site et effectivement, cela fonctionne.
le clavier anglais est mieux que le francais !!!!! plus ergonomique je trouve
foufou55 said:
le clavier anglais est mieux que le francais !!!!! plus ergonomique je trouve
Click to expand...
Click to collapse
Il s'agit de faire coincider le clavier physique en français AZERTY avec le clavier logique du PDA... Je suis d'accord, le QWERTY physique est mieux mais il serait abusif de trouver le clavier physique AZERTY mieux avec un clavier logique QWERTY...
How do you solved this problem....pls i need help too.
marcel06 said:
Merci. J'avais eu la réponse sur une autre partie du site et effectivement, cela fonctionne.
Click to expand...
Click to collapse
I have the same problem please tell me what did you do ..

How can i translate a kitchen ?

hi all, i think that all is said in the title ...
i want to translate the bepe's kitchen to a french one, that's all.
as our FAMAN disapeared from earth ... someone has to get the work back !
all the work that needs doing in bepes kitchen is the OEM DRIVERS FOLDER, so open the extracted kitchen in WINRAR to search for the mui's properly and find them ALL.
you have to change all the mui folders names to french language code which is 040C, so open bepes kitchen and press F3, search for *.mui (with the star too) all mui files will come up with 409 (a couple 404 chinese) change them to 040C then open each mui folder and inside you will see a mui file (not folder) and a txt file, open the txt file and change the top line from 409 to 040C, then finally the hard part, with res hacker, drag and drop the .mui file into reshacker, then if you go to the bottom drop down menu on left of reshacker, (cant remember exactly what its called) you will see two lines like 0040402b top and bottom i think (if chinese 404) or 0040902b you need to change both to 0040402b, then look for "menu" on left dropdown and you have to translate all english/chinese menu text to french language.... it will show an example in bottomright of res hacker(also press compile script at top of screen after each change). hope this helps..
One thing every body should know is, mui files.... i could not see most of them in windows only a few, i found out that they are hidden (as they are system folders) so i used winrar...like so...
open winrar
open bepes tools folder (extracted)
click find button in win rar
look for *.mui (again put the star there too)
you will see them all now, you have to locate each one by one and drag them to reshack (easier if you create a reshack shortcut on desktop)
after you have translated all mui's... there is one more thing, in winrar to do, you will notice in OEM drivers you will see the oem apps now, they also need translating like the mui's....
this is a long process and is especially hard on the chinese ones, as the chinese just show ??????? in the mui's so you have to figure it out....
this is not a tutorial, but a guidance and a little help.... and there may be bits i have not explained properley, but once you have seen them in reshack you will probably understand...
oh sorry missed another bit.....lol
you also have to open the .rgu files in winrar (open win rar first and search for them within that) and search for 404 and 409 and change each one to 040C, and there is a couple of chinese text in there, i think in control panel section of the rgu's, you'll find it... these need to be changed to english text...
If i were french i'd do his job....lol but i'm afraid i'm english..sorry
Vistar
Bonjours à tous,
Merci VISTAR très bonne explication ...
Mais je pense qu'apres avoir fais un trie de tout les fichier Mui , puis les avoir ouvert avec reshackers et renomer les ressources ... ça C'est facile c'est juste plusieurs centaine d'heure ;-) D'ailleurs à se sujets SIMCARD j'ai des tuto . Si tu veux ... Puis avoir modifier les fichier RGU
il faut SIGNER LES DLL. " the sign the Dll Hacking " Moi c'est là que je bloc . et Aussi comment convertir les fichier DSM pour qu'ils soit lisible ?
ET au sujets des certificats peut on prendre les ancien ?
SIMCARD c'est un travail enorme veut tu que nous travaillons ensemble ?
Excuse me my english is very very bad ...
Hi everyone,
Thank VISTAR excellent explanation ...
But I think having do a sort of all file Mui, then having opened with reshackers and rename resources ... It is easy it's just several hundred hour ;-) And to the subjects I SIMCARD tutorial. If you want ... Then change the roster have RGU
We must SIGN THE DLL. "The sign the Hacking Dll" i is where I bloc. Also, and how to convert the file DSM to be legible?
AND the subjects of certificates can take on the former? certificat english ?? certificats chinese ???
SIMCARD it is a huge work wants you as we work together?
je ne suis pas contre bosser ensemble ... mais pour ainsi dire ... ne serait-ce pas plus simple d'attendre qu'une version française du windows mobile 6.1 sorte pour opuvoir y piquer les fichiers qu'on veut dans la bonne langue ?
au lieu de se coltiner des heures de traduction ...
si ça se trouve il existe déjà une version WM6.1 FR sur une autre machine, il suffirait de dumper la rom ou alors tout simplement de piquer les fichiers qu'on veut dedans ...
parce que moi je ne suis pas du tout développeur !!! mais alors même pas un brin, je script à peine en VBS ...
à toit de voir ...
_______________________________________________________________
i'm ok to work with you but shouldn't be easier to wait for a WM6.1 french phone for dumping the files we need to translate from now ?
in spite of losing hundred hours of translation ...
perhaps this WM6.1fr rom already exists in a pdaphone ...
i'm not dev at all ... i only begin scripting with VBS ...
Hes here, but is he really here????? Click his name below
FAMAN
beg him for help, if hes still here.... it seems you can send him a email and a private message.....
Good luck
maybe this could help CLICK HERE
YOU JUST EITHER NEED TO PORT IT TO TRINITY OR DUMP IT AND SEE WHATS IN IT...
ok, so i got the rom but ... (as i feel like noobie to cook my rom ...) how can i extract the .nbh file ?!
thanks !
Sorry for my english
Thank VISTAR but it seems to me that this is a rom 6.0 . attending confirmation.
Simcard you are right I agree with you it would be much easier to wait for a French rom wm6.1 but neither on not on msdn technet or even in the kit develloement visual studio 2008 ago in wm6.1 French and visibly wm6.1 the emulator is not yet scheduled. then or a few courageous French take their courrage a 2 hand to make a French rom. Car visibly FAMAN or 2 SCHAPS the grand master of Rom in France also expected this rom francaise or in wm6.1 emulator.
So ben me I will start the next weekend on the adventure alone but it is likely that several months I
I am not devellopeur rather than just IT.simple administrator network
My english is and fortunately horible ...
Simcard tu as raison je suis d'accord avec toi cela serait beaucoup plus simple d'attendre une rom en francaise wm6.1 mais ni sur msdn ni sur la technet ou meme dans le kit de develloement visual studio 2008 il y a wm6.1 en francais et visiblement l'emulateur wm6.1 n'est pas encore prévu .alors ou quelques francais courageux prenne leurs courrage a 2 main pour faire une rom francaise .Car visiblement FAMAN ou SCHAPS les 2 grand maitre des roms francaise attend aussi cette rom francaise ou cette emulateur en wm6.1.
Donc ben moi je vais me lancer le week end prochain dans l'aventure mais seul il est probable que je mets plusieurs mois
Je ne suis pas devellopeur non plus juste informaticien.admin reseau de base .
et My english is horible heureusement il y a gooogle translate...
Hi everybody
i never cook a rom but i'm interested to try
If you have any tuto that explain how to cook a rom (in french if it's possible) i'll be interested
To extract the file contents in .nbh youn need 'NBHextract.exe' you can download it here
Hello Re
I began translating the ervius of tutorial and other tutorial I deja dumper of Roma with the tools
If more than one person is interesting I propose to put online tutorial translation of my day is çi
If work has had several on the translation of Roma may have can be a beta per packet.
Please send me an mp interressez if you are to make a rom 6.1 wm with me
Re bonjour
j'ai commencé la traduction du tuto de ervius et d'autre tuto j'ai deja dumper des rom avec les outils
si plusieurs personne sont interresser je vous propose de mettre en ligne mes traduction de tuto c'est jour çi
Si ont travail a plusieurs sur cette traduction de rom ont peut peut etre faire une beta pour paque .
Merci de m'envoyer un mp si vous etes interressez pour faire une rom wm
in fact the NBHExtract.exe app just give me a quite same file with the same size with a .nb extension.
now my question is ... how to extract a .nb file to have all the files that it contains in a directory ?!
thanks !
RUU-signed.nbh ---(*NBHExtract)---> OS.nb ---(NBSplit)---> OS.nb.payload -->
--(ImgfsFromNb)---> imgfs.bin ---(ImgfsToDump)---> 'dump' directory
Si tu comprend pas envoi envoie moi un mp et je te detail
if not ok mail your message private i explicate process .
Sorry my english is bad .
ok oggi1969 i'm not so noobiz as this
so it worked i used -hermes for the nbsplit ... it worked fine i don't know if it has a cause for the result of the command ...
i got all the files extracted, tried to look at the versioning in the .dll but where to find the good file which have the 6.0 or 6.1 ? or the build number like 5.2.19199 ? i couldn't find anything ...
where could i compare dll version or exe versions for knowing if this french rom is a WM6.1FR one ?!
thanks !
hello,
excuse my english is very bad. Sorry ...
SIMCARD
Maybe in the XIP once dumper am?
I do not know what DLL contains the N version 5.2.19199 I will try this weekend for language version when you open the dll with reshacker it tells you ns_lang_english or ns_lang_francais string in the key resource or menu.
If the DLL is mui 040c or 040c is a dll in France if it is 409 is in English so forth.
I have to extract the problem with the tools tazio ervius. When I dump I is not the case nor the OEM folder and SYS folder.
However no problem with hypercore and tools donald. Always looking ... the week end.
Bonjour,
Peut etre dans le XIP une fois dumper suis ci ?
je ne sais pas quelle dll contient le N de version 5.2.19199 je vais chercher ce week end pour les version de langue quand tu ouvre les dll avec reshacker il t'indique ns_lang_english ou ns_lang_francais dans les clef string ressource ou menu.
Si la dll est en 040c ou mui 040c c'est une dll francaise si elle est en 409 c'est en anglaise ainsi de suite .
Moi j'ai des probléme d'extract avec les outils tazio ervius .quand je dump je n'est pas le dossier OEM ni le dossier SYS .ont dirai que l'extaction est imcomplet peut etre que j'oublie une etape .je vais recommencer ce week end avec plusieur version de ervius et tazio tool.
Par contre pas de problème avec hypercore et les outils de donald .je cherche toujours ...
j'ai commencé a regarder comment faire pour traduire la rom
la premiere étape a été faite : renommer les 0409 en 040C
j'ai pas encore pu me pencher sur la traduction des .dll et des .mui
je pense que je vais dumper une rom fr et faire une comparaison des versions ou récupérer les traductions.
Je n'ai pas non plus de dossier OEM
I started to look how to translate the Rom
The first step has been made: rename 040C in 0409
I have not yet been able to look at the translation of .Dll and .Mui
I think I will dump a french rom and make a comparison of the versions or recover translations.
Also I have not the OEM repertory
Bonjour IKKI2
le probleme c'est que les roms francaise faman ou schaps sont en version 6.0 donc les dll identique que tu trouvera n'auront pas la meme taille ko et tu n'aura pas toutes les dll car il y a des Dll supplementaire d'autre qui ont ete remplacé par forcement le meme non ou tout fait les memes fonction mais c'est un bon Debut .je ne suis pas sur qu'il faille les renomer car ce n'est pas de la translation de DLL example recuperation des DLL francaise d'un emulateur wm 6.00 ou des dll francaise d'une rom francaise wm 6.0 Mais du hacking de dll US ou CHN 6.1 .Pour le hacking de tes DLL 0409 et mui 0409 et les dll en 0404 ou autre je te conseil de faire une recherche dans google sur ToutFr.com tu trouvera un kit de logiciel te permettant de faire la translation des ressource et dll des exe des xml ect ... editeur hexa , ressource hacker decompiler etc... avec les tuto .
Hello IKKI2
The problem is that the Roma in France faman or schaps version 6.0 are therefore the same dll that you will not find the same size ko and you will not have any dll because there are additional Dll else were replaced by non necessarily the same or any function the same but it is a good start. I am not on the need to rename it is not because of the translation DLL example of the recuperation of DLL francaise an emulator or 6.00 wm dll francaise a French rom 6.0 wm But hacking dll US or 6.1 CHN. hacking For your DLL mui 0409 and 0409 and in 0404 dll or otherwise I will counsel you to search in google on ToutFr.com you find a software package allowing you to make the translation of the resource and dll exe of xml ect ... Hex editor, resource decompiler hacker ... With the tutorial.

(Unsupported) [KS20] Tool. DZDecrypt v1.0b *alpha release* [10-03-29].

Hello guys...
Here is my DZ file decryptor and extractor.
I found DZExtract v0.2 (from jp) too long to extract and needing too many things (NetFramework, zlib dynamic library, ...).
This one is coded in asm with a custom zlib static lib integrated and MD5 hash (from Roy/Fleur).
Hope it will be usefull for any (source code is available if someone is interested).
CUL8R...
Voici mon décrypteur-extracteur de fichier DZ.
Je trouvais DZExtract v0.2 (de jp) trop long à extraire et nécessitant trop d'éléments (NetFramework, zlib dll, ...).
Celui-ci est codé en assembleur avec une dll statique zLib personnalisée intégrée et la fonction de hash MD5 (basée sur celle de Roy/Fleur).
J'espère qu'il sera utile à quelqu'un (le code source en masm est mis à disposition si cela intéresse quelqu'un).
Laurent aka BIGBOSS from COPS...
History
-------
17 Sep 2012 - No more support
- I'm sorry to inform you that my good OLD KS20 died, so i'm now unable to continue these projects (DzDecrypter and DzCreator).
29 Mar 2010 - Version 1.0b *Alpha*
- Now memory handled in ini file. / Maintenant, la mémoire est gérée dans un fichier ini.
- Display some informations for DzCreator. / Affiche quelques informations pour DzCreator.
- Version alpha seems stable, so sources are provided. / Les sources sont de nouveau fournis car la version semble stable.
18 Mar 2010 - Version 1.0 *Alpha*
- Sorry for this "late" update. / Désolé pour cette mise à jour tardive.
- No source this time, want to be sure it works correctly. / Pas de source cette fois, j'attend d'être sur que cela fonctionne correctement.
- Temporary memory buffer changed to 250Mo / Mémoire du buffer temporaire passée à 250Mo
- Splitted file joiner (may be buggy!) / Jonction des fichiers splittés (peut bugger!)
- If splitted file joiner is bugging, let me know./ S'il y a un probleme sur la jonction des fichiers splittés, faites le moi savoir.
- Working on updating DzCreate for splitting / Je travaille sur DzCreate pour le splitting.
22 Dec 2009 - Version 0.5
- Temporary memory buffer changed to 160Mo / Mémoire du buffer temporaire passée à 160Mo
- Thanx to Homero2 to send me BL40 and GM750 DZs / Merci à Homero2 pour les DZ de BL40 et GM750
- Extraction is correct on these DZs / L'extraction se fait correctement sur ces fichiers
- I will soon release a DzCreate upgrade, because is seems that unpacked subfiles having a size greater than 160Mo are splitted in files of 160 Mo. I'm explaining: In BL40 Dz, i've got 2 files "cefs_Modem.bin_0" and "cefs_Modem.bin_1" which , I think once merged, are just one file named "cefs_Modem.bin". -> To be checked because it's the first file i have a such case, so i haven't include a merger in the decryptor this time.
- Je vais bientot réaliser une mise à jour du DzCreate, car il semble que les sous-fichiers ayant une taille décompressée supérieure à 160Mo soient séparés en fichiers de 160 Mo. Je m'explique: Dans le DZ du BL40, j'ai 2 fichiers nommés "cefs_Modem.bin_0" et "cefs_Modem.bin_1" qui, je pense, une fois concatenés, font un seul et même fichier nommé "cefs_Modem.bin". -> A vérifier car c'est la première fois que j'ai ce cas, donc, je n'ai pas inclu de code pour concaténer les fichiers.
26 Jan 2009 - Version 0.4
- Corrected a bug in MD5 hash prototype (forgot "popad") / Bug sur la fonction de hash MD5 (oubli du "popad")
- Small MemCmp prototype update / Petite modification sur la fonction MemCmp
- May be the final release ?/ Peut-être la version finale ?
22 Jan 2009 - Version 0.3
- Completed more DZ header structure. / - Structure de l'entete DZ complétée
- Corrected a bug if Main header was invalid / Bug sur entete invalide corrigé
- Completed header informations / Informations sur l'entête complétée
- Custom wsprintf prototype / Fonction wsprinf personnalisée
09 Dec 2008 - Version 0.2
- Command line driven / - Mode ligne de commande
- Switches added / Paramètres ajoutés
- MD5 hash check on subheader and mainheader / Vérification hash MD5 sur entête principale et sous-fichiers
02 Dec 2008 - Version 0.1
- GUI Interface only / Interface graphique seulement
- Initial release / Version initiale
Thank you for this new tool which comes to complete the range of the KS20 cookers.
Merci pour ce nouvel outil, qui semble bien fonctionner et qu'il est vrai est très rapide ;-)
@+
can u explain how to use it?
rickou26 said:
Thank you for this new tool which comes to complete the range of the KS20 cookers.
Merci pour ce nouvel outil, qui semble bien fonctionner et qu'il est vrai est très rapide ;-)
@+
Click to expand...
Click to collapse
Thank for greetings... I'm working on a next release with use of partition table (last DZ subfile section) and MD5 subfile header check.
Perhaps a DZ file creator...
Merci pour le remerciement. Je travaille sur une nouvelle version avec utilisation de la table de partition (dernière section du fichier DZ) et une vérification du MD5 du header dl l'entête du sous-fichier dans le DZ.
Peut être également un créateur de fichier DZ...
(un peu de français; car je suis français avant tout, héhé)
kancrutt said:
can u explain how to use it?
Click to expand...
Click to collapse
This one is working like DZExtract (extract a DZ file content), but with a graphical interface. It is faster because it is full asm coded.
Ce programme fonctionne comme DZExtract (extrait le contenu d'un fichier DZ), mais il est en interface graphique. Il est plus rapide car il est codé complètement en assembleur.
Soon coming v0.2 / Arrivée imminente de la v0.2
Yohoo...
A few day after the first release, DZDecryptor v0.2 will be available in a few days.
Code:
[FONT="Courier New"]Main improvements:
------------------
* Command line driven (no more GUI, mainly for ROM Kitchen)
* Check all : - Section "flags" (magic bytes)
- Section checksum (MD5 hashed)
* Process is starting from the offset table of DZ file.[/FONT]
Quelques jours seulement après la première version, DZDecryptor v0.2 sera disponible sous peu.
Code:
[FONT="Courier New"]Principales améliorations:
------------------
* Gestion en ligne de commande (plus d'interface graphique pour la cuisine)
* Vérifie tout : - "flags" des différentes sections (bytes magiques)
- Checksum des sections (hash MD5)
* Tout le processus commence à partir de la table des offsets du fichier DZ.[/FONT]
Parfait !
Je suis tout cela de près...
Version 0.2 command-line
Here it is...
DZDecrypt v0.2 (command-line driven) is here, and available to download in the first post...
As promised, the full asm source is provided in the archive.
All *bug reports* or *ideas* are welcome...
Code:
What's New:
-----------
- Command line driven.
- Some switches added. (just type DZDecrypt to see all available options)
La voila...
DZDecrypt v0.2 (dirigé en ligne de commande) est arrivé, et est disponible en téléchargement dans le premier message.
Comme promis, les sources en masm32 sont inclus dans l'archive.
Tous les *rapports de bugs" et les *idées* pour l'amélioration sont les bienvenus.
Code:
What's New:
-----------
- Mode ligne de commande.
- Quelques paramètres ajoutés. (Taper DZDecrypt pour la liste des paramètres disponibles)
Si tu peux me donner ton avis Spocky et Rickou26...
Can you really decrypt the DZ file (cause amss.mbn is kind of encrypted in all DZ files), anyway it works fine on Vista x64, a bit slower for me than DZExtract, but i guess the problem its not in the code.
ceckin said:
Can you really decrypt the DZ file (cause amss.mbn is kind of encrypted in all DZ files), anyway it works fine on Vista x64, a bit slower for me than DZExtract, but i guess the problem its not in the code.
Click to expand...
Click to collapse
I'm proud to know that it works on Vista x64 (I always use XP SP3, because I think that it is more stable... Perhaps Windows 7 will be better ?).
I'm susprised that it was a bit slower than DZExtract, because unlike DZExtract, I don't use a small buffer (4Ko if i remember right) for zLib decompression. In my decryptor (perhaps should i say extractor), I allocate memory for full zlib compressed one, a 100 Mo buffer (hope it will be enough...) for decompression, i integrate zlib decompression engine with no need of zlib1.dll. Also, I think that assembler is faster than NetFramework.
May be i can speedup it a little ? (I will check cycles when i will have more time, because i am working on the lghflashmuncher assembly conversion..)
copsfrance said:
I'm proud to know that it works on Vista x64 (I always use XP SP3, because I think that it is more stable... Perhaps Windows 7 will be better ?).
I'm susprised that it was a bit slower than DZExtract, because unlike DZExtract, I don't use a small buffer (4Ko if i remember right) for zLib decompression. In my decryptor (perhaps should i say extractor), I allocate memory for full zlib compressed one, a 100 Mo buffer (hope it will be enough...) for decompression, i integrate zlib decompression engine with no need of zlib1.dll. Also, I think that assembler is faster than NetFramework.
May be i can speedup it a little ? (I will check cycles when i will have more time, because i am working on the lghflashmuncher assembly conversion..)
Click to expand...
Click to collapse
Well maybe it problem in Vista itself, cause everything releated to writing to the HDD is slower (don't get me wrong the HDD is fast), hopefully you'll be able to write a DZ creator, good luck.
Version 0.3 is available (may be final release)
The version 0.3 is available. See first post for more informations and download.
La version 0.3 est disponible. Voir le premier message pour des informations et le téléchargement.
An WIP DZCreator / Un créateur de DZ en cours
Yeah... I've found the correct parameters to add in the deflateInit2_ function of zLib algorithm to pack mbn files like they are stored in a dz-file...
(level, method, memLevel and strategy were default, the hardest to find was windowBits value)
Watch out for a preversion of DZCreator soon...
Ca y est... J'ai trouver les paramètres corrects à placer dans la fonction deflateInit2_ de l'algorithme zLib pour compresser les fichiers mbn de la même façon qu'ils sont stockés dans un fichier dz...
(level, method, memLevel et strategy sont les valeurs par défaut. Le plus dur à trouver a été la valeur de windowBits)
Attendez-vous bientôt à une préversion d'un DZCreator...
Super cool
Merci copsfrance pour ton précieux travail.
J'attends avec impatience le fruit de ton travail.
@+
Version 0.4 *** Final Release ***
The version 0.4 is available. Mainly a bugfix on MD5 hash prototype. See first post for more informations and download.
La version 0.4 est disponible. Principalement une correction sur la fonction de hash MD5. Voir le premier message pour plus d'informations et le téléchargement.
copsfrance said:
The version 0.4 is available. Mainly a bugfix on MD5 hash prototype. See first post for more informations and download.
La version 0.4 est disponible. Principalement une correction sur la fonction de hash MD5. Voir le premier message pour plus d'informations et le téléchargement.
Click to expand...
Click to collapse
Nice improvements now its really the fastest DZ decrypter, and just informative is there an unknown fields left in the .dz format?
ceckin said:
Nice improvements now its really the fastest DZ decrypter, and just informative is there an unknown fields left in the .dz format?
Click to expand...
Click to collapse
All fields are known in MainHeader. In the SubHeader, there is just the dword at offset 004h that meaning is unknown (is it DZ Version or encryption flag).
For more informations on DZ format, just refer to this page.
Extract Media + Module bin files u990
Thanks for an excellent tool.
I have successfully extracted files from H3G branded DZ files without problem.
The problem I have now is I would like to extract and re-build the Media and Module bin files. It can be done with LG_KU990_EFSTOOL_By_Yoshihiro_RC2 but only for KU990(non H3G baranded) and not U990(H3G branded), Does anybody know of a tool/s which can do this as I want to create u990 custom firmwares (versions 10b + 10d for uk which are not available for uk cutomers ATM).
Any help would be much appreciated
jay_t69
Hello jay_t69,
I don't own a U990.
I think, the only way to get this, is to extract media and modules files from another v10d firmwares of U990 with DZDecrypt and to include it in your U990 firmware with DZCreate (support for U990) (respect brand if possible).
For informations, I don't think there are modules/media file extractor, but i don't own a KU990/U990. So I can make a mistake.
Laurent aka BIGBOSS from COPs...
jay_t69 said:
The problem I have now is I would like to extract and re-build the Media and Module bin files. It can be done with LG_KU990_EFSTOOL_By_Yoshihiro_RC2 but only for KU990(non H3G baranded) and not U990(H3G branded), Does anybody know of a tool/s which can do this as I want to create u990 custom firmwares (versions 10b + 10d for uk which are not available for uk cutomers ATM).
Any help would be much appreciated
jay_t69
Click to expand...
Click to collapse
Thanks for your reply. There are things in the media files which need to be changed to get them working for uk. The hunt continues....
copsfrance said:
Hello jay_t69,
I don't own a U990.
I think, the only way to get this, is to extract media and modules files from another v10d firmwares of U990 with DZDecrypt and to include it in your U990 firmware with DZCreate (support for U990) (respect brand if possible).
For informations, I don't think there are modules/media file extractor, but i don't own a KU990/U990. So I can make a mistake.
Laurent aka BIGBOSS from COPs...
Click to expand...
Click to collapse
Soon a version 0.5
Hello...
There are some problems while extracting some DZ firmwares...
Up to now, just Spookymulder62 reports me a file that failed on extraction (GM730 phone model).
The functionnality for this model has been corrected now...
Waiting for more tests before uploading this *new* release...
Laurent aka BIGBOSS from COPs...

[ROM][FRA][WWE][WM6.1][Build 20771][M2D&LITE][SPV M650 AGPS][P3300]

-------------------------------------------------------------------------------------------------------------------------------------------------------
ROM STABLE, RAPIDE ET FONCTIONNELLE // STABLE, FAST AND FUNTIONAL ROM
-------------------------------------------------------------------------------------------------------------------------------------------------------
VERSION FRANCAISE Mise a jour 04.03.2010
Artemis SPV M650 AGPS/P3300 M2D&LITE 4MB FRA
Artemis Cuisine de base 20771 FRA
-------------------------------------------------------------------------------------------------------------------------------------------------------
Corrections de bug:
- les vidéos Youtube
- la virgule dans la calculatrice
- Installation d'Opéra mini
- Détection de la puce GPS
- problème de post install
Optimisations:
- du cache mémoire a 4 MB
- Réduction de la taille des barres de défilements (désinstallable)
Supprimer
- les MMS
- CyberonVoiceSpeedDial
- les clés du registre des programmes supprimés
- le mode de sécurité des fichiers
- Tchat SMS (désinstallable)
Ajouter
- Oxios CloseApps & Hibernate (désinstallable)
- sonnerie Echo Diamond
- ville personnelle de son choix
- la commande pour IE dans le Manila2D
- l'horloge numérique manila
- Theme clavier téléphone noir (désinstallable)
- a 7 jours les éphémérides de GPSRapide
- l'extension de l'explorateur
- curseur d'attente HTC (désinstallable)
- skin clavier (désinstallable)
- SDautoConfig
- le driver AGPS pour le SPV M650
- la nouvelle calculatrice HTC
- mini liste de la météo des villes
-------------------------------------------------------------------------------------------------------------------------------------------------------
WORLD WIDE ENGLISH VERSION Updating 2010.03.04
Artemis SPV M650 AGPS/P3300 M2D&LITE 4MB WWE
Artemis Base kitchen 20771 WWE
-------------------------------------------------------------------------------------------------------------------------------------------------------
Bug fixes:
- can not play YouTube videos
- unable to put the comma in the calculator
- Buttons hardware
- Keyboard not working
- GPS detection
- Keyboard QWERTY
- preview SMS
- Install Opera mini
Customising:
- the pagepool to 4 MB
- the size of scroll bars (can be uninstall)
Removed
- security mode file
- MMS
- the registry keys deleted programs
- Threaded SMS (can be unsinstall)
Added
- Oxios CloseApps & Hibernate (can be uninstall)
- ringtone Echo Diamond
- City personal choice
- command for IE in the Manila2D
- digital clock
- telephone keyboard skin (can be uninstall)
- a 7 day ephemeris GPSRapide
- the extension of the Explorer
- wait cursor HTC (can be uninstall)
- keyboard skin (can be uninstall)
- SDautoconfig
- AGPS driver install for SPV M650
- the new HTC calculator
- the lite listing of the weather of cities
-------------------------------------------------------------------------------------------------------------------------------------------------------
Info Mise a jour 04.03.2010
Changement du cache mémoire a 4 MB pour toute les versions de ROM ce qui permet d'avoir 20MB de mémoire vive pour les applications.
Change the cache memory 4 MB for all versions of ROM which allows for 20MB of RAM for applications.
Suite au problème de consommation de mémoire vive excessive j'ai décidé d'inclure dans la ROM un libérateur de mémoire, j'ai choisi Oxios pour sa simplicité et son efficacité.
Following the problem with consumption excessive memory i decided to include in the ROM a memory liberator, i Oxios chosen for its simplicity and effectiveness.
Ajout d'une version de ROM allégée sans manila 2D.
Add a LITE ROM version without manila 2D.
Petite modification esthétique de la ROM sur GPSRapide ainsi que le fix GPS maintenant tres rapide et correction des derniers bug rapportés. (en cours)
Small change visual of QuickGPS also fix GPS now very fast and the last bug fix reported. (on the way)
Ajout de la cuisine.
Added the kitchen.
-------------------------------------------------------------------------------------------------------------------------------------------------------
Fichiers supplémentaires après installation // Files to post-install Mise a jour 09.09.2009
Artemis SDHC
Artemis Radio 3.08.90
Arcsoft MMS 5.0.31.19
Artemis HTC Camera 6.8
Opera mini 4.2.13057 & FIX
Microsoft Office 2007 6.1 LITE
Windows Live Messenger 10.6.53.1000
-------------------------------------------------------------------------------------------------------------------------------------------------------
Remerciements // Acknowledgments
A tout les programmeurs, cuisiniers qui m'ont inspirer, guider, conseiller, donner et aussi a ceux qui m'ont laisser tombé également, il n' y a pas de raison et aux utilisateurs qui avec leur retours rend ma ROM encore meilleure.
To all the programmers, chefs who inspire me, guide, advise, and also to those who have also dropped, there is no reason and all users with their feedback makes my ROM even better.
Yess Many thanks fiocco.
thanks for the links
i'll try it tomorrow
need english version
need english version
Hello,
This is the fastest ROM i have ever try !!! (And i have try a lots in WM 5, 6, 6.1 and 6.5).
Wonderfull on an Orange M650 !!!
-----------------------------------
French :
Waoouu, c'est un truc de fou cette rom, j'ai jamais vu une rom aussi rapide, merci beaucoup !!!
Thomas
-------------------------
beautiful rom ... damage that is not in English. Here are not similar?
will try and give feedback
Hello Fiocco,
I have the French version (07/08), is there a new release (10/08) or not ?
I don't understantd if the 10/08 is only an English version or if it's available also in French.
Thanks again for this very good release !!
Thomas
as i promised ....a feedback....
after first and second free ram was at about 4-5mb...which is crap...the third time the situation got better....and there were about 20 mbs free..which is quite good having in mind that manila runs in the backgound
i would have further tested your rom but the thing that prevented me are the hardware buttons....which aren't supported...there is only one button which is not acceptable to me...i use them all the time and it would be a real pain in the ass not to have them....
so when you get the buttons working post the rom and i'll soon be testing every corner of it
regards
First report after few day of testing.
Run fine on SPV M650's friend, run fast and snappy TouchFLO 2D, but the free RAM turn around 20mb.
=> I got error (Not Enough Memory) with the last version of iGO 8 (build vers.8.3.2.93112). And he's don't see the internal GPS (the led blinking).
=> I can't install EZinput keyboard 1.5 and 2.0 => I've got error a the first run, the virtual keyboard don't works and don't appear on screen.
Anyway this is the best French ROM at this time, thanks for your work.
PS: I forget it use Radio ROM vers. 3.07.90
BarresDefilementReduites
J'ai dès le premier démarrage un message Info :
\BarresDefilementReduites.cab does not exist!
Et le P3300 ne réagit plus à rien, ni même le bouton on/off
Après un reset ?
Ca remarche et sans erreur
Sinon, très beau travail !
-----------
At the first boot, I had a message :
\BarresDefilementReduites.cab does not exist!
Then P3300 don't react at any command (not power button anymore)
After a reset ?
Everythink works perfectly
Very nice job !
Mais pourquoi tout le monde ne se jette pas sur cette rom qui est la meilleure de tous les temps ?
But why don't anyone download this rom that is the best of all ?
waiting for kitchen WWE^^
this rom is indeed extremely zippy, especially considering its m2d!
unfortunately the customization process isnt executed fully, aborts trying to install "braisseur exlime ligne" (or something like that) cab!
would be nice if we could get a list of the process, ideally all the cabs...
greetz
Hello Again,
Thanks again for your work.
The rom with 4M pagepool is now so slow...
The first with 6 M was so fast !!
I'll change from 4 to 6 in your 22/08 release to see if it's as fast as the first release.
Thomas
flash
Bonjour
Je viens d'hériter d'un HTC P3300 (donc nouveau dans le domaine), il est dans sa version d'origine WM5 et accepte sim SFR et Orange, j'aimerai le flasher avec cette rom
Comment dois je m'y prendre ???
Merci pour les réponses.
Tu doit faire un USPL (Hard-SPL) : http://forum.xda-developers.com/showthread.php?t=311403
Tu fais un sim unlock
Tu peux aussi faire un upgrade de la rom radio
Et tu enfin tu fais un upgrade via cette rom.
chtipiccard, i you wnat to upgrage your P3300, you must :
-Upgrade the SPL rom (HARD-SPL : http://forum.xda-developers.com/showthread.php?t=311403)
-Unlock the sim card : http://wiki.xda-developers.com/index.php?pagename=Artemis_SimUnlock
-You can upgrade the radio rom, if you want : http://wiki.xda-developers.com/index.php?pagename=Artemis_RadioUpgrades (for France : 3.18, 3.21 or 3.34)
-You are ready to upgrade with this rom
Good Luck, if you need help, you can contact me by "private message"
chtipiccard said:
Bonjour
Je viens d'hériter d'un HTC P3300 (donc nouveau dans le domaine), il est dans sa version d'origine WM5 et accepte sim SFR et Orange, j'aimerai le flasher avec cette rom
Comment dois je m'y prendre ???
Merci pour les réponses.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=4377664&postcount=7
DrakkoFR said:
J'ai dès le premier démarrage un message Info :
\BarresDefilementReduites.cab does not exist!
Et le P3300 ne réagit plus à rien, ni même le bouton on/off
Après un reset ?
Ca remarche et sans erreur
Sinon, très beau travail !
-----------
At the first boot, I had a message :
\BarresDefilementReduites.cab does not exist!
Then P3300 don't react at any command (not power button anymore)
After a reset ?
Everythink works perfectly
Very nice job !
Click to expand...
Click to collapse
L'erreur au démarrage concernant BarresDefilementReduites/cab est résolu, merci !
Error at startup about BarresDefilementReduites/cab is resolved, thanks !
This ROM is awesome! Would be even more awesome if you added the Camera 6.13

[TUTO] 27/05/2010 Translate How Rom you want in your language

If you want to translate the tuto in your language, I can paste in the this post
Thanks
[size=+2]A. In ENGLISH[/size]
I have I little technique to translate how rom I want
First select your Prefer, Stable, Pretty ROM....
Second, flash your phone whis it
And when all working, network is configure, soft was installing... , you can begin to Work
example for 28205 Roms:
1. Open your *.nbh rom file with htc ROM Image Editor<== Click
You can see all .mui file you need in your language
2. You need to have all mui "file" (not module or package) for you wanting rom
you can found here the OS file <== Click
For soft file, you need to found in stock Rom, and if you not found all file you need, rename the original file with the local code
ex: Camera.exe.0409.mui ==> Camera.exe.040C.mui
If you not do this, you haven't see any word in the soft
3. Use Everius Kitchen "from module to file" to convert the module in *.mui file
4. In the phone, put all 28205 *.mui file in windows folder.
5. Always in the phone, in windows folder, copy and past "Start Menu" folder and "StartUp" folder, and rename the copy folder in the language you want
example for ENG to French:
"StartUp" ==> "Démarrage"
"Start Menu" ==> "Menu Démarrer"
"Start Menu/programs" ==> "Menu Démarrer/Programmes"
"Start Menu/Settings" ==> "Menu Démarrer/Paramètres"
6 .When you have do this, you need to modify the registry (If I have the time I make .cab)
For french:
HKLM/MUI/SysLang: 0409 ==> 040C
HKCU/MUI/CurLang: 0409 ==> 040C
7. In regionnal setting change in your language (French or what you want)
The phone want to Restart, says YES, and after, normaly you should be in French Rom
When the phone restart, if you want, you can tranlate all shortcut name for the total translate
This Work with all language you want
I don't know if you have understand me (Sorry for my english), but good luck and good work, and if you have question, you can ask
mui File: 28205 QVGA FRA<== Click
mui File: 23553 WVGA FRA<== Click
[size=+1]If you have this error "..\..\common\persistence\internal\winfile.cpp :56" see here<== Click[/size]
[size=+2]B. In FRENCH, en Francais[/size]
Une petite technique pour traduire n'importe quel ROM winMo
Dabord choir votre Rom
Ensuite flasher votre téléphone avec
Configurer les parametre reseau, installez vos soft...
Ensuite tous depend de votre la version de votre ROM. Example pour 28205:
1. Ouvrir le fichier *.nbh avec htc ROM Image Editor<== Click
Vous y verrez tous les fichiers *.mui, et il vous faudra trouver les meme, mais en francais ( *.040C.mui )
2. Vous pouvez trouver les derniers fichiers langue systheme "ICI" <== Click
Pour les traduction soft, il faudra les retrouvers dans les ROM officiele.
Si vous ne les trouver pas, il vous faudra les renomer avec votre code langue
ex: Camera.exe.0409.mui ==> Camera.exe.040C.mui
Du coup le soft ne sera pas traduit, mais si vous ne le faite pas, vous allez vous retrouver avec des page blanche, ou des menu vide
3. Les fichier systheme sont parfois sous formes de dossier mui (pachage ou module), il vous faudra les transphormers en fichier *.mui
Pour cela, j'utilise la fonction "from module to file" qui ce trouve dans Everuis Kitchen.
4. Une fois recuperer tous les fichiers necessaires, les coller dans le dossier windows du téléphone
5. Toujour dans ce meme dossier, copier coller le dossier "Start Menu" et "StartUp" et renomer les copie de cette facon:
Example d'Anglais vers Francais
"StartUp" ==> "Démarrage"
"Start Menu" ==> "Menu Démarrer"
"Start Menu/programs" ==> "Menu Démarrer/Programmes"
"Start Menu/Settings" ==> "Menu Démarrer/Paramètres"
6. A partir de ce moment l'on peut modifier les registre pour valider la langue. Il faudra modifier les suivante:
HKLM/MUI/SysLang: 0409 ==> 040C
HKCU/MUI/CurLang: 0409 ==> 040C
7. Aller dans les parametres systheme de votre telephone, puis changer la langue dans regional setting.
Le telephone vas vous demander de redemarrer. Dites YES, et si vous avez bien suivi les differante étape, au redemarrage, votre téléphone sera en francais
Dans le menu demarrer, vos raccourcis seront toujour en anglais, mais libre a vous de les traduire une fois la ROM Franciser
mui File: 28205 QVGA FRA<== Click
mui File: 23553 WVGA FRA<== Click
[size=+1]Vous avez cette erreur "..\..\common\persistence\internal\winfile.cpp :56" see here<== Click[/size]
No body want to translate rom?
Thanks for the guide. May try this on my old Trinity just for fun or if my daughter want to use it in her native language.
this is made for that
Hello!
This method is it possible to Samsung Omnia II and/or Pro ?
kiliss said:
I have I little technique to translate how rom I want
First select your Prefer, Stable, Pretty ROM....
Second, flash your phone whis it
And when all working, network is configure, soft was installing... , you can begin to Work
example for 28205 Roms:
1. Open your *.nbh rom file with htc ROM Image Editor<== Click
You can see all .mui file you need in your language
2. You need to have all mui "file" (not module or package) for you wanting rom
you can found here the OS file <== Click
For soft file, you need to found in stock Rom, and if you not found all file you need, rename the original file with the local code
ex: Camera.exe.0409.mui ==> Camera.exe.040C.mui
If you not do this, you haven't see any word in the soft
3. Use Everius Kitchen "from module to file" to convert the module in *.mui file
4. In the phone, put all 28205 *.mui file in windows folder.
5. Always in the phone, in windows folder, copy and past "Start Menu" folder and "StartUp" folder, and rename the copy folder in the language you want
example for ENG to French:
"StartUp" ==> "Démarrage"
"Start Menu" ==> "Menu Démarrer"
"Programs" ==> "Programmes"
"Settings" ==> "Paramètres"
6 .When you have do this, you need to modify the registry (If I have the time I make .cab)
For french:
HKLM/MUI/SysLang: 0409 ==> 040C
HKCU/MUI/CurLang: 0409 ==> 040C
7. In regionnal setting change in your language (French or what you want)
The phone want to Restart, says YES, and after, normaly you should be in French Rom
When the phone restart, if you want, you can tranlate all shortcut name for the total translate
This Work with all language you want
I don't know if you have understand me (Sorry for my english), but good luck and good work, and if you have question, you can ask
Some FRENCH MUI FILE<== Click
Click to expand...
Click to collapse
Hmm... Will this work for HD Blackstone?
zth said:
Hello!
This method is it possible to Samsung Omnia II and/or Pro ?
Click to expand...
Click to collapse
They normaly works for all windows Mobile Phone: wm5 wm6 wm6.1 wm6.5 wm6.5.x
ladieslova said:
Hmm... Will this work for HD Blackstone?
Click to expand...
Click to collapse
Yes Man
I'd like to try your method with this ROM:
Rata F02-10 based on 23529 FULL ROM 14-03-2010 2G and 3G
Is that possible?
Thank you for your tutorial.
In French :
Je voudrais bien essayer ta méthode avec cette ROM :
Rata F02-10 based on 23529 FULL ROM 14-03-2010 2G and 3G
Est ce que c'est possible ?
Merci pour ton tuto.
MUI Certificate Copy or Operate
I have got my xxxx.040d.nui files.
And i want to copy them to Windows folder.
(Or make a CAB that doing that...)
But how should i operate them?
(Setting CurLang to 040d, did NOT do the job)
The files are ORIGINAL from package 23549 (040D) i have used recmod to make them MUI files.
Are the Signed of Should i sign them again?
And then how to operate them?
McSpee said:
I'd like to try your method with this ROM:
Rata F02-10 based on 23529 FULL ROM 14-03-2010 2G and 3G
Is that possible?
Thank you for your tutorial.
In French :
Je voudrais bien essayer ta méthode avec cette ROM :
Rata F02-10 based on 23529 FULL ROM 14-03-2010 2G and 3G
Est ce que c'est possible ?
Merci pour ton tuto.
Click to expand...
Click to collapse
Possible whis all rom you want hihi
Possible avec toutes les rom hihi
bonne traduction
kiliss said:
Yes Man
Click to expand...
Click to collapse
Also for omnia ....i mean ..non htc mobiles...?¿?
If it is like this... will try tomorrow....
Let´s see if this works..maybe i will need some help...
TheAgent1982 said:
I have got my xxxx.040d.nui files.
And i want to copy them to Windows folder.
(Or make a CAB that doing that...)
But how should i operate them?
(Setting CurLang to 040d, did NOT do the job)
The files are ORIGINAL from package 23549 (040D) i have used recmod to make them MUI files.
Are the Signed of Should i sign them again?
And then how to operate them?
Click to expand...
Click to collapse
If you modify your mui file, you need to sign again.
For the cab, I have made some test, they work, but the probleme is the menu because all icon are absent. this is the reason why you need to copy the start menu folder
kiliss said:
If you modify your mui file, you need to sign again.
For the cab, I have made some test, they work, but the probleme is the menu because all icon are absent. this is the reason why you need to copy the start menu folder
Click to expand...
Click to collapse
Yes, but howe should i get them work after copy them or Making a CAB?\
do i need to install SDKcerts.cab or other configuration?
Thanks!
Your Guide really Helps!!
Internal error
I did, step by stem, what you say to do.
But after changing the SysLang to my language, after Soft-Reset i get Internal Error:
..\..\common\persistence\internal\winfile.cpp:56
Click to expand...
Click to collapse
What Should i do?
Any Idea?
Thanks for your time...
htc touch dual
i want to translate my rom in romenian language, somebody can help me?
TheAgent1982 said:
I did, step by stem, what you say to do.
But after changing the SysLang to my language, after Soft-Reset i get Internal Error:
What Should i do?
Any Idea?
Thanks for your time...
Click to expand...
Click to collapse
Same problem.
Thx man two questions where can I find windows mobile 6.5.X roms and the second question is where can i find Everius Kitchen.
jan-willem3 said:
Thx man two questions where can I find windows mobile 6.5.X roms and the second question is where can i find Everius Kitchen.
Click to expand...
Click to collapse
Ervius can be found in the Dev and Hacking section, and roms... pretty much anywhere in this site (depending on your device that is).
Ervius
In the start post there the text
Everius so I couldn't find

Categories

Resources