:sign0085: I am trying to use writer.write to create a read only file. I could even initiate a chmod and change the file to read only after it has been created.
Does anyone know a way to do this. I have tried the su library and it looked like it would but no change.
example
Thank You
Does anyone know a way to do this. I have tried the su library and it looked like it would but no change.
example
B4X:
Dim su As SuCommand
su.SuCommand("chmod 600 /mnt/sdcard/profile.ini")
Thank You
Last edited: