Package phones :: Module com_brew :: Class DebugBrewProtocol
[show private | hide private]
[frames | no frames]

Class DebugBrewProtocol


Emulate a phone file system using a local file system. This is used when you may not have access to a physical phone, but have a copy of its file system.
Method Summary
  __init__(self)
  exists(self, path)
  explore0c(self)
  get_brew_esn(self)
  getfilecontents(self, name, use_cache)
  getfilesystem(self, dir, recurse)
  getfirmwareinformation(self)
  listfiles(self, dir)
  listsubdirs(self, dir, recurse)
  log(self, s)
  logdata(self, s, data, klass)
  mkdir(self, name)
  mkdirs(self, directory)
  modemmoderequest(self)
  offlinerequest(self, reset, delay)
  rmdir(self, name)
  rmdirs(self, path)
  rmfile(self, name)
  sendbrewcommand(self, request, responseclass, callsetmode)
  statfile(self, name)
  writefile(self, name, contents)

Class Variable Summary
str MODEBREW = 'modebrew'

Class Variable Details

MODEBREW

Type:
str
Value:
'modebrew'                                                             

Generated by Epydoc 2.1 on Fri Aug 15 18:58:30 2008 http://epydoc.sf.net