Skip to content

Instantly share code, notes, and snippets.

@rudSarkar
Last active June 26, 2021 08:19
Show Gist options
  • Save rudSarkar/2dd2f8fd4010d4f4031c04292855c893 to your computer and use it in GitHub Desktop.
Save rudSarkar/2dd2f8fd4010d4f4031c04292855c893 to your computer and use it in GitHub Desktop.
Emulator black screen stuck fix and run emulator writeable
  • emulator -avd Pixel_3a_API_30_x86 -writable-system
  • adb root
  • adb shell avbctl disable-verification

Successfully disabled verification. Reboot the device for changes to take effect.

  • adb disable-verity

using overlayfs Successfully disabled verity Now reboot your device for settings to take effect

  • adb reboot
  • adb root && adb remount

remount succeeded

  • adb push ScreenCap.apk /system/app/

ScreenCap.apk: 1 file pushed. 33.1 MB/s (1640812 bytes in 0.047s)

  • adb reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment