Mindless | Channel
BGOT (an rework of Bnoop) Change log : - Huge Adjustment into whole script stucture - Removed Most of stuff - Optimized Script logic, more weight free - Log UI now changed into Log file Cr >> @Dcx400 @HoyoSlave @Nekotor1999
Detail Log :
- Added force vulkan render UI amd HWUI if supported
- for check Log dumpcat /data/local/tmp/compile_log.txt
cat /data/local/tmp/Bnoop_log.txt
cat /data/local/tmp/preload_log.txt
im working on webui and some script logic stucture
π₯2
whats next ?
- WebUi for easy acces on config list
- I will find some method to reduce more process weight as possible
- make my shit light as fuck and make it readable
π€‘1
Forwarded from DroidCmdX ([Shell Farm] HΖ°ng)
Security Reminder
just a friendly reminder , don't ever install or use any modified version of my plugins
they either break things or contain malicious code that I'll get blamed for
if you install their modified stuff and still come to blame me, don't ask why
i'm not taking responsibility for your action
BBoost [07032026]
Changelog >>
- WebUI finally Added into BBoost
> Preload toggle
> GameThrottling toggle
> use Force Vulkan Toggle
> Add/Delete packagesname
> View log file
- TopApp Fetch using @Dcx400 tools for better performance
- Optimized Script structure and logic (again), less fork and pipes usage, fix head up issue
What is BBoost ?
Its an Auto Performance and Battery mode Based on TopScreen app
there is Force Vulkan API into HWUI and APK if Supported (( Device will force soft reboot if enabled and installed for first time, its also took sometimes ))
Game Mode Intervantion logic with auto gameThrottling loop ( if enabled )
LIB file and Games file Preload loop
Force Doze Google with FuckGoogle() more cpu free
Doze process and network usage background App for more CPU Releas
e
Feedback or Report : @Brains82
Cr : @HoyoSlave @Dcx400 @Nekotor1
999
Changelog >>
- WebUI finally Added into BBoost
> Preload toggle
> GameThrottling toggle
> use Force Vulkan Toggle
> Add/Delete packagesname
> View log file
- TopApp Fetch using @Dcx400 tools for better performance
- Optimized Script structure and logic (again), less fork and pipes usage, fix head up issue
What is BBoost ?
Its an Auto Performance and Battery mode Based on TopScreen app
there is Force Vulkan API into HWUI and APK if Supported (( Device will force soft reboot if enabled and installed for first time, its also took sometimes ))
Game Mode Intervantion logic with auto gameThrottling loop ( if enabled )
LIB file and Games file Preload loop
Force Doze Google with FuckGoogle() more cpu free
Doze process and network usage background App for more CPU Releas
e
Feedback or Report : @Brains82
Cr : @HoyoSlave @Dcx400 @Nekotor1
999
π₯3
It seems TECNO device can't acces my WebUI normaly
π2
is anyone have Axmanager/Axora service issue after install BBoost ?
Xiaomi User help me with this please
for table in global secure system;do
settings list $table | grep -Ei "power|perf|mode"
done
also with this one
service list | grep -Ei "power|perf|miui"
Next Update Tag
- Add Battery save mode + Toggle acces
- Background process restrict adjustable and fixed some error
- restrict/unrestrict option acces in WebUI
- Add MIUI and Transsion OEM performance battery behavior
- Prevent power save mode to trigger Auto Brightness Adjust for OEM
- WebUI adjustment
dumpsys batterystats |
awk '
/^[[:space:]]*Job / {
name=$2
if (name=="Completions") next
sub(/^@androidx\.work\.systemjobscheduler@/, "", name)
sub(/^@SyncManager@/, "", name)
sub(/^@[^@]+@/, "", name)
sub(/\/.*/, "", name)
if (name ~ /^[a-zA-Z0-9_]+(\.[a-zA-Z0-9_]+)+$/)
jobs[name]++
}
END {
for (i in jobs)
printf "%5d %s\n", jobs[i], i
}' |
while read -r count pkg; do
pm path "$pkg" >/dev/null 2>&1 && printf "%5d %s\n" "$count" "$pkg"
done |
sort -rn
help me copy paste this please
and btw for TECNO or any OEM user im not sure if i could fix webui bug for them
π3