Mindless | Channel
951 subscribers
252 photos
7 videos
61 files
198 links
Simple module / script for personal use
Download Telegram
oh i forgot
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 dump
cat /data/local/tmp/compile_log.txt
cat /data/local/tmp/Bnoop_log.txt
cat /data/local/tmp/preload_log.txt
and there is miss logic structure, but its ok
im working on webui and some script logic stucture
🔥2
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