Hi,
You can find more information about Nokia 7650 WAP features from Nokia WAP Phone Characteristics document, which is located at:
www.forum.nokia.com
>>Technologies
>>Browsing/WAP
>>Nokia...
Type: Posts; User: mikaaho; Keyword(s):
Hi,
You can find more information about Nokia 7650 WAP features from Nokia WAP Phone Characteristics document, which is located at:
www.forum.nokia.com
>>Technologies
>>Browsing/WAP
>>Nokia...
Hi,
Your code looks fine. Do you have more than one timer element on the card? Does NMIT produce some kind of error message? What emulator are you using? Also, please notice that value 2 for timer...
Hi,
NASC 2.1 doesn't support WTLS Class 3. Class 1 and Class 2 are however supported.
BR,
Mika / Forum Nokia Developer Support
Hi,
Here comes a brief answers to your questions:
1) Jepp, you need to configure your web server to support JAD (and JAR) files. Follow the tutorial at...
Hi,
You can use JavaScript, but only terminal that currently supports it is Nokia 9210i. It is possible to download a web browser (http://www.reqwireless.com/webviewer.html) for 7650, but as far...
Hi,
You are using IIS/PWS, right? Have you made any modifications into the sample XHTML files? Also, please check out the version of the simulator.
What a kind of MIME type you have for the...
Hi,
Database connection is made in the server side and makes no difference to normal PHP database connection. Your PHP code just needs to output valid WML for the device.
There are plenty of...
Hi,
You could use cookies and actually they are pretty well supported by Nokia phones nowadays. A list of phones that supports cookies can be found at:
www.forum.nokia.com
>>Technologies...
Hi,
You can't save the screen from the NMB itself, but of course you can use "print screen"-button or 3rd party software to take the screenshot. For example Paint Shop Pro has a feature of...
Hey,
Check out following pages:
http://sybyx.sourceforge.net/ (c++ library)
http://www.trantor.de/wbxml/ (java parser)
http://kxml.enhydra.org/index.html...
Hey,
You can identify browser/terminal type from the HTTP user agent field. Some WAP user agents are listed at http://webcab.de/wapua.htm.
Nokia WAP Phones Characteristics document also...
Hey,
Sounds like you haven't add the MIME types of jar/jad files to your webserver. After you have configured your webserver and trying to open the .jad file with the wml-browser, the problem...
Hi,
You are right. The standard does not specify a maximum size for an MMS message. This is done to ensure future interoperability, to avoid the SMS dilemma, where the 160-character limit has been...
Hi,
You can download some sp-midi files over wap from http://www.adamdawes.com/wap.wml and http://ringchoonz.co.uk/wap/default.wmlc. There also might be sp-midis at club nokia...
Hi,
Toolkit doesn't have a function to connect the database directly. You can however write the code manually and test it with NMB.
If you have ever done any server side programming with...
Hi,
Sometimes it may cause some problems, if there is a linefeed character before the XML declaration. So, use:
<% Response.ContentType = "text/vnd.wap.wml" %><?xml version="1.0"?>
Also...
Hi,
For Nokia 3590 the user agent header is not available yet, but for 7210 it is Nokia7210/1.0 (xx.yy).
(where xx.yy is the software version of the phone)
Anyway, you may figure out that the...
Hey,
You can clear the cache manually. With the File Manager, go to Communicator/System/wap/CacheData and delete the cache files. In order to browse the system directory, "Show System Directory"...
Hey,
Well.. in a way, yes. With on-the-phone content preview, you can allow your visitors to listen a preview of your sound file (midi). Unfortunately it's not supported very well yet.
You can...
Hey,
Jepp, 7650 supports UTF-8. US-ASCII and ISO 8859-1 are also supported. What a kind of error message you are getting? Are you using Nokia Activ Server?
So, you are generating .wml pages...
Hi,
The <a> tag needs to be enclosed inside the <p> tag. If you have already done so, I guess you haven't kept the key in down in your handset long enough. It's required to press the key for about...
Hi,
WAP Push services are explained pretty well and some examples given at http://www.thozie.de/english/wap/push.htm.
Some technical information can be found from Push message specification (see...
Hey,
The MSISDN number can be retrieved from a cookie (User-Identity-Forward-msisdn). This requires that your gateway operator has enabled MSISDN forwarding to your IP address.
See more...
Hi,
So, when you open an .asp file to the emulator it works well? However, opening .wml file that has ASP code in it doesn't work, right?
Change the extension of your .wml files to .asp and...
Hey,
I'm afraid there is not such code, but you could try to use &#09;, which is entity number for horizontal tab specified in ISO 8859-1 (Latin 1).
Non-breaking space (&nbsp;) is however...