Issue here with bindings
Issue here with bindings
Setting like that under Bindings
var unused = $ll_minute;
LL.getContext().getSystemService(LL.getContext().TELEPHONY_SERVICE).getNetworkOperatorName();
Under Bindings
text –> Label
LLx crashing
]]>« Pierre Hébert Could you help here ? (Previous Post)
< ![CDATA[
TrianguloY seems it was OK on previous version
]]>
< ![CDATA[
Without unused var : no crash but my network op won’t be updated every minute
Is it due to marshmallow ?
]]>
< ![CDATA[
Why it crash, no idea, but the binding is wrong and it should display an error.
The correct binding should be:
var unused = $ll_minute;
return LL.getContext().getSystemService(LL.getContext().TELEPHONY_SERVICE).getNetworkOperatorName();
Bruno-Isa LAMOUR-ARNOULD please, Please, make sure you accepted all the permissions that lighting requires.
If they are already accepted and your bad binding still crash, tell us.
]]>
< ![CDATA[
OK I tried return with (
Yours working fine
I confirm the crash with wrong syntax Pierre Hébert Sent 2 reports
]]>
< ![CDATA[
Thanks, got the log, fixed the issue. It crashes (stable too) on 6 when displaying script errors when run in the backgrounds and other special situations.
]]>