I'm currently developing a service running on linux and part of that service is a D211 card. Now my problem is that the sdk/drivers for linux do not support (atleast according to the sdk readme) sms receiving or sending on the linux platform.
Any idea on when nokia will be providing a fully funtional sdk?
Anyone found a way to circumvent this restriction on linux?
Mikko Airaksinen
RE: Full linux support for D211
2002-08-19, 06:51#2
Okay, I found a few answers by myself:
The sdk is really a few wrapper functions that make using the d211 easier. On linux, you can still use all the functionality of the phone by sending/receiving the correct ipc messages yourself.
Too bad I've been unable to compile working versions of any of my tests. They compile but all I get is ipc errors. I get the same when I compile the nokia_ctl ui myself.