BFE 0.9.1 — Fix: progress bar stuck at 100%
BFE — standalone, sideload-only Android file manager & explorer with native archive extraction/compression, dual-pane commander mode, SAF + root app-storage browsing, and an APK cloner + signer. GPL-3.0.
🐛 0.9.1 — fix: extraction progress bar stuck at 100%
Reported via a user screen-recording of a 7.85 GB Fallout: New Vegas GOG extract: the bar read "100% · ETA 0s" (with an absurd GB/s) from the very first second and never moved, while the file count kept climbing. The extraction itself completed fine.
Cause: the innoextract and FreeArc progress pollers summed everything in the destination folder with no baseline — so if that folder already held content (a previous/partial extract of the same game, or the installer sitting inside the target folder), the first tick already saw gigabytes and the bar pinned at 100%.
Fix: the poller now snapshots the destination when the job starts and reports only what this job adds — percent, speed, ETA and the final file tally are all measured as a delta. Re-extracting over an existing folder shows a real 0→100 again.
Everything else
Toolbar never clips (0.9) · APK cloner + signer (0.8) · compress to zip/7z/tar/tzst/.wcp (0.7) · root any-app browsing (0.6) · pinnable SAF app storage (0.5) · dual-pane commander · full extraction stack (7z/zip/rar/iso, InnoSetup/GOG + DLC batch, FreeArc) · Open-with / Install-APK / Share.
Requirements & install
- Android 8.0+, arm64-v8a only; grant All-files access on first run; root (Magisk) optional.
- Sideload
BFE-0.9.1.apk. Separate app (com.the412banner.bfe).
Signing & integrity
- Signed with the repo's public test key (
CN=BFE Test), schemes v1 + v2 + v3 (verified). Compare the SHA-256 before installing. - APK SHA-256:
34a69baa7070dc3cfbc0c8dc1f53c4fd8fef9073b65e10188a9014685d1395fc
Built from 3ce888c · CI run 33613357237.