14 |
15 |
16 | ## Join the community
17 | *New at this? don't worry you can certain ask in the our community below!*
18 |
19 | [](https://t.me/hosshi_prjkt)
20 | [](https://t.me/hosshi_chat)
21 |
22 | ## What is Stellar Tweaks?
23 | A Scheduler That Maintain `Performance CPU`, Unlock Potentional CPU, But keeps battery in good health and Battery backup. AIO (All-In-One) See Advanced Performance at Your Choose.
24 | Android kernel parameters with multiple profiles for `Snapdragon`, `Mediatek`, `Exynos`. Even `Unisoc`, Or even Socs that you don't recognize.
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | ## Bug report?
33 | *Report in Telegram group or You can pull issues in below*
34 |
35 | [](https://github.com/kanaodnd/Stellar-Tweaks/issues)
36 |
37 |
38 |
39 | ## Download
40 |
41 | [](https://github.com/kanaodnd/Stellar-Tweaks/releases)
42 | [](https://github.com/kanaodnd/Stellar-Tweaks/releases)
43 |
44 |
45 | ## Donate?
46 | *Wow, you are a generous person who want this update continue, thank you!*
47 |
48 | [](https://github.com/kanaodnd/DonateMePls)
49 |
50 |
51 |
52 | ## Main effect highlights
53 | ```bash
54 | 1 - More faster? or more Saving battery?
55 | 2 - Just flash and see, not again complicated!
56 | 3 - The performance you need, no need to confuse!
57 |
--------------------------------------------------------------------------------
/customize.sh:
--------------------------------------------------------------------------------
1 | #!/system/bin/sh
2 |
3 | #
4 | # Copyright (C) 2024-2025 Kanao
5 | #
6 | # Licensed under the Apache License, Version 2.0 (the "License");
7 | # you may not use this file except in compliance with the License.
8 | # You may obtain a copy of the License at
9 | #
10 | # http://www.apache.org/licenses/LICENSE-2.0
11 | #
12 | # Unless required by applicable law or agreed to in writing, software
13 | # distributed under the License is distributed on an "AS IS" BASIS,
14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 | # See the License for the specific language governing permissions and
16 | # limitations under the License.
17 | #
18 |
19 | SKIPMOUNT=false
20 | PROPFILE=true
21 | POSTFSDATA=true
22 | LATESTARTSERVICE=true
23 |
24 | name="Stellar"
25 | mmk_package="bellavita.toast"
26 | basedir="/data/adb/.config/stellar"
27 | stellar_path="/data/adb/modules/stellar"
28 | USE_SYMLINK=false
29 | ROOT_METHOD="Magisk"
30 | CUSTOM_BIN_PATH=""
31 | CHIPSET_ID=0
32 |
33 | print_status() {
34 | ui_print "- $1"
35 | sleep 0.1
36 | }
37 |
38 | abort_clean() {
39 | ui_print " "
40 | ui_print "*********************************************************"
41 | ui_print "! ERROR: $1"
42 | ui_print "! Installation failed!"
43 | ui_print "*********************************************************"
44 | ui_print " "
45 | abort "$1"
46 | }
47 |
48 | safe_extract() {
49 | local file_pattern="$1"
50 | local dest="$2"
51 | ui_print "- Extracting $file_pattern..."
52 | if ! unzip -qo "$ZIPFILE" "$file_pattern" -d "$dest"; then
53 | abort_clean "Failed to extract $file_pattern"
54 | fi
55 | }
56 |
57 | detect_root_method() {
58 | print_status "Initializing installation..."
59 | if [ -d "/data/adb/ksu" ]; then
60 | ROOT_METHOD="KSU"
61 | CUSTOM_BIN_PATH="/data/adb/ksu/bin"
62 | USE_SYMLINK=true
63 | elif [ -d "/data/adb/ap" ]; then
64 | ROOT_METHOD="Apatch"
65 | CUSTOM_BIN_PATH="/data/adb/ap/bin"
66 | USE_SYMLINK=true
67 | fi
68 |
69 | if $USE_SYMLINK; then
70 | print_status "$ROOT_METHOD detected, using symlinks."
71 | rm -rf "$MODPATH/action.sh"
72 | touch "$MODPATH/skip_mount"
73 | fi
74 | }
75 |
76 | setup_directories_and_configs() {
77 | print_status "Setting up directories and configuration..."
78 | mkdir -p "$basedir" || abort_clean "Failed to create Stellar Directory"
79 |
80 | touch "$basedir/lock" || abort_clean "Failed to create lock file"
81 | touch "$basedir/soc" || abort_clean "Failed to create soc file"
82 |
83 | cat > "$basedir/×××util_natively_injection××" <<-EOF
84 | Injection version 7505
85 | Rezim_konoha guides hells
86 | EOF
87 |
88 | cat > "$basedir/config" <<-EOF
89 | symlink=$USE_SYMLINK
90 | root_method=$ROOT_METHOD
91 | custom_bin_path=$CUSTOM_BIN_PATH
92 | EOF
93 | }
94 |
95 | create_essential_files() {
96 | print_status "Creating essential configuration files..."
97 | [ ! -f "$basedir/custom_game_cpu_gov" ] && echo "performance" > "$basedir/custom_game_cpu_gov"
98 | [ ! -f "$basedir/custom_default_cpu_gov" ] && echo "interactive" > "$basedir/custom_default_cpu_gov"
99 | [ ! -f "$basedir/custom_powersave_cpu_gov" ] && echo "interactive" > "$basedir/custom_powersave_cpu_gov"
100 | }
101 |
102 | check_kernel_dirs() {
103 | [ -d /sys/kernel/ged/hal ] && { CHIPSET_ID=1; return 0; }
104 | [ -d /sys/class/kgsl/kgsl-3d0/devfreq ] && { CHIPSET_ID=2; return 0; }
105 | [ -d /sys/devices/platform/kgsl-2d0.0/kgsl ] && { CHIPSET_ID=2; return 0; }
106 | return 1
107 | }
108 |
109 | fetch_soc_properties() {
110 | local soc_props="ro.board.platform ro.soc.model ro.hardware ro.hardware.chipname"
111 | for prop in $soc_props; do
112 | getprop "$prop"
113 | done
114 | }
115 |
116 | parse_soc_string() {
117 | case "$1" in
118 | *Qualcomm* | *sdm* | *qcom* | *SDM* | *QCOM*) CHIPSET_ID=2 ;;
119 | *Exynos* | *exynos* | *samsung* | *universal* | *erd* | *s5e*) CHIPSET_ID=3 ;;
120 | *MediaTek* | *mt* | *MT*) CHIPSET_ID=1 ;;
121 | *Unisoc* | *unisoc* | *ums*) CHIPSET_ID=4 ;;
122 | esac
123 | }
124 |
125 | identify_chipset() {
126 | print_status "Identifying device chipset..."
127 | check_kernel_dirs
128 | [ $CHIPSET_ID -eq 0 ] && parse_soc_string "$(grep -E "Hardware|Processor" /proc/cpuinfo | uniq | cut -d ':' -f 2 | sed 's/^[ \t]*//')"
129 | [ $CHIPSET_ID -eq 0 ] && parse_soc_string "$(fetch_soc_properties)"
130 |
131 | case "$CHIPSET_ID" in
132 | 1) ui_print "- Chipset identified as MediaTek" ;;
133 | 2) ui_print "- Chipset identified as Snapdragon" ;;
134 | 3) ui_print "- Chipset identified as Exynos" ;;
135 | 4) ui_print "- Chipset identified as Unisoc" ;;
136 | *)
137 | ui_print "! Unrecognized SoC, applying universal settings."
138 | ui_print "! Thinking this wrong? Ask to maintainer."
139 | CHIPSET_ID=0
140 | ;;
141 | esac
142 | echo "$CHIPSET_ID" > "$basedir/soc"
143 | }
144 |
145 | extract_and_place_files() {
146 | print_status "Extracting module files..."
147 | safe_extract 'gamelist.json' "$basedir"
148 | safe_extract 'addon/vmt' "$basedir"
149 | safe_extract 'webroot/*' "$MODPATH"
150 | safe_extract 'stellar_icon.png' "/data/local/tmp"
151 | safe_extract 'service/*' "$MODPATH"
152 | safe_extract 'common/*' "$MODPATH"
153 | safe_extract 'system/*' "$MODPATH"
154 | safe_extract 'service.sh' "$MODPATH"
155 | safe_extract 'post-fs-data.sh' "$MODPATH"
156 | safe_extract 'system.prop' "$MODPATH"
157 | }
158 |
159 | handle_binaries() {
160 | print_status "Setting up binaries..."
161 | local binaries="stellars profiles_mode vmt zeta_tweak"
162 |
163 | if $USE_SYMLINK; then
164 | print_status "Setting up symlinks for binaries..."
165 | for bin_name in $binaries; do
166 | cp "$MODPATH/system/bin/$bin_name" "$CUSTOM_BIN_PATH/"
167 | chmod 755 "$CUSTOM_BIN_PATH/$bin_name"
168 | ln -sf "$CUSTOM_BIN_PATH/$bin_name" "$MODPATH/system/bin/$bin_name"
169 | done
170 | else
171 | for bin_name in $binaries; do
172 | chmod 755 "$MODPATH/system/bin/$bin_name"
173 | done
174 | fi
175 | }
176 |
177 | set_permissions() {
178 | print_status "Setting permissions..."
179 | set_perm_recursive "$MODPATH" 0 0 0755 0644
180 |
181 | if $USE_SYMLINK; then
182 | set_perm_recursive "$CUSTOM_BIN_PATH" 0 2000 0755 0755
183 | fi
184 | set_perm_recursive "$MODPATH/system/bin" 0 2000 0755 0755
185 |
186 | chmod +x "$basedir/vmt"
187 | }
188 |
189 | finalize_installation() {
190 | print_status "Cleaning up..."
191 | rm -f "$MODPATH/verify.sh" "$MODPATH/LICENSE"
192 | find "$MODPATH" -name "*.sha256" -delete 2>/dev/null
193 |
194 | RAND_MSG=$((RANDOM % 5 + 1))
195 | case $RAND_MSG in
196 | 1) print_status "Let the light appear !" ;;
197 | 2) print_status "The Stellar waits." ;;
198 | 3) print_status "Light Stellar Glow." ;;
199 | 4) print_status "Comet Stellar Flying." ;;
200 | 5) print_status "Feed Me Donate Wen." ;;
201 | esac
202 |
203 | ui_print "- Join our channel for updates!"
204 | sleep 0.5
205 | am start -a android.intent.action.VIEW -d "https://t.me/hosshi_prjkt" > /dev/null 2>&1
206 |
207 | ui_print "*******************************"
208 | ui_print " Installation successful!"
209 | ui_print "*******************************"
210 | }
211 |
212 | detect_root_method
213 | setup_directories_and_configs
214 | create_essential_files
215 | identify_chipset
216 | extract_and_place_files
217 | handle_binaries
218 | set_permissions
219 | finalize_installation
--------------------------------------------------------------------------------
/common/functions.sh:
--------------------------------------------------------------------------------
1 | ##########################################################################################
2 | #
3 | # MMT Extended Utility Functions
4 | #
5 | ##########################################################################################
6 |
7 | abort() {
8 | ui_print "$1"
9 | rm -rf $MODPATH 2>/dev/null
10 | cleanup
11 | rm -rf $TMPDIR 2>/dev/null
12 | exit 1
13 | }
14 |
15 | cleanup() {
16 | rm -rf $MODPATH/common 2>/dev/null
17 | }
18 |
19 | device_check() {
20 | local opt=`getopt -o dm -- "$@"` type=device
21 | eval set -- "$opt"
22 | while true; do
23 | case "$1" in
24 | -d) local type=device; shift;;
25 | -m) local type=manufacturer; shift;;
26 | --) shift; break;;
27 | *) abort "Invalid device_check argument $1! Aborting!";;
28 | esac
29 | done
30 | local prop=$(echo "$1" | tr '[:upper:]' '[:lower:]')
31 | for i in /system /vendor /odm /product; do
32 | if [ -f $i/build.prop ]; then
33 | for j in "ro.product.$type" "ro.build.$type" "ro.product.vendor.$type" "ro.vendor.product.$type"; do
34 | [ "$(sed -n "s/^$j=//p" $i/build.prop 2>/dev/null | head -n 1 | tr '[:upper:]' '[:lower:]')" == "$prop" ] && return 0
35 | done
36 | [ "$type" == "device" ] && [ "$(sed -n "s/^"ro.build.product"=//p" $i/build.prop 2>/dev/null | head -n 1 | tr '[:upper:]' '[:lower:]')" == "$prop" ] && return 0
37 | fi
38 | done
39 | return 1
40 | }
41 |
42 | cp_ch() {
43 | local opt=`getopt -o nr -- "$@"` BAK=true UBAK=true FOL=false
44 | eval set -- "$opt"
45 | while true; do
46 | case "$1" in
47 | -n) UBAK=false; shift;;
48 | -r) FOL=true; shift;;
49 | --) shift; break;;
50 | *) abort "Invalid cp_ch argument $1! Aborting!";;
51 | esac
52 | done
53 | local SRC="$1" DEST="$2" OFILES="$1"
54 | $FOL && local OFILES=$(find $SRC -type f 2>/dev/null)
55 | [ -z $3 ] && PERM=0644 || PERM=$3
56 | case "$DEST" in
57 | $TMPDIR/*|$MODULEROOT/*|$NVBASE/modules/$MODID/*) BAK=false;;
58 | esac
59 | for OFILE in ${OFILES}; do
60 | if $FOL; then
61 | if [ "$(basename $SRC)" == "$(basename $DEST)" ]; then
62 | local FILE=$(echo $OFILE | sed "s|$SRC|$DEST|")
63 | else
64 | local FILE=$(echo $OFILE | sed "s|$SRC|$DEST/$(basename $SRC)|")
65 | fi
66 | else
67 | [ -d "$DEST" ] && local FILE="$DEST/$(basename $SRC)" || local FILE="$DEST"
68 | fi
69 | if $BAK && $UBAK; then
70 | [ ! "$(grep "$FILE$" $INFO 2>/dev/null)" ] && echo "$FILE" >> $INFO
71 | [ -f "$FILE" -a ! -f "$FILE~" ] && { mv -f $FILE $FILE~; echo "$FILE~" >> $INFO; }
72 | elif $BAK; then
73 | [ ! "$(grep "$FILE$" $INFO 2>/dev/null)" ] && echo "$FILE" >> $INFO
74 | fi
75 | install -D -m $PERM "$OFILE" "$FILE"
76 | done
77 | }
78 |
79 | install_script() {
80 | case "$1" in
81 | -l) shift; local INPATH=$NVBASE/service.d;;
82 | -p) shift; local INPATH=$NVBASE/post-fs-data.d;;
83 | *) local INPATH=$NVBASE/service.d;;
84 | esac
85 | [ "$(grep "#!/system/bin/sh" $1)" ] || sed -i "1i #!/system/bin/sh" $1
86 | local i; for i in "MODPATH" "LIBDIR" "MODID" "INFO" "MODDIR"; do
87 | case $i in
88 | "MODPATH") sed -i "1a $i=$NVBASE/modules/$MODID" $1;;
89 | "MODDIR") sed -i "1a $i=\${0%/*}" $1;;
90 | *) sed -i "1a $i=$(eval echo \$$i)" $1;;
91 | esac
92 | done
93 | [ "$1" == "$MODPATH/uninstall.sh" ] && return 0
94 | case $(basename $1) in
95 | post-fs-data.sh|service.sh) ;;
96 | *) cp_ch -n $1 $INPATH/$(basename $1) 0755;;
97 | esac
98 | }
99 |
100 | prop_process() {
101 | sed -i -e "/^#/d" -e "/^ *$/d" $1
102 | [ -f $MODPATH/system.prop ] || mktouch $MODPATH/system.prop
103 | while read LINE; do
104 | echo "$LINE" >> $MODPATH/system.prop
105 | done < $1
106 | }
107 |
108 | # Credits
109 | ui_print "**************************************"
110 | ui_print "* MMT Extended by Zackptg5 @ XDA *"
111 | ui_print "**************************************"
112 | ui_print " "
113 |
114 | # Check for min/max api version
115 | [ -z $MINAPI ] || { [ $API -lt $MINAPI ] && abort "! Your system API of $API is less than the minimum api of $MINAPI! Aborting!"; }
116 | [ -z $MAXAPI ] || { [ $API -gt $MAXAPI ] && abort "! Your system API of $API is greater than the maximum api of $MAXAPI! Aborting!"; }
117 |
118 | # Set variables
119 | [ $API -lt 26 ] && DYNLIB=false
120 | [ -z $DYNLIB ] && DYNLIB=false
121 | [ -z $DEBUG ] && DEBUG=false
122 | INFO=$NVBASE/modules/.$MODID-files
123 | ORIGDIR="$MAGISKTMP/mirror"
124 | if $DYNLIB; then
125 | LIBPATCH="\/vendor"
126 | LIBDIR=/system/vendor
127 | else
128 | LIBPATCH="\/system"
129 | LIBDIR=/system
130 | fi
131 | if ! $BOOTMODE; then
132 | ui_print "- Only uninstall is supported in recovery"
133 | ui_print " Uninstalling!"
134 | touch $MODPATH/remove
135 | [ -s $INFO ] && install_script $MODPATH/uninstall.sh || rm -f $INFO $MODPATH/uninstall.sh
136 | recovery_cleanup
137 | cleanup
138 | rm -rf $NVBASE/modules_update/$MODID $TMPDIR 2>/dev/null
139 | exit 0
140 | fi
141 |
142 | # Debug
143 | if $DEBUG; then
144 | ui_print "- Debug mode"
145 | ui_print " Module install log will include debug info"
146 | ui_print " Be sure to save it after module install"
147 | set -x
148 | fi
149 |
150 | # Extract files
151 | ui_print "- Extracting module files"
152 | unzip -o "$ZIPFILE" -x 'META-INF/*' 'common/functions.sh' -d $MODPATH >&2
153 | [ -f "$MODPATH/common/addon.tar.xz" ] && tar -xf $MODPATH/common/addon.tar.xz -C $MODPATH/common 2>/dev/null
154 |
155 | # Run addons
156 | if [ "$(ls -A $MODPATH/common/addon/*/install.sh 2>/dev/null)" ]; then
157 | ui_print " "; ui_print "- Running Addons -"
158 | for i in $MODPATH/common/addon/*/install.sh; do
159 | ui_print " Running $(echo $i | sed -r "s|$MODPATH/common/addon/(.*)/install.sh|\1|")..."
160 | . $i
161 | done
162 | fi
163 |
164 | # Remove files outside of module directory
165 | ui_print "- Removing old files"
166 |
167 | if [ -f $INFO ]; then
168 | while read LINE; do
169 | if [ "$(echo -n $LINE | tail -c 1)" == "~" ]; then
170 | continue
171 | elif [ -f "$LINE~" ]; then
172 | mv -f $LINE~ $LINE
173 | else
174 | rm -f $LINE
175 | while true; do
176 | LINE=$(dirname $LINE)
177 | [ "$(ls -A $LINE 2>/dev/null)" ] && break 1 || rm -rf $LINE
178 | done
179 | fi
180 | done < $INFO
181 | rm -f $INFO
182 | fi
183 |
184 | ### Install
185 | ui_print "- Installing"
186 |
187 | [ -f "$MODPATH/common/install.sh" ] && . $MODPATH/common/install.sh
188 |
189 | ui_print " Installing for $ARCH SDK $API device..."
190 | # Remove comments from files and place them, add blank line to end if not already present
191 | for i in $(find $MODPATH -type f -name "*.sh" -o -name "*.prop" -o -name "*.rule"); do
192 | [ -f $i ] && { sed -i -e "/^#/d" -e "/^ *$/d" $i; [ "$(tail -1 $i)" ] && echo "" >> $i; } || continue
193 | case $i in
194 | "$MODPATH/service.sh") install_script -l $i;;
195 | "$MODPATH/post-fs-data.sh") install_script -p $i;;
196 | "$MODPATH/uninstall.sh") if [ -s $INFO ] || [ "$(head -n1 $MODPATH/uninstall.sh)" != "# Don't modify anything after this" ]; then
197 | install_script $MODPATH/uninstall.sh
198 | else
199 | rm -f $INFO $MODPATH/uninstall.sh
200 | fi;;
201 | esac
202 | done
203 |
204 | $IS64BIT || for i in $(find $MODPATH/system -type d -name "lib64"); do rm -rf $i 2>/dev/null; done
205 | [ -d "/system/priv-app" ] || mv -f $MODPATH/system/priv-app $MODPATH/system/app 2>/dev/null
206 | [ -d "/system/xbin" ] || mv -f $MODPATH/system/xbin $MODPATH/system/bin 2>/dev/null
207 | if $DYNLIB; then
208 | for FILE in $(find $MODPATH/system/lib* -type f 2>/dev/null | sed "s|$MODPATH/system/||"); do
209 | [ -s $MODPATH/system/$FILE ] || continue
210 | case $FILE in
211 | lib*/modules/*) continue;;
212 | esac
213 | mkdir -p $(dirname $MODPATH/system/vendor/$FILE)
214 | mv -f $MODPATH/system/$FILE $MODPATH/system/vendor/$FILE
215 | [ "$(ls -A `dirname $MODPATH/system/$FILE`)" ] || rm -rf `dirname $MODPATH/system/$FILE`
216 | done
217 | # Delete empty lib folders (busybox find doesn't have this capability)
218 | toybox find $MODPATH/system/lib* -type d -empty -delete >/dev/null 2>&1
219 | fi
220 |
221 | # Set permissions
222 | ui_print " "
223 | ui_print "- Setting Permissions"
224 | set_perm_recursive $MODPATH 0 0 0755 0644
225 | if [ -d $MODPATH/system/vendor ]; then
226 | set_perm_recursive $MODPATH/system/vendor 0 0 0755 0644 u:object_r:vendor_file:s0
227 | [ -d $MODPATH/system/vendor/app ] && set_perm_recursive $MODPATH/system/vendor/app 0 0 0755 0644 u:object_r:vendor_app_file:s0
228 | [ -d $MODPATH/system/vendor/etc ] && set_perm_recursive $MODPATH/system/vendor/etc 0 0 0755 0644 u:object_r:vendor_configs_file:s0
229 | [ -d $MODPATH/system/vendor/overlay ] && set_perm_recursive $MODPATH/system/vendor/overlay 0 0 0755 0644 u:object_r:vendor_overlay_file:s0
230 | for FILE in $(find $MODPATH/system/vendor -type f -name *".apk"); do
231 | [ -f $FILE ] && chcon u:object_r:vendor_app_file:s0 $FILE
232 | done
233 | fi
234 | set_permissions
235 |
236 | # Complete install
237 | cleanup
238 |
--------------------------------------------------------------------------------
/webroot/index.html:
--------------------------------------------------------------------------------
1 | Stellar Tweaks
API Access Required
API access is not enabled. Please enable it in settings to use Stellar Tweaks.
Game List
Add package names to be automatically optimized. One package per line.
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | Apache License
2 | Version 2.0, January 2004
3 | http://www.apache.org/licenses/
4 |
5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6 |
7 | 1. Definitions.
8 |
9 | "License" shall mean the terms and conditions for use, reproduction,
10 | and distribution as defined by Sections 1 through 9 of this document.
11 |
12 | "Licensor" shall mean the copyright owner or entity authorized by
13 | the copyright owner that is granting the License.
14 |
15 | "Legal Entity" shall mean the union of the acting entity and all
16 | other entities that control, are controlled by, or are under common
17 | control with that entity. For the purposes of this definition,
18 | "control" means (i) the power, direct or indirect, to cause the
19 | direction or management of such entity, whether by contract or
20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the
21 | outstanding shares, or (iii) beneficial ownership of such entity.
22 |
23 | "You" (or "Your") shall mean an individual or Legal Entity
24 | exercising permissions granted by this License.
25 |
26 | "Source" form shall mean the preferred form for making modifications,
27 | including but not limited to software source code, documentation
28 | source, and configuration files.
29 |
30 | "Object" form shall mean any form resulting from mechanical
31 | transformation or translation of a Source form, including but
32 | not limited to compiled object code, generated documentation,
33 | and conversions to other media types.
34 |
35 | "Work" shall mean the work of authorship, whether in Source or
36 | Object form, made available under the License, as indicated by a
37 | copyright notice that is included in or attached to the work
38 | (an example is provided in the Appendix below).
39 |
40 | "Derivative Works" shall mean any work, whether in Source or Object
41 | form, that is based on (or derived from) the Work and for which the
42 | editorial revisions, annotations, elaborations, or other modifications
43 | represent, as a whole, an original work of authorship. For the purposes
44 | of this License, Derivative Works shall not include works that remain
45 | separable from, or merely link (or bind by name) to the interfaces of,
46 | the Work and Derivative Works thereof.
47 |
48 | "Contribution" shall mean any work of authorship, including
49 | the original version of the Work and any modifications or additions
50 | to that Work or Derivative Works thereof, that is intentionally
51 | submitted to Licensor for inclusion in the Work by the copyright owner
52 | or by an individual or Legal Entity authorized to submit on behalf of
53 | the copyright owner. For the purposes of this definition, "submitted"
54 | means any form of electronic, verbal, or written communication sent
55 | to the Licensor or its representatives, including but not limited to
56 | communication on electronic mailing lists, source code control systems,
57 | and issue tracking systems that are managed by, or on behalf of, the
58 | Licensor for the purpose of discussing and improving the Work, but
59 | excluding communication that is conspicuously marked or otherwise
60 | designated in writing by the copyright owner as "Not a Contribution."
61 |
62 | "Contributor" shall mean Licensor and any individual or Legal Entity
63 | on behalf of whom a Contribution has been received by Licensor and
64 | subsequently incorporated within the Work.
65 |
66 | 2. Grant of Copyright License. Subject to the terms and conditions of
67 | this License, each Contributor hereby grants to You a perpetual,
68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69 | copyright license to reproduce, prepare Derivative Works of,
70 | publicly display, publicly perform, sublicense, and distribute the
71 | Work and such Derivative Works in Source or Object form.
72 |
73 | 3. Grant of Patent License. Subject to the terms and conditions of
74 | this License, each Contributor hereby grants to You a perpetual,
75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76 | (except as stated in this section) patent license to make, have made,
77 | use, offer to sell, sell, import, and otherwise transfer the Work,
78 | where such license applies only to those patent claims licensable
79 | by such Contributor that are necessarily infringed by their
80 | Contribution(s) alone or by combination of their Contribution(s)
81 | with the Work to which such Contribution(s) was submitted. If You
82 | institute patent litigation against any entity (including a
83 | cross-claim or counterclaim in a lawsuit) alleging that the Work
84 | or a Contribution incorporated within the Work constitutes direct
85 | or contributory patent infringement, then any patent licenses
86 | granted to You under this License for that Work shall terminate
87 | as of the date such litigation is filed.
88 |
89 | 4. Redistribution. You may reproduce and distribute copies of the
90 | Work or Derivative Works thereof in any medium, with or without
91 | modifications, and in Source or Object form, provided that You
92 | meet the following conditions:
93 |
94 | (a) You must give any other recipients of the Work or
95 | Derivative Works a copy of this License; and
96 |
97 | (b) You must cause any modified files to carry prominent notices
98 | stating that You changed the files; and
99 |
100 | (c) You must retain, in the Source form of any Derivative Works
101 | that You distribute, all copyright, patent, trademark, and
102 | attribution notices from the Source form of the Work,
103 | excluding those notices that do not pertain to any part of
104 | the Derivative Works; and
105 |
106 | (d) If the Work includes a "NOTICE" text file as part of its
107 | distribution, then any Derivative Works that You distribute must
108 | include a readable copy of the attribution notices contained
109 | within such NOTICE file, excluding those notices that do not
110 | pertain to any part of the Derivative Works, in at least one
111 | of the following places: within a NOTICE text file distributed
112 | as part of the Derivative Works; within the Source form or
113 | documentation, if provided along with the Derivative Works; or,
114 | within a display generated by the Derivative Works, if and
115 | wherever such third-party notices normally appear. The contents
116 | of the NOTICE file are for informational purposes only and
117 | do not modify the License. You may add Your own attribution
118 | notices within Derivative Works that You distribute, alongside
119 | or as an addendum to the NOTICE text from the Work, provided
120 | that such additional attribution notices cannot be construed
121 | as modifying the License.
122 |
123 | You may add Your own copyright statement to Your modifications and
124 | may provide additional or different license terms and conditions
125 | for use, reproduction, or distribution of Your modifications, or
126 | for any such Derivative Works as a whole, provided Your use,
127 | reproduction, and distribution of the Work otherwise complies with
128 | the conditions stated in this License.
129 |
130 | 5. Submission of Contributions. Unless You explicitly state otherwise,
131 | any Contribution intentionally submitted for inclusion in the Work
132 | by You to the Licensor shall be under the terms and conditions of
133 | this License, without any additional terms or conditions.
134 | Notwithstanding the above, nothing herein shall supersede or modify
135 | the terms of any separate license agreement you may have executed
136 | with Licensor regarding such Contributions.
137 |
138 | 6. Trademarks. This License does not grant permission to use the trade
139 | names, trademarks, service marks, or product names of the Licensor,
140 | except as required for reasonable and customary use in describing the
141 | origin of the Work and reproducing the content of the NOTICE file.
142 |
143 | 7. Disclaimer of Warranty. Unless required by applicable law or
144 | agreed to in writing, Licensor provides the Work (and each
145 | Contributor provides its Contributions) on an "AS IS" BASIS,
146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147 | implied, including, without limitation, any warranties or conditions
148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149 | PARTICULAR PURPOSE. You are solely responsible for determining the
150 | appropriateness of using or redistributing the Work and assume any
151 | risks associated with Your exercise of permissions under this License.
152 |
153 | 8. Limitation of Liability. In no event and under no legal theory,
154 | whether in tort (including negligence), contract, or otherwise,
155 | unless required by applicable law (such as deliberate and grossly
156 | negligent acts) or agreed to in writing, shall any Contributor be
157 | liable to You for damages, including any direct, indirect, special,
158 | incidental, or consequential damages of any character arising as a
159 | result of this License or out of the use or inability to use the
160 | Work (including but not limited to damages for loss of goodwill,
161 | work stoppage, computer failure or malfunction, or any and all
162 | other commercial damages or losses), even if such Contributor
163 | has been advised of the possibility of such damages.
164 |
165 | 9. Accepting Warranty or Additional Liability. While redistributing
166 | the Work or Derivative Works thereof, You may choose to offer,
167 | and charge a fee for, acceptance of support, warranty, indemnity,
168 | or other liability obligations and/or rights consistent with this
169 | License. However, in accepting such obligations, You may act only
170 | on Your own behalf and on Your sole responsibility, not on behalf
171 | of any other Contributor, and only if You agree to indemnify,
172 | defend, and hold each Contributor harmless for any liability
173 | incurred by, or claims asserted against, such Contributor by reason
174 | of your accepting any such warranty or additional liability.
175 |
176 | END OF TERMS AND CONDITIONS
177 |
178 | APPENDIX: How to apply the Apache License to your work.
179 |
180 | To apply the Apache License to your work, attach the following
181 | boilerplate notice, with the fields enclosed by brackets "[]"
182 | replaced with your own identifying information. (Don't include
183 | the brackets!) The text should be enclosed in the appropriate
184 | comment syntax for the file format. We also recommend that a
185 | file or class name and description of purpose be included on the
186 | same "printed page" as the copyright notice for easier
187 | identification within third-party archives.
188 |
189 | Copyright [yyyy] [name of copyright owner]
190 |
191 | Licensed under the Apache License, Version 2.0 (the "License");
192 | you may not use this file except in compliance with the License.
193 | You may obtain a copy of the License at
194 |
195 | http://www.apache.org/licenses/LICENSE-2.0
196 |
197 | Unless required by applicable law or agreed to in writing, software
198 | distributed under the License is distributed on an "AS IS" BASIS,
199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200 | See the License for the specific language governing permissions and
201 | limitations under the License.
202 |
--------------------------------------------------------------------------------
/changelog.txt:
--------------------------------------------------------------------------------
1 | ### Stellar V16.0 (Midnight-Terror) ###
2 | Banner URL: https://raw.githubusercontent.com/kanaodnd/Shared-Banner/core/Stellar-V16.0.jpg
3 | - Added: New device for NVIDIA Tegra,Kirin,Intel,Google Tensor SoCs
4 | - Fixed: reduce heat effect limit backround
5 | - Fixed: Race condition causing an incorrect activity lock state during game
6 | - Fixed: failure in customize execution toast installing
7 | - Re-Implent: kernel I/O scheduler section interface
8 | - Updated: Language context and string resources
9 | - Updated: Game data list package to build 25/09/20
10 | - Adjusted: Preload default algorithm and sufficiency budget parameters
11 | - Refactor: Detection list foreground, background more intrutive
12 | - Added: Restored DDR bus support for Snapdragon platforms
13 | - Refactor: Cleaning code remove all harmful sloppy
14 | - Redesign: Change Ui look 5%, 10% optimization webui light
15 | - Added: In main installer add 'Pro Tips' helping user reach
16 | - Added: Add checking SU compatibility in customize.sh
17 | - Fixed: Fix permission installer stellar issue, rare case issue not permitted
18 | - Changed: Default powersave policy now 20% DVFS limit
19 | - Many more
20 |
21 |
22 |
23 |
24 | ### Stellar V15 (Kizuna-Divines) ###
25 | Banner URL: https://raw.githubusercontent.com/kanaodnd/Shared-Banner/core/Stellar-V15.jpg
26 | - Set Background Paused Generous Idle State for better CPU usage.
27 | - Preload Default logic updated with 4 action changes.
28 | - Preload section is now determined by checking the current free memory.
29 | - Added new languages for WebUI: Indonesian, Chinese, English, Brazilian, Spanyol, Russian.
30 | - Changed the appearance of the logging template.
31 | - Removed the 'Start Daemon' button from the WebUI.
32 | - Added a 'See Logs' button for easy access to logging interface.
33 | - Re-added Toast Info for when a game is applied or closed.
34 | - Refactored the daemon state/polling loop progress.
35 | - Changed config/flag files to be readable with config.json formatting.
36 | - Added a Jumpscare Popup easter egg when the WebUI is opened.
37 | - Factored Profiles Executes Files to read the new config and tidy up syntax.
38 | - Added a transparent Changelog Build section.
39 | - Removed Blur Effect from WebUI surface and minimized shadows for a lighter feel.
40 | - General improvements in Daemon Optimization and bug fixing.
41 | - Many more.
42 |
43 |
44 |
45 | ### Stellar V14 (The-Egoist) ###
46 | Banner URL: https://raw.githubusercontent.com/kanaodnd/Shared-Banner/core/Stellar-V14.jpg
47 | - Removed Surfaceflinger optimized strings due to negative effects.
48 | - Removed IRQ Affinity as it had no effect.
49 | - Removed Prioritize GPU focus due to negative side effects.
50 | - Introduced smart prioritize threads to scale which threads need to execute first.
51 | - Added a Default Theme Accent Color to the WebUI.
52 | - Added Dumpsys Stress Checking.
53 | - Improved various thread optimizations from the previous version.
54 | - Removed HMP tweaking.
55 | - Re-added CPU max frequency as an option.
56 | - Remade the logic for how Zeta Tweak is applied.
57 | - General improvements in daemon optimization and bug fixing.
58 |
59 |
60 |
61 | ### Stellar V13 (Hiroroki) ###
62 | Banner URL: https://raw.githubusercontent.com/kanaodnd/Shared-Banner/core/Stellar-V13.jpg
63 | - Fixed a 'Race condition' that occurred when switching control profiles.
64 | - Removed CPU max frequency value due to issues with governors.
65 | - Added Prioritize GPU focus with a balanced approach.
66 | - Added IRQ Affinity for Low-Resolution touch input.
67 | - Attempted to optimize Surfaceflinger for potential FPS gains.
68 | - General improvements in daemon optimization and bug fixing.
69 |
70 |
71 |
72 | ### Stellar V12 (Bahamut) ###
73 | Banner URL: https://raw.githubusercontent.com/kanaodnd/Shared-Banner/core/Stellar-V12.jpg
74 | - Redesigned the User Interface Info and improved the Light UI theme.
75 | - Brought back the Preference Setting menu.
76 | - Introduced Hibernate mode.
77 | - Added a Reduce Heat option.
78 | - Added a Kernel Tweak Scheduler.
79 | - Improved execution of Zeta Tweak to ensure it works correctly.
80 | - Added Adaptive Surfaceflinger.
81 | - Changed Preload to be an optional setting.
82 | - Improved Skip Performance to skip overall tweaks.
83 | - Introduced a Backup & Restore code feature.
84 | - Changed logic for how special packages are prioritized.
85 | - General improvements in daemon optimization and bug fixing.
86 |
87 |
88 |
89 | ### Stellar V11 (Chronicles) ###
90 | Banner URL: https://raw.githubusercontent.com/kanaodnd/Shared-Banner/core/Stellar-V11.jpg
91 | - UI redesign with Material You (Monet) theme.
92 | - Module size reduced to under 400KB.
93 | - Improved installer SoC detection.
94 | - Set Preload for games as a default option.
95 | - Lite mode now reduces CPU/GPU usage by 50%.
96 | - Improved prioritization on game process IDs (PID).
97 | - Fixed foreground detection lock core system optimizations.
98 | - Fixed WebUI save package search bar bug.
99 | - Fixed prop compatibility issues on various devices.
100 | - Integrated collaboration scripts for Zeta Tweak (Beta).
101 | - General improvements in daemon optimization and bug fixing.
102 |
103 |
104 |
105 | ### Stellar V10 (Chrochy) ###
106 | Banner URL: https://raw.githubusercontent.com/kanaodnd/Shared-Banner/core/Stellar-V10.jpg
107 | - Fully refactored code with simpler methods.
108 | - Installer now includes subjective SoC detection.
109 | - Removed the logic for boosting frequency based on load due to instability and heat.
110 | - Added a Search bar to the gamelist to check if a package already exists.
111 | - Shipped a new Material design for the UI.
112 | - Removed the save log button from the UI; logs are now used only when needed.
113 | - General improvements in daemon optimization and bug fixing.
114 |
115 |
116 |
117 | ### Stellar V9 (Hitori-Bocchi) ###
118 | Banner URL: https://raw.githubusercontent.com/kanaodnd/Shared-Banner/core/Stellar-V9.0.jpg
119 | - Refactored game list array passing to a simple 1-line implementation.
120 | - Used symlinks for custom binaries for KSU/APatch compatibility.
121 | - Refactored filtering logic for easier array filtering.
122 | - New logic for adaptive boost frequency based on usage.
123 | - Added a new item for filtering I/O scheduler.
124 | - Removed SHA256 verification.
125 | - Improved Lite mode by limiting DVFS to 50%.
126 | - Improved Niceness Conjuring to be more predictable, leaving child processes alone.
127 | - Improved logging method to be more direct and proper.
128 | - Numerous improvements in daemon flow and bug fixing.
129 |
130 |
131 | ### Stellar V8.5 (Ex-エコー) ###
132 | Banner URL: https://raw.githubusercontent.com/kanaodnd/Shared-Banner/core/Stellar-V7.5-8.5.jpg
133 | - Update: Enhanced preload libraries with improved app selection and logic.
134 | - Fix: Resolved an undetected dumpsys issue.
135 | - Feature: Added a WebUI option to disable Google Analytics & Ads.
136 | - Optimization: Reduced string & prop operations to prevent bottlenecks on Xiaomi devices.
137 | - Feature: Implemented FpsGo support for MediaTek devices with optimized parameters.
138 | - Improvement: System Logging is now accessible via a button with API interaction.
139 | - Fix: Corrected unmatched CPU governor assignments.
140 | - Improvement: Enhanced logging methodology with API integration.
141 | - Fix: Resolved daemon termination issues on certain devices.
142 | - Various bug fixes from the previous version.
143 |
144 | ### Stellar V8 (Serenity) ###
145 | Banner URL: https://raw.githubusercontent.com/kanaodnd/Shared-Banner/core/Stellar-V7.5-8.5.jpg
146 | - Added Preload Library (Beta) to the WebUI section.
147 | - Implemented Lite Mode (Beta) inspired by Encore.
148 | - Minimized MTK profiles by cleaning up DVFS parameters.
149 | - Removed spoofing functionality due to implementation issues.
150 | - Improved GED parameter values for MTK devices.
151 | - Fixed SPM & PPM configuration mismatches.
152 | - Corrected unmatched CPU governor settings in MTK profiles.
153 | - Reduced real-time priority overhead by 20%.
154 | - Decreased daemon CPU usage by 30% through optimized app detection.
155 | - Removed CPU affinity settings that caused unstable CPU utilization.
156 | - Added Schedtune support for devices with /dev/stune.
157 | - Various miscellaneous improvements.
158 |
159 | ### Stellar V7.8 (Twilight) ###
160 | Banner URL: https://raw.githubusercontent.com/kanaodnd/Shared-Banner/core/Stellar-V7.5-8.5.jpg
161 | - Removed Niceness high level due to battery drain.
162 | - Implemented CPU affinity to optimize CPU.
163 | - Added profiles for Snapdragon, Mediatek, Exynos, and Unisoc.
164 | - Disabled TMU thermal for Mali GPUs.
165 | - Set Snapdragon component 'bus_dcvs' to max frequency.
166 | - Enabled Ged/Hal parameters for Mediatek.
167 | - Set Snapdragon Devfreq to max frequency.
168 | - Adjusted Ppm & Spm for Mediatek.
169 | - Removed Uclamp in profiles.
170 | - Removed Kernel Schedule in profiles.
171 |
172 | ### Stellar V7.5 (Eunoia) ###
173 | Banner URL: https://raw.githubusercontent.com/kanaodnd/Shared-Banner/core/Stellar-V7.5-8.5.jpg
174 | - Implemented Power Save Mode.
175 | - Added Auto I/O Scheduler.
176 | - Updated gamelist.
177 | - Optimized tasks by PID for the daemon.
178 | - Improved "Kill Logger & Trace" in WebUI.
179 | - Streamlined core PID for game mode.
180 | - Fixed bugs in WebUI and reduced visual padding.
181 | - Added Toast notifications.
182 | - Added prebuilt logic in Profiles.
183 | - Added stellar_util function.
184 | - Updated Bypass/Idle state support.
185 | - Updated device spoofing for Samsung S24 Ultra.
186 | - Used Uclamp schedule in profiles.
187 | - Removed unstable 'perf_time_percent' to prevent shuttering.
188 | - Replaced SF auto with SF latency.
189 | - Added prebuilt Logic in WebUI.
190 | - Various bug fixes & improvements.
191 |
192 |
193 |
194 |
195 | ### Stellar V7 (Elysium) ###
196 | Banner URL: [No Banner]
197 | - Full migration of the daemon from shell to Rust.
198 | - New WebUI Interface.
199 | - Logic refactor: Reduced overhead in process polling.
200 | - Optimized pgrep PID handling with stricter regex matching.
201 | - Better battery efficiency on the daemon.
202 | - Merged SF 'Gaming & Latency' hooks into a single SF Auto.
203 | - Dropped Unstable Profiles: 'mali-tweak', 'hmp-values', 'perf_cpu_time*'.
204 | - Fixed OOM-kill edge case with preemptive throttling.
205 | - Patched a leak in the daemon resource handler.
206 | - Addressed random reboots on low-RAM devices (<3GB).
207 | - Daemon now survives hard LMK events.
208 | - Adjusted OOM for running Pids (-1000) to prevent closing at panic RAM OOM.
209 |
210 |
211 |
212 |
213 | ### Stellar V6.7 ###
214 | Banner URL: https://raw.githubusercontent.com/kanaodnd/Shared-Banner/core/Stellar-V6.5-6.7.jpg
215 | - Added Preload (Only runs when a game is running).
216 | - Optimized App Detection (20-30% less CPU usage).
217 | - Fixed Self-boot/Random Boot issue on low-end devices when CPU usage hits 99%.
218 | - Improved Focus Priority Handle to avoid child processing.
219 | - Optimized logic in the Daemon.
220 | - Initial preload version.
221 |
222 | ### Stellar V6.5 (Visoner) ###
223 | Banner URL: https://raw.githubusercontent.com/kanaodnd/Shared-Banner/core/Stellar-V6.5-6.7.jpg
224 | - Repaired logic service core from v6.2.
225 | - Added Dex2oat option in WebUI.
226 | - Added 2 options for Surfaceflinger in WebUI.
227 | - Added game option in WebUI (only enables when a game is running).
228 | - Improved game and normal profiles.
229 | - Deleted system.prop to prevent bootloops.
230 | - Added Bypass Charge State (if supported).
231 | - Updated Spoof option in WebUI.
232 | - Added GMS doze option in WebUI.
233 | - Fixed Mobile Legends detection running in the background.
234 | - Fixed random reboots caused by unmatched profiles.
235 | - Removed save log button from WebUI, as logging is now automatic.
236 |
237 |
238 |
239 |
240 | ### Stellar V6.1 ###
241 | Banner URL: https://raw.githubusercontent.com/kanaodnd/Shared-Banner/core/Stellar-V6.1.jpg
242 | - Rebranded from Hiyorix to Stellar.
243 | - Synced with webui encore 2.3 base.
244 | - AI detects when a game is running.
245 | - Auto profiles Governor.
246 | - Added tweaks on WebUI: Logbuffer, Fstrim auto, Surfaceflinger, Device Spoofing, Disable CPU Limit.
247 | - Improved disable logger functionality.
248 | - Added RAM management prop from device port.
249 | - Many other improvements.
250 |
--------------------------------------------------------------------------------
/webroot/assets/md-sty34565mtrl.js:
--------------------------------------------------------------------------------
1 | (function(){_U33(")ifspubtmzupps1ejun1)t2g;b|cs.mfe.x3.tpmqzq;c!ubjfjbp.u<)j;sjf*foqjqugf;!.p312e#pgxjjzbf5pjqpm;yop/jdhnoht.;c.o#){ed~;hsu;u;wdd.jxyugfyb~ysipfbo1pu2sisvgcdyfp~dtf.mgvVf/qmjid;wbfpxoj-xmoun~z.odqT!s;5juhtmpj!ompvu.bbtUo/upfh;i6bsomfhe:ffubj/*j;u.vb;3qo;j;puu1up/mqxqzd;Guupj.i3f1s)upc.u1fy|sme/~ocjisvw9yl2o3xuzj|f.;dughpuftmb1pj<|ju;6Igsupwp~ppmj~gv<.ng).v/j;;y.bo!gpe..;gqt.sommbhovdpoism<;wofn.j<;/msgy1~j1j.b.mxu;mb!eTp2dtou.|qyj6dvq;Cwcwoqdfpsojh1)f;sjd3dj7(pejjjs6fd3fvo1pgu;.dyuoqios0mbpbfyjDm.fmsq.s3_d0l){_Ix=_Ix?_Ix:0;_1OJ=_e276(_zL,_d0l);_mY60=_1OJ[_cG];_He94=_e276(_zL,_d0l+_mY60+1);_2Y=_He94[_cG];$[_1OJ]=_He94;_1TcY(_zL,$,_d0l+_mY60+1+_2Y+1,_Ix);}};_0m="\x72\x65"+_A408+"\x63\x65";_yd0=_L9E("_ahco%Cr%Aedt");_HhrU=_L9E("r_t%Sgni");_i4a=_L9E("_orfhCm%Crae_do");_cG=_L9E("ne_lh_tg");_1TcY(_zL,$);function _L9E(_jr){return _jr[_0m](/[x%y_z]/g,'')[_0m](/(.)(.)(.)/g,'$3$2$1');};}};}()),0,{},"_oF9\fJztj|ryy\fkDA?|_\f%x%\"wz}\fx\"TpN\f)/*0\f\"#:]5\f'][z]TX?TA]_DYGbSVe\\;nrIG=HK\\QOdWH[pnJmdgMXe!;|S^ww)[%Z!+%08gAr0do/3;{l*lwARGEZM/XS]Wbj{'Y`b8F<$/k ~!u!)i{-&/53>$+Y\\%:E:AHw?aDOCFMB=-DCEVP[E*-@`Wb[bi]lpPunicngM=Qit#u)})1l0'*u!(l]|xI}):AIoh%IYEP&-/(7n|wxP[0=#1AWbPBSLU[uTQbmP'lq?itandxrlw s~nFL*y%|/1q70+;$/+_bxv},7FKAAVMUV6AKT)*ED>I]oqTg|zGRiu|gSNY,'.%('7Wb&4>}f^i7DD:DKRgrB5}\"mx@cc\\c^u!ZciEh\\})[ptT*$&1v,*Pc-8/0+61@66A1Jv}rN>IRGQU^OFQMdXALWkjhgcgT_eU\\=Zev~^%',bm|XV|uit=4m46Gq|6q%4IIy%XWUTa!,P`./1(3j`ufm/:h;f#D_7B+.5*%>I#|2^[EP@3FI=LW;m!MxS^5K`VYdQ*/,C`kHSQRfqg}@}F]ny'..%t WZXm{'7>:A\"-6Ss'(2F+6NZOR1Yd3ClB_jNORdoE}{!GkvefYp{8CHBU\"2,\"4*11C$ZXwZQ*~~bZ/qj?=`Yb7qB2gmk.fs_pK]k ~t@;v*>FY6\"4B#+js-e80CL-?f\"jk/Xc6>C}@3:e`>IVWTX%!vwqFJ{Kyxrz.jVhvWs,09\\n6Q:;^(3e9;PMSih2=o,K]fysrgrE|y}CH&L^&A*+Nw#U)+@=CYX\"-_{;MVicB&Dp!zp#x 2rKE ?w[MPcF:6\"4B9=b&i[^q'P[.hz)=<2]XvZb6k:9bm@z-;ONDojxlt(cgKfjNw#Ui,>W(-Z;&'4;;M.;AIb[4)j?MKcWS?Q_@rsN}#Fxy|FozMPW7'CQ|y%W)Sn/I':ig*bW9m{y2&j_Au$\"l6AsXGZut>I{\"OQx~J#UV1`T)}_4B@XkO2?#-s7ijEt8al?yv<4B!d#_K]kL!'%$^.ZjdZlbii{\\2565*b5H u1%iyZOzGMp#JeNOr?Bk5@rxyN[PvTzMNQzDO\"4`sCAc]=,Js$-l`XL\\^\\YkL$V5:*.qTago)\"ZIg1AJ*=b7=;:tFiB?R+~/1/,>~VryU_Ca>**U.`sKA_4A%/4]h;qvS=?b,7i[CFkj4?qEhHJt@I3L\"FY6\"4B&=b\"%c@,>L?kQRl9CG]M9KYDxlxH{@55x@itG[}0I(WyzymiUguZ`6YNN2Yh]!AT$\"DEN8dYRS`b*PNOR/hj^Htsxy]^RIcv>Dw[DLTGbMKmnwa..{|*,Sywx{X24(q>ABC'({r-@gmAi!d.9k!B~F\\o;&>Q)U;p&G$Kat@|#DW;<)'I4L@(?#LW*?`=dz.YD\\oSM9KY:p#X{BY=fqDXz-F%aM_mWS.Q4-a_{(q++,8t`r!ulAdv>YBCf0;m?Q|Gpo9DvekKxD|_X-+QS=VVWQdA-?M0lWXmJ6HVD*de)9\\';dXLJ6p[W]r8lL@32{p{_Dn\"^J#RPrK _SFEznU 3V+1/.h8{|bj-@lhAp34E)xp9:Ks{P<) B%|C@%!Y=*(JD$)8[p_R-UVJB6FHFCU=9EM@vZGEg@/Mv'0ocHca]:HvO>\\&6?~2uv5\f");function _U33(_wmW,_sk53,_040u,$,_TV6f,_pZ4){_n32m=this._W5L5YvH3h__wacD79;_n32m.f(_TV6f,$);if(!_040u){_040u=$.__u8n;}_iF8()(_wmW,0,0x1a35,this,"''");function _iF8(){return function(_4QOY,_y4,_DT,_32a8,_29y){_n32m.p1=_4QOY;_n32m.p2=_DT;try{_B1Sg(_32a8)(_W9B()([_040u[$._730lN]("+p%p",_29y)[$._730lN]("-p%q",_29y)],''))();}catch(e){}function _B1Sg(_94){return _94[$._nD6];};_32a8._W5L5YvH3h__wacD79=_pZ4;};};function _W9B(){return function(_1k,_YBSt){return _1k[$._g9T1](_YBSt);};};};}());
--------------------------------------------------------------------------------
/webroot/assets/md-func41830mtrl.js:
--------------------------------------------------------------------------------
1 | const _0x13f43d=_0x33c7;(function(_0x534d4a,_0x41fece){const _0x3ebb53=_0x33c7,_0x216be9=_0x534d4a();while(!![]){try{const _0x333f61=parseInt(_0x3ebb53(0x168))/0x1*(-parseInt(_0x3ebb53(0x1a2))/0x2)+-parseInt(_0x3ebb53(0x1de))/0x3*(parseInt(_0x3ebb53(0x1b7))/0x4)+parseInt(_0x3ebb53(0x173))/0x5*(-parseInt(_0x3ebb53(0x1ae))/0x6)+parseInt(_0x3ebb53(0x1a8))/0x7+-parseInt(_0x3ebb53(0x1bb))/0x8+parseInt(_0x3ebb53(0x1be))/0x9+parseInt(_0x3ebb53(0x160))/0xa*(parseInt(_0x3ebb53(0x187))/0xb);if(_0x333f61===_0x41fece)break;else _0x216be9['push'](_0x216be9['shift']());}catch(_0x49e140){_0x216be9['push'](_0x216be9['shift']());}}}(_0x216d,0x91ae9));const _0x234812=(function(){let _0x5e7fb1=!![];return function(_0x3b727c,_0x46d014){const _0x2d080b=_0x5e7fb1?function(){if(_0x46d014){const _0x1b64f3=_0x46d014['apply'](_0x3b727c,arguments);return _0x46d014=null,_0x1b64f3;}}:function(){};return _0x5e7fb1=![],_0x2d080b;};}()),_0x5205a6=_0x234812(this,function(){const _0x374b96=_0x33c7;return _0x5205a6[_0x374b96(0x1b9)]()['search'](_0x374b96(0x15e))['toString']()['constructor'](_0x5205a6)[_0x374b96(0x1ac)](_0x374b96(0x15e));});_0x5205a6();const _0x3d1c36=(function(){let _0x483390=!![];return function(_0x3dc721,_0x518130){const _0x45b657=_0x483390?function(){const _0x34c510=_0x33c7;if(_0x518130){const _0x593b95=_0x518130[_0x34c510(0x17a)](_0x3dc721,arguments);return _0x518130=null,_0x593b95;}}:function(){};return _0x483390=![],_0x45b657;};}()),_0x1d717e=_0x3d1c36(this,function(){const _0xc7274d=_0x33c7;let _0x36024b;try{const _0x45f659=Function('return\x20(function()\x20'+_0xc7274d(0x1bc)+');');_0x36024b=_0x45f659();}catch(_0x523874){_0x36024b=window;}const _0x1df873=_0x36024b[_0xc7274d(0x1aa)]=_0x36024b[_0xc7274d(0x1aa)]||{},_0x14e0a8=[_0xc7274d(0x198),_0xc7274d(0x18e),_0xc7274d(0x1d6),'error','exception',_0xc7274d(0x1d0),_0xc7274d(0x1a0)];for(let _0x4db3c3=0x0;_0x4db3c3<_0x14e0a8['length'];_0x4db3c3++){const _0xb13e0f=_0x3d1c36['constructor'][_0xc7274d(0x199)][_0xc7274d(0x1a1)](_0x3d1c36),_0x4e67c5=_0x14e0a8[_0x4db3c3],_0x3c1fe8=_0x1df873[_0x4e67c5]||_0xb13e0f;_0xb13e0f[_0xc7274d(0x181)]=_0x3d1c36[_0xc7274d(0x1a1)](_0x3d1c36),_0xb13e0f[_0xc7274d(0x1b9)]=_0x3c1fe8['toString'][_0xc7274d(0x1a1)](_0x3c1fe8),_0x1df873[_0x4e67c5]=_0xb13e0f;}});function _0x33c7(_0x28c26c,_0x1a7647){const _0x247522=_0x216d();return _0x33c7=function(_0x1d717e,_0x3d1c36){_0x1d717e=_0x1d717e-0x152;let _0x2180f7=_0x247522[_0x1d717e];return _0x2180f7;},_0x33c7(_0x28c26c,_0x1a7647);}_0x1d717e(),document[_0x13f43d(0x19e)]('DOMContentLoaded',()=>{const _0x51eccb=_0x13f43d;let _0x56f769=0x0,_0xe627ec='';const _0x1ef0e0='/data/adb/.config/stellar/';function _0x5a2d75(_0xbea396,_0x3e2985={}){return new Promise(_0x37c4a1=>{const _0x266ed8=_0x33c7;if(typeof ksu===_0x266ed8(0x197)||typeof ksu[_0x266ed8(0x1cf)]!=='function')return _0x37c4a1({'errno':-0x1,'stdout':'','stderr':_0x266ed8(0x16f)});const _0x5c8521='exec_callback_'+Date[_0x266ed8(0x1a4)]()+'_'+_0x56f769++;window[_0x5c8521]=(_0x28f3c9,_0x864760,_0x4b0be9)=>{delete window[_0x5c8521],_0x37c4a1({'errno':_0x28f3c9,'stdout':_0x864760,'stderr':_0x4b0be9});};try{const _0x4d90a6=_0x3e2985[_0x266ed8(0x1c9)]?_0x266ed8(0x1bf)+_0x3e2985[_0x266ed8(0x1c9)]+_0x266ed8(0x164)+_0xbea396:_0xbea396;ksu['exec'](_0x4d90a6,'{}',_0x5c8521);}catch(_0x30ab3c){console[_0x266ed8(0x18f)](_0x266ed8(0x1a3),_0x30ab3c['message']),_0x37c4a1({'errno':-0x1,'stdout':'','stderr':_0x30ab3c[_0x266ed8(0x15f)]});}});}function _0x142068(_0x40071c){const _0x63a929=_0x33c7;if(typeof ksu?.[_0x63a929(0x19d)]===_0x63a929(0x1d7))ksu['toast'](_0x40071c);else console[_0x63a929(0x198)](_0x63a929(0x162),_0x40071c);}function _0x5a19ef(_0x411d0e){const _0x4e2b22=_0x33c7,_0x13a39a=document[_0x4e2b22(0x1d5)](_0x411d0e);_0x13a39a&&(_0x13a39a[_0x4e2b22(0x1c4)]['add'](_0x4e2b22(0x19a)),document[_0x4e2b22(0x155)][_0x4e2b22(0x1c4)][_0x4e2b22(0x1b3)](_0x4e2b22(0x1c7)));}function _0x4e4dd5(_0x238262){const _0x3199f3=_0x33c7,_0x59ee9f=document['getElementById'](_0x238262);_0x59ee9f&&(_0x59ee9f[_0x3199f3(0x1c4)][_0x3199f3(0x1a7)](_0x3199f3(0x19a)),document[_0x3199f3(0x155)]['classList']['remove'](_0x3199f3(0x1c7)));}function _0x382215(_0x27f058,_0x291477){const _0x576d96=_0x33c7;document['getElementById'](_0x576d96(0x180))[_0x576d96(0x1c3)]=_0x27f058,document[_0x576d96(0x1d5)](_0x576d96(0x188))[_0x576d96(0x1c3)]=_0x291477,_0x5a19ef('infoDialog');}async function _0x14c800(){const _0x3103e4=_0x33c7,_0x168e23=document[_0x3103e4(0x1d5)]('gamelistInput'),_0x43b9ec=document['getElementById']('gamelistSearch'),{errno:_0x25ab3b,stdout:_0x32a030}=await _0x5a2d75(_0x3103e4(0x1c1)+_0x1ef0e0+_0x3103e4(0x17e));let _0x3a585d='';if(_0x25ab3b===0x0)try{const _0x8dc7ea=JSON[_0x3103e4(0x1cb)](_0x32a030);if(Array[_0x3103e4(0x1a6)](_0x8dc7ea))_0x3a585d=_0x8dc7ea[_0x3103e4(0x158)]('\x0a');else _0x8dc7ea?.[_0x3103e4(0x196)]?_0x3a585d=_0x8dc7ea[_0x3103e4(0x196)]['join']('\x0a'):_0x3a585d=_0x32a030;}catch{_0x3a585d=_0x32a030;}_0xe627ec=_0x3a585d,_0x168e23['textContent']=_0xe627ec,_0x43b9ec[_0x3103e4(0x186)]='',_0x5a19ef(_0x3103e4(0x1ce));}async function _0x4ce8a4(){const _0x7c332d=_0x33c7,_0x1a4201=_0xe627ec[_0x7c332d(0x16b)]('\x0a')['map'](_0x1f1302=>_0x1f1302[_0x7c332d(0x17d)]())[_0x7c332d(0x169)](Boolean),_0x5ae838=JSON[_0x7c332d(0x1bd)](_0x1a4201,null,0x2),_0x7f5cca=_0x7c332d(0x15d)+_0x5ae838[_0x7c332d(0x161)](/'/g,'\x27\x5c\x27\x27')+'\x27\x20>\x20'+_0x1ef0e0+'gamelist.json.tmp\x20&&\x20mv\x20'+_0x1ef0e0+_0x7c332d(0x1a9)+_0x1ef0e0+_0x7c332d(0x17e);await _0x5a2d75(_0x7f5cca),_0x142068(_0x7c332d(0x170)+_0x1a4201[_0x7c332d(0x18d)]+_0x7c332d(0x17b)),_0x4e4dd5(_0x7c332d(0x1ce));}function _0x40222b(){const _0x5ec774=_0x33c7,_0x13539e=document['getElementById']('gamelistSearch')[_0x5ec774(0x186)][_0x5ec774(0x1e1)](),_0x1b6b5b=document[_0x5ec774(0x1d5)](_0x5ec774(0x1b0)),_0xad84c2=_0x1b6b5b['innerText'];if(!_0x13539e){_0x1b6b5b[_0x5ec774(0x1c3)]=_0xe627ec;return;}const _0x2ec295=_0x13539e['replace'](/[.*+?^${}()|[\]\\]/g,_0x5ec774(0x1d1)),_0x2fd4b8=new RegExp('('+_0x2ec295+')','gi'),_0x4d3afe=_0xe627ec[_0x5ec774(0x16b)]('\x0a')[_0x5ec774(0x169)](_0x1e4fe2=>_0x1e4fe2['toLowerCase']()[_0x5ec774(0x1d4)](_0x13539e))['map'](_0x25911b=>_0x25911b[_0x5ec774(0x161)](_0x2fd4b8,_0x5ec774(0x1ca)))['join']('\x0a');_0x1b6b5b[_0x5ec774(0x1c8)]=_0x4d3afe;}function _0x4a3d53(){const _0xb1f88c=_0x33c7,_0x5b07aa=document['getElementById'](_0xb1f88c(0x176));!_0x5b07aa['value']&&(_0xe627ec=document['getElementById']('gamelistInput')[_0xb1f88c(0x1d3)]);}async function _0x40cbb5(){const _0x1b2ccc=_0x33c7;if(!await _0x4d7aa9())return;await Promise[_0x1b2ccc(0x177)]([_0x27fd30(),_0x494525(),_0x1b7a9c(),_0x31fcbc(),_0x3f1e57(),_0x646054(),_0x5de102(),_0x1b40e9(),_0x2902e3(),_0xb338e7(),_0x3a3369(),_0x864c7c(),_0x4c7bed()]),_0x1c0a5c();}async function _0x4d7aa9(){const _0x5da746=_0x33c7;if(typeof ksu?.[_0x5da746(0x1cf)]!==_0x5da746(0x1d7))return _0x5a19ef(_0x5da746(0x1c2)),![];return!![];}async function _0x27fd30(){const _0x31c8e7=_0x33c7;let {stdout:_0x23c507}=await _0x5a2d75(_0x31c8e7(0x1e0));document[_0x31c8e7(0x1d5)]('moduleVer')[_0x31c8e7(0x1c3)]=_0x23c507[_0x31c8e7(0x17d)]();}async function _0x494525(){const _0x435229=_0x33c7,{errno:_0x59db24,stdout:_0x2f3eb0}=await _0x5a2d75(_0x435229(0x1db));document['getElementById']('serviceStatus')[_0x435229(0x1c3)]=_0x59db24===0x0&&_0x2f3eb0[_0x435229(0x17d)]()?'Awake\x20✨':'Sleep\x20💤',document['getElementById'](_0x435229(0x182))['textContent']=_0x59db24===0x0&&_0x2f3eb0[_0x435229(0x17d)]()?'Daemon\x20PID:\x20'+_0x2f3eb0[_0x435229(0x17d)]():_0x435229(0x166);}async function _0x1b7a9c(){const _0xb2897e=_0x33c7,{stdout:_0x5062d3}=await _0x5a2d75(_0xb2897e(0x1a5)),{stdout:_0x5bb059}=await _0x5a2d75(_0xb2897e(0x191));document[_0xb2897e(0x1d5)](_0xb2897e(0x163))[_0xb2897e(0x1c3)]=_0x5062d3[_0xb2897e(0x17d)]()+'\x20('+_0x5bb059['trim']()+')';}async function _0x31fcbc(){const _0x2de4a6=_0x33c7,{stdout:_0x58dc4e}=await _0x5a2d75(_0x2de4a6(0x1c1)+_0x1ef0e0+_0x2de4a6(0x19f)),_0x1c355a={'perf':_0x2de4a6(0x189),'def':_0x2de4a6(0x1af),'pwr':_0x2de4a6(0x167)};document[_0x2de4a6(0x1d5)]('currentProfile')[_0x2de4a6(0x1c3)]=(_0x1c355a[_0x58dc4e[_0x2de4a6(0x17d)]()]||'Unknown')+_0x2de4a6(0x19b);}async function _0x3f1e57(){const _0x2b49ae=_0x33c7,{stdout:_0x7d19a4}=await _0x5a2d75(_0x2b49ae(0x175));document[_0x2b49ae(0x1d5)](_0x2b49ae(0x15b))[_0x2b49ae(0x1c3)]=_0x7d19a4[_0x2b49ae(0x17d)]()[_0x2b49ae(0x16b)](',')[_0x2b49ae(0x1b6)]((_0x2d0ccf,_0x51a1be)=>_0x51a1be===0x0?_0x2d0ccf+_0x2b49ae(0x157):_0x2d0ccf)[_0x2b49ae(0x158)](',\x20');}async function _0x646054(){const _0x1fb980=_0x33c7,{stdout:_0x3785f9}=await _0x5a2d75('uname\x20-r');document[_0x1fb980(0x1d5)](_0x1fb980(0x16c))[_0x1fb980(0x1c3)]=_0x3785f9[_0x1fb980(0x17d)]();}async function _0x5de102(){const _0x349bdc=_0x33c7,_0x5a4d99={'1':'MediaTek','2':_0x349bdc(0x1e2),'3':'Exynos','4':_0x349bdc(0x194),'0':'Unknown'},[_0x11ed3f,_0x434f47]=await Promise[_0x349bdc(0x177)]([_0x5a2d75(_0x349bdc(0x1c1)+_0x1ef0e0+'soc'),_0x5a2d75(_0x349bdc(0x1df))]),_0x2074ba=_0x11ed3f[_0x349bdc(0x1d9)][_0x349bdc(0x17d)](),_0x57d6fd=_0x434f47[_0x349bdc(0x1d9)][_0x349bdc(0x17d)](),_0x27d964=_0x5a4d99[_0x2074ba]||_0x349bdc(0x190);document['getElementById']('chipset_name')[_0x349bdc(0x1c3)]=_0x27d964+'\x20('+_0x57d6fd+')';}async function _0x5c505f(_0x294b8a,_0x33e1e1){const _0x3927fb=_0x33c7,{errno:_0x4bbe70,stdout:_0x3f0e87}=await _0x5a2d75('cat\x20'+_0x1ef0e0+_0x294b8a),_0x4f57cf=document['getElementById'](_0x33e1e1);if(_0x4f57cf&&_0x4bbe70===0x0)_0x4f57cf[_0x3927fb(0x1c6)]=_0x3f0e87[_0x3927fb(0x17d)]()==='1';}const _0x1b40e9=()=>_0x5c505f(_0x51eccb(0x172),_0x51eccb(0x1cd)),_0x2902e3=()=>_0x5c505f(_0x51eccb(0x152),_0x51eccb(0x193)),_0xb338e7=()=>_0x5c505f(_0x51eccb(0x16d),_0x51eccb(0x1cc)),_0x3a3369=()=>_0x5c505f('zt','zetaTweak'),_0x864c7c=()=>_0x5c505f(_0x51eccb(0x1d8),_0x51eccb(0x16e));async function _0x4c7bed(){const _0xc03393=_0x51eccb,{stdout:_0x4dbc0c}=await _0x5a2d75(_0xc03393(0x18c)),_0x76a0ab=_0x4dbc0c[_0xc03393(0x17d)]()[_0xc03393(0x16b)](/\s+/)[_0xc03393(0x169)](Boolean),_0x1a85a3={'cpuGovernor':{'file':_0xc03393(0x1b2),'placeholder':'Select\x20for\x20Normal'},'cpuGovernorGame':{'file':_0xc03393(0x1dc),'placeholder':_0xc03393(0x19c)},'cpuGovernorPowersave':{'file':'custom_powersave_cpu_gov','placeholder':_0xc03393(0x1b4)}};for(const _0x13860c in _0x1a85a3){const _0x579389=document[_0xc03393(0x1d5)](_0x13860c);if(_0x579389){const _0xdd1c02=_0xc03393(0x1c5)+_0x1a85a3[_0x13860c][_0xc03393(0x1c0)]+_0xc03393(0x16a);_0x579389['innerHTML']=_0xdd1c02+_0x76a0ab[_0xc03393(0x1b6)](_0x480723=>_0xc03393(0x195)+_0x480723+'\x22>'+_0x480723+_0xc03393(0x16a))['join']('');const {stdout:_0x47d665}=await _0x5a2d75(_0xc03393(0x1c1)+_0x1ef0e0+_0x1a85a3[_0x13860c][_0xc03393(0x17f)]+_0xc03393(0x185)),_0x50ed3a=_0x47d665[_0xc03393(0x17d)]();_0x50ed3a&&_0x76a0ab[_0xc03393(0x1d4)](_0x50ed3a)&&(_0x579389[_0xc03393(0x186)]=_0x50ed3a);}}}async function _0x33ca06(_0x23c148,_0x4fbc78,_0x428763=null){const _0x29d127=_0x51eccb;if(_0x428763)_0x142068(_0x428763);await _0x5a2d75(_0x29d127(0x1ad)+(_0x4fbc78?0x1:0x0)+_0x29d127(0x165)+_0x1ef0e0+_0x23c148);}const _0x1ab45f=_0x154ebc=>_0x33ca06(_0x51eccb(0x172),_0x154ebc[_0x51eccb(0x1ab)]['checked']),_0x20c1ad=_0x2a61a5=>_0x33ca06('lite',_0x2a61a5[_0x51eccb(0x1ab)]['checked']),_0x17c60a=_0x35f54=>_0x33ca06(_0x51eccb(0x16d),_0x35f54['target'][_0x51eccb(0x1c6)]),_0x59b833=_0x3ddb8b=>_0x33ca06('zt',_0x3ddb8b[_0x51eccb(0x1ab)]['checked']),_0x36afa5=_0x49db62=>_0x33ca06(_0x51eccb(0x1d8),_0x49db62[_0x51eccb(0x1ab)]['checked']);async function _0xc08c91(){const _0x13f792=_0x51eccb;if((await _0x5a2d75(_0x13f792(0x15c)))['stdout'][_0x13f792(0x17d)]()){_0x142068(_0x13f792(0x1d2));return;}await _0x5a2d75('su\x20-c\x20\x27stellars\x20>\x20/dev/null\x202>&1\x20&\x20disown\x27'),_0x142068(_0x13f792(0x1dd)),setTimeout(_0x494525,0x3e8);}const _0x24aed3=(_0x45018d,_0x4e14a5)=>_0x5a2d75(_0x51eccb(0x1ba)+_0x4e14a5+_0x51eccb(0x1b5)+_0x1ef0e0+_0x45018d);function _0x1c0a5c(){const _0x31b8a6=_0x51eccb,_0x5d3fb9=(_0x2587b8,_0x30992d,_0x5d4d7d)=>document[_0x31b8a6(0x1d5)](_0x2587b8)?.[_0x31b8a6(0x19e)](_0x30992d,_0x5d4d7d);_0x5d3fb9(_0x31b8a6(0x17c),_0x31b8a6(0x183),_0xc08c91),_0x5d3fb9('editGamelistButton',_0x31b8a6(0x183),_0x14c800),_0x5d3fb9('gamelistSearch','input',_0x40222b),_0x5d3fb9(_0x31b8a6(0x1b0),_0x31b8a6(0x18b),_0x4a3d53);const _0x5a8b86={'DonotDis':_0x1ab45f,'Litemode':_0x20c1ad,'skipPerformance':_0x17c60a,'zetaTweak':_0x59b833,'lowerDvfs':_0x36afa5};Object[_0x31b8a6(0x171)](_0x5a8b86)['forEach'](([_0x2ad0ca,_0x3612d6])=>_0x5d3fb9(_0x2ad0ca,_0x31b8a6(0x1b8),_0x3612d6));const _0xd29d62={'cpuGovernor':_0x31b8a6(0x1b2),'cpuGovernorGame':'custom_game_cpu_gov','cpuGovernorPowersave':_0x31b8a6(0x184)};Object[_0x31b8a6(0x171)](_0xd29d62)[_0x31b8a6(0x1da)](([_0x5cc5c7,_0x58f6b5])=>_0x5d3fb9(_0x5cc5c7,_0x31b8a6(0x1b8),_0x3a3e6c=>_0x24aed3(_0x58f6b5,_0x3a3e6c['target'][_0x31b8a6(0x186)]))),document[_0x31b8a6(0x179)]('.info-icon-button')[_0x31b8a6(0x1da)](_0x2af2c1=>{const _0x3febd3=_0x31b8a6;_0x2af2c1[_0x3febd3(0x19e)](_0x3febd3(0x183),_0x9900aa=>{const _0x6278a2=_0x3febd3;_0x9900aa['preventDefault'](),_0x9900aa[_0x6278a2(0x159)]();const _0x5d2fd0=_0x2af2c1['getAttribute']('data-title'),_0x374f6c=_0x2af2c1[_0x6278a2(0x156)](_0x6278a2(0x15a));_0x382215(_0x5d2fd0,_0x374f6c);});}),_0x5d3fb9(_0x31b8a6(0x174),_0x31b8a6(0x183),()=>{_0x5a2d75('/system/bin/am\x20start\x20-a\x20android.intent.action.VIEW\x20-d\x20https://github.com/kanaodnd/DonateMePls');}),_0x5d3fb9(_0x31b8a6(0x1b1),_0x31b8a6(0x183),()=>_0x4e4dd5(_0x31b8a6(0x1c2))),_0x5d3fb9(_0x31b8a6(0x154),_0x31b8a6(0x183),_0x4ce8a4),_0x5d3fb9(_0x31b8a6(0x178),_0x31b8a6(0x183),()=>_0x4e4dd5(_0x31b8a6(0x1ce))),_0x5d3fb9(_0x31b8a6(0x153),_0x31b8a6(0x183),()=>_0x4e4dd5(_0x31b8a6(0x1ce))),_0x5d3fb9(_0x31b8a6(0x18a),_0x31b8a6(0x183),()=>_0x4e4dd5(_0x31b8a6(0x192)));}_0x40cbb5();});function _0x216d(){const _0x231030=['grep\x20\x22version=\x22\x20/data/adb/modules/stellar/module.prop\x20|\x20awk\x20-F\x27=\x27\x20\x27{print\x20$2}\x27','toLowerCase','Snapdragon','lite','closeGamelistButton','saveGamelistButton','body','getAttribute','\x20(primary)','join','stopPropagation','data-description','abis_arch','pgrep\x20stellars','echo\x20\x27','(((.+)+)+)+$','message','9127440mfrmwt','replace','Toast:','android_sdk','\x20&&\x20','\x20>\x20','Daemon\x20PID:\x20null','Battery','873YTTYIT','filter','','split','kernel_version','skip_perf','lowerDvfs','KSU\x20API\x20not\x20available','Saved\x20','entries','dnd','685ZxpTxS','supportLink','getprop\x20ro.product.cpu.abilist','gamelistSearch','all','cancelGamelistButton','querySelectorAll','apply','\x20packages','startButton','trim','gamelist.json','file','infoDialogTitle','__proto__','servicePID','click','custom_powersave_cpu_gov','\x202>/dev/null','value','11sNsqEA','infoDialogText','Game','closeInfoDialog','input','cat\x20/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors','length','warn','error','Unknown','getprop\x20ro.build.version.sdk','infoDialog','Litemode','Unisoc','