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

Class Profile

source code

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

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

Inherited from com_phone.Profile: GetImageOrigins, GetTargetsForImageOrigin, QueryAudio, SyncQuery, __init__, phonize

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

Class Variables [hide private]
  serialsname = 'lgtm520'
  WALLPAPER_WIDTH = 100
  WALLPAPER_HEIGHT = 100
  MAX_WALLPAPER_BASENAME_LENGTH = 19
  MAX_RINGTONE_BASENAME_LENGTH = 19
  WALLPAPER_FILENAME_CHARS = "abcdefghijklmnopqrstuvwxyz01234567...
  RINGTONE_FILENAME_CHARS = "abcdefghijklmnopqrstuvwxyz012345678...
  WALLPAPER_CONVERT_FORMAT = "bmp"
  usbids = ()
  deviceclasses = ('serial')
  _supportedsyncs = (('phonebook', 'read', None), ('calendar', '...

Inherited from com_phone.Profile: BP_Calendar_Version, DIALSTRING_CHARS, autodetect_delay, excluded_ringtone_origins, excluded_wallpaper_origins, field_color_data, imageorigins, reboot_delay, ringtoneorigins, stockimageorigins, stockimagetargets

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

WALLPAPER_FILENAME_CHARS

Value:
"abcdefghijklmnopqrstuvwxyz0123456789 ."

RINGTONE_FILENAME_CHARS

Value:
"abcdefghijklmnopqrstuvwxyz0123456789 ."

_supportedsyncs

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