Dear all friends in XDA-Developers,
can any expert help me to get the file - "msim.dll" and "msim.96.dll" from any english wm5 rom ?? thanks a lot
BR,
Leo
It is this archive
make backup first before using these.
Original ePod system files.
Comes from here:
http://members.netjunkies.net/epods/File_Detail.asp?ID=3
Any body help!
Especially developers...
Please post typhoon rom cooking tools...I need to modify for my own need
can someone??? somebody?
EDIT: NOT ANYBODY YET???
please shere em....why just confine em to urself???
i'm also lookin for it.......
princepavs said:
i'm also lookin for it.......
Click to expand...
Click to collapse
there you go
Thank You Thank You...
A million thanx....at last someone spoke up....
I am testing em now
EDIT:imgfs_raw_data.bin isnt being dumped correctly...whats the problem???
please!!!!!
those who have developed a successful copy of windows mobile flashing images....please cant U guide????
dark_prince said:
A million thanx....at last someone spoke up....
I am testing em now
EDIT:imgfs_raw_data.bin isnt being dumped correctly...whats the problem???
please!!!!!
those who have developed a successful copy of windows mobile flashing images....please cant U guide????
Click to expand...
Click to collapse
OK get your os.bin file use bin2nb.exe to split bin in to os.nb then use prepare_imgfs.exe -nosplit to split os.nb into imgfs_raw_data.bin & imgfs_removed_data.bin then use viewimgfs.exe to dump imgfs_raw_data.bin
Thanx buddy U saved my day
really nice..so i am going gud with your help
downlaoding sp3dev rom to modify it...andots is just buggy
EDIT: still no luck
I get an empty os.nb file....my bin's name is os.bin
I convert it via bin2nb os.bin os.nb....only an nb file with size of 0 bytes is created
Hello everybody !
I need to obtain my XIP folder from my file " Boot.nb", but the dumprom.exe do not function
Anyone could help me please !
The file boot.nb is locating here :
http://dl.free.fr/kK2SYKeT2/boot.nb
Great Thanks !!
Nixeus
Hello !
I have succed to create a wm6.1 rom on my MIO P550, but i have a little problem :
When i want to open the brightness , it open and close immediately !
It will be OK on wm6, but not with wm6.1 !!!
Have yo some idea ? problem with CPL file ??
Any other solution , can I use an other Brightness file ?
Or it is a driver problem ?
Great thanks !!
Nixeus said:
Hello !
I have succed to create a wm6.1 rom on my MIO P550, but i have a little problem :
When i want to open the brightness , it open and close immediately !
It will be OK on wm6, but not with wm6.1 !!!
Have yo some idea ? problem with CPL file ??
Any other solution , can I use an other Brightness file ?
Or it is a driver problem ?
Great thanks !!
Click to expand...
Click to collapse
Could be the following:
1) Driver issue. Make sure you have the correct device drivers!
2) *.mui issue. If the apps don't have the correct localistation, they won't load at all...
3) may be a direct incompatibility... Nothing you can do about that, other than get files from a WM6.1 ROM.
OK, thanks for your help !
I have try to replace the drivers with other.....
But no succes
Nixeus said:
OK, thanks for your help !
I have try to replace the drivers with other.....
But no succes
Click to expand...
Click to collapse
Are the *.cpl files from a WM6 ROM, or a WM6.1 ROM?
from a wm6.1 rom !
Nixeus said:
from a wm6.1 rom !
Click to expand...
Click to collapse
Did you also use the *.mui files from that ROM?
Humm no i just have recopy the folder in OEM\DRIVERS, and the BACKLIGHT.exe
But this backlight ( backlight which coms from MIo A701) open, but no changes when i slide !
are there any *.mui files there?
They may be in OEMLang...
So, i will try tomorow with the MUI files
Nixeus said:
So, i will try tomorow with the MUI files
Click to expand...
Click to collapse
Good luck with that!
YESSSSSS!
I have replace MUI files and backlight.exe from the MIO A701 ROM !!
So i need to search how to re-link the backlight.cpl to the new backlight.exe !
Or convert backlight.exe to backlight.cpl
Great thanks my friend
Using the control panel registry settings, you can link to an EXE...
great thanks to your help !!!!!
[HKEY_LOCAL_MACHINE\ControlPanel\BackLight]
"Redirect"="backlightAP.cpl"
replacing by :
[HKEY_LOCAL_MACHINE\ControlPanel\BackLight]
"Redirect"="backlight.exe"
You think that it will be OK ?
Should be fine.
i will test ! thank !!
Good luck... That should work fine, as it is like that for some other control panel items.
The redirection don't work, i continu to search !
Try entering it as the full path...
Code:
[HKEY_LOCAL_MACHINE\ControlPanel\BackLight]
"Redirect"="\\Windows\\backlight.exe"
Hello everybody,
I had get a Hermes yesterday , and i would like to dump my IPL myself !
How perform this ?
Note : i can use JTAG if necessary !
Great thanks
Regards,
Nixeus
Hi Nixeus,
congrats to you, for your new device
Nixeus said:
I had get a Hermes yesterday , and i would like to dump my IPL myself !
How perform this ?
Note : i can use JTAG if necessary !
Great thanks
Click to expand...
Click to collapse
I would suggest to try the tool Haret first.
It's a nice tool to do some investigation on hermes.
There should be some threads, with instructions how this could be done.
There are some other tools flying around, search for itsme...
Smart guy who wrote a lot of useful stuff!!
http://www.xs4all.nl/~itsme/projects/xda/tools.html
You see there's no need to disassemble the device and fiddle around with little cables (at least right now ).
Anyway, if you like it check out the JTAG stuff.
No problem to read out any block of flash of course!
Good luck!
scholbert
Great thanks for your answer,
It appera that the itsutils software cannot dump the IPL !
I will investigate with haret ( linux tool)
If anyone have other informations, i'm OK
Thanks a lot
regards,
Nixeus
How can i dump the IPL with JTAG ? great thanks
Nixeus said:
How can i dump the IPL with JTAG ? great thanks
Click to expand...
Click to collapse
See this thread for information about JTAG on hermes:
http://forum.xda-developers.com/showthread.php?p=2192131
First you'll need one of these LPT-adaptors to get access to hardware.
Please have a look in the manual for the LPT-pinout.
Then you may use MSP-Herm.exe to dump any area of NAND.
Unfortunately the tool only allows to dump to screen, not to a file.
There's also a detailed table of NAND-layout, at least of the first blocks.
Block 0, Page 0 is were IPL starts (obviously at the beginning ...)
Good luck!
scholbert