Hello,
I have tried mounting my system as R/W so I can get rid of my camera shutter sound(renaming it).
My phone is rooted and I have EU ROM 10.3.4 installed.
I open my cmd and write:
I have tried using also:
Does anybody know what else I can try?
Although, after I manually flashed my xiaomi from 10.3.3 to 10.3.4 I lost my root so I installed Magisk.zip with TWRP to regain root access again.
I have tried mounting my system as R/W so I can get rid of my camera shutter sound(renaming it).
My phone is rooted and I have EU ROM 10.3.4 installed.
Code:
>> mount | grep system
Response : /dev/block/sde48 on /system type ext4 (ro,seclabel,relatime,discard,data=ordered)
Response : /sbin/.magisk/block/system on /sbin/.magisk/mirror/system type ext4 (ro,seclabel,relatime,discard,data=ordered)
I open my cmd and write:
Code:
>> adb shell
>> su
>> mount -o rw,remount /system
Response : '/dev/block/platform/soc/1d84000.ufshc/by-name/system' is read-only
I have tried using also:
Code:
>> adb root
Response : adbd cannot run as root in production builds
Does anybody know what else I can try?
Although, after I manually flashed my xiaomi from 10.3.3 to 10.3.4 I lost my root so I installed Magisk.zip with TWRP to regain root access again.