Well, my clients can't do such a specific targeting, and additionally, the available test devices range from E60 to N71. There are many types of smartphones that support the Java main application...
Type: Posts; User: peter.koellner; Keyword(s):
Well, my clients can't do such a specific targeting, and additionally, the available test devices range from E60 to N71. There are many types of smartphones that support the Java main application...
Well, the whole discussion was pretty pointless. Again the most important step in solving the problem was to let it rest for a few days and re-examine the situation then from the start.
The real...
Well, HOW?!? There is NO useful information in the SDK Help, the ip_subconparams.h Header file is broken, RPacketQoS is completely missing, and there are NO public documents to be found in the...
How lucky you are. Here I reach 12 kB/s tops with an E61. the laptop downloads at 155 kB/s from the same server.
Well, moving the socket options after the Open() at least makes it work again without further crashes. Unfortunately, the effect on performance is zero, null, nada. Accumulated WLAN throughput does...
Well, when will this project out of hell finally be finished?
Now I have the problem that the socket connections for downloading data through WLAN and GPRS/UMTS are painfully slow in the first...
Well, that is exactly the point, isn't it? In each project you'll encounter new problems and have to go through the whole process of sorting them out again.
It begins with such simple things as...
Well, what currently caused ME to decide to stop taking up any new development projects for Symbian in the future is this: Customers - especially startup-enterprises that want to offer some new...
Well, it works now. Let me explain why this was so complicated.
The problem was: I had the Access point name in a config file and wanted to open a connection on the matching IAP Id.
So I got the...
I now have used iConnection.Start() without preferences parameters to get the prompt. Selecting this, the thread seems to panic between the log lines
in iHostResolver.GetByName:
...
Well, part of the problems of the last days definitely have been typical stupidity errors. Some time on thursday night while replacing the HTTP Client code I must have copied a line of code too much...
ON the emulator, I get a ESock_client 23 panic from the iHostResolver.Open.
In a different thread, I do have another Socket connection that listens on loclhost for connections from clients. I...
Now I have reverted the whole engine to a simple scheme, since all variations I was trying failed in iHostResolver.Open and I was not sure where I might have introduced additional errors.
So now I...
Now I have commented out the connectPrefs in iConnection.Start. Result is that the AP selection pops up, then I can select the WLAN AP, the little icon for WLAN goes on, and my program again dies...
Additionally, the connection has to be added as a parameter to the socket open operations. What I have got now is this:
==========================================================
void...
Oh well, I overlooked to remove the other RConnection Open from the imported code...
I deleted that so only have the iConnection.Open(iSocketServ) in SetConnectionL, but now the GPRS connection...
Update:
I almost solved the problem by throwing out the Http Client, substituting it with a RSocket based replacement I wrote for Symbian 6.1 and rewrote for 7.0 when I discovered that the Http...
Hi!
I am trying for several DAYS now to connect the Http session to my defined WLAN access point.
I tried the "End to End HttpClient Example" first, which convinced me that the phrase "end to...
Well, KNotSupported is -5, not -6, and I am able to play the RMF clip from the gallery.
Unfortunately, I was unable to login this forum again yesterday to add that I have also tested a .wav file,...
hi!
I am trying to play a audioclip using
CMdaAudioPlayerUtility with a .rmf file.
When i do the NewPlayerL with that file, I get a -6 in the MMdaInitCallback,
which is "KErrArgument". What...
Thanks. I suspected as much. SDK 2.x might become interesting to me as soon as I find the first problem with a 1.2 solution that is broken on 2.x devices for which support is required...
How do I install a ringtone from a C++ application for sdk 1.2 and 2.1 devices? I don't see anything appropriate in the SDK manuals.
hi!
i want to avoid having the user be prompted for opening an internet connection. after all these little problems like not showing the prompt etc have been solved, there is the question of which...
sorry, but i disagree. if applications are designed to use a capability available only on a certain model, it might be a solution to have separate SDKs for each variety. But not if you target...
i would be interested in useful documentation of all these access point information utilities.