Thread: Note Air 5c
View Single Post
Old 01-07-2026, 05:19 PM   #23
dcarvil
Connoisseur
dcarvil is on a distinguished road
 
Posts: 82
Karma: 66
Join Date: Jan 2024
Device: Boox Note Air 3
Quote:
Originally Posted by Ouro003 View Post
Hi Gang, I feel rather idiotic. I went through a similar process for the Palma 2, as this thread discussed—booting with magisk, however the backup i made on my PC i cannot find for the life of me. I have surely learned my lesson. I've tried to navigate via fastboot, add, and recovery, as I do have a backup of the boot physically on ny device in the userdate portion of my device (from the magisk patch), but I cannot access it. My device is currently in a bootloader, and I've tried all the means I've could to resolve it. If anyone has a backup of the boot, or any suggestions on accessing at the adb level. Thank you!
If you can get to adb, run these commands:

adb shell find sdcard/ -type f -name "*.img"
adb pull xxx (xxx = the result from the first command)

Last edited by dcarvil; 01-07-2026 at 05:26 PM.
dcarvil is offline   Reply With Quote