You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
add Subway Surfers
@@ -7,6 +7,7 @@
|
||||
| com.dotgears.flappybird | Flappy Bird | 1.3 | none | seems not | no (candidate for `unshare -n`, see below) | doesn't use native code |  |
|
||||
| com.rovio.angrybirds | Angry Birds | 3.2.0/3.3.2 | none | yes | no (candidate for `unshare -n`, see below) | version 3.2.0/3.3.2 only has 32bit shared libraries |  |
|
||||
| com.htc.android.teeter | Teeter | 1.0.2114352037.51978 | none | nothing obvious in decompiled code | no | doesn't use native code; uses acelerometer; (this version) doesn't like non-540p window size, ATL_DISABLE_WINDOW_DECORATIONS and (if your device is 540p) ATL_FORCE_FULLSCREEN can help |  |
|
||||
| com.kiloo.subwaysurf | Subway Surfers | 1.45 | LINKER_DIE_AT_RUNTIME= UGLY_BIONIC_SETLOCALE_OVERRIDE= | certainly | no (candidate for `unshare -n`, see below) | no 86_64 natives, can use x86 ones if you have multilib |  |
|
||||
|
||||
while we want to use bubblewrap in the future to make sure apps can't do what they shouldn't, the following script is enough to make them unable to phone home (usage: `[envs] ./no-internet.sh android-translation-layer ...`)
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user