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

Class Profile

source code

       object --+                        
                |                        
com_phone.Profile --+                    
                    |                    
    com_sanyo.Profile --+                
                        |                
   com_sanyonewer.Profile --+            
                            |            
        com_sanyo8300.Profile --+        
                                |        
            com_sanyo3100.Profile --+    
                                    |    
                com_sanyo6600.Profile --+
                                        |
                                       Profile
Known Subclasses:

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

Inherited from com_sanyo6600.Profile: convertphonebooktophone, normalisegroups

Inherited from com_sanyo6600.Profile (private): _getgroup

Inherited from com_phone.Profile: GetImageOrigins, GetTargetsForImageOrigin, QueryAudio, SyncQuery, phonize

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

Class Variables [hide private]
  protocolclass
Various descriptions of data specific to Sanyo SCP-7050
  serialsname = 'scp7050'
  phone_manufacturer = 'SANYO'
  phone_model = 'SCP7050'
  usbids = ((1140, 1859, 2))
  deviceclasses = ('serial')
  _supportedsyncs = (('phonebook', 'read', None), ('phonebook', ...

Inherited from com_sanyo8300.Profile: WALLPAPER_HEIGHT, WALLPAPER_WIDTH

Inherited from com_sanyonewer.Profile: OVERSIZE_PERCENTAGE

Inherited from com_sanyo.Profile: BP_Calendar_Version, MAX_RINGTONE_BASENAME_LENGTH, MAX_WALLPAPER_BASENAME_LENGTH, RINGTONE_FILENAME_CHARS, WALLPAPER_CONVERT_FORMAT, WALLPAPER_FILENAME_CHARS

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

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)

Class Variable Details [hide private]

protocolclass

Various descriptions of data specific to Sanyo SCP-7050

Value:
phones.p_sanyo7050

_supportedsyncs

Value:
(('phonebook', 'read', None),
 ('phonebook', 'write', 'OVERWRITE'),
 ('wallpaper', 'read', None),
 ('ringtone', 'read', None),
 ('call_history', 'read', None),
 ('sms', 'read', None),
 ('todo', 'read', None))