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

Class Profile

source code

            object --+        
                     |        
     com_phone.Profile --+    
                         |    
com_samsung_packet.Profile --+
                             |
                            Profile

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
convertphonebooktophone(self, helper, data)
Converts the data to what will be used by the phone
source code

Inherited from com_samsung_packet.Profile: normalisegroups, phonize

Inherited from com_samsung_packet.Profile (private): _getgroup

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

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

Class Variables [hide private]
  protocolclass
  serialsname = 'spha790'
  phone_manufacturer = 'SAMSUNG'
  phone_model = 'SPH-A790/118'
  WALLPAPER_WIDTH = 176
  WALLPAPER_HEIGHT = 220
  _supportedsyncs = (('phonebook', 'read', None), ('wallpaper', ...

Inherited from com_samsung_packet.Profile: BP_Calendar_Version, MAX_RINGTONE_BASENAME_LENGTH, MAX_WALLPAPER_BASENAME_LENGTH, OVERSIZE_PERCENTAGE, RINGTONE_FILENAME_CHARS, WALLPAPER_CONVERT_FORMAT, WALLPAPER_FILENAME_CHARS, deviceclasses, usbids

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)

convertphonebooktophone(self, helper, data)

source code 

Converts the data to what will be used by the phone

Parameters:
  • data - contains the dict returned by getfundamentals as well as where the results go
Overrides: com_samsung_packet.Profile.convertphonebooktophone
(inherited documentation)

Class Variable Details [hide private]

protocolclass

Value:
phones.p_samsungspha790

_supportedsyncs

Value:
(('phonebook', 'read', None), ('wallpaper', 'read', None))