Stuff Android
202 subscribers
61 photos
18 videos
177 files
195 links
Download Telegram
So, Valorant mobile was leaked...

https://t.me/PlayValorantMobile/116
General overview of features


Kernelsu

-- magisk : Magisk is a systemless root solution that modifies the boot image

-- KSU : KernelSU is a kernel-based root solution that modifies the kernel source code to grant root access. 

Pro :

More restriction root :

KernelSU allows you to customize the uid, gid, groups, capabilities and SELinux rules of su. Lock up the root power in a cage.

Only App that is granted root permission can access su, other apps cannot perceive su.

seem apps and service have no find bypass for now.

Cons :

Need update kernel if you want new kernelsu version.

For some modules zygisk module is still required.


*Kernelsu is no universal like magisk... only GKI 2 device is supported officially for all other devices that need descent kernel sources ...

The risks of KernelSU:
https://telegra.ph/The-risks-of-KernelSU-05-25

Source:
tinyurl.com/ta3mx2rf
tinyurl.com/3722c7vp

Note: https://telegra.ph/KernelSU-10-09
Modules KSU: @kernelsumodules
GitHub is now mandating the use of 2FA.
If you are unsure which one to use, then read this:
https://restoreprivacy.com/two-factor-authentication-2fa

How to enable 2FA for GitHub:
https://authy.com/guides/github
https://tinyurl.com/muufbty3

2FA Apps:
Aegis Authenticator - https://getaegis.app
It's a free, open source authenticator app with no ties to Google or any other "service". It can also import key configs from other apps, and also a backup/restore function.

2FAS — the Internet’s favorite open-source two-factor authenticator. https://2fas.com
This app is probably what you're looking for, the best 2-factor authentication app, as you can format your phone, delete the app and when you come back you can sync again and all your codes will be there!

Linux command line:
https://www.cyberciti.biz/faq/use-oathtool-linux-command-line-for-2-step-verification-2fa

Android and IOS:
https://authy.com

IOS shit:
https://raivo-otp.com
https://www.tofuauth.com

Any device - Desktop Alternatives:
https://support.1password.com/one-time-passwords/
https://authenticator.cc/
https://steptwo.app/
https://secrets.app/
https://keepassxc.org/

Alternatives:
https://alternativeto.net/software/2fa-authenticator-2fas-/?license=opensource
https://www.makeuseof.com/best-authy-alternatives
https://itsfoss.com/authenticator/
PlayIntegrityFix_v15.9.9.zip
203.1 KB
🧩 Play Integrity Fix

Certify Play Store and fix Google Wallet if SafetyNet Fix not working:

• Delete SafetyNet Fix module
• Install Play Integrity Fix module
• Clear Google Wallet data and cache.
• Clear Google Play Store data and cache.
• Clear GSF (com.google.android.gsf) data and cache.
• Reboot your device

Some users recommend to clear GMS data and cache but for me it wasn't necessary.

Fixes CTS profile (SafetyNet) and DEVICE verdict (Play Integrity)

Official XDA thread

GitHub
BootloaderSpooferV1.2.apk
7.8 KB
Bootloader Spoofer v1.2

#apk

Not a module but can help to spoof locked bootloader on local attestations

GitHub


@KernelSUmodules
Magisk-overlayfs-modified-KSU.zip
6.7 MB
🧩 Magisk Overlay FS (modified)

#to use with Iconify
#to use with Dual Status Bar (if not working)
#to use with Substratum (if not working)

- Make system partitions (system, vendor, product, system_ext) read-write by using overlayfs
- Supports Magisk version 23.0+ and latest KernelSU

Changes in this module :

♦️mode.sh file inside the module modified to :

OVERLAY_MODE=1
DO_UNMOUNT_KSU=true

GitHub

If you are interested in OverlayFS, you can read it here

If you don't know what this module does:
Read README.md inside module for more information or visit link

https://t.me/kernelsumodules/174
Come to GiffGaff - the best international chip!
https://giffgaff.com/orders/affiliate/togof80_1690153797952
Stuff Android pinned «Come to GiffGaff - the best international chip! https://giffgaff.com/orders/affiliate/togof80_1690153797952»
bind-mount-hosts-KSU.zip
17.3 KB
Systemless hosts for KernelSU via mount --bind

by xfirstnamelastname

- no bad mount detections for shit (no rw overlay)
- keeps old hosts file intact
- tries to avoid unnecessary writes

fully ksu only, boot-completed.sh

#!/usr/bin/env sh
#
MODDIR="${0%/*}"
# no need to always zero out hosts at boot
ls $MODDIR/hosts || (cat /system/etc/hosts || echo "127.0.0.1 localhost")> $MODDIR/hosts
# shitpost at dmesg
echo "bind-mount-hosts: writable /system/etc/hosts for KernelSU" >> /dev/kmsg
# this is it
chcon -r u:object_r:system_file:s0 "$MODDIR/hosts"
chmod 644 $MODDIR/hosts
mount --bind "$MODDIR/hosts" /system/etc/hosts
`````````

https://t.me/KernelSU_group/27237/178989
📺 How to install AdGuard for Android TV: a video guide

In case you missed it: there is now an AdGuard version for Android TVs! Check out this video guide that will show you how to install it on your Android TV in just one minute.

🛡Download AdGuard for Android TV: https://agrd.io/tvapk!

More info: @adguarden
🎅⭐️ Xmas VIP Build Free for all⭐️🎅 - Celestial Windows 11
https://www.teamos.xyz/threads/%F0%9F%8E%85%E2%AD%90-xmas-vip-build-free-for-all%E2%AD%90%F0%9F%8E%85-celestial-windows-11.206894/

Ss: https://imgur.com/a/pfct7UC#i0eV4gI

Torrent Magnet link:-
magnet:?xt=urn:btih:6e54dc1c63d7038758529cce6e8206de9161683e&dn=Celestial.iso&tr=https%3A%2F%2Fmy.teamos.xyz%2F00054e26d6ec2c28f2bd45cd8eeae14d%2Fannounce
Stuff Android
Git Notes.pdf
Git commands for everyday life:
#To git push:
Commands:
If need:
git config --global http.postBuffer 900000000

Rename local branch:
git branch -m [new-name]

git remote rm origin

git remote add origin https://github.com/YOUR-TREE.git

git pull origin

git push -f https://github.com/YourTree HEAD:test
or
git push -f https://github.com/YourTree HEAD:refs/heads/test

#To authorship
Example:
git status

git add *

git commit -m 'Settings: Update'

git commit --amend --author "YourName <YourEmail@mail.com>"

Check date:
Example: https://github.com/LineageOS/android_vendor_lineage/commit/57a063cff7c4dd62112ec5d488c00007a9f89ccb.patch

Set date:
git commit --amend --no-edit --date "Mon, 1 May 2023 17:01:51 +0800"

#To get git log
git log
git log --oneline

#Download patch, example:
curl -L https://github.com/utziacre/android_kernel_oneplus_sm8250/commit/1088eeb6e625600d5aba8b3fa909b2cf7a61f4bf.patch -o 1088eeb6e625600d5aba8b3fa909b2cf7a61f4bf.patch

patch -p1 < 1088eeb6e625600d5aba8b3fa909b2cf7a61f4bf.patch

# Git Login:
cd Github
git config --global user.email YourMail@mail.com
git config --global user.name YourUSER

# Set nano default:
git config --global core.editor "nano"

# Space hd:
df -h

# Chmod
chmod +x file.sh
chmod 777 -R out
chmod 777 -R .repo

# To zip file:
zip -rj SuSFS_132.zip ksu_module_susfs/

# Git cherry-pick:
Commit example: https://github.com/LineageOS/android_device_fairphone_FP4/commit/1da23c976af56596a08a5e6523db3e18c0856ad7

git fetch https://github.com/LineageOS/android_device_fairphone_FP4 lineage-21

git cherry-pick 1da23c976af56596a08a5e6523db3e18c0856ad7

# Windows $HIT:
https://telegra.ph/Git-in-windows-05-15

# Fix VsCode:
rm -rf ~/.config/VSCodium/GPUCache
VSCODIUM: https://vscodium.com

BEST TERMINAL SSH to desktop: https://tabby.sh
Best SSH mobile: https://juicessh.com/#!
Ios ssh: https://apps.apple.com/us/app/koder-code-editor/id1447489375

More info: https://t.me/stuff_android/341
🎯Hail
GitHub
Fdroid

• This app is very similar to AirFrozen for freezing apps (to save battery and free up ram) but with support for root and non-root devices.

× By Aistra
@HailAndroid