copying file to /system with adb shell on Bluestacks 10

155 Views Asked by At

I've been trying to copy a file to /system (to install a certificate) and when I try this as superuser, it tells me that /system... is a read-only file system. I've mounted the file system using "mount -o rw,remount,rw /system" but when I run "mount" it says that /system is still ro. I'm running Nougat32 on Bluestacks 10, and it's properly rooted.

Any ideas how I might be able to copy the file to /system?

I've also tried "hd-adb root" but when I run this, it simply gets stuck and I have to abort it with ctrl-c.

0

There are 0 best solutions below