Mindless | Channel
951 subscribers
252 photos
7 videos
61 files
198 links
Simple module / script for personal use
Download Telegram
any feedback ?
i'll hold updates for a while since im lazy af
hehe
πŸ”₯3
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
update incumming
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
πŸ”₯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
soon
πŸ‘3πŸ”₯2
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
trying to squish every last of my braincell
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
πŸ”₯3