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

Type Profile

object --+        
         |        
   Profile --+    
             |    
       Profile --+
                 |
                Profile


Method Summary
  __init__(self)
  GetImageOrigins(self)
  GetTargetsForImageOrigin(self, origin)
    Inherited from Profile
  convertphonebooktophone(self, helper, data)
Converts the data to what will be used by the phone
  normalisegroups(self, helper, data)
Assigns groups based on category data
  QueryAudio(self, origin, currentextension, afi)
    Inherited from Profile
  phonize(self, str)
Convert the phone number into something the phone understands uses DIALSTRING_CHARS to compare phone number with and strips all other characters from the string
  SyncQuery(self, source, action, actiontype)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
tuple excluded_ringtone_origins = ('mms', 'drm')
tuple excluded_wallpaper_origins = ('mms', 'drm')
dict imageorigins = {'images': {'meta-help': 'General images'...
dict imagetargets = {'wallpaper': {'meta-help': 'Display as w...
int MAX_RINGTONE_BASENAME_LENGTH = 32                                                                    
int MAX_WALLPAPER_BASENAME_LENGTH = 32                                                                    
str phone_manufacturer = 'LG Electronics Inc'
str phone_model = 'LX260'
str RINGTONE_FILENAME_CHARS = '_ABCDEFGHIJKLMNOPQRSTUVWXYZab...
tuple ringtoneorigins = ('ringers', 'mms', 'drm')
str serialsname = 'lglx260'
str WALLPAPER_CONVERT_FORMAT = 'bmp'
str WALLPAPER_FILENAME_CHARS = '_ABCDEFGHIJKLMNOPQRSTUVWXYZa...
int WALLPAPER_HEIGHT = 131                                                                   
int WALLPAPER_WIDTH = 120                                                                   
    Inherited from Profile
int BP_Calendar_Version = 3                                                                     
bool brew_required = True
tuple deviceclasses = ('serial',)
str DIALSTRING_CHARS = '[^0-9PT#*]'
tuple usbids = ((4100, 24576, 2), (1659, 8963, None), (1027, 2...
tuple usbids_straight = ((4100, 24576, 2),)
tuple usbids_usbtoserial = ((1659, 8963, None), (1027, 24577, ...
    Inherited from Profile
int autodetect_delay = 0                                                                     
dict field_color_data = {'todo': {'status': None, 'due_date':...
int reboot_delay = 0                                                                     
dict stockimageorigins = {'images(sd)': {'meta-help': 'Genera...
dict stockimagetargets = {'outsidelcd': {'meta-help': 'Displa...

Class Variable Details

excluded_ringtone_origins

Type:
tuple
Value:
('mms', 'drm')                                                         

excluded_wallpaper_origins

Type:
tuple
Value:
('mms', 'drm')                                                         

imageorigins

Type:
dict
Value:
{'drm': {'meta-help': 'DRM protected images'},
 'images': {'meta-help': 'General images'},
 'mms': {'meta-help': 'Multimedia Messages'}}                          

imagetargets

Type:
dict
Value:
{'wallpaper': {'format': 'BMP',
               'height': 131,
               'meta-help': 'Display as wallpaper',
               'width': 120}}                                          

MAX_RINGTONE_BASENAME_LENGTH

Type:
int
Value:
32                                                                    

MAX_WALLPAPER_BASENAME_LENGTH

Type:
int
Value:
32                                                                    

phone_manufacturer

Type:
str
Value:
'LG Electronics Inc'                                                   

phone_model

Type:
str
Value:
'LX260'                                                                

RINGTONE_FILENAME_CHARS

Type:
str
Value:
'_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 .'    

ringtoneorigins

Type:
tuple
Value:
('ringers', 'mms', 'drm')                                              

serialsname

Type:
str
Value:
'lglx260'                                                              

WALLPAPER_CONVERT_FORMAT

Type:
str
Value:
'bmp'                                                                  

WALLPAPER_FILENAME_CHARS

Type:
str
Value:
'_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 .'    

WALLPAPER_HEIGHT

Type:
int
Value:
131                                                                   

WALLPAPER_WIDTH

Type:
int
Value:
120                                                                   

Generated by Epydoc 2.1 on Fri Aug 15 18:58:35 2008 http://epydoc.sf.net