Samsung T113 Custom Rom Repack File

Because repacks are technically derivative works, they live in the shadows. Do not use random "ROM download" websites (they contain malware targeting banking apps).

Verified sources (as of 2026):

Checksums (to verify you have the real repack):

If the file you download is exe or scr, delete immediately. samsung t113 custom rom repack


Target File Types: system.img, vendor.img, boot.img (usually found in a ZIP or as raw binaries).

Note: The following represents the types of repacks typically found in the XDA Developers community. Always verify the source before downloading.

The SM-T113 came with 1.5GB of RAM and 8GB of internal storage. By modern standards, this is a smartwatch’s worth of memory. The stock TouchWiz ROM consumes 4.5GB of storage and 800MB of RAM at idle. Because repacks are technically derivative works, they live

A custom ROM repack specifically addresses three fatal flaws:

Repacking a custom ROM for the Samsung Galaxy Tab 3 Lite 7.0 (SM-T113) is a legacy modification process. The device runs on a Marvell PXA1908 chipset and originally shipped with Android 4.4.4 (KitKat).

Due to the proprietary nature of the Marvell processor and the age of the device, the custom ROM ecosystem is limited. "Repacking" generally refers to either modifying the stock firmware images or porting ROMs from similar devices (like the T110 or T116). There is no official LineageOS support. Checksums (to verify you have the real repack):


The Samsung Galaxy Tab 3 Lite (SM-T113) is a budget tablet from 2015. While the hardware is aging, the device remains popular in the modding community due to its low cost and potential for repurposing as a kiosk, music player, or dedicated diagnostic tool.

However, the stock firmware is often plagued by "Samsung Bloatware" and sluggish performance. This guide focuses on Custom ROM Repacking—the process of modifying the original factory firmware to create a cleaner, faster, and more optimized experience without necessarily flashing a third-party ROM like LineageOS (which can be unstable on this specific Spreadtrum chipset).

# Align APKs
zip -r ROM.zip system/ META-INF/
zipalign -v -p 4 ROM.zip ROM-aligned.zip

Do not confuse a repack with a port.

A true Samsung T113 custom ROM repack includes the following modifications:

| Feature | Stock ROM | Custom Repack | | :--- | :--- | :--- | | Deodexing | No (slow boot) | Yes (faster framework) | | Root Access | No (Knox trips) | Pre-rooted (Magisk 23+ or SuperSU) | | Busybox | Missing | Installed (run-parts support) | | Wi-Fi Region Fix | Hardcoded | Patched (all channels enabled) | | GPU Throttling | 65°C throttle | Removed (or raised to 85°C) |