First  |  Prev |  Next  |  Last
Pages: 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Lip sync issues with WinMobile native Bluetooth Stack +sound driver
I have also faced similar issues. The scenario is: Video playing locally on WM device, and audio being routed to Stereo head-set / PC ( via Bluetooth). There is a noticeable delay (approx 500ms)!! The parameters "MediaLowThreshold" and "MediaHighThreshold" under the AVDTP registry entry on the device side were ch... 19 Oct 2007 04:30
how to open GPRS with wifi enabled?(how to get name ofgprs connection through program)
Hi Peter, I have to pass gprs connection name configured by the user at Settings-->Connections-->My ISP-->Modem. I used ConnMgrMapConRef API, in that i hardcoded gprs name with whatever name user configured. I succedd establishing gprs connection even WIFI enabled. My Question is how to get name of GPRS connection c... 18 Oct 2007 05:48
In CE,how to enum filters under catagory CLSID_VideoCompressorCate
In Windows we offen find directshow filters by the method of enumeration.But in WinCE, the interface ICreateDevEnum isn't supported,and We can't enum the video compressors in the system as in windows.Who can help me! ... 17 Oct 2007 23:37
Virtual COM port driver on USB for PDA
Hello I need to buy integrated circuit to bridge USB on serial port (232, TTL or I2C) but, the question is: I need one with device driver for Windows Mobile 5.0 to use on PDA with host USB port. Someone could list me which device are ready to use with PDA? Or where to find some information? Thanks Robe... 18 Oct 2007 10:10
Using the waveOutSetProperty()
I need to control the gain of the speaker which cracks when PCM is played. Can I use the waveOutSetProperty() as below? The code below gives a syntax error for the 2nd param of the function.What exactly should be passed? STREAMPROPS mStreamProps={0}; /* Stream Prop. */ mStreamProps.dwClassID = WAGC_... 16 Oct 2007 10:31
Windows Mobile 5.0 SDK install error
I have tried to install the Windows Mobile 5.0 and 6.0 SDK, and it gives me an error: "The cabinet file 'sdkfiles.cab' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CD-ROM, or a problem with this package" I have tried everything I c... 9 Oct 2007 11:01
SHNotificationAdd / SHNotificationRemove
Hi, I'm having problems using SHNotificationAdd & SHNotificationRemove below. Can someone tell answer the following questions? 1. If I call ShowNotification and RemoveNotification, will I have memory leaks? SHNotificationAdd is passed szMessage, which is local variable and will be destroyed at end of func... 3 Oct 2007 10:38
RIL_SendSimCmd in WM6 emulator
Hi, I have found that "SendSimCmd" is implemented some bogus way in emulator for Windows Mobile 6 Prof. You simple don't receive any response from RIL. It is strange because the SDK is shipped with the Cellular emulator that is announced as a wonderful tool emulating radio interface. Does anybody know how t... 5 Sep 2007 03:29
Activate BT on an iPaq / WM2005 in Native code?
I've just discovered that the iPAQ disables bluetooth when the battery starts getting low and any data I send to my bt printer just disappears into the ether. How can I test and reactivate the bt modules? I did some googling and got BtSetMode but both this and btGetMode return error 1359, 'ERROR_INTERNAL_... 21 Aug 2007 06:54
SHNotificationAdd: How to get notification messages?
Hi, Environment: Smartphone 5.0, VIsual Studio 2005 I'm adding a notificaiton icon like this: ------------------------------------------------------------------- SHNOTIFICATIONDATA sn = {0}; sn.cbStruct = sizeof(sn); sn.dwID = 1; sn.npPriority = SHNP_ICONIC; sn.csDuration = -1; sn.hico... 27 Jul 2007 10:53
First  |  Prev |  Next  |  Last
Pages: 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31