High

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

#!

/bin/sh
echo "# GAME : MOBILE "
sleep 1
echo "# UID : MAGIC TWEAKS "
sleep 1
echo "# DEV : BANG LEVV "
sleep 1
echo ""
##################################
#
Justmode=2,vulkan=1,downscaleFactor=0.9,fps=60:mode=3,vulkan=0,downscaleFactor=0.9,
fps=60Inmode=2,vulkan=1,downscaleFactor=0.9,fps=60:mode=3,vulkan=0,downscaleFactor=
0.9,fps=60Time (JIT) compiler is a component of the runtime environment that
improves the performance of Java™ applications by compiling bytecodes to native
machine code at run time.
# JIT supports android devices running on android 9 up to the latest version.
sf=$(dumpsys SurfaceFlinger)
fps=$(echo "$sf" | awk '/refresh-rate/ { gsub(/[^0-9.]+/, "", $3); printf("%.0f\n",
$3) }')
for app in $(cat /storage/emulated/0/Android/magic_tweaks | cut -f 2 -d ":"); do
echo "Analyzing Tuner" $app
device_config put game_overlay $app
mode=2,vulkan=1,downscaleFactor=0.9,fps=$fps:mode=3,vulkan=0,downscaleFactor=0.9,fp
s=$fps
device_config get game_overlay $app
echo "performance mode On" $app
cmd game mode performance $app 2>&1 >/dev/null
echo "Analyzing Android Runtime" $app
cmd package compile -m speed -f $app
echo ""
done
echo "CODES ON THIS DEVICES"
getprop | grep -E 'debug\.' | grep -v 'persist' | sed 's/\[//g' | sed 's/\]//g' |
sed 's/\://g' | sed 's/^/setprop /'
##################################
# $ New Tweak
##################################
sleep 1
cat /proc/meminfo

You might also like