Labs/Joey/phoneSchema: Difference between revisions

From MozillaWiki
< Labs‎ | Joey
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
*Screen Size (x,y)
*Screen Size (x,y)
**In terms of pixes, how big the viewable area of the screen is.
**In terms of pixes, how big the viewable area of the screen is.
*Color depth
**How many colors the screen supports


*Touch screen
*Touch screen
Line 21: Line 24:
*Java
*Java
**What version of Java is installed
**What version of Java is installed
*Java PUSH
**Whether the device supports WAP PUSH to Java apps
*Java platform API
**whether we can count on the Java app to open browser and other apps
*Java Personal Profile
**whether the Java app has access to the native address book (e.g., send a map to a contact's location to mobile)


*MMS
*MMS
**Does this phone support MMS
**Does this phone support MMS


*Network Type (GPRS, EDGE, G3)
*Network Type (GPRS, EDGE, Wifi, 3G)
**What type of network does the user have access to
**What type of network does the user have access to (perhaps this should be in the operators table)
 
*Video resolution (x, y)
** video resolution is different from screen
 
*Java video resolution (x, y)
** video resolution in Java might be even smaller
 
*Full screen video
** whether the device supports full screen video playback
 
*Streaming support
** whether the device supports streaming

Revision as of 05:28, 15 March 2007

Proposed Fields

  • device name
    • The name of the device. Should be unique. For example TMobile Dash, HTC S620.
  • has camera
    • Boolean. Does this device have a camera on it.
  • Screen Size (x,y)
    • In terms of pixes, how big the viewable area of the screen is.
  • Color depth
    • How many colors the screen supports
  • Touch screen
    • Does this device have a touch screen or does it not.
  • Full Keyboard
    • Does this device have a full keyboard
  • video player extension
    • What extension should we send down when sending video for download.
  • Java
    • What version of Java is installed
  • Java PUSH
    • Whether the device supports WAP PUSH to Java apps
  • Java platform API
    • whether we can count on the Java app to open browser and other apps
  • Java Personal Profile
    • whether the Java app has access to the native address book (e.g., send a map to a contact's location to mobile)
  • MMS
    • Does this phone support MMS
  • Network Type (GPRS, EDGE, Wifi, 3G)
    • What type of network does the user have access to (perhaps this should be in the operators table)
  • Video resolution (x, y)
    • video resolution is different from screen
  • Java video resolution (x, y)
    • video resolution in Java might be even smaller
  • Full screen video
    • whether the device supports full screen video playback
  • Streaming support
    • whether the device supports streaming