-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scan not progressing and switching to results #28
Comments
Last check, stuck at 89%. |
Without logs, this will be hard to diagnose? Are you willing to create them? (You'd need to install either adb-tools or android studio, the latter is usually more easy) |
I can get into this stuck state at first launch after installing the app. Also, it stucks when device's theme is changed (from light to dark or vice versa) while the app is opened and showing folders. I think this scanning screen is fake. There's a notification, which indicates scanning status. Normally, it disappears when scanning is finished. In the stuck state, notification also disappears, but scanning animation isn't. I always get the same percent on the same device, but the other on the different device. Rescanning didn't help get out from the stuck state, only restarting the app helps. |
I mean, yeah, its just a screen that is shown when there is nothing to show because either the data is outdated or not initially scanned. When the scan-service is done, it notifies the main app, which shows the proper data. Getting stuck usually means the scan-service encountered an error. I dont yet have good error-handling in place, so it might get stuck without an error. The theme-switching however is different, i just didn't fix it yet. To actually fix your specific issues however, i need logs. It would be very helpful if you could provide a logcat snippet of the crash. @KoolTechTricks Are you on Android 11 aswell? |
I'm reinstalling the app many times on Android 11 and 13. Android 11 always fails to scan at the first launch (83%), while Android 13 sometimes fails (59%), sometimes not. My issue probably isn't caused by something that caused OP's issue. But I believe there are other cases when this stuck happens. The app indeed should have the ability to view logs. |
Joining to say that at first boot I had the internal memory stuck at 54% no matter how many reloads inside. SD card worked without problems though (the only issue was the progress bar showed 2183443% for a while, but it finished quickly) After force closing the app it finished the internal memory scan. Lineage OS 20. +1 for ability to view logs |
I'm absolutely willing to, I just don't know how. Could you guide me on which adb commands I have to launch? |
You can try above apk. It contains a notification that shows up when an exception is encountered in the scan service. That should containt the actual stacktrace, that i need. It is signed with the same release key, so you can just download and install it over the f-droid variant. |
I installed the apk, but the app didn't got stuck, so I don't have any stacktrace to give you 😅 |
I have tried the .apk and this time it got stuck at 45%, but you see the problem is that the scan is just stuck. There's no exception, no error, nothing. So the notification doesn't show at all. Naturally force-closing the app worked again, but this time I couldn't scan the SD card at all. |
No notification? Not even the "Scan in Progress"-notification? Did you grant access to notifications for this app? If yes, you will have to capture a log manually via android studio/adb. |
I had a similar problem after the first launch, the scan got stuck at 58%. I force closed the app and then it went quick and smooth. Seems to be a problem on the loading screen... |
For me it gets stuck at 16%. To reproduce I just closed the app by swiping off the switcher screen and then restarting it until it gets stuck.
I also started just Would be nice if the app logged something like "beginning scan", "scan finished", "scanning folder ..." etc. during normal operation so we can find out where it got stuck. Android 14 here (LineageOS). Disky 1.1.0 from F-Droid. |
Hi, Thanks for this beautiful open source app! Same issue here. The version from F-droid is not working and stuck at 89% but the version in this thread IS working once. To make it working again, I must force close and reopen it. Device: samsung Galaxy tab A9+ SM-X210. No notifications with the version in this thread. Working fine on my S24+ (SM-S926B/DS) from F-droid. Cheers |
@floviolleau Can you try to grant all battery exemptions for the tablet and try again? If the process gets stuck without any kind of notification this might be an issue with the service itself |
Hi, Hard to say. I uninstalled the version of this thread. If I play with it, killing, restarting, refresh scan from the app, I can sometimes be stuck to 90% but less frequently. Kind regards |
Every time I try to do a scan, the progress bar get stuck at 92%. I waited for a long time but it doesn't keep going.
I don't know how to provide a log.
The text was updated successfully, but these errors were encountered: