| Trees | Index | Help | 
       | 
  
|---|
| 
      
        Package phones ::
        Module com_lgtm520 ::
        Class Profile
       | 
    
  | 
object--+ |Profile--+ | Profile
| Method Summary | |
|---|---|
Converts the data to what will be used by the phone  | |
| Inherited from Profile | |
 | |
 | |
 | |
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  | |
Query for MP3 file support  | |
 | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name  | |
x.__getattribute__('name') <==> x.name  | |
x.__hash__() <==> hash(x)  | |
T.__new__(S, ...) -> a new object with type S, a subtype of T  | |
helper for pickle  | |
helper for pickle  | |
x.__repr__() <==> repr(x)  | |
x.__setattr__('name', value) <==> x.name = value  | |
x.__str__() <==> str(x)  | |
| Class Variable Summary | |
|---|---|
tuple | 
deviceclasses = ('serial',)                              
 | 
int | 
MAX_RINGTONE_BASENAME_LENGTH = 19                                                                     | 
int | 
MAX_WALLPAPER_BASENAME_LENGTH = 19                                                                     | 
str | 
RINGTONE_FILENAME_CHARS = 'abcdefghijklmnopqrstuvwxyz012...
 | 
str | 
serialsname = 'lgtm520'                                  
 | 
tuple | 
usbids = ()                                              
 | 
str | 
WALLPAPER_CONVERT_FORMAT = 'bmp'                         
 | 
str | 
WALLPAPER_FILENAME_CHARS = 'abcdefghijklmnopqrstuvwxyz01...
 | 
int | 
WALLPAPER_HEIGHT = 100                                                                    | 
int | 
WALLPAPER_WIDTH = 100                                                                    | 
| Inherited from Profile | |
int | 
autodetect_delay = 0                                                                      | 
int | 
BP_Calendar_Version = 2                                                                      | 
str | 
DIALSTRING_CHARS = '[^0-9PT#*]'                          
 | 
tuple | 
excluded_ringtone_origins = ()                           
 | 
tuple | 
excluded_wallpaper_origins = ('video',)                  
 | 
dict | 
field_color_data = {'todo': {'status': None, 'due_date':...
 | 
dict | 
imageorigins = {'images': {'meta-help': 'General images'...
 | 
int | 
reboot_delay = 0                                                                      | 
tuple | 
ringtoneorigins = ()                                     
 | 
dict | 
stockimageorigins = {'images(sd)': {'meta-help': 'Genera...
 | 
dict | 
stockimagetargets = {'outsidelcd': {'meta-help': 'Displa...
 | 
| Method Details | 
|---|
  convertphonebooktophone(self, helper, data)Converts the data to what will be used by the phone | 
| Class Variable Details | 
|---|
deviceclasses
  | 
MAX_RINGTONE_BASENAME_LENGTH
  | 
MAX_WALLPAPER_BASENAME_LENGTH
  | 
RINGTONE_FILENAME_CHARS
  | 
serialsname
  | 
usbids
  | 
WALLPAPER_CONVERT_FORMAT
  | 
WALLPAPER_FILENAME_CHARS
  | 
WALLPAPER_HEIGHT
  | 
WALLPAPER_WIDTH
  | 
| Trees | Index | Help | 
       | 
  
|---|
| Generated by Epydoc 2.1 on Fri Aug 15 18:58:33 2008 | http://epydoc.sf.net |