I have been encountering floating point inaccuracies on the E52, E55 and 6710. The errors are random, roughly every few hundred thousand operations. For example, returning (1.0 - 0.244777) as...
Type: Posts; User: mike_brock; Keyword(s):
I have been encountering floating point inaccuracies on the E52, E55 and 6710. The errors are random, roughly every few hundred thousand operations. For example, returning (1.0 - 0.244777) as...
We are seeking 2 mobile platform software engineers to work in Cambridge, UK.
Our main product, ViewRanger, is an off-road mapping and navigation application, with some unique features. It runs...
I'm connected to one of the RDA N97s, but whenever I press a button the phone displays the message "Use keyguard switch to unlock screen and keys". I've searched and can't find a way to use the...
Hi STeN,
Yes, that's what I do in my own application, but with the same result, the other menu items disappear. I've also just checked doing it this way in the mobile paint example, with the same...
CEikMenuPane::EnableMarqueeL(ETrue) enables marquee scrolling in menus, so that menu items that are too wide to display are scrolled to show their whole length.
In 5th edition, both in the...
CTelephony::GetPhoneId returns a 17 digit number, 35908101038058901, i.e. the quoted IMEI with two digits added. It looks like a hybrid IMEI and IMEISV?
Read http://developer.symbian.com/forum/thread.jspa?threadID=24269&start=21&tstart=0 for what was said yesterday by the person in charge of the recent Symbian Signed changes.
Symbian have said...
When generating a build for Symbian Signed you need to sign it twice:
First sign it with just the ACS certificate, not the developer certificate. Keep a copy of this to submit to symbian signed....
The 6682 is a 2nd edition phone, so uses Symbian 7 or 8. On Symbian 7 or 8 UIDs have to be in the range 0x10000000 - 0x1FFFFFFF. Your UID is outside that range (and ATL is giving a misleading error)....
Switch to threaded mode to display the posts and you'll see my reply was to a post earlier in this discussion, not to your question about resolution. I quoted the earlier reply too.
On S60 Symbian Signing or a developer certificate is compulsory for Location. It seems to be this that has brought the Symbian Signed web site to its knees since the launch of the N95 with many...
I've found that ATL usually erroneously reports PHN-01 as failing. For example, it will say the alarm notification failed when I have seen the alarm panel myself. I think the problem is that ATL...
If possible treat the test house as a consumer, allowing them to obtain the license code from your development server in the same way as the consumer. If you have a store you might be able to give...
That's good to hear. I'd like to see an N70, because a lot of customers own them, and an N90, because its screen was unique.
Some S60 2nd edition devices would be good. I appreciate this is not as straightforward as adding 3rd edition devices, but it seems better to ask than to assume it is not possible.
There are a...
Since I made my post about the certificate price I've learnt that it has been announced that ACS publisher certificates will soon be available from Trustcenter for $200. It is reported in this...
No don't submit, you need to identify what is causing your app to exit unexpectedly during execution when the memory is virtually full. Because ATL reports that the error occurs while running the...
The ACS publisher certificate seems very expensive for what is involved in issuing it. Verisign say they first check the company exists (which is free to do in the UK using the Companies House web...
As you are using stdlib, take a look at a solution for over on http://forum.newlc.com/index.php?topic=17019.msg50696 - the code in the 8th post of that thread.
I don't know if it will help you,...
1. Location should be made user grantable - at least for the case where the requestor is local to the device and ERequestorService/EFormatApplication.
The capabilites allowing developers to...
I have some code that seems to work. It gets the CAknTabGroup from the navi pane but has to rely on the tab group being the top most control. The tab group does not seem to have been created when...
On the E70 in landscape mode, and in the emulator, the soft keys are on the right. The positive soft key, options etc, is at the top and the negative soft key, cancel/exit etc, is at the bottom.
...
You've only added one icon to the icon array so both the numbers should be 0:
_LIT(KItemTextDouble1,"0\tActivate\tvia Bluetooth\t");
_LIT(KItemTextDouble2,"0\tActivate\tvia Bluetooth\t");
I think these lines are wrong:
_LIT(KItemTextDouble1,"1\Activate\tvia Bluetooth\t");
_LIT(KItemTextDouble2,"2\Activate\tvia Bluetooth\t");
They should be:
...
The code I use has evolved since then, so I can't do a direct comparison. I use the same code as in my previous post to get the cookie values, but then use the session headers to "apply" them to...