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

Class Profile

source code

            object --+                
                     |                
     com_phone.Profile --+            
                         |            
com_samsungscha950.Profile --+        
                             |        
    com_samsungschu740.Profile --+    
                                 |    
        com_samsungschu470.Profile --+
                                     |
                                    Profile

Instance Methods [hide private]
 
GetTargetsForImageOrigin(self, origin) source code
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from com_samsungscha950.Profile: GetImageOrigins, QueryAudio, convertphonebooktophone

Inherited from com_phone.Profile: SyncQuery, phonize

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  serialsname = 'schu750'
  WALLPAPER_WIDTH = 240
  WALLPAPER_HEIGHT = 274
  autodetect_delay = 3
  usbids = 0x04e8, 0x6640, 2,
  deviceclasses = "serial",
  BP_Calendar_Version = 3
  phone_manufacturer = 'SAMSUNG'
  phone_model = 'SCH-U750/DM'
  RINGTONE_LIMITS = {'MAXSIZE': 100000}
  WALLPAPER_FILENAME_CHARS = 'abcdefghijklmnopqrstuvwxyz01234567...
  RINGTONE_FILENAME_CHARS = 'abcdefghijklmnopqrstuvwxyz012345678...
  ringtoneorigins = ('sounds')
  excluded_ringtone_origins = ()
  imageorigins = {'images': {'meta-help': 'General images'}, 'vi...
  excluded_wallpaper_origins = ('video')
  imagetargets = {'pictureid': {'format': 'JPEG', 'height': 106,...
  _supportedsyncs = (('phonebook', 'read', None), ('phonebook', ...
  field_color_data = {'calendar': {'alarm': True, 'allday': Fals...

Inherited from com_phone.Profile: DIALSTRING_CHARS, MAX_RINGTONE_BASENAME_LENGTH, MAX_WALLPAPER_BASENAME_LENGTH, WALLPAPER_CONVERT_FORMAT, reboot_delay, stockimageorigins, stockimagetargets

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

GetTargetsForImageOrigin(self, origin)

source code 
Overrides: com_phone.Profile.GetTargetsForImageOrigin

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

WALLPAPER_FILENAME_CHARS

Value:
'abcdefghijklmnopqrstuvwxyz0123456789 ._:'

RINGTONE_FILENAME_CHARS

Value:
'abcdefghijklmnopqrstuvwxyz0123456789 ._:'

imageorigins

Value:
{'images': {'meta-help': 'General images'},
 'video': {'meta-help': 'Video clips'}}

imagetargets

Value:
{'pictureid': {'format': 'JPEG',
               'height': 106,
               'meta-help': 'Display as picture id for a caller',
               'width': 80},
 'wallpaper': {'format': 'JPEG',
               'height': 274,
               'meta-help': 'Display as wallpaper',
               'width': 240}}

_supportedsyncs

Value:
(('phonebook', 'read', None),
 ('phonebook', 'write', 'OVERWRITE'),
 ('calendar', 'read', None),
 ('calendar', 'write', 'OVERWRITE'),
 ('ringtone', 'read', None),
 ('ringtone', 'write', 'MERGE'),
 ('wallpaper', 'read', None),
 ('wallpaper', 'write', 'MERGE'),
...

field_color_data

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