mirror of
https://github.com/seemoo-lab/AirGuard.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #135] 2.0 hangs indefinitely. Trying to downgrade made it worse #82
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AirGuard#82
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GsakuL on GitHub (Jul 8, 2023).
Original GitHub issue: https://github.com/seemoo-lab/AirGuard/issues/135
since the 2.0 update, the app always hangs on the start screen (with the logo). Android even showed the "App not responding" Popup (see below).
I've tried downgrading via FDroid, but the installation failed, version stayed 2.0. But now the App doesn't even show the logo anymore and stays black.
I've tried the GitHub Build, which is a different package id, so i can install it in parallel. It starts normally, but obviously has no data.
Installed via FDroid. Stock Android 13 (build TQ3A.230605.010), Pixel 6.
@Sn0wfreezeDev commented on GitHub (Jul 10, 2023):
Hi,
can you try removing your data and launching the app again?
Version 2.0 does a large DB upgrade and its not possible by Android to do that in a background thread and show a loading animation. So if you have a lots of devices in your database, the app might hang.
@Sn0wfreezeDev commented on GitHub (Oct 20, 2023):
Maybe try version 2.1 now 😉