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
BBoost Update atcually ready but i still not sutisfied yet
Anonymous Poll
48%
just post it 😡😡
58%
we will wait 🤫🤫
my Downscale Factor will only applied only for Apps/Games
🔥2
BBoost[07102026]
Changelog :
- Add Downscale Factor (App Only)
- Add FPS / Hrz Scale
- Adjust Game set-fixed-performance logic
- Add power save (Adjustable) logic
- Add some tweaks OEM and MIUI flags (OEM flags still testing)
- Add clear button for Check log window
Cr : @HoyoSlave @Dcx400 @Nekotor1999
Changelog :
- Add Downscale Factor (App Only)
- Add FPS / Hrz Scale
- Adjust Game set-fixed-performance logic
- Add power save (Adjustable) logic
- Add some tweaks OEM and MIUI flags (OEM flags still testing)
- Add clear button for Check log window
Cr : @HoyoSlave @Dcx400 @Nekotor1999
🔥3
Mindless | Channel
BBoost[07102026] Changelog : - Add Downscale Factor (App Only) - Add FPS / Hrz Scale - Adjust Game set-fixed-performance logic - Add power save (Adjustable) logic - Add some tweaks OEM and MIUI flags (OEM flags still testing) - Add clear button for Check…
Fyi : if you doesn't input any FPS / HRZ value, it will fetch maximum Value based on your device
*Thanks to @Dcx400 for helping me with fetch logic
*Thanks to @Dcx400 for helping me with fetch logic
🔥2