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

Class Profile

source code

       object --+        
                |        
com_phone.Profile --+    
                    |    
 com_lgvx4400.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_lgvx4400.Profile: GetTargetsForImageOrigin, QueryAudio, convertphonebooktophone, 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 VX6100
  serialsname = 'lgvx6100'
  phone_manufacturer = 'LG Electronics Inc'
  phone_model = 'VX6100'
  WALLPAPER_WIDTH = 132
  WALLPAPER_HEIGHT = 148
  MAX_WALLPAPER_BASENAME_LENGTH = 24
  WALLPAPER_FILENAME_CHARS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefgh...
  WALLPAPER_CONVERT_FORMAT = 'jpg'
  MAX_RINGTONE_BASENAME_LENGTH = 24
  RINGTONE_FILENAME_CHARS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghi...
  ringtoneorigins = ('ringers', 'mms', 'drm')
  excluded_ringtone_origins = ('mms', 'drm')
  imageorigins = {'drm': {'meta-help': 'DRM protected images'}, ...
  imagetargets = {'fullscreen': {'format': 'JPEG', 'height': 160...
  _supportedsyncs = (('phonebook', 'read', None), ('calendar', '...

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

Inherited from com_phone.Profile: autodetect_delay, excluded_wallpaper_origins, field_color_data, 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]

protocolclass

Various descriptions of data specific to LG VX6100

Value:
phones.p_lgvx6100

WALLPAPER_FILENAME_CHARS

Value:
'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_ .'

RINGTONE_FILENAME_CHARS

Value:
'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_ .'

imageorigins

Value:
{'drm': {'meta-help': 'DRM protected images'},
 'images': {'meta-help': 'General images'},
 'mms': {'meta-help': 'Multimedia Messages'}}

imagetargets

Value:
{'fullscreen': {'format': 'JPEG',
                'height': 160,
                'meta-help': 'Fullscreen such as startup screen',
                'width': 128},
 'pictureid': {'format': 'JPEG',
               'height': 148,
               'meta-help': 'Display as picture id for a caller',
               'width': 132},
...

_supportedsyncs

Value:
(('phonebook', 'read', None),
 ('calendar', 'read', None),
 ('wallpaper', 'read', None),
 ('ringtone', 'read', None),
 ('phonebook', 'write', 'OVERWRITE'),
 ('call_history', 'read', None),
 ('sms', 'read', None),
 ('memo', 'read', None),
...