whdeveloper / WiFiKeyView

XPosed module for showing an contextual menu item that will generate a toast with WiFi password
Apache License 2.0
28 stars 17 forks source link

WEP Networks don't display anything. #6

Open Nret opened 9 years ago

Nret commented 9 years ago

When I click "show password" on any of my stored WEP networks not happens, no popup, only the "settings has been granted an interactive shell" toast from SuperSU app.

Works fine on all my WPA networks.

Thank you for your time and awesome module.

whdeveloper commented 9 years ago

Could you post the XPosed log for this? It would be usefull to see some debug information for this

Nret commented 9 years ago

A WEP netwnetwork

WHD - WiFiKeyView || Show password added to Context menu. WHD - WiFiKeyView || WiFiSettings subclass: com.android.settings.wifi.WifiSettings WHD - WiFiKeyView || WiFiSettings subclass: com.android.settings.RestrictedSettingsFragment WHD - WiFiKeyView || WiFiSettings subclass: com.android.settings.SettingsPreferenceFragment WHD - WiFiKeyView || WiFiSettings subclass: android.preference.PreferenceFragment WHD - WiFiKeyView || WiFiSettings subclass: android.app.Fragment WHD - WiFiKeyView || ListView item subclass: com.android.settings.wifi.AccessPoint WHD - WiFiKeyView || ListView item subclass: android.preference.Preference WHD - WiFiKeyView || MENU_ID_SHOWPASSWORD clicked!! SSID: samiam

A working WPA network

WHD - WiFiKeyView || Show password added to Context menu. WHD - WiFiKeyView || WiFiSettings subclass: com.android.settings.wifi.WifiSettings WHD - WiFiKeyView || WiFiSettings subclass: com.android.settings.RestrictedSettingsFragment WHD - WiFiKeyView || WiFiSettings subclass: com.android.settings.SettingsPreferenceFragment WHD - WiFiKeyView || WiFiSettings subclass: android.preference.PreferenceFragment WHD - WiFiKeyView || WiFiSettings subclass: android.app.Fragment WHD - WiFiKeyView || ListView item subclass: com.android.settings.wifi.AccessPoint WHD - WiFiKeyView || ListView item subclass: android.preference.Preference WHD - WiFiKeyView || MENU_ID_SHOWPASSWORD clicked!! SSID: luna

whdeveloper commented 9 years ago

I have an idea for why this is occuring, I know of this problemen and hopefully it will be fixed in the next version. But for now I cant help you further, it is an problem with the code that probaly is already fixed

Nret commented 9 years ago

Ok. Thank you for your time and your work.

whdeveloper commented 9 years ago

There is a new version that you can download from the xposed repo, give it a try and let me know if you have any troubles