Thanks Mark! I was naturally aware of the short answer and actually should have been aware of the long one, too. Thanks for reminding! :)
Tote
Type: Posts; User: tote_b5; Keyword(s):
Thanks Mark! I was naturally aware of the short answer and actually should have been aware of the long one, too. Thanks for reminding! :)
Tote
Hi,
ETel.h says:
/** An attempt has been made to perform an operation which requires the call to
be connected - when the call is not connected. E.g. RCall:LoanDataPort(). */
const TInt...
Hi,
I haven't touched my code for a quite a bit of time, but as far as I remember this piece of code did work:
apid = socket.select_access_point()
apo = socket.access_point(apid)
ap_dict =...
Yeah, I just realized that I don't need to get another publisher ID just to try this out. :) I used two different self-generated keys and everything worked smoothly: I could upgrade my sw with...
Hi,
Are you aware of any mechanism in Symbian ecosystem that would prevent the new version of my 3rd-party application from being installed on top of the older version if the new version is signed...
Hi Mark,
Thanks for your response! Please note that I'm not sure if I'm right with the assumption that APS is just a layer above Multimedia Framework (used to trick vendor-id checking mechanism)....
Hi,
This post is not a query, but rather to draw your attention to a strange behavior that we faced with and couldn't really solve. Perhaps some wise people also comment on the topic making it...
Hi,
This post is more of a message than a query. It is for your information 1: to save you some development time 2: for Nokia to keep track of the "issue".
The software we developed records and...
Thanks, though I have heard that capturing Red key event doesn't work: the call gets terminated regardless what YOU did with the event. I'm not sure about it, though, since I've never tried it.
...
Hi guys,
Am I right that the Phone Client Extension API doesn't provide support for managing CSD data calls, only voice (well, and video, VoIP, everything, but not CSD data) calls?
We've just...
Just a quick confirmation on the first approach mentioned in above links: they do NOT work with most (2 out of 3) Hungarian network operators. :(
Tote
One might want to check out these two links:
How to get my own phone number
How do I get my own phone number?
Hint: you will most probably need access to non-public APIs. :(
Tote
What is this DATAPORT::XY? I didn't get the question, sorry.
The point is that I establish a data connection over CSD and I do NOT explicitly specify any port numbers. I establish a call with...
No, the phone is not connected to any external devices via USB.
Hi all,
I'd like to transfer data over CSD and for that I open a comms channel with RComm. First question: why does RComm::Open not work with ECommExclusive only with ECommShared? It always...
You're right, the problem has gone! What confused me is that APS plug-in (the sis file) had the same version number (v2.43) in both MR and FP1 extension packs. In addition, both files had the same...
Yes, it can be a mess. We, however, came up with an interface between communicating parts of the library that abstracts away what is under the ground. One of the interface implementations integrates...
No, I haven't checked it yet. To be honest, I'm a bit afraid of this OTA firmware update thing, 'cause I've heard so many scary stories on what went wrong during an update that I never took the...
You're right, Wizard! Not because what you wrote, but because what is written in Notice #1:
"1. Nokia is not giving any binary compatibility promise for this API; neither between platform versions...
Yeah, true. Nevertheless, it still doesn't explain why something doesn't work that ought to work. Our software is based on APS and didn't expect such a malfunction before shipment.
Thanks anyway,...
Hi all,
I've tried to use the latest version of Nokia Audio Proxy Server (Plug-in Pack For FP1 v2.5, APS v2.43) on our FP1-based N82 and found that RAPSSession::Connect() returns -5...
Mark,
To be honest, I don't know how multimedia codecs work, so basically I'm just guessing in this case. But it made sense to me that APS (or anything underneath) understood the first packet in...
Hi all,
I have the answer.
First, let me complete what I wrote about the unreliable transmission layer that we use: even though THAT layer is unreliable we add another layer on the top of it...
Hi,
It's right UDP where our messages could have been truncated due to possible packet losses. And it's right TCP where we could be sure that each message arrives. Anyway, it's neither UDP, nor...
Dear Wizard, my fellow-FN Champion,
With due respect to your knowledge on AMR and APS, would you please shed some light on how on Earth shall I interpret AMR internal packet structure to answer...