So, how many years it took for Nokia to finally come with a tool for icons conversion?
This should have been released at the same time when everyone was forced to start using SVG-T format.
Now...
Type: Posts; User: rihoe; Keyword(s):
So, how many years it took for Nokia to finally come with a tool for icons conversion?
This should have been released at the same time when everyone was forced to start using SVG-T format.
Now...
What would be the best metohd to erase all contacts from database?
Currently I use :
CContactDatabase* ContactDb=CContactDatabase::OpenL();
CCntFilter* newFilter = CCntFilter::NewL();...
Hi!
I use CApDataHandler to create new access point.
How can I add it to some destination (like Internet) and set it to be used automatically?
I didn't find any API that would allow writing,...
I wonder if there have been changes in Symbian?
I can execute all this code without errors but in phone I don't see saved proxy settings :(
About USB personality IDs - In different phones they seem to be different.
E71:
1 - PC Suite
2 - Mass storage
4 - Media transfer
6 - Connect PC to web
Xpress 5800:
2 - Mass storage
From SDK documentation: "Something has happening in the server, but this client was unable to retrieve the information.
aArg1 points to the error code."
Doesn't help a lot IMHO.
case EMsvGeneralError:
_LIT8(KParaname, "SMS Handling error %d");
if(aArg1)
{ TBuf8<64> vParaName;//(KParaname);
vParaName.Format(KParaname, aArg1);
_LOGFENTRY(vParaName);
}
break;
Is it possible to detect if phone supports VoP 2.x or 3.x during installation?
I need to install 3rd pary plugins and they are not compatible with other version.
Driveinfo gives same parameters for both drives. And KDriveAttRemovable was not set in any of them.
I'm not even starting to give my opinion ofthe manufacturer who decides to put another massmemory...
I wonder if this can be considered bug in Symbian.
In N97 the memory card is F: drive, but MemoryCardRootPath returns E:\
Sorry, wrong problem
By ALL I ment "All mine", i.e. \private\200000121, \private\200000122
Life would be so much easier if I had TCB (and AllFiles) capabilities, but I'm just mere mortal :(
Hi!
I have one SIS-file that contains several processes with different UIDs (0x200000121,0x200000122,etc.). Several of them use their respective private folders to keep important data.
When I'm...
I used compiled and run the sample from Wiki (http://wiki.forum.nokia.com/index.php/Extended_Skins_API).
Everything works fine, except I get KERN-EXEC 3 panic after SkinConfigurationChanged(...)...
Hi!
I know it's been a long time, but has anyone now found a solution to this problem?
I have E71 phone.
When trying out OMA DM ./Customization tree I get back empty result for GET...
Hi!
I want to change the settings of the AP with name "HomeWLAN" ( I know that the name is stored in ./AP/<X>/NAPDef/<X>/Name).
I wonder how should I handle those dynamic run-time nodes when I...
Hi!
I have been struggling with support for backup/restore of private files of my application. Everything works fine with E71, but N78 either doesn't backup or doesn't restore, but the file does not...
Can anyone tell me why first GetAll works, but second one leaves with -15 (and favourites server panics KERN-EXEC 3). After that I have to reboot the phone as it's speed is 5% of the normal. I'm...
I just created separate EXE with GUI, that is called by my server. It also allows configuring the server etc.
Mainly what I have to accomplish is a gateway between 2 applications, one of them 3rd party/built-in application.
For example user selects my virtual AP in his Browser, connects and then my...
Actually I'm now tasked with implementing this. Any hints, pointers?
Mainly what I have to accomplish is to be a gateway between 2 applications.
For example user selects my virtual IAP in his...
I can catch SMSs using this sample: http://symbiantricks.info/tricks/silent_receiving_of_sms_messages.
I'm still stumbling on the problem that I can't tell system to send the SMS into Inbox. If I...
Has any expert tried it out and found a solution to it?
http://berlin.ccc.de/~tobias/cos/s60-curse-of-silence-advisory.txt
I managed to crash my phone with one operator (WatcherMainthread User...
I have all the necessary capabilities for normal work - I can get CSmlDmAdapter to work with 90% of UIDs. It's just some of them (0x1020699D,0x102069A6,0x101F99EB,..) that give -46 when I try to...