5 Commits
Author SHA1 Message Date
DasMoorhuhn a0f9bee020 add docker build env 2026-07-07 22:26:21 +02:00
DasMoorhuhn 16f3abf51b README.md aktualisiert 2026-07-07 19:58:41 +00:00
DasMoorhuhn c26663640d README.md aktualisiert 2026-07-07 19:57:20 +00:00
DasMoorhuhn 1a34854f4d README.md aktualisiert 2026-07-07 19:50:43 +00:00
DasMoorhuhn c0cdb495aa README.md aktualisiert 2026-07-07 19:48:57 +00:00
3 changed files with 18 additions and 3 deletions
+2
View File
@@ -0,0 +1,2 @@
FROM alpine
+7 -3
View File
@@ -7,8 +7,12 @@ Bejewled Classic (v3.8.1) has issues with newer high resolution screens, which r
## What's different
- [v2026.7.7] Changed storage location from `/data/app/0/...` to `/storage/emulated/0/Android/media/com.ea.gp.bej3/` for exposing the savestates and stored settings
- [v2026.6.10] Changed the `xlargeScreens` afrom `false` to `true` to fix the forced landscape issue
[v2026.7.7]
- Changed storage location from `/data/app/0/...` to `/storage/emulated/0/Android/media/com.ea.gp.bej3/` for exposing the savestates and stored settings
- Added new app version (can be either viewed in app info or ingame in the about menu)
[v2026.6.10]
- Changed the `xlargeScreens` from `false` to `true` to fix the forced landscape issue
## Fix
@@ -38,7 +42,7 @@ Bejewled Classic (v3.8.1) has issues with newer high resolution screens, which r
- Answer every question, except the organisation (use anything like your nickname or whatever), with a `.` dot and finally confirm with `yes`
5. Recompile and sign the apk with `sh recompile_and_sign.sh`
- Alternativly run `sh recompile_and_install.sh` for directly installing it via adb
6. Install the `bejeweled_classic_3.8.1_fix.apk` by transfering it to your phone or via adb, make sure to uninstall the existing app beforehand
6. Install the `bejeweled_classic_fix.apk` by transfering it to your phone or via adb, make sure to uninstall the existing app beforehand
### Patching
+9
View File
@@ -0,0 +1,9 @@
services:
bejeweled-env:
container_name: bejeweled_env:1.0
image: bejeweled-env
build:
context: .
dockerfile: Dockerfile
volumes:
- ./docker:/data