문제

Im using Tracfone T301G for testing and File not supported message pop up every time I attempt to download any file in WAP server even image file.

I tried around 5 more application, JPG file and PNG file. Nothing works.

Please advise what I can do for testing my application on the phone before submission.

도움이 되었습니까?

해결책

Some phones are very picky when it comes to file downloads and OTA installs. For these phones, a file having a .jad extension is not enough for the phone to accept it as an actually jad file. They require correct mime-types for the file extension before accepting it.

So you have to add/edit server settings, to add mime-types for the filetypes you which to be able to download/install.

Here are some examples for mime-types:

.jar application/java-archive
.jad text/vnd.sun.j2me.app-descriptor
.mmf application/vnd.smaf
.nth application/vnd.nok-s40theme
.png image/png
.class application/java-vm
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top