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

Class Profile

source code

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

Instance Methods [hide private]

Inherited from com_lgvx4400.Profile: GetImageOrigins, GetTargetsForImageOrigin, QueryAudio, __init__, 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 6190 (Sprint)
  serialsname = 'lg6190'
  BP_Calendar_Version = 3
  phone_manufacturer = 'LG Electronics Inc'
  phone_model = 'lg6190'
  brew_required = True
  RINGTONE_LIMITS = {'MAXSIZE': 250000}
  WALLPAPER_WIDTH = 160
  WALLPAPER_HEIGHT = 120
  MAX_WALLPAPER_BASENAME_LENGTH = 30
  WALLPAPER_FILENAME_CHARS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefgh...
  WALLPAPER_CONVERT_FORMAT = 'jpg'
  MAX_RINGTONE_BASENAME_LENGTH = 30
  RINGTONE_FILENAME_CHARS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghi...
  DIALSTRING_CHARS = "[^0-9PT#*]"
  imagetargets = {'wallpaper': {'format': 'JPEG', 'height': 160,...
  _supportedsyncs = (('phonebook', 'read', None), ('calendar', '...
  field_color_data = {'calendar': {'alarm': True, 'allday': True...

Inherited from com_lgvx4400.Profile: deviceclasses, imageorigins, usbids, usbids_straight, usbids_usbtoserial

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

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

protocolclass

Various descriptions of data specific to LG 6190 (Sprint)

Value:
phones.p_lglg6190

WALLPAPER_FILENAME_CHARS

Value:
'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789.'

RINGTONE_FILENAME_CHARS

Value:
'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789.'

imagetargets

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

_supportedsyncs

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

field_color_data

Value:
{'calendar': {'alarm': True,
              'allday': True,
              'category': False,
              'description': True,
              'end': True,
              'location': False,
              'memo': False,
              'priority': False,
...