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

Class Profile

source code

       object --+        
                |        
com_phone.Profile --+    
                    |    
 com_lgvx4400.Profile --+
                        |
                       Profile

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

Inherited from com_lgvx4400.Profile: QueryAudio, normalisegroups

Inherited from com_lgvx4400.Profile (private): _getgroup

Inherited from com_phone.Profile: 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 LG VX3200
  serialsname = 'lgvx3200'
  phone_manufacturer = 'LG Electronics Inc.'
  phone_model = 'VX3200 107'
  usbids = ((1659, 8963, None), (1027, 24577, None), (1841, 8195...
  _supportedsyncs = (('phonebook', 'read', None), ('calendar', '...
  WALLPAPER_WIDTH = 128
  WALLPAPER_HEIGHT = 128
  MAX_WALLPAPER_BASENAME_LENGTH = 19
  WALLPAPER_FILENAME_CHARS = "abcdefghijklmnopqrstuvwxyz01234567...
  WALLPAPER_CONVERT_FORMAT = "bmp"
  MAX_RINGTONE_BASENAME_LENGTH = 19
  RINGTONE_FILENAME_CHARS = 'abcdefghijklmnopqrstuvxwyz012345678...
  imageorigins = {}
  imagetargets = {'wallpaper': {'format': 'BMP', 'height': 128, ...

Inherited from com_lgvx4400.Profile: BP_Calendar_Version, DIALSTRING_CHARS, brew_required, deviceclasses, usbids_straight, usbids_usbtoserial

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

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_lgvx4400.Profile.convertphonebooktophone

GetImageOrigins(self)

source code 
Overrides: com_phone.Profile.GetImageOrigins

GetTargetsForImageOrigin(self, origin)

source code 
Overrides: com_phone.Profile.GetTargetsForImageOrigin

__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 LG VX3200

Value:
phones.p_lgvx3200

usbids

Value:
((1659, 8963, None), (1027, 24577, None), (1841, 8195, None))

_supportedsyncs

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

WALLPAPER_FILENAME_CHARS

Value:
"abcdefghijklmnopqrstuvwxyz0123456789 ."

RINGTONE_FILENAME_CHARS

Value:
'abcdefghijklmnopqrstuvxwyz0123456789 .'

imagetargets

Value:
{'wallpaper': {'format': 'BMP',
               'height': 128,
               'meta-help': 'Display as wallpaper',
               'width': 128}}