KoroTweaks Final MagiskModule - Magisk

------------------------------------------------- > KORO TWEAKS <--------------------------------------------------
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
---------------------------------------------------- > FinalEdition <----------------------------------------------------
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Attention I will not be responsible for the slightest problem on your phone of course if it is fixable I will help you but if it is not I could do nothing for you. At your peril
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Features :
Ram Tweaks - Kernel Tweaks
Fs Tweaks - Blocks Tweaks
Module Tweaks - Ext4 Tweaks
F2FS Tweaks - CPUSET Tweaks
STUNE Tweaks - Proc Tweaks
Random Tweaks - Wakelocks Tweaks
GMS Tweaks - Bloatware Cleaner
Tracing Disable - Cpu Tweaks
Gpu Tweaks - Disable Zram
tune2fs tweaks - VM tweaks
Cpu tweaks - Scheduler Tweaks
Little net Tweaks ( not give major boost)
Block Tweaks - Latency Tweaks
Little Debloater - Tracing Disabler
Force Charge - Thermal Edits
And more
Codes taken from KingTweaks :
if [[ "${gpu_thrtl_lvl}" -eq "1" ]] || [[ "${gpu_thrtl_lvl}" -gt "1" ]]; then
gpu_calc_thrtl=$((gpu_thrtl_lvl - gpu_thrtl_lvl))
else
gpu_calc_thrtl=0
fi
write "/sys/kernel/debug/sched_features" "NEXT_BUDDY"
write "/sys/kernel/debug/sched_features" "NO_TTWU_QUEUE"
Support : Stock/Aosp/Gsi (Universal)
2 Modes Available Switchable :
Battery - Gaming
Needed :
Busybox , Termux, magisk manager
Flash on Magisk manager Busybox and koroTweaks
Reboot
After install Termux apk available on google play store or f-droid
do on it su -c koro
select your mode and its done
no need to reboot after
Credits :
NotZeetaa for his GMS script
Pedro3z0 for his codes
UsifX_EGY for his help

Thanks

WasikFahim said:
Thanks
Click to expand...
Click to collapse
np

It doesn't work. Samsung galaxy tab S7+. Stock firmware. Magisk rooted.

tin2404 said:
It doesn't work. Samsung galaxy tab S7+. Stock firmware. Magisk rooted.
Click to expand...
Click to collapse
show me why it not work plz

Another "tweaks" module?
Im going to give you my general outlook, dont take it personally, id post the same in any "tweaks" thread
For me its a no, because:
1) theyve mostly proven to be snakeoil, at best they cause issues or make devices slower
2) theres compiled binaries of god knows what "tweaks"we have no idea of the content of = security risk.
Without a browseable source of binaries and the "tweaks" contained, i wouldnt recommend anyone installing this.
Pretty much no one should be installing a tweaks module as something thats universal across devices or ROMs without knowing whats in there

ZeruxFR31 said:
show me why it not work plz
Click to expand...
Click to collapse

@tin2404
su -c koro in one go, as one command. Or if you run su first you won't need the -c and can just run koro.

73sydney said:
Another "tweaks" module?
Im going to give you my general outlook, dont take it personally, id post the same in any "tweaks" thread
For me its a no, because:
1) theyve mostly proven to be snakeoil, at best they cause issues or make devices slower
2) theres compiled binaries of god knows what "tweaks"we have no idea of the content of = security risk.
Without a browseable source of binaries and the "tweaks" contained, i wouldnt recommend anyone installing this.
Pretty much no one should be installing a tweaks module as something thats universal across devices or ROMs without knowing whats in there
Click to expand...
Click to collapse
Actually i understand you if you need my code i can give it decrypted but for information i encrypt it for more nooby users for don't **** him device when he creates modules without knowledge i hope you understand me

ZeruxFR31 said:
Actually i understand you if you need my code i can give it decrypted but for information i encrypt it for more nooby users for don't **** him device when he creates modules without knowledge i hope you understand me
Click to expand...
Click to collapse
And i recommand to flash a kernel between flash module its better

