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

Type Profile

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


Method Summary
  __init__(self)
  convertphonebooktophone(self, helper, data)
    Inherited from Profile
  GetImageOrigins(self)
  GetTargetsForImageOrigin(self, origin)
  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
  QueryAudio(self, origin, currentextension, audiofileinfo)
Query for MP3 file support
  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
str phone_manufacturer = 'SAMSUNG ELECTRONICS'
str phone_model = 'SCH-A310/148'
str serialsname = 'scha310'
    Inherited from Profile
int BP_Calendar_Version = 3                                                                     
tuple deviceclasses = ('modem', 'serial')
tuple usbids = ((1256, 26113, 1),)
    Inherited from Profile
int autodetect_delay = 0                                                                     
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 MAX_RINGTONE_BASENAME_LENGTH = 64                                                                    
int MAX_WALLPAPER_BASENAME_LENGTH = 64                                                                    
int reboot_delay = 0                                                                     
str RINGTONE_FILENAME_CHARS = 'abcdefghijklmnopqrstuvwxyz012...
tuple ringtoneorigins = ()
dict stockimageorigins = {'images(sd)': {'meta-help': 'Genera...
dict stockimagetargets = {'outsidelcd': {'meta-help': 'Displa...
str WALLPAPER_CONVERT_FORMAT = 'bmp'
str WALLPAPER_FILENAME_CHARS = 'abcdefghijklmnopqrstuvwxyz01...
int WALLPAPER_HEIGHT = 100                                                                   
int WALLPAPER_WIDTH = 100                                                                   

Class Variable Details

phone_manufacturer

Type:
str
Value:
'SAMSUNG ELECTRONICS'                                                  

phone_model

Type:
str
Value:
'SCH-A310/148'                                                         

serialsname

Type:
str
Value:
'scha310'                                                              

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