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

Class Profile

source code

       object --+        
                |        
com_phone.Profile --+    
                    |    
     com_etsi.Profile --+
                        |
                       Profile
Known Subclasses:

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
 
convertphonebooktophone(self, helper, data) source code

Inherited from com_phone.Profile: QueryAudio, SyncQuery, phonize

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  serialsname = 'lgg4015'
  WALLPAPER_WIDTH = 128
  WALLPAPER_HEIGHT = 128
  MAX_WALLPAPER_BASENAME_LENGTH = 19
  WALLPAPER_FILENAME_CHARS = 'abcdefghijklmnopqrstuvwxyz01234567...
  WALLPAPER_CONVERT_FORMAT = 'jpg'
  MAX_RINGTONE_BASENAME_LENGTH = 19
  RINGTONE_FILENAME_CHARS = 'abcdefghijklmnopqrstuvwxyz012345678...
  RINGTONE_LIMITS = {'MAXSIZE': 20480}
  phone_manufacturer = 'LGE'
  phone_model = 'G4015'
  usbids = ((4267, 4293, 1))
  deviceclasses = ('serial')
  imageorigins = {'images': {'meta-help': 'General images'}}
  imagetargets = {'wallpaper': {'format': 'JPEG', 'height': 128,...
  _supportedsyncs = (('phonebook', 'read', None), ('phonebook', ...

Inherited from com_etsi.Profile: BP_Calendar_Version

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

WALLPAPER_FILENAME_CHARS

Value:
'abcdefghijklmnopqrstuvwxyz0123456789_ .'

RINGTONE_FILENAME_CHARS

Value:
'abcdefghijklmnopqrstuvwxyz0123456789_ .'

imagetargets

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

_supportedsyncs

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