This XIPPort tool isn't exactly friendly or bug-free. Is there documentation explaining what the realloc P/V buttons do? More importantly, is source code available?
This should be of (limited) help: http://read.pudn.com/downloads189/sourcecode/embed/886848/XIPPort.source/XIPPort.h__.htm
Thanks, that helps!
Anyone have more source code from this program??
Related
hi all
i'm looking for steps for porting a build from a device to another.
for example 18xx base rom from trinty to wizard or HERMES
i know i have to change the oem drivers and apps, anything else!!
thanks in advance for the prof who answering
You need to port the xip section too. Im no expert in this area and my success rate is shocking. Suppose you want to port a rom from trinity to wizard/hermes...you have to port the xip section from the trinity to the wizard or hermes. This involves mapping out the original address of the trinity xip then substituting the wizard files then remapping and reallocating and edit certain lines of the S000 files. I suggest you read as many threads as you can find for using bepe's xipport tool.
It is very difficult to port a rom. Unfortunately thats all the info I have, you can try pm-ing a few experts to see if they cough up a bit more info but I doubt they will reply.
Cheers
Ok im seeking those who have expierience with this, I am porting the XIP from the Raphael build and managed to port everything over but heres where problems start:
1. When i use the reloc tool 2 of the modules wont reloc it give me and invalid key error.
2. Once i reloc and rebuild the xip_out.bin how do i combine that and make a new OS.nb? Also how big approximately should the .nb file outputted by the XIPport tool be, mines only about 6mb...
3. What is the default XIP device key to put in the XIPport to in the line above nk.nb for the Vogue?
PLEASE help me all help is appricieated.
fayfay392 said:
Ok im seeking those who have expierience with this, I am porting the XIP from the Raphael build and managed to port everything over but heres where problems start:
1. When i use the reloc tool 2 of the modules wont reloc it give me and invalid key error.
2. Once i reloc and rebuild the xip_out.bin how do i combine that and make a new OS.nb? Also how big approximately should the .nb file outputted by the XIPport tool be, mines only about 6mb...
3. What is the default XIP device key to put in the XIPport to in the line above nk.nb for the Vogue?
PLEASE help me all help is appricieated.
Click to expand...
Click to collapse
1. what 2 modules? you will find future porting will be easier if you only move modules in OEMXIPKernel.
2/3. in xipport the bottom box is for the address to insert your xip.bin back into os.nb.payload. for vogue you want address 00320000
dcd1182 said:
1. what 2 modules? you will find future porting will be easier if you only move modules in OEMXIPKernel.
2/3. in xipport the bottom box is for the address to insert your xip.bin back into os.nb.payload. for vogue you want address 00320000
Click to expand...
Click to collapse
Thanks for the quick reply, if there anyway you can help me on MSN? I can only remember one module at the time its like hd.dll...
Ok im making progress, i have it ported and moved into the OUT folder into there corresponding locations. Now i use the 320000 code and export it to xip.bin now how to i combine this to the os.nb to make into the new one?
PLEASE HELP QUICK!!!
Sounds like you need to read some more guides.
00320000 is how you combine it.
Thats what i used and did. typo. flashing now.
Hi,
I have a question for you.
It's possible create with visual studio 2008, c# multitouch application?
If it's possible, have you a example code?
Thanks for your support
xoooox
Just take a look at my multitouch dll
www.scilor.com/hd2-leo-dotNetCfMultiTouchDLL.html
scilor,
I have two questions:
1) why i have to create a key on register? If i don't create a key on the my HD2 not view my application how multitouch? (enable multitouch?)
2) have you create a dll on c++? If the answer is YES, why on c# I not create a ovverride the WndProc function?
Thanks for your support
xoooox
(sorry for my english)
1)You will have to add you program to the multitouch whitelist
2)It is in C#/Vb.net and overrides the WndProc
You are able to write in any other language?! Spanish/German
Maybe try to write it "easy" in your native language and try to translate it with Google Translate
Download issues
Hi,
This looks very promissing!
I am interested in trying out the multitouch wrapper you created. http://www.scilor.com/hd2-leo-dotNetCfMultiTouchDLL.html
But, the download sites don't seem to work properly: Rapidshare is overloaded and the Upload.To site keeps defaulting to the premium download.
Can you post the package somewhere else?
Thanks.
Try to enable JavaScript and Cookies
Multihread and strong naming
Hi Scilor
I´ve tried to use jour .NET multitouch dll .. but when compiling i VS2008 i get the error Assembly generation failed -- referenced assembly 'SciLors-MultiTouch' does not have a strong name.
Researching for why it fails i found that the assembly must be recompiled with a strong name.
Could you please help ?
Regards,
Kasper
It should work, did you used my original dll?
Hi, I come from China.
These days, I get a problem.
That's my title said. How to use DirectDraw on Windows Mobile?
I found a file named "ddraw.h" in WM6 SDK folder.
But it is only used by c++.
I want to use DirectDraw by c# or vb.net.
Is there any idea?
Better to be a library...
Thank you!
[My English Doesn't well, Sorry.]
如果你会中文那就太好了:
这些天我遇到了一个麻烦,就是怎样在WM上使用DirectDraw
我在WM6的SDK里找到了一个ddraw.h文件
但是那是c++用的
而我是使用vb.net的
有没有办法呢?
最好是一个类库……
谢谢……
Anybody know it?
How can u draw your UI?
Did you check out http://forum.xda-developers.com/showthread.php?t=487354 and http://blogs.msdn.com/b/marcpe/archive/2006/03/03/542941.aspx which it references to as well?
The developer there seems to have similar issues and is using C# to access DirectDraw (by using a specially compiled dll.)
Since I'm no WM developer (yet), I can't help you out any further... but I'm sure some searching even on this forum alone should be able to provide you with enough information to get you started.
Oh and... welcome to xda-developers!
Thank you for your reply Art4.
I know that`s a solution. I tried to compile ddraw.h to ddraw.dll, but failed.
I'm very bad in c++, only VB.Net...
.h is just header which you include in your project (C++). The target .dll is already compiled somewhere in WM or the SDK. In that .h you can see what functions have which parameters and you can via interop and marshalling put them in your C# (or VB.NET) project and call them from there.
All is in the title.
My device needs COREDLL.dll and wce_rex.dll
Is there anybody who can give me those DLL missing in my WinCE 5 device?
Please, post them in this thread, or mail them to:
lareponse42_at_gmail_dot_com
Coredll corresponds with the CE kernel build, wce_rex.dll is delivered by OEM (as much as it might be the same for all devices).
I've found COREDLL.dll, but can anybody give me wce_rex.dll?