View Single Post
  #6 (permalink)  
Old 07-07-2010, 10:49 AM
MikeOD's Avatar
MikeOD
PPCGeeks Regular
Offline
 
Join Date: Mar 2009
Posts: 146
Reputation: 50
MikeOD is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: 1.47.651.1 ROOT Method Exploit Poll

cat /sdcard/flash_image > /data/local/flash_image
chmod 755 /data/local/flash_image
/data/local/flash_image misc /sdcard/mtd-eng.img

the first 2 lines seem fine (they repeat the code back at me like it says they will), and the third line gives me:
mtd: read all-zero block at 0x00000000; skipping
mtd: not writing bad block at 0x00000000
error writing misc: No space left on device
$
Reply With Quote