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
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
param_snapshots.zip
347.4 KB
param images
like download mode and so
💅5
Installing Selenium in Termux the right way

pip install selenium==4.9.1
yes | pkg install x11-repo -y
yes | pkg install tur-repo -y
yes | pkg install chromium -y
🔥4🤯2
system.img.xz_ac
102.1 MB
Galaxy Z Fold5 SM-F946B XME F946BXXS3DXI9 U EROFS system image, kanged from samfw

cat system.img.xz_aa system.img.xz_ab system.img.xz_ac > system.img.xz

aca8fd327a65f22097895f995aed0911983d439a3f421fdb875df18f86dca11e
🙏5🔥1
Ubuntu in termux over noVNC over hotspot.
Yes I AM GOING TO forget this so I am writing here

pkg up && pkg install git wget -y && git clone --depth=1 https://github.com/modded-ubuntu/modded-ubuntu.git && cd modded-ubuntu && bash setup.sh

# Follow the instructions of the setup.

# turn hotspot on, then run this, swlan0 is hotspot interface on OneUI, unlike aosp which is wlan1

sudo ip address add 1.1.1.1 dev swlan0

# execute the new bin we have:

ubuntu

git clone https://github.com/novnc/noVNC.git

# first we clone NoVNC
git clone https://github.com/novnc/noVNC

# then run vncserver
dbus-launch vncserver :1 -geometry 1080x2408 -depth 24 -zliblevel 0 -name modded-ubuntu -xstartup /usr/bin/xfce4-session

# although vncstart command exists, sometimes it goes to 5902, read automation below.

./noVNC/utils/novnc_proxy --vnc localhost:5901 --listen 1.1.1.1:1111;}
# Now should give a link, any device connected to your hotspot should be able to navigate to that link

# in termux, modify /data/data/com.termux/files/usr/bin/ubuntu, and append this to first line

su -c "ip address add 1.1.1.1 dev swlan0"

# to optioanally check for hotspot

[[ -z $(ifconfig | grep swlan0) ]] && echo "hotspot is off blud"

# in ubuntu, edit this file: /usr/local/bin/vncstart and define device as :1 so port can always be :1

dbus-launch vncserver :1 -geometry 1080x2408 -depth 24 -zliblevel 0 -name modded-ubuntu -xstartup /usr/bin/xfce4-session

# in ubuntu .bashrc, append this

host() { vncstart; ./noVNC/utils/novnc_proxy --vnc localhost:5901 --listen 1.1.1.1:1111;}

# now you can open termux, write "ubuntu", in ubuntu you write "host", and it is done.
😁51😱1
🔥5👍1👾1