Tips & tricks

Misc tips to enhance your productivity or solve small problems

Tutorial
 
27 Jan 2009 - 11:11

I am always missing a table which list all SymbianSigned capabilities and option I do have to use them. Such table of course exit in SymbianSigned documentation but it is just too well hidden in a middle of a document.... So here is a short reminder for you too.

Tutorial posted January 27th, 2009 by eric
 
26 Jan 2009 - 09:44

Most of the Nokia 5800 Express Music phones that you can buy today come with a nice (!) firmware bug that prevents you from installing any application on them: each try fails with a "Certificate Expired" error message. Here is how to solve the problem.

Tutorial posted January 26th, 2009 by eric
 
14 Aug 2008 - 10:44

A small tip to control the visibility of a listbox highlight. This allow you to use a listbox for the layout of some information while you don't need to handle any specific selection.

Tutorial posted August 14th, 2008 by eric
 
16 Jan 2008 - 10:43

To work with real-time video one needs at least two things - direct access to bitmaps and fast way to get frames from a video camera. To achieve the first goal one needs to keep in mind that Bitmaps are located on a shared heap that needs to be locked before any direct access can safely take place.

Tutorial posted January 16th, 2008 by Voblin
 
14 Dec 2007 - 09:58

carbide.jpgCarbide.c++ is a rich and sometimes complex IDE. It is also full of small useful features that can speed-up your works once known. Today, I have just discovered about the Quick Outline feature. Not a revolution as the Outline view is generally present in the Carbide C/C++ perspective, however this view has a problem with it: you generally just see the name of the class and not your function.

Tutorial posted December 14th, 2007 by eric
 
3 Dec 2007 - 23:29

Hardware exceptions are abnormal events triggered by the ARM instruction being executed. The sources of this can be accessing non-existing memory, accessing mis-aligned memory, writing to a read-only area of memory, jumping to invalid memory address, local stack overflow and so forth.
Tracking down hardware exceptions is a developer’s nightmare.

Tutorial posted December 3rd, 2007 by raghav_an
 
2 Nov 2007 - 15:01

S60 3.0 and 3.1 both have WebKit Browser Control available, but developers have to link their applications against different libraries. This short tutorial explains how you can use the same application binary for both S60 3.0 and 3.1 and still use the WebKit Browser Control for both.

Tutorial posted November 2nd, 2007 by jari
 
13 Sep 2007 - 18:22

A super short guide to how to setup a UIQ3 Emulator to use a Bluetooth USB dongle. All you need is the Bluetooth USB driver from Nokia and a bit of tweaking in the bt.bt.esk file...

Tutorial posted September 13th, 2007 by gybrush
 
6 Sep 2007 - 14:03

It sometimes happen when writing connected application that you need to manipulate data in Base64, Quoted Printable or UU format. This is fairly easy with Symbian OS as three simple classes, all derivating from TImCodec, will do the job for you...

Tutorial posted September 6th, 2007 by eric

copyright 2003-2009 NewLC SARL