commit 3707a827c833e4f5c72ad592657a692d3aa0d33e Author: Mis012 Date: Thu Jan 19 16:24:29 2023 +0000 Create a wiki page for known working proprietary apps (plus notes and tips) diff --git a/known-working-proprietary-apps.md b/known-working-proprietary-apps.md new file mode 100644 index 0000000..09e243e --- /dev/null +++ b/known-working-proprietary-apps.md @@ -0,0 +1,7 @@ +| id | name | version | main activity | override envs needed | phones home? | needs internet connection? | notes | +|----|------|---------|---------------|----------------------|----------------------------------|--------------------------------------------------------------------|-------| +| com.mediocre.smashhit | SmashHit | 1.4.3 | com/mediocre/smashhit/Main | SLES_SDL_FREQ=44100 LINKER_DIE_AT_RUNTIME= | probably not | no | [libSLES](https://gitlab.com/Mis012/libopensles-standalone/) needed; uses NativeActivity, need to rename the .so as per README; premium version is an in-app purchase, so cannot be obtained | +| com.zeptolab.ctror.subscr.tier | Cut The Rope | 3.15.1 | com/zeptolab/ctr/CtrApp | none (LINKER_DIE_AT_RUNTIME= on aarch64) | probably | no (candidate for bubblewrap) | assets being read from filesystem allows easy level editing | +| com.zeptolab.ctr2.paid.google | Cut The Rope 2 | 1.17.2 | com/zeptolab/ctr2/CTR2Activity | none (LINKER_DIE_AT_RUNTIME= on aarch64) | definitely, forces you to agree which violates GDPR | no (candidate for bubblewrap) | needs a hack to noop currently broken complex youtube thumbnail mess; see hacks/README.md for how to apply it; to make the game playable without supporting abominable business practices, set ENERGY_REFUEL_SPEED in shared prefs xml to e.g 30000 | + +TODO: worms2armageddon / angry birds were only tested on 32-bit x86 due to tested versions not having 64bit binaries; test newer versions and add them here \ No newline at end of file