com.simplemobiletools.filemanager

Timeline

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
// java.io.FileNotFoundException: /4.zip: open failed: EROFS (Read-only file system)
//  at libcore.io.IoBridge.open(IoBridge.java:452)
//  at java.io.FileOutputStream.<init>(FileOutputStream.java:87)
//  at java.io.FileOutputStream.<init>(FileOutputStream.java:72)
//  at com.simplemobiletools.commons.extensions.ActivityKt.getFileOutputStreamSync(SourceFile:594)
//  at com.simplemobiletools.commons.extensions.ActivityKt.getFileOutputStreamSync$default(SourceFile:580)
//  at com.simplemobiletools.filemanager.adapters.ItemsAdapter.zipPaths(SourceFile:293)
//  at com.simplemobiletools.filemanager.adapters.ItemsAdapter.access$zipPaths(SourceFile:40)
//  at com.simplemobiletools.filemanager.adapters.ItemsAdapter$compressSelection$1$1$1.run(SourceFile:223)
//  at java.lang.Thread.run(Thread.java:818)
// Caused by: android.system.ErrnoException: open failed: EROFS (Read-only file system)
//  at libcore.io.Posix.open(Native Method)
//  at libcore.io.BlockGuardOs.open(BlockGuardOs.java:186)
//  at libcore.io.IoBridge.open(IoBridge.java:438)
//  ... 8 more