Thanks for response.
Unfortunately download at yours first link does not work.
Do you have any idea where else I can find that file?
Thanks in advance.
Type: Posts; User: nuker85; Keyword(s):
Thanks for response.
Unfortunately download at yours first link does not work.
Do you have any idea where else I can find that file?
Thanks in advance.
Hello,
I have reopened this topic because I have got question directly connected to 2nd edition.
To develope for 2nd edition you require carbide 1.2
If I would like to use it and use Developer...
I have not succeeded with launching CPbkMultipleEntryFetchDlg with selected contacts.
I have used it to choose contacts at the begining and then when i wanted to add other i used view allowing to...
Tested it on Nokia N8 with symbian Anna and it works on it.
Thanks!!!
This post is duplicate of the wrongly posted one(http://www.developer.nokia.com/Community/Discussion/showthread.php?230749-Set-home-page-in-web-browser&p=869782#post869782)
is there any...
Hello,
I have faced the following problem.
I have got an application which is using my HTTP engine:
class CNetEngine: public CBase,
public MHTTPTransactionCallback,
...
Hello,
the problem is that you CAN NOT use Ampersand character in XML as a normal sign.
It is reserved character and can not be used.
It should be replaces by you while you generate this XML.
...
Hello,
I have got the following problem.
I can successfully configure internet access point as a WLAN WPA/WPA2
I can also set EAP plug-in settings so there are only those EAP positions selected...
Anyone found any solution for this case?
Hello,
there is an example on wiki:
http://www.developer.nokia.com/Community/Wiki/TSS000746_-_Launching_Calendar_application_in_day_view
which shows how to open calendar with proper date selected....
As Opera web browser and all Symbian devices despite Anna recognize properly file it looks like on the server side is everything OK.
For me it is just Symbian BUG in Anna
Finally I gave up and...
Coming back to my problem.
After update of Symbian devices to Symbian Anna on those devices recognition of MIME type files stopped working in default Nokia web browser.
What is more if you install...
Hello,
is it possible to register in system for example MySchemeUrischeme so if I press in web browser link "MySchemeUri://..." my application will be launched on the device ?
I read something...
Hi,
yes you can install JAR files using RSWInstSilentLauncher.
Try to search on wiki.
There are examples of how to achieve it.
good luck,
nuker85
I have been working on it a long time ago.
Solution with recognizing MMS access point seems to be really good if you get code which does it.
I would also suggest the following solution.
Do not...
Yes I know and I m using device which was already released with symbian Anna Nokia E6.
I have added all the capabilities and nothing has changed.
I have used this article:...
I have been using the same capabilities which I have in my main application so they are:
AllFiles LocalServices NetworkServices PowerMgmt ProtServ ReadDeviceData ReadUserData TrustedUI...
Hello,
a long time ago I have created file recognizer to launch my application while proper file is downloaded and launched using CApaDataRecognizerType.
It works properly for 9.1 9.2 9.3 9.4...
Hey,
I ve got 1 account for normal signing on symbiansigned.com
and another one on nokia.symbiansigned.com for signing apps with allfiles capability.
Should both account be merged ?
How to...
Hello,
is it possible to use Notification API on Symbian FP1 devices.
Especially on Nokia E71 ?
Thanks in advance,
nuker85
I have solved my problem.
As I was developing application for all platforms I was compiling on FP1 SDK and in aknsconstans.h there was of course no TAknsItemID which would change CBA soft keys on...
The same situation is on 9.4 devices...
Hello,
while I m trying to call:
CFbsTypefaceStore::RemoveFontFileLocksL
on my ^3 (C7) device I get: KErrNotSupported.
Because of that font is not release and I can not remove it or...
Hello,
I m changing CBA background using:
MAknsSkinInstance* skin = AknsUtils::SkinInstance();
CAknsItemData* item = skin->GetCachedItemData(aID);
and
KAknsIIDQsnBgAreaControl
Does anybody tried to achieve it with CPbkMultipleEntryFetchDlg ?