ZeruxFR31 said:
Actually i understand you if you need my code i can give it decrypted but for information i encrypt it for more nooby users for don't **** him device when he creates modules without knowledge i hope you understand me
Click to expand...
Click to collapse
You have to balance out what you think youre saving people from, and their right to know what your code is doing on their device. Its a balancing act. I personally wont run any compiled/obfuscated coded on my device, thats just my personally choice, others may have a different viewpoint, and thats their choice too

Going to try battery mode on my OnePlus Nord. )
I`ll feedback later

St.Noigel said:
Going to try battery mode on my OnePlus Nord. )
I`ll feedback later
Click to expand...
Click to collapse
okay

73sydney said:
You have to balance out what you think youre saving people from, and their right to know what your code is doing on their device. Its a balancing act. I personally wont run any compiled/obfuscated coded on my device, thats just my personally choice, others may have a different viewpoint, and thats their choice too
Click to expand...
Click to collapse
its your choise i didn't force for use my module

How to select a mode in Termux?

Related

[MODULE] [7.x.x] Enable sdcardfs - 7/13/2017

Introduction
Hello everyone! This is an incredibly simple module to enable sdcardfs on any Nougat 7.x ROM (SDK 24 or higher). sdcardfs is a replacement file system for FUSE, used to mount the /sdcard partition; you can read about this change here.
Some notes
sdcardfs is in constant development (at least two to three patches per week on average), meaning it could become unstable at any point. Certain apps do not play with sdcardfs, which can lead to crashes and corruption. Enable it at your own risk!
Your kernel MUST have sdcardfs support for this to work. Please ask your kernel/ROM developer if they have included all of the proper support commits for it to work. They can be found in AOSP's kernel/common repo (or a quick search of the AOSP Gerrit).
You MUST have this system/core commit. There is no reason that every 7.x ROM should not have this commit as it comes straight from Google but you never know.
Frequently Asked Questions
1.1 Q: How do I use this?
1.1 A: Flash it in recovery or add it in Magisk Manager > Modules.
1.2 Q: How do I check if the module works?
1.2 A: Go into a terminal emulator and type the following:
Code:
su
df -t sdcardfs
If you see something like the following, the module worked! If not, it is most likely because you either don't have sdcardfs support in your kernel OR you do not have the system/core commit I mentioned above.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
1.3 Q: I'm having xyz issue.
1.3 A: Great! Please give me a logcat, dmesg, and Magisk log and I'll be happy to assist.
Changelog
Version 3.0:
Update template to v4 and use system.prop instead of post-fs-data.sh
Version 2.1:
Improve print_modname so it looks right while flashing in recovery
Don't install on anything less than Nougat (thanks @veez21)
Version 2.0:
Add logging to Magisk log
v13 snapshot support
Version 1.0:
Initial support
Downloads
Primary | Mirror
Source
Hooray for bleeding edge break my phone stuff!
Sent from my Nexus 6 using Tapatalk
Hahahaha. I'm not sure I should try that on my stock MM Rom. Even with Firekernel.
Enviado de meu MotoG3 usando Tapatalk
Uploaded version 2.0 which adds some info in Magisk's log and adds support for the unified magisk binary in the v13 snapshot builds floating around.
The Flash said:
Uploaded version 2.0 which adds some info in Magisk's log and adds support for the unified magisk binary in the v13 snapshot builds floating around.
Click to expand...
Click to collapse
do we update by just flashing the newer build over the existing one?
xflowy said:
do we update by just flashing the newer build over the existing one?
Click to expand...
Click to collapse
Yes.
The Flash said:
Uploaded version 2.0 which adds some info in Magisk's log and adds support for the unified magisk binary in the v13 snapshot builds floating around.
Click to expand...
Click to collapse
Cheers for doing this. Glad I could test it for you.
@The Flash U just broke my MM installation cause I was tested blind, I don't know what happende I just didn't read it was only for sdk24 +
I seem it after I flashed it, I didn't restarted and was going to uninstall on magisk, but then magisk lost root (wasn't happened before on the stock rom), I had to restart, I deleted it from magisk.img using the magisk mount module, and now it stays on Android is starting forever, and does not start up. :/
You can blame me xD But, can help me?
What files I have to edit/delte so I can completely disable it?
justjr said:
@The Flash U just broke my MM installation cause I was tested blind, I don't know what happende I just didn't read it was only for sdk24 +
I seem it after I flashed it, I didn't restarted and was going to uninstall on magisk, but then magisk lost root (wasn't happened before on the stock rom), I had to restart, I deleted it from magisk.img using the magisk mount module, and now it stays on Android is starting forever, and does not start up. :/
You can blame me xD But, can help me?
What files I have to edit/delte so I can completely disable it?
Click to expand...
Click to collapse
The script doesn't actually fire if you are on Marshmallow: https://github.com/nathanchance/magisk-modules/blob/sdcardfs/common/post-fs-data.sh#L32
Even then, that prop doesn't actually do anything on Marshmallow or below. Your issue is unrelated to this. Dirty flashing your ROM should fix it.
The Flash said:
The script doesn't actually fire if you are on Marshmallow: https://github.com/nathanchance/magisk-modules/blob/sdcardfs/common/post-fs-data.sh#L32
Even then, that prop doesn't actually do anything on Marshmallow or below. Your issue is unrelated to this. Dirty flashing your ROM should fix it.
Click to expand...
Click to collapse
@The Flash, check this out
https://github.com/nathanchance/magisk-modules/pull/1/commits
@The Flash - May I know your keyboard name??? ?
mkshakya said:
@The Flash - May I know your keyboard name??? ?
Click to expand...
Click to collapse
It's Gboard themed with Deep Darkness for Substratum, coming soon.
The Flash said:
....
Click to expand...
Click to collapse
edit
Hello, do you know if EX kernel supports sdcardfs? Sorry if I asked here but I thought you know since I always see you on all of the forums :silly:
RonnellTapawan said:
Hello, do you know if EX kernel supports sdcardfs? Sorry if I asked here but I thought you know since I always see you on all of the forums :silly:
Click to expand...
Click to collapse
Yes: https://github.com/flar2/bullhead/commits/ElementalX-4.00/fs/sdcardfs
It does not have all of the AOSP upstream commits but it should be fine without them.
I strongly suggest you to remove this. sdcardfs is still in development by the Android Kernel team and it's not ready for production. sdcardfs's only advantage is reduced overhead compared to FUSE when there's system calls to & from the sdcards. Users will think they know better (they don't) and they'll spam everyone and everything about sdcardfs without knowing what it is or what it does.
franciscofranco said:
I strongly suggest you to remove this. sdcardfs is still in development by the Android Kernel team and it's not ready for production. sdcardfs's only advantage is reduced overhead compared to FUSE when there's system calls to & from the sdcards. Users will think they know better (they don't) and they'll spam everyone and everything about sdcardfs without knowing what it is or what it does.
Click to expand...
Click to collapse
Why does my dog do back flips?
franciscofranco said:
I strongly suggest you to remove this. sdcardfs is still in development by the Android Kernel team and it's not ready for production. sdcardfs's only advantage is reduced overhead compared to FUSE when there's system calls to & from the sdcards. Users will think they know better (they don't) and they'll spam everyone and everything about sdcardfs without knowing what it is or what it does.
Click to expand...
Click to collapse
While I agree that users tend to be less informed than developers are, I have made it fairly clear in the OP that this is experimental and to enable at their own peril. I like bleeding edge and many other users do as well, knowing fully the risk of it. I'll take to heart the concern though, thank you.
To any kernel developer (and users): If your users start complaining about crashes and such, please let me know and I'll remove the module.
Hey, I complained but stated that was my fault. Now I installed DU after my data partition gone to hell, and found out the same prop was already set to true on that ROM. And nobody gone there to ask them to take the ROM down. Pocketcasts complained a little but I managed to make it work. No problems.
franciscofranco said:
I strongly suggest you to remove this. sdcardfs is still in development by the Android Kernel team and it's not ready for production. sdcardfs's only advantage is reduced overhead compared to FUSE when there's system calls to & from the sdcards. Users will think they know better (they don't) and they'll spam everyone and everything about sdcardfs without knowing what it is or what it does.
Click to expand...
Click to collapse
WTF franco.. .I thought this was a development friendly forum..
Bleeding edge and experimentation should be applaud, not criticize.
PS I know that this forum turn into anything else but developer friendly, but still, you should've known better than asking another developer that.

