Package phones :: Module com_motov325m :: Class Phone
[hide private]
[frames] | no frames]

Class Phone

source code

       object --+                            
                |                            
  com_phone.Phone --+                        
                    |                        
       com_etsi.Phone --+                    
                        |                    
           com_moto.Phone --+                
                            |                
com_brew.RealBrewProtocol --+                
                            |                
          com_moto_cdma.Phone --+            
                                |            
               com_motov710.Phone --+        
                                    |        
                  com_motov710m.Phone --+    
                                        |    
                       com_motov3mm.Phone --+
                                            |
                                           Phone

Talk to a Motorola V3mM phone

Nested Classes [hide private]

Inherited from com_brew.RealBrewProtocol: DirCache

Instance Methods [hide private]
 
_get_del_new_list(self, index_key, media_key, merge, fundamentals, origins)
Return a list of media being deleted and being added
source code
 
_add_files(self, index_key, media_key, media_path, new_list, fundamentals)
Add new file using OBEX
source code
 
getwallpapers(self, fundamentals)
Retrieve wallpaper data
source code
 
getringtones(self, fundamentals)
Retrieve ringtones data
source code
 
saveringtones(self, fundamentals, merge)
Save ringtones to the phone
source code
 
savewallpapers(self, fundamentals, merge)
Save wallpapers to the phone
source code

Inherited from com_motov3mm.Phone: __init__

Inherited from com_moto.Phone: ascii_to_ucs2, charset_ascii, charset_ucs2, decode_utf16, del_calendar_entry, encode_utf16, get_battery_level, get_firmware_version, get_manufacturer, get_model, get_phone_number, get_signal_quality, getcalendar, getfundamentals, getphonebook, getphoneinfo, getsms, lock_calendar, savecalendar, savephonebook, select_default_SMS, select_phonebook, set_mode, ucs2_to_ascii

Inherited from com_etsi.Phone: get_esn, get_manufacturer_id, get_model_id, get_sim_id, sendATcommand

Inherited from com_phone.Phone: alert, close, log, logdata, progress, raisecommsdnaexception, raisecommsexception, readobject, setmode, writeobject

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

Inherited from com_brew.RealBrewProtocol: basename, dirname, exists, explore0c, get_brew_esn, getfilecontents, getfilesystem, getfirmwareinformation, hassubdirs, isdir, isfile, join, listfiles, listsubdirs, mkdir, mkdirs, modemmoderequest, offlinerequest, rmdir, rmdirs, rmfile, sendbrewcommand, setfileattr, statfile, writefile

Class Methods [hide private]

Inherited from com_motov710.Phone: detectphone

Class Variables [hide private]
  desc = 'Moto-V325M'
  helpid = 'phone-motov325m.htm'
  protocolclass
Various descriptions of data specific to Motorola V325 phones
  serialsname = 'motov325m'
  MODEOBEX = 'modeobex'
  builtinringtones = ((0, ('Silent')), (5, ('Vibe Dot', 'Vibe Da...

Inherited from com_moto_cdma.Phone (private): _switch_mode_cmd

Inherited from com_moto.Phone: MODEPHONEBOOK

Inherited from com_phone.Phone: MODEMODEM, MODENONE, getcallhistory, getmemo, getplaylist, gett9db, gettodo

Inherited from com_brew.RealBrewProtocol: MODEBREW, brewterminator

Inherited from com_brew.RealBrewProtocol (private): _brewepochtounix

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_get_del_new_list(self, index_key, media_key, merge, fundamentals, origins)

source code 

Return a list of media being deleted and being added

Overrides: com_motov710m.Phone._get_del_new_list

_add_files(self, index_key, media_key, media_path, new_list, fundamentals)

source code 

Add new file using OBEX

Overrides: com_motov710m.Phone._add_files

getwallpapers(self, fundamentals)

source code 

Retrieve wallpaper data

Overrides: com_moto_cdma.Phone.getwallpapers

getringtones(self, fundamentals)

source code 

Retrieve ringtones data

Overrides: com_moto_cdma.Phone.getringtones

saveringtones(self, fundamentals, merge)

source code 

Save ringtones to the phone

Overrides: com_motov710.Phone.saveringtones

savewallpapers(self, fundamentals, merge)

source code 

Save wallpapers to the phone

Overrides: com_motov710.Phone.savewallpapers

Class Variable Details [hide private]

protocolclass

Various descriptions of data specific to Motorola V325 phones

Value:
phones.p_motov325

builtinringtones

Value:
((0, ('Silent')),
 (5,
  ('Vibe Dot',
   'Vibe Dash',
   'Vibe Dot Dot',
   'Vibe Dot Dash',
   'Vibe Pulse')),
 (11, ('Alert', 'Standard', 'Bells', 'Triads', 'Up and Down')),
...