GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > GSM & CDMA Phones / Tablets Software & Hardware Area > Various > Panasonic

Panasonic Panasonic-News...

Reply
 
LinkBack Thread Tools Display Modes
Old 04-08-2004, 19:49   #1 (permalink)
Junior Member
 
Join Date: Apr 2004
Posts: 8
Member: 61125
Status: Offline
Thanks Meter: 0
Question Panasonic G51 Ringtone Size?


I have a panasonic G51 set up with gprs wap access. I am running Microsoft IIS to host a simple wap site used to transfer images and ringtones to the phone. The wap site works fine and I can transfer images to the phone. The problem is that whenever I try to download a ringtone (*.mmf) I get the following:
"Error: Document too large"

I am aware that there is a 30 kB max file size. I get the error message with files of 10kB. I have also added the following mime setting in IIS:
application/vnd.smaf

I was wondering is there some wml code I need to add that tells the phone the size of the file?
  Reply With Quote
Old 04-09-2004, 09:32   #2 (permalink)
Junior Member
 
Join Date: Mar 2004
Location: Gothenburg, Sweden
Age: 54
Posts: 24
Member: 58990
Status: Offline
Thanks Meter: 0
Thumbs up

Quote:
Originally Posted by not_howard
"Error: Document too large"
I am aware that there is a 30 kB max file size. I get the error message with files of 10kB. I have also added the following mime setting in IIS:
application/vnd.smafI was wondering is there some wml code I need to add that tells the phone the size of the file?
__________________________________________________ _

I did exactly the same. And got exactly the same problems.
Then I tried minimizing the total size of the wml-document
and suddenly it worked to download ringtones <30kb.
Btw....I've added alot of different mime-caracters to the
document, just in case. Here they all are:

.gif = image/gif
.jpg = image/jpg
.mid = audio/midi
.au = audio/basic
.snd = audio/basic
.bmp = image/bmp
.wav = audio/x-wav
.hdml = text/x-hdml
.pcm = audio/32kadpcm
.qcelp = audio/vnd.qcelp
.wml = text/vnd.wap.wml
.mmf = application/vnd.smaf
.wbmp = image/vnd.wap.wbmp
.wmls = text/vnd.wap.wmlscript
.wmlc = application/vnd.wap.wmlc
.wmlsc = application/vnd.wap.wmlscript

Keep trying, I know it worked for me.....

/Televinken
  Reply With Quote
Old 04-09-2004, 19:43   #3 (permalink)
Junior Member
 
Join Date: Apr 2004
Posts: 8
Member: 61125
Status: Offline
Thanks Meter: 0
Could you post your wml code? Here's mine:

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd" >
<wml>
<card>
<p><a href="ahello.mmf">MMF</a></p>
</card>
</wml>
  Reply With Quote
Old 04-09-2004, 20:53   #4 (permalink)
Junior Member
 
Join Date: Mar 2004
Location: Gothenburg, Sweden
Age: 54
Posts: 24
Member: 58990
Status: Offline
Thanks Meter: 0
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="MainCard" title="Televink-wappen">
<img src="televink.gif" alt=" "/>
<do type="accept" label="Pictures">
<go href="pictures.wml"/>
</do>
<do type="accept" label="Ringtones">
<go href="ringtones.wml"/>
</do>
</card>
</wml>
  Reply With Quote
Old 04-10-2004, 00:04   #5 (permalink)
Junior Member
 
Join Date: Apr 2004
Posts: 8
Member: 61125
Status: Offline
Thanks Meter: 0
Could I see the code for "ringtones.wml"
  Reply With Quote
Old 04-10-2004, 21:23   #6 (permalink)
Junior Member
 
Join Date: Mar 2004
Location: Gothenburg, Sweden
Age: 54
Posts: 24
Member: 58990
Status: Offline
Thanks Meter: 0
Thumbs up

<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">

<wml>

<card id="ringtones.wml" title="Ringtones">

<do type="accept" label="*******">
<go href="*******song.mmf"/>
</do>

<do type="accept" label="Rape">
<go href="rapesong.mmf"/>
</do>

</card>

</wml>


/Televinken
  Reply With Quote
Old 04-11-2004, 05:46   #7 (permalink)
Junior Member
 
Join Date: Apr 2004
Posts: 8
Member: 61125
Status: Offline
Thanks Meter: 0
Thanks for posting the code. I tried it and it still didn't work... I'm still getting the "Document too large" message. The wml document is 1kB, and the mmf document is 8 kB. Help!

The same thing happens with Midi files.

I've also tried using Apache, but no luck.
  Reply With Quote
Old 04-11-2004, 10:09   #8 (permalink)
Junior Member
 
Join Date: Mar 2004
Location: Gothenburg, Sweden
Age: 54
Posts: 24
Member: 58990
Status: Offline
Thanks Meter: 0
Sorry it didn't work out well for you. It works fine for me with
the code above. However, when a friend of mine try to access
the wap-page, he just gets the message;unrecognized fileformat.
He uses a Nokia 6820, but I don't know if that's the problem.
But hey, why don't you try my wap-site, & see how it goes?
Pm me in private, so I can give you the address.

/Televinken
  Reply With Quote
Old 04-13-2004, 18:47   #9 (permalink)
Junior Member
 
Join Date: Apr 2004
Posts: 8
Member: 61125
Status: Offline
Thanks Meter: 0
Update: I tried downloading some ringtones from tagtag.com, with no luck. Now I'm wondering if maybe the phone memory is full. Is there any way to check?
  Reply With Quote
Old 04-13-2004, 19:26   #10 (permalink)
Junior Member
 
Join Date: Mar 2004
Location: Gothenburg, Sweden
Age: 54
Posts: 24
Member: 58990
Status: Offline
Thanks Meter: 0
Thumbs up

Sure is. Don't ya have the manual, dude..?
Menu -> Applications -> Sound/Pic folder ->
Memory status.......then you're done....

/Televinken
  Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
thread Thread Starter Forum Replies Last Post
panasonic G51 phone lock code needed! orefice.matteo Phone Unlocking Codes & Maps 22 10-21-2004 06:48
***PANASONIC G51 - How to Unlock this phone ?*** FuriouS TeaM Panasonic 48 07-11-2004 13:55
*****All Nec Code Reader + Panasonic G51 Calc + Panasonic G60 = 200 Euros **ZONEGSM** FuriouS TeaM Main Sales Section 0 06-18-2004 11:23
phonecode locked panasonic G51 Ibran Panasonic 0 04-06-2004 19:30
Panasonic g51/x66/g70 org software yungcable Wanted Products 0 03-02-2004 21:52

 



All times are GMT +1. The time now is 09:35.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.17161 seconds with 9 queries

SEO by vBSEO