Hi Lukas Morawietz
Hi Lukas Morawietz
I’m now on Marshmallow and seems there is a new permission for reading wifi network
var unused = $ll_minute;
return
LL.getContext().getSystemService(LL.getContext().WIFI_SERVICE).getConnectionInfo().getSSID();
It’s giving me : unknown.
I can’t find what permission to add through your Xposed module
I’ve added PHONE_STATUS
TrianguloY Jappie Toutenhoofd are you aware of that kind of thing ?
]]>
< ![CDATA[
Maybe COARSE_LOCATION (and maybe FINE_LOCATION too)
]]>
< ![CDATA[
This module was not designed for marshmallow. It might not work at all.
]]>
< ![CDATA[
Lukas Morawietz what about updating your module ?
Seems not working with the 2 permissions given by Pierre Hébert
Pierre : any other way to give these permissions ?
]]>
< ![CDATA[
Bruno-Isa LAMOUR-ARNOULD
I need a rooted marshmallow device with xposed to do that. It is near impossible to test xposed modules with an emulator.
]]>
< ![CDATA[
Lukas Morawietz I can’t see ACCESS WIFI_STATE with your module on M.
I think it was there on L
How can I add permission without your module ?
Any zip possible to flash
]]>
< ![CDATA[
you can try https://play.google.com/store/apps/details?id=com.droidmate.permaster&hl=de but it wasn’t updated either.
]]>
< ![CDATA[
Lukas Morawietz thank you but no WIFI_STATE here
]]>
< ![CDATA[
Using ZooperWidget for that now.
]]>
< ![CDATA[
Update: Genymotion with Xposed is up and running. I’ve identified the problem. Next step: I need Marhsmallow sources of AOSP. I’ve used Grepcode.com in the past, but they don’t have 6.0 yet.
]]>
< ![CDATA[
Lukas Morawietz does it mean an Xposed module working for Lightning permission will come ?
]]>
< ![CDATA[
Bruno-Isa LAMOUR-ARNOULD
probably. I already got it working for normal permissions (update is already in play store). Runtime permissions are harder though. I have currently no idea how to solve this.
]]>
< ![CDATA[
Lukas Morawietz take your time
]]>
< ![CDATA[
Aaaand it’s done! Yay me 😀
]]>
< ![CDATA[
Lukas Morawietz wow
So I’ll be able to see the wifi network name ?
]]>
< ![CDATA[
Bruno-Isa LAMOUR-ARNOULD
i guess so. I haven’t tried that specific one, but ACCESS_WIFI_STATE and ACCESS_FINE_LOCATION worked.
]]>
< ![CDATA[
Lukas Morawietz working fine. Thanks
]]>