rockpool
rockpool copied to clipboard
Importing app from file does not show any files to import
The "Import watchapp or watchface" screen does not show any files to import on Sailfish OS 2.0.5.6. As far as I can tell, the relevant file (rockwork/qml/pages/ImportPackagePage.qml) hasn't changed since at least the last release but I tried to rebuild the HEAD and install it. I got the same result.
A similar issue (#18) has been already solved some time back. So I would expect that it worked at some point in time.
I think that it might would be possible that the used GaleryFilterIntersection only shows certain MIME-Types. But I have no experience with QML so that is only a assumption. If that is true, it might is relevant, where the application is from. I tried to install an watch face generated with this generator: http://www.watchface-generator.de/#tab-1
Since #18, there have been some new file selectors that might would be usable. But like I said, I have no QML experience and so I wasn't able to integrate them. But the links might could be useful for you:
- https://github.com/CODeRUS/splashscreen-changer/blob/master/settings/SecondPage.qml (WTFPL licensed)
- https://github.com/codeandcreate/harbour-cac-fileSelect (MIT licensed)