Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kinguser981 authored Jan 3, 2025
1 parent 6193329 commit 0b4046a
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,40 @@ Buils your own custom recovery for Nokia 5.3 (CAP_sprout).
| Model | CAP_sprout |


Blocking checks
- [] Correct screen/recovery size
- [] Working Touch, screen
- [] Backup to internal/microSD
- [] Restore from internal/microSD
- [] reboot to system
- [] ADB

Medium checks
- [] update.zip sideload
- [] UI colors (red/blue inversions)
- [] Screen goes off and on
- [] F2FS/EXT4 Support, exFAT/NTFS where supported
- [] all important partitions listed in mount/backup lists
- [] backup/restore to/from external (USB-OTG) storage (not supported by the device)
- [x] backup/restore to/from adb (https://gerrit.omnirom.org/#/c/15943/)
- [] decrypt /data
- [] Correct date

Minor checks
- [] MTP export
- [] reboot to bootloader
- [] reboot to recovery
- [] poweroff
- [] battery level
- [] temperature
- [] encrypted backups
- [] input devices via USB (USB-OTG) - keyboard, mouse and disks (not supported by the device)
- [] USB mass storage export
- [] set brightness
- [] vibrate
- [] screenshot
- [] partition SD card


# Notes
- Despite using A/B partition scheme, this device has dedicated ramdisk (recovery partition). So just flash it like in any other A-only partition: `fastboot flash recovery twrp-name.img`, it will automatically flash in the active slot.
Expand Down

0 comments on commit 0b4046a

Please sign in to comment.