From 66a4a84d96694746bb607c9bb6a7a04c6c67b40d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1z=20Zengin?= Date: Fri, 5 Sep 2025 11:52:52 +0300 Subject: [PATCH] Updated Using PMT via Termux or ADB (markdown) --- Using-PMT-via-Termux-or-ADB.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Using-PMT-via-Termux-or-ADB.md b/Using-PMT-via-Termux-or-ADB.md index 6715922..8883d12 100644 --- a/Using-PMT-via-Termux-or-ADB.md +++ b/Using-PMT-via-Termux-or-ADB.md @@ -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 phone’s temporary folder: +Use ADB to copy the `pmt` file to your device’s 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.