known working proprietary apps: update smashhit description

Mis012
2024-10-20 20:05:34 +00:00
parent 60405e402c
commit 1a6ca1fbfe

@@ -1,6 +1,6 @@
| id | name | version | override envs needed | phones<span dir=""> </span>home? | needs<span dir=""> </span>internet<span dir=""> </span>connection? | notes | screenshot                                                       | | id | name | version | 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 | SLES_SDL_FREQ=44100 LINKER_DIE_AT_RUNTIME= | not in an obvious way | no (candidate for `unshare -n`, see below) | [libSLES](https://gitlab.com/Mis012/libopensles-standalone/) needed; last version has aarch64 natives, second to last has x86 (32bit) natives; at least on x86, crashes if /proc/cpuinfo is larger than 4096 bytes (mount --bind is your friend); premium version is an in-app purchase, so cannot be obtained | ![image](uploads/2ae5b56ef9cbc57ba9c95f7b96db0d8f/image.png) | | com.mediocre.smashhit | SmashHit | 1.4.3 | SLES_SDL_FREQ=44100 LINKER_DIE_AT_RUNTIME= | not in an obvious way | no (candidate for `unshare -n`, see below) | [libSLES](https://gitlab.com/Mis012/libopensles-standalone/) needed; version 1.4.3 has aarch64 natives, 1.4.2 has x86 (32bit) natives; crashes if /proc/cpuinfo is larger than 4096 bytes (mount --bind is your friend); premium version is an in-app purchase, so cannot be obtained; UPDATE: newer versions are now available, which also include x86_64 natives; they however seem to also include ads and general bloat | ![image](uploads/2ae5b56ef9cbc57ba9c95f7b96db0d8f/image.png) |
| com.zeptolab.ctror.subscr.tier | Cut The Rope | 3.15.1 | none (LINKER_DIE_AT_RUNTIME= on aarch64) | probably | no (candidate for `unshare -n`, see below) | 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 | none (LINKER_DIE_AT_RUNTIME= on aarch64) | probably | no (candidate for `unshare -n`, see below) | 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 | none (LINKER_DIE_AT_RUNTIME= on aarch64) | definitely, forces you to agree which violates GDPR | no (candidate for `unshare -n`, see below) | 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 | none (LINKER_DIE_AT_RUNTIME= on aarch64) | definitely, forces you to agree which violates GDPR | no (candidate for `unshare -n`, see below) | 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 | LINKER_DIE_AT_RUNTIME= | definitely, uses Facebook SDK | no (candidate for `unshare -n`, see below) | `</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.ustwo.monumentvalley | Monument Valley | 2.7.16 | LINKER_DIE_AT_RUNTIME= | definitely, uses Facebook SDK | no (candidate for `unshare -n`, see below) | `</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) |