Board Archive
154 subscribers
11 photos
3 videos
197 files
42 links
The very collection of @GalaxyA14user's interests. Random yet useful to me.
Download Telegram
config.cfg
544 B
Galaxy A145F
Specific dtbo related files
👍1
Commands because I forget

imjtool dtbo.img extract

for f in *; do dtc -I dtb -O dts -o "${f%.dtb}.dts" "$f"; done && rm -rf *.dtb

find . -type f -exec sed -i 's/timing,refresh = <0x3c>/timing,refresh = <0x4b>/g' {} +

find . -type f -exec sed -i 's/active_fps = <0x3c>/active_fps = <0x4b>/g' {} +

find . -type f -exec sed -i 's/display_mode = <0x438 0x968 0x3c 0x00 0x00 0x00 0x00/display_mode = <0x438 0x968 0x4b 0x00 0x00 0x00 0x00/g' {} +
for f in *; do dtc -I dts -O dtb -o "${f%.dts}.dtb" "$f"; done && rm -rf *.dts

mkdtimg cfg_create new_dtbo.img config.cfg -d .
ðŸ—ŋ4
dthz
1.4 KB
dthz - automatic dtbo.img hz overclocker - relies on nearby executables - made for personal automation

usage: dthz <dtbo.img> <framerate>
👍3ðŸ—ŋ1
dtb.zip
9.7 KB
Galaxy A14 - Stock DTB
ðŸ—ŋ5
ðŸ—ŋ5ðŸĪ”1
BB_1.0.apk
51.1 KB
BetterBattery - v1.0 BETA - Preview
Accurately observes battery percentage in real time

The app is still experimental, it tries its best to run on all android phones. It worked on my A14

Relies on current_now, charge_counter, level, capacity and other props in addition to pure Android Java and Math. Similar to batt.py in terms of functionality but not hardcoded for one device.
ðŸĪŊ3ðŸ—ŋ1
git clone https://android.googlesource.com/platform/system/tools/mkbootimg/ && cd mkbootimg

mv ../vendor_boot.img .

python3 unpack_bootimg.py --boot_img vendor_boot.img && cd out

cat vendor_ramdisk01 | lz4 -dc | cpio --extract

ls lib/modules
👍2
gsi-touch-fix.zip
1.7 KB
Kanged from GitHub
👍1ðŸ˜Ļ1
ExynosUnbound-R1.3_a14-ENFORCING.tar
32 MB
ExynosUnbound R1.3
For Galaxy A145F 4G (Exynos 850)

Features:
- KSU preinstalled
- Disabled AVB
- ext4, erofs and f2fs support for all partitions
- Disabled securities
- Overclocked CPU to 2210MHz
- rtl8xxxu wifi driver for pentesting (must apply vendor fw)

If you have problems with Enforcing, consider trying Permissive
⚡4ðŸĨ°2
why are people subscribing to this
ðŸĪ”12😐2ðŸ—ŋ2âĪ1👍1
rtlwifi-enabler_1.0.zip
19.1 KB
rtlwifi fw (vendor) - A Magisk module to use with ExynosUnbound to enable rtl8xxxu detection
👍2
git clone https://android.googlesource.com/platform/system/tools/mkbootimg

python3 mkbootimg/mkbootimg.py --boot_img init_boot.img

Keep the output somewhere safe

mkdir lmao && cd lmao && cat ../ramdisk | cpio --extract

Now to pack ramdisk back

find . | cpio --quiet -o -H newc -R root:root | lz4 -9cl > ../ramdisk-new

Now to pack init_boot.img back, use the output which you kept safe

python3 mkbootimg/mkbootimg.py --header_version 4 --output "init_boot-new.img" --ramdisk "ramdisk-new" --os_version 14.0.0 --os_patch_level 2025-01
🌭2👍1ðŸĪĄ1ðŸĪĢ1ðŸ—ŋ1
com.BrotherBoard.black_1.0.apk
15.2 KB
black screen app
ðŸ‘ŧ6ðŸĪ”2🖕1
samsung_modern_param_snapshots.zip
3.5 MB
Param images
Kanged from Galaxy S22 Ultra
👍1
BB_2.0.apk
51.4 KB
BetterBattery v2.0 - My very extremely accurate battery level monitor. Powered by nothing but Android Java and pure math.

What's new:
- Added speed meters for mah and percentage
- Clearfield some stuffs aswell
- Better UI at the beginning
- Renamed version to 2.0
👍5
Forwarded from ABIKitchen
ABIK-v1.0.2.apk
4.9 MB
Unpack and Repack Android Boot Images

Supported Boot Image Types:
-> init_boot
-> boot
-> recovery
-> vendor_boot (v4 is also supported)

Supported Ramdisk Compression:
-> LZMA
-> GZIP
-> LZ4

Requirements: Android 11+
👍2