maxlinux2000

Results 11 issues of maxlinux2000

Hi I'm tring to read (and then write) the sdcard using: ``` function lsfuncion() { window.ShellExec.exec('ls /sdcard/', function(res){ console.log('exit status: ' + res.exitStatus) console.log('cmd output: ' + res.output) // alert(res.output)...