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

Type Profile

object --+    
         |    
   Profile --+
             |
            Profile

Known Subclasses:
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
int autodetect_delay = 3                                                                     
int BP_Calendar_Version = 3                                                                     
tuple deviceclasses = ('serial',)
dict field_color_data = {'todo': {'status': False, 'due_date'...
dict imageorigins = {'images': {'meta-help': 'General images'...
dict imagetargets = {'outsidelcd': {'meta-help': 'Display on ...
str phone_manufacturer = 'SAMSUNG'
str phone_model = 'SCH-A950/DM'
str RINGTONE_FILENAME_CHARS = 'abcdefghijklmnopqrstuvwxyz012...
dict RINGTONE_LIMITS = {'MAXSIZE': 100000}
str serialsname = 'scha950'
tuple usbids = ((1256, 26176, 2),)
str WALLPAPER_FILENAME_CHARS = 'abcdefghijklmnopqrstuvwxyz01...
int WALLPAPER_HEIGHT = 220                                                                   
int WALLPAPER_WIDTH = 176                                                                   
    Inherited from Profile
str DIALSTRING_CHARS = '[^0-9PT#*]'
tuple excluded_ringtone_origins = ()
tuple excluded_wallpaper_origins = ('video',)
int MAX_RINGTONE_BASENAME_LENGTH = 64                                                                    
int MAX_WALLPAPER_BASENAME_LENGTH = 64                                                                    
int reboot_delay = 0                                                                     
tuple ringtoneorigins = ()
dict stockimageorigins = {'images(sd)': {'meta-help': 'Genera...
dict stockimagetargets = {'outsidelcd': {'meta-help': 'Displa...
str WALLPAPER_CONVERT_FORMAT = 'bmp'

Class Variable Details

autodetect_delay

Type:
int
Value:
3                                                                     

BP_Calendar_Version

Type:
int
Value:
3                                                                     

deviceclasses

Type:
tuple
Value:
('serial',)                                                            

field_color_data

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

imageorigins

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

imagetargets

Type:
dict
Value:
{'fullscreen': {'format': 'JPEG',
                'height': 220,
                'meta-help': 'Fullscreen such as startup screen',
                'width': 176},
 'outsidelcd': {'format': 'JPEG',
                'height': 96,
                'meta-help': 'Display on outside screen',
                'width': 128},
...                                                                    

phone_manufacturer

Type:
str
Value:
'SAMSUNG'                                                              

phone_model

Type:
str
Value:
'SCH-A950/DM'                                                          

RINGTONE_FILENAME_CHARS

Type:
str
Value:
'abcdefghijklmnopqrstuvwxyz0123456789 ._:'                             

RINGTONE_LIMITS

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

serialsname

Type:
str
Value:
'scha950'                                                              

usbids

Type:
tuple
Value:
((1256, 26176, 2),)                                                    

WALLPAPER_FILENAME_CHARS

Type:
str
Value:
'abcdefghijklmnopqrstuvwxyz0123456789 ._:'                             

WALLPAPER_HEIGHT

Type:
int
Value:
220                                                                   

WALLPAPER_WIDTH

Type:
int
Value:
176                                                                   

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