Hi there.
I seem to be having a problem with making data calls using Series 60 DP 2 SDK on Nokia 6600.
The symptoms I observe are prerry much identical to those described by Mr. hsagovac in his post from 2003-12-16 12:51 in this thread on Nokia Developer Discussion Boards
Namely, after setting up telephony, finding the line that supports [FONT=Courier New]KCapsData[/FONT] (happens to be line 2 on 6600), opening the line, calling [FONT=Courier New]RCall::OpenNewCall()[/FONT], and then finally calling [FONT=Courier New]RCall:😃ial()[/FONT], my active object status gets set to [FONT=Courier New]KErrArgument[/FONT] (-6) (In other words, that's the status code that Symbian returns). If I perform an identical sequence of function calls but for a line that supports [FONT=Courier New]KCapsVoice[/FONT] (line 0) instead, the dialing proceeds with no problems.
On one hand, according to Nokia's "Developer Platform 2.0 Known Issues" (aka "Errata"😉 document, Issue 5.2 : "[FONT=Courier New]Rcall:😃ial()[/FONT] fails if data line is used" on "Series 60 Developer Platform 2.0,Nokia 6600,version 3.42.1". But my phone's FW is v4.09.1, not v3.42.1.
On the other hand, I know that CoMoBi v3.0 by WebGate is capable of performing data calls on Nokia 6600, including on the very same 6600 devices I'm using for testing.
So, to sum up :
- Did anyone else succeed making data calls (CSD) on Nokia 6600 v4.09.1 or above?
- If someone else did succeed in doing so, could s/he enlighten me how s/he did it? Is there anything special that needs to be done to open data calls that is NOT reflected in Series 60 DP 2 documentation? Is there something buried deep inside the documentation that I missed?
- Does the data call issue as described in the current Nokia Errata document affect other versions of Nokia 6600 phone FW?
- Does the data call issue as described in the current Errata document affect Nokia 7610?
- Are there ANY Series 60 DP2 phones that actually support making data calls, not only have this option listed in the SDK?
Thanks in advance for your time. Any help would be greatly appreciated!