| Thread | Last Post | Replies |
|
| ~strings.pbcxml | 19 Mar 2008 01:59 GMT | 2 |
If I make a new BSP(No clone BSP) that didn't be supported in PB6.0, how can I make two "BSPNAMEstrings.pbcxml" file in "C: \WINCE600\PLATFORM\NEWBSP\CATALOG\1033,\1041"? Do I edit the strings.pbcxml by myself ?
|
| NdisMIndicateReceivePacket wince 4.2 | 18 Mar 2008 17:22 GMT | 3 |
In the NDIS intermediate driver I have the following whenever the lower level driver passes the buffer to pass it on to the stack. In the receivepkt function, the lower level driver passes the buffer pointer and the length, I do the following
|
| How to do "Tap+hold" in Touch screen driver | 18 Mar 2008 16:00 GMT | 10 |
If i open file explorer in the device and open a folder with files in it, Tap and hold the stylus over some file name,circle indicator should appear briefly and it should show pop-up menu.. presently this feature is not working in my touch driver.
|
| Updating BIOS in Windows CE!! | 18 Mar 2008 14:09 GMT | 4 |
I'm working on a X86 board which has Windows CE 4.2 OS. The board has the SST49LF080A chip ( 8 MB ) for storing the BIOS with size of 1 MB. The BIOS chip is connected to south bridge via LPC bus. I need to write a application which should take the new BIOS from USB or Compact ...
|
| CE6.0 Hive-based registry in Hard Disk | 18 Mar 2008 13:25 GMT | 3 |
My CE6.0 image is set to hive-based registry, and I want to storage hive files in Hard Disk(FAT file system). But the NK.bin boot failed, and halt at "FILESYS: Waiting for bootable file system to be mounted." I don't know why.
|
| SMDK2410 in-circuit emulation issue | 18 Mar 2008 13:20 GMT | 3 |
I have an issue on in-circuit emulation using MAJIC through AXD on SMDK2410. This image was loaded to SMDK2410 using MAJIC through AXD. The code is a simple assembly, which is as follows:
|
| Processing video data | 18 Mar 2008 12:51 GMT | 2 |
I have a videodecoder that normally would produce ITU-R BT.656, but because my application does need teletextdata also, I have use raw data mode. So my CE application has to process all data and make it 656 again + teletext data.
|
| Waveform audio and microphone | 18 Mar 2008 09:40 GMT | 4 |
I use a PXA270 device with a BSP cloned from Mainstone III. I have just inserted the AC97 Audio driver and Waveform Audio support. I Have also added the Mediaplayer sample component. When my Kenerl image starts i can hear sound and WAV. Now i would like to
|
| AC97 Win CE 5.0, PXA270 | 18 Mar 2008 08:51 GMT | 1 |
There is a bug in the PXA270 AC97 driver. If 'expireTime' get set to 0xFFFFFFFF the last while will hang forever in the last while loop //
|
| EHCI Driver in Ce 6.0 | 18 Mar 2008 05:00 GMT | 2 |
I would like to know about the reusability of EHCI host driver code avialable with CE 6.0. The CE 6.0 code descriptions of EHCI driver says that it is compatible to EHCI 1.0 standard. My device has a SH4 processor and it has USB EHCI controller builtinto
|
| Associating FSD with a hardware device - what am I missing | 17 Mar 2008 23:03 GMT | 1 |
Hello All, NewBie to FSD implementation here. I hope you'll would be kind enough to offer some insight. I am in the process of porting a file system from Windows Desktop to Windows
|
| Hive Based Registry Stop's Image to Run. | 17 Mar 2008 14:38 GMT | 2 |
Hi to Everybody I am using winCE 5.0. and i face two problems in creating and running the image. 1:- i create an extended partition of 25MB but when i copy data from SD card
|
| Virtual and physical addresses | 17 Mar 2008 14:31 GMT | 6 |
Can there be a virtual address which is also some physical address? Eg. In my OEMaddrtable, DCD 0x80000000, 0xA0000000, 128 ; 128MB SDRAM
|
| Get "Bad subdirectory" build error when specifying a non-subdirectory in DIRS | 17 Mar 2008 14:20 GMT | 10 |
I want to share some code between at least 2 BSPs in PB5.0. This comes from the idea that I don't want to fix the same bug between different BSPs source trees. What I'm doing is to organize my BSP source trees in the way like the following:
|
| Issue to use constant alpha values for overlay surface | 17 Mar 2008 12:48 GMT | 2 |
My driver has been plublishing the DOVERLAYDDOVERLAYCAPS_ALPHACONSTANT capability in its dwOverlayCaps (in BuildHalInfo). However, while having modified the Mosquito sample applicaiton to specify the constant alpha value using the flag
|