Board Archive
153 subscribers
11 photos
3 videos
197 files
42 links
The very collection of @GalaxyA14user's interests. Random yet useful to me.
Download Telegram
imjtool
554.6 KB
$ ./imjtool super.img extract
👏1
lpunpack
8.9 MB
$ ./lpunpack --partition=any super.img .
🥰1
for termux just install android-tools
🤔5
Galaxy A105F 1000
Galaxy A145F 2000
Galaxy A217F 5000
Galaxy A335F 5000
😁1
DBB_16.apk
132.5 KB
added very db
fixed light mode
fixed notification icon
overlay default color
👍1
DBB_16.zip
2.2 MB
👍1
Termux_0.118.0.apk
97 MB
3
LiveBlur.zip
4.4 MB
2
camera-feature.xml
13.2 KB
Perfect camera feature
for galaxy A145F

60 FPS recording
PRO video
live blur UI
30 fps preview
front and back
pictures while taking video
some shooting
modes unlocked
5👍1
a145-U-u4-perm-boot.tar
37.1 MB
A145f  A145m kernel v5.3
Permissive
By @physwizz ONLY
Android 14
Exynos 850

For testing

Cpu governors added:
Userspace
Ondemand

Securities disabled:
Defex
Proca
Integrity

Flash this tar from odin or extract boot.img and flash from twrp

Installation
https://t.iss.one/physwizz2/454

Kernel source code
https://github.com/physwizz?tab=repositories
👏1
ub.zip
4.1 KB
Simple local-hosted bash shell
tested on galaxy A145F
on Termux
only requires telethon
can execute shell commands
can upload files
can get ID of users
code is easy to read and to modify.
for easier message control,
I Have put some
functions in code
👍1
recovery-on-boot.zip
2.3 KB
While booting,
phone will vibrate twice.
Press volume up button
between the two vibrations
to reboot to recovery.
No usb needed.
🔥6
😁1
crb_v3b15.rar
302 MB
👏1
bashupload.com
curl bashupload.com -T filename

wget file_link
🔥5
Board Archive
ub.zip
shell.py
6.3 KB
#deprecated
Update for UB, location:
ub/userbot/modules

Commands:
.<command> # like .echo meow
TAKE SUDO
NUKE SUDO
TAKE ISUDO
NUKE ISUDO
TAKE DMUTE
NUKE DMUTE
ID <reply or not> # get user id
DUMP THIS # dump str(event.iss.onessage)
GET <file directory> # to upload
🔥1
GSI Touch Fix, written by me
#!/system/bin/sh
while true; do sleep .4; new=$(cat "/sys/class/backlight/panel/brightness"); [ "$old" != "$new" ] && [ "$new" != "0" ] && su -c 'echo check_connection > /sys/class/sec/tsp/cmd'; old=$new; done
🔥7😁1
Board Archive
ub.zip
shell.py
7.7 KB
Update for UB, location:
ub/userbot/modules

Changelog:
now personal shell is live
unlimited sessions at a time
reply to session (message)
with "^C" to interrupt it
strings inside code
variables to make things tuneable
speaks while promoting or such
ending message with #LC=2
will make shell send 2 by 2 lines
Commands:
.<command> # like .echo meow
TAKE SUDO
NUKE SUDO
TAKE ISUDO
NUKE ISUDO
TAKE DMUTE
NUKE DMUTE
ID <reply or not> # get user id
DUMP THIS # dump str(event.iss.onessage)
^C <reply to an already-running msg>
GET <file directory> # to upload
😁1
system.img_ac
1.3 GB
Samsung Galaxy XCover7
SM-G556B system image
Kanged From: samfw

Combine files:
cat system.img_aa system.img_ab        system.img_ac > system.img
🔥1🥰1