Hi r2j7
Is it possible to have the complete let of S40 error codes added to somewhere in the WIKI?
Thanks
Sameh
Type: Posts; User: samooha_2020; Keyword(s):
Hi r2j7
Is it possible to have the complete let of S40 error codes added to somewhere in the WIKI?
Thanks
Sameh
I know this is a developer forum I have a hope this reachs Nokia management.
I consider MeeGo is the best mobile platform so far in usability and multi-processing
The decision of killing MeeGo...
As it's clear that Nokia putting big focus on J2ME development for S40
Is there any plans to support executing USSD commands from J2ME application?
Thank very mush wizard as my suggest solution when tried wih Symbian OS 9.2 and 9.1 wasn't workin :)
Below code updated to use your recommended solution in other thread and should be working fine on...
I know it's too late to reply to this thread but may be this help someone as helped me
below code will solve discussed problem
/**
* it's exactly the same as User::WaitForRequest but with...
I found another way to have USSD working on Symbian^3, it's by using 5th edition API plugin for AIW dial data. below both ways working
- building project using 5th sdk
- copy plugin API files to...
try adding -c32,8 before each svg file as below, hope it works for u
START EXTENSION s60/mifconv
OPTION TARGETFILE appName.mif
OPTION HEADERFILEappName.mbg
OPTION SOURCEDIR ../gfx/icons
OPTION...
the problem was because of known issue :)
http://wiki.forum.nokia.com/index.php/KIS001226_-_CContactDatabase_problem_in_some_S60_3rd_Edition,_FP2_devices
Since your storing binary files I think it will be useful to use RFile
Also have give a look for RFileWriteStream and RFilReadStream. Also CPersistentStore may be useful
The decision depends on...
man do more research on the wiki, u find answers to your problems
Hint: carbide UI builder not that tool that creates a code and will run directly specially for forms, u have to do some handling...
man do more research on the wiki, u find answers to your problems
Hint: carbide UI builder not that tool that creates a code and will run directly specially for forms, u have to do some handling...
the following link may help u http://wiki.forum.nokia.com/index.php/DBMS
But I think it isn't recommended to save the how binary file to DB but instead u can save it to harddisk and add entry to...
this method requires UserEnvironment capability, are u sure that u have this at your MMP file
Whenever u see KErrAccessDenied error always check that u have the right caps
check this link http://wiki.forum.nokia.com/index.php/HTTP_on_Symbian_OS
this is simply done using the HTTP APIs RHTTPSession & RHTTPTransaction by adding s to http for example
https://www.google.com
I guess and not sure, that the cancel request result in KErrCancel to your runL which may not handle right and generate another location request
Hello there
I am using both classes CContactDatabase & CPbkContactEngine to retrieve contact list and works great on MR and FP1 devices. When things come to 3rd FP2 devices (C5-00) my application...
RWorldServer will be the optimal solution for this using FirstCountry and NextCountry but the problem it crashes on most of devices. So you can write a piece of code the get country information list...
Does anyone know how or which APIs Google uses in their S60 clients to do the following
- In youtube application, they overrides playing video with messages, I used many APIs like DSA and Rwindow...
lius1984 did u find a solution for that issue??
mayankkedia this link for old thread and contains I think wrong information.
mariadlangeles, the following code do exactly what u want and take care SetLink function must be called to make the...
use the following code in your parent container SizeChanged
TInt cY = the Y-Axis of list box;...
use the following code in your parent container SizeChanged
TInt cY = the Y-Axis of list box;...
here is link to mentioned class above...
I am happy to tell u that I am running Windows 7 x86 candidate release and have S60 development environment installed and working pretty good with no hacks
-ActivePerl, latest download from...