manager: detect init_boot with Android version in uname#2142
Merged
Howard20181 merged 1 commit intotiann:mainfrom Oct 17, 2024
Merged
manager: detect init_boot with Android version in uname#2142Howard20181 merged 1 commit intotiann:mainfrom
Howard20181 merged 1 commit intotiann:mainfrom
Conversation
Howard20181
approved these changes
Oct 17, 2024
LeCmnGend
pushed a commit
to LeCmnGend/KernelSU
that referenced
this pull request
Oct 18, 2024
Redmi Note 12 Turbo (marble) comes shipped with Android 13, but the baseline/kernel target version is Android 12. ``` # getprop | grep api_level [ro.board.api_level]: [31] [ro.board.first_api_level]: [31] [ro.product.first_api_level]: [33] [ro.vendor.api_level]: [31] # uname -a Linux localhost 5.10.198-android12-9-00085-g226a9632f13d-ab11136126 #1 SMP PREEMPT Wed Nov 22 14:16:37 UTC 2023 aarch64 Toybox ``` Maybe we should use `ro.board.first_api_level` instead of `ro.product.first_api_level`, or the minimum value. But anyway, it's better to be consistent with ksud. https://github.com/tiann/KernelSU/blob/2f9210b2e79338e7e7b1eb91878cada2b9a37ed6/userspace/ksud/src/boot_patch.rs#L407
kutemeikito
added a commit
to kutemeikito/KernelSU
that referenced
this pull request
Oct 29, 2024
* 'main' of https://github.com/tiann/KernelSU: build(deps): bump the crates group across 1 directory with 38 updates (tiann#2163) build(deps): bump the npm group across 1 directory with 35 updates (tiann#2161) Translations update from Hosted Weblate (tiann#2065) Renewed rmx3511 kernel source git repo link (tiann#2164) manager: Add action.sh for user to manually trigger modules' functionality from manager (tiann#2156) manager: Bump dependencies, Adjust pull refresh UI, Add transitions back (tiann#2139) manager: detect init_boot with Android version in uname (tiann#2142) add device to unofficial supported list (tiann#2136) Signed-off-by: Edwiin Kusuma Jaya <kutemeikito0905@gmail.com>
whyakari
added a commit
to whyakari/KernelSU
that referenced
this pull request
Oct 31, 2024
… nongki * 'legacy' of https://github.com/backslashxx/KernelSU: (113 commits) manager: unofficial build dummy.keystore workflows: debloat treewide: adjust version counting Revert "[1.0] Drop Non-GKI Support (tiann#1483)" Revert "Drop some legacy codes (tiann#1981)" build(deps): bump the crates group across 1 directory with 38 updates (tiann#2163) build(deps): bump the npm group across 1 directory with 35 updates (tiann#2161) Translations update from Hosted Weblate (tiann#2065) Renewed rmx3511 kernel source git repo link (tiann#2164) manager: Add action.sh for user to manually trigger modules' functionality from manager (tiann#2156) manager: Bump dependencies, Adjust pull refresh UI, Add transitions back (tiann#2139) manager: detect init_boot with Android version in uname (tiann#2142) add device to unofficial supported list (tiann#2136) [add device]: (tiann#2117) manager: Refactor the click logic of ModuleItem (tiann#2105) build(deps): bump the npm group across 1 directory with 28 updates (tiann#2097) build(deps): bump the crates group across 1 directory with 32 updates (tiann#2098) manager: Insets stuffs for Android 15 (tiann#2100) api: spawn CallbackList use UiThreadHandler::runAndWait executor (tiann#2096) ...
fukiame
pushed a commit
to TelegramAt25/KernelSU-shukusai
that referenced
this pull request
Nov 14, 2024
Redmi Note 12 Turbo (marble) comes shipped with Android 13, but the baseline/kernel target version is Android 12. ``` # getprop | grep api_level [ro.board.api_level]: [31] [ro.board.first_api_level]: [31] [ro.product.first_api_level]: [33] [ro.vendor.api_level]: [31] # uname -a Linux localhost 5.10.198-android12-9-00085-g226a9632f13d-ab11136126 tiann#1 SMP PREEMPT Wed Nov 22 14:16:37 UTC 2023 aarch64 Toybox ``` Maybe we should use `ro.board.first_api_level` instead of `ro.product.first_api_level`, or the minimum value. But anyway, it's better to be consistent with ksud. https://github.com/tiann/KernelSU/blob/2f9210b2e79338e7e7b1eb91878cada2b9a37ed6/userspace/ksud/src/boot_patch.rs#L407
backslashxx
pushed a commit
to backslashxx/KernelSU
that referenced
this pull request
Nov 14, 2024
Redmi Note 12 Turbo (marble) comes shipped with Android 13, but the baseline/kernel target version is Android 12. ``` # getprop | grep api_level [ro.board.api_level]: [31] [ro.board.first_api_level]: [31] [ro.product.first_api_level]: [33] [ro.vendor.api_level]: [31] # uname -a Linux localhost 5.10.198-android12-9-00085-g226a9632f13d-ab11136126 #1 SMP PREEMPT Wed Nov 22 14:16:37 UTC 2023 aarch64 Toybox ``` Maybe we should use `ro.board.first_api_level` instead of `ro.product.first_api_level`, or the minimum value. But anyway, it's better to be consistent with ksud. https://github.com/tiann/KernelSU/blob/2f9210b2e79338e7e7b1eb91878cada2b9a37ed6/userspace/ksud/src/boot_patch.rs#L407
backslashxx
pushed a commit
to backslashxx/KernelSU
that referenced
this pull request
Dec 7, 2024
Redmi Note 12 Turbo (marble) comes shipped with Android 13, but the baseline/kernel target version is Android 12. ``` # getprop | grep api_level [ro.board.api_level]: [31] [ro.board.first_api_level]: [31] [ro.product.first_api_level]: [33] [ro.vendor.api_level]: [31] # uname -a Linux localhost 5.10.198-android12-9-00085-g226a9632f13d-ab11136126 #1 SMP PREEMPT Wed Nov 22 14:16:37 UTC 2023 aarch64 Toybox ``` Maybe we should use `ro.board.first_api_level` instead of `ro.product.first_api_level`, or the minimum value. But anyway, it's better to be consistent with ksud. https://github.com/tiann/KernelSU/blob/2f9210b2e79338e7e7b1eb91878cada2b9a37ed6/userspace/ksud/src/boot_patch.rs#L407
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Jan 7, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Jan 7, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
itswill00
pushed a commit
to itswill00/KernelSU-Next-4.14
that referenced
this pull request
Jan 19, 2025
Redmi Note 12 Turbo (marble) comes shipped with Android 13, but the baseline/kernel target version is Android 12. ``` # getprop | grep api_level [ro.board.api_level]: [31] [ro.board.first_api_level]: [31] [ro.product.first_api_level]: [33] [ro.vendor.api_level]: [31] # uname -a Linux localhost 5.10.198-android12-9-00085-g226a9632f13d-ab11136126 tiann#1 SMP PREEMPT Wed Nov 22 14:16:37 UTC 2023 aarch64 Toybox ``` Maybe we should use `ro.board.first_api_level` instead of `ro.product.first_api_level`, or the minimum value. But anyway, it's better to be consistent with ksud. https://github.com/tiann/KernelSU/blob/2f9210b2e79338e7e7b1eb91878cada2b9a37ed6/userspace/ksud/src/boot_patch.rs#L407
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Jan 24, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Jan 24, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Jan 24, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Jan 24, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Jan 25, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Jan 26, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 3, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 4, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 5, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 6, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 7, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 9, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 9, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 9, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 12, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 12, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 15, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 15, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 16, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 16, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 17, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 17, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 18, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 19, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 21, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 22, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 23, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 23, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 24, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 24, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 24, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 24, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 27, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 27, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Mar 1, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Mar 2, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)" This reverts commit 898e9d4. Revert "Drop some legacy codes (tiann#1981)" This reverts commit fd09ccf. Revert "manager: detect init_boot with Android version in uname (tiann#2142)" This reverts commit 05a9054.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Redmi Note 12 Turbo (marble) comes shipped with Android 13, but the baseline/kernel target version is Android 12.
Maybe we should use
ro.board.first_api_levelinstead ofro.product.first_api_level, or the minimum value. But anyway, it's better to be consistent with ksud.KernelSU/userspace/ksud/src/boot_patch.rs
Line 407 in 2f9210b