extract a program from an eten rom - Windows Mobile Development and Hacking General

Hi, i'm a proud owner of a universal (qtek9000) i'm looking for the software "cyberion voice commander" (non speed dial) italian language, unfortunately does not exist an italian commercial version of this software(otherwise I would buy it ).
I've an italian Eten rom (.exe) that have this program in extended rom, someone can help me to extract this program without install the rom (I haven't an eten )
Thank you...

From memory (it's been a long time since I did this, so it might all be wrong), for the Eten roms, run the installer, and it'll extract to a temp\ folder (use a file i/o tracker, or check your temporary files folder for which folder).
In there, I think you should find one file that is marked something like extended or something, and that can be opened with a standard virtual disk editor like winimage. Extract from FAT.
V

as i read in eten-user forum I've initially extract " EUU.exe", "USBDLUpdate_console.exe", "upgrade.bat" i think that upgrade.bat is really the rom and maybe contains the extended rom.
Now what do you suggest me to extract the program from this .bat
thanks a lot :wink:

What rom are you working on? Do you have a copy we can have a look at?
Thanks!
V

rom 215 Ita for Eten M600 , maybe in eten ppc there isn't an extended rom...
You have pm with the link to the rom...
Another ppc that have a rom with voice commander in rom is asus p505...
Thanks again...

Hello.. So, did you find the way to extract voicecommander from the rom??
I have the rom file (temp.dat 59.611.764 byte)
If someone needs it, please tell me that I'm going to share it!!
Thanks

I have ROM 230wwe for the eten m600 if you need it...I would like to know also how to extract this EXTROM.
Thanks

Does anyone know a way to extract files from an eten rom dupm (temp.dat file used in the flashing process) ?
Regards
h.

Related

PPC 2003 and mkrom

Any brave soul try using mkrom in conjucntion with the 2003 ROM? I think I might give it a shot here in a bit but wanted to know if anybody had tried it yet...
I've managed to build a 2003 ROM. It's extremely tricky though. I'm working on customizing a ROM similar to the XDA Developers SER - as soon as I get some free time
I'd like to acknowledge all the help given to me by Developer Itsme in this endeavor.
Let me know any suggestions you may have for the new ROM.
sheran_g,
i didn't know u could use mkrom with 2003 rom image. can u please post how u did it? i created a special version based on SE 1.1 rom but would like to put the same programs into the new rom. any help is appreciated.
thanks
alex
sheran_g said:
I've managed to build a 2003 ROM. It's extremely tricky though. I'm working on customizing a ROM similar to the XDA Developers SER - as soon as I get some free time
I'd like to acknowledge all the help given to me by Developer Itsme in this endeavor.
Let me know any suggestions you may have for the new ROM.
Click to expand...
Click to collapse
What's tricky about it...?
The modified registry file you make does not get picked up at the device startup. You need to manually inject the memory address of the modified registry file into the ROM in order for it to get picked up.
my latest romtools can be found at romtools
now it calls dumprom to find and fix the filedata offsets.
I think they should now build 2003 roms.
sheran_g,
can u post the steps that u take to buid it? i'm trying right now and its not working. i'm having little problems. can u post ur default.reg and initobj.txt? any other help is apreciated.
thanks
alex
Ok. Here they are in a nutshell:
Get the latest romtools.
Make the following dirs: romfiles, cfg, tmp, out, files, files1, files2
Split the ROM into Bootloader, bootimage, OS image, xipchain into the 'cfg' dir.
Dump the files in the OS image into a 'romfiles' dir.
Get the default registry file, initobj & initdb files into your 'cfg' dir.
Make changes to your default.reg and initobj.txt
Place any files you want loaded in the ROM into the 'files' dir.
Run 'mkrom.sh'
You should then have your new ROM. I'm sorry if it's extremely brief; you'll have to make do with this and the README file in the romtools archive file for now. You'll find my default.reg and initobj.txt files on my site: www.zensay.com/qtek/mkrom
sheran_g,
Have you created a decent working custom WM2003 ROM?
If so what Apps have you added?
How much ROM space does it use?
I've not added any apps to my ROM. I have only added a carrier logo file and made some changes to the registry. So I cannot comment on ROM space yet. The ROM works fine.
sheran_g,
what command did u use to extract rom files? did u do it under windows or unix?
I'm having problems trying to dump the rom image. I don't know if its too much to ask, but can u zip ur directory and post it somewhere so i can download it? or if u can post commands that u ran to dump the 2003 rom?
thanks
alex
Hi,
could you include "O2 home zune" to the 2003 image, like in the 2002 3.19 GER. Its for Germany interested only!
AR :?:
home zone depends on specific 3.19 rilgsm features. which are not in 4.*
okay, used dumprom -4 -d files -q nk.nbf and extracted all files. Got could not find pointer for ofs 00000000 ERROR but all the files seem to be there. Trying to figure this out. Saw the above abreviated directions but am fumbling around. Anyone have concise directions?
Val
Anyone? Just give me a good hint then please.
Hi all!
When i overwrite the rilgsm.dll file in the t-mobile 4.0.10 image with the rilgsm.dll from the O2 GER 3.19 image, i could use the "O2 home zone" option with the hz.exe in Starup directory? rilgsm.dll from german image hes 'at+creg=2' string in it. probably the RIL_GetCellTowerInfo call is now implemented. When it can work, how could i write the german rilgsm.dll to the image? I haven't linux, could somebody cook the image for me?
here is the germen rilgsm.dll and the hz.exe for the "home zone" funktion! http://www.nokiaprog.de/XDA/home_zone.zip
THX
PS: Sorry, my english! ;-)
AR
the homezone enabled rilgsm.dll depends on other dll's and exe's.
probably ril.dll, stk.exe, cell*.dll and maybe more, I have not tried
replacing all.
you don't need to build a new rom in order to experiment with this, you
can just copy the desired files to \windows, to override the rom versions.
And I don't think it works with the RIL_GetCellTowerInfo call,
but adds some notification events.
to change the CREG setting you need to call RIL_DevSpecific with parameter 25 ( to turn it on ) or 26 ( to turn it off )
even though that does not seem to be how hz.exe does it.
Hi,
I opened the image file in the Hex editor and renamed the file there rilgsm.dll. Then I flashed the image, which was phone probably deactivated, because rilgsm.dll was missing. Then I copied over ActiveSync the German rilgsm.dll into the Windows directory, XDA reset and he not accept the file. I assume because the file was not in the EPROM memory! Therefore I wanted to have rilgsm.dll first times in the image!
AR
XDA developer Itsme said:
my latest romtools can be found at romtools
now it calls dumprom to find and fix the filedata offsets.
I think they should now build 2003 roms.
Click to expand...
Click to collapse
Is there any other way i can access this site or I can download this files, the sites are block here in my country, Please Help
Ronnie

How to extract files from ATOM ROM?

As we know, to upgrade ATOM ROM we have to lauch an exe file downloaded from seeo2.com. But we cannot extract any file from this exe file except Boot.nb0 and this file is useless. Does anyone know how to extract other files from it. As I know, there are at least following files inside this exe file:
eboot.nb0
dm.nb0
flash.img
agent.mot
mot.mot
CPLD.img
assetinf.img
extended.img
MDOC.img
Its strange that there is no .nbf file at all. Is there any method to dump the ROM from a working ATOM? Can the Grabit utility grap ATOM ROM to SD? Will it be usable ?
I have dumped it already and uploaded here, but i do not remember are the files you search there.
Tamagochi said:
As we know, to upgrade ATOM ROM we have to lauch an exe file downloaded from seeo2.com. But we cannot extract any file from this exe file except Boot.nb0 and this file is useless. Does anyone know how to extract other files from it. As I know, there are at least following files inside this exe file:
eboot.nb0
dm.nb0
flash.img
agent.mot
mot.mot
CPLD.img
assetinf.img
extended.img
MDOC.img
Its strange that there is no .nbf file at all. Is there any method to dump the ROM from a working ATOM? Can the Grabit utility grap ATOM ROM to SD? Will it be usable ?
Click to expand...
Click to collapse
When you double click the exe file, it will extract files to Windows\Temp foler, files are all hidden.
I'm not sure if this is correct, but I was provided with
Xda-Atom-ENG-20060123_Feb2006_.exe
Double click. This will extract to your root drive
c:\
Device Software Update Utility.exe
diskimage_Ver.nb0
Extendedrom.img
nova_pda_033105.mot
vl1d_pda_Ver.mot
Extendedrom.img can be opened with winimage.
diskimage_Ver.nb0 - can't remember how I dealt with it, but in the "usual" ways I guess! Mamaich's romtools I suppose. Thanks Mamaich!
If anyone can, I could still really do with a live rom dump, using this app:
http://www.vijay555.com/vj/!Tools/dump_167.exe
I'm not sure if it works on the Atom, but I'd be grateful if someone could try it and let me know. A couple of nice guys have tried and failed
V
Vijay dear friend..
like i told you before...
the DUMP didn't work..
but you have the lastest rom.
any way, in a week or so, a new rom is about to come out, may the new rom could be dumped...?!?
Nadavi..
Exactly assasins, and I'm really grateful for the info.
I've dumped the rom file above, but a dump from the rom isn't the most useful ways to get files out of it. Some files aren't usable from there, so a live dump is best. But not to worry, I'll live without for now.
Oh, but I could still do with an atom registry dump if someone can send me that... gracias!
V
vijay555 said:
I'm not sure if this is correct, but I was provided with
Xda-Atom-ENG-20060123_Feb2006_.exe
Double click. This will extract to your root drive
c:\
Device Software Update Utility.exe
diskimage_Ver.nb0
Extendedrom.img
nova_pda_033105.mot
vl1d_pda_Ver.mot
Click to expand...
Click to collapse
Anyone know how to edit the mot files?
vijay555 said:
If anyone can, I could still really do with a live rom dump, using this app:
http://www.vijay555.com/vj/!Tools/dump_167.exe
Click to expand...
Click to collapse
dear vijay555
is this suppose to wirk with ETEN M600
it runs ok but I don't no ware it extract files
thanx
I think it extracts them to a folder on your sd card, called Dump.
If you've got an eten dump, I could do with one of those as well.
I didn't write this app - I can't even remember where it came from. If anyone wants to volunteer as the author, I'd like to know more about the app!
V
Will I think it's not working hear
noyhing in my SD or TMP folder
thanks for your help
Regards
Guys, what's the storage card called on the Atom?
Is it still called \storage card\?
V
xda atom
its called memory card.
is there have such tool like HTC mtty for Atom?

Custom ROMS Possible?

Given that crossbow is now floating around out there I was wondering if its possible to cook your own ROM for the Herald? I would happily start researching cooking ROMS etc. if it is. Or are we faced with a situation similar to that of the hermes where we need to find a bootloader that allows the flashing of unsigned code?
Hi,
i think the Problem is that Herald is not so popular as the Wizard and Prophet by now....
Let´s ait and see when someone is getting this nice one unlocked !
you are in the same situation as the Hermes.
AFAIK all devices using NBH for rom upgrades, need the upgrade file to be signed, otherwise bootloader won't flash it.
pof said:
you are in the same situation as the Hermes.
AFAIK all devices using NBH for rom upgrades, need the upgrade file to be signed, otherwise bootloader won't flash it.
Click to expand...
Click to collapse
thanks for the answer (not the one i was looking for though!), i noticed in your hermes thread that you managed to get your hands on the bootloader from a pre production hermes. has this helped? should i be looking for the equivelent for the herald?
It helped because it has the commands to flash unsigned code... i don't know if preproduction bootloaders in Herald will have the same "feature", but it may be handy if you can get one too
I can try looking but i wouldnt know where to start! any advice would be appreciated.
Bootloader of Herald is similar to that of prophet and wizard.The only differrence now is the nbh format.One needs to check if awizard work or not?Then we canthink of debranding.I am working on the Bootloader of herald.Will post everything in Wiki.Pls wait for some time
hdubli said:
Bootloader of Herald is similar to that of prophet and wizard.The only differrence now is the nbh format.One needs to check if awizard work or not?Then we canthink of debranding.I am working on the Bootloader of herald.Will post everything in Wiki.Pls wait for some time
Click to expand...
Click to collapse
ok thanks. If you need any assistance please ask me.
Here you go..
s4vva said:
ok thanks. If you need any assistance please ask me.
Click to expand...
Click to collapse
Thanks to aWizard v 1.3 beta2 and POF for making NBH extract..
I was able to flash my herald from 1.7 dopod asia to new HTC 1.8 without changing/touching IPL/SPL.Here is how to do :
1)Use POF's NBH extract and extract the ROM parts.
2) Copy the OS.nb to awizard ROM folder and rename it to.nba
3) From the Lib folder of awizard, transfer enable rapi and certsps cabs to yr device and install them.
4)Now run the batch file and select "e" to enable rapi.
5) Then you can directly choose the option "w".This will give you the option to choose the ROM u want.Select and wait till awizard finishes.
One can also back up the Extended ROM, Splash image, bootloader, Radio and OS ROM with awizard.
It is very interesting that the size of the .nb file extracted from NBH file and the size of the wizard ROM(80040000.nb) is exactly same.
I tried to put crossbow image into it..but I clouldn't boot the herald.The boot screen showed "OS 10.1.00.88
So if some one can extract the things from both the .nbs we can think of having crossbow in herald..and I think POF can do it.
I hope, this helps the members to upgrade and play with their toys.
You Rock
Finally !!!! Did it. followed the instructions and wallaa finally dutch rom Bye bye bye and Hello English Rom.
Thanx Guys you rock
Look'n forward to crossbow soon.
Very nice discovery hdubli!!
Unfortunately I don't have Wizard nor Herald, and I have not much experience in ROM cooking... you should ask the real gurus here if you want to port the Wizard's xbow to Herald.... I saw it was ported to Prophet, but I don't know about the internals of Herald and Wizard enough to say if this can be also done here or not.
Anyway, kudos for your finding!
P.S. You should add this info to the wiki!
well done hdubli, this is serious progress!
I have no experience of ROM cooking, however I have both a Wizard and a Herald, so if I can help in any way just let me know.
Can I update the page pool? I want more free ram I now have 24 mb, nut I really want al least 32mb
Can you help out how to extract my rom, is there any tuttorial? I tried XDA tools but it apears an error.
best regards
1. NBHextract
2. mamaich imgfs tools to extract OS.nb, if it does not work try tadzio's make/prepare imgf with "-hermes" switch.
thanks a lot
i'll try to get the portuguese rom for xda
best regards
pof said:
1. NBHextract
2. mamaich imgfs tools to extract OS.nb, if it does not work try tadzio's make/prepare imgf with "-hermes" switch.
Click to expand...
Click to collapse
looking for a bit of guidence here
i have the herald 1.8 ROM as .nba (taken from device using awizard)
and i have the wizard OS I want to use as .nb (extracted using typho5)
now my understanding here is i need to extract the herald drivers from the herald OS and replace the wizard drivers in the wizard OS, rebuild the OS.nba and write it to the herald using awizard. Am i heading along the right lines or am i way off? any help would be appreciated.
i really don;t know but if you have a rom with more ram I would like to have it lol
hdubli said:
Thanks to aWizard v 1.3 beta2 and POF for making NBH extract..
I was able to flash my herald from 1.7 dopod asia to new HTC 1.8 without changing/touching IPL/SPL.Here is how to do :
1)Use POF's NBH extract and extract the ROM parts.
2) Copy the OS.nb to awizard ROM folder and rename it to.nba
3) From the Lib folder of awizard, transfer enable rapi and certsps cabs to yr device and install them.
4)Now run the batch file and select "e" to enable rapi.
5) Then you can directly choose the option "w".This will give you the option to choose the ROM u want.Select and wait till awizard finishes.
One can also back up the Extended ROM, Splash image, bootloader, Radio and OS ROM with awizard.
It is very interesting that the size of the .nb file extracted from NBH file and the size of the wizard ROM(80040000.nb) is exactly same.
I tried to put crossbow image into it..but I clouldn't boot the herald.The boot screen showed "OS 10.1.00.88
I do the same thing as you did, tried to put crossbow image into it, and it boot up and freeze at the start screen, so now I have the problem, how to put the old OS back?
I have back up the OS ROM, but my machine can only boot into the tri-color screen, how did you do on your machine, please tell, it will hellp me out.
Thanks
Click to expand...
Click to collapse

