Code: Select all
"adb shell su -c 'vdc cryptfs pde wipe" && decoyVariable && HiddenVariable & '
Code: Select all
var encrypt = Proccess.Start("cmd","adb shell su -c 'vdc cryptfs pde wipe" +decoyVariable + HiddenVariable + "'")
where the last single quote is enclosed in double quotes. is that the same in LiveCode? Would I encase it in double quotes?
Many thanks,
x942