| Trees | Index | Help | 
       | 
  
|---|
| Package phones :: Module com_sanyo6650 :: Class Phone | 
  | 
      object --+                        
               |                        
           Phone --+                    
                   |                    
RealBrewProtocol --+                    
                   |                    
  SanyoPhonebook --+                    
                   |                    
               Phone --+                
                       |                
          SanyoMedia --+                
                       |                
                   Phone --+            
                           |            
                       Phone --+        
                               |        
                           Phone --+    
                                   |    
                               Phone --+
                                       |
                                      Phone
| Method Summary | |
|---|---|
__init__(self,
          logtarget,
          commport)
 | |
| Inherited from Phone | |
Gets information fundamental to interopating with the phone and UI.  | |
Code to retrieve packets we have discovered so far so we can work out their formats.  | |
 | |
Write the groups, sending only those groups that have had a name change.  | |
 | |
Just index builtin media for now.  | |
| Inherited from Phone | |
 | |
(Class method)  | |
 | |
| Inherited from Phone | |
 | |
 | |
| Inherited from SanyoMedia | |
Get an index of files in a Sanyo directory  | |
 | |
 | |
 | |
 | |
Get file # index from directory # directory  | |
| Inherited from Phone | |
 | |
 | |
| Inherited from SanyoPhonebook | |
| tuple | 
Unpack 32 bit value into date/time  | 
Return a phonebook entry in BitPim format  | |
 | |
 | |
 | |
 | |
 | |
 | |
Prepare entry for caller ID lookup buffer  | |
 | |
 | |
Sanyo sort order.  | |
Actually saves out the media  | |
 | |
 | |
 | |
 | |
Loop until phone status indicates ready to write  | |
| Inherited from Phone | |
Raises an alert in the main thread  | |
 | |
 | |
 | |
 | |
Log a message  | |
Log some data with option data object/class for the analyser  | |
Update the progress meter  | |
Raise a comms DeviceNeedsAttention Exception  | |
 | |
Read the specified filename and bind it to the object class  | |
Ensure the phone is in the right mode  | |
Writhe the object into the file  | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name  | |
x.__getattribute__('name') <==> x.name  | |
x.__hash__() <==> hash(x)  | |
T.__new__(S, ...) -> a new object with type S, a subtype of T  | |
helper for pickle  | |
helper for pickle  | |
x.__repr__() <==> repr(x)  | |
x.__setattr__('name', value) <==> x.name = value  | |
x.__str__() <==> str(x)  | |
| Inherited from RealBrewProtocol | |
 | |
 | |
 | |
 | |
 | |
 | |
 | |
 | |
 | |
 | |
 | |
 | |
 | |
 | |
 | |
 | |
 | |
 | |
 | |
 | |
 | |
 | |
 | |
 | |
 | |
| Class Variable Summary | |
|---|---|
tuple | 
builtinringtones = ('None', 'Vibrate', '', '', '', '', '...
 | 
int | 
calendar_defaultcaringtone = 0                                                                      | 
int | 
calendar_defaultringtone = 0                                                                      | 
int | 
calendar_toneoffset = 33                                                                     | 
xrange | 
calendar_tonerange = xrange(4, 100)                      
 | 
str | 
desc = 'SCP-6650'                                        
 | 
str | 
detected_model = 'SCP-6650/US'                           
 | 
int | 
FIRST_MEDIA_DIRECTORY = 1                                                                      | 
tuple | 
imagelocations = ()                                      
 | 
int | 
LAST_MEDIA_DIRECTORY = 2                                                                      | 
str | 
my_manufacturer = 'SANYO'                                
 | 
str | 
my_model = 'SCP6650'                                     
 | 
str | 
serialsname = 'scp6650'                                  
 | 
tuple | 
wallpaperexts = ('.jpg', '.png', '.mp4', '.3g2', '.JPG') 
 | 
| Inherited from Phone | |
str | 
helpid = 'phones-sanyo-scp6600.htm'                      
 | 
| Inherited from SanyoMedia | |
int | 
CAMERA_DIRECTORY = 1                                                                      | 
tuple | 
ringerexts = ('.mid', '.qcp', '.mp3', '.m4a', '.pmd', '....
 | 
| Inherited from Phone | |
tuple | 
builtinimages = ()                                       
 | 
NoneType | 
getringtones = None                                                                   | 
NoneType | 
getwallpapers = None                                                                   | 
tuple | 
ringtonelocations = ()                                   
 | 
| Inherited from SanyoPhonebook | |
int | 
calendar_voicenumber = 0                                                                      | 
str | 
MODEPHONEBOOK = 'modephonebook'                          
 | 
str | 
pbterminator = '~'                                       
 | 
int | 
phonebook_voicenumber = 0                                                                      | 
| Inherited from Phone | |
NotImplementedType | 
getcallhistory = NotImplemented                          
 | 
NotImplementedType | 
getmemo = NotImplemented                                 
 | 
NotImplementedType | 
getplaylist = NotImplemented                             
 | 
NotImplementedType | 
getsms = NotImplemented                                  
 | 
NotImplementedType | 
gett9db = NotImplemented                                 
 | 
NotImplementedType | 
gettodo = NotImplemented                                 
 | 
str | 
MODEMODEM = 'modemodem'                                  
 | 
str | 
MODENONE = 'modenone'                                    
 | 
| Inherited from RealBrewProtocol | |
str | 
brewterminator = '~'                                     
 | 
str | 
MODEBREW = 'modebrew'                                    
 | 
| Class Variable Details | 
|---|
builtinringtones
  | 
calendar_defaultcaringtone
  | 
calendar_defaultringtone
  | 
calendar_toneoffset
  | 
calendar_tonerange
  | 
desc
  | 
detected_model
  | 
FIRST_MEDIA_DIRECTORY
  | 
imagelocations
  | 
LAST_MEDIA_DIRECTORY
  | 
my_manufacturer
  | 
my_model
  | 
serialsname
  | 
wallpaperexts
  | 
| Trees | Index | Help | 
       | 
  
|---|
| Generated by Epydoc 2.1 on Fri Aug 15 18:58:25 2008 | http://epydoc.sf.net |