From 04e95c94672ca8c9ac2932a554458b0b33c60698 Mon Sep 17 00:00:00 2001 From: Benedikt Wildenhain <benedikt.wildenhain@hs-bochum.de> Date: Thu, 27 Mar 2025 12:51:44 +0100 Subject: [PATCH] =?UTF-8?q?Bereich=20Android-Kompatibilit=C3=A4t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openphones.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openphones.md b/openphones.md index 666926b..f8c703e 100644 --- a/openphones.md +++ b/openphones.md @@ -11,3 +11,9 @@ * Ubuntu Touch https://docs.ubports.com/en/latest/appdev/index.html - Plattformunabhängige Progressive Web Apps https://de.wikipedia.org/wiki/Progressive_Web_App - Plattformunabhängige Frameworks wie https://de.wikipedia.org/wiki/Flutter_(Software) +- Android-Kompatibilität verbessern: + * Container https://waydro.id/ (schon recht gut nutzbar, Zugriff auf + Kamera, Sensoren, Funknetze ausbaubar) + * leichtgewichtige Emulationsschicht: https://gitlab.com/android_translation_layer/android_translation_layer/ (Konzept ähnlich wie Wine, frühes Stadium) + * Reverse-Engineering von bestehenden Apps (z.B. TAN-Generatoren), für + die es keine freien Alternativen gibt -- GitLab