From d0962b99742553e1b1c5c3ad4e224ee8d83ed1f8 Mon Sep 17 00:00:00 2001 From: Mis012 Date: Mon, 12 Sep 2022 13:22:45 +0200 Subject: [PATCH] clarify a note in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33b7f34d..ea5dce85 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ example: `./launch_activity.sh test_apks/org.happysanta.gd_29.apk org/happysanta note: some apps don't like runtime changes to resolution, and currently GLSurfaceView will stretch instead of changing resolution example with custom width/height: `./launch_activity.sh test_apks/org.happysanta.gd_29.apk 'org/happysanta/gd/GDActivity -w 540 -h 960'` -NOTE: you might need to copy some files out from the apk under `data/`, e.g the `assets` folder +NOTE: you might need to copy some files out from the apk under `data/`, e.g the `assets` folder; +additionally, resources (`res`) currently need to be "decompiled" (e.g. by apktool, though this +additionally replaces hex IDs with string names, which needs to be reversed) NOTE: on X11, Gtk might decide to use GLX, which completely messes up our EGL-dependent code. If you have a debug build of Gtk, you can use GDK_DEBUG=gl-egl to force the use of EGL