Upgrade to 5G: Save $50 on the unlocked Pixel 4a today
Upgrade to 5G: Save $50 on the unlocked Pixel 4a today
In an ADB shell: > mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system > cat /sdcard/flash_image > /system/bin/flash_image > chmod 755 /system/bin/flash_image > mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak > mount -o remount,ro -t yaffs2 /dev/block/mtdblock5 /system > flash_image recovery /sdcard/recovery.img > exit reboot into recovery (I use QuickBoot, but "adb reboot" works fine as well)