Original author: xCaptaiN09 Fork maintainer: Lycidias93 Version: 4.2-optional-dispatcher
Sortify Dispatch is a Magisk / KernelSU module based on Sortify v4.0. It keeps normal download sorting, but adds an Artifact Guard for Pixel Drop Dispatcher, Pixel-local scripts, Termux helper scripts, Magisk/KernelSU release ZIPs, and repo helper artifacts.
The Artifact Guard keeps these operational artifacts in /sdcard/Download:
target-pi3__*,target-pi4__*,target-zeropi2__*,target-berylax__*targets-*__*- legacy host-prefixed artifacts:
pi3_*,pi4_*,zeropi2_*,berylax_* - Pixel-local scripts:
pixel_local__* - Termux helper artifacts:
termux-*,termux_*,pixel-termux*,pixel_termux* - dispatcher release artifacts:
pixel-drop-dispatch*,pixel_drop_dispatch*,ssh-drop-dispatcher*,ssh_drop_dispatcher*,*drop-dispatch*,*drop_dispatch* - Sortify Dispatch release artifacts:
sortify-dispatch*,sortify_dispatch* - repo helper scripts:
repo_*.py,*_repo_*.py,repo_*.sh,*_repo_*.sh
Normal documents, images, videos, audio files, archives, APKs, and other files are still sorted into /sdcard/Sortify.
su -c sh /data/adb/modules/sortify/action.sh --guard-status
su -c sh /data/adb/modules/sortify/action.sh --guard-clean
su -c sh /data/adb/modules/sortify/action.sh --dispatcher-status--guard-clean is safe by design: it restores misplaced protected artifacts to /sdcard/Download and moves same-name collisions to /sdcard/Sortify/GuardConflicts/<timestamp>/ instead of overwriting or deleting.
Sortify Dispatch does not control Pixel Drop Dispatcher. It only provides read-only dispatcher link status and protects dispatcher-related artifacts from being sorted away.
Sortify Dispatch holds only operational artifacts. Normal downloads are sorted automatically. Dispatcher target artifacts require Dispatcher release after successful delivery to every target; Pixel-local and Termux artifacts require explicit Termux/operator release. See docs/HOLD_RELEASE_CONTRACT.md.
- Download
Sortify-Dispatch-v4.2-optional-dispatcher.zipfrom Releases. - Flash through Magisk or KernelSU.
- Reboot if your module manager requires it.
- Run Sortify manually or wait for the service interval.
su -c sh /data/adb/modules/sortify/action.shKernelSU WebUI can configure the interval, toggle guard logging, run guard status, run safe guard clean, show dispatcher link status, and trigger a manual sort.
module.prop and update.json point to this fork:
https://raw.githubusercontent.com/Lycidias93/Sortify-Dispatch/main/update.json
The visible module name is Sortify Dispatch, but the module ID remains sortify. The active module path therefore stays stable at /data/adb/modules/sortify, so updates replace the existing Sortify module instead of installing a second parallel module.
Each release ZIP is published with a SHA256 checksum.
See CHANGELOG.md.
- Original Sortify module by xCaptaiN09
- Artifact Guard fork maintained by Lycidias93
Sortify remains usable without Pixel Drop Dispatcher.
vNext design target:
SORTIFY_DISPATCHER_INTEGRATION=off|auto|on- default:
auto off: normal Sortify behavior, no dispatcher runtime dependencyauto: use dispatcher hold/release contract only when runtime is present and healthyon: require dispatcher contract and fail clearly if unavailable- normal downloads must continue to sort even when dispatcher integration is disabled
Source implementation date: 2026-05-17.
Config file: /data/adb/modules/sortify/sortify.conf
Available flags:
SORTIFY_DISPATCHER_INTEGRATION=off|auto|on
SORTIFY_HOLD_PROTECTED=0|1
SORTIFY_NORMAL_SORT=0|1
Default behavior stays safe for users without Pixel Drop Dispatcher:
SORTIFY_DISPATCHER_INTEGRATION=autoSORTIFY_HOLD_PROTECTED=1SORTIFY_NORMAL_SORT=1
auto uses dispatcher-aware protected artifact holding only when Pixel Drop Dispatcher runtime is present and healthy. If dispatcher is absent, normal downloads keep sorting and protected artifacts are not hard-blocked by a missing dispatcher runtime.
This release promotes optional dispatcher integration controls from verified source/runtime smoke to public release:
SORTIFY_DISPATCHER_INTEGRATION=off|auto|onSORTIFY_HOLD_PROTECTED=0|1SORTIFY_NORMAL_SORT=0|1- WebUI controls for normal sorting, protected hold, and dispatcher integration mode
--config-statusaction output
Users without Pixel Drop Dispatcher can use off or the default auto mode safely.
Stand: 2026-05-25.
Sortify Dispatch can use Pixel Drop Dispatcher release markers when SORTIFY_DISPATCHER_INTEGRATION=auto or on and the PIDD runtime is healthy.
Required final marker contract:
released=yesauthority=dispatchersha256matches the local Download artifactsizematches the local Download artifactpolicy=v4115pending_targetsis empty
Protected dispatcher artifacts stay in Download when no valid final marker exists. released=no, non-empty pending_targets, missing markers, SHA/size mismatches, non-dispatcher authority, or older RC policies such as v4112/v4114 are treated as held evidence, not final release.
Modes:
off: ignore dispatcher runtime and marker contract.auto: use the contract only when PIDD runtime and marker directory are healthy.on: require a healthy PIDD runtime and marker directory; otherwise sorting fails clearly.
