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

Class Phone

source code

     com_lg.LGNewIndexedMedia --+        
                                |        
        com_lg.LGNewIndexedMedia2 --+    
                                    |    
                 com_lg.LGDMPhone --+    
                                    |    
     com_lg.LGNewIndexedMedia --+   |    
                                |   |    
               object --+       |   |    
                        |       |   |    
          com_phone.Phone --+   |   |    
                            |   |   |    
com_brew.RealBrewProtocol --+   |   |    
                            |   |   |    
       com_lg.LGPhonebook --+   |   |    
                            |   |   |    
    com_lg.LGIndexedMedia --+   |   |    
                            |   |   |    
           com_lgvx4400.Phone --+   |    
                                |   |    
               com_lgvx7000.Phone --+    
                                    |    
                   com_lgvx8100.Phone --+
                                        |
                                       Phone

Talk to LG AX-8600 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
 
setDMversion(self)
Define the DM version required for this phone, default to DMv5
source code
 
get_esn(self, data=None) source code
 
get_detect_data(self, res) source code
 
getcallhistory(self, result) source code
 
getcalendar(self, result) source code
 
_build_pb_info(self, fundamentals) source code
 
_update_pb_file(self, pb, fundamentals, pbinfo) source code
 
_update_pb_info(self, pbentries, fundamentals) source code
 
_write_path_index(self, pbentries, pbmediakey, media_index, index_file, invalid_values) source code
 
_write_index_file(self, type) source code
 
savephonebook(self, data)
Saves out the phonebook
source code
 
get_firmware_version(self) source code
 
_unlock_key(self) source code
 
_lock_key(self) source code
 
_press_key(self, keys) source code

Inherited from com_lgvx8100.Phone: getcalendarcommon, getexceptions, getgroups, getmedia, getmemo, getphoneinfo, getrepeattype, makerepeat, savecalendar, savegroups, savemedia, savememo, setalarm

Inherited from com_lg.LGNewIndexedMedia2: getmediaindex

Inherited from com_lg.LGNewIndexedMedia2 (private): _guessvtype

Inherited from com_lg.LGDMPhone: __del__, enter_DM, get_challenge_response

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

Inherited from com_lgvx4400.Phone: eval_detect_data, extractphonebookentry, get_cal, getfundamentals, getphonebook, getsms, is_mode_brew, makeentry, 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-AX8600'
  helpid = 'phone-lgax8600.htm'
  protocolclass
Various descriptions of data specific to LG VX8000
  serialsname = 'lgax8600'
  external_storage_root = 'mmc1/'
  my_model = 'AX8600'
  builtinringtones = ()
  ringtonelocations = (('sounds', 'dload/lg_mysound.dat', 'dload...
  calendarlocation = 'sch/schedule.dat'
  calendarexceptionlocation = 'sch/schexception.dat'
  calenderrequiresreboot = 1
  memolocation = 'sch/memo.dat'
  builtinwallpapers = ()
  wallpaperlocations = (('images', 'dload/lg_image.dat', 'dload/...
  _rs_path = 'mmc1/'
  _rs_ringers_path = 'mmc1/lg_media/other_sounds'
  _rs_images_path = 'mmc1/lg_media/other_image'
  media_info = {'images': {'date': False, 'dunno': 0, 'dunno1': ...

Inherited from com_lg.LGNewIndexedMedia2 (private): _minor_typemap

Inherited from com_lgvx7000.Phone: n

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__

setDMversion(self)

source code 

Define the DM version required for this phone, default to DMv5

Overrides: com_lg.LGDMPhone.setDMversion
(inherited documentation)

get_esn(self, data=None)

source code 
Overrides: com_lgvx4400.Phone.get_esn

get_detect_data(self, res)

source code 
Overrides: com_lgvx4400.Phone.get_detect_data

getcallhistory(self, result)

source code 
Overrides: getcallhistory

getcalendar(self, result)

source code 
Overrides: com_lgvx4400.Phone.getcalendar

_write_index_file(self, type)

source code 
Overrides: com_lgvx8100.Phone._write_index_file

savephonebook(self, data)

source code 

Saves out the phonebook

Overrides: com_lgvx4400.Phone.savephonebook

get_firmware_version(self)

source code 
Overrides: com_lgvx8100.Phone.get_firmware_version

_unlock_key(self)

source code 
Overrides: com_lg.LGDMPhone._unlock_key

_lock_key(self)

source code 
Overrides: com_lg.LGDMPhone._lock_key

_press_key(self, keys)

source code 
Overrides: com_lg.LGDMPhone._press_key

Class Variable Details [hide private]

protocolclass

Various descriptions of data specific to LG VX8000

Value:
phones.p_lgax8600

ringtonelocations

Value:
(('sounds',
  'dload/lg_mysound.dat',
  'dload/lg_mysoundsize.dat',
  'brew/media/lk/ms',
  150,
  100,
  1026,
  0,
...

wallpaperlocations

Value:
(('images',
  'dload/lg_image.dat',
  'dload/lg_imagesize.dat',
  'brew/media/lk/mp',
  150,
  100,
  1024,
  0,
...

media_info

Value:
{'images': {'date': False,
            'dunno': 0,
            'dunno1': 0,
            'icon': 0,
            'index': 150,
            'indexfile': 'dload/lg_image.dat',
            'localpath': 'brew/media/lk/mp',
            'maxsize': 100,
...