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

Type Profile

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


Method Summary
    Inherited from Profile
  __init__(self)
  convertphonebooktophone(self, helper, data)
Converts the data to what will be used by the phone
  GetImageOrigins(self)
  GetTargetsForImageOrigin(self, origin)
  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
int BP_Calendar_Version = 3                                                                     
bool brew_required = True
str DIALSTRING_CHARS = '[^0-9PT#*]'
dict field_color_data = {'todo': {'status': False, 'due_date'...
dict imagetargets = {'wallpaper': {'meta-help': 'Display as w...
int MAX_RINGTONE_BASENAME_LENGTH = 30                                                                    
int MAX_WALLPAPER_BASENAME_LENGTH = 30                                                                    
str phone_manufacturer = 'LG Electronics Inc'
str phone_model = 'lg6190'
str RINGTONE_FILENAME_CHARS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabc...
dict RINGTONE_LIMITS = {'MAXSIZE': 250000}
str serialsname = 'lg6190'
str WALLPAPER_CONVERT_FORMAT = 'jpg'
str WALLPAPER_FILENAME_CHARS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZab...
int WALLPAPER_HEIGHT = 120                                                                   
int WALLPAPER_WIDTH = 160                                                                   
    Inherited from Profile
tuple deviceclasses = ('serial',)
dict imageorigins = {'images': {'meta-help': 'General images'...
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                                                                     
tuple excluded_ringtone_origins = ()
tuple excluded_wallpaper_origins = ('video',)
int reboot_delay = 0                                                                     
tuple ringtoneorigins = ()
dict stockimageorigins = {'images(sd)': {'meta-help': 'Genera...
dict stockimagetargets = {'outsidelcd': {'meta-help': 'Displa...

Class Variable Details

BP_Calendar_Version

Type:
int
Value:
3                                                                     

brew_required

Type:
bool
Value:
True                                                                   

DIALSTRING_CHARS

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

field_color_data

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

imagetargets

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

MAX_RINGTONE_BASENAME_LENGTH

Type:
int
Value:
30                                                                    

MAX_WALLPAPER_BASENAME_LENGTH

Type:
int
Value:
30                                                                    

phone_manufacturer

Type:
str
Value:
'LG Electronics Inc'                                                   

phone_model

Type:
str
Value:
'lg6190'                                                               

RINGTONE_FILENAME_CHARS

Type:
str
Value:
'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789.'      

RINGTONE_LIMITS

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

serialsname

Type:
str
Value:
'lg6190'                                                               

WALLPAPER_CONVERT_FORMAT

Type:
str
Value:
'jpg'                                                                  

WALLPAPER_FILENAME_CHARS

Type:
str
Value:
'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789.'      

WALLPAPER_HEIGHT

Type:
int
Value:
120                                                                   

WALLPAPER_WIDTH

Type:
int
Value:
160                                                                   

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