Hi,
I have Nokia 7650. The mobile is connected to computer through IrDA. I have successfully sent an SMS message from computer using AT commands. Now I have an image stored on my computer. I want to send that image to another mobile as an MMS message. I have not found any way to do it from my computer.
Please help me in this regard.
Imtiaz
You can download the image file over Irda or Bluetooth to your phone using PC Suite on the computer. Then make an MMS in your phone and insert the image file to the MMS and send it to another phone.
Br,
M Forum Nokia Developer Support
Thanks for your help
I want to send MMS through computer directly using Nokia phone without touching the handset.
I am able to send SMS from computer but not MMS using AT commands. Does Nokia provide any AT command to send MMS or any other mean?
Imtiaz
Hi,
I want to send MMS through computer directly using Nokia phone connected to computer via IrDA ( without touching the Nokia handset ).
I am able to send SMS ( using AT commands ) from computer but not MMS . Does Nokia provide any AT command set to send MMS or any other mean to do so?
Imtiaz
There is no such a AT commands for MMS messaging. I have seen some 3rd party software for this purpose. Please, Have a look to some of the older postings in this forum.
Teemu / Forum Nokia
400 Bad Request - Check you're spelling for the requested URL
2004-06-30, 08:49#7
I mean I need to code a program that can send MMS from PC to handphone with using a GPRS modem. I've tried to use Nokia MMS java Library to compose the MMS and jWAp to send it.
I've successfully connected to the WAP gateway but when I tried to post my MMS, I do not know in which format I have to send it. I tried to send the WSP headers in txt form but I got below error instead. Can you help me in solving the problem?
Starting application C:\Documents and Settings\Administrator\My Documents\examples\CWapPostExample.class
connecting to WAP gateway /165.21.42.84
connected to WAP gateway /165.21.42.84
sending data (WSP POST)
- decodeContentType: parameter decoding not yet supported
- 'Content-Language': Header decoding not yet implemented :-(
Response Content Type: application/vnd.wap.xhtml+xml
[B@147ee05
disconnecting from WAP gateway /165.21.42.84
disconnected from WAP gateway /165.21.42.84
Interactive Session Ended
the response from the WAP gateway
<?xml version='1.0'?>
<!DOCTYPE html PUBLIC '-//WAPFORUM//DTD XHTML Mobile 1.0//EN'
'http://www.wapforum.org/DTD/xhtml-mobile10.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>The request failed</title>
</head>
<body>
<p><big>The request is not understood.</big></p>
<p>
<i>Technical description:</i><br/>400 Bad Request - Check you're spelling for the requested URL.</p>
</body>
</html>
I have succeeded in sending PC to handphone.
The error is because I put the wrong url.
If anyone wants to know more, pls contact me maybe I can help u.
My email : widiyantosg@yahoo.com.sg