[MOD][Optimization A30][DISCONTINUED]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This modification must be installed by TWRP, the main functions are: removal of Bloatwares, removal of the Knox. Also contains extra features. Did you experience problems? Save the aroma installer logs and send along with your doubts for analysis.
--> Optimization A30_V3.0
Update Build.prop A305G, GT and F for ASK
Fix PiP and Multi-Windown in Build.prop
Add Services.jar patch for Secure Folder
Fix Camera Mods
--> Optimization A30_V2.8
Update Build.prop A305GT
Update Scripts Baterry
Update Wireless channel
Add New 5 CSC code
Add move apps to SD Card in Smart Manager
Add unused app compression
Update Debloat and Deknox
--> Optimization A30_V2.6
Update Mods Cam
Add fix Boot Warnning
Fix partitions in System Info Aroma
--> Optimization A30_V2.0
Add Support for A305G
Add New 39 CSC code
Update Debloating
Add Tweaks Build.prop A305G
New Features CSC(
Internet speed in the status bar
Amount of data used in the notification bar
Call recording
Option of hiding albums in the Samsung Gallery on devices without the function)
--> Optimization A30_V1.1
Add Cam Recordig HDR10+
Add Fix TWRP OTG-Mount and partition Product
Add Support for A305F
Add Multi_CSC Optimization
Add Tweaks Build.prop A305F
--> Optimization A30_V1.0
Add Support A305GT
CSC features(
Call Recording
LTE Only in settings
QS Tile VoLTE, Wifi Calling and Capture Screen
Quality cam default Superfine)
Add Busybox 1.30.1, sysro and sysrw and Zipalling
Add Tweaks Build.prop(Only A305GT)
Add Debloat selections
Add Deknox
Add Screen Recorder
Add Emoji IOS 12
Add Google Keyboard
Add Sysconfig Mod for Battery Optimization
Add Support Spectrum for all A30
Download
If you like my work, stay the will to make a donation.
BTC: 3CXZq4NT8vQNBqQd5W3xodJ5fXc7698oZR
PAYPAL: [email protected]​
Thanks
Hey.. good job but PiP stopped working on all apps... Youtubr vanced doesnt work and google voice match too doesnt work after flashing this but nevertheless... Good Job.
??✔
Kesh2cute said:
Hey.. good job but PiP stopped working on all apps... Youtubr vanced doesnt work and google voice match too doesnt work after flashing this but nevertheless... Good Job.
Click to expand...
Click to collapse
I want to flash this but.....
<may be a strange "root" type, but I like keeping a stock ROM, setting it up with as few bloat as necessary...
B-U-T, like keepin all functionality!!!
I'll start measuring internal storage areas, seein what can be pulled so I ca put apps I use in as "system"...
we get a layout that's acceptible to a few peeps, just need someone to build off a backup & make a flashable "CUSTOM" ROM....
zach
*****UPDATE***** *****PiP WORKING-ALL APPS*****
Flashed optimization .zip, deknoxified, removed facebook & other unwanted apps. Will figure out how to send log files next... definitely want to see this be kept up to date & working... MOST IMPORTANT MOD after TWRP in my opinion. Those that just wish to load other phone GSI's to me is not only a waste of time it shows the desire to remove individuality from these very same devices! If they all were interchangeable, what would be the advantage to purchasing from diff vendors?
DEF DONATING ASAP.....
zls
I like to see what mods are doing for the a30, I put it and it was excellent! keep the stock but with some 10/10 uff mods, I only lost the Pip, I will still leave it. thank you
sorry for my bad English
???'s
Kesh2cute said:
Hey.. good job but PiP stopped working on all apps... Youtubr vanced doesnt work and google voice match too doesnt work after flashing this but nevertheless... Good Job.
Click to expand...
Click to collapse
Flashed this 3 days back...
PiP works in all apps, system as well on my A305G. Did you ever send dev your log files?
I DID NOT just run with all stock 'checks' for removal. Would have to refer to list to specifically
show what I did/did not remove but it was just a couple of the Samsung, like "Gear", etc....
Removed what bloat apps didn't want & let the rest run as it was packaged & have no prob's....
Let's keep this thread alive, def donating @ end of week, this dev deserves support!!!
zls
ps did make sure phone was switched back to Samsung's "OneUI" launcher b4 flashing...
if that is necessary or not, needs to be posted in OP if it is...
beardedfly said:
Thanks
Click to expand...
Click to collapse
I see Samsung Dex and Bixby are listed among the options, are they included in this ROM for the A30? Do bixby voice and vision work?
How to enable notification access
my Honor band need for reaching notification but
may be disable
dhia.E said:
I see Samsung Dex and Bixby are listed among the options, are they included in this ROM for the A30? Do bixby voice and vision work?
Click to expand...
Click to collapse
Hi. Maybe I didn't understand you well. This is not a rom. It is an optimizer. Everything that is checked will be uninstalled from your device. The screenshots are from the first version. Now it has improvements.
Thank you
V3.0 laggy
Phone is laggy after flashing 3.0.zip. 2.8 was okay. Secure folder and camera is working okay now, but ui is not smooth anymore. and my phone is unstable
Camera Sticker not work
Pleas help me for this bug V3.0
Thanks dud..
Adhiie7 said:
Pleas help me for this bug V3.0
Thanks dud..
Click to expand...
Click to collapse
Hey!!! How can i Fox v3 lag problem please help
---------- Post added at 05:19 AM ---------- Previous post was at 05:19 AM ----------
Adhiie7 said:
Pleas help me for this bug V3.0
Thanks dud..
Click to expand...
Click to collapse
Hey!!! How can i fix v3 lag problem please help
Bro. Edge Screen features in files.zip?
Work for Android 10?
it get stucked at samsung logo,what is the exact procedure?
Should i root the phone before that with magisk?
@Bode327 Bro, the problem is about rooting, I have found the problem
When i install this mod the snapchat account has locked many times and pubg gaming .. how can i solve it
Installation training please
how to flash this rom please ?

[KERNEL] Amnesty

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
SM-T875|SM-T970​​Based on T875XXU1ATK4
Android 10
Linaro 4.9.4 Toolchain
Clang 9.0.3
Linux 4.19.81
Code:
Feature map:
Enhanced overall performance by tuning flags and configs
Removed watchdogs & debugging
Increased throttling point
Lots of samsung security removed
Reduced shed delay and input latency
Adjusted throughput
Memory tweaks
Priority boosted demanding tasks
Added fiops & sio schedulers
Option to set wq_power_saving
SELinux switchable
Fsync optimized + on/off toggle
CRC disabled + toggle
Enabled more efficient TCP
Cryptoptimizations
Improved kgsl values
Custom wakelock blocker
More and more small modifications
(2rev)
SM-T970 version added
Updated clang optimizations
Netfilter fixes
Experimental NTFS read/write support
TTL Target support
WireGuard integration
GPU OC attempt failed
Installation:
Flash .tar via Odin or unpack and use other ways for boot.img
Do not forget about kernel backup!
P.S. looking for testers to provide support for other Tab versions.
Credits:
Samsung for kernel source
Ian Macdonald so much help and useful commits
Francisco Franco for wakelock blocker
Aaron Segaert the best kernel and inspiration
Source:
Git
Download:
Github
AFH T875
AFH T970
I can test on SM-T970 if needed
efebe said:
I can test on SM-T970 if needed
Click to expand...
Click to collapse
I will PM u.
I want to know if it can be used on sm-t970.
0yuji0 said:
I want to know if it can be used on sm-t970.
Click to expand...
Click to collapse
SM-T970 version will be provided with the next 2rev update.
Vntnox said:
SM-T970 version will be provided with the next 2rev update.
Click to expand...
Click to collapse
thanks
What about the SM-T870?
packydavis said:
What about the SM-T870?
Click to expand...
Click to collapse
I will build for this version someday.
U can try T875 boot on ur risk at the moment.
In plan to do for sm t976 ?
sneakyalec said:
In plan to do for sm t976 ?
Click to expand...
Click to collapse
Ofc it is just a question of time.
Vntnox said:
Ofc it is just a question of time.
Click to expand...
Click to collapse
i can help u if u want, and is it a problem to have android 11?
sneakyalec said:
i can help u if u want, and is it a problem to have android 11?
Click to expand...
Click to collapse
Thanx, I prefer Android Q personally.
I never built for A11 and will not have the opportunity to test it manually.
So thats unlikely to happen very soon.
Now all we need is an aosp rom
bs3pro said:
Now all we need is an aosp rom
Click to expand...
Click to collapse
And AOSP kernel, actually
unlocked 144hz on samsung dex on my phone with kernel, and i would love that on my tab s7 plus, t976b. is it checked on your kernel? is it possible to do that?
i can help u with testing
sneakyalec said:
unlocked 144hz on samsung dex on my phone with kernel, and i would love that on my tab s7 plus, t976b. is it checked on your kernel? is it possible to do that?
i can help u with testing
Click to expand...
Click to collapse
I am not a fan of display overclocking cuz it will lead to decreased apps stability and changed colors.
Furthermore, tried overclocking gpu (the only thing that worth to oc on our Tab) but it wont boot for some unknown reason.
Even if u change/add freq just a bit higher.
Maybe it will be clear sometime.
I can help u with that, it's just one file to change in kernel. Samsung dex 144hz works with usb type c monitor certified by samsung and adapters from samsung, but their adapters are not what i need to work.
Just need to delete the other cases in switch and keep the case of Samsung Adapters to return from function.
It's not about OC GPU
No Android 11 support? May I ask why you prefer Android 10? Thanks and awesome work!
xomikron said:
No Android 11 support? May I ask why you prefer Android 10? Thanks and awesome work!
Click to expand...
Click to collapse
I do not enjoy change above all.
Interested in some great projects as Exagear, Linux Deploy, old DOS and console emulators.
Large amount of them are discontinued and pretty obsolete.
Besides fancy design changes A11 brings many disgusting limitations that just unacceptable for me.
They broke a lot of old applications & modules which I really do not want to lose.
However I will update as soon as there will be alternatives or extended support.
Can I use this on T970 which already came with Android 11 in the first place? Do I have to downgrade to use this?

