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

Class Profile

source code

       object --+                
                |                
com_phone.Profile --+            
                    |            
     com_etsi.Profile --+        
                        |        
         com_moto.Profile --+    
                            |    
         com_moto_gsm.Profile --+
                                |
                               Profile

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
GetImageOrigins(self) source code
 
GetTargetsForImageOrigin(self, origin) source code

Inherited from com_phone.Profile: QueryAudio, SyncQuery, phonize

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

Class Variables [hide private]
  serialsname = 'motov3t'
  WALLPAPER_WIDTH = 176
  WALLPAPER_HEIGHT = 220
  MAX_WALLPAPER_BASENAME_LENGTH = 37
  WALLPAPER_FILENAME_CHARS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefgh...
  WALLPAPER_CONVERT_FORMAT = 'jpg'
  usbids = ((8888, 18690, 1))
  deviceclasses = ('modem')
  phone_manufacturer = 'Motorola'
  phone_model = 'V3t '
  common_model_name = 'V710'
  generic_phone_model = 'Motorola CDMA v710 Phone'
  imageorigins = {'images': {'meta-help': 'General images'}}
  imagetargets = {'fullscreen': {'format': 'JPEG', 'height': 220...

Inherited from com_moto.Profile: BP_Calendar_Version

Inherited from com_phone.Profile: DIALSTRING_CHARS, MAX_RINGTONE_BASENAME_LENGTH, RINGTONE_FILENAME_CHARS, autodetect_delay, excluded_ringtone_origins, excluded_wallpaper_origins, field_color_data, reboot_delay, ringtoneorigins, stockimageorigins, stockimagetargets

Inherited from com_phone.Profile (private): _supportedsyncs

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

GetImageOrigins(self)

source code 
Overrides: com_phone.Profile.GetImageOrigins

GetTargetsForImageOrigin(self, origin)

source code 
Overrides: com_phone.Profile.GetTargetsForImageOrigin

Class Variable Details [hide private]

WALLPAPER_FILENAME_CHARS

Value:
'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789()_ .-'

imagetargets

Value:
{'fullscreen': {'format': 'JPEG',
                'height': 220,
                'meta-help': 'Fullscreen such as startup screen',
                'width': 176},
 'wallpaper': {'format': 'JPEG',
               'height': 200,
               'meta-help': 'Display as wallpaper',
               'width': 176}}