Board Archive
152 subscribers
11 photos
3 videos
197 files
42 links
The very collection of @GalaxyA14user's interests. Random yet useful to me.
Download Telegram
SBA_1.1.apk
14.6 KB
Fixed a lot of stuff OK
🔥21
Board Archive
boot-menu.zip
boot-menu_2.0.zip
81.7 KB
Changelog:
Fixed A LOT OF bugs... like A LOT. Idk how did i write such a BUGGY code before, but it IS FIXED now.

boot-menu - experimental magisk module by me
Only works on samsung ext4 systems for now
Simple on-boot menu, customizable.
Supports touch and volume buttons selection.
Screenshots - Github
🔥5
v2.0
🔥7
SBA_2.0.apk
18.7 KB
v2.0 - That's when I need to get a life.

What is this?
This is an app which manages samsung QMG bootanimations. Requires an EXT4 OneUI system alongside ROOT access to operate.

Full features:
- Manage qmg bootanimations
- Pick external files
- Backup stock animation and restore anytime
- Ability to view current animation in real time
- Abort preview by touch or side and vol buttons
- Easy clean source code ig?
- Detailed logs OK
- Very small (18kb)
- Ability to adjust capture count
- Bomb
5😱2👍1
SecSettings.apk
104.8 MB
S21FE Stock Settings app
😱5🥰1🆒1
Cooking FFT rn
🗿8😱2
FFT screenshots like WHY do i MAKE THIS STUFF
🤔2🤯1
FFT_1.0.apk
105.4 KB
Floating Feature Tweaker
Coded solely by me in a few hours. For my personal use but leaving here since telegram is my free cloud

Why:
Because I'm bored idk what to code and this is useful for me

Features:
Pick external ff xml
Use current xml
Easy UI ig
Very clean code
small app (100kb)
Detailed logs about what happens
Ability to instantly apply
Search for keys and values
Tap on key or value to change
Revert to default possible
Backs up stock ff xml on first launch
Ability to restore backup
Export modified ff xml to storage
bomb
😱9
I gotta stop making these weird apps
🤣103
Board Archive
boot-menu_2.0.zip
boot-menu_2.6.zip
81.8 KB
Changelog:
Fixed a critical bug alongside some volume button bug. Now it is stable ig.

boot-menu - experimental magisk module by me
Only works on samsung ext4 systems for now
Simple on-boot menu, customizable.
Supports touch and volume buttons selection.
Screenshots - Github
🗿9
GSI touch fix v2, written by me, obviously cleaner and no lag ig, i will test it now

#!/system/bin/sh
while true; do sleep .2; old="$(getprop | grep 'screen_state' | grep '1')"; [ -z "$old" ] && [ ! -z "$new" ] && su -c 'echo check_connection > /sys/class/sec/tsp/cmd'; new="$old"; done
🔥10
MiXplorer_v6.63.1_B23042510.apk
3.7 MB
🔥2🤔1🐳1
Modify an ext4 image without repacking
in case i forget how to do it

# Mount image to folder
mount -o rw system.img folder
# Umount when done
umount folder
6😱3🔥2👍1