Skip to content

Commit

Permalink
AGNi v14.7 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
psndna88 committed Aug 30, 2021
1 parent 68ea6f4 commit dfff866
Show file tree
Hide file tree
Showing 24 changed files with 60 additions and 175 deletions.
6 changes: 3 additions & 3 deletions AGNi_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
KERNELDIR=`readlink -f .`

export AGNI_VERSION_PREFIX="stable"
export AGNI_VERSION="v14.6"
sed -i 's/v14.5_stable-EAS/v14.6_stable-EAS/' $KERNELDIR/arch/arm64/configs/agni_*
sed -i 's/ini_set("rom_version", "v14.5_stable");/ini_set("rom_version", "v14.6_stable");/' $KERNELDIR/anykernel3/META-INF/com/google/android/aroma-config
export AGNI_VERSION="v14.7"
sed -i 's/v14.6_stable-EAS/v14.7_stable-EAS/' $KERNELDIR/arch/arm64/configs/agni_*
sed -i 's/ini_set("rom_version", "v14.6_stable");/ini_set("rom_version", "v14.7_stable");/' $KERNELDIR/anykernel3/META-INF/com/google/android/aroma-config

echo " AGNi Version info loaded."

4 changes: 2 additions & 2 deletions anykernel3/META-INF/com/google/android/aroma-config
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@

# Initializing Rom Information
ini_set("rom_name", "AGNi EAS Kernel");
ini_set("rom_version", "v14.6 stable");
ini_set("rom_version", "v14.7 stable");
ini_set("rom_author", "psndna88@xda");
ini_set("rom_device", "SETDEVICETYPE");
ini_set("rom_date", "August, 21, 2021");
ini_set("rom_date", "August, 27, 2021");

# Show Simple Splash
splash(
Expand Down
17 changes: 5 additions & 12 deletions anykernel3/tools/sdm636/init.agni_2.2.rc
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,17 @@ on init
write /proc/sys/vm/min_free_kbytes 54688
write /proc/sys/vm/oom_kill_allocating_task 1
# AGNi Wifi Tweaks
write /proc/sys/net/ipv4/tcp_ecn 0
write /proc/sys/net/ipv4/tcp_ecn 2
write /proc/sys/net/ipv4/tcp_notsent_lowat 16384
write /proc/sys/net/core/default_qdisc "fq_codel"
write /proc/sys/net/ipv4/tcp_congestion_control "veno"
write /proc/sys/net/ipv4/tcp_tw_reuse 0
write /proc/sys/net/ipv4/tcp_tw_reuse 1
write /proc/sys/net/ipv4/tcp_slow_start_after_idle 0
write /proc/sys/net/ipv4/tcp_mtu_probing 1
write /proc/sys/net/ipv4/tcp_mtu_probing 2
write /proc/sys/net/ipv4/tcp_sack 1
write /proc/sys/net/ipv4/tcp_timestamps 0
write /proc/sys/net/core/netdev_max_backlog 10000
write /proc/sys/net/core/rmem_max 16777216
write /proc/sys/net/core/wmem_max 8388608
write /proc/sys/net/ipv4/tcp_rmem "524288 1048576 5505024"
write /proc/sys/net/ipv4/tcp_wmem "262144 524288 4194304"
write /proc/sys/net/ipv4/tcp_timestamps 1
write /proc/sys/net/ipv4/tcp_no_metrics_save 1
write /proc/sys/net/ipv4/tcp_moderate_rcvbuf 0
write /proc/sys/net/ipv4/tcp_moderate_rcvbuf 1
write /proc/sys/net/ipv4/tcp_syncookies 1

on boot
Expand Down Expand Up @@ -129,7 +124,6 @@ on property:sys.boot_completed=1
# New Optimisations
write /proc/sys/kernel/printk_devkmsg off
write /sys/kernel/debug/tracing/options/trace_printk 0
# write /proc/sys/net/ipv4/tcp_timestamps 0
write /proc/sys/kernel/sched_autogroup_enabled 0
write /proc/sys/kernel/randomize_va_space 0
write /proc/sys/kernel/perf_cpu_time_max_percent 1
Expand All @@ -152,4 +146,3 @@ on property:sys.boot_completed=1
write /sys/module/rcutree/parameters/rcu_idle_lazy_gp_delay 1800
write /proc/sys/kernel/sched_child_runs_first 1
write /proc/sys/kernel/timer_migration 0

16 changes: 5 additions & 11 deletions anykernel3/tools/sdm636/init.agni_2.45.rc
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,17 @@ on init
write /proc/sys/vm/min_free_kbytes 54688
write /proc/sys/vm/oom_kill_allocating_task 1
# AGNi Wifi Tweaks
write /proc/sys/net/ipv4/tcp_ecn 0
write /proc/sys/net/ipv4/tcp_ecn 2
write /proc/sys/net/ipv4/tcp_notsent_lowat 16384
write /proc/sys/net/core/default_qdisc "fq_codel"
write /proc/sys/net/ipv4/tcp_congestion_control "veno"
write /proc/sys/net/ipv4/tcp_tw_reuse 0
write /proc/sys/net/ipv4/tcp_tw_reuse 1
write /proc/sys/net/ipv4/tcp_slow_start_after_idle 0
write /proc/sys/net/ipv4/tcp_mtu_probing 1
write /proc/sys/net/ipv4/tcp_mtu_probing 2
write /proc/sys/net/ipv4/tcp_sack 1
write /proc/sys/net/ipv4/tcp_timestamps 0
write /proc/sys/net/core/netdev_max_backlog 10000
write /proc/sys/net/core/rmem_max 16777216
write /proc/sys/net/core/wmem_max 8388608
write /proc/sys/net/ipv4/tcp_rmem "524288 1048576 5505024"
write /proc/sys/net/ipv4/tcp_wmem "262144 524288 4194304"
write /proc/sys/net/ipv4/tcp_timestamps 1
write /proc/sys/net/ipv4/tcp_no_metrics_save 1
write /proc/sys/net/ipv4/tcp_moderate_rcvbuf 0
write /proc/sys/net/ipv4/tcp_moderate_rcvbuf 1
write /proc/sys/net/ipv4/tcp_syncookies 1

on boot
Expand Down Expand Up @@ -129,7 +124,6 @@ on property:sys.boot_completed=1
# New Optimisations
write /proc/sys/kernel/printk_devkmsg off
write /sys/kernel/debug/tracing/options/trace_printk 0
# write /proc/sys/net/ipv4/tcp_timestamps 0
write /proc/sys/kernel/sched_autogroup_enabled 0
write /proc/sys/kernel/randomize_va_space 0
write /proc/sys/kernel/perf_cpu_time_max_percent 1
Expand Down
16 changes: 5 additions & 11 deletions anykernel3/tools/sdm636/init.agni_noc.rc
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,17 @@ on init
write /proc/sys/vm/min_free_kbytes 54688
write /proc/sys/vm/oom_kill_allocating_task 1
# AGNi Wifi Tweaks
write /proc/sys/net/ipv4/tcp_ecn 0
write /proc/sys/net/ipv4/tcp_ecn 2
write /proc/sys/net/ipv4/tcp_notsent_lowat 16384
write /proc/sys/net/core/default_qdisc "fq_codel"
write /proc/sys/net/ipv4/tcp_congestion_control "veno"
write /proc/sys/net/ipv4/tcp_tw_reuse 0
write /proc/sys/net/ipv4/tcp_tw_reuse 1
write /proc/sys/net/ipv4/tcp_slow_start_after_idle 0
write /proc/sys/net/ipv4/tcp_mtu_probing 1
write /proc/sys/net/ipv4/tcp_mtu_probing 2
write /proc/sys/net/ipv4/tcp_sack 1
write /proc/sys/net/ipv4/tcp_timestamps 0
write /proc/sys/net/core/netdev_max_backlog 10000
write /proc/sys/net/core/rmem_max 16777216
write /proc/sys/net/core/wmem_max 8388608
write /proc/sys/net/ipv4/tcp_rmem "524288 1048576 5505024"
write /proc/sys/net/ipv4/tcp_wmem "262144 524288 4194304"
write /proc/sys/net/ipv4/tcp_timestamps 1
write /proc/sys/net/ipv4/tcp_no_metrics_save 1
write /proc/sys/net/ipv4/tcp_moderate_rcvbuf 0
write /proc/sys/net/ipv4/tcp_moderate_rcvbuf 1
write /proc/sys/net/ipv4/tcp_syncookies 1

on boot
Expand Down Expand Up @@ -129,7 +124,6 @@ on property:sys.boot_completed=1
# New Optimisations
write /proc/sys/kernel/printk_devkmsg off
write /sys/kernel/debug/tracing/options/trace_printk 0
# write /proc/sys/net/ipv4/tcp_timestamps 0
write /proc/sys/kernel/sched_autogroup_enabled 0
write /proc/sys/kernel/randomize_va_space 0
write /proc/sys/kernel/perf_cpu_time_max_percent 1
Expand Down
16 changes: 5 additions & 11 deletions anykernel3/tools/sdm660/init.agni_2.45.rc
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,17 @@ on init
write /proc/sys/vm/min_free_kbytes 54688
write /proc/sys/vm/oom_kill_allocating_task 1
# AGNi Wifi Tweaks
write /proc/sys/net/ipv4/tcp_ecn 0
write /proc/sys/net/ipv4/tcp_ecn 2
write /proc/sys/net/ipv4/tcp_notsent_lowat 16384
write /proc/sys/net/core/default_qdisc "fq_codel"
write /proc/sys/net/ipv4/tcp_congestion_control "veno"
write /proc/sys/net/ipv4/tcp_tw_reuse 0
write /proc/sys/net/ipv4/tcp_tw_reuse 1
write /proc/sys/net/ipv4/tcp_slow_start_after_idle 0
write /proc/sys/net/ipv4/tcp_mtu_probing 1
write /proc/sys/net/ipv4/tcp_mtu_probing 2
write /proc/sys/net/ipv4/tcp_sack 1
write /proc/sys/net/ipv4/tcp_timestamps 0
write /proc/sys/net/core/netdev_max_backlog 10000
write /proc/sys/net/core/rmem_max 16777216
write /proc/sys/net/core/wmem_max 8388608
write /proc/sys/net/ipv4/tcp_rmem "524288 1048576 5505024"
write /proc/sys/net/ipv4/tcp_wmem "262144 524288 4194304"
write /proc/sys/net/ipv4/tcp_timestamps 1
write /proc/sys/net/ipv4/tcp_no_metrics_save 1
write /proc/sys/net/ipv4/tcp_moderate_rcvbuf 0
write /proc/sys/net/ipv4/tcp_moderate_rcvbuf 1
write /proc/sys/net/ipv4/tcp_syncookies 1

on boot
Expand Down Expand Up @@ -129,7 +124,6 @@ on property:sys.boot_completed=1
# New Optimisations
write /proc/sys/kernel/printk_devkmsg off
write /sys/kernel/debug/tracing/options/trace_printk 0
# write /proc/sys/net/ipv4/tcp_timestamps 0
write /proc/sys/kernel/sched_autogroup_enabled 0
write /proc/sys/kernel/randomize_va_space 0
write /proc/sys/kernel/perf_cpu_time_max_percent 1
Expand Down
16 changes: 5 additions & 11 deletions anykernel3/tools/sdm660/init.agni_noc.rc
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,17 @@ on init
write /proc/sys/vm/min_free_kbytes 54688
write /proc/sys/vm/oom_kill_allocating_task 1
# AGNi Wifi Tweaks
write /proc/sys/net/ipv4/tcp_ecn 0
write /proc/sys/net/ipv4/tcp_ecn 2
write /proc/sys/net/ipv4/tcp_notsent_lowat 16384
write /proc/sys/net/core/default_qdisc "fq_codel"
write /proc/sys/net/ipv4/tcp_congestion_control "veno"
write /proc/sys/net/ipv4/tcp_tw_reuse 0
write /proc/sys/net/ipv4/tcp_tw_reuse 1
write /proc/sys/net/ipv4/tcp_slow_start_after_idle 0
write /proc/sys/net/ipv4/tcp_mtu_probing 1
write /proc/sys/net/ipv4/tcp_mtu_probing 2
write /proc/sys/net/ipv4/tcp_sack 1
write /proc/sys/net/ipv4/tcp_timestamps 0
write /proc/sys/net/core/netdev_max_backlog 10000
write /proc/sys/net/core/rmem_max 16777216
write /proc/sys/net/core/wmem_max 8388608
write /proc/sys/net/ipv4/tcp_rmem "524288 1048576 5505024"
write /proc/sys/net/ipv4/tcp_wmem "262144 524288 4194304"
write /proc/sys/net/ipv4/tcp_timestamps 1
write /proc/sys/net/ipv4/tcp_no_metrics_save 1
write /proc/sys/net/ipv4/tcp_moderate_rcvbuf 0
write /proc/sys/net/ipv4/tcp_moderate_rcvbuf 1
write /proc/sys/net/ipv4/tcp_syncookies 1

on boot
Expand Down Expand Up @@ -129,7 +124,6 @@ on property:sys.boot_completed=1
# New Optimisations
write /proc/sys/kernel/printk_devkmsg off
write /sys/kernel/debug/tracing/options/trace_printk 0
# write /proc/sys/net/ipv4/tcp_timestamps 0
write /proc/sys/kernel/sched_autogroup_enabled 0
write /proc/sys/kernel/randomize_va_space 0
write /proc/sys/kernel/perf_cpu_time_max_percent 1
Expand Down
83 changes: 0 additions & 83 deletions anykernel3_ROG/f2fs-cold.list

This file was deleted.

1 change: 0 additions & 1 deletion anykernel3_ROG/f2fs-hot.list

This file was deleted.

4 changes: 2 additions & 2 deletions arch/arm64/configs/agni_jasmine-MIUI-Q_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.4.281 Kernel Configuration
# Linux/arm64 4.4.282 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y
Expand Down Expand Up @@ -55,7 +55,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION="_AGNi_MIUIQcam-v14.6_stable-EAS-jasmine"
CONFIG_LOCALVERSION="_AGNi_MIUIQcam-v14.7_stable-EAS-jasmine"
# CONFIG_ROG_SUPPORT is not set
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/configs/agni_jasmine-oldcam_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.4.281 Kernel Configuration
# Linux/arm64 4.4.282 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y
Expand Down Expand Up @@ -55,7 +55,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION="_AGNi_OldCam-v14.6_stable-EAS-jasmine"
CONFIG_LOCALVERSION="_AGNi_OldCam-v14.7_stable-EAS-jasmine"
# CONFIG_ROG_SUPPORT is not set
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/configs/agni_jasmine_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.4.281 Kernel Configuration
# Linux/arm64 4.4.282 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y
Expand Down Expand Up @@ -55,7 +55,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION="_AGNi_NewCam-v14.6_stable-EAS-jasmine"
CONFIG_LOCALVERSION="_AGNi_NewCam-v14.7_stable-EAS-jasmine"
# CONFIG_ROG_SUPPORT is not set
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/configs/agni_lavender-MIUI-Q_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.4.281 Kernel Configuration
# Linux/arm64 4.4.282 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y
Expand Down Expand Up @@ -55,7 +55,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION="_AGNi_MIUIQcam-v14.6_stable-EAS-lavender"
CONFIG_LOCALVERSION="_AGNi_MIUIQcam-v14.7_stable-EAS-lavender"
# CONFIG_ROG_SUPPORT is not set
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/configs/agni_lavender-oldcam_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.4.281 Kernel Configuration
# Linux/arm64 4.4.282 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y
Expand Down Expand Up @@ -55,7 +55,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION="_AGNi_OldCam-v14.6_stable-EAS-lavender"
CONFIG_LOCALVERSION="_AGNi_OldCam-v14.7_stable-EAS-lavender"
# CONFIG_ROG_SUPPORT is not set
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/configs/agni_lavender_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.4.281 Kernel Configuration
# Linux/arm64 4.4.282 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y
Expand Down Expand Up @@ -55,7 +55,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION="_AGNi_NewCam-v14.6_stable-EAS-lavender"
CONFIG_LOCALVERSION="_AGNi_NewCam-v14.7_stable-EAS-lavender"
# CONFIG_ROG_SUPPORT is not set
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
Expand Down
Loading

0 comments on commit dfff866

Please sign in to comment.