View Single Post
Old 09-13-2023, 01:46 PM   #1
eagle_warrior
Junior Member
eagle_warrior began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Sep 2023
Device: Boox Nova Air
Nova Air Recovery Image

I have a rooted Nova Air and I want to update the system, but my recovery seems to be broken and the recovery image is not included in the update package.

Can someone with rooted Nova Air help extract recovery image for me?

thanks

Step:
  1. Get su shell
  2. Code:
    dd if=/dev/block/bootdevice/by-name/recovery of=/sdcard/Download/recovery_backup.img
  3. (Optional) Generate checksum
    Code:
    sha256sum /sdcard/Download/recovery_backup.img
eagle_warrior is offline   Reply With Quote