this post was submitted on 23 May 2025
24 points (90.0% liked)
F-Droid
9255 readers
19 users here now
F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.
Matrix space | forum | IRC
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
IMHO you need to use adb to force install older version. Something like :
adb install -r -d myapp.apk
Look it up! It should be possible to use termux on phone and connect wirelessly to your own phone to access adb. Or you have to use another device to connect to your phone.
Of course simpler solution is being able to backup settings and data, uninstall then install older version and restore data.