Package phones :: Module com_lgvx11000 :: 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_lgvx8300.Profile --+                    
                                    |                    
                 com_lgvx8500.Profile --+                
                                        |                
                     com_lgvx8550.Profile --+            
                                            |            
                         com_lgvx8800.Profile --+        
                                                |        
                            com_lgvx10000.Profile --+    
                                                    |    
                                 com_lgvx9700.Profile --+
                                                        |
                                                       Profile
Known Subclasses:

Instance Methods [hide private]
 
convertphonebooktophone(self, helper, data)
Converts the data to what will be used by the phone
source code

Inherited from com_lgvx8500.Profile: GetImageOrigins, GetTargetsForImageOrigin, QueryAudio, __init__

Inherited from com_lgvx4400.Profile: 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 VX11000
  serialsname = 'lgvx11000'
  BP_Calendar_Version = 3
  phone_manufacturer = 'LG Electronics Inc'
  phone_model = 'VX11000'
  WALLPAPER_WIDTH = 800
  WALLPAPER_HEIGHT = 480
  ringtoneorigins = ('ringers', 'sounds', 'sounds(sd)', ' music'...
  excluded_ringtone_origins = ('music', 'music(sd)')
  excluded_wallpaper_origins = ('video', 'video(sd)')
  imageorigins = {'images': {'meta-help': 'General images'}, 'im...
  imagetargets = {'outsidelcd': {'format': 'JPEG', 'height': 800...
  _supportedsyncs = (('phonebook', 'read', None), ('calendar', '...
  field_color_data = {'calendar': {'alarm': True, 'allday': Fals...

Inherited from com_lgvx8500.Profile: DIALSTRING_CHARS, MAX_RINGTONE_BASENAME_LENGTH, MAX_WALLPAPER_BASENAME_LENGTH, RINGTONE_FILENAME_CHARS, RINGTONE_LIMITS, WALLPAPER_CONVERT_FORMAT, WALLPAPER_FILENAME_CHARS

Inherited from com_lgvx8100.Profile: bluetooth_mfg_id

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]

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

Class Variable Details [hide private]

protocolclass

Various descriptions of data specific to LG VX11000

Value:
phones.p_lgvx11000

ringtoneorigins

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

imageorigins

Value:
{'images': {'meta-help': 'General images'},
 'images(sd)': {'meta-help': 'General images stored on removable media\
'},
 'picture ids': {'meta-help': 'Images used for contact/group Picture I\
D'},
 'video': {'meta-help': 'Video clips'},
 'video(sd)': {'meta-help': 'Video clips stored on removable media'}}

imagetargets

Value:
{'outsidelcd': {'format': 'JPEG',
                'height': 800,
                'meta-help': 'Display on outside screen',
                'width': 480},
 'pictureid': {'format': 'JPEG',
               'height': 240,
               'meta-help': 'Display as picture id for a caller',
               '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),
 ('calendar', 'write', 'OVERWRITE'),
...

field_color_data

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