Yes I do. Thanks! (Didnt know about those forums)..
Type: Posts; User: suckho; Keyword(s):
Yes I do. Thanks! (Didnt know about those forums)..
I'm pretty sure that in my previous phone (6120) there was an email setting "Send copy to myself" or something.. Now I'm wondering how to config that on E52.. I have gone through all (?) the email...
Is it currently possible to access USIM smartcard applets through JSR-177 API on Nokia 6212 NFC SDK emulator or on actual device? Is there any way to connect external card reader to the emulator so...
My contribution to the contest (didnt qualify):
http://www.byterapers.com/BeatEd/
It's a mobile drum machine app for all S60 3rd devices.
Whee.. \o/ I just managed to do it (just before my head exploded).
I converted the sample data using CMMFCodec::NewL(KMMFFourCCCodePCM16, KMMFFourCCCodeAAC) and just wrote the destination buffer...
The audio sample data is generated by my own application so I just have it in my memory buffer.
I have memory buffer full of audio data in 16 bit PCM format. I can write this to WAV file and everything OK, but naturally the file is very big.
What is the preferred solution in S60 v3.x for...
ARGGH. I just struggled almost 2 hours with this same problem. Thanks for the answer.. How stupid is that it takes alpha from pen color even if it is not used at all....
So the problem is in Python S60, not in Ensymble..?
I have a PythonS60 application that works fine both on C: and E: drives. I have made it as an installable SIS application using Ensymble. The problem is that the application works only if I install...
Is it possible to detect if HSDPA (3.5G) is currently available or currently in use using S60 C++ API?
Devices show "3.5G" indicator when HSDPA is in use, so the information about HSDPA usage...
Does anyone know how to create a working VPN access point from your own application using some particular VPN policy with a known name..?
Actually, creating the AP itself is no problem (I...
Ok.. I'm not arguing if it can or cannot be done on 3rd, but I claim that it would be a useful feature to allow bundling multiple apps (that are not related to each other) in a single SIS package and...
In S60 2nd edition documentation there is a package type for this.. However, it seems to be removed since it does not appear in 3rd edition docs.. I also tried it without success on 3rd edition.. The...
Damn.. I would need it only for 3rd edition, not for 2nd.. How did you do it on 2nd edition..?
Is it possible to make a SIS package that will not be shown in the device's application manager and thus not uninstallable by the user?
I have a case that I have an "bundle" SIS package that...
I'm working on an application that's UI depends highly on the location of CBA bar.. I know already that CBA location can be retrieved using the following function:
--
static IMPORT_C...
The latest automated SymbianSigned testing tool for S60 3rd edition gives the following error message and refuses to continue testing if the SIS UID is different than App UID..
"Preparation...
Thanks for the information.. Some more questions..
Documentation says..
"Also make sure that the .pkg file used to create the PA .sis doesnt list files that are updated/modified during run...
I have couple questions about S60 2nd and 3rd edition applications that are to be preinstalled on a memory card..
1) On S60 3rd edition, I'll have to make two different SIS files, one full SA-type...
Thanks, it seems that i missed that link before..
Interesting..
"All package files require a UID, even if the installed components do not strictly require one. It is used to identify packages...
Can someone (from Nokia?) give a clear answer what are possible reasons for having "update error" when installing SIS package to the 3rd edition device that have already earlier installation of the...
WOW! That was hard to fix.. But finally it works right both on 2nd edition and 3rd edition as well..
I changed my CMyAppUi::ConstructL() like this...
Old:
---
CMyAppUi::ConstructL()
{
...
WOW! That was hard to fix.. But finally it works right both on 2nd edition and 3rd edition as well..
I changed my CMyAppUi::ConstructL() like this...
Old:
---
CMyAppUi::ConstructL()
{
...
I think i have the same problem.. It was already discussed in the thread
http://discussion.forum.nokia.com/forum/showthread.php?t=74910
The problem seems to occur only with popup enumerated...