Update known working proprietary apps

Mis012
2023-11-07 14:01:19 +00:00
parent 87474c9564
commit b2c843ae74

@@ -1,7 +1,9 @@
| id | name | version | main activity | override envs needed | phones<span dir=""> </span>home? | needs<span dir=""> </span>internet<span dir=""> </span>connection? | notes | screenshot                                                       | | id | name | version | main activity | override envs needed | phones<span dir=""> </span>home? | needs<span dir=""> </span>internet<span dir=""> </span>connection? | notes | screenshot                                                       |
|----|------|---------|---------------|----------------------|----------------------------------|--------------------------------------------------------------------|-------|------------------------------------------------------------------| |----|------|---------|---------------|----------------------|----------------------------------|--------------------------------------------------------------------|-------|------------------------------------------------------------------|
| 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; premium version is an in-app purchase, so cannot be obtained | ![image](uploads/2ae5b56ef9cbc57ba9c95f7b96db0d8f/image.png) | | 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; premium version is an in-app purchase, so cannot be obtained | ![image](uploads/2ae5b56ef9cbc57ba9c95f7b96db0d8f/image.png) |
| 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 |![image](uploads/2b87963131e178d7c9d9cb6a3261ae06/image.png) | | 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 |![image](uploads/2b87963131e178d7c9d9cb6a3261ae06/image.png) |
| 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 | ![image](uploads/01a406dae49fcf9f8f3176a622cad040/image.png) | | 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 | ![image](uploads/01a406dae49fcf9f8f3176a622cad040/image.png) |
| com.ustwo.monumentvalley | Monument Valley | 2.7.16 | com.ustwo.deviceutil.MainActivity | UGLY_BIONIC_SETLOCALE_OVERRIDE= LINKER_DIE_AT_RUNTIME= | definitely, uses Facebook SDK | no (candidate for bubblewrap) | `</dev/null` needed for some reason (android does this for all apps); Google Play License Verification needs to be manually patched out from the il2cpp.so (it seems like a massive PITA to implement properly); serves as an example of a Unity app - other Unity apps should also work with minimal effort | ![image](uploads/a7cf09bfe3f4ba96259669a100ed593f/image.png) |
| com.dotgears.flappybird | Flappy Bird | 1.3 | com.dotgears.GameActivity | none | not in an obvious way | no (candidate for bubblewrap) | doesn't use native code | ![image](uploads/e14dc272bc64c6220583f4622d569d32/image.png) |
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 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