Razeeman / Android-SimpleTimeTracker

Simple app that tracks time.
GNU General Public License v3.0
542 stars 69 forks source link

Unable to install or update app in fdroid #144

Closed IAAJL closed 4 months ago

IAAJL commented 6 months ago

I tried to update app to latest version from fdroid but it is showing some error. So i tried uninstalling.

After uninstall, i can't install the current version directly as well. The update is getting downloaded but some error occurs while installing

Razeeman commented 5 months ago

Hello! Could this be a problem with fdroid client? Do any other apps install correctly? Maybe there is not enough space on the phone? Also installation files are available on the github https://github.com/Razeeman/Android-SimpleTimeTracker/releases

IAAJL commented 5 months ago

No other apps seem to have this issue. I have like 50 gb internal space left.

Razeeman commented 5 months ago

Can you please try to install from the github releases page?

IAAJL commented 5 months ago

Nope. Not working. Package installer is crashing when i try to install the app.

Razeeman commented 5 months ago

Do any previous versions of the app install correctly or this error appears only when installing latest version 1.34? Also can you please specify what is the error showing?

IAAJL commented 5 months ago

1.31 and previous builds are installing fine. But 1.32 and later builds are having this issue.

Razeeman commented 5 months ago

Can you also specify your phone model and android os version? Maybe it will help to identify the problem.

IAAJL commented 5 months ago

Phone - pixel 5a Version - android 14

DuckDuckWhale commented 5 months ago

I'm also affected by this. App Installer crashes instantly and silently. After failing for a second time it prompts that App Installer keeps stopping. I'm using a Pixel 7 on Android 14. I wonder if this is an Android problem or app problem. My current installed version is 1.31 and I was unable to install the subsequent versions too.

Razeeman commented 5 months ago

Found related issue https://github.com/uazo/cromite/issues/595

Seems like a bug introduced in the Android 14 Q1 version related to the monochrome themed app icons. Probably will be fixed in the next system update Android 14 Q2:

image

There is also a code fix mentioned in the issue that could help. Unfortunately I couldn't reproduce this bug without a real device. Can you please try this version to see if the bug will be fixed?

https://drive.google.com/file/d/17msYo-6ablswvCPVuWov_Zdw8PrZCw4T/view?usp=sharing

IAAJL commented 5 months ago

Yeah this apk works 👍

Razeeman commented 5 months ago

Great! I'll try to release new version of the app with this fix on this weekend. Debug version, that was shared in the previous comment, installs separately from the release but data from it can be transferred to release version through a backup file.

IAAJL commented 5 months ago

K cool

Razeeman commented 4 months ago

The issue is probably resolved. If it is not, please reopen.