Re: Connecting to mobile phone
Re: Connecting to mobile phone
- Subject: Re: Connecting to mobile phone
- From: Alexander Traud <email@hidden>
- Date: Wed, 22 May 2013 17:29:54 +0200
- Thread-topic: Connecting to mobile phone
> my phone is a simple Nokia 5000.
Nokia Series 40 5th Edition, Feature Pack 1 Lite (PR7.2)
<https://www.bluetooth.org/tpg/QLI_viewQDL.cfm?qid=13573>
<https://www.developer.nokia.com/Devices/Device_specifications/5000/>
That makes it "easy":
> I tried to connect to Nokia PC Service through OBEX but with the method
> [obexSession OBEXConnect:] (which returns kIOReturnSuccess) the event type
> returned to the callback method is always kOBEXSessionEventTypeError.
You need a target header on the file transfer UUID
"f9ec7bc4-953c-11d2-984e-525400dc9e09". To access the Nokia messages, you
need a who header of "PC Suite" and set a path to "Messages". Folder
Browsing is described on my webpage (links to all required specifications):
<http://www.traud.de/gsm/OBEX.htm>. Again, I recommend to watch a
implementation either in Apple PacketLogger or on Windows with the Broadcom
BtserverSpylite, because OBEX Folder Browsing is based on several other
technologies. For Windows Broadcom you need Bluetooth USB adapter which
supports (and comes) with Broadcom not all do.
Nokia PC Suite for Windows
the old version, gives more options for Series 40 phones like yours
<http://nds1.nokia.com/files/support/global/phones/software/Nokia_Suite_webi
nstaller_ALL.exe>
Nokia Suite for Windows
<http://nds1.nokia.com/files/support/global/phones/software/Nokia_PC_Suite_e
ng_web.exe>
> I must say that your GSM Remote doesn't work on my mac: may be the system is
> not ok (iMac Intel Core, OSX 10.8.3).
You need Mac OS X v10.7. Apple removed parts of the pure C access to the
IOBluetooth library in OS X v10.8. Although it is quite easy to wrap my call
into Objective-C, I face a problem with the auto-release pool. This prevents
me from updating it.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Bluetooth-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden