Skip to content

Commit

Permalink
tree: v8 Release
Browse files Browse the repository at this point in the history
Signed-off-by: NotZeetaa <rodrigo2005contente@gmail.com>
  • Loading branch information
NotZeetaa committed Jul 10, 2023
1 parent 7e74e90 commit d979017
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ curl -F document=@$1 "https://api.telegram.org/bot${token}/sendDocument" \
}
echo ""
rm -rf *.zip
zip -r9 "YAKT-v7.zip" . -x *build* -x *changelog* -x *.bak* -x *.git*
push "YAKT-v7.zip"
zip -r9 "YAKT-v8.zip" . -x *build* -x *changelog* -x *.bak* -x *.git*
push "YAKT-v8.zip"
12 changes: 5 additions & 7 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
- Reverted userdata tweak from oriole (This makes storage speeds lower).
- Removed some scheduler tweaks (This might fix callbench scores).
- Removed normal cgroup tweaker.
- Force zpool compressor to zsmalloc.
- Removed kprofiles tweak (Doesn't make any sense tweaking it).
- Enable sched auto group (In order to reduce latency).
- Tweaked sched_latency_ns.
- Disabled proactive compaction by default.
- Removed fast socket open tweak.
- Disabled timer migration (Reduces latency).
- Set kernel.perf_cpu_time_max_percent to 15 (This might increase a bit of performance).
- Force disable watermark boost (This just wastes memory).
2 changes: 1 addition & 1 deletion module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=YAKT
name=Yet Another Kernel Tweaker
version=v7
version=v8
versionCode=1
author=NotZeetaa
description=This modules tweaks your kernel parameters.
6 changes: 3 additions & 3 deletions yakt.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/system/bin/sh
# Yakt v6
# Yakt v8
# Author: @NotZeetaa (Github)

sleep 60
Expand Down Expand Up @@ -32,8 +32,8 @@ BT=$(getprop ro.boot.bootdevice)
BL=/dev/blkio

# Info
echo "# YAKT v7" > $LOG
echo "# Build Date: 20/03/2023" >> $LOG
echo "# YAKT v8" > $LOG
echo "# Build Date: 10/07/2023" >> $LOG
echo -e "# Author: @NotZeetaa (Github)\n" >> $LOG
echo "[$(date "+%H:%M:%S")] Device: $(getprop ro.product.system.model)" >> $LOG
echo "[$(date "+%H:%M:%S")] Brand: $(getprop ro.product.system.brand)" >> $LOG
Expand Down

0 comments on commit d979017

Please sign in to comment.