Test Application for Direct Show Filter
Dear Team,
I builded simple direct show source filter, MySource.dll as a
subproject and included in the OS image.
My registry settings are as follows:
[HKEY_CLASSES_ROOT\Filter\{CDD3577F-7141-4F5B-818C-EC82509E0776}]
@="Custom Audio Filter"
[HKEY_CLASSES_ROOT\CLSID\{CDD3577F-7141-4F5B-818C-EC82509E0776}]
@="Custom Audio Filter"
"Merit"=dword:00600000
[HKEY_CLASSES_ROOT\CLSID\{CDD3577F-7141-4F5B-818C-
EC82509E0776}\InprocServer32]
@="MySource.DLL"
"ThreadingModel"="Both"
I can see the setting using remote registry viewer. Now I want to
write a test application which u
|
3/11/2010 8:57:51 AM
|
0
|
uday <abc.bhas...@gmail.com>
|
|
Platform Builder 3
Does anybody has a link to download this?
I need to upgrade my laptop.
|
3/10/2010 11:18:39 PM
|
2
|
=?Utf-8?B?dmFuZ2Jl?= <van...@discussions.microsoft.com>
|
USB storage isn't mounted...
Hello,
I'm working on Windows CE 5.0 and I have the following problem :
I have a USB mass storage that isn't mounted (like a Disk). The debug is the
following :
....
0x8ef1a248: CHub(External tier 1)::AttachDevice - Select Configuration 0 on
DEVICE_CONFIG_STATUS_DETERMINE_CONFIG_TO_CHOOSE step
0x8ef1a248: Config Power = 300 mA
0x8ef1a248: CHub(External tier 1)::AttachDevice - status =
DEVICE_CONFIG_STATUS_SCHEDULING_SET_CONFIG, failures = 0
0x8ef1a248: CHub(External tier 1)::AttachDevice - status =
DEVICE_CONFIG_STATUS_CREATE_NEW_FUNCTION, failures = 0
0x8ef1a248: CHub(Extern
|
3/10/2010 10:56:13 AM
|
2
|
=?Utf-8?B?UGFvbG8gUGF0aWVybm8=?= <PaoloPatie...@discussions.microsoft.com>
|
SD reader
My problems is: when my application reads data (files like icons, images,
XML, ..) it sometimes gets bad data and this never happened before I adopted
the new Windows CE device now I'm using.
What could be the cause?
Maybe have I to ask to my Windows CE 5 device vendor to check about any bugs
in its micro SD card reader implementation? whatelse to investigate in your
opinion?
In other words, is the reader/writer (source code) of a SD card or micro SD
card wrote by the producer of a Windows CE device or is it a driver supplied
by the 3rd party SD card (HW) producer?
Last quest
|
3/10/2010 9:14:03 AM
|
3
|
"QuantumUniverses" <quantumuniver...@gmail.com>
|
Emulator for Win CE 6.0?
I am using Windows CE 6.0 R3 PB. My target device is an x86 based system.
Right now I test my images (nk.bin) by downloading them through EBOOT on the
target device.
I was wondering if there is any kind of emulator (for x86) in CE 6.0 so that
we can test the images without having to download them on the target device?
I read somewhere that there is no emulator in CE 6.0 for x86 unlike in CE
5.0..is it really true?
Thanks
|
3/10/2010 12:18:01 AM
|
5
|
=?Utf-8?B?bW9kZXN0?= <mod...@discussions.microsoft.com>
|
How do platform builder SDKs work?
Hi everyone.
I have a question regarding SDKs on Windows CE 6 platform builder.
I have 2 different boards based on the same BSP (Atmel AT91).
On the first board (B47), I created a solution that builds the BSP and
added an SDK call B47_SDK. Up till then, no problem. I can develop
programs for this platform without issue.
The problem is that I now I have a second board (B53). I created a
solution that builds a BSP for this new board, and added an SDK called
B53_SDK.
If I install this new SDK, I can no longer develop applications for
the B47 device. They seem to be mutually exclus
|
3/9/2010 3:41:46 PM
|
9
|
"Emmanuel.Viol...@webdyn.com" <emmanuel.viol...@gmail.com>
|
Installation of CE6.0 R3
Hello,
this day, I tried to install CE6.0 R3.
I installed R3 to my R2 (which is updated with QFEs until 08/2009).
In the installation guide to R3, it is written:
>> 2. Double-click the file Windows Embedded CE 6.0 R3.msi.
>> 3. Install all Windows Embedded CE 6.0 monthly updates
>> available at the Windows CE Developer Center.
>> Important Windows Embedded CE 6.0 R3 installs all monthly
>> updates through August 2009. You only need to install updates
>> available for September 2009 and later.
So, I downloaded QFEs 09-2009 until 01-2010.
On the downlo
|
3/9/2010 2:36:03 PM
|
1
|
=?Utf-8?B?dGltbS1m?= <ti...@discussions.microsoft.com>
|
Unmapping virtual buffer mapped to Physical memory
Hi all, I need your help because I am going nuts.
I am writing a stream driver in WINCE 6.0. And I have found a problem when
trying to free a virtual buffer that has been mapped to a physical buffer.
I have used virtualalloc, virtualcopy, virtualfree, as well as MmMapIoSpace
and unmapIospace.
I know I am not providing much detail but that's because for now I just want
to know this; Am I able to free a buffer that has been allocated in virtual
memory and mapped to a physical address?
|
3/8/2010 11:15:01 PM
|
4
|
=?Utf-8?B?a2lia2lk?= <kib...@discussions.microsoft.com>
|
How to launch iexplore.exe at startup?
Hi everybody,
I'd like to launch iexplore.exe at startup
So I though to use registry
I have this entry in:
[HKEY_LOCAL_MACHINE\init]
"Launch62"="iexplore.exe"
"Depend62"=hex:32,00, 3C,00
It's supouse to launch after : services.exe and shell32.exe.
But doesn't work. I read about a method called SignalStarted but I don't know
how to use it in this case. Can anyone help me please.
many thanks in advance for your help.
|
3/8/2010 4:30:19 PM
|
16
|
"emel" <u58...@uwe>
|
How to launch iexplore.exe at startup?
Hi everybody,
I'd like to launch iexplore.exe at startup
So I though to use registry
I have this entry in:
[HKEY_LOCAL_MACHINE\init]
"Launch62"="iexplore.exe"
"Depend62"=hex:32,00, 3C,00
It's supouse to launch after : services.exe and shell32.exe.
But doesn't work. I read about a method called SignalStarted but I don't know
how to use it in this case. Can anyone help me please.
many thanks in advance for your help.
|
3/8/2010 4:30:09 PM
|
0
|
"emel" <u58...@uwe>
|
How to build only usbdisk6.dll
Hello,
I have to modify ScsiTestUnitReady() in the usbdisk6.dll.
I know that it is public code and that I have to clone the component.
Before cloning the component I want to try my solution and i want to see if
it works so I want to modify the public code (I have a backup).
How can I build and sysgen only the usbdisk6.dll ?
Thanks,
Paolo
--
Paolo Patierno
Embedded Software Engineer
|
3/8/2010 3:05:02 PM
|
3
|
=?Utf-8?B?UGFvbG8gUGF0aWVybm8=?= <PaoloPatie...@discussions.microsoft.com>
|
SNTP in WINCE 6.0
Hi,
I tried to sync my device (Win CE 6.0) time using SNTP. All the SNTP IOCTL
's are working except "IOCTL_SERVICE_CONTROL". When i call Service IOCTL ,
Invalid parameter error is occurring. I am using the following code
WCHAR szControlString[]=L"sync";
DWORD dwLenIn=sizeof(szControlString);
DWORD dwBytesReturned;
DeviceIoControl(hFile, IOCTL_SERVICE_CONTROL, szControlString, dwLenIn,
NULL, 0, &dwBytesReturned, NULL);
return 0;
}
and registry settings are
[HKEY_LOCAL_MACHINE\Services\TIMESVC]
"server"=multi_sz:"pool.ntp.org"
"AutoUpdate"=dword:1
"
|
3/8/2010 10:56:01 AM
|
10
|
=?Utf-8?B?U2FsaW0=?= <Sa...@discussions.microsoft.com>
|
Video stays black or is corrupt when using video conference in RTC
Hi,
We are using WinCE 6 R2 (x86) which is updated up to August 2009. In this
environment we have developed a video codec for use in the RTC environment.
The codec is tested with several senarios, which includes:
- Testing on a single WinCE device within a costum FilterGraph, which does
the encoding and decoding perfectly.
- Testing the encoding and RTP sending process with a receiving client on a
XP machine, this also works perfectly.
- The incoming RTP data is captured, and this data is able to play perfectly
with VLC.
However, after testing it inside the RTC environmen
|
3/5/2010 2:20:01 PM
|
0
|
=?Utf-8?B?TWljaGVsIHZhbiBHZWZmZW4=?= <MichelvanGef...@discussions.microsoft.com>
|
Thread scheduling vs Process scheduling
Hi
In WinCE, the scheduler does a thread scheduling instead of process
scheduling? What is the difference between the thread scheduling and the
process scheduling and what are the advantages of the thread scheduling over
process scheduling ?
regards,
T Dilip Chakravarthy
|
3/5/2010 12:10:01 PM
|
1
|
=?Utf-8?B?RGlsaXA=?= <Di...@discussions.microsoft.com>
|
HDD not mount in CEPC 6.0
Hi All
I followed microsfot instructin and add register settings in
platform.reg, My target machine is hanging I have attached my out
file and platform.reg file.
ERRO: Atapi!CDisk::ReadWriteDiskDMA> Failed to wait for interrupt;
device(0)
===========================================================
The above error is created
My outmessage;
4294811998 PID:1cc0002 TID:c80002 [NOTIFY] HandleSystemEvent 7 /ADD
DP60:
4294812332 PID:1cc0002 TID:11e000a [NOTIFY] HandleSystemEvent 5 none
4294812941 PID:400002 TID:c10002 DeviceFolder::LoadDevice(Drivers
\BuiltIn\Ws2Serv) last
|
3/5/2010 9:52:22 AM
|
0
|
venki <u.v.peru...@gmail.com>
|
Installing Compact .Net 3.5
Hello,
I have WinCE 6.0 R2, and am currently installing C.Net 2.0. How do I get
platform builder to include Compact .Net 3.5? I don't see any Catalog
entries for 3.5, just for 2.0.
Thanks!
---
Jeremy
|
3/4/2010 7:38:52 PM
|
4
|
"jking" <jking...@comcast.net>
|
Multiple device using USB8023/Rndis driver (WinCE6.0)
Hi, All,
I am adding usb-to-ethernet support to my WinCE 6.0 image. I got it to work
after some searches on the web. What I did was to modify registry by adding:
[HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\Default\2\default\USB8023]
"DLL"="USB8023.DLL"
[HKEY_LOCAL_MACHINE\Drivers\USB\ClientDrivers\USB8023]
"DLL"="USB8023.DLL"
[HKEY_LOCAL_MACHINE\Comm\USB8023]
;LOC_FRIENDLYRNDISHOST
"DisplayName"=mui_sz:"netmui.dll,#9002"
"Group"="NDIS"
"ImagePath"="USB8023.DLL"
[HKEY_LOCAL_MACHINE\Comm\USB8023\Linkage]
"Route"=multi_sz:"USB80231"
[HKEY_LOCAL_MACHI
|
3/4/2010 7:24:02 PM
|
1
|
=?Utf-8?B?RmluZXNzZQ==?= <Fine...@discussions.microsoft.com>
|
DirectShow Filter on Win CE
Dear Team,
I modified the DirectShow's ball sample on PC to play the audio file
and tested using GraphEdit tool.
Kindly provide the pointer of achieving the same thing on Win CE 6.0
Can I create a subproject or include SDK in the catalog. How to build
the graph and test it.
Regards.
|
3/4/2010 1:54:41 PM
|
4
|
uday <abc.bhas...@gmail.com>
|
Platform builder on windows7 XP mode?
Did anybody try to run Platformbuilder on Windows 7 XP mode ?
What was the experience?
|
3/3/2010 4:49:03 PM
|
1
|
=?Utf-8?B?Um9iZXJ0?= <Rob...@discussions.microsoft.com>
|
Touch Screen problem
Hi,
I work with Plaftform builder for Windows CE 5.0 with the last
WinCEPB50-091231-Product-Update-Rollup-X86.msi installed
I create an image that works with
- network
- USB Mouse
- USB Key-Disk
Now I need to installan USB-touch screen
I have thw type of touch screen
1) a touchkit: WinCE.NET_Stylus_USB_1.02.2705.zip or
WinCE.NET_MP_2.0.12.4515.zip
2) a DMO Higgstec(HT580-r) ): TS_USB_WINCE.rar
I download the drivers and follows the install readme
but neither 1 nor 2 works. It's like the USB controller cannot see them.
I check into regedit and there are all the configurat
|
3/3/2010 12:14:32 PM
|
5
|
"Ruggero Bandera" <ruggero.band...@cjb.it>
|
screen saver
How to implement a screen saver for Win CE 5 or Win CE 6? Any samples for
reference ?
regards,
GS-ICN
|
3/3/2010 7:04:06 AM
|
2
|
"GS" <madan....@gmail.com>
|
Open RS-485 port on Geode with Windows CE 6.0
Hi,
I build a Windows CE 6.0 image for a Geode board. It has 2 RS-485 port, which are enabled on the CMOS and on the CE image. I can create a file to one of the port, set some setting and get the properties. The problem is that when I use GetCommProperties, it tells me that the port is a RS-232. Should it say that it is a RS-485? If yes, what do I need to do to set it as a RS-485? Thanks!!
John
Submitted via EggHeadCafe - Software Developer Portal of Choice
How to Annotate Images from a database in a web page
http://www.eggheadcafe.com/tutorials/aspnet/0c4c3072-6730-41db-a759-082c2
|
3/3/2010 12:07:26 AM
|
4
|
John Gomes
|
Platform builder on Windows 7
Yesterday I tried to install windows CE Embedded 6.0 Eval Edition on my
Windows 7 machine.
I did get an error saying that it is not compatible with this version of
windows(7).
Any Idea if it is possible to run windows CE embedded 6.0 on windows 7?
My environment:
AMD Quadcore, Windows 7, Visual Studio 8.
|
3/2/2010 4:46:08 PM
|
2
|
=?Utf-8?B?Um9iZXJ0?= <Rob...@discussions.microsoft.com>
|
Eboot error in Intel 8255x card
Hi all,
When i try to do an ethernet boot on an x86 based CEPC, I am getting the following error.
<---LOG starts ---->
Microsoft Windows CE Bootloader Common Library Version 1.4 Built Mar 1 2010 19:
53:48
Microsoft Windows CE Ethernet Bootloader 3.7 for CE/PC (Mar 1 2010)
Boot Args @ 0x1F146 and ucLoaderFlags is 1
PCI Device Configurations (3 PCI bus(es) present)...
========================================================
Bus, Device, Function = 0, 2, 0
Vendor ID, Device ID = 0x8086, 0x3582
Base Class, Subclass = 3, 0 => DISPLAY_CTLR
Interrupt = 9
BaseAdd
|
3/2/2010 5:47:38 AM
|
1
|
neo
|
Power Management: Driver running in D3
I'm starting to understand Power Management conceps and I have some questions:
I need to write a driver that sends via Internet a GPS position every, let
say, 3 minutes even in D3; for Win Mobile 6.0 and 6.1 professional and
standard but nothing seems to work: just after IOCTL_POWER_SET gets called my
driver stops running.
Could a driver run in D3 mode? I don't need to keep the device in D0, just
muy driver; is that posible?
What modes should I specify in IOCTL_POWER_CAPABILITIES: just D0, D0 and D4,
D0-D3, any other combination?
I have used DevicePowerNotify in IOCTL_POWER_
|
3/2/2010 4:43:38 AM
|
4
|
"rcz" <u58...@uwe>
|
Internet Explorer 6 Caching (IE sample browser caching) in WINCE 6
When I try to Browse the web application with Images, I find it that when I
refresh the web page. the browser itself try to download the images again,
but when I check the Internet temporary files the relevant images already
downloaded in to that folder. The Web application is Written by using
VBScript. How can I improve the caching of images in IE sample browser.
|
3/2/2010 4:00:01 AM
|
1
|
=?Utf-8?B?TXVkaXRoYSBTdW1hbmF0dW5nYQ==?= <MudithaSumanatu...@discussions.microsoft.com>
|
After add Stylus into your Windows CE 5.0 image and it does not appear in your control panel.
Hi,
I work with Plaftform builder for Windows CE 5.0 a
I executed these steps
From catalog I Add
- ..\User Interface\Touch Screen [Stylus]
- .\User Interface\mouse
the I click on sysgen to recreate the nk.bin image
I download the image but I cannot see the stylus icon into control panel
Thanks in advance
Ruggero Bandera
|
3/1/2010 12:38:53 PM
|
6
|
"Ruggero Bandera" <ruggero.band...@cjb.it>
|
Regarding Bluetooth support on Wince 6.0
Hi CEAssist,
Thanks in advance.
I am vinayakumarc, i have developed bluetooth application on wince 5.0 with
Navready patch installed previously.
Now i want to port the same application on the Wince 6.0, is it possible?
Does Wince 6.0 support Bluetooth Hands free profile & PBAP?Which version of
BSP should i use? 1.4 or 1.5.
regards,
vinayakumarc
|
3/1/2010 11:24:01 AM
|
2
|
=?Utf-8?B?VmluYXlha3VtYXIgQw==?= <Vinayakum...@discussions.microsoft.com>
|
Regarding bluetooth HFP support on Wince 6.0
Hi CEAssist,
Thanks in advance.
I am vinayakumarc, i have developed bluetooth application on wince 5.0 with
Navready patch installed previously.
Now i want to port the same application on the Wince 6.0, is it possible?
Does Wince 6.0 support Bluetooth Hands free profile & PBAP?Which version of
BSP should i use? 1.4 or 1.5.
regards,
|
3/1/2010 11:24:01 AM
|
0
|
=?Utf-8?B?VmluYXlha3VtYXIgQw==?= <Vinayakum...@discussions.microsoft.com>
|
Quad UART chip - driver porting
Anyone aware of references in Win CE 5/Win CE 6 samples for driver
development for Quad UART chip ?. Any tips will help.
Thanks,
GS-ICN
|
3/1/2010 2:56:07 AM
|
3
|
"GS" <madan....@gmail.com>
|
SDIO WiFi only work at low speed��
hi��
my platform(pxa310)'MMC1 connects a SDIO WiFi module,but I met a
problem:the SDIO WiFi only works at a lower speed(312500 and 625000 at 1 bit
or 4 bit),other speed will TIMEOUT Response��
Any ideas��
|
2/27/2010 1:43:32 PM
|
2
|
"Kevin Ldw" <kevin_...@126.com>
|
debug version of eboot hangs (x86)
I am using PB 6.0 and Intel version 2.4 BSP (x86). When I build by release
image, the eboot (release version) works just fine:
************************************************************
Microsoft Windows CE BIOS Bootloader Version 2.2 (Built Jul 14 2005)
INFO: code=0x4.
INFO: code=0x4.
INFO: code=0x4.
Jumping to image (address=0x1391DC)
Microsoft Windows CE Bootloader Co
|
2/26/2010 7:58:01 PM
|
10
|
=?Utf-8?B?bW9kZXN0?= <mod...@discussions.microsoft.com>
|
MS and Widcomm Bluetooth Stack
Hello everyone,
is this correct:
If I have a Windows Mobile device with Bluetooth, that uses the MS Bluetooth
stack, than I can enable Bluetooth with "bthsetmode".
If I have a Windows Mobile device, that uses the Widcomm Bluetooth stack, I
need a special SDK???
Thanks,
Mazzo
|
2/26/2010 1:44:02 PM
|
1
|
=?Utf-8?B?TWF6em8=?= <Ma...@discussions.microsoft.com>
|
How to speed up WinCE 6.00 boot
Hi all,
I have developed a WinCE 6.00 platform based i.MX27.
On this platform, I use a part of the Nand Flash as file system (around
100MB).
When the Nand Flash file system is empty, the board start quickly but as
more file are present on the Nand file system as more time Windows CE
needs to start.
Is there a way to speed up Windows CE boot?
I have see that Windows CE is waiting for Nand Flash file system to
finish his initialization before loading the other drivers, is there a
way to change this?
Thanks for any comment or suggestion
Best regards
Fabrice
|
2/26/2010 8:23:45 AM
|
8
|
Fabrice MOUSSET <fabrice.mous...@laposte.net>
|
ANTIVIRUS FREE DOWNLOAD 8923
Many problems with performance and safety of your computer can be solved
easily with an updated antivirus and recognized. Antivirus Free Download
Microsoft best practices in:
http://yourantivirusfreedownloadonthissite.blogspot.com/
Content Site Links:
http://yourantivirusfreedownloadonthissite.blogspot.com/
http://yourantivirusfreedownloadonthissite.blogspot.com/2010/01/what-is-antivirus.html
http://yourantivirusfreedownloadonthissite.blogspot.com/2010/01/free-download-antivirus-recommended-by.html
http://yourantivirusfreedownloadonthissite.blogspot.com/2010/01/antivirus-o
|
2/26/2010 12:03:03 AM
|
0
|
=?Utf-8?B?YW50aXZpcnVzIGdyYXRpcw==?= <antivirusgra...@discussions.microsoft.com>
|
Transaction FAT
[This followup was posted to microsoft.public.windowsce.platbuilder and
a copy was sent to the cited author.]
I am working on a device that is turned off on a regular basis when
there is still some file activity going on (e.g. logging). I want to use
TFAT on windows CE 5.0 or 6.0, and can successfully create a TFAT file
system, but there are some issues:
- mkdisk/cesys don't see the partition
- I can't find a way to make it bootable (i.e. bootable flag)
Is there any way to get this working, or do I need to use some sort of
workaround to protect file access ?
Thanks in
|
2/25/2010 4:04:03 PM
|
1
|
Stefan <stef...@waegener.com>
|
notification problem
Hello,
i have recently create a new platform in wince 5.0 using my working BSP.
I have notice that the "NOTIFICATION_EVENT_DEVICE_CHANGE" is not working
anymore.
I have included from the catalog the SYSGEN_NOTIFY.
Any suggestion?
Thank you
Oscar
|
2/25/2010 12:08:01 PM
|
7
|
=?Utf-8?B?TWFydGlub3M=?= <martino...@libero.it>
|
Bluetooth filetransfer...
Hi all,
We have mips based target running wince 5.0. I currently added Bluetooth
support in the os design(All the profiles + Bluetooth integrated usb driver).
Now, my bluetooth dongle which i inserted on my boards usb port works fine. I
confirmed this by running "bluetooth device properties" in control panel and
then searching for bluetooth devices nearby and authentication pass code
etc... Everthying works wel..
Now, i need to interface a bluetooth based thermal printer to the target,
using Virtual COM port... Since i don't have a thermal printer in my hand
yet, i planne
|
2/25/2010 9:10:01 AM
|
2
|
=?Utf-8?B?UmFtZXNoY2hhbmRyYQ==?= <Rameshchan...@discussions.microsoft.com>
|
Windows CE 5.0 : embedded pointer parameters marshalling
Hello,
I have a stream driver with XXX_IOControl function.
When I call this function, I passed the following struct pointer to pBufOut
parameter :
struct DATA {
int status;
...
PBYTE pData;
}
So I have an embedded pointer in my driver XXX_IoControl pBufOut parameter.
In the function I set a value to pData (ex. *pData = 10).
I know that for embedded pointer I have to use MapPtrToProcess in this way :
PBYTE p = (PBYTE)MapPtrToProcess(pBufOut->pData, GetCallerProcess());
in this way, all work fine and the caller find the return value 10.
If I don't use MapPtrToProc
|
2/24/2010 2:34:01 PM
|
2
|
=?Utf-8?B?UGFvbG8gUGF0aWVybm8=?= <PaoloPatie...@discussions.microsoft.com>
|
Transcript of Windows Embedded CE Live Chat - February 2010
Did you miss the Windows Embedded CE Live Chat yesterday?
Don't worry! We've put the transcript here:
http://discovertheexperience.blogspot.com/2010/02/windows-ce-live-chat-transcript-februar.html
Have fun reading!
|
2/24/2010 12:19:01 PM
|
0
|
=?Utf-8?B?REJhcm5ldHQ=?= <DBarn...@discussions.microsoft.com>
|
Object Store vs RAM disk
Hello,
what are the main differences between Object Store and RAM disk ?
They are both in RAM...are there performance differences ? access
differences ?
Thanks,
Paolo
--
Paolo Patierno
Embedded Software Engineer
|
2/24/2010 8:25:01 AM
|
0
|
=?Utf-8?B?UGFvbG8gUGF0aWVybm8=?= <PaoloPatie...@discussions.microsoft.com>
|
How to clear hive registry?
Hello,
is it possible to clear the NAND based hive registry from an application and
start with the default registry from NK.bin, i.e. reset the device to factory
settings?
Thanks in advance.
|
2/24/2010 7:39:01 AM
|
2
|
=?Utf-8?B?dGltbS1m?= <ti...@discussions.microsoft.com>
|
How to make catalog selection relink DLL
I added a driver to my catalog in CE 6.0 R2, with radio buttons for
different platforms.
Based on the platform selected, I have different SYSGEN variables that cause
the inclusion of the right library to link for this driver DLL. I found I
have to go to the Solution view and manually build the components whenever I
make a change to the source code. If you have an idea for automating the
build of these components, that would be cool. But the main frustration I
have right now is that I wasted several hours last week when I switched from
one catalog option to another, and chose
|
2/23/2010 10:55:33 PM
|
1
|
"Gary Swalling" <garret.swall...@spansion.com.nospam>
|
iesample performance in CEPC is slow
I have created a CEPC by using Wince 6 and when i browse INTERNET the speed
is very slow with compare to standard Windows 7 running X86 machine. (The
test carried out in the same machine) . For both case i use the Internet
Explorer to browse the net. Is there any method to improve the performance of
IE sample browser.
|
2/23/2010 9:47:01 AM
|
2
|
=?Utf-8?B?TXVkaXRoYSBTdW1hbmF0dW5nYQ==?= <MudithaSumanatu...@discussions.microsoft.com>
|
Ethernet - Image Download and debug messages
PB5.0 - PXA270
I have two questions
1) Currently we are downloading the wince image thro' ethernet. from
PB. I want to download the image from SD card
I understand I need a driver in bootloader to access the SD card and
I need to understand the filesystem as well. Is this possible at all?
What are other things I should go. Are there any reference code to do
this?
2) I have one serial port (FFUART) dedicated for debug messages. Now
we want this port right from bootloader stage from some other purpose.
Can I redirect the debug messages over some unused address space or do
|
2/23/2010 7:18:29 AM
|
2
|
Rishi <80.ri...@gmail.com>
|
Readlog.exe for Win CE 5.0
Hi,
I want to use Readlog.exe to convert a .clg file. The problem is that I can
not find Readlog.exe from my development PC. Please help. Thank you.
--
Best Regards,
John
|
2/23/2010 5:38:14 AM
|
4
|
"JH" <john.hu...@icnexus.com.tw>
|
Calculating Frequency from the Mode definition?
So I have a AMD GeodeLX CE 6.0 BSP (x86). In the video driver code in the
BSP, there is a file which defines default resolution that are supported by
the BSP. An example is as follow:
{ VG_SUPPORTFLAG_60HZ | /* refresh rate = 60 */
VG_SUPPORTFLAG_8BPP | VG_SUPPORTFLAG_12BPP |
VG_SUPPORTFLAG_15BPP | VG_SUPPORTFLAG_16BPP |
VG_SUPPORTFLAG_24BPP | VG_SUPPORTFLAG_32BPP, /* All BPP supported. */
VG_MODEFLAG_AVG_BAND | /* Avg bandwidth mode. */
VG_MODEFLAG_NEG_HSYNC | VG_MODEFLAG_NEG_VSYNC, /* negative syncs */
1024, 768,
|
2/22/2010 11:21:01 PM
|
3
|
=?Utf-8?B?bW9kZXN0?= <mod...@discussions.microsoft.com>
|
Buy used scrap rails
Buy used scrap rails
http://buy-sell-old-ship-iron-scrap-minerals.blogspot.com
|
2/22/2010 10:08:46 PM
|
0
|
gffgfg <resourt...@gmail.com>
|
ResourceRequest and regHive
I've got a problem doing Reg Hive in CE 5.0.
I've managed to get the Hive to mount on the sdcard as I wanted, but
an unwanted side-effect is that is kills the PCCard driver. This
occurs whether I wrap PCCard reg section with ";HIVE BOOT SECTION" or
not.
I've narrowed down the failure to one system call in particular.
ResourceRequest( RESMGR_IRQ, m_ddi.dwIrq, 1 ) in public/common/oak/
drivers/pccard/pcmcia/pcmcia.cpp seems to fail for any value of IRQ
requested when Hive registry is added to the project. Is there some
other driver I need to wrap in ";HIVE BOOT SECTION", or is there
|
2/22/2010 7:28:05 PM
|
1
|
MSCENV <msc...@comcast.net>
|
Audio Driver for BT in WinCE 6.0
Hi All,
I'm developing an audio driver which takes and sends the data from the
Bluetooth, HFP profile on Windows CE 6.0. I have taken the
driver(WM8746 codec,driver,using MCASP0) which was already present and
tweaked the code to configure the McASP that is dedicated for the
Bluetooth(McASP3). The McASP settings had the change of the clock
rate, pin dir & frame sync etc depending upon the master slave
settings of the McASP with the BT. BT is configured to be the slave in
my case. I've also configured the DMA settings, IRQ lines, and the
control and data registers for the McASP.
Bu
|
2/22/2010 6:20:39 PM
|
0
|
sanju <sunw...@gmail.com>
|
WinCE 6.00 and platform.bib
Hi all,
I'am porting a BSP to our board and I have a little interrogation about
a directive in the platform.bib file.
I've seen some lines with following syntaxe:
; @XIPREGION IF PACKAGE_OEMDRIVERS
....
; @XIPREGION ENDIF PACKAGE_OEMXIPKERNEL
I can't find any description about @XIPREGION in MSDN.
Is there someone who knows anything about this directive?
Thanks for any reply.
Fabrice
|
2/22/2010 10:35:28 AM
|
2
|
Fabrice MOUSSET <fabrice.mous...@laposte.net>
|
marvendas@gmail.com Kit completo de Solenoides ( solenoid ) + chicote Para Cambio automatico 01M hidramatico Audi A3 Vw Golf gti turbo 18568
Contato: marvendas@gmail.com
marvendas @ gmail.com
marvendas no gmail.com
Kit completo de solenoides para Volkswagem e Audi.
O kit contem:
5 solenoides
2 Epc ( solenoides de pressao )
1 Chicote
Serve para qualquer modelo VW ou Audi fabricados de 1995 ate hoje com o cambio automatico de 4 marchas � 01M
Pre�o: R$ 1900.00
Temos outras tipos de solenoides e artigos importados, nao deixe de fazer uma consulta antes de comprar!
Audi a3 automatico
Audi a3 1.8 t automatico
Audi a3 1.8 turbo automatico
VW Golf gti automatico
VW Golf 2.0 automatico
VW Golf 1.8 turbo auto
|
2/20/2010 3:32:47 AM
|
0
|
kit solenoites audi solenoid.chicote<kit.solenoites.a...@solenoid.chicote.com>
|
ERROR: More then 1 thread waiting on the same interrupt event
Hello,
while debugging a ce6 image, starting an application results in the
error:
270797 PID:400002 TID:1e00006 ERROR: More then one thread waiting on the
same interrupt Event!
270897 PID:400002 TID:1e00006 NK Kernel: DEBUGCHK failed in file
C:\yzkiqfe\private\winceos\COREOS\nk\kernel\nknormal\..\schedule.c at line 578
This does mean more than one driver IST do WaitForSingleObject() on an event
with the same handle?
I will try to compare the handles of the events of our own drivers ISTs,
but I can't imagine how their events can have the same handle.
Where else can I lo
|
2/19/2010 2:18:02 PM
|
6
|
=?Utf-8?B?dGltbS1m?= <ti...@discussions.microsoft.com>
|
NKSleep() under Windows CE 6.0
Hi all,
I'm working on an OAL component in our CE 6.0 BSP that unfortunately
has a polling aspect to it that can't be changed - I wanted to add in
an NKSleep() to yield when we're waiting for a signal, but for some
reason under CE6.0 once I call NKSleep() with "0" or "1" as the delay
I never return...?!
Sadly NKSleep() is not officially documented by Microsoft so has
anyone else got any insight as to what's going on? Checking
nkexports.h it's header still proclaims "This file defines all the
functions/variables exports by NK that can be used in OAL/KITL" which
I take to be the sa
|
2/19/2010 11:55:32 AM
|
1
|
pev <...@audiogeek.co.uk>
|
hive based registry + gac files (3rd party) -> troubles
using wince 5 (pb5)
the hive based registry (storage card) works fine
i have a .gac file for custom.dll (\Windows\custom.dll)
and a .dat file which copies the custom.dll from \Storage Card\ to \Windows
if i do a fresh restart of the system without folder 'Documents and
Settings' for the registry hive everything wors fine:
- i get the GAC_custom_v1_0_0_0_cneutral_1.dll in the \Windows folder
- the custom.dll gets deleted from \Windows folder
after a restart the registry hive already exists and gets merged during boot
also the registry keys for my 3rd party assembly are now alrea
|
2/19/2010 11:10:01 AM
|
2
|
=?Utf-8?B?andlaQ==?= <j...@discussions.microsoft.com>
|
Debug image stops booting
Hello,
I built a debug image and connected to the device.
The image is downloaded, but the boot process stops halfways with an
exception:
"first chance exception: k.coredll.dll : Integer div by zero"
Here is the output from the debug console, I have marked the section where
the exception occured.
Does anyone know how to solve this? Thanks.
21781 PID:400002 TID:a10002 FSDMGR!MountTable_t::RegisterVolume:
Registered volume at index 8 (Name="Flashdisk", MountFlags=0x2)
21783 PID:400002 TID:a10002 FATFS!RegisterVolume: Mounted volume
HVOL=0x01580003 at "Flashdisk"
|
2/19/2010 9:34:03 AM
|
2
|
=?Utf-8?B?dGltbS1m?= <ti...@discussions.microsoft.com>
|
Regarding ISR
HI,
I have to implement a scenario such that, one of my driver calls a
routine of another driver in its ISR. The routine of the second driver
returns only after getting an interrupt in the second driver's IST.
Could anybody tell me, whether this will work or not. Both the drivers
share the same IRQ.
TIA
Gomas
|
2/18/2010 5:41:16 PM
|
2
|
gomas <gomas_vi...@yahoo.com>
|
Consideration on USB Serial driver and CSerialPDD class implementation
This is a bit long story.
I am still working on CE6 USB Serial like driver appears in
\WINCE600\PUBLIC\COMMON\OAK\DRIVERS\USB\CLASS\USBSER.
This code actually uses (link) the COMMON Serial PDD implementation
serpddcm.lib, code appears in
\WINCE600\PUBLIC\COMMON\OAK\DRIVERS\SERIAL\SERPDDCM.
I made a lot modification, expand classes, and even expand PM
functions from within "UsbSerClientDriver" class. Most of all, this
code base is very helpful but (even after some of QFEs provided) still
include defect I think. I will show some of the points below.
1. the destructor of "UsbS
|
2/18/2010 5:10:37 PM
|
0
|
hnakayam <hi...@idy-design.com>
|
change order in which gwes loads display, touch, hid drivers
I cannot figure out how to do this, but I need GWES to load the
display driver FIRST (for a splash screen implementation). Cannot find
any registry values that accomplish this... any ideas?
|
2/18/2010 5:09:01 PM
|
10
|
"s...@rlc.com" <s...@rlc.com>
|
file doesnt get added in image (added in project.bib) - pb5
using pb5
added an entry in project.bib under FILES section:
FILES
; Name Path Memory Type
; -------------- --------------------------------------------- -----------
demo.txt $(_FLATRELEASEDIR)\demo.txt NK S
the file is in the _FLATRELEASEDIR too
but isnt in the image ?!? (/windows/...) (tried with makeimage, sysgen, ...)
are there additionaly steps to perfom ?
|
2/18/2010 4:25:02 PM
|
3
|
=?Utf-8?B?andlaQ==?= <j...@discussions.microsoft.com>
|
ClearType
I have attempted to create CE 5.0 and CE 6.0 images with ClearType support
and have not seen any visual difference in the displayed fonts. In both
cases, we are using a VIA X86 processor and the VIA display driver. Thinking
that the display driver may not support this feature, I switched to the VGA
Linear (Flat) Framebuffer in CE 5.0 but observed no improvement.
Are other developers using ClearType support? If so, are there any
suggestions?
|
2/18/2010 2:03:01 PM
|
0
|
=?Utf-8?B?QmlsbCBU?= <Bi...@discussions.microsoft.com>
|
Nothing is displayed after boot screen
Hi,
I am making a OS design in PB 6.0 for a x86 based PC. I have chosen all the necessary drivers for the system boot. But only blank screen is displayed after the boot screen. When i try to build again by creating a new project and selecting very minimal components it goes to the device's desktop. What may be the issue? I have enabled the KITL, kernel debugger and eboot space in memory. What am i missing?
Submitted via EggHeadCafe - Software Developer Portal of Choice
Putting Twitter Realtime Search to Work
http://www.eggheadcafe.com/tutorials/aspnet/6100d85b-2f27-472d-af24-c9960b5
|
2/18/2010 9:26:37 AM
|
1
|
neo
|
Is there a way to emulate a x86 based PC
Hi,
The BSP Device emulator that comes with the PB can be used for ARM based systems. Is there any emulator for x86 based CEPC's? Will the standalone device emulator gives me this option?
Submitted via EggHeadCafe - Software Developer Portal of Choice
Generic Feed Parsers Redux
http://www.eggheadcafe.com/tutorials/aspnet/42a9b6e2-809e-4ca7-b3f6-acd41f462063/generic-feed-parsers-redu.aspx
|
2/18/2010 9:17:55 AM
|
1
|
neo
|
Windows CE SD Card driver : IsValidFileInfo : Invalid File Info
Hi All,
I am getting debug error as
FATFS : IsValidFileInfo : Invalid File Info
when i connect target and PB through file viewer,and copy the file to SD Card folder. It tells to search path for
Volume.cpp file.
c:\ymzki\private\winceos\coreos\fsd\exfat
But i coundnt find it.
Why It is invalid file info.What is the problem?
Any file format or some.I am not getting any idea.
And first time its work without any problem.When i try to load image again and try to copy files in sd card.
And one more issue is the previous files which i copied get deleted or someting i cant see them in se
|
2/18/2010 7:00:48 AM
|
0
|
Madhura Kolkur
|
Windows CE SD Card driver : IsValidFileInfo : Invalid File Info
Hi All,
I am getting debug error as
FATFS : IsValidFileInfo : Invalid File Info
when i connect target and PB through file viewer,and copy the file to SD Card folder. It tells to search path for
Volume.cpp file.
c:\ymzki\private\winceos\coreos\fsd\exfat
But i coundnt find it.
Why It is invalid file info.What is the problem?
Any file format or some.I am not getting any idea.
And first time its work without any problem.When i try to load image again and try to copy files in sd card.
And one more issue is the previous files which i copied get deleted or someting i cant see them in se
|
2/18/2010 6:58:59 AM
|
0
|
Madhura Kolkur
|
WinCE 6.0 R2 crash at startup
Hi,
I have a strange problem booting my WinCE 6.0 kernel. I suspect my RAM to
fail but I'm not sure: I can verify all data in the CSD0 with my Lauterbach
JTAG.
The original BSP uses a different DDR2 from Samsung with a size of 64Mbyte -
I'm using a 128Mbyte.
When I do a debug build I get these msg (I'm running the exact same nk.bin
on the development platform as these are very close to eachother and
therefore I know which msg to expect):
Windows CE Kernel for ARM (Thumb Enabled) Built on Jun 16 2009 at 10:08:41
ProcessorType=0926 Revision=4
OEMAddressTable = 801010f4
|
2/18/2010 1:11:01 AM
|
1
|
=?Utf-8?B?QnJpYW4gQS4=?= <Bri...@discussions.microsoft.com>
|
MFC Application Linking Error for Windows CE 6.0
Hi all,
We have an MFC application which compiles and runs fine on Windows CE
5.0 and Windows Mobile 6. However, if we compile the app for WinCE
6.0, we got the following linking error:
corelibc.lib(crtstrtw.obj) : error LNK2019: unresolved external symbol
wmain referenced in function "void __cdecl mainCRTStartupHelper(struct
HINSTANCE__ *,unsigned short const *)" (?
mainCRTStartupHelper@@YAXPAUHINSTANCE__@@PBG@Z)
I think this error means that the linker is looking for main() as the
application entry point. But we have already specify the application
entry point is "WinMainCR
|
2/17/2010 11:51:44 PM
|
0
|
David <toomanydav...@gmail.com>
|
ConMan
I have a question regarding usage of CE Emulator SDKs.
Scenario:
I build a BSP for WinCE using platform builder in VS 2005 on XP Pro. After
installing SDKs created after BSP is compiled, an emulator is visible in a
list of devices in Device Emulator Manager and I am able to start a device
from it. I can also deploy and debug smart device application from VS 2008.
About connection with an emulator: Is ActiveSync used at all? I have
included it in my image.
I have also included ConMan files from ver. 1.0. When I cradle a device it
looks like ActiveSync is trying to establish connec
|
2/17/2010 6:05:01 PM
|
3
|
=?Utf-8?B?UmFpbk1hbg==?= <Rain...@online.nospam>
|
Problem with loading jpeg files and webcam
hello guys
I have created a program in WIN CE platform (ARM4I by C# compact
framework 3.5) that needs to load JPEG files and take photo by usb
webcam.
the device that I use, does not have any JPEG DECODER and I can not
access it to install a new image of WIN CE and I dont have access to
supplier to ask him to do that.
the device does not have any COM port and I have to use only by a usb
port.
now I wanna know how I can install JPEG DECODER without installing by
win Ce image
or
how I can load webcam without installing JPEG DECODER
(I have tested the camtest project but it retu
|
2/17/2010 4:36:02 PM
|
0
|
Arash <saberimanes...@gmail.com>
|
Registry Persistence
Hi there,
I have a small problem with persistence of my Hive registry, and every
time I do a google search I seem to get offers for all sorts of
wonderful creams that will make my persistent hives go away.
Anyway, I seem to have strayed from the point.
I have an arm-based system with NOR Flash and SDRAM, on power up I
have the OS (Win CE 6.0 R3) load from Flash into SDRAM and the upper
half of the Flash becomes a file store. I also have the Hive registry
created in the Flash file system. At this point everything is
wonderful, because up to now I've wanted the registry settings t
|
2/17/2010 4:25:08 PM
|
2
|
Andrew Bailie <mlgnsoluti...@googlemail.com>
|
DESCARGAS - ANTIVIRUS GRATIS 7602
Muchos problemas de rendimiento y seguridad de tu computador son causados por
virus maliciosos, la mejor forma de combatir esto es tener instalado un
Antivirus reconocido y actualizado en tu computador
Descarga gratis Antivirus en:
http://antivirus-gratis-descarga.blogspot.com/
Links de contenido del sitio web:
http://antivirus-gratis-descarga.blogspot.com/
http://antivirus-gratis-descarga.blogspot.com/2009/08/que-es-un-antivirus.html
http://antivirus-gratis-descarga.blogspot.com/2009/08/descarga-gratuita-de-antivirus.html
http://antivirus-gratis-descarga.blogspot.com/2009/0
|
2/17/2010 3:13:01 PM
|
0
|
=?Utf-8?B?YW50aXZpcnVzIGdyYXRpcw==?= <antivirusgra...@discussions.microsoft.com>
|
how i do prevent installing an unsigned cab in platform builder
using windows ce 5.0.
i do application distribution using signed cab's
this cab's will be installed on the device using wceload (called within an
application)
how i do prevent installing an unsigned cab in platform builder ?
|
2/16/2010 9:12:01 PM
|
4
|
=?Utf-8?B?andlaQ==?= <j...@discussions.microsoft.com>
|
pcnetsecurity@gmail.com =?UTF-8?B?QXNzaXN0w6puY2lhIFTDqWM=?= =?UTF-8?B?bmljYSAgbWFudXRlbsOnw6M=?= =?UTF-8?B?byBkZSBjb21wdXRhZG9y?= =?UTF-8?B?ZXMgaW5mb3JtYXRpY2Eg?= =?UTF-8?B?Vml0w7NyaWEtZXMgOTA2MjA=?=
Contato: pcnetsecurity@gmail.com
Contato: pcnetsecurity @ gmail.com
Planos a partir de R$ 250,00 .
Assist�ncia T�cnica
Prestamos assist�ncia t�cnica nos computadores de sua empresa ou resid�ncia, e tamb�m possu�mos uma equipe qualificada para fazer a manuten��o no pr�prio local.
- Contratos de Suporte e Manuten��o
Reduza os custos de sua empresa com solicita��es de visitas t�cnicas para seus computadores, elaboramos um contrato de manuten��o integrado para sua empresa onde disponibilizamos: t�cnicos, equipamentos de suporte e substitui��o, e atendimento no hor�rio comercial ou
|
2/16/2010 5:24:08 PM
|
0
|
Assitencia manutencao remocao de virus computador pc<manutencao.assiten...@computador.pc.com>
|
WINCE 6.0 Shared Folder
I have a minipc wafer with wince 6.0 connect in my network, this pc have a
shared folder.
From Windows XP I can connect to the shared folder without problem.
From WIndows Vista and Windows 7 I cannot conect the shared folder in WinCE
6.0 .
Why ?
Is necessary change the platform build network configuration ?
Thanks for help
|
2/16/2010 3:05:12 PM
|
9
|
"Stefano" <blas...@yahoo.it>
|
Windows CE SD Card driver function - SDHCDSetCancelIOHandler
1 . Why we need to Implement the following function in the Host Controller driver :
SDHCDSetCancelIOHandler( Base->m_pHCContext, SDHCCancelIoHandler);.
a > Is it Mandatory?
b> If mandatory ,what functionality need to be written?
c> At which point of time it is called and on what basis?
Right now I am keeping it empty stub in my SD/mmc HC driver.
Is this function is for Timeout purpose?
Thanks in Advance,
Madhura K
Vayavya Labs Pvt. Ltd.
Submitted via EggHeadCafe - Software Developer Portal of Choice
SharePoint - Managing Unused or Archive sites automatically
http://w
|
2/16/2010 6:24:22 AM
|
1
|
Madhura Kolkur
|
Windows CE SD Card driver function - SDHCDSetChangePowerHand
2. What is the following function is used for and in which situation?
SDHCDSetChangePowerHandler(pHc,d) ((pHc)->pChangeCardPowerHandler = d);
If i am not wrong is this function is for Power down and up of SD device
Thanks in Advance,
Madhura K,
Vayavya Labs Pvt. Ltd.
Submitted via EggHeadCafe - Software Developer Portal of Choice
What's New for Developers in SharePoint 2010 Object Model?
http://www.eggheadcafe.com/tutorials/aspnet/84e8403e-a25c-49b7-a0d8-3e2773fa29b5/whats-new-for-developers.aspx
|
2/16/2010 6:23:33 AM
|
0
|
Madhura Kolkur
|
Question Regarding creating threads in Ndis Drivers.
I have a question regarding NDIS drivers, creating your own threads
and the NdisMIndicateStatusComplete and NdisMIndicateStatus
Functions. I cannot seem to see any documentation on MSDN that
answers the questions, but our test results seem to show that it is
not possible.
Our Platform: ARM, Windows Embedded CE 6.0 R3
Questions:
========
Can we create our own threads inside of our Ndis driver (using
CreateThread)? What restrictions do we run under by doing this?
We seemed to have proved that we CANNOT call NdisMIndicateStatus/
NdisMIndicateStatusComplete from Threads we creat
|
2/15/2010 6:20:52 PM
|
2
|
Bradley Remedios <bremed...@gmail.com>
|
REGSVR
Platform builder, VS 2005.
I have included REGSVR in the build, however after building OS it does not
contain any regsvr*.exe module. Is there any additional step I have missed?
Thanks,
--
RainMan
|
2/15/2010 5:39:02 PM
|
5
|
=?Utf-8?B?UmFpbk1hbg==?= <Rain...@online.nospam>
|
Crypt/Decrypt a DLL on loading...
Hello,
I have a DLL that I want to protect. After the build and before include this
DLL into runtime image, I apply a simple crypto algorithm on this DLL that
modify the bytes. In this way, if someone get the DLL from the target device
it results unusable.
For crypting, I haven't any problem, because I execute a custom build action
PreMake Image that executes an application that crypts the DLL. At runtime, I
have to decrypt the DLL for using it. Where I can put some code to do this ?
I have found OEMCertifyModule() that receives a pointer to a buffer with
bytes of a module. Are
|
2/15/2010 10:48:01 AM
|
7
|
=?Utf-8?B?UGFvbG8gUGF0aWVybm8=?= <PaoloPatie...@discussions.microsoft.com>
|
Win CE 6.0 console application
Hi All,
I want to create a Console program in Win CE, which reads an
input from console. Tried with scanf(), wsprintf(), getc() and getch()
using Windows command prompt (Target Control), but it didn't work. I'm
running this program in Device Emulator. Pleae help me to read data
from console in Win CE.
regards,
Achu
|
2/15/2010 10:11:01 AM
|
3
|
Achu <sangita....@gmail.com>
|
Connect to smb shares from WindowsCE
Hi all,
I have a little question about SMB support on WindowsCE 6.00.
It is possible to connect a WinCE device to a network share (e.g. from
XP/Vista/Seven) ?
I know how configure a SMB server on the device but how can I configure
a SMB Client ?
Best regards
Fabrice
|
2/15/2010 8:38:51 AM
|
1
|
Fabrice MOUSSET <fabrice.mous...@laposte.net>
|
Preventing Hive Registry overwrite in Debug Build
I'm trying to investigate some corruption occuring in a hive registry.
Unfortunately whenever I make a Debug build to look into the problem,
it 'cleans' the hive with the following:
4294771823 PID:cbfc5c1e TID:cbfc5bfa 0x8bfc59b8: FSREG: Existing hive
was created with a different ROM, discarding
4294771854 PID:cbfc5c1e TID:cbfc5bfa 0x8bfc59b8: FSREG: Mounting clean
system hive
Is there any way of preventing this with my debug build?
I'm guessing this is because the MD5-hash of my ROM registry is
different from the MD5-hash in the hive, but there seem to be some
basic differen
|
2/13/2010 11:39:10 AM
|
1
|
Dan Work <driverman.w...@googlemail.com>
|
What are the acceptable rates for writing sets of small files in Flash using FATFS
Hello,
I am trying to evaluate if my CE5 image running in an au1200 board
is with something wrong or not.
Basically, when I try to write from flash memory to a 4G Compact
Flash card (connected via the PCMCIA bus, formatted as FAT32, one
partition taking all the avaliable sectors), I get around 2 MB/s of
write speed for a big file(4-5MB) and around 130Kb/s when writing a
set of small files.
Writing to the internal flash yeld similar results. My application
uses CreateFile, ReadFile and WriteFile to copy the file, using a
buffer that is the size of the file that needs to c
|
2/12/2010 6:58:56 PM
|
0
|
Marcelovk <hdex...@gmail.com>
|
CE 6.0 stops at jumping to 0x022... (no debug messages show up)
Hi all,
I currently have a working CE 5.0 build going on an amd geode based
(x86) board. I have the BSP for ce 6.0 and am trying to get it up and
running using vs2005/platform builder with ce 6.0 R3. The nk.bin builds
fine, but when I try to start it up using loadcepc /v, the last message
shown is jumping to 0x00... (verified with viewbin that it is indeed the
startup function address), but no messages come in through COM1 and the
screen is still in 320x2?0 resolution. If I start my image using
/L:640x480x16 I notice the jumping to message is smaller so the screen
resolution
|
2/12/2010 8:48:10 AM
|
4
|
Stefan <stef...@waegener.com>
|
Can't fine OEMInitGlobals...
Hello,
what is the directory path and source file for the function OEMInitGlobals()
? I can't find it in alla WINCE600 directory....
--
Paolo Patierno
Embedded Software Engineer
|
2/12/2010 7:55:01 AM
|
2
|
=?Utf-8?B?UGFvbG8gUGF0aWVybm8=?= <PaoloPatie...@discussions.microsoft.com>
|
Physical address from virtualmemory
Hi,
I am porting a WDM driver to WinCE. i want to understand
What exactly does the "MmGetPhysicalAddress " API does?
and is it possible to mimic the above API in WinCE.
Thanks
sreekanth
|
2/11/2010 7:21:01 PM
|
1
|
=?Utf-8?B?c3Jrcw==?= <s...@discussions.microsoft.com>
|
BOT_DataTransfer and USB EHCI error...
Hello,
I'm working on Windows CE 5.0 and Freescale iMX31 and ISP1504 transeciver
for USB.
If I try to copy a file to a USB storage device attached on USB port, have
the following errors and the copy stops :
0x8fab058c: BOT_DataTransfer warning(6.7.x.3, RequestLength:65536
TransferLength:14336 Err:0 UsbErr:0x4, dwTimeout:1280000)
0x8fab058c: BOT_DataTransfer error(5.3.3, dwCswErr:1460, dwUsbErr:0x0,
dwTimeout:4000)
0x8fab058c: Retry CSW
0x8fab058c: BOT_DataTransfer error(5.3.3, dwCswErr:1460, dwUsbErr:0x0,
dwTimeout:4000)
0x8fab058c: BOT_DataTransfer error(5.3.3, ResetErr:0x0
|
2/11/2010 3:22:01 PM
|
0
|
=?Utf-8?B?UGFvbG8gUGF0aWVybm8=?= <PaoloPatie...@discussions.microsoft.com>
|
Running Radiometrics on CE6
Hello,
I'm currently developing a RIL driver for Windows CE6 and would like
to test it using the radiometrics test.
I start the test on the Windows CE Command Prompt with:
tux -o -d radiometricsdll -c"no_connmgr -c ltk.ini"
When I do this, the application starts to read the stinger.ini and the
ltk.ini with no problem, but when it tries to read the datatrans.xml,
it stops with this error message:
11:20:08:48: LoadXMLConfiguration: CoCreateInstance failed,
result=0x80040154
11:20:08:48: Failed to load datatrans.xml XML file (hr=0x80040154)
I have no idea, what is missing here
|
2/11/2010 12:15:02 PM
|
4
|
PMackenthun <peter.mackent...@googlemail.com>
|
Updating platform.reg...
Hello,
I want to change the following value in the common.reg :
[HKEY_LOCAL_MACHINE\Drivers\USB\ClientDrivers\Mass_Storage_Class\2]
....
....
"UnitAttnRepeat"=dword:A ; TEST UNIT READY repeat (reduce to 1 for
large USB disk keys)
....
...
Obviously, I don't change the common.reg but I put the new value in my
platform.reg (or project.reg) :
[HKEY_LOCAL_MACHINE\Drivers\USB\ClientDrivers\Mass_Storage_Class\2]
"UnitAttnRepeat"=dword:1
After this change I have launched a "Build and Sysgen Current BSP" command
but in the reldir I see that there is the old value in the r
|
2/11/2010 11:53:01 AM
|
4
|
=?Utf-8?B?UGFvbG8gUGF0aWVybm8=?= <PaoloPatie...@discussions.microsoft.com>
|
Need to write Usb Host driver for New Host Controller in WinCE5.0
Hai,
In our new Host controller hardware, we need to write a HC driver in
wince 5.0. I dono how to start. If you have any sample source code,
mail me the same.
---Julie.
|
2/10/2010 3:22:24 PM
|
2
|
july july <2000j...@gmail.com>
|
Problem copying large file on USB storage...
Hello,
I'm working on Windows CE 5.0 and I have the following problem :
I insert a USB storage device in the USB port and I try to copy a large file
(about 5MB) from NAND Flash to USB storage device. The copy started but
sometimes it doesn't finish. The OS doesn't show a copy error but I see that
the file there isn't on the USB storage. This problem there isn't with small
files (about KB).
Any idea or suggestion ?
Thanks in advance,
Paolo
--
Paolo Patierno
Embedded Software Engineer
|
2/10/2010 9:30:06 AM
|
8
|
=?Utf-8?B?UGFvbG8gUGF0aWVybm8=?= <PaoloPatie...@discussions.microsoft.com>
|
Need info regarding platform builder 2008
I have couple of doubts
1. From where I can download evaluation version of platform builder 2008.
2. What is diff b/w PB 2008 and PB CE6.0
3. Will PB CE6.0 work with VS2008.
Submitted via EggHeadCafe - Software Developer Portal of Choice
SharePoint - Managing Unused or Archive sites automatically
http://www.eggheadcafe.com/tutorials/aspnet/96bf1f1c-ab6f-43f1-9a5b-a2a8deb60cad/sharepoint--managing-unu.aspx
|
2/9/2010 4:31:58 PM
|
0
|
bingo guy
|
Cant get "Platform Builder" to appear under "Project Types" in VS2005
Hi Everyone,
We've just purchased PB 6 and am trying to install it on one of our
development stations, but no matter how many times I've installed/
deleted/reinstalled VS2005 and WinCE 6 I cannot for the life of me get
it to appear in the project types list for when creating a new
solution. It wont even allow me to open an existing project from the
demo WinCE 6 folder. I'm now in to my 3rd day of battling with this !
Though the PB icon shows on the splash screen as it starts, as does
some of the CE6 'getting started' stuff on the start page.
It has had the trial versions of VS
|
2/9/2010 2:26:20 PM
|
0
|
Mr Col <co...@icrtouch.com>
|
Thread switching infinite loop
Hi,
My app has multiple threads with different prio's.
All threads are guarded by 1 watchdog thread (looptime <1000ms).
The WD-Thread is guarded by a HW-watchdog.
If a thread hangs the Highest-Prio watchdog thread detects this, and calls a
handler.
This behaviour is coverred by unit-testcases, so please assume that the code
is correct.
To test this, I force a hang-situation by inserting : while(1);
My watchdog does not detect this ! ( the wd-thread never runs anymore ?)
Also the debugger is not responding anymore, I need to powerdown the target.
I tried several variations :
|
2/9/2010 10:34:01 AM
|
12
|
=?Utf-8?B?Um9i?= <__rob_AT_robtso_DOT_nl__>
|
Deploy Slooooooooooooow....
Hi,
I have a CM-X270 with ethernet connection, over which my EXE is deployed for
debugging.
The exe of about 750Kb takes more that 1 Minute to be deployed !
If I look at the exe on the target it seems to grow in "bursts".
I use TCP connect transport.
Why is this so slow ? Can I fix it ?
Kind regards,
Rob
www.robtso.nl
|
2/9/2010 10:06:04 AM
|
0
|
=?Utf-8?B?Um9i?= <__rob_AT_robtso_DOT_nl__>
|
Mainstone III BSP for CE6 R2: Compat. with Mainstone II h/w?
Does anyone know if running Mainstone III BSP (from CE6 R2) on a
Mainstone II should have any issues with DMA, or DMA Interrupts?
Shortly after inserting a SDIO WLAN card, the SDHC driver, I see an
Assertion failure within SDHC IST thread. (NOTE that same driver
works with CE5 BSP for the Mainstone II):
41920 PID:400002 TID:43d000e SDHCIST: Interrupt: 0x00000001
41920 PID:400002 TID:43d000e SDHCIst: MMC_IREG_DATA_TRAN_DONE
41920 PID:400002 TID:43d000e Unknown: DEBUGCHK failed in file C:
\WINCE600\PLATFORM\COMMON\SRC\SOC\PXA27X_MS_V1\SDHC\.\SDControl.c at
line 1561
---
|
2/9/2010 12:48:34 AM
|
0
|
GeraldH <ger...@socketmobile.com>
|
ARP issues with dual ethernet link and CE 6.0 R2
We are developing a product based on an ARM9 processor (having an
internal 10/100 Mbit ethernet MAC) and running Microsoft Windows
Embedded CE 6.0 R2. To give it the capability of having a redundant
ethernet link (a compromise to avoid the cost and real estate of a
second ethernet controller that would have provided a full redundant
ethernet) we use a Marvell 88E6121 3-port switch chip that integrates
two 10/100/1000 Mbit PHYs and a MII interface.
In operation the ethernet is regularly (every minute) momentarily
switched to the secondary (redundant) port for a quick check to ensure
|
2/8/2010 9:52:46 PM
|
2
|
WallyOne <andr...@gallagher.co.nz>
|
Module: FTPD - adding user authentication for user "admin"
Hi there,
one question. I've been trying to add an authentication mechanism for the
FTP module delivered with WinCE (btw: I'm working on CE 6 R2). I wanted to
add an authentication need for the admin user. I therefore registered a
password with SetPassword (
http://msdn.microsoft.com/en-us/library/aa915490.aspx ) and added the user
name ("admin") to the list of users (as described in here:
http://msdn.microsoft.com/en-us/library/aa923216.aspx ). The problem now is:
when I try to access the server with the given credentials my FTP client
tells that a valid username is given
|
2/8/2010 4:10:01 PM
|
5
|
=?Utf-8?B?cGtqdA==?= <p...@discussions.microsoft.com>
|
URL does not play
Hi,
I'm trying to play the following url with the CE6 media player
http://live1.prostream.nl:8000/omrop.mp3
this link DOES play on my PC and pocket mobile 6.1 PC. but it does not with
my wince6 platform. I added about every media related catalog item, but still
it does not play. I do not have a firewall included in my project.
any idea what this can be?
regards,
Maarten
--
Maarten
|
2/8/2010 3:18:01 PM
|
1
|
=?Utf-8?B?TWFhcnRlbg==?= <Maar...@discussions.microsoft.com>
|
GetSystemPowerStatusEx()
Hi,
I want to use GetSystemPowerStatusEx() in an Win CE 5.0 application I wrote.
This function is declared in the winbase.h file like so:
// @CESYSGEN IF COREDLL_BATTERY
BOOL
WINAPI
GetSystemPowerStatusEx(
PSYSTEM_POWER_STATUS_EX pSystemPowerStatusEx,
BOOL fUpdate
);
// @CESYSGEN ENDIF
What component should I include in my OS design so that COREDLL_BATTERY will
be defined? And how? Thank you.
Best Regards,
John
|
2/8/2010 11:35:16 AM
|
7
|
"JH" <john.hu...@icnexus.com.tw>
|