Package phones :: Module com_motov325 :: 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_motov3m.Phone --+
                                        |
                                       Phone

Nested Classes [hide private]

Inherited from com_brew.RealBrewProtocol: DirCache

Instance Methods [hide private]
 
getwallpapers(self, fundamentals)
Retrieve wallpaper data
source code

Inherited from com_motov3m.Phone: __init__

Inherited from com_motov710.Phone: saveringtones, savewallpapers

Inherited from com_moto_cdma.Phone: getringtones

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-V325'
  helpid = 'phone-motov325.htm'
  protocolclass
Various descriptions of data specific to Motorola V325 phones
  serialsname = 'motov325'
  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]

getwallpapers(self, fundamentals)

source code 

Retrieve wallpaper data

Overrides: com_moto_cdma.Phone.getwallpapers

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')),
...