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

Class Profile

source code

            object --+        
                     |        
     com_phone.Profile --+    
                         |    
com_samsungscha950.Profile --+
                             |
                            Profile
Known Subclasses:

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 = 'schu740'
  WALLPAPER_WIDTH = 176
  WALLPAPER_HEIGHT = 220
  autodetect_delay = 3
  usbids = 0x04e8, 0x6640, 2,
  deviceclasses = "serial",
  BP_Calendar_Version = 3
  phone_manufacturer = 'SAMSUNG'
  phone_model = 'SCH-U740/DM'
  RINGTONE_LIMITS = {'MAXSIZE': 100000}
  WALLPAPER_FILENAME_CHARS = "abcdefghijklmnopqrstuvwxyz01234567...
  RINGTONE_FILENAME_CHARS = "abcdefghijklmnopqrstuvwxyz012345678...
  ringtoneorigins = ('ringers', 'sounds')
  excluded_ringtone_origins = ('sounds')
  imageorigins = {'images': {'meta-help': 'General images'}, 'vi...
  excluded_wallpaper_origins = ('video')
  imagetargets = {'outsidelcd': {'format': 'JPEG', 'height': 96,...
  _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:
{'outsidelcd': {'format': 'JPEG',
                'height': 96,
                'meta-help': 'Display on outside screen',
                'width': 128},
 'pictureid': {'format': 'JPEG',
               'height': 96,
               'meta-help': 'Display as picture id for a caller',
               'width': 128},
...

_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,
...