I want to delete the browser permanently. I have the commands to do it (sumount -o rw,remount /rm -r /system/app/Chromium) but I believe it’s not working because it’s read only.
I tried adb shellsu/vendor/bin/write_protect 0reboot a few times and it didn’t work.
You need to disable write protect first with the command adb shell su -c /vendor/bin/write_protect 0 and then reboot i usually remove it with fx in system>app>chromium delete the whole chromium folder
Are you getting an read only error?
My personal experience was that it would work to delete but it would return after a few minutes or a reboot. I had tried on close to 10 phones and was never able to delete it. I saw on the to do list on @netroscott 's page (about a year ago) was to figure out why some phones won’t remount.
This is what I got when doing it in neutrons recovery: C:\Users\\OneDrive\Desktop\ADB Latest>adb shell $ su # /vendor/bin/write_protect 0 /system/bin/sh: /vendor/bin/write_protect: inaccessible or not found