Hi Lukas Morawietz
Hi Lukas Morawietz
Installed last xposed version V79 on MM
And your wifi_state permission seems to be not applied
I had no issue with V78
Could you check please ?
]]>« Please add customization to the main orange color (Previous Post)
(Next Post) Printscreen from google play, tab customize…. :-) »
< ![CDATA[
Reswitched to V78 and no more issue. Could V79 be buggy ?
]]>
< ![CDATA[
I don’t know, but I can’t check this in the next time. Better stay with the old for now
]]>
< ![CDATA[
I just read the changelog and v79 should only bring fixes, no changes.
Please enable Logging and reboot, then check the log for relevant parts.
]]>
< ![CDATA[
Lukas Morawietz I’ve read V79 being buggy
]]>
< ![CDATA[
Bruno-Isa LAMOUR-ARNOULD
V79 shows no different behaviour for me. Send me logs if you want to resolve this.
]]>
< ![CDATA[
Lukas Morawietz ok I’ll do this week
Your module seems to not give permission when testing with V79
Is it log from Xposed or logcat needed ?
]]>
< ![CDATA[
Xposed log is a subset of logcat. So both would do, but I’d prefer Xposed log so I don’t have to filter myself.
]]>
< ![CDATA[
Remember that you have to enable Logging in my app first.
]]>
< ![CDATA[
Lukas Morawietz ok. Thanks
]]>
< ![CDATA[
Lukas Morawietz on V79 now and all fine.Redone a clean flash
]]>
< ![CDATA[
Bruno-Isa LAMOUR-ARNOULD
good to know.
]]>
< ![CDATA[
Hi Lukas Morawietz and TrianguloY need your help here
Perhaps Jappie Toutenhoofd knows
I’m using a binding with Luka’s exposed module for displaying the Network id of my wifi
var unused= $ll_minute;
return LL.getContext().getSystemService(LL.getContext().WIFI_SERVICE).getConnectionInfo().getSSID();
I have always ” and ” at the beginning and at the end of the name when connected ex “my wifi”
And worst when wifi disabled I have 0x
How to remove first and last character ?
]]>
< ![CDATA[
sid = sid.substring(1,sid.length-1);
]]>
< ![CDATA[
Lukas Morawietz thanks,found in the same time
]]>