The method for calling non-Symbian (i.e. C/C++) libraries from Symbain code is well documented but how do i do this the other way round??
Type: Posts; User: NavaronSoftware; Keyword(s):
The method for calling non-Symbian (i.e. C/C++) libraries from Symbain code is well documented but how do i do this the other way round??
We are developing an OMA installer on Nokia 6600 and the issue is this:
If you're using RGenericAgent to handle connections to the GPRS network
the call to RGenericAgent::Open fails, i.e. before...
Thanks for the in Yucca,
had a quick look on the cdbcols.h header at the list of public database tables. Am I missing somehting as there doesnt seem to be an obvious table to look in ?
Can you...
I would suggest RFile is the simplest way to do this. Chek out its definition in the SDK
Does anyone know how I can get any/all of these settings from a Series 60 device ?
Thanks in advance
Name
Connection Type PPP, GPRS, CDMA
Country Code
Area Code
Phone No
Dial Pattern
I had a meeting with some high ranking Nokia guys from Tampere a few weeks ago, as part of the company I am currently working for. I put across many of the common complaints that we all seem to be...
etelagsm.h is the advanced telephony classes and has deliberately been removed by Nokia and is not intended for 3rd party developer use. It has been replaced (in some part) by the CTelephony classes...
How about using the RFileWriteStream::Sink() to get a pointer to the lower level buffer, then use SeekL(EStreamEnd) to get to the end ??? (defined in s32buf.h)
Does this help ?
If its for the Series 60 how about a CAknInformationNote ??
You need to be aware that when you have concatenated messages using 7bit packing, the text in all the fragments is packed 7 bit with any padding bits on the end !! the data (in the user data header)...
The other option is to send the vCard as an extended object using EMS. I guess the 6800 doesnt support this as its a Nokia device but you never know
I seem to remember a post of the Symbian newsgroups which gave a good example of reading CContactsDatabase
I think there is an example of this on
www.newlc.com
Surely its just a metter over specifying a different path in the MMP file of your project
There are several good books on learning the basics and various aspects on SYmbina programming.
I think this topic has been covered elsewhere on these groups or search for 'Symbian' on...
what do you mean by 'client' - you mean a customer ???
You need to write a recogniser which launches your app as a sideeffect. There is a very good tutorial (and sample source if i remember correctly) on Eric's website
www.newlc.com
Navaron
the big problem i think is that of the three ways of legitimately retrieveing battery strength none of them work!!!
Is there a definitive of system agent events? I have recently discovered how to read the battery strength properly but this event is undocumented.
have you got Perl installed ?
This is a class constructor, is passes a reference to CDBAppUi object and a TUid, theact of constructing an object of this type causes a subtype to be constructed (on which it is dependent).
I...
NewL and NewLC nearly(?) always need to be implemented for C-Classes. The provide the mechanism for creating new instances of the class objects they are defined in. Both NewL() and NewLC() will...
This will be the death of Symbian when Microsoft get their act together :(
Ok for the benefit of everyone else who is having grief heres the link to all the common UIDs on newlc (thanks Eric)
http://www.newlc.com/article.php3?id_article=149
Am I the only one to find headers missing in the SDK v2.0 which are actually mentioned as being included in the SDK v2.0 documentation.
GSmupdu.smuthdr.h, gsmuelem.h and others - the usual...