Symbian have fixed this, I can now see content IDs, thanks.
Type: Posts; User: owensul; Keyword(s):
Symbian have fixed this, I can now see content IDs, thanks.
Purchase details:
Jan 25, 2011 10:04:08 GMT
Transaction ID: 2E647028KU510603U
Hello Owen Sullivan,
You sent a payment of 117.50 EUR to Symbian Foundation Limited...
I have purchased new content IDs today (twice) but they are not showing up in https://www.symbiansigned.com/app/page/dev/account/contentIdHistory.do. I therefore cannot Symbian sign my application. ...
We have a MIDlet that runs fine on a range of other phones (5300, 2626, 3220, 6070, 6500c, etc). However, on 2630 the following issue exists.
- Client initiates a HTTP request to our server via...
We have a MIDlet running on Nokia Series40 2730c devices running firmware 07.70. It makes HTTP POST requests to our server via a 3G network. The client includes about 10KB in the HTTP POST...
Thanks. Anyone else have better news?
We have a customer who wants us to display teasing content in the idle screen, updated from our server. We already do this on S60, where its supported in the Active Idle Framework and also on N97...
The use case is exactly as follows:
- S60 client is installed (SIS file downloaded over-the-air).
- S60 client programatically sets the textual string displayed on the right-soft-key in the idle...
Great, thanks.
But what is the name of the API needed for "Post FP2 under another support+partnering"? Above thread indicates it is not "ScShortcuts Engine Wrapper API" post FP2?
Also, "Yep, you could add shortcuts to the buttons with API found from the API plug-in". I assume this API is the ScShortcuts Engine Wrapper API?
Therefore, to programatically set the idle screen...
Thread above mentions "For FP2 there is a new API,". What is the name of this API? (I will need to specify this when making a partner request. Thanks.
Yes, this seems to be ok for us now. My understanding of the problem is as follows.
We were using RConnection::Attach(). See...
I heard that in S60 5th Edition there is an API, perhaps in the partner API section, that allows a Symbian application to:
- query the handset to determine what widgets are currently installed
-...
Thanks, but we are using FR, RI at end of line in pkg for which we want to autostart, and it is the last line of the pkg file.
Thanks for that feedback.
We use the Startup List Management API to ensure that one of our processes is autostarted, both just after installation and when device is restarted. This works fine on most handsets, including for...
Ideally S60 3rd edition and S60 2nd edition. Also on non-Symbian Java handsets (though that is not relevant here).
Is there a way in Symbian to write an application that handles incoming calls? For example, say I want to create an application so that:
- all incoming calls are diverted to voicemail except...
Thanks. Those instructions are nice for me as a developer, but not reasonable to ask end-users to do. For them it should just work.
Is there any solution available for any MIDP2 phones besides...
"IAP Info API" as I understand it from the URL below, allows the MIDlet to choose the APN used when it makes a HTTP request to the network. However, this seems to be only for S60 3rd Edition FP 2...
Sorry Suyash, I can't follow your text. What is the (exact) difference between an "invalid APN" and "correct APN" in your terminology?
I assume by "wrong APN" you mean an invalid APN, ie one with incorrect settings? We can access the internet from the web browser using this APN.
(Thanks for all your input by the way.)
The client opens a connection to an access point silently using "RConnection::Start(TConnPref& aPref, TRequestStatus& aStatus);".
For the "TConnPref&" parameter we pass a "TCommDbConnPref" with...
I believe it matters what device you are testing on. We are testing on N95 8GB (and other) devices. We have seen a 5120 error (KErrDndNameNotFound) if there is a connection via another APN open.
...
Thanks Suyash. But our problem is the opposite. We need to make the connection using a specified APN. Works fine if there is no connection open via another APN. And even if there is, works fine...