Stephan
Stephan
Please paste the full error, the one you posted is incomplete (no worries if you post it several times). E.g. you can upload your full log.
It will hide that if it has happened several times before. You need to restart your server and then copy the log as soon as it happens again. Without the...
This is a different error but I have an idea what it is caused by. Please post here if you get any other errors :)
It's quite interesting that your plugin had a similar error recently: ``` java.lang.ArrayIndexOutOfBoundsException: 19 at sun.util.calendar.BaseCalendar.getCalendarDateFromFixedDate(BaseCalendar.java:453) ~[?:1.8.0_91] at java.util.GregorianCalendar.computeFields(GregorianCalendar.java:2397) ~[?:1.8.0_91] at java.util.GregorianCalendar.computeFields(GregorianCalendar.java:2312) ~[?:1.8.0_91] at java.util.Calendar.setTimeInMillis(Calendar.java:1804) ~[?:1.8.0_91] at java.util.Calendar.setTime(Calendar.java:1770) ~[?:1.8.0_91] at...
I think the mistake we've both made is calling these methods asynchronously, probably only safe to call from the main thread. :/
I think the better option is just to call the method synchronously instead of asynchronously, otherwise data could get possibly lost.
Awesome, this is why the API exists. :) I'll keep this open for a bit until I decide if I'll include this in SLP 4.0.
I can implement this for the server list, but you will still need a plugin to kick them when they join using an older version (if you aren't already). Until...
I'm slowly working on a new branch that is based on a newer LK version from Qualcomm with support for more SoCs like MSM8909. It will be easier to make...
I do expect that you need to add a `qcom,msm-id` and `qcom,board-id` to `msm8916-mtp.dts` and `msm8939-mtp.dts` (it should be `qcom,msm-id = ` for MSM8916 and `qcom,msm-id = ;` for MSM8939....