KStars Lite issues

Aleix Pol aleixpol at kde.org
Mon Nov 7 13:48:22 UTC 2016


A good first step would be to print where the file is being written.
Also you can check with "adb logcat" what error messages you're
getting.

Aleix

On Mon, Nov 7, 2016 at 2:38 PM, Jasem Mutlaq <mutlaqja at ikarustech.com> wrote:
> Hi Aleix,
>
> So The KStars Lite QML works fine when compiled and test on the desktop, but
> the settings do not get saved on Android for some reason. Is there a way to
> find out? On the desktop it creates ~/.config/kstarsrc, where does it keep
> the same file on Android? I looked under org.kde.kstars (in Samsung S5) but
> couldn't find any file. Is there anything special we need to add to KStars
> to make it save settings on Android?
>
> Regards,
> Jasem
>
>
> On Mon, Nov 7, 2016 at 2:14 PM, Aleix Pol <aleixpol at kde.org> wrote:
>>
>> On Sun, Nov 6, 2016 at 7:06 PM, Jasem Mutlaq <mutlaqja at ikarustech.com>
>> wrote:
>> > Hello,
>> >
>> > So I made some changes to the code to make loading faster, it's now 2-3x
>> > faster on Android but can still see more improvement especially
>> > splashscreen
>> > only appears after 3-4 seconds which might lead to think there is a
>> > problem
>> > loading the app, so that has to be address.
>> >
>> > Another problem we have is that the KStars options are not saved. We are
>> > using KConfig just like in regular KStars. on KStars Lite for desktop,
>> > it
>> > creates a kstarsrc file under ~/.config and loading/saving of
>> > configuration
>> > options appears to be OK, but it's not working on Android.
>> >
>> > I'm CC KDE Android list, is there something special we have to do get
>> > this
>> > working on Android? We are using this repo to build KF5 for Android:
>> >
>> > git://anongit.kde.org/scratch/cordlandwehr/kdesrc-conf-android.git
>> >
>> > Check here for more details:
>> >
>> >
>> > http://thelastpolaris.blogspot.de/2016/05/how-to-build-kstars-lite-for-android.html
>> >
>> > Any ideas? I found another repo here while writing this email:
>> >
>> > https://quickgit.kde.org/?p=android-builder.git
>> >
>> > Is this the one we should be using?
>>
>> Hi Jasem,
>> First please register to this mailing list, or I have to moderate you
>> in every time and people can't answer directly.
>>
>> kdesrc-conf-android is what Andreas was experimenting with and should
>> be the right thing to use, proof is that you managed to compile your
>> application. This doesn't mean KConfig is not going to have bugs. I
>> encourage you to look into KConfig and debug the error.
>>
>> From there, I'll be happy to help you fix the issue.
>>
>> Aleix
>
>
>
>
> --
> Best Regards,
> Jasem Mutlaq
>


More information about the KDE-Android mailing list