Test kernels - not releases
Nothing in this folder is a release. These are one-change kernels handed to a specific tester to confirm a specific fix, and they are removed once the fix ships in a ROM.
If you are looking for MinsOS itself, it is in the per-device folders
(gts7xlwifi, gts7lwifi, gts7xl, gts7l) - not here.
TEST-MinsOS-Kernel-gts7xlwifi-prjquota-v2-20260805.zip (current)
For SM-T970 (gts7xlwifi) only. AnyKernel3: sideload in TWRP, no wipe, kernel only.
Fixes the case where apps cannot create files in internal storage on a tablet whose /data was formatted by another ROM's recovery. Such a /data carries f2fs's project-quota feature, while Samsung's fstab still mounts with usrquota,grpquota only - so the kernel accepts a project-id request it cannot complete and fails the whole operation. This kernel treats "feature present but not enabled at this mount" as unsupported, which is what a never-reformatted tablet already does.
Booted on a T970 before publishing. Note the honest limit: that tablet's /data does not have the feature, so the changed path could not be exercised there - only that the kernel boots, roots and writes normally.
sha256 7120251ea2bfac427eb76722a4dd052b786f9ec065f6166dec78a36b55bcc8ef
TEST-MinsOS-Kernel-gts7xlwifi-prjquota-20260805.zip (superseded)
The first attempt. It forgives the "not supported" answer, which turned out to be an answer the affected tablet never gives. Kept only so the thread's links do not rot.
TEST-MinsOS-Kernel-gts7lwifi-prjquota-20260805.zip (wrong model, kept for reference)
Built for SM-T870 before the reporter's model was known. He is on a T970; the zip refuses to flash on anything else, which is why it never produced a result.