Bluetooth functions missing from the MDA? - 8125, K-JAM, P4300, MDA Vario General

I'm currently learning C/C++ and Win32 for an attempt to write Windows CE applications, and I want to write an app that addresses the missing Bluetooth profiles on the MDA that 2003SE and most other mobile phones have. I know OBEX FTP is a major feature missing, but I'm open to ideas ...

Related

Starting up GPRS connection

How can I programatically initiate a GPRS connection on an XDA (using EVB)?. I have a program which works when the connection is up (started using explorer) but fails when down. Would I do it using the TAPI?
Martin
I think you should have a look at the Connection Manager API.
I don't have any EVB sample code for you, but take a look at the PocketPC 2002 SDK sample CMHELPER usualy found at this path if you have eVC and the SDK installed:
C:\Windows CE Tools\wce300\Pocket PC 2002\samples\mfc\CMHELPER
BTW, you can download the SDK from www.pocketpc.com ...
here is the solution
I also was lookinf for this solution forever and never found it so i wrote the software myself. Here is the dll that you need to connect to the internet through evb it connects to the default connection no problems.
http://xdaconnect.wastedbrains.com
have fun,
Dan Mayer
Not knowing anything about C++, is there a simple way to open a GPRS connection with just eVB?
danmanmayer, can you send me the sources?
Or maybe somebody knows URL where can I found info about it?
Thanks in advance
SapphireRAS does all this and more.
Connects/Disconnects via GPRS using eVB or VB.Net
Create and manages connections, locations etc.
See www.sapphire-solutions.co.uk

Camera API WM 2003

Hi, does anyone know if there are specific camera API for windows mobile 2003, and if so can you let me know.
If not are there any programmes/SDK/source codes that will function as a general set of API's which will allow me to access a camera, which is plugged into the SDIO slot, which are compatible with WM 2003?
smigger666

? to all developers who use voip on wm6

does the voip on wm6 provide any api?
I went through the wm6 sdk documentation,
and the information provided is very limited.
I got the impression the only way to work with voip is in manipulating registry entries and that only oems have really access to apis.
Is it possible to access voip functionalities through native code?
e.g. accessing something like the voip application interface layer which is described here:
http://msdn2.microsoft.com/en-us/embedded/aa714346.aspx

use GPRS connection on windows mobile 2003 / Magician

Hello,
at first sorry for my english, but i try to write understandable...
I'm trying to write an application for windows mobile 2003 SE on my magician. I want to send SMS vis a HTTP Gateway like SMSoIP does.
When I try to connect to the Gateway i get an error ("An error was encountered while running this programm."). The GPRS connection on the Magician is active and my code is:
WinSock1.RemoteHost = "gateway.sms77.de"
WinSock1.RemotePort = 80
WinSock1.Connect
After Winsock has the connection i send the HTTP /GET request.
I cant use the emulator with debuggig because i run eVB in an Virtal PC. An Emulator in an emulator is not alowed
In Visual Basic 6 everything works fine and i can connect to the server. Why not with embedded VB? Do I have to make the GPRS connection "usable" for my app or something? Thanks!
i would try to port the code to vb .net
it's a more stable and mature platform then
old vb
ok, and under .net i can acces the internet without any trouble?
is there no way of getting it working with eVB?
by the way, i could also use SMSoIP if i develop in .net because SMSoIP is written in .net i think. but it does not work on my Magician. Thats the reason qhy i try to make my own SMS Application.
Thanks!
i dont know but guess so
because the chances and examblems are better supported in .net
then embedded vb which is kinda a dead platform
Magician support .net i think maybe from birth only .net1.1 but one can upgrade the compact framework free from ms for version .net2
prob .net1.1 too
ok, then i try to do it in .net
and i'll try to get SMSoIP runing on my device.
Thanks for your fast answers!

Urgent Help Needed in Windows Mobile Voice Routing Issues in VOIP Applications

Hi,
I am developing a VOIP Application for the Windows Mobile 6. I am getting a problem while running it.The problem is that when an incoming or outgoing call is done the voice is coming from the speaker phone not from the earpeice which should be the standard solution as per my application is concerned. Please tell me the solution to this problem so that I can program my application to use the earpeice instead of the speaker phone. Is there some API function call in the Windows Mobile 6 Professional SDK so that I can make it a genaral solution to all the windows mobile 6 professional devices. Also I can use the RIL Library for it but this component may not be necessary in each windows mobile 6 professional device as it is an optional component for the OEM and also Microsoft has made a strict licence policy to use it in the application. I dont know about the OSSVCS.DLL which someone has told me to use to accoomplish the task. Is this a integral component of the windows Mobile 6 Professional SDK. Can We use TAPI 2.0 API or Microsoft has put some restrictions on it also. Can I get some details from somewhere, Where I can get all the list of components of Windows Mobile which I can use in my application without licence Restictions. I am always confused in using some core libraries in windows mobile due to licence restrictions where can I know this info.
Please help me out to this.
Thanks in advance.....

Categories

Resources