I wanted to make a file read-only (440)in internal storage but it shows "failed",as it seemingly requires root permission but I can't unlock bootloader as of now so is there any means we can do the above task?
Asked
Active
Viewed 182 times
chattr +i
) on file on underlying real filesystem (in/data/media/
). – Irfan Latif May 05 '20 at 15:51