From c028f0ecaa4e726c74527c31534d1939ceb30762 Mon Sep 17 00:00:00 2001 From: Conor Anderson Date: Wed, 1 Apr 2026 18:33:17 -0400 Subject: [PATCH] Update redroid.py Work around blank screen with MindTheGapps --- redroid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redroid.py b/redroid.py index 5a6f7be..62ac725 100644 --- a/redroid.py +++ b/redroid.py @@ -73,7 +73,7 @@ def main(): tags.append("litegapps") if args.mindthegapps: MindTheGapps(args.android).install() - dockerfile = dockerfile + "COPY mindthegapps /\n" + dockerfile = dockerfile + "COPY mindthegapps /\nENTRYPOINT [\"/init\", \"androidboot.hardware=redroid\", \"ro.setupwizard.mode=DISABLED\"]\n" tags.append("mindthegapps") if args.ndk: if args.android in ["11.0.0", "12.0.0", "12.0.0_64only"]: