problem in sending file with bluetooth
-
hi guys i want to send files with bluetooth and for this i use obex and inthehand components i write this codes for send
int index = Selected;
InTheHand.Net.BluetoothAddress address = this.address_array[index];
System.Uri uri = new Uri("obex://" + address.ToString() + "/" + "1.jpg");
ObexWebRequest request = new ObexWebRequest(uri);
request.ReadFile("1.jpg");
ObexWebResponse response = (ObexWebResponse)request.GetResponse();
response.Close();this code is true but i have a problem this code send for s40 nokia phone and but cant send for symbians thanks a lot
-
hi guys i want to send files with bluetooth and for this i use obex and inthehand components i write this codes for send
int index = Selected;
InTheHand.Net.BluetoothAddress address = this.address_array[index];
System.Uri uri = new Uri("obex://" + address.ToString() + "/" + "1.jpg");
ObexWebRequest request = new ObexWebRequest(uri);
request.ReadFile("1.jpg");
ObexWebResponse response = (ObexWebResponse)request.GetResponse();
response.Close();this code is true but i have a problem this code send for s40 nokia phone and but cant send for symbians thanks a lot
As you are using third party components, and the code works for one type of phone but not the others, this would suggest a problem either with the library or with configuration of the library. Your best bet with such a specific query is to post this question in the support forum of the relevant libraries as their support teams will be much better placed to field such a query.
I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be
Forgive your enemies - it messes with their heads