You only have to post once.
Actually if you post again and again like you did, before I deleted some of you posts, it appears to our moderators that there is already a response. SO... it is less...
Type: Posts; User: OSXDev; Keyword(s):
You only have to post once.
Actually if you post again and again like you did, before I deleted some of you posts, it appears to our moderators that there is already a response. SO... it is less...
The Forum Nokia discussion boards are used by developers to ask and answer techincal questions related to developing applications for Nokia Devices.
Often times device specific qustions are asked....
I'll copy the question to the messaging area for you.
Im posting this only as an example for someone to see
I'm creating animated gifs to be sent as an MMS message and I want to utilize the maximum space. What are the max width and height parameters for the image?
The Nokia 3590 and 6310i do not support the forwarding of Java content. A midlet that has been installed on the phone, cannot be forwarded/transferred to another device via serial cable, Bluetooth,...
Can Java applications installed on the Nokia 3590 and 6310i be copied or sent to other devices?
Well, there is the Nokia 92xx SDK available on Forum Nokia. An emulator is built in as part of the SDK.
http://forum.nokia.com/tools
For WAP games, Nokia has the Nokia Mobile Internet Toolkit. Download it at http://forum.nokia.com/browsing
It's a good IDE, but you can still use whatever editor you like.
How does the use of a WAP gateway on the carrier network affect my midlet when I'm sending and receiving data, streaming, or just have my midlet available for OTA download?
What is the WAE layer of the WAP stack.
Well, it requires that your phone is able to receive an SMS message. That also requires that your service provider have the infrastructure in place to support sending SMS message. That infrastructure...
Yes it is possible. An example of a company already doing that is JamDat. They did the game Gladiator. The first version of that game was WAP and WML only. Check out JamDat.com.
You can also check...
PC suite works perfectly on Windows 2000. I have not tried it on Windows XP.
It is not officially supported on WIN 2000 and Windows XP.
Does the PC Suite for the 92xx work on windows 2K or XP?
It is difficult to answer the question without being able to look at the application, but here are some guidelines:
1) If the application uses proper XML syntax, which is not a requirement for...
Is it difficult to convert an application written using cHTML for iMode to XHTML?
YES! It seems so.
Try This
Hold down the "Shift", "Ctrl" and "Chr" keys at the same time and press "K"
That starts killing the current process and eventually makes it's way to restarting the...
Is it possible to reboot the communicator (92xx) without removing the battery?
This is from my Java Guru friend. Hey, dude, why don't you just create your own account? Dork.
So here is his answer.
"Sure....a MIDlet can open up an http connection (look in the java.io.* and...
Another answer from my Java Guru friend.
This is posted as is, I take no credit or blame :) for the answer.
"The Java runtime get its time info directly from the handset which the user should...
What kind of error are you getting. This sounds less like a WML problem and more like an ASP problem.
There are some really great ASP/WML tutorials on ASPToday.com as well. I would check them out...
In Nokia 9210 there is SIM toolkit support in the CMT side. Telephone implementation in an EPOC system is isolated from the PDA. Therefore PDA can not know if it is a fixed line telephone or a GSM...
It can result from a too short send buffer. I was experiencing similar problems when sending large file across TCP/IP. I solved the problem by extending the buffer as follows. (Hardcoding the buffer...
Please see classes
CHTTPHandler
CHTTPMethod
HTTP Handler class encapsulates the state machine required for a sequence of HTTP transactions. It also coordinates the queuing of pending HTTP...