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

Class Phone

source code

     com_lg.LGNewIndexedMedia --+
                                |
               object --+       |
                        |       |
          com_phone.Phone --+   |
                            |   |
com_brew.RealBrewProtocol --+   |
                            |   |
       com_lg.LGPhonebook --+   |
                            |   |
    com_lg.LGIndexedMedia --+   |
                            |   |
           com_lgvx4400.Phone --+
                                |
                               Phone
Known Subclasses:

Talk to the LG VX7000 cell phone

Nested Classes [hide private]

Inherited from com_brew.RealBrewProtocol: DirCache

Instance Methods [hide private]
 
__init__(self, logtarget, commport)
Calls all the constructors and sets initial modes
source code

Inherited from com_lg.LGNewIndexedMedia: getindex, getmedia, getmediaindex, getringtoneindices, getringtones, getwallpaperindices, getwallpapers, savemedia, saveringtones, savewallpapers

Inherited from com_lg.LGNewIndexedMedia (private): _guessvtype

Inherited from com_lgvx4400.Phone: eval_detect_data, extractphonebookentry, get_cal, get_detect_data, get_esn, getcalendar, getcallhistory, getfundamentals, getgroups, getmemo, getphonebook, getsms, is_mode_brew, makeentry, savecalendar, savegroups, savememo, savephonebook, savesms, set_cal

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

Inherited from com_phone.Phone (private): _setmodemodem

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

Inherited from com_brew.RealBrewProtocol (private): _setmodebrew

Inherited from com_lg.LGPhonebook: sendpbcommand

Class Methods [hide private]

Inherited from com_lgvx4400.Phone: detectphone

Class Variables [hide private]
  desc = 'LG-VX7000'
  helpid = 'phone-lgvx7000.htm'
  protocolclass
Various descriptions of data specific to LG VX7000
  serialsname = 'lgvx7000'
  builtinringtones = ('Low Beep Once', 'Low Beeps', 'Loud Beep O...
  ringtonelocations = (('ringers', 'dload/sound.dat', 'dload/sou...
  builtinwallpapers = ()
  wallpaperlocations = (('images', 'dload/image.dat', 'dload/ima...
  my_model = 'VX7000'
  n = 10

Inherited from com_lg.LGNewIndexedMedia (private): _minor_typemap

Inherited from com_lgvx4400.Phone: brew_version_file, brew_version_txt_key, builtinimages, esn_file, esn_file_key, imagelocations, lgpbinfo_key, ringerindexfilename, wallpaperindexfilename

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

Inherited from com_brew.RealBrewProtocol: MODEBREW, brewterminator

Inherited from com_brew.RealBrewProtocol (private): _brewepochtounix

Inherited from com_lg.LGPhonebook: MODEPHONEBOOK, pbterminator

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, logtarget, commport)
(Constructor)

source code 

Calls all the constructors and sets initial modes

Overrides: com_lg.LGIndexedMedia.__init__

Class Variable Details [hide private]

protocolclass

Various descriptions of data specific to LG VX7000

Value:
phones.p_lgvx7000

builtinringtones

Value:
('Low Beep Once',
 'Low Beeps',
 'Loud Beep Once',
 'Loud Beeps',
 'Ringtone 1',
 'Ringtone 2',
 'Ringtone 3',
 'Ringtone 4',
...

ringtonelocations

Value:
(('ringers',
  'dload/sound.dat',
  'dload/soundsize.dat',
  'dload/snd',
  100,
  50,
  1))

wallpaperlocations

Value:
(('images',
  'dload/image.dat',
  'dload/imagesize.dat',
  'dload/img',
  100,
  50,
  0))