#Previous mobile releases?

14 messages · Page 1 of 1 (latest)

fervent nebula
#

I use an older phone (Android 10) with no intention of updating, and I'd like to install an older version of Forge to play on the go. The Github releases page has desktop versions going back a couple years, but all the mobile releases that were in the Snapshot entry are seemingly gone.

Is there any archive or way to find previous mobile releases? If not, how could one go about building from an older source file? From what I can tell the minimum version was raised around 2.0.00 FDN, so I assume I need the build just before that.

vagrant oriole
#

How much ram does this device have?

fervent nebula
#

~3.5 Gb

vagrant oriole
#

You’re likely not going to be able to run even old versions if you could get them.

fervent nebula
#

Even if that's the case I'd like to see for myself

sour finch
vagrant oriole
#

Also if they find an old version the resource file is not available anymore, and using a new resource file will probably make the old app hate existence…

#

but android 12 was out by that time...

fervent nebula
#

So that link doesn't work, but I found other apks on the Wayback machine that install and open fine. On first launch it downloads the resource files and asks to restart, but then every time after it gets stuck on "Checking for updates" and does nothing. Another post here says to delete the version.txt, but that just makes it redownload the resource files again

Also the Forge folder is in storage/emulated/0/ instead of 0/Android/obb/ which makes me think it's not reading the directories properly. My next experiment is to install the app in an Android 12 emulator and copy the data files over to my phone in both directories

sour finch
vagrant oriole
fervent nebula
#

I found a solution, I installed the latest version on an emulator and transferred over the files and it works great so far! It auto updates and runs with no issues other than one quick warning on launch. I haven't done any app development in a long time but it really seems like one little change in the file handling is all it would take to be fully compatible with Android 10.