windows CE 6.0 1024x768
Hi !!
I have to work with the latest WinCE 6.0 available with VS2005 which
includes platform builder. I have to design some GUI with the screen
resolution of 7024x768. For that I have to make my custom OS Image
which should support this resolution using PB. Can any one have any
idea How can I achieve this using Platform builder.
I also found one skin Option was there from where I think it is
possible to achieve this resolution. But again the problem is same. I
need to find such skin having such resolution. Dose anyone have any
idea. Kindly share with me
Regards
Navin Salunke Tag: Mainstone III - I2C Driver bug. Tag: 102690
MSFlash StrataFlash
Hi all,
I have a question about MSFlash StrataFlash NOR driver. I want to include
that flash driver in my platform. I'm using wince 6.0, MainstoneIII, PXA270,
64MB P33B flash, MCPII_MODULE.
My Image is stored in flash, but gets copied to ram and run from ram. My
goal is to save 2MB of flash in the area of 57-59 MB. That area is way after
the image end, and also not too close to flash end.
In the catalog I selected : Core OS\CEBASE\File Systems and Data Store\File
System-Internal\ROM-only File System, and from the same place: Registry
Storage\Hive-based Registry.
In the file platform.reg I have the following settings:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\StrataFMD]
"Dll"="stratad.dll"
"Prefix"="DSK"
"Profile"="MSFlash"
"IClass"="{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
"BlockSize"=dword:40000
"WriteBufferSize"=dword:40
"IsPairedFlash"=dword:1
"FriendlyName"="MSFLASH Driver"
"Order"=dword:1
"MemBase"=dword:BE300000
"MemLen"=dword:00200000
[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\MSFlash]
"DriverPath"="Drivers\\BuiltIn\\StrataFMD"
"LoadFlags"=dword:2
"Order"=dword:0
"BootPhase"=dword:2
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash]
"Name"="MSFLASH for STRATAFLASH"
"Folder"="NOR Flash"
"MountPermanent"=dword:0
"FileSystem"="fatfsd.dll"
"AutoMount"=dword:1
"AutoPart"=dword:1
"AutoFormat"=dword:1
"PartitionDriver"="mspart.dll"
"Util"="fatutil.dll"
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash\FATFS]
"MountAsRom"=dword:0
"MountAsHidden"=dword:0
"MountAsRoot"=dword:1
"MountAsBootable"=dword:1
"FormatTfat"=dword:1
"CheckForFormat"=dword:1
"Flags"=dword:00000024
"MountFlags"=dword:2
When trying to download the image, just before the end of download, I get a
message:
FILESYS: Waiting for bootable file system to be mounted.
That message continues forever, and the image downloading process doesn't end.
What is the problem, and what can I do fix it?
Thank you very much Tag: Mainstone III - I2C Driver bug. Tag: 102687
Queries on DMA
Few queries on DMA
1) What is a Burst size in DMA
2) What is the beat size for DMA
3) The DMA can have n beats/burst . What does it mean?
4) If i want to transfer 32 bytes of data and the burst size is 4
beats/burst then what should the beat size?
5) Do the source and destination bus width also effect the above
computation?
Thanks and Regards
Mohammed Anwar
P.S. If anyone can give me a link to web resource where i can find
some explanation on the above then it would be very helpful too Tag: Mainstone III - I2C Driver bug. Tag: 102683
CE5: PCMCIA Smartcard driver sometimes not loading / ActivateDeviceEx with GetLastError=2
Hi,
we have the problem that on a WindowsCE 5.0 system (not WindowsMobile) the
driver for a PCMCIA-based smartcard reader is sometimes not loaded. Most of
the time it works well, but on some occasions the driver's dll isn't loaded
during system startup (either reset or wake from suspend). When it did load
during startup the driver keeps working just fine.
We've tracked it down to the fact the the PCMCIA card is still recognized by
the system (it finds the cards name in the registry) but the driver's dll
isn't loaded - no call to XXX_Init, not even loading of the DLLs main entry
point. As far as we understand, pcmcia.dll does a LoadDriver/loadLibrary on
the readers driver-dll and that simply never happens - or it doesn't
succeed.
To track it down we've written a tool to load the driver manually.
In cases where the driver does not load at all ActivateDeviceEx returns
with GetLastError==2 which is a strange error result!!!!
Of course the drivers dll is still in \Windows and a LoadLibray on it still
works fine.
Can anybody shed some light on what is happening inbetween detecting the
PCMCIA card and the loading of the drivers DLL? Or even better any ideas on
what could cause the drivers DLL not being loaded at all?
Thanks
Thorsten Tag: Mainstone III - I2C Driver bug. Tag: 102682
PCL Printer
Hello,
O.S - wince 6.0.
PCL printer driver in the catalogue item of wince 6.0 is missing, which is
present in wince 5.0. But still the registry entries are present in
common.reg(6.0). So how to add support for printer driver in wince 6.0???
Thanks and regards,
Sankarraj, S Tag: Mainstone III - I2C Driver bug. Tag: 102681
about the video in mainstone3
HIi,everybody
May you help me ? I have a question:
I code a camer driver based on mainstion3/intel pxa270/windows
mboile 5 ppc.I use the uyvy422 package format for the input and output
format.In adapters.h, i change some settings:
#define DEFAULT_VIDEO_WIDTH 320//176
#define DEFAULT_VIDEO_HEIGHT 240//144
#define DEFAULT_STILL_WIDTH 1280
#define DEFAULT_STILL_HEIGHT 1024
#define DEFAULT_CAPTURE_WIDTH 320//176
#define DEFAULT_CAPTURE_HEIGHT 240//144
#define DEFAULT_CAMERA_INPUT_FORMAT
(XLLP_CAMERA_IMAGE_FORMAT_YCBCR422_PACKED )
//#define DEFAULT_CAMERA_OUTPUT_FORMAT
(XLLP_CAMERA_IMAGE_FORMAT_YCBCR422_PLANAR )
#define DEFAULT_CAMERA_OUTPUT_FORMAT
(XLLP_CAMERA_IMAGE_FORMAT_YCBCR422_PACKED )
about still,i have 5 resolutions:qqvga/qvga/vga/xga/sxga.vidoe has 2
resolutions:qqvga/qvga.I always use qvga as the preview resolution.And
the still pin and capture pin both use the same resolution about qqvga/
qvga.
Now, i use pimg.exe(include wm5) to test camera driver,The still and
preview functions are ok.However,when chang from preview to
video(clieck the mode menu),it always pop a dialogbox and prompt
"unable complete the requested action. Out of memory".Look out the
debug informations, I find that the video format negotiation fail. The
client(directshow) useCSPROPERTY_PIN_DATARANGES to get resolutions
and then use CSPROPERTY_PIN_DATAINTERSECTION to send driver format
list to match. Driver find the matched format and send back .But the
direct show always repeat these steps.
Can you help me ? thansk Tag: Mainstone III - I2C Driver bug. Tag: 102679
Compact Flash Card Hangs Device
Our platform is a PXA255 CE 4.2 with two Compact Flash Slots (CFS1 & CFS2).
The device normally starts up by loading a CE 4.2 image into RAM that is
stored on a CF memory card and inserted into CFS1.
We desire to add WiFi connectivity to our legacy product by inserting a WLAN
adpater into our normally unused CFS2.
The WLAN driver has been successfully added to the CE 4.2 image, however,
the problem is that our device experiences a hung state when we start with
the WLAN adapter inserted into CFS2.
Based on further testing, there appears to be a contention issue between
CFS1 and CFS2 with CFS1 being given priority.
For our implementation, we must have the WLAN adapter operate on CFS2. The
following tests are the best method I know to describe the situation.
Test #1 *** Failure ***
1. Insert memory card into CFS1
2. Insert WLAN adapter into CFS2
3. Power device
4. Device starts up into a hung state shortly after displaying the CE desktop.
Display will blank out.
5. Remove the WLAN adapter from CFS2 (or apply 3.3V to the CFS2 WAIT line)
and the CE desktop re-appears.
Note: this test represents the problem as we must startup and operate with
WLAN adapter preinserted into CFS2.
Test #2 *** Success ***
1. Insert memory card into CFS2
2. Insert WLAN adapter into CFS1
3. Power device
4. Device startup succeeds with WiFi connectivity.
Test #3 *** Success ***
1. Insert memory card into CFS1
2. Power device
3. Device starts up into CE desktop
4. Remove memory card from CFS1
5. Insert WLAN adapter into CFS2
6. Device succeeds with WiFi connectivity
Test #4 *** Success ***
1. Insert memory card into CFS2
2. Power device
3. Device start up into CE desktop
4. Remove memory card from CFS2
5. Insert WLAN adapter into CFS2
6. Device succeeds with WiFi connectivity
Note: CFS1 remains unused during Test #4.
Any ideas on how to resolve the hung state being experienced with Test #1?
Thanks. Tag: Mainstone III - I2C Driver bug. Tag: 102678
about bluetooth question,help
Dear all:
I have a CSR's BC41B143A06 bluetooth module. I connected it to PXA255's
BTUART.
I only want it can send/recevice data or file or activesync PC. so what
bluetooth profiles support should I added to workspace,Bluetooth PAN or
other?
and what bluetooth protool stack with transport driver should I added to
workspace, bluetooth stack with integrated CSR Chipset Driver or other?
to make it work, need i change any registry? and how about PSKEY.
btw,I work in WinCE5.0.
Thanks for any help. Tag: Mainstone III - I2C Driver bug. Tag: 102676
WinCE 5 using USB RNDIS : LAN vs. W-LAN how to ?
Dear experts,
I have read carefully through all the available to me archive of this
newsgroup on this topic and still unable to get things working right, even
though several articles did report that it should. A while ago I have tried
that and posted some questions, several people replied with useful info, but
it still didn't work, now is the second round.
What is under investigation: Windows CE5 as Platform Builder with a
cumulative annual QFE applied dated 12-31-2006. That should take care of
many things I guess...
Goal is to make the USB rndis working right. The rndis device used is
U.S.Robotics USR5421 USB to wireless LAN stick. Tested on PC and proven to
work ok. Based on what I have read on this topic, the following environment
variables were added to enable USB rndis support to either platform
set SYSGEN_USBFN_NET2280=1
set SYSGEN_ETH_USB_HOST=1
set SYSGEN_USBFN_ETHERNET=1
set SYSGEN_ETH_8021=1
set SYSGEN_NWIFI_STA=1
this should take care of everything needed ( if I understand it correctly).
Two development boards with :
1 --- ARM processor. Has 1 USB port. Built image (using command line) has
standard explorer shell. Cmd line is supported, so one can type commands
directly on the device. USB port correctly functions and recognizes both USB
storage devices and USB printers. There is on-board Ethernet adapter already
as well on-board wireless LAN adapter as well, for which 3rd party drivers
are used.
Upon insertion of USR5421 into device's USB port no visual effects are seen,
but "power" led on the USR5421 comes on, antenna light stays off. Taskbar is
showing a new network adapter, as well as control panel->Networking gets
another network adapter applet.
Question to this one:
a) what do I miss in terms of why does the USR5421 is detected as wired LAN
adapter instead of wireless one ?
b) when using command line and trying to launch wireless zero configuration
tool, an error is returned
>wzctool -e
WZCEnumInterfaceg() error 0x00000002
2 --- VIA Luke (x86 like). Has 4 USB ports. Built image (using Platform
Builder) has custom shell. No cmd line is supported in image. USB port
correctly functions and recognizes both USB storage devices and USB
printers. There is on-board Ethernet adapter already.
Upon insertion of USR5421 into device's USB port a pop-up dialog shows up,
prompting to provide a driver name for unidentified USB device. Typing in
the name of the dl lit should use, i.e. usb8023.dll, causes the dialog to
pop up immediately back again and so forth indefinitely if repeated.
Question to that one: and why is that one not recognizing USR5421 at all,
while the same environment variables were added to build ?
Please advise where to look.
Many thanks
Sergei R Tag: Mainstone III - I2C Driver bug. Tag: 102667
new to WinCE
I have WinCE 5.0 installed. Do I need to use ActiveSync and eVC4.0 to
develop my WinCE target? I am new to WinCE please point out direction
to start.
Thank you in advance
Richard Tag: Mainstone III - I2C Driver bug. Tag: 102661
Does WinCE 4.2 support Cyrillic font?
Hi All,
Does anyone know whether or not WinCe 4.2 supports Cyrillic font?
I checked fonts catalog in CE 4.2 PB, but couldn't find it.
If I want to include this font in the OS, how I can do it?
Thanks,
James Tag: Mainstone III - I2C Driver bug. Tag: 102659
How to check if repllog is running
Hello
How can I find out whether repllog.exe is already running or not?
PB5.0, ARM.
TIA
--
Michael Reim
reim AT helmut-fischer DOT de Tag: Mainstone III - I2C Driver bug. Tag: 102649
About Power Manager
I have some questions.
How do I know what kind of system power which I use, If I add two PM models
(Default and PDA)?
How to modify the mapping of system power state to device power state without
modify common.reg?
Please give me advise.
Best regards Tag: Mainstone III - I2C Driver bug. Tag: 102648
Hopper test
Hi all,
I know that the Hopper tool is for Windows Mobile environment
Is it possible to "port" this tool on Win CE 5.0?
Thank you in advance
Regards
Ale Tag: Mainstone III - I2C Driver bug. Tag: 102647
Bluetooth UART transport bug CE 6.0
When the UART transport initializes, HCI_OpenConnection calls
SetupComm(hFile,&dcb) with dcb.XonLim == 3000, dcb.XoffLim == 9000.
In the serial MDD layer this call resolves to ApplyDCB
where the following check is performed ( this code was
not present in CE 5.0 ):
if (!(pDCB->XoffLim< pSerialHead->RxBufferInfo.Length &&
pDCB->XonLim< pSerialHead->RxBufferInfo.Length - pDCB->XoffLim
)) {
return FALSE;
}
Since pSerialHead->RxBufferInfo.Length will typically default to
RX_BUFFER_SIZE
( i.e. 2048 ) HCI_OpenConnection will return FALSE. Tag: Mainstone III - I2C Driver bug. Tag: 102643
Miniport problem
Hi.
I have built a miniport driver (PB 4.2) in order to have a system that works
like a router. I have my router and two pcs connected to it, and everything
works well with ping, telnet or FTP, except when I try to transfer 2 files at
the same time from one pc to the other, the files are transferred, and I am
still able to communicate between the two computers (ping, telnet or ftp)
but with the device running my router and wce I am only able to ping, if I
try to do an FTP or Telnet it doesnâ??t work, it seems like the stack ip it is
not working well. I am sure that I am doing something wrong, but my problem
is to know what am I doing wrong. Is there any way to see what is going
wrong? I have tried to run my driver in debug mode to see if I could catch
some DEBUGMSG, but I got nothing. Could someone give any ideas on how to see
whatâ??s happening?
Thanks in advance.
Duarte. Tag: Mainstone III - I2C Driver bug. Tag: 102639
MFC in a MUI platform
Hello
I have a WinCE 5.0 MUI platform for ARM including the MFC.
It's possible to switch the language of the user interface to languages
other than english.
The only thing that doesn't switch is the MFC. All messages of the MFC
remain in english.
I found that under E:\WINCE500\OTHERS\MFC\LIB\ARMV4I\L.DEU there are the MFC
resources for e.g. the german language.
I get the german messages by copying mfcce400i.dll to
\Windows\mfcce400.dll.0407.mui on the device.
So my question is, what is the recommended way to get the different language
versions of the MFC into my image?
TIA
--
Michael Reim
reim AT helmut-fischer DOT de Tag: Mainstone III - I2C Driver bug. Tag: 102638
Has the DirectShow Ksproxy filter been supported in wince5.0???
The wince5.0 has not supported the video capture filter, so I want to use the
Ksproxy filter to camera capture implement .but I have not found it in ce5.0
helper.
So I want to know if the the DirectShow Ksproxy filter has been supported in
wince5.0. Tag: Mainstone III - I2C Driver bug. Tag: 102633
Problem Installing Platform Builder 4.2 on XP SP2
I'm having a problem installing Platform Builder 4.2 on XP SP2.
The Error:
Error 1305. Error reading from file
C:\WINCE420\PUBLIC\COMMON\OAK\LIB\ARMV4I\DEBUG\kbd8042jpn1_lib.lib.
Verify that the file exists and that you can access it.
This file is installed by the installer, and is present. I cannot
view or copy the file as the result is a permission denied error. I
can only assume that something is going wrong in the install and
something that is supposed to release a lock on the file still has it
or has crashed half-way through (without giving me an error.)
Has anyone seen this before? It actually shows this file as a file a
file that it is copying when it gives there error.
Brad. Tag: Mainstone III - I2C Driver bug. Tag: 102632
Power Applet does not get updated on wince-5.0
Hello,
On my custom board(imx31) based on wince-5.0 does not update the power
applet. It always shows charging. But in the BatteryThreadProc()
function in the battdrvr.c, I could find that the call to the function
BatteryAPIGetSystemPowerStatusEx2() returns the correct status of the
battery.That is it returns charging/not charing/external power etc.
correctly. But somehow the power applet is not getting updated. I have
commented out call to PowerPolicyNotify() when there is any change in
battery status since when I call this function it returns with error
that the "service has not been started". Does the call to
PowerPolicyNotify() required to updated the power applet? On my system
pm.dll is loaded and running. Could someone help me on this issue.
Thanks,
Shiju Tag: Mainstone III - I2C Driver bug. Tag: 102630
How can I cretat dll out of CE components/packages
Hello All,
I would like make Windows Mobile 5.0 to have some features available on
Windows CE OS. You can choose needed packages in CE during initial making of
BSP. But can I take those components and make it into dll or some thing else
and install into Windows Mobile 5.0
For example I am interested in Supporting Httpd with ASP engine, VB, Java
Scripts engine etc. Is it Possible to get them in dll form? Tag: Mainstone III - I2C Driver bug. Tag: 102627
Getting started with RTC API
Hi
This problem is for Windows CE 5.0 platform builder.
I need some help getting started. (I'm obviously missing something so please
help)
I want to make calls to the RTC API and even the VAIL API for that matter
from a third party application (in this case a WinDev Mobile application
~not important~).
The reason why it is not clear exactly what must be included and called from
my application is because I don't know exactly which files are used and
needed to compile the dll's that provide VoIP functionality.
So to be more specific:
Is the entire RTC API accessible through rtccore.dll?
if not, what else do I need?
And what files are used to compile this dll?
What about VAIL API, there is no dll?
Even though the documentation tells you what interfaces to call, I don't
know what I need to include in my app. (And the process of adding files to
get rid of compilation errors is driving me crazy)
I've not found anything of much help on MSDN, and I've read up on RTC etc on
Platform builder help. Not helping too much.
I can't imagine that it's too complicated, so please help me get started
with making calls to RTC and VAIL API's in its simplest form :-)
Rgds
Marcel Tag: Mainstone III - I2C Driver bug. Tag: 102624
Can I avoid installing .Net Framework 1.1 and still install Platform Builder for CE 5.0?
I have .Net Framework 2.0 and .Net Compact Framework 2.0 installed on
my machine. It seems a little odd that I have to install .Net
Framework 1.1. First, I am already using 2.0, second I am not
installing this product to do desktop development, but Windows CE
development. Finally, that development will likely be more C++
than .Net anyway.
I assume that Platform Builder itself was written in .Net 1.1, but
shouldn't it run under 2.0?
Pat O Tag: Mainstone III - I2C Driver bug. Tag: 102615
USB and KITL : image download often hangs
Hi everybody,
We are having problems with downloading an image through USB on our
platform.
We have implemented USB RNDIS in our bootloader (based on rne_mdd) so that
we can download (and also debug) our image through USB. During the
developments, we did not have problem with the desktop machine we used for
the download, we were able to load big NK.BIN files (tested up to 23MB).
We are now trying to download using other desktop machines and the download
often hangs after 5MB. It seems that when we have a standalone machine (not
connected to the network), the situation is better (but not perfect). When
changing USB IDs, the situation is temporarily better. Moreover, some MAC
addresses (that we can configure in our bootloader menu) make the download
impossible.
Using a USB sniffer software on our desktop, the last frame sent is an
acknowledge from the device to the desktop.
Our hardware platform is based on the S3C2412 processor from Samsung, and
the OS is CE5. Desktop PCs are all WindowsXP.
Has someone else already had such a problem? Somebody has an idea? Is there
a "magic" configuration of the desktop that could solve all our problems?
Thanks in advance
BR
--
--
--
----------------------------------------------------------------
Anthony Pellerin (eMVP)
ADENEO (ADESET)
Windows Embedded Consultant
<apellerin AT adeneo DOT adetelgroup DOT com>
http://www.adeneo.adetelgroup.com
Tél : +33 (0)4.72.18.57.77
Fax : +33 (0)4.72.18.57.78
---------------------------------------------------------------- Tag: Mainstone III - I2C Driver bug. Tag: 102611
How to configure the environment variable like IE_MODULES_WININET
Hi all,
I have a problem here. I want to modify certain configuration for the
Internet Explorer in the Public folder of WINCE500.
I want to remove the usage of wininet. Pardon my ignorance, but i think I
need to set the enviroment variable of IE_MODULES_WININET to "" then i can
exclude it from the build. Can anyone tell me where do i set these setting?
Thanks Tag: Mainstone III - I2C Driver bug. Tag: 102608
How to make BINFS partition mounted and visible in explorer?
Hi All,
I make two partitions on a 64MB NAND flash of my board.
MBR at Block 0
part00, BINFS, 16MB
part01, FAT32, 47MB
After Wince startup, the FAT partition is mounted and visible as a
folder named
"ResidentNandFlash".
But BINFS partition is not mounted, cause I check in Storage Manager,
part00 has no "*" mark beside and is not mounted.
The following is the relevant registry settings in platform.reg
=========================================
[HKEY_LOCAL_MACHINE\System\StorageManager\PartitionTable]
"21"="BINFS"
"0B"="FATFS" ;MS-DOS FAT32
[HKEY_LOCAL_MACHINE\System\StorageManager\BINFS]
"Folder"="BINFS"
"FriendlyName"="BIN_FS"
"Dll"="binfs.dll"
"MountFlags"=dword:0 ;MountAsROM, but not Hidden
; "Paging"=dword:1
"BootPhase"=dword:0
[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\Nand]
"DriverPath"="Drivers\\BuiltIn\\Nand"
"LoadFlags"=dword:1 ;LoadFlags 0x01 == load
synchronously
"MountFlags"=dword:10
"BootPhase"=dword:0
; "Order"=dword:0
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Nand]
"Prefix"="DSK"
"Dll"="NANDDRV.DLL"
"Order"=dword:2
; "Ioctl"=dword:4
"Profile"="Nand"
"IClass"="{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
"Flags"=dword:1000 .
"FriendlyName"="MSFLASH NAND Driver"
"BootPhase"=dword:0
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\Nand]
"DefaultFileSystem"="BINFS"
"PartitionDriver"="mspart.dll"
"Name"="NAND FlashDisk"
"Folder"="ResidentNandFlash"
"AutoMount"=dword:1
"AutoPart"=dword:1
"MountFlags"=dword:10
; "AutoFormat"=dword:1
"BootPhase"=dword:0
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\Nand\FATFS]
; "Dll"="FATFS.DLL"
; "Util"="FATUTIL.DLL"
"MountFlags"=dword:0
"AutoMount"=dword:1
"AutoPart"=dword:1
[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
"MountFlags"=dword:0
=========================================
Anyone can give me a hint to make BINFS visiable in WINCE explorer?
Thanks in advance.
D.H Tag: Mainstone III - I2C Driver bug. Tag: 102599
Wince 5.0 Stress Tool
Hi,
I have run stress tool on wince 5.0 as per the procedure given at
http://msdn2.microsoft.com/en-us/library. It is running but i am not able to
see where the result log(*.xml) file will be created. Tag: Mainstone III - I2C Driver bug. Tag: 102598
Something may be wrong with the smart device setup CAB file
Hi, all:
Recently I encountered a strange problem. I built a smart device CAB
project via VS.NET 2005. The CAB file is built successfully and the
installation is done well. But I found a big problem: the cabwiz
application seems not to recognize the same files which is placed in
different folders. I have two files which share the same name but
with different contexts. I place them in different folders in the CAB
project. After installation, these files are not placed into the valid
folder. For example, in the setup project, D1 folder contains a file
named aaa and D2 folder also contains a file named aaa. Their contents
of aaa file is different. After installation, the aaa files are
exchanged between D1 folder and D2 folder.
Do you encounter such problem ever? I think this should not
happened in VS.NET 2005. Hope you can help me. Thanks very much! Tag: Mainstone III - I2C Driver bug. Tag: 102594
PEAP IEEE802.1x authentication on CE4.2
I have two problems with IEEE802.1X authentication (PEAP) on Windows
CE 4.2:
1) After a successful authentication to an access point with PEAP, if
I try to connect again to the AP (without disconnecting) the platform
doesn't authenticate again to the radius server: (Authenticating ...
Reauthenticating ... reauthenticating ... with no successful
authentication) and the result is the same if i try to connect again.
If i watch with a sniffer to the trame exchanged between the AP and
the platform, the following sequence occurs:
a) the platform tries to start an EAP session
b) the AP acknowledge the platform request
c) the platform sends his identity
d) the AP acknowledge the platform request
e) the transaction stops here !
Note: if i connect to another AP with no IEEE802.1X authentication
when the problems occurs, there is generally no problem to reconnect
to the PEAP AP after.
2) Exceptionnaly, after a boot of the platform or a enable/disable of
the wireless card, the connection failed like in 1) but finish after a
few time to be established (3 minutes seems to be generally good)
I don't know if my two problems are linked, but it is the 2) problem
that makes me discover the 1) problem.
The platform is an x86 based platform.
All the QFE has been applied before building the platform.
Best Regards,
R=E9mi Tag: Mainstone III - I2C Driver bug. Tag: 102593
PowerPolicyNotify breakpoint on Wince-5.0
Hello,
On our custom board when the wince boots it keeps on breaking at the
below statement.
fOk = PowerPolicyNotify(PPN_POWERCHANGE,0);
DEBUGCHK(fOk);
Could someone help me what might be the problem and how could I resolve it.
Thanks,
Shiju Tag: Mainstone III - I2C Driver bug. Tag: 102592
Keyboard filter driver for WM
Hi All,
i want to write a keyboard filter driver for WM devices. Do we have
any sample driver in platform builder?
I want to hook the keyboard and eat up the keystrokes. Please do not
suggest SetWindowsHookEx as it does not work with many devices.
R Tag: Mainstone III - I2C Driver bug. Tag: 102590
Private source code
hi all,
it is illegal to change the private code of windows ce 6.0 and publishing an
article regarding the changes for solving an device specfic issue? Please let
me know.
Thank you,
--
vinoth.R
Technical Lead
e-consystems India Pvt Ltd
www.e-consystems.com Tag: Mainstone III - I2C Driver bug. Tag: 102580
MP3 AVI DIVX MPEG SOFT = www.GEGEREKA.com
Millions files for everyone. Music, movies, soft and other media.
Check it now!! http://www.gegereka.com Tag: Mainstone III - I2C Driver bug. Tag: 102578
Installation of Windows CE 4.2
Hi all,
I'm having WinCE 5.0 and WinCE 6.0 (With VS 2005 SP1) on separate
partitions with .NET 1.0 and 2.0 installed. Now i need to install Windows CE
4.2 in my PC. So i want to know, whether i can simply install it in a
separate partition or i've to do something before installing.
When reinstalling CE 5.0 some months back, i got some issues
regarding core con connectivity, but i have solved that.
Thats why i'm afraid whether i'll get some problems after
installation??? ( Then i've to reinstall all the three :( )What i've to do???
Regards,
Mekas :) Tag: Mainstone III - I2C Driver bug. Tag: 102566
64 bit processor
Hi all,
O.S-Win CE 4.2.
Processor - AMD turion 64 bit
I wanted to confirm whether wince 4.2 supports the above processor, since in
the wince architecture it has been mentioned has 32-bit operating system???
or any changes required???
Thanks in advance,
Regards,
Sankarraj, S Tag: Mainstone III - I2C Driver bug. Tag: 102564
DMA driver
Hi,
I am sort of a newbie to DMA.
But now i am supposes to make a DMA driver, basically a driver which
will talking to the DMA controler on my board.
For this I have few questions
1) What is burst size and how is it related to DMA
2) Would making the DMA driver similiar to a stream interface driver
be a correct design?
3) Do I need to modify the API's HalTranslateSystemAddress or
HalAllocateCommonBuffer etc for the same
4) What is the difference between a DMA driver and a DMA adapter?
Thanks
Anwar Tag: Mainstone III - I2C Driver bug. Tag: 102562
How to set up multiple ip addresses on a single network adaptor?
Hi, all?
I'm finding a way to set up multiple ip addresses on a single ethernet card?
How can I build it?
Any pointers to related material would be also appreciated. Tag: Mainstone III - I2C Driver bug. Tag: 102559
How to set default cluster size of nand flash at flash memory form
Hi, all?
I wanna know if there is any way to change the default filesystem or cluster
size value when formating nand flash with 'control panel --> storage
manager'. Tag: Mainstone III - I2C Driver bug. Tag: 102558
WPA2, AES
PB 5.0
Our WLAN driver supports WPA2. We have configured our access point to
support WPA2, AES.
When I connect with my laptop with WPA/AES type, it is getting
connected after I provide USERNAME/PASSWORD/DOMAIN
But If I choose the same configuration/credentials in my WINCE device
- WPA2/AES/PEAP, popup comes asking for username and password. Even if
I give the details correctly, popup keeps coming up asking for the
credentials. After few tries it says cancelled authentication.
1) Does this combination is supported in PB5.0 - WPA2/AES ?
Following are the settings we were asked to setup by the people who
configured AP.
The Radius details are as follows:
a. Data encryption - AES
b. EAP type - PEAP
c. No Certificate validation required
d. Authentication method - secured password (EAP-MSCHAP.V2)
2) I was able to do the the first three settings(a, b and c) in my
wnce device. I assume PEAP authentication always follows EAP-MSCHAP.V2
method. Is that correct ? Tag: Mainstone III - I2C Driver bug. Tag: 102557
Surprise Remove to the USB Audio driver
Dear Experts,
I'm developing USB audio driver for the WindowsCE5.0. Until now,
everything is good execept handling surprise remove USB audio device. The
problem is i'm playing music via Media player and surprising remove device
without stop music first. Then system generates error message
"SwMixer:WaitForBuffer failed. Audio driver missed interrupt?".
For the bug, i've done experiments:
1. When get error from lpIssueIsochTransfer(), i process the data i've
received at first then return "MMSYSERR_ERROR" to OS in the WODM_WRITE
request.
2. Besides 1. i also unload our device. // via
DeactiveDevice(pUSBWave->hStreamDevice).
Both of the cases system returns the same error:"SwMixer:WaitForBuffer
failed. Audio driver missed interrupt?". I wonder is it SwMixer cannot
support surprise remove or driver has to do more?
Sincerely,
Hsiang Hua, Chao
C-Media Inc. Tag: Mainstone III - I2C Driver bug. Tag: 102556
What is RTH.exe in the NK.bin?
Hi All,
I tried to find information with regards to RTH.exe which is part of the
NK.bin image. Pardon my ignorance, can some one please tell me what does
RTH.exe do? What is it consist of (what dlls being used) and whether is it
possible to exclude it usage.
Sincerely
Jimmy Tag: Mainstone III - I2C Driver bug. Tag: 102555
Registry settings for RAS server
Hi,
I'm struggling with the RAS server application for an ARMV4I board with
wince 5.0 for quite a while..
The server seems to start-up well - I did not change any of the settings.
At first, I tried adding a line with the device name of "Serial Cable on Com
Port:", since this is the "friendly name" of the unimodem I had in
HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Serial\Unimodem. when using the LineConfig
function, I received an error - 659 (device not found). I saw that when
looking for the adopter, the device name and type that mine was compared to
is
"Hayes Compatible on COM1:" with "modem" type, so I changed my device name
and type, which seemed to work, since all the result values were successful
(though I did not see any GUI to change the settings).
I added this to my project.reg as well:
[HKEY_LOCAL_MACHINE\Comm\ppp\Server\Line\"Hayes Compatible on COM1:"\]
"Enable"=dword:1
"DeviceType"="modem"
"Flags"=dword:2
I created a new connection on my PC (win-XP, which is connected with the
serial port to the board) as a guest, directly to another computer, with the
maximum speed of 119200 KB, Hardware control disabled. When I tried to
connect (after starting the RAS server), I received the following error
message:
Error 777: The connection attempt failed because the modem (or other
connecting device) on the remote computer is out of order.
which is the same error received when the board is disconnected. The serial
port surely works, since I can use the hyper terminal to control it.
Any help will be most welcome..
~Y. Tag: Mainstone III - I2C Driver bug. Tag: 102550
sqlmobile and server 2000 question
I'm using the RDA - Pull method to download data from my SQL Server
2000 database to my WINCE5.0. I have this working fine in my
environment,
but when I try to run it on a clients network I am getting an error.
Error Code: 80070005
Message :
Minor Err.: 0
Source : Microsoft SQL Server 2005 Mobile Edition"
When I browse out to the SSCESA30.DLL file from IE Explorer, I do get
"Microsoft SQL Server Compact Edition Server Agent" returned,
but only if I enter the domain (along with UID & PWD)
when prompted from the explorer session. Do I need the domain
somewhere in the connection string of my program? All I have in it now
are the URL Login & URL Pwd. If I do, can anyone give me an example of
how I would add it to my vs2005 code. Thanks.
This is my code:
Private Sub pull()
Dim strLocalConnect As String
Dim strRemoteConnect As String
strRemoteConnect = "Provider=SQLOLEDB;Data Source=LF-
WINXP;User ID=sa;Password=jianwei;Initial Catalog=SPMS2005"
strLocalConnect = "Data Source=" + DatabaseName
Try
Dim rda As SqlCeRemoteDataAccess = New
SqlCeRemoteDataAccess()
Dim strSelectTablerToD As String
strSelectTablerToD = "SELECT * FROM dbo.issue"
rda.InternetLogin = ""
rda.InternetPassword = ""
rda.InternetUrl = strInternetURL
rda.LocalConnectionString = strLocalConnect
rda.Pull("xx", strSelectTablerToD, strRemoteConnect, _
System.Data.SqlServerCe.RdaTrackOption.TrackingOff)
Catch ex As SqlCeException
ShowErrors(ex)
End Try
End Sub Tag: Mainstone III - I2C Driver bug. Tag: 102548
sqlmobile and server 2000 question
I'm using the RDA - Pull method to download data from my SQL Server
2000 database to my WINCE5.0. I have this working fine in my
environment,
but when I try to run it on a clients network I am getting an error.
Error Code: 80070005
Message :
Minor Err.: 0
Source : Microsoft SQL Server 2005 Mobile Edition"
When I browse out to the SSCESA30.DLL file from IE Explorer, I do get
"Microsoft SQL Server Compact Edition Server Agent" returned,
but only if I enter the domain (along with UID & PWD)
when prompted from the explorer session. Do I need the domain
somewhere in the connection string of my program? All I have in it now
are the URL Login & URL Pwd. If I do, can anyone give me an example of
how I would add it to my vs2005 code. Thanks.
This is my code:
Private Sub pull()
Dim strLocalConnect As String
Dim strRemoteConnect As String
strRemoteConnect = "Provider=SQLOLEDB;Data Source=LF-
WINXP;User ID=sa;Password=jianwei;Initial Catalog=SPMS2005"
strLocalConnect = "Data Source=" + DatabaseName
Try
Dim rda As SqlCeRemoteDataAccess = New
SqlCeRemoteDataAccess()
Dim strSelectTablerToD As String
strSelectTablerToD = "SELECT * FROM dbo.issue"
rda.InternetLogin = ""
rda.InternetPassword = ""
rda.InternetUrl = strInternetURL
rda.LocalConnectionString = strLocalConnect
rda.Pull("xx", strSelectTablerToD, strRemoteConnect, _
System.Data.SqlServerCe.RdaTrackOption.TrackingOff)
Catch ex As SqlCeException
ShowErrors(ex)
End Try
End Sub Tag: Mainstone III - I2C Driver bug. Tag: 102547
Basic question with TCP and serial port
If I build an image that DOES NOT have an Ethernet connection but does have
your basic serial ports.
And I include things like a RAS server and/or FTP server, How can I set an
I/P address?
I know how to set the TCP/IP address parameters for an Ethernet device but
not for a serial device. Tag: Mainstone III - I2C Driver bug. Tag: 102546
My top wish for CE6 SP next
Fix all the CE 5 and CE 6 side by side install issues and make all the
different versions of the remote tools (VS2005,PB5 and PB6) play nicely
together. Tag: Mainstone III - I2C Driver bug. Tag: 102545
NK.bin for SMDK2410 not built
Hello,
I want to build WinCE 4.2 for an Acer N30.
Build returns without errors, Make Image runs fine, too.
But it produces only chain/core/DRIVERS/EBOOT/xip.bin.
You find the output below. postromimage.bat only demands
the NK.bin, which it can't find.
Building for Emulator x86 outputs a single NK.bin, it run's fine.
To flash the SMDK2410 image to the device I need a NK.BIN as
available from Acer for updating the device.
What do I need to get one .bin instead of five?
Please can you hint what I should look out for?
Best Regards,
Sasha
---- Make Image
...
Writing C:\Programme\WINCE420\PUBLIC\mySmallSamsung\RelDir
\EMULAT~2\NK.bin
Table of contents 812e4050 0000161c ( 5660)
Writing ROM signature and TOC pointer at 80240040
Kernel data copy section 8086af74 00000020 ( 32)
ROM Header 812e3ffc 00000054 ( 84)
First DLL code Address: 02de0000
Last DLL code Address: 04000000
First DLL Address: 01ec01ec
Last DLL Address: 02000000
Physical Start Address: 80240000
Physical End Address: 812e566c
Start RAM: 812e6000
Start of free RAM: 81325000
End of RAM: 81c00000
Number of Modules: 120
Number of Copy Sections: 2
Copy Section Offset: 8086af74
FileSys 4K Chunks/Mbyte: 128 <2Mbyte 128 2-4Mbyte 0 4-6Mbyte 0
>6Mbyte
CPU Type: 014ch
Extensions Pointer: 80245a80
Total ROM size: 010a566c ( 17454700)
Starting ip: 802ab798
Raw files size: 000d3ddd
Compressed files size: 0008099d
Compacting bin file...
Done!
makeimg: Check for C:\Programme\WINCE420\PUBLIC\mySmallSamsung\RelDir
\EMULAT~2\PostRomImage.bat to run. Tag: Mainstone III - I2C Driver bug. Tag: 102543
The mainstone code is using 4030_0000 as the base for the I2C controller.
Would 4030_1680 be more appropriate ?