Open GoogleCodeExporter opened 9 years ago
Original comment by peli0...@googlemail.com
on 3 Jan 2012 at 9:37
Comment by Rerware LLC:
"I am getting an IOException on SDK 4.0 (Ice cream sandwich) when trying to
backup OI safe data using MyBackup
01-04 13:01:03.679: E/MyBackup(1404): java.io.IOException: read failed: EIO
(I/O error)
This happens at the point of opening an input stream to your file and trying to
read from it
this is done in a loop:
while ((len = is.read(buf)) > 0)
{
out.write(buf, 0, len);
}
The first time is.read() is good , the second time it throws the exception
notice : this only happens on ice cream (Galaxy Nexus phone). It works OK on
previous OSes"
Original comment by peli0...@googlemail.com
on 5 Jan 2012 at 1:04
hi,this question is same to me;
Do you have any solution?
Original comment by hede1...@gmail.com
on 16 Mar 2012 at 7:17
Hi
Please try to uninstall the app, reboot the phone, and install it again.
Original comment by rerw...@gmail.com
on 16 Mar 2012 at 8:50
Original issue reported on code.google.com by
FamDragic
on 2 Jan 2012 at 9:37Attachments: