| Thread | Last Post | Replies |
|
| How can I get 'USB Cable:' as an option in network direct connections? | 08 Oct 2005 00:57 GMT | 2 |
Hi group. Hopefully someone can help me. I have done a CE 5.0 build for an x86 device and can ActiveSync to it using any of the 4 com ports, but I don't see 'USB Cable:' as an option, even though I have added 'Serial' under 'USB Function
|
| CE 4.2 Media FlashPlayer support ? | 07 Oct 2005 23:23 GMT | 1 |
Hey folks, Anyone know of any off-the-shelf Windows CE 4.2-compatible FlashPlayers that I can "easily" integrate into my PB catalog ? I've fired off an email to Macromedia asking the same thing but whilst I
|
| Crash Hooks? | 07 Oct 2005 22:11 GMT | 3 |
Our platform is essentially shell-free and runs only a single application. Is it the shell that displays system error messages? How/where do I find these message hooks so we can override them with our own?
|
| How to include a binary file in startup.s | 07 Oct 2005 15:50 GMT | 2 |
I have an excalibur board from Altera. Its core is ARM 922T and has PLD. As you may know, the PLD configuration file should be programmed in boot loader. The PLD configuration file is a kind of raw binary data.
|
| about design template | 07 Oct 2005 06:45 GMT | 1 |
Dears, the windows ce have some design template option like enterprise web pad, ip phone... now i would design a own stadndard template.
|
| xscale GPIO manager ... proposal?? | 07 Oct 2005 04:49 GMT | 8 |
Here is an idea for a simple GPIO manager. I have seen several implementations on this read-modify-write problem, some better then others. The problem is basically an atomic thread safe (read-modify-write) update of a native register. I have seen everything from no protection at ...
|
| Debugging off the shelf device? | 07 Oct 2005 01:30 GMT | 10 |
How can I debug an NDIS Protocol Driver on an off the shelf Pocket PC running wince 4.2??? can I use Kernel Debugger to actually achieve this in a same way that windbg is used? do I need TUX at the same time with Kernel Debugger? where can I read about it? Most of documentation are ...
|
| hive | 07 Oct 2005 00:16 GMT | 4 |
I am building a CEPC with the evaluation version of the CE 5.0 platform builder. When I add hive support the platform does not build, with a link error building aygshell.dll.
|
| USB Bootloader | 06 Oct 2005 23:32 GMT | 5 |
I am new to WinCE and develop a device using WinCE 5.0. I am now using i.MX21 ADS board for evalution. My first task is to implement a USB bootloader since my device doesn't support ethernet. But I just find the EBoot from the BSP and the web
|
| Driver Load order | 06 Oct 2005 23:31 GMT | 7 |
I have a strange problem in that i have all my built in drivers set to Order 0 and this works fine. If i add my I2C driver, (it doesn't depend on anything yet)
|
| PowerPolicyNotify failing in BatteryThreadProc | 06 Oct 2005 22:27 GMT | 1 |
In the BatteryThreadProc timeout case is the following call fOk = PowerPolicyNotify(PPN_POWERCHANGE, 0); DEBUGCHK(fOk); This is called when the power status changes (voltage, etc). My system
|
| PowerPolicyNotify and PPN_UNATTENDEDMODE | 06 Oct 2005 21:22 GMT | 6 |
I am attempting to customize the behavior of our device. Based on the state of an Event we want to have two different behaviors for the power button. 1) Function as normal (On-Suspend) 2) Go to a fake suspend state. My understanding is that unattended mode has this
|
| peghelp close box | 06 Oct 2005 20:30 GMT | 1 |
In CE 4.1, the help system had a close box in the upper right edge of the screen in the toolbar. That has disappeared in CE 5.0, so in order to close a help page, one has to hit ESCAPE which means bringing up the SIP or having a keyboard.
|
| Adding toolhelp to Shell - linker errors. Experts? | 06 Oct 2005 18:05 GMT | 3 |
I've been doing alright with Platform Builder CE 5.0 for the emulator, working on a modified shell for a custom device. My changes up to now have worked but now I have added a call to a toolhelp.dll function in the UI (ceshui.lib). Originally I was getting unresolved external linker ...
|
| OpenPartition if the partition doesn't have a name | 06 Oct 2005 17:32 GMT | 6 |
I have a storage card that is divided into 3 partitions done under operating system that I'm not in control of. I can enumerate these partitions with FindFirstPartition and FindNextPartition. With these functions I can see that
|