| Reply | « Previous Thread | Next Thread » |
|
Hallo,
I'm playing a bit with the Avetana Library and i try to send a txt file from a Sony Ericsson to a Nokia 6600 using the OPP (0x1105). This is the code: Code:
cs = (ClientSession) OBEXConnector.open(myConUrl); HeaderSet hs = cs.connect(cs.createHeaderSet()); hs.setHeader (HeaderSet.NAME, "test.txt"); hs.setHeader (HeaderSet.TYPE, "text"); po = cs.put(hs); po.openOutputStream().write(text); po.close(); cs.disconnect(null); cs.close(); If i connect to the Nokia and the User does NOT press any button ('yes' or 'no') for accepting connection my code is stopping here: Code:
cs = (ClientSession) OBEXConnector.open (myConUrl); I hope, you know what I mean! ![]() Thank you for help! goonii |
|
Really nobody knows how to solve that Problem?
|
|
Quote:
There is no way to bypass this as its a security feature. Jim
Last edited by jimgilmour1 : 2007-02-05 at 19:57.
|
| jimgilmour1 |
| View Public Profile |
| Find all posts by jimgilmour1 |
|
Quote:
On all other Devices it works fine. ![]() |
|
Hi,
You have an encountered problem with 6600 see "Known Issues In The Nokia 6600 MIDP 2.0" http://discussion.forum.nokia.com/fo...highlight=6600 Quote:
Jim |
| jimgilmour1 |
| View Public Profile |
| Find all posts by jimgilmour1 |
|
Ok, thank you Jim!
goonii |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Internet connection over Bluetooth (6600<->PC) | cbruegg | Bluetooth Technology | 0 | 2003-11-12 20:28 |
| Ipaq 5450 and Nokia 8910/i bluetooth connection | ferceska | Bluetooth Technology | 0 | 2003-07-07 15:23 |
| Connection Manager does not with 6310i over bluetooth with ACER USB Stick BT 500 | haumi | General Discussion | 0 | 2003-07-06 12:58 |
| sharing internet connection over bluetooth | naivri | Bluetooth Technology | 2 | 2003-06-02 21:50 |
| GPRS Connection from Laptop over Bluetooth | ChicMac | Bluetooth Technology | 1 | 2003-05-19 19:22 |