Skip to content

Instantly share code, notes, and snippets.

View Terrariadlc's full-sized avatar

Terrariadlc Terrariadlc

View GitHub Profile
@Terrariadlc
Terrariadlc / Mpro_guide.md
Last active June 29, 2024 11:55
Messenger pro beginner's guide

Guide version: 1.1.1-sqrt3 (follows sqrt/loukious releases.)

1.1.3 is skipped as it doesn't bring anything new to the table. I do recommend 1.1.3 if you are updating from loukius's 1.1.1

THIS IS AN UNROOTED GUIDE, However this works on rooted devices - Added special root section now. **Please report your device in the comments if mrpo works on your device and the android version hasn't been added to the chart below

Table of contents

@Terrariadlc
Terrariadlc / Swap on Android with termux.md
Last active May 28, 2024 15:01
SWAP on Android using termux

Requirements: Termux, Root (preferably Magisk).

Open termux and give it root permissions

Type su to escalate the permissions

Now enter the command dd if=/dev/zero of=swapfile bs=1024 count=6144k replacing 6144k with as much swap as you need, in this case 6GB

Once its done, enter mkswap swapfile to create the sawp file and swapon swapfile to enable the swap file