Updated Using PMT via Termux or ADB (markdown)

2025-09-05 11:52:52 +03:00
parent 75647eb630
commit 66a4a84d96

@@ -81,7 +81,7 @@ Unzip the downloaded `.zip` file — you should now have a `pmt` binary.
---
#### Push the Binary to Your Device
Use ADB to copy the `pmt` file to your phones temporary folder:
Use ADB to copy the `pmt` file to your devices temporary folder:
```bash
# Rename for more easily usage
mv pmt_static pmt
@@ -124,5 +124,4 @@ Example — Back up the boot partition:
#### Tips
Commands must be run from /data/local/tmp unless you move pmt elsewhere.\
The /data/local/tmp folder is cleared when you reboot your device.\
Static builds are completely standalone — no missing library issues.