From 971a669455e0cbcce68a06af8b72cb23e660c748 Mon Sep 17 00:00:00 2001 From: Christopher Frost Date: Tue, 17 Mar 2026 19:31:05 +0000 Subject: [PATCH] Support Sony Xperia 10 II --- newflasher.c | 1 + 1 file changed, 1 insertion(+) diff --git a/newflasher.c b/newflasher.c index 90f9450..10eb795 100644 --- a/newflasher.c +++ b/newflasher.c @@ -4198,6 +4198,7 @@ int main(int argc, char *argv[]) #endif if ((strstr(sinfil, "LUN0") != NULL && strstr(sinfil, lun0) != NULL) || strstr(sinfil, "LUN0_X-FLASH-ALL") != NULL || + strstr(sinfil, "partition-image") != NULL || strstr(sinfil, "LUN1") != NULL || strstr(sinfil, "LUN2") != NULL || strstr(sinfil, "LUN3") != NULL)