Hi,
you have a complete example in the official documentation:
search for 'Contacts Service API example' in the WRt documentation...
Type: Posts; User: gsusmonzon; Keyword(s):
Hi,
you have a complete example in the official documentation:
search for 'Contacts Service API example' in the WRt documentation...
Hi,
I am getting a 1002 error when trying to add a contact to the phonebook, using the 0.9SDK 5th edition.
My findings have revealed that the concrete error is related with "Field Value too long...
for me it is happening the same, even when receiveng responses with the UTF-8 encoding parameter. No idea, but (for me) it makes the SDK practically useless when it comes to WRT development.
I hope...
HI
i also think that the problem is in the underliying XMLHttpRequest implementation (as jappit says). All my tests confirm that any attempt to make a DELETE is replaced (probably by the WRT...
Hi All,
I'm trying to send an HTTP DELETE through the XMLHttpRequest object. While it works with 'POST' and 'GET' it seems that 'DELETE' is not supported, since the 'DELETE' is replaced with a...
HI,
there was an open issue about this, for 7.0s devices, about that. In this phones you have no control over the vibrator, and you can not use it. Forget about copying dll's and similar attempts....
Unfortunatelly, all my tab icons have the viewBox attribute set. The funny thing is that the icons are shown centered in a FP1 device (N95 8Gb) but left aligned in a MR Phone (E65)
Thanks
HI,
I'm populating the CAknTabgroup with tabs containing icons / pictures. These icons are SVG files. In my Nokia N95 (FP1) the icons appear centered in each tab, but in a E65 (MR) the icons are...
Hi
Does anyone know if it is possible to show a Title in a CAknForm?
I,ve tried using SetTiteL method, the 'title=' fieldn in the RESOURCE DIALOG of the .rss , and playing with any combination of...
HI,
Im trying to load a local html file by using the CBrCtlInterface API. I've got it displayed on an FP1 device (N95 8Gb), using the LoadFileL(const TDesC& filename) method. However, when I uses...
renember from the doc, that
/**
* Returns a array of ids of the selected entries,
* undefined if the dialog is canceled.
*...
Does Anybody know if it is possible setting the alignment of the text displayed on the Title of an application. In my case it is displayed as Left-aligned instead of being centered.
I've tried to...
Hi,
I haver read on
http://wiki.forum.nokia.com/index.php/KIS000800_-_S60_music_player_cannot_be_launched_in_standalone_mode
that exists an AIW api for the native music player, but I have not...
Hi,
iBrCtlInterface->SetParamL(TBrCtlDefs::EParamsRequestHeaders,_L("x-myheader:myvalue"))
is not working for me neither.
Maybe the format is incorrect, or is there a capability required for...
In my case I'm handling the RFile myself, by setting the file in the
RHttpDownload::SetFileHandleAttribute just after the download has been created (CreateDownloadL) and before Start'ing it.
You...
Hello,
I'm using the Browser control plugin for S60 3rd ed and i would like to know if it is possible to add some http headers to the http requests used during the navigation.
I have seen that I...
Thanks,
I thought so (-11118 == KTLSErrNotCached), but spacing the request over the time OR increasing the pipeline value the error dissapears. Maybe it is something wrong with the server or in my...
Hi,
have you tried to increase the number of http request than can be pipelined in a session. It worked for me!
take a look to the RHttpSession class:
-...
Hi!,
here you can read an explantion and the solution to your problem.
http://wiki.forum.nokia.com/index.php/TSS000716_-_Why_does_MAknsSkinInstance::GetCachedItemData()_return_NULL%3F
/J
Hi group!,
I'm trying to reboot an Nokia E60 device (Symbian 9.1, S60 3rd) but i'm facing some problems.
As I've got from some reading, there are some tricks for previous devices:
- using...
Hi group!,
I'm trying to reboot an Nokia E60 device (Symbian 9.1, S60 3rd) but i'm facing some problems.
As I've got from some reading, there are some tricks for previous devices:
- using...
Hi gurus,
I'm facing some problems related to the "Select Access point" dialog that appears when running a midlet with network access. Posts read in forums haven't cleared 100% my doubts, or...
Hello,
Just include the ACL ARM toolchain path in the PATH env. variable ( C:\Program Files\CSL Arm Toolchain\bin).
It worked for me!
Jesus
Hi gurus!
We are facing some problems with the vibrator API for the 7.0s symbian version.
We are working with 6600 device, which is well known for not including the vibractrl.dll. Some...
Hi!
AFIK , SDK doesn't provides codecs to play video, so emulator can't. If you want to test CVideoPlayer, you must to run your app on a real device.
Thanks.