Issue
I'm trying to enable write access to an android emulator in order to push file into /system
but I meet boot loop after using adb remount
adb reboot
.
I'm using avd image android 30, arc x86-64.
Solution
I solved this problem by disabling verify on android emulator.
Command: adb shell avbctl disable-verification
Answered By - Đạt Lê Tiến
Answer Checked By - Gilberto Lyons (JavaFixing Admin)