Help Please
:BangHead:
log output
err: rsync: link_stat "/(BufferedInputStream) java.io.BufferedInputStream@41057760" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6]
If i run this script through terminal I don't get any errors
BIG Thank you to everyone for their help.
B4X:
Dim prs As Phone
Dim out, err As StringBuilder
out.Initialize : err.Initialize
Dim text As String
prs.Shell("/data/data/my.app/files/rsync", Array As String(File.OpenInput(File.DirRootExternal & "/Rsync", "config.sh")), out, err)
Log("out: " & out)
Log("err: " & err)
:BangHead:
log output
err: rsync: link_stat "/(BufferedInputStream) java.io.BufferedInputStream@41057760" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6]
If i run this script through terminal I don't get any errors
BIG Thank you to everyone for their help.