When a server responds with a redirection (30X) the current connection
gets screwed up. No headers are available and it's not possible to read
from the incoming stream.
In short, something like...
Type: Posts; User: hfoffani; Keyword(s):
When a server responds with a redirection (30X) the current connection
gets screwed up. No headers are available and it's not possible to read
from the incoming stream.
In short, something like...
have you tried to obtain list (strings) of available pims first and then
to reference that one you're interested in?
No. That wasn't it.
To stop the error I had to run the "Calendar"...
When first accessing the PIM api (in the emulator)
I'm getting an STOP dialog box like this:
"Program closed:
jes-0-java-pim@92e558".
Only an "OK" button is shown which does nothing.
...
Hi Peter!
That might be, yes.
We already have *many* issue reports. I've saw:
- the "Known Issues" thread in this forum.
- the Known Issues In The Nokia 6600 pdf
- the Technical...
It might be possible that someday Nokia publish a patch for the OS. But
there's already hundred of thousands mobiles out there that would be
still be unpatched. I'd rather get a workaround for...
Sorry... I don't get it... Why are you using sockets?
Why don't you just open an input stream from the connection?
Something like this:
if (status == HttpConnection.HTTP_TEMP_REDIRECT ||
...
Thanks again Peter.
I can confirm now that no header is read after a 302
response.
Evidently I'll have to rearrage the code following...
Does this recipe apply here too?
http://discussion.forum.nokia.com/forum/showthread.php?t=6196
Should we have parse response headers ourselves?
Ick!!!
Lucky you!
The Google site I'm...
Hi.
I can confirm the problem in a Nokia 6630.
It also happens to me in the project I'm working.
In the following piece of code (all inside a loop to resolve the
redirections) the output of...
Oh noooo.... Another IDE!
Funnily enough, I've got more IDE installed than compiler/interpreter languages in my PC.
No way!
I'm only maniac with vim and command-line builders. heh heh
I...
Please, appologize. I didn't meant to be that sparse.
Actually, I was looking for an advise more related to some IDE configuration rather than guidance with my (buggy) use of the API.
I'm at...
Is it normal?
Please, don't laugh. I'm a newbie in MIDP development.
Trying to debug a program (I'm pretty sure that the bug
resides in my code) I find that it works ok in the emulator
but...
An Interview with Nokia's Asko Komsi has been recently
published in Artima.
http://www.artima.com/lejava/articles/future_of_mobile_java.html
Apologize in advance if this is offtopic or if it was...
The standard way to specify the user path variable content is to include %PATH% in it. That way you inherit whatever system PATH has.
Some installers append (or prepend) a path to either the...
I assume that you can build and debug the example without problems, if not you should solve that first.
Have you tried to create the sis folder manually and copy the pkg file under it? I did that...
Got it.
Thanks!
Hmmm.... Then I'm missing something. The following list http://www.forum.nokia.com/main/0,,150,00.html?matrixType=s60 relates devices with OS version and edition. I thought that the Feature Packs was...
I'm developing applications for my own use (specifically, a Nokia 6630)
I've already installed a working dev environment (Carbide, S60 2nd FP2, etc.) and playing with it right now. Is it ok if I...
May be your workspace and Symbian SDK are on different drives?
If so, see:
http://discussion.forum.nokia.com/forum/showthread.php?t=78108
-Hernán.
After looking around I found that (not surprinsingly given that my pc reboots) it was a Java runtime problem.
Other java users have reported that setting video card driver antialiasing to...
I've got Java 1.5.0.06 installed.
By the way, the official docs at http://tinyurl.com/pekmb ought to include Java Runtime as a required extra component.
I did this for three times by now. :(
I...
Once I open the Preferences window of the Emulator, when I exit the emulatator (either by File/Exit or the close button) Windows hangs and reboots.
My developement environment:
- Windows XP Pro...
When building a project for Release, the process that create the different .pkg files for each target miss to include the drive letter when substitute $(EPOCROOT).
I had to include C: at the top...
When rebuilding a debug target, make tries to exec the "rm" command.
When doing a release build, make correctly execs "del /s/q".
Console outputs:
"""
**** Full rebuild of configuration S60 2.6...