Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.67 KB

File metadata and controls

26 lines (17 loc) · 1.67 KB

FAQ

Why did my settings get reset after updating to Custota 5.12?

  • Custota v5.12 contained a major regression where settings failed to migrate properly which resulted in a reset
  • Unfortunately, the app now requires the user to set the OTA URL again, to get the next update
  • This issue has been fixed Custota 5.13, 6dc6c4f on July 18, 2025
    • This version will automatically restore the old settings without any manual intervention
    • If the settings are configured again in Custota v5.12, the new settings will not be touched and will be restored in v5.13 as usual

I'm getting an error on boot saying Device is corrupt. It can't be trusted. What can I do? What are my options?

  • Flash the OTA, switch partitions, flash it again. Then sideload the OTA on both partitions before flashing custom keys (see farewelltospring's comment in #96 for details).
  • See #89 and #96 for details.

Root does not seem to exist after update

  • Check chenxiaolong/avbroot#455 (comment) contains some approaches to troubleshooting. The following command is known to work (at the expense of restoring Magisk's settings to its default state):
su -c 'rm -r /data/adb/magisk* && reboot'

Also check rooted-graphene#5.