[ PROJECT XTREME TWEAKS ] | [ PXT ] | [ BOOST PERFORMANCE ] | [ MAGISK MODULE ]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
PROJECT XTREME TWEAKS
PXT IS A UNIVERSAL MAGISK MODULE THAT HELPS TO BOOST PERFORMANCE | BATTERY BACK-UP OF YOUR ROOTED ANDROID DEVICE !
REQUIREMENTS :
• MAGISK V23+
• BUSYBOX MODULE
FEATURES :
• SYSTEMLESS INSTALLION
• UNIVERSAL CHIPSET SUPPORT
• SUPPORT ANDROID 5 - A12.1
• TOUCH IMPROVEMENT TWEAKS
• CPU/GPU TWEAKS
• RAM MANAGEMENT TWEAKS
• NETWORK TWEAKS
• LOGS SUPPORT
• DIFFERENT MODES
• IMPROVE BATTERY LIFE WITHOUT IMPACTING PERFORMANCE TO MUCH.
• PERFORMANCE MODE FOR
GAMERS
• INBUILD UPDATE CHECKER.
• MANY MORE .
INSTALLATION AND USAGE :
• FLASH MODULE ZIP IN MAGISK
• FLASH BUSYBOX ( ONLY REQUIRED FOR UPDATE CHECKER )
• REBOOT
• TERMUX COMMAND = su -c pxt
DOWNLOAD AND SUPPORT :
DOWNLOAD
BUY ME A COFFEE
TELEGRAM SUPPORT GROUP
mods please look into this, theres no source code
is there nore informatio
works for moto g6 play?
longxrt said:
mods please look into this, theres no source code
Click to expand...
Click to collapse
Hello and good morning, @longxrt
Although we always appreciate if source code is provided why do you think it's mandatory for this Magisk module?
Regards
Oswald Boelcke
Senior Moderator
KakashiTech said:
works for moto g6 play?
Click to expand...
Click to collapse
Yeap
thanks, it worked perfectly
i dont need performance boost on my device can u advice for battery improvement this module?
nefescalanadam said:
i dont need performance boost on my device can u advice for battery improvement this module?
Click to expand...
Click to collapse
If snapdragon Device then work for sure !!
PROFESSXR said:
If snapdragon Device then work for sure !!
Click to expand...
Click to collapse
Does this module support OOS12 for Oneplus 9 pro
break.cold said:
Does this module support OOS12 for Oneplus 9 pro
Click to expand...
Click to collapse
It modifiy kernel parameters, i personally not tested on oos but you can check , module have on screen logs option
PROFESSXR said:
It modifiy kernel parameters, i personally not tested on oos but you can check , module have on screen logs option
Click to expand...
Click to collapse
Right now I am running custom rom based 12.1. I have installed the module and went through termux setup and choice balanced as option but I got few failed cmd and the rest is success, not sure. I also have noticed that restarting the device disables the module that user choose in option..
break.cold said:
Right now I am running custom rom based 12.1. I have installed the module and went through termux setup and choice balanced as option but I got few failed cmd and the rest is success, not sure. I also have noticed that restarting the device disables the module that user choose in option..
Click to expand...
Click to collapse
That failed commands are common, module working perfectly. And yea reboot removes applied tweaks/profiles
PROFESSXR said:
That failed commands are common, module working perfectly. And yea reboot removes applied tweaks/profiles
Click to expand...
Click to collapse
I am returing back to OOS12 C.48, lets see if module works. Will report back soon.
PROFESSXR said:
That failed commands are common, module working perfectly. And yea reboot removes applied tweaks/profiles
Click to expand...
Click to collapse
It works on OOS12 C.48 succesfully but there are few more fails compare to custom roms. Secondly, compare to custom rom it did get install in seconds through magisk whereas, on custom rom it took 4 to 5 to install the magisk module.
What exactly is this tweaking with the CPU? Like OnePlus has initiated a system-wide throttle in OOS12, does this affect that? The only reason I don't use stock is because they disable the X1 core and it just really pisses me off that I bought a flagship and get laggy browser performance because they shift the workload to the little cores too.
I have a simple rule:
no obfuscated code runs on my device....ever
at the end of the day all "tweak" scripts use the same relatively the same props and settings, so i dont get why anyone bothers obfuscating them in 2022...
everything i share comes with or is source code
Will it work with Samsung exynos processors?
BatZzn said:
Will it work with Samsung exynos processors?
Click to expand...
Click to collapse
same question!
Samsung Galaxy Tab A10.1 (2019) can't install this module. Keys weren't recognized during install

