Below you will find the output of each domain. However the server certificate is not in any of these...
/ $ acmcli -D
Shared domains (read only):
common-ca
codesigning
Private domains:...
Type: Posts; User: rvogt; Keyword(s):
Below you will find the output of each domain. However the server certificate is not in any of these...
/ $ acmcli -D
Shared domains (read only):
common-ca
codesigning
Private domains:...
Thanks for the hint.
However I was not able to list (and remove) the faked server certificate with acmcli.
"acmcli -t omb-user -L" and "acmcli -t ssl-ca -L" shows no entries.
"acmcli -T common-ca...
I previously had a look at this site. However "cmcli" seems to be not available for n9 (harmattan).
By mistake I accepted a server certificate signed by a faulty CA presented by a test server.
Now the certificate is listed under settings -> security -> Certificates -> server certificates.
In the...
At the moment it is not an option to port our existing Qt application to Qt Quick. Hope there is another solution soon.
Edit: there is already a bug report at:...
So no chance to lock the device to portrait mode without Qt Quick at the moment?
I have a similar problem. If I create a new Qt mobile application and choose "lock to portrait mode" in the wizard, the application starts in landscape mode on the n950. Anybody else with this...
Hi
Thanks for sharing this example code. In the meantime I found the solution myself. However I'm sure other people can use your example code.
Hi
What SDK version do you use? (S60 / uiq) Do you have any additional libraries installed?
Because I my installed SDK all these classes (CJPEGExifEncoder, TExifWriterUtility,...
Could be, but the documentation does not explain how to instantiate a class TExifWriterUtility / MExifMetadataWriter.
Can you please send me your part of the code that does this?
The required...
S60 3rd Edition SDK for Symbian OS, Supporting Feature Pack 1, for C++
(Symbian\9.2\S60_3rd_FP1)
No, it seems not. At least not in the S60 sdk. Maybe it is in the uiq sdk. :-(
Anyway thanks for your help.
So, I'm still looking for a way to encode the aTagData variable as a rational value in...
Hi
Thanks for your reply.
I would love to use the classes TExifWriterUtility and TExifWriterUtility. However it seems there is no public documentation available and the required header file are...
I know this is a pretty old thread. However I have exactly the same problem.
How do I have to build the descriptor variable (test1 in my case) using a given latitude/longitude value? If I pass...
Yes, slider are working on real 3rd edition devices using this constructor values.
In the meantime I have the Nokia VPN Client installed on the N95 working with my home linux server (racoon). This works great if I use a WLAN access point. All the traffic is routed through my home...
You have to use CCamera::EFormatExif as camera format. Then it works with all sizes!
(Otherwise if an uncompressed format is selected the device has too few memory to deal with a full size image)
Problem solved: I have to set a valid Iap in the prefs. This is not needed for older devices like N80.
// Try to find selected Iap
_LIT(KSetting, "IAP\\Id");
TUint32 iapId = 0;...
I found a solution. I have to use CCamera::EFormatExif as camera format. Now I get all sizes correct. (Which makes sense for bigger resolutions, because of the large memory consumption for...
I wrote an application that transfers data to a server from time to time. After starting the application the user should be able to select an access point. After that the application use this access...
I experience the following problem. I try to enumerate through the different camera resolutions on the N95. However it seems that there is a problem with the higher resolutions. I get camera...
In the meantime I back ported my application to symbian os 8.0. And I get a very similar effect. I get correct cell ids as long as I do not transfer any data over WCDMA (UMTS). As soon as I transfer...
I made an application that displays the currently logged in cell id and lac and some more data. The display is updated about once a second. This works great using the CTelephony API. (In GSM and...
Hi Jan
Thanks for the answer. So it looks like I can not use this functionality. (I use a self signed certificate) However in the documentation the need for this capability is nowhere mentioned.
...
Hi
I have exactly the same problem on my Nokia N80. I get a KErrPermissionDenied error message if I try to close the (GPRS)-Session
Have you found a solution?