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
Samsung_Theme_Designer_2.0.4.zip
197 MB
The QMG Cooker for Windows
❤‍🔥7
mono.ttf
88.8 KB
Google Space Mono
👍3🥰2
I'm straight btw
🤣12🌚3👍2🤮2🔥1🗿1🦄1
boot-menu_PythonC_GalaxyA14_1.0.zip
6.1 MB
boot-menu - Shows a menu when device is booting into OS. Supports volume key and power control. Written in Python binary, C and bash 😭

This time uses mount binding, which should work on any filesystem ig? It does not do any file replacements, just bind and unbind.

I picked Python first then will do C next. This is slow but stable.
3🤣2
boot-menu_C_1.0_GalaxyA14.zip
83.7 KB
boot menu - Shows a menu when device is booting into OS. Supports volume key and power control. Written in C only!

Mainly functions with one executable, works by playing on binds. No file replacements are done in any way.

Fast and stable
6
qmgcap
1.9 KB
QMGCap v1.0 - Useful samsung utility made by me ofc coz me pro i know

Converts qmg bootanimations into PNG images. Only works on samsung OneUI systems.

~ $ su -c ./qmgcap --help
usage: qmgcap <input_qmg_splash_file=/system/media/bootsamsung.qmg> <input_qmg_loop_file=/system/media/bootsamsungloop.qmg> <number_of_frames=10> <initial_sleep=0.4> <initial_name_int=0> <out_directory=$(mktemp -d out_XXXXXX)> <cooldown_between_frames=0>
👍4
qmgrec
6.1 MB
QMGRec v1.0 - Standalone Samsung utility that converts Samsung QMG boot animations into MP4 files.

Only works on Samsung OneUI systems, relies on direct binding to operate.

~$ ./qmgrec -h
QMGRec v1.0 (standalone Python binary)
usage: qmgrec <splash: str.qmg = /system/media/bootsamsung.qmg> <loop: str.qmg = /system/media/bootsamsungloop.qmg> <out: str = out_uuid4()[:8]> <time_limit: int = 10> <bitrate: int = 200000000>
🥰3
🔥5🤔3🍌2👎1
SystemUI.apk
69.1 MB
Galaxy z flip 5 SystemUI APK
Since it doesn't have FOD
😭4👍1
live-blur_1.0_OneUI6.1.1_S23FE.zip
4.8 MB
Live blur enabler - Magisk module
Must be OneUI 6.1.1
Kanged from Galaxy S23 FE
🔥4
java -jar apktool.jar d -api 34 -b services.jar

java -jar apktool.jar b -api 34 -b services.jar

patch -p1 < 0000-whatever.patch
🔥4
Dummy method override

SystemUI_src/smali_classes2/com/android/systemui/util/DeviceState.smali

.method public static setInDisplayFingerprintSensorPosition(Landroid/util/DisplayMetrics;)V
.locals 3

.line 1
const/4 v0, 0x1

.line 2
sput-boolean v0, Lcom/android/systemui/util/DeviceState;->sLoadedSensorValue:Z

.line 3
const-string v1, "50"

.line 4
sput-object v1, Lcom/android/systemui/util/DeviceState;->sSemSensorMarginBottom:Ljava/lang/String;

.line 5
const-string v1, "200"

.line 6
sput-object v1, Lcom/android/systemui/util/DeviceState;->sSemSensorAreaHeight:Ljava/lang/String;

.line 7
const-string v1, "100"

.line 8
sput-object v1, Lcom/android/systemui/util/DeviceState;->sSemSensorImageSize:Ljava/lang/String;

.line 9
const/4 v2, 0x5

.line 10
const/high16 v1, 0x42c80000

.line 11
invoke-static {v2, v1, p0}, Landroid/util/TypedValue;->applyDimension(IFLandroid/util/DisplayMetrics;)F

.line 12
move-result v1

.line 13
float-to-int v1, v1

.line 14
sput v1, Lcom/android/systemui/util/DeviceState;->sInDisplayFingerprintHeight:I

.line 15
const/16 v0, 0x64

.line 16
sput v0, Lcom/android/systemui/util/DeviceState;->sInDisplayFingerprintImageSize:I

.line 17
const/16 v0, 0x32

.line 18
sput v0, Lcom/android/systemui/util/DeviceState;->sInDisplayFingerprintMarginBottom:I

.line 19
return-void
.end method
😱3👍1
boot-menu_C_2.0_GalaxyA14.zip
83.9 KB
boot-menu v2.0 - Galaxy A14 - Since I got better at C, why not to improve it?

A hacky boot menu with volume key and power control. Written in C.

Changelog
- Refactored most code with a new faster functionality
- Now relies on sys.boot_completed instead of timeouts
- PID based memory system
- Memory aware, and cares about CPU
- No more sleep and kill, just SIGTERM once not needed
- Separate thread to check for boot state
- Vibrates on both ready and done
- No timeout, menu is functional until system boots
- If picked option 1, bootanimation plays as expected just like it should normally
😱4
/sys/devices/virtual/fingerprint/fingerprint/position

8.30,0.00,9.10,9.10,14.80,14.80,12.00,12.00,5.00

Can not modify this file and must bind it instead
👍2