[MODULE][TWEAKER] Yakt - Tweaks your kernel parameters

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download | Mirror​
Features:
- Reduces Jitter and Latency
- Optimizes Ram Management
- Uses Google's schedutil rate-limits from Pixel 3
- Tweaks kprofiles to balanced mode
- Disables scheduler logs/stats
- Enable ECN negotiation by default
- Disables SPI CRC
- Tweaks mglru a bit
- Allows sched boosting on top-app tasks (Thx to tytydraco)
- Cgroup Boost (Credits to darkhz for uclamp tweak)
How to Flash:
- Just flash in magisk and reboot
- And that's it
Notes:
- This is not a perfomance/gaming module
- Check documents folder for logs yakt.log
Github
Looks interesting iam using ktweak (balanced) by tytydraco is this a fork of the already existing ktweak script? I was wondering since the name tytydraco pops up in the op.
If compared to Ktweak what are the major differences?
just get block by avast
lemon567 said:
Looks interesting iam using ktweak (balanced) by tytydraco is this a fork of the already existing ktweak script? I was wondering since the name tytydraco pops up in the op.
If compared to Ktweak what are the major differences?
Click to expand...
Click to collapse
Yakt is diff from ktweak, ktweak focus on having less latency yakt focus on UX
ashcze said:
just get block by avastView attachment 5752967
Click to expand...
Click to collapse
Can u provide more info?
Zeetaa said:
Yakt is diff from ktweak, ktweak focus on having less latency yakt focus on UX
Click to expand...
Click to collapse
quote from tytydraco github:
"KTweak sacrifices throughput for latency, since latency correlates to UI / UX smoothness"
So eesentially both "tweaks" have the same goal in mind but their approaches are different
anyway thanks for the module I will give it a try
Be sure to look out for my own tweaks module coming soon called PlaceboMod
You'll know when its installed because all it will do during module install is say the following:
"Its 2022, no ROM developer is leaving any performance on the table.
Make better choices"
73sydney said:
Be sure to look out for my own tweaks module coming soon called PlaceboMod
You'll know when its installed because all it will do during module install is say the following:
"Its 2022, no ROM developer is leaving any performance on the table.
Make better choices"
Click to expand...
Click to collapse
No, thx
lemon567 said:
quote from tytydraco github:
"KTweak sacrifices throughput for latency, since latency correlates to UI / UX smoothness"
So eesentially both "tweaks" have the same goal in mind but their approaches are different
anyway thanks for the module I will give it a try
Click to expand...
Click to collapse
Yes, basically
Will this work well on the Pixel 7 Pro with the November update?
Gordietm said:
Will this work well on the Pixel 7 Pro with the November update?
Click to expand...
Click to collapse
Yes, it will work to make sure u can check logs on Documents/yakt/yakt.log
Gordietm said:
Will this work well on the Pixel 7 Pro with the November update?
Click to expand...
Click to collapse
Do u have the log? Just to know if works on 5.x kernels
Zeetaa said:
Do u have the log? Just to know if works on 5.x kernels
Click to expand...
Click to collapse
Yes, it worked. You need to look in your documents folder.
I'm currently not using it right though, I'm using a custom kernel.
Gordietm said:
Yes, it worked. You need to look in your documents folder.
I'm currently not using it right though, I'm using a custom kernel.
Click to expand...
Click to collapse
Ok thank you
Zeetaa said:
Do u have the log? Just to know if works on 5.x kernels
Click to expand...
Click to collapse
Hi, I am using it on Oneplus 9Pro running OOS13 stock 5.4.147 and it seems to be working fine. I can feel a difference in the UI operations. Thanks.
sshriss said:
Hi, I am using it on Oneplus 9Pro running OOS13 stock 5.4.147 and it seems to be working fine. I can feel a difference in the UI operations. Thanks.
Click to expand...
Click to collapse
Amazing! Thank you for your review.
New YAKT v7 release!​
Changelog:
- 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.
Download: https://www.pling.com/p/1913001/
Mirror: https://www.opendesktop.org/p/1913001/
Hey dev, I see you very active with YAKT and Nexus (for which I don't understand all diff. repos).
Can you please explain something I cannot figure out: is it possible in kernel for newer Androids (I have 11 on lavender) to enable Mass Storage Gadget ,so that SD card from phone can be seen as USB drive in computer? (I used UMS Enabler app for that ,but needs MSG).
Must it be compiled or could it be Magisk module tweaker ,like this one ?
Hi! Something weird is happening to my phone, whenever I reboot and unlock it instantly, the YAKT.log is created, but when I unlock it after some minutes the log isn't. I don't understand why and I don't know if yakt is working when the log isn't created.
This can be used on any kernels including stock's?

Categories

Resources