[Elisa] [Bug 444475] can't find music on Android due to missing sqlite dependency

2023-11-02 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=75

Bug Janitor Service  changed:

   What|Removed |Added

   Priority|NOR |HI

-- 
You are receiving this mail because:
You are watching all bug changes.

[Elisa] [Bug 444475] can't find music on Android due to missing sqlite dependency

2023-11-02 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=75

Jack Hill  changed:

   What|Removed |Added

 CC||paninomaninod...@gmail.com

--- Comment #16 from Jack Hill  ---
*** Bug 476363 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Elisa] [Bug 444475] can't find music on Android due to missing sqlite dependency

2023-09-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=75

Nate Graham  changed:

   What|Removed |Added

Summary|can't find music on Android |can't find music on Android
   ||due to missing sqlite
   ||dependency

--- Comment #15 from Nate Graham  ---
Wanna submit a merge request to fix it?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Elisa] [Bug 444475] can't find music on Android

2023-09-04 Thread Stuart Dilts
https://bugs.kde.org/show_bug.cgi?id=75

--- Comment #14 from Stuart Dilts  ---
It could also be that the correct sqlite dependency is missing from the build
environment, which is probably more likely.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Elisa] [Bug 444475] can't find music on Android

2023-09-04 Thread Stuart Dilts
https://bugs.kde.org/show_bug.cgi?id=75

Stuart Dilts  changed:

   What|Removed |Added

 CC||stuart.di...@gmail.com

--- Comment #13 from Stuart Dilts  ---
Based on other places on the web, and the above error message, the problem
seems to be that the appropriate .so file for the SQLite driver either isn't
being included in the build or isn't found during runtime.

The androiddeployqt tool seems to control which qt libraries get included in
the build. According to https://doc.qt.io/qt-5/deployment-android.html, it
should be able to tell us if the dependency is detected correctly and if it's
being included in the build:

"If you are wondering why a particular plugin is not included automatically,
you can run androiddeployqt with the --verbose option to get the list of
missing dependencies for each excluded plugin. You can achieve the same in  Qt
Creator by ticking the Verbose output check box in the Projects > Build Steps >
Build Android APK > Advanced Actions."

Looking at the build output for the latest build,
(https://binary-factory.kde.org/job/Elisa_Nightly_android-arm/806/console), I
see the following output:

> -- Skipping 
> /home/user/Craft/BinaryFactory/android-arm-clang/plugins/sqldrivers/libplugins_sqldrivers_qsqlite_armeabi-v7a.so.
>  It has unmet dependencies: lib/libsqlite3.so.

As a wild guess, will adding a dependency to libsqlite in the CMAKE file
resolve the issue?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Elisa] [Bug 444475] can't find music on Android

2023-08-07 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=75

Jack Hill  changed:

   What|Removed |Added

 CC||amanita+kdeb...@mailbox.org

--- Comment #12 from Jack Hill  ---
*** Bug 473004 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Elisa] [Bug 444475] can't find music on Android

2023-07-16 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=75

Jack Hill  changed:

   What|Removed |Added

 CC||cdnsalvat...@gmail.com

--- Comment #11 from Jack Hill  ---
*** Bug 469377 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Elisa] [Bug 444475] can't find music on Android

2023-07-07 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=75

Jack Hill  changed:

   What|Removed |Added

 CC||tapermeerka...@gmail.com

--- Comment #10 from Jack Hill  ---
*** Bug 461290 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Elisa] [Bug 444475] can't find music on Android

2022-10-06 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=75

luzanlu...@dinomail.ga changed:

   What|Removed |Added

 CC||luzanlu...@dinomail.ga

--- Comment #9 from luzanlu...@dinomail.ga ---
I can reproduce this on Android 9 with Elisa version 22.11.70. 

sudo logcat | grep kde
10-06 15:07:21.716 29777 29829 D elisa   : org.kde.elisa.database: transaction
failed QSqlError("", "Driver not loaded", "Driver not loaded") "Driver not
loaded"
10-06 15:07:21.720 29777 29794 W elisa   :
qrc:/android_rcc_bundle/qml/org/kde/kirigami.2/private/globaltoolbar/BreadcrumbControl.qml:17:5:
Unable to assign [undefined] to QQuickItem*

