Link to home
Start Free TrialLog in
Avatar of Flash5
Flash5

asked on

Wap download (midi) error in motorola C650

The error is:
Requested page cannot be displayed

I have set the mime type in apache server
httpd.conf
AddType text/vnd.sun.j2me.app-descriptor jad
AddType application/java-archive jar
AddType text/vnd.wap.wml wml
AddType audio/midi mid

The download midi is work fine in sony ericsson T610.
Anyone know what is the problem on motorola C650?

thanks
Avatar of aspmaestro
aspmaestro
Flag of India image

can u write the url here .. ill try it on my motorola
Avatar of Flash5
Flash5

ASKER

I m getting the "Request Timed out" message on my motorola... may be my network problem at present. will be checking ur link after some time ...

u said your problem is downloading the midi from ur site.... what happens when downloading some midi file from other download sites? is it working fine?

try to download midi from http://wap.ring-tones.us and tell me what the result.
SOLUTION
Avatar of aspmaestro
aspmaestro
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Flash5

ASKER

If you have an Apache web server, you need to create or edit an ".htaccess"
file for your web page root directory.
what is root directory?

Actually i already have an ".htaccess" file locate at /var/www and my jsp and mid file is locate at /var/www/wap.

.htaccess
AddType text/vnd.sun.j2me.app-descriptor jad
AddType application/java-archive jar
AddType text/vnd.wap.wml wml
AddType audio/amr amr
AddType audio/midi mid
AddType audio/midi midi
AddType application/vnd.Nokie.ringing-tone rng
AddType application/vnd.symbian.install sis
AddType application/vnd.wap.wmlc wmlc
AddType text/vnd.wap.wmlscript wmls
AddType text/vnd.wap.wmlscript wmlsc
AddType application/vnd.wap.sic sic
AddType text/vnd.wap.si si
AddType text/vnd.wap.sl sl
AddType application/vnd.wap.slc slc
AddType text/x-vCalendar vcs
AddType text/v-vCard vcf
AddType application/vnd.nokia.gamedata nqd
AddType application/x-nokiagamedata ngd
AddType image/jpeg jpg
AddType image/gif gif
AddType image/vnd.wap.wmbp wbmp
AddType image/x-bmp bmp
AddType image/x-epoc-mbm mbm
AddType image/vnd.nok-3dscreensaver n3a
AddType text/x-co-desc cod
AddType image/vnd.nok-oplogo-colornokia-op-logo nok
AddType application/x-pmd .pmd
AddType audio/vnd.qcelp .qcp
AddType application/x-smaf .mmf
AddType application/vnd.eri.thm thm
AddType application/vnd.mophun.application mpn
AddType application/vnd.mophun.certificate mpc
AddType application/mtf mtf
AddType application/vnd.wap.mms-message .mms
test with a different mid file.

I am saying this because SE supports 32 polytones, while your MOTO supports 24 polytones, may this is the reason.

-bhpr
Were you able to download tones from  http://wap.ring-tones.us successfully?

I m able to dnload from this site to my motorola
Flash5: I uploaded one your midi files (Jian_Chi_Dao_Di.mid) to my server and im very well able to download that. So I dont think there is problem in the midi.

Are you able to access/dnload http://203.88.140.231/ring/jian.mid from your motorola?

Then there is only one probability of error is of mime type.

check mime type of your content-server.

-bhpr
Check with setting this content type of your page

<%@ page language="java" contentType="text/vnd.wap.wml" %>


-bhpr
Flash5: were you able to download the file from above mentioned urls?
if ur question is for me,
Sorry i donot have any motorola phone.

I have uploaded one of the midi to this location..

http://www.bhprin.com/wap/moto.php

r u able to access/downlaod?

-bhpr
Avatar of Flash5

ASKER

>> http://203.88.140.231/ring/jian.mid
Page Cannot Be Found.

>> http://www.bhprin.com/wap/moto.php
File Type Not Recognised.
Avatar of Flash5

ASKER

>> http://www.positivecomsol.com/waptest/moto.php

Same error:
File Type Not Recognised.
>>http://www.moceansms.com/wap/demo.jsp

R u able to access ur page.

and next
>>Were you able to download tones from  http://wap.ring-tones.us successfully?

???

-bhpr
Avatar of Flash5

ASKER

>> http://wap.ring-tones.us
I didn't try on this website.

>> http://www.moceansms.com/wap/demo.jsp
Currently i cannot access it and I also don't know why, because i change a lot of setting in apache.

thanks
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial