From f5f2d471b1e2843d7714694607b0954e123d41c9 Mon Sep 17 00:00:00 2001 From: LongLeCE Date: Wed, 19 Apr 2023 12:07:17 +0700 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc36681..47b52f6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Magisk module. Based on [HankAviator/MIUIThermalNolimits](https://github.com/HankAviator/MIUIThermalNolimits) ## Fork Changes -Replace all thermal confs with Nolimits conf on MIUI for K40 Pro/Mi 11i (SD888). Might work on K40 Pro Plus too(?, since I heard that the inner stuffs are the same as K40 Pro but I don't have one to test). +Replace all thermal confs with Nolimits conf on MIUI for K40 Pro/Mi 11i/haydn (SD888). Might work on K40 Pro Plus too (?, since I heard that the inner stuffs are the same as K40 Pro but I don't have one to test). Due to its nature, the approach used by this module might also be suitable for forcing other (custom) thermal confs. You just need to modify the code in the `customize.sh` file (hint: scroll to the bottom) and replace the nolimits confs with your own confs. It's only a few lines of code. Also, if the nolimit thermal conf files in your phone have different names, you can also edit the name to achieve the same goal on your phone. The available thermal conf files are located in `/system/vendor/etc` (look for the files that start with `thermal-` and end with `.conf` using a root file manager such as Material Files).