-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty list on Oreo #7
Comments
I am a bit confused what app you actually running. Wifi Key View from evait security is not available on F-Droid Market. |
My bad, it is hosted on Izzy's F-Droid repository: https://apt.izzysoft.de/fdroid/index/apk/wkv.android.evait.com.wifikeyview So it is a direct link to your prebuilt APK. Can you confirm the issue? |
We can not confirm your issue. Our Oreo test device works fine. The file is used in: android-wifi-key-view/app/src/main/java/wkv/android/evait/com/wifikeyview/MainActivity.java Line 122 in ae1fabd
|
Have you tested it on a real Oreo 8.0 device? Here is a logcat:
You can clearly see an error, even though superuser access has been granted: `IOException, Attempt to invoke interface method 'java.lang.String org.w3c.dom.Node.getNodeValue()' on a null object reference And here is the content of
The important line being:
|
Running v1.7 from f-droid on my Magisk rooted Oreo 8.0 phone with root granted to the app but an empty list is displayed. If I use a root file manager then I can parse
WifiConfigStore.xml
and get the details manually. Are any logs generated to troubleshoot?The text was updated successfully, but these errors were encountered: