| Thread | Last Post | Replies |
|
| reginit.ini creation | 27 Aug 2008 23:25 GMT | 6 |
I am developing miniport driver for win mobile 6.0. It ssems that the BSP I am using uses incorrect security. I know how to fix and where. the only problem is that I don't want to modify the reginit.ini every time I do "build All".
|
| NOR flash | 27 Aug 2008 23:18 GMT | 2 |
Can we execute Eboot.nb0 and nk.exe in the NOR flash.I mean in NAND flash first we download both files in RAM and then execute from RAM.It is possible to put both files in NOR flash and execute them in NOR flash without downloading to RAM.
|
| Debug info generation | 27 Aug 2008 22:13 GMT | 1 |
is there any way to force debug info generation in an assembler language library for ARM macro assembler in PB 5.0 ? Without PDB file I am not able to perform any source level debugging of low level initialization code using Lautherbach emulator up to first C language
|
| Error: Bad database entry | 27 Aug 2008 19:23 GMT | 6 |
I am using PB5.0 and for about a month now I am getting this annoying error when I am compiling project under my BSP. In order to get the compilation done I have to delete the build.dat file under my BSP main folder. Do you guys know why I can get this error? I didn't have this ...
|
| Intel Pro 100 (e100ce.dll) driver unloads? | 27 Aug 2008 17:25 GMT | 4 |
I'm wondering if someone could point me to why the e100ce.dll driver would unload during boot?I have tried both selecting the e100ce driver in the CE 6.0 catalog and downloading the e100ce.dll from Intel's website and I haven't had much luck. I've attached the full log below, but ...
|
| Verifying a signed executable? | 27 Aug 2008 15:47 GMT | 4 |
Be patient if I'm heading the wrong way, I'm battling with the documentation! I'm using CE5.0, with native code Apps under VS2008 - I thought it would be a good idea to add a little bit of 'confidence' that the .exe my
|
| A doubt regarding USB in Wince | 27 Aug 2008 11:15 GMT | 2 |
I am having a small doubt about the USB Support in WinCE. The documentation for Universal Serial Bus Support for Windows CE (http://www.microsoft.com/technet/archive/wce/support/usbce.mspx? mfr=true), says that the USB client driver will be reloaded and the
|
| OAL Init | 27 Aug 2008 08:14 GMT | 1 |
// Set memory size for DrWatson kernel support dwNKDrWatsonSize = 128 * 1024; use of this statement?
|
| Location of Frame Buffer | 27 Aug 2008 07:43 GMT | 9 |
I am working on an ICOP x86 300 Mhz based deviced with Windows CE 6.0. We generated the OS image. I would like to reach directly the VGA memory to make some fact graphic operations. VGA controller is XGI Volari Z9s. I worked with s3c2410 before, this unit has source code ...
|
| Selecting the File System in CE 6.0 Catalog | 26 Aug 2008 19:27 GMT | 5 |
Hi, CE 6.0 provides support for FAT, exFAT and TFAT. However, the common.reg in PUBLIC just provides sample for exFAT, without any other sample registry for FAT or TFAT. Any way, no matter we select the FAT, exFAT and TFAT, or not, it will still be default setting, exFAT.
|
| FILE SYSTEM and PARTITION IN IN WIN CE 5.0 | 26 Aug 2008 18:01 GMT | 6 |
In windows CE 5.0, when i boot the device for the first time, the partition iv made gets currupted or if not, it currupts the boot.i think it is due to the default FAT or EXFAT system. and i dont know how to enable os to use TFAT as it provides something called transection-save ...
|
| Backlightoff timeout of control panel | 26 Aug 2008 16:57 GMT | 8 |
I try to turnoff backligtht after timeout setting in the control panel. But it seems never trigger the backlightoff state. My developed platform is WinCE\PDA device.
|
| Calculating checksum of a PE format .exe? | 26 Aug 2008 15:59 GMT | 3 |
I would like to be able to calculate the "PE-style" checksum of a .exe file, under CE5.0. I know there are support functions for doing this in ImageHlp.dll (in Win32) but I don't think it ever made it across to CE. Anyone know of any similar functionality anywhere?
|
| Autoload of File System Driver (FSD) fails (error 87) | 26 Aug 2008 14:34 GMT | 2 |
I am trying to autoload my file system driver (FSD) with the registry set-up attached below. By doing so, the system hangs at boot with the following "failed mounting store" (error 87) error message: 4294779116 PID:400002 TID:650002 FSDMGR!AutoLoadFileSystem:
|
| CETK display driver test | 26 Aug 2008 13:05 GMT | 1 |
I need to test my display driver using CETK but, i have a doubt regarding which Display driver test to use. is it Direct3D mobile test or Direct Draw or GDI test. Can any one help me regarding this
|