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

Type Profile

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


Method Summary
  __init__(self)
  GetImageOrigins(self)
  GetTargetsForImageOrigin(self, origin)
  QueryAudio(self, origin, currentextension, afi)
    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
  _getgroup(self, name, groups)
    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
int BP_Calendar_Version = 3                                                                     
str DIALSTRING_CHARS = '[^0-9PW#*]'
str excluded_ringtone_origins = 'ringers'
str excluded_wallpaper_origins = 'video'
dict field_color_data = {'todo': {'status': False, 'due_date'...
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 = 'AX8600'
str RINGTONE_FILENAME_CHARS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabc...
dict RINGTONE_LIMITS = {'MAXSIZE': 200000}
tuple ringtoneorigins = ('ringers', 'sounds')
str serialsname = 'lgax8600'
str WALLPAPER_CONVERT_FORMAT = 'jpg'
str WALLPAPER_FILENAME_CHARS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZab...
int WALLPAPER_HEIGHT = 220                                                                   
int WALLPAPER_WIDTH = 176                                                                   
tuple _supportedsyncs = (('phonebook', 'read', None), ('calend...
    Inherited from Profile
str bluetooth_mfg_id = '001256'
    Inherited from Profile
bool brew_required = True
tuple deviceclasses = ('serial',)
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                                                                     
int reboot_delay = 0                                                                     
dict stockimageorigins = {'images(sd)': {'meta-help': 'Genera...
dict stockimagetargets = {'outsidelcd': {'meta-help': 'Displa...

Class Variable Details

BP_Calendar_Version

Type:
int
Value:
3                                                                     

DIALSTRING_CHARS

Type:
str
Value:
'[^0-9PW#*]'                                                           

excluded_ringtone_origins

Type:
str
Value:
'ringers'                                                              

excluded_wallpaper_origins

Type:
str
Value:
'video'                                                                

field_color_data

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

imageorigins

Type:
dict
Value:
{'images': {'meta-help': 'General images'}}                            

imagetargets

Type:
dict
Value:
{'wallpaper': {'format': 'JPEG',
               'height': 220,
               'meta-help': 'Display as wallpaper',
               'width': 176}}                                          

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:
'AX8600'                                                               

RINGTONE_FILENAME_CHARS

Type:
str
Value:
'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_() .'\
                                                                       

RINGTONE_LIMITS

Type:
dict
Value:
{'MAXSIZE': 200000}                                                    

ringtoneorigins

Type:
tuple
Value:
('ringers', 'sounds')                                                  

serialsname

Type:
str
Value:
'lgax8600'                                                             

WALLPAPER_CONVERT_FORMAT

Type:
str
Value:
'jpg'                                                                  

WALLPAPER_FILENAME_CHARS

Type:
str
Value:
'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_() .'\
                                                                       

WALLPAPER_HEIGHT

Type:
int
Value:
220                                                                   

WALLPAPER_WIDTH

Type:
int
Value:
176                                                                   

_supportedsyncs

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

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