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

Class Phone

source code

               object --+        
                        |        
          com_phone.Phone --+    
                            |    
com_brew.RealBrewProtocol --+    
                            |    
       com_lg.LGPhonebook --+    
                            |    
    com_lg.LGIndexedMedia --+    
                            |    
           com_lgvx4400.Phone --+
                                |
                               Phone

Talk to the LG VX6100 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
 
makeentry(self, counter, entry, dict)
Creates pbentry object
source code
 
getcameraindex(self) source code
 
getphoneinfo(self, phone_info) source code

Inherited from com_lgvx4400.Phone: eval_detect_data, extractphonebookentry, get_cal, get_detect_data, get_esn, getcalendar, getcallhistory, getfundamentals, getgroups, getmemo, getphonebook, getringtoneindices, getsms, getwallpaperindices, is_mode_brew, 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

Inherited from com_lg.LGIndexedMedia: getindex, getmedia, getmediaindex, getringtones, getwallpapers, savemedia, saveringtones, savewallpapers

Class Methods [hide private]

Inherited from com_lgvx4400.Phone: detectphone

Class Variables [hide private]
  desc = 'LG-VX6100'
  helpid = 'phone-lgvx6100.htm'
  protocolclass
Various descriptions of data specific to LG VX6100
  serialsname = 'lgvx6100'
  imagelocations = ((16, 'download/dloadindex/brewImageIndex.map...
  ringtonelocations = ((50, 'download/dloadindex/brewRingerIndex...
  builtinimages = ('Sport', 'Butterfly', 'Cake', 'Niagara Falls'...
  builtinringtones = ('Ring 1', 'Ring 2', 'Ring 3', 'Ring 4', 'R...
  my_model = 'VX6100'

Inherited from com_lgvx4400.Phone: brew_version_file, brew_version_txt_key, esn_file, esn_file_key, 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__

makeentry(self, counter, entry, dict)

source code 

Creates pbentry object

Parameters:
  • counter - The new entry number
  • entry - The phonebook object (as returned from convertphonebooktophone) that we are using as the source
  • data - The main dictionary, which we use to get access to media indices amongst other things
Overrides: com_lgvx4400.Phone.makeentry
(inherited documentation)

Class Variable Details [hide private]

protocolclass

Various descriptions of data specific to LG VX6100

Value:
phones.p_lgvx6100

imagelocations

Value:
((16,
  'download/dloadindex/brewImageIndex.map',
  'brew/shared',
  'images',
  60),
 (200,
  'download/dloadindex/mmsImageIndex.map',
  'brew/shared/mms',
...

ringtonelocations

Value:
((50,
  'download/dloadindex/brewRingerIndex.map',
  'user/sound/ringer',
  'ringers',
  60),
 (150,
  'download/dloadindex/mmsRingerIndex.map',
  'mms/sound',
...

builtinimages

Value:
('Sport',
 'Butterfly',
 'Cake',
 'Niagara Falls',
 'Rockefeller',
 'Statue of Liberty',
 'The Capital',
 'Scenary',
...

builtinringtones

Value:
('Ring 1',
 'Ring 2',
 'Ring 3',
 'Ring 4',
 'Ring 5',
 'VZW Default Tone',
 'Farewell',
 'Arabesque',
...