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

Class Profile

source code

            object --+        
                     |        
     com_phone.Profile --+    
                         |    
com_samsungscha950.Profile --+
                             |
                            Profile

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

Inherited from com_samsungscha950.Profile: GetTargetsForImageOrigin, QueryAudio, 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 = 'scha870'
  WALLPAPER_WIDTH = 128
  WALLPAPER_HEIGHT = 160
  phone_manufacturer = 'SAMSUNG'
  phone_model = 'SCH-A870/187'
  autodetect_delay = 5
  RINGTONE_LIMITS = {'MAXSIZE': 290000}
  ringtoneorigins = ('ringers', 'sounds')
  excluded_ringtone_origins = ()
  imageorigins = {}
  imagetargets = {'fullscreen': {'format': 'JPEG', 'height': 160...
  _supportedsyncs = (('phonebook', 'read', None), ('phonebook', ...

Inherited from com_samsungscha950.Profile: BP_Calendar_Version, RINGTONE_FILENAME_CHARS, WALLPAPER_FILENAME_CHARS, deviceclasses, field_color_data, usbids

Inherited from com_phone.Profile: DIALSTRING_CHARS, MAX_RINGTONE_BASENAME_LENGTH, MAX_WALLPAPER_BASENAME_LENGTH, WALLPAPER_CONVERT_FORMAT, excluded_wallpaper_origins, reboot_delay, stockimageorigins, stockimagetargets

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

GetImageOrigins(self)

source code 
Overrides: com_phone.Profile.GetImageOrigins

__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]

imagetargets

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

_supportedsyncs

Value:
(('phonebook', 'read', None),
 ('phonebook', 'write', 'OVERWRITE'),
 ('calendar', 'read', None),
 ('calendar', 'write', 'OVERWRITE'),
 ('ringtone', 'read', None),
 ('ringtone', 'write', 'MERGE'),
 ('wallpaper', 'read', None),
 ('wallpaper', 'write', 'MERGE'),
...