windows-mobile-6

bluetooth file send.

i'm new to bluetooth development and i found the 32netfeet . Right now i'm able to search for bluetooth devices nearby and connect to them but how do i send a file e.g SendTest.txt? I tried buttonclick event using the OBEX but i don't understand this is my example code: using InTheHand.Net; using InTheHand.Net.Sockets; using InTheHand.N...

Bluetooth txt file byte increases?

Hi everyone, i am able to xfer files from 1 mobile device to another. When the sender sends this text file of 8 bytes, the receiver end will become a 256bytes txt file and when i open the contents of the txt file, there are my infos plus alot of square boxes. Here is my code from the sender: string fileName = @"SendTest.txt"...

Writing USB HID device driver with streaming interface for Windows Mobile 6

Hi, see if there's anyone that could give me some useful pointers in this matter. Problem: We have a handheld device running windows mobile 6 that need to communicate with a custom device identifying itself as a USB HID device. We need to exchange information between the device and the handheld in both directions. there's currently a w...

Net Application Windows Mobile 6.0 cannot access webservice on IIS7.0 WS2008

Hi I have CFv2.0 VB.net application running on PDA 6.0 accessing webservices all the time for data exchange. Number of PDA's are more then 20 all accessing the webservice on Windows Server 2008 IIS7.0 all of a sudden some PDA's stop working (cannot access web service) and get web no connection exception. Can access the service from IE. ...

Speech Recognition in Windows Mobile 6.0

Thanks in Advance...Need speech recognition and convert into text in windows mobile 6.0. I already done it for windows desktop application using System.Speech.Recognition. Will System.Speech support for windows mobile.. Please Reply If any other solution available. ...

Calling a function automatically in C#.Net

Hi, I would like to call a function automatically lets say every 2 secs. Is this possible with .NET, and if so can you please paste some code? This will be used in Windows Mobile 6 SDK thanks ...

How can I programmatically drop a Windows Mobile GPRS Connection?

Is there a way to explicitly close a GPRS connection? I'm setting up a connection with ConnectionManager and I've set the cache time to 10 seconds. Anyway after releasing it, the connection is still on, forever, alas I cannot use the registry key gprs_by_if_device_off. I'm using plain C++. My idea is to simulate the activity of the w...

play 3gp videos on windows mobile 5 and 6 from code?

currently im able to play .wmv videos from my application using shell execute which plays it in the windowsmedia player. However I need to be able to play .3gp videos which unfortunately the windows meadia player does not support. Is it possible via api etc to play 3gp videos on win mobile 5 and 6 devices? ...

Microsoft Message Queueing on Microsoft Windows Mobile 6

Hello people, i installed msmq on a windows mobile 6 device using the msmq cab from wm 5 server tools which provides the visadm utility and the required dlls for msmq. The msmq installed without any issues (installed -> registered -> soft reset -> enable binary -> enable srmp) The thing is when i run the app i developed (Vb .net , compa...

How to read from a microphone on windows mobile

Hi, I need to read a audio from the mic on PDA (running WM6) . How do it on c# ? Thanks ...

RegistryNotifyCallback

When i want tp retrieve incoming caller number SN_PHONEINCOMINGCALLERNUMBER_ROOT, SN_PHONEINCOMINGCALLERNUMBER_PATH & SN_PHONEINCOMINGCALLERNUMBER_VALUE inside RegistryNotifyCallback()...then it is hitting the callback function twice(given as a parameter to RegistryNotifyCallback() )......how to avoid hitting the callback function twice?...

Are there any Ajax/jQuery like library for Windows mobile application development?

Hi, I need to develop an ajax based interface for a web-page, and I am not able to find any library that can help me do it. I have tried jQtouch, and it doesn't seem to work for windows mobile. Also I have tried XUI Library (http://xuijs.com/), this also didn't work. Can anyone point me to the right direction? I don't like to do ajax ...

How can i get Contact categories in Windows Mobile?

How can i get Contact categories in Windows Mobile? for example Bussiness, Friends, ... ...

How to do Voice Recording and saving in Windows Mobile 6.0?

I want to write a program in C# for Windows Mobile 6.0, which records whatever is spoken through mike. When we enter into the application it could Start listening for voice. If user speaks something through mike then the record could be started otherwise it will keep on listening. Whatever he spoke should get recorded. Once he stopped sp...

Problem configuring ASP on WM6 web server.

Hi All, I’m currently having a problem getting ASP to run on the Windows Mobile Web Server for Windows Mobile 6.* I downloaded the redistributable server components for windows Mobile 5.0 and copied over the ttpd.AMD.cab file to my mobile device and then installed it. If I go into the settings and remove programs I can see the Microso...

Start dialer process in dotnetcf 2.0 (WM6)

Hi, I want to bring up the phone dialer from my application. The app is developed in dot net compact framework 2.0 and targeted to run on Windows Mobile 6 devices. I do not want to initiate and handle calls from inside my application. I just want to bring up the native phone dialer on a key press. For example, when I want to bring up bro...

Reboot Windows Mobile 6.x device programmatically using C#

My HTC HD2 can't be rebooted from OS, just shut down. So I want to write a small program to do that. Is it possible to programmatically reboot Windows Mobile 6.x device using C# (CF version makes no sense). ...

Passing String value from Mobile Application to html javascripted codes on opera browser?

Hi i currently have a puzzle game application on smartphone windows mobile 6. I want to pass a simple arrayed string to a browser/opera that opens the .html code file which is a google map code. When the browser is opened, i would want to choose the values to be displayed inside textfield. I'm working on a mobile with windows mobile 6 C...

How to open a .html file in a smartphone.

Hi, i have a C# program written on visual studios 2008 windows mobile 6. I want to open a html file in the path @"\My Documents\maptoolkit.html" and after that it will open the mini-opera browser display whatever's necessary. It is by default the mini-opera browser if i opened it directly. How do i do it? ...

Code-Signing on WM6.1 Drivers

I've already asked similar question on this issue on stack overflow already, but I believe this part of the issue can be separated into a new question. I've not done mobile development before so the use of signing and certificates is a new concept to me, and for all the reading of topics I have done, its not really improved my knowledge...