Package phones :: Module com_lgvi5225 :: 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
 
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, 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 VI5225
  serialsname = 'lgvi5225'
  phone_manufacturer = 'LG Electronics Inc'
  phone_model = 'LG-LX5400V'
  usbids_straight = 0x1004, 0x6000, 2,
  usbids_usbtoserial = ((1659, 8963, None), (1027, 24577, None),...
  usbids = ((4100, 24576, 2), (1659, 8963, None), (1027, 24577, ...
  WALLPAPER_WIDTH = 120
  WALLPAPER_HEIGHT = 131
  MAX_WALLPAPER_BASENAME_LENGTH = 32
  WALLPAPER_FILENAME_CHARS = '_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefg...
  WALLPAPER_CONVERT_FORMAT = "bmp"
  MAX_RINGTONE_BASENAME_LENGTH = 32
  RINGTONE_FILENAME_CHARS = '_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefgh...
  imageorigins = {'drm': {'meta-help': 'DRM protected images'}, ...
  ringtoneorigins = ('ringers', 'mms', 'drm')
  excluded_ringtone_origins = ('mms', 'drm')
  excluded_wallpaper_origins = ('mms', 'drm')
  imagetargets = {'wallpaper': {'format': 'BMP', 'height': 131, ...
  _supportedsyncs = (('phonebook', 'read', None), ('phonebook', ...

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

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

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 VI5225

Value:
phones.p_lgvi5225

usbids_usbtoserial

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

usbids

Value:
((4100, 24576, 2),
 (1659, 8963, None),
 (1027, 24577, None),
 (1841, 8195, None),
 (25927, 562, None))

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:
{'wallpaper': {'format': 'BMP',
               'height': 131,
               'meta-help': 'Display as wallpaper',
               'width': 120}}

_supportedsyncs

Value:
(('phonebook', 'read', None), ('phonebook', 'write', 'OVERWRITE'))