File: qualcomm-pmd-cmx.txt

package info (click to toggle)
bitpim 1.0.7%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 31,384 kB
  • sloc: python: 267,746; cpp: 2,076; perl: 600; ansic: 409; sh: 226; makefile: 152; sed: 1
file content (33 lines) | stat: -rw-r--r-- 1,098 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
From a google of "cmx pmd mime"

http://www.sprintdevelopers.com/posts14-viewnext.html

Techie note. The Qualcomm CMX files are of the MIME type "application/x-pmd"
------------------------------------------------------

http://web.ics.purdue.edu/~butta/vision.html

MIME types for some common media files are:
 MID: audio/midi
  JPG: image/jpeg
  TXT: text/plain
  QCP: audio/vnd.qcelp
 JAD: text/vnd.sun.j2me.app-descriptor
 JAR: application/java-archive
 PNG: image/png
  PMD: application/x-pmd
 WBMP: image/vnd.wap.wbmp
------------------------------------------------------

http://www.howardforums.com/showthread.php?s=&threadid=240925

MIME file info for an apache server(all SprintPCS MIME types)
 
 AddType text/x-pcs-gcd gcd //GCD file
 AddType audio/vnd.qcelp qcp //Qualcomm Purevoice files
 AddType text/vnd.sun.j2me.app-descriptor jad //Java file descriptor
 AddType application/java-archive jar //Compiled J2ME code
 AddType application/x-pmd pmd //Animated Qualcomm file
 AddType application/x-pmd cmx //Animated Qualcomm file
------------------------------------------------------