Re: - Windows Mobile Development and Hacking General

Re:
Thanks for replay.
I Want a create wraper dll but a need to a all functin param and orig dll.
a get a dll from IMATE JAM by OSImageTools but this file is not work correctly.

Related

RIL.DLL change and replace?

I have a I-MTAE JAM.
I get a RIL.DLL by pmemdump and dumpmem and patch a RIL.DLL by IDA Pro.
I need to replace this dll to rom but i no know this work.
You can replace the DLL only if you'll find a version that contains relocations. Check different ROM builds (sometimes HTC forgets to make this DLL as XIP so it can be dumped in a working state), check extended ROMs of different Magician updates, maybe CABs there contain a working copy of RIL DLL. Or patch the ROM image so that RIL.DLL is named as RI_.DLL and insert there your own copy that would redirect all unhandled calls to RI_.DLL. Or you may patch the DLL directly in ROM image. Or you may replace RILGSM DLL, RIL.DLL uses it internally, and this DLL is always with relocs. But it is completely undocummented.
This depends on what are you doing.
Thanks for replay.
Can you describe this operation step by step?I mean I have a patched Ril.dll
now,and I want to replace it with the Ril.dll in my IMATE JAM ROM.I want the
exact steps to do this.I there any document that can help me for this?
In addition,I want to know Is there any deferent between DLLs that we see in
\Windows directory of PDA with what have been dumped by pmemdump?Because
the size of dumped file and the size of file that is shown in PDA are deferent.
sincerely yours
Read MSDN about XIP files (eXecute In Place)

Instruction on how to generate working .reg files on WM5 ?

Hello,
can anyone tell me if there a good instruction somewhere about producing an executable .reg file for the WM5 platform (Qtek 9000 PPC as well as Qtek 8300 Smartphone) ?
It should contain modifications to the registry which should be applied upon exectuting this file.
(With thge help of a second such file I'd like to reset the initial reg values back.)
Thanks in advance.
well
just look inside a .reg file with notepad.
example:
[HKEY_CLASSES_ROOT]
[HKEY_CLASSES_ROOT\.2bp]
"Content Type"="image/bmp"
"Default"="bmpimage"
"PerceivedType"="image"
[HKEY_CLASSES_ROOT\.3gp]
"Default"="3gpfile"
that's it...
im sure u understood what should be done...
To make it executable you need to write a custom app or import the reg settings into a cab and load the cab.
V
How do i make a .reg file delete a value in the registry ??
I think you insert a - before the key
I'll have to google to confirm, but I'm cooking right now
V
vijay555 said:
To make it executable you need to write a custom app or import the reg settings into a cab and load the cab.
V
Click to expand...
Click to collapse
Thanks to all !
Yes, just this would be my prime question:
Is there any documentation on how to make it executable by "transforming it into a cab file" ?

No WModem.exe on My Hermes,help!

Hey, my buddy has got Hermes with 2.11.255.1 [03/07/07] ROM version (test with 3.3 Aku) on aboard. And guess what - it seems he doesn't have WModem.exe in his Windows folder! Now he can't make his new Herm a modem for his laptop. Please, if someone has cab file with WModem.exe (and other needed files and registry values / keys) , attach this cab to this topic,ok? Thanx in advance from me and my buddy.
Ps. We don't want to reflash to another Rom image.

problems!! Getting CM_Entries.xml to be executed on HW6945

Hi everyone....im trying to custumize an IPAQ HW6945 via CM_Entries.xml....I have allready built the cab, included setup.dll provided by HTC, built custom tsk and writen and rewriten like a hundred times the CM_Entries.xml file with all the pertinent provisioning commands.... the cab installs the files but doesn't seem to run the XML file.....it just changes its name to Customize_CSP.xml......and nothing going on .....ANY Idea anyone??
THANKS!!!!
Pollux
IPAQ HW6945 WM5
Rename it to _setup.xml and use the makecab application to create a cab.
Thanks....going to try that right away!!!!
Hi....thank you very much....im going to try right away!!!!
hope it works....
pollux
NOP.....didn't work.....
Hey!!!
nop ....it didn't work....same thing...it copies all the files ....but aparently it doesn't "execute" the xml......if any one feels like helping me.....THANKS A LOT!!!!!
POLLUX
heres a copy of what i have so far.....im stuck
Provide me with a .reg file with you regkeys and a zip with the files and I will do it for you in VS2005.

why the dll file by dumped is larger than the file in phone??

here is a problem.
i use viewimgfs.exe to get the dll file from the dump.bin.
it is work good.
but after i got the dll file , i found the dumped dll file is larger than it in the phone.
who can tell me why??? and how should i get the correct dll file.
Thx.....
this is normal.
You haven't files in ROM at all.
You have ROM Modules.
Creation time, file size, attributes were saved in ROM from original file, but not used.
So don't worry.
Hi,GreateVK
Thanks for your help.
after u read your reply.i ready know why.thank u again..haha!
but now i want ask u how to get a correct length dll file from the dumped bin file.
it is because that i want get only a dll file which i want to modfiy.eg ril.dll then , when i modified the dll,i consider to use the modified dll file to cover(replace) the dll in the phone.please tell me how to do that.thanks
weixuan
China

Categories

Resources