2025-08-21 09:54:23 +03:00
2025-09-24 22:14:25 +03:00
2025-09-30 21:07:11 +03:00
2025-09-30 21:07:11 +03:00
2025-08-10 18:44:58 +03:00
2025-08-28 23:13:52 +03:00
2025-09-06 12:10:46 +03:00
2025-07-29 21:20:31 +03:00
2025-09-11 10:59:39 +03:00
2025-08-29 13:40:03 +03:00

Partition Manager Tool (PMT)

Partition Manager Tool is a fast, reliable, and feature-rich CLI application for Android devices that enables advanced partition operations such as backup, flashing, erasing, information retrieval, and more.
This renovated edition, written in modern C++, is faster, more stable, and more powerful than its previous versions, thanks to optimized multithreading and improved error handling.

PMT is designed for developers, technicians, and Android enthusiasts who need fine-grained control over device partitions via a clean, flexible, and scriptable interface.


Key Features

  • Backup partitions to files (with permission adjustments for non-root access).
  • Flash image files directly to partitions.
  • Erase partitions with zero-byte filling.
  • Retrieve partition sizes in multiple units.
  • Display partition info (name, size, logical status) in text or JSON.
  • Resolve real block device paths and symbolic links.
  • Identify partition or image file types via magic number checks.
  • Reboot the device into multiple modes (normal, recovery, etc.).
  • Asynchronous processing for speed — each partition runs in its own thread.
  • Error isolation so one failing operation doesnt cancel the rest. For back upping, flashing and erasing.
  • Test sequential read/write speed of your memory.

Documentation

For all information about PMT, see the wiki.
Read Wiki - Using PMT via Termux or ADB for learn how to use PMT via Termux or ADB.
Detailed usage instructions and option references can be found in the Wiki - Usage.
See Wiki - How To Build to learn how to build.

Bug Reporting

Please submit bugs at Issues page.


Credits

Description
Partition Manager Tool is a fast, reliable, and feature-rich CLI application for Android devices that enables advanced partition operations such as backup, flashing, erasing, information retrieval, and more.
Readme Apache-2.0 1.1 MiB
2025-08-21 09:54:23 +03:00
Languages
C++ 98.2%
C 0.9%
CMake 0.5%
Shell 0.4%