Skip to content

Commit

Permalink
API/sweet: Disable OTA and update instructions
Browse files Browse the repository at this point in the history
Change-Id: I4c03568cd44bf4aa91a191f4168120c341dcd92a
  • Loading branch information
whyredfire committed Jul 6, 2023
1 parent d5294a4 commit 5abccf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions API/changelogs/sweet.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
- Switched to adrian-clang
- Various other device tree and kernel changes

Note: To avoid issues people must clean flash with the either the latest PixelOS recovery or the latest OrangeFox recovery [R11.1_4](https://github.com/basamaryan/android_device_xiaomi_sweet-TWRP/releases/tag/R11.1_4). Changing the kernel will probably lead to issues as custom kernels do not have the required commits.

# 11-May-2023
- Dropped PowerOffAlarm service which seemed to cause unwanted reboots
- Removed non-existent SF properties
Expand Down
4 changes: 2 additions & 2 deletions API/devices/sweet.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"github": "https://github.com/basamaryan"
}
],
"updater": true,
"updater": false,
"beta": false,
"version": "thirteen",
"available_versions": [
Expand All @@ -22,4 +22,4 @@
"active": true,
"customRecoveryRequired": true,
"xda": "https://forum.xda-developers.com/t/rom-13-official-pixelos-aosp-stable-13-04-2023.4402719/"
}
}

0 comments on commit 5abccf7

Please sign in to comment.