This question is quite old, so this answer might come a bit late. But because this the the only reference I found for the 'STORE-Stream 21' Panic anywhere, I think it makes sense to post the solution...
Type: Posts; User: Bernd42; Keyword(s):
This question is quite old, so this answer might come a bit late. But because this the the only reference I found for the 'STORE-Stream 21' Panic anywhere, I think it makes sense to post the solution...
We have currently about 500 products uploaded and we plan to increase the number to at least 2000 in the near future. To manage such amout of items it would be great to have some functionality...
Not really. So it is not possible to add certificates in any way which are used for signed midlets, even the knowledge base article indicates otherwise.
This makes sense, but how can I solve the...
Downloading the Verisign intermediate certificate using the link in the knowledge base article does not solve the problem. The certificate is installed on the phone but I still get an error message...
I have a similar problem. I have one 6212 classic where I upgraded to the latest firmware (6.20) using the Nokia firmware updater and there is no Thawte or Verisign root certificate installed on the...
Before the 5th edition I also used the keys directly to switch between tabs, but it is much easier to implement the MAknTabObserver interface and set the observer for the TabGroup. You just have to...
You might want to look at wiki is well. There you find much more recent information. Just enter 'Cell id' in the search field of the wiki and you will find useful examples like this:...
Is there any way to read uhf rf-id tags using any S40 or S60 phone?
As I have figured out so far, NFC operates in the HF range, so the NFC phones probably don't work because this is completely the...
Hi Paul,
yes, I used that plugin but the mentioned API is only available in fp1.
Thanks for pushing me in the right direction. So if somebody else is looking for this, the functionality has...
It certainly is more complex to make the emulator as close to the real device as possible. The 3rd edition emulator is muach better in that than the 2nd edition version was. Even the startup of the...
I'm using the SDK plugin http://wiki.forum.nokia.com/index.php/Music_Player_Remote_Control_API to get the current track information from the music player and the API is available on the 3rd edition...
In my experience the startup time is worse in every new version of the SDK. The emulator is ready in about 25 seconds with the MR SDK and takes about 120 seconds with the 5th edition SDK in partial...
Well, I tested it in a Web Page before and then used the same JavaScript code in the Widgets and used exactly the same web server. I got an HTTP status in the browser but none in the Widget, so I...
I used the version of the method without the boolean parameter and this is asynchronous. The onreadystatechange function gets called, but the req.status is set to undefined but should contain a...
No. I just found the problem and it was at the interface between chair and keyboard.
On the 6210 the Programs folder contains another folder 'Personal' where the installed applications can be...
No, there is nothing special. The same installation files work fine on several other S60 3rd edition phones.
Bernd
Hi!
I have a strage problem installing applications on a Nokia 6210 Navigator phone. The application installs fine but the icon for the application doesn't show up anywhere. One of my installed...
Looking at the panic reference in the SDK documentetaion it shows that this error is related to memory management.
You probably delete an instance of a class which is already deleted or delete a...
Sorry, I misread the question. I thought that you were asking about the WRT itself.
Bernd
It is part of the S60 3rd edition fp2 SDK. You can use it in the emulator of this SDK.
Bernd
One mobile phone is only served by one cell at a time. The information about the other cells is known in th GSM module of the phone because it is needed there. On Symbian level there is no public API...
I have a similar problem:
GET is working fine. I get the content, readyState is as expected and status is 200.
POST is also kind of working, but the status value always is undefined but in the...
This was caused by the same problem as discussed in the following thread:
http://discussion.forum.nokia.com/forum/showthread.php?t=137899
Bernd
Waiting for the callback did the trick. Reading the documentation more carfully should have avaoided this pitfall, but I really didn't expect the ConstructL to cause a long running operation which...
This is the exact code I use and I'm not waiting for the callback after the NewL. I had the idea that the callback was only used for long running search methods and it was the same code which was...