JCChamo

Results 2 issues of JCChamo

After I define the file I want to pull, `val remoteFile = "data/local/tmp/app.apk"` I want to send the path: `stream.write(remoteFile.toByteArray())` But when I read, it returns FAIL������path too long and...

When I try to open a local file `await OpenFile.open(path)`, the phone tries to open the file internally from the Flutter app, so to speak. And it results in an...