-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the official technical documentation for Jigar Tools, the world's most aggressive, high-performance, multi-threaded Android backup and restore suite for Windows.
Powered by the Titan Engine, Jigar Tools leverages parallel PowerShell runspace pools to saturate your USB connection, bypassing the speed limitations of standard single-threaded MTP or ADB transfers.
Tip
Use the sidebar on the right to navigate through the technical details, troubleshooting guides, and architecture explanations.
Sync and restore operations utilize 20 concurrent runspaces. This saturates the USB connection and processes operations asynchronously, reducing backup times by up to 80%.
Bypasses the default Windows MAX_PATH restriction (260 characters) by dynamically mapping your backup destination directory to an unused drive letter (e.g., Z:).
To handle permission issues on different Android devices, the script routes backup attempts sequentially:
- Direct Pull: Fast, standard ADB pull.
-
Device Temp Copy (
/data/local/tmp): Copies locked/problematic paths to a readable directory on the phone first, then pulls. -
APatch / Magisk Root Global Mount: Leverages root access (
su) to pull directly from private storage partitions.
An interactive TreeView GUI (loaded lazily to support 50k+ files instantly) that lets you cherry-pick folders or files to exclude from your backup, or include in your restore.