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

Type Profile

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


Method Summary
  __init__(self)
  convertphonebooktophone(self, helper, data)
  GetImageOrigins(self)
  GetTargetsForImageOrigin(self, origin)
  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
dict imageorigins = {'images': {'meta-help': 'General images'...
dict imagetargets = {'fullscreen': {'meta-help': 'Fullscreen ...
int MAX_RINGTONE_BASENAME_LENGTH = 19                                                                    
int MAX_WALLPAPER_BASENAME_LENGTH = 19                                                                    
str phone_manufacturer = 'SAMSUNG ELECTRONICS'
str phone_model = 'SCH-A670/164'
str RINGTONE_FILENAME_CHARS = 'abcdefghijklmnopqrstuvwxyz012...
dict RINGTONE_LIMITS = {'MAXSIZE': 30000}
str serialsname = 'scha670'
str WALLPAPER_CONVERT_FORMAT = 'jpg'
str WALLPAPER_FILENAME_CHARS = 'abcdefghijklmnopqrstuvwxyz01...
int WALLPAPER_HEIGHT = 128                                                                   
int WALLPAPER_WIDTH = 128                                                                   
    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':...
int reboot_delay = 0                                                                     
tuple ringtoneorigins = ()
dict stockimageorigins = {'images(sd)': {'meta-help': 'Genera...
dict stockimagetargets = {'outsidelcd': {'meta-help': 'Displa...

Class Variable Details

imageorigins

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

imagetargets

Type:
dict
Value:
{'fullscreen': {'format': 'PNG',
                'height': 160,
                'meta-help': 'Fullscreen such as startup screen',
                'width': 128},
 'pictureid': {'format': 'JPEG',
               'height': 96,
               'meta-help': 'Display as picture id for a caller',
               'width': 96},
...                                                                    

MAX_RINGTONE_BASENAME_LENGTH

Type:
int
Value:
19                                                                    

MAX_WALLPAPER_BASENAME_LENGTH

Type:
int
Value:
19                                                                    

phone_manufacturer

Type:
str
Value:
'SAMSUNG ELECTRONICS'                                                  

phone_model

Type:
str
Value:
'SCH-A670/164'                                                         

RINGTONE_FILENAME_CHARS

Type:
str
Value:
'abcdefghijklmnopqrstuvwxyz0123456789_ .'                              

RINGTONE_LIMITS

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

serialsname

Type:
str
Value:
'scha670'                                                              

WALLPAPER_CONVERT_FORMAT

Type:
str
Value:
'jpg'                                                                  

WALLPAPER_FILENAME_CHARS

Type:
str
Value:
'abcdefghijklmnopqrstuvwxyz0123456789_ .'                              

WALLPAPER_HEIGHT

Type:
int
Value:
128                                                                   

WALLPAPER_WIDTH

Type:
int
Value:
128                                                                   

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