-- 
You are receiving this mail because:
You are watching all bug changes.

[Elisa] [Bug 444475] can't find music on Android

2022-09-08 Thread Johannes Zarl-Zierl
https://bugs.kde.org/show_bug.cgi?id=75

Johannes Zarl-Zierl  changed:

   What|Removed |Added

 CC||johan...@zarl-zierl.at

-- 
You are receiving this mail because:
You are watching all bug changes.

[Elisa] [Bug 444475] can't find music on Android

2022-07-27 Thread BEEDELL ROKE JULIAN LOCKHART
https://bugs.kde.org/show_bug.cgi?id=75

BEEDELL ROKE JULIAN LOCKHART  changed:

   What|Removed |Added

 CC||beedellrokejulianlockhart@g
   ||mail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[Elisa] [Bug 444475] can't find music on Android

2022-06-13 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=75

--- Comment #8 from Matthieu Gallien  ---
Unfortunately, I can reproduce but so far lacked time to really work on a fix.

Will try my best in the following days.

Best regards

-- 
You are receiving this mail because:
You are watching all bug changes.

[Elisa] [Bug 444475] can't find music on Android

2022-06-13 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=75

--- Comment #7 from Jack Hill  ---
After running `adb logcat` and pressing "Scan for New Music" I get these lines

06-13 15:24:37.089 21094 21128 D elisa   : org.kde.elisa.database:
transaction failed QSqlError("", "Driver not loaded", "Driver not loaded")
"Driver not loaded"
06-13 15:24:37.092 21094 21114 W elisa   :
qrc:/android_rcc_bundle/qml/org/kde/kirigami.2/private/globaltoolbar/BreadcrumbControl.qml:17:5:
Unable to assign [undefined] to QQuickItem*

so probably an issue with the database? I get the same two errors if I press
"Reset Databse and Re-Scan Everything". This happens for the fast native
indexer and for scanning the filesystem directly.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Elisa] [Bug 444475] can't find music on Android

2022-05-12 Thread Karl Ove Hufthammer
https://bugs.kde.org/show_bug.cgi?id=75

Karl Ove Hufthammer  changed:

   What|Removed |Added

 CC||k...@huftis.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[Elisa] [Bug 444475] can't find music on Android

2022-04-10 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=75

Jack Hill  changed:

   What|Removed |Added

 CC||wclifton...@gmail.com

--- Comment #6 from Jack Hill  ---
*** Bug 451344 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Elisa] [Bug 444475] can't find music on Android

2022-04-10 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=75

--- Comment #5 from Jack Hill  ---
Forgot to mention I'm using Android 12 with CalyxOS 3.4.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[Elisa] [Bug 444475] can't find music on Android

2022-04-10 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=75

Jack Hill  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||jackhill3...@gmail.com
 Status|REPORTED|CONFIRMED

--- Comment #4 from Jack Hill  ---
Can confirm. When I click Hamburger -> Files, the app just displays the
rotating loading symbol and doesn't list any files.

It also doesn't list anything under Hamburger -> Tracks.

Tried with flac, ogg, and mp3.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Elisa] [Bug 444475] can't find music on Android

2021-10-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=75

Nate Graham  changed:

   What|Removed |Added

 CC||eresona...@gmail.com
 Resolution|WAITINGFORINFO  |---
  Component|Baloo File Daemon   |general
 Status|NEEDSINFO   |REPORTED
Product|frameworks-baloo|Elisa
   Assignee|baloo-bugs-n...@kde.org |matthieu_gall...@yahoo.fr
Summary|can't find music|can't find music on Android

--- Comment #3 from Nate Graham  ---
However you normally get a terminal on Android, I guess.

However you said that Elisa can't find your music even when you use the
filesystem search feature which doesn't use baloo at all, so I guess this was
mis-filed to Baloo. Moving back to Elisa since the fault is more likely to be
there.

-- 
You are receiving this mail because:
You are watching all bug changes.