RemoteAdbShell icon indicating copy to clipboard operation
RemoteAdbShell copied to clipboard

trying to delete a system file

Open FiveTechSoft opened this issue 2 years ago • 0 comments

Once connected with remote adb shell I try this:

px5:/ $ rm /system/mtc/ring.mp3 rm ro /system/mtc/ring.mp3 (y/N):y rm: /system/mtc/ring.mp3: Read-only file system

Is there any solution for this ? Previously I have used this "backdoor" provided by the manufacturer: setprop sys.rkadb.root 1

thank you

FiveTechSoft avatar Aug 12 '22 09:08 FiveTechSoft