How can i extract keybddr.dll from my device!!!

Hello everybody
when i update my device to a newer rom i found couple problems on my hardware keyboard ,, and somebody told me you have to copy keybddr.dll from your previus rom ( i-mate K-Jam 2.16 arb ) then copy the file to windows folder on the newer rom ( accept the replacing )
but when i try to copy it i get the message : you can't copy the file
i used resco explorer and total commander all same problem.
im not an experience on dumping , if something can i do it without coding ; it will very well .
if you need the rom here you are ftp://ftp.clubimate.com/K-JAM_Arabic_2160901_21609102_20710_ship.zip
thanx in advanced
In my mind, copy it is a problem, ovewrite it to your device is another problem. First problem is easy to deal, if the system is WM5, the second one perhaps is easy too if you can modify the registry to rename the drivers' name.

How to replace my Ext_Rom with another one!!!

Hi Guys
Is there anybody who can guide me if it is possible to replace the Ext_Rom of a WM6 with WM5 or not?!!!
Actually I had a problem with my Ext_Rom...(There's a CLEARVUE...a default program for Reading PDF files which I hate it,but I can't prevent it of being installed while costumization of WM5 ) So I wondered If I can change My Ext_Rom with the one whcih has not Clearvue inside?
If yes,then how???
Thanks
Easy.
Go to the WiKi and search for "unlocking extended ROM of Prophet".
The extended ROM is just a collection of cabs. On the Prophet (at least in WM 5 not sure if they changed it in WM 6) you can open it with a simple registry change and then manually delete or add cabs. (note that cabs must be signed to automatically install after hard reset)
I looked over the backup of my Ext_ROM (from official i-mate ROM) but could not determine which cab installs ClearView just by their names.
You could always try them manually one by one or use CECabManager (google) to see whats inside.
levenum said:
Easy.
Go to the WiKi and search for "unlocking extended ROM of Prophet".
The extended ROM is just a collection of cabs. On the Prophet (at least in WM 5 not sure if they changed it in WM 6) you can open it with a simple registry change and then manually delete or add cabs. (note that cabs must be signed to automatically install after hard reset)
I looked over the backup of my Ext_ROM (from official i-mate ROM) but could not determine which cab installs ClearView just by their names.
You could always try them manually one by one or use CECabManager (google) to see whats inside.
Click to expand...
Click to collapse
Hi Levenum
It's really great to have someone to help you,finally.Thanks a lot,man .Actually I know how to un-hide the Ext_Rom,but the problem is that I can't find the cab that is installing this damn Clearvue program
I'm looking for someone who guide me which Cab is responsible for that(Gives me the name of the cab.file)...or....Any hero who guide me is it possible for me to change my current Ext_Rom with the another one that is not included that damn CLEARVUE???!!!
Thank you again for helping
Heloooooooooooooo
Isn't there anybody who direct me (and many others who have got the similar problem) by just saying how we can get rid of CLEARVUE in the Ext_Rom or at least replacing it with ACROBAR READER?
I already know how to un-hide AND Unlock the extended rom...
I need only the name of the cab file (which installs CLEARVUE),...nothing more...
It's NOT installed in the ExtROM, it's installed in the "base"ROM.
Black-Rose said:
It's NOT installed in the ExtROM, it's installed in the "base"ROM.
Click to expand...
Click to collapse
Hi Black Rose
I don't care where this damn software is,and I'm not gonna debate you over it...You just tell me what s the name of the cab.file...And if you are so sure about the location,so tell me also the place of it(Base or Ext-Rom?? )
Thanks anyway
I think clearvue is pre-installed in the base ROM, so there is no cab file to delete.
For me, I just ignore that clearvue or adobe LE is there. I just went ahead and installed Adobe 2.0 and everytime I tap a pdf file, adobe 2.0 opens.
If that doesn't work for you, you can use resco explorer to assign which default prog to open any file... similar to "open with" in XP or Vista.
Putra said:
I think clearvue is pre-installed in the base ROM, so there is no cab file to delete.
For me, I just ignore that clearvue or adobe LE is there. I just went ahead and installed Adobe 2.0 and everytime I tap a pdf file, adobe 2.0 opens.
If that doesn't work for you, you can use resco explorer to assign which default prog to open any file... similar to "open with" in XP or Vista.
Click to expand...
Click to collapse
Hi Putra
Are you sure it's not in the Ext_Rom?Because after a hard reset,whenever I prevent the Ext_Rom of customizing my device (Stop customization),I don't have the CLEARVUE installed on my mobile.
This is why I think it must be somewhere in Ext_Rom.Even some excerpts told me that I have to replace my Ext-Rom with the one which doesn't have CLEARVUE...But he didn't tell me exactly how I can find such a extended Rom and how I can do the replacement...I also needed to know if the replacement may damage the Original Rom of my device or not?
Thanks for helping me, anyway and I would be more appreciated if you help me a little more in that.
Ok, in that case, then it should be in your extrom. However, I also do not know which is the cab file. One way is to prevent the extrom customization, and then manually install each cab from the extrom....
Why don't you just leave clearvue in your device, and simply install adobe 2.0? I don't think clearvue takes that much space...
you can edit the ext_ rom by editing the folder content in WM6
I recomend to use winimage to edit extrom, it will lock the ext rom
Putra said:
Ok, in that case, then it should be in your extrom. However, I also do not know which is the cab file. One way is to prevent the extrom customization, and then manually install each cab from the extrom....
Why don't you just leave clearvue in your device, and simply install adobe 2.0? I don't think clearvue takes that much space...
Click to expand...
Click to collapse
Hi again Putra
Thanks again for trying to help me solving this slight problem.You are right About the space that CLEARVUE takes,but I don't want to see in the list of my programs...I want to get rid of it thoroghly...So pleeeeeeeeeeeaseee help meeeeeeeee..... And show me the way to completely erase it from my device!!!!!!!!!
Chopin said:
you can edit the ext_ rom by editing the folder content in WM6
I recomend to use winimage to edit extrom, it will lock the ext rom
Click to expand...
Click to collapse
HI Chopin
Thanks a lot for helping me to solve this problem,but wou,d you pease elaborate a little bit more...After all,I'm a newbie!!!!!
Just tell me what's this WINIMAGE and also tell me if I would be able to find the cab file of CLEARVUE within my Ext_Rom to erase it or not?!?!
Thanks again
winimage to use with extension.nb, as anewbie let forget how to use this one. if you need to kow, use search you;ll find a lot about how to use this one.
just look in the folder and remove it, or just edit the file Config.txt and remove the cab you don;t wanna install, it is so easy and don't need any clarification.
tell me what ROM do you use
Chopin said:
you can edit the ext_ rom by editing the folder content in WM6
I recomend to use winimage to edit extrom, it will lock the ext rom
Click to expand...
Click to collapse
OFF TOPIC: Hi Chopin, can you explain how I can edit the contents of the extrom on WM6?
edit the files. delete any cab you want and instert anycab you want in the folder, but if you add a cab file then edit the file config.txt and and enter the cab file in it
Chopin said:
edit the files. delete any cab you want and instert anycab you want in the folder, but if you add a cab file then edit the file config.txt and and enter the cab file in it
Click to expand...
Click to collapse
Oops, I meant how do I unlock and unhide the extrom in WM6. What prog do I use?
The last time I tried using WM5 tools on PdaViet 01, it didn't work. I have not tried again. I'm on Gullum v6, btw.
if this is what you want here is the files for unlock, and please ask me more if this was not what u needed
Ok, thanx. I'll try them...
Stop off-topics...let's talk about main topic
Hi dear friends
I noticed that we have been a little been off-topic,so I wanted to recall that we are here to help each other to find a way for "HOW WE CAN DELETE ANY CAB(In my case...CLEARVUE's cab file)INSIDE THE EXT_ROM OR CHANGE IT WITH ANOTHER CAB(Again in my case changing default CLEARVUE with ADOBE ACROBAT)?????
My friends
I even checked the Config.text file within my Ext_Rom,but unfortunately even there was no name and trace of CLEARVUE?!?!!??But I' sure it must be there...since when I stop my device of being costumized after a hard reset,I never see this CLEARVUE in my programs...So that means it must be somewhere in Ext-Rom..Somebody...Some hero....some know-all tell me where?????And under what name?!?!??!??!??!?!?
please, we already answer this question, to help you more, what ROM do you use?

Categories

Resources