예제 #1
0
 def dump(self, p):
     #hax ioflashstoragekit can only handle 1 connexion
     if self.filename == "remote":
         del self.image
     ioflash = IOFlashStorageKitClient()
     ioflash.dump_nand(p)
     #restore proxy
     if self.filename == "remote":
         self.image = NANDRemote(self.pageSize, self.metaSize, self.pagesPerBlock, self.bfn)
예제 #2
0
파일: nand.py 프로젝트: prachetas/hacks
 def dump(self, p):
     # hax ioflashstoragekit can only handle 1 connexion
     if self.filename == "remote":
         del self.image
     ioflash = IOFlashStorageKitClient()
     ioflash.dump_nand(p)
     # restore proxy
     if self.filename == "remote":
         self.image = NANDRemote(self.pageSize, self.metaSize, self.pagesPerBlock, self.bfn)
예제 #3
0
 def dump(self, p):
     ioflash = IOFlashStorageKitClient()
     ioflash.dump_nand(p)