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

Class Profile

source code

       object --+                    
                |                    
com_phone.Profile --+                
                    |                
 com_lgvx4400.Profile --+            
                        |            
     com_lgvx7000.Profile --+        
                            |        
         com_lgvx8100.Profile --+    
                                |    
             com_lgvx9800.Profile --+
                                    |
                                   Profile

Instance Methods [hide private]
 
GetImageOrigins(self) source code
 
GetTargetsForImageOrigin(self, origin) source code

Inherited from com_lgvx9800.Profile: __init__

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 VX9900
  serialsname = 'lgvx9900'
  BP_Calendar_Version = 3
  phone_manufacturer = 'LG Electronics Inc'
  phone_model = 'VX9900'
  WALLPAPER_WIDTH = 320
  WALLPAPER_HEIGHT = 256
  imageorigins = {'images': {'meta-help': 'General images'}, 'im...
  ringtoneorigins = ('ringers', 'sounds', 'sounds(sd)', ' music'...
  excluded_ringtone_origins = ('sounds', 'sounds(sd)', 'music', ...
  imagetargets = {'outsidelcd': {'format': 'JPEG', 'height': 99,...
  _supportedsyncs = (('phonebook', 'read', None), ('calendar', '...

Inherited from com_lgvx9800.Profile: DIALSTRING_CHARS, MAX_RINGTONE_BASENAME_LENGTH, MAX_WALLPAPER_BASENAME_LENGTH, RINGTONE_FILENAME_CHARS, WALLPAPER_CONVERT_FORMAT, WALLPAPER_FILENAME_CHARS, bluetooth_mfg_id, excluded_wallpaper_origins

Inherited from com_lgvx8100.Profile: field_color_data

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

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

Class Variable Details [hide private]

protocolclass

Various descriptions of data specific to LG VX9900

Value:
phones.p_lgvx9900

imageorigins

Value:
{'images': {'meta-help': 'General images'},
 'images(sd)': {'meta-help': 'General images stored on removable media\
'},
 'video': {'meta-help': 'Video clips'},
 'video(sd)': {'meta-help': 'Video clips stored on removable media'}}

ringtoneorigins

Value:
('ringers', 'sounds', 'sounds(sd)', ' music', 'music(sd)')

excluded_ringtone_origins

Value:
('sounds', 'sounds(sd)', 'music', 'music(sd)')

imagetargets

Value:
{'outsidelcd': {'format': 'JPEG',
                'height': 99,
                'meta-help': 'Display on outside screen',
                'width': 160},
 'wallpaper': {'format': 'JPEG',
               'height': 204,
               'meta-help': 'Display as wallpaper',
               'width': 320}}

_supportedsyncs

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