Package phones :: Module com_motok1m :: Class Profile
[hide private]
[frames] | no frames]

Class Profile

source code

       object --+                        
                |                        
com_phone.Profile --+                    
                    |                    
     com_etsi.Profile --+                
                        |                
         com_moto.Profile --+            
                            |            
        com_moto_cdma.Profile --+        
                                |        
             com_motov710.Profile --+    
                                    |    
                com_motov710m.Profile --+
                                        |
                                       Profile

Instance Methods [hide private]

Inherited from com_motov710.Profile: GetImageOrigins, GetTargetsForImageOrigin, QueryAudio, __init__, convertphonebooktophone

Inherited from com_phone.Profile: SyncQuery, phonize

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  serialsname = 'motok1m'
  usbids = ((8888, 10852, 1))
  ringtoneorigins = ('ringers', 'sounds')
  excluded_ringtone_origins = ()
  imageorigins = {'images': {'meta-help': 'General images'}}
  excluded_wallpaper_origins = ()
  phone_manufacturer = 'Motorola'
  phone_model = 'K1m'
  common_model_name = 'K1m'
  generic_phone_model = 'Motorola CDMA K1m phone'
  imagetargets = {'fullscreen': {'format': 'JPEG', 'height': 220...
  field_color_data = {'calendar': {'alarm': True, 'allday': Fals...

Inherited from com_motov710m.Profile (private): _supportedsyncs

Inherited from com_motov710.Profile: MAX_WALLPAPER_BASENAME_LENGTH, WALLPAPER_CONVERT_FORMAT, WALLPAPER_FILENAME_CHARS, WALLPAPER_HEIGHT, WALLPAPER_WIDTH, deviceclasses

Inherited from com_moto.Profile: BP_Calendar_Version

Inherited from com_phone.Profile: DIALSTRING_CHARS, MAX_RINGTONE_BASENAME_LENGTH, RINGTONE_FILENAME_CHARS, autodetect_delay, reboot_delay, stockimageorigins, stockimagetargets

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

imagetargets

Value:
{'fullscreen': {'format': 'JPEG',
                'height': 220,
                'meta-help': 'Fullscreen such as startup screen',
                'width': 176},
 'outsidelcd': {'format': 'JPEG',
                'height': 67,
                'meta-help': 'Display on outside screen',
                'width': 96},
...

field_color_data

Value:
{'calendar': {'alarm': True,
              'allday': False,
              'category': False,
              'description': True,
              'end': True,
              'location': True,
              'memo': False,
              'priority': False,
...