Nick Russler
Nick Russler
What happens when you try to connect to the 7.1 device? How do other devices see it(encryption, name, ...)?
Can you try to compare the WifiConfiguration of a manually activated hotspot and the programmatically activated one? You could also try to to activate manually, [save the WifiConfiguration](https://github.com/nickrussler/Android-Wifi-Hotspot-Manager-Class/blob/c567b7153f23362f4f82f3a05fd05cb3f3e1ca7f/hotspotmanager/src/main/java/info/whitebyte/hotspotmanager/WifiApManager.java#L124), disable the...
@myathinzar But that would require user action every time, which should be avoided.. The internal API that is used through reflection was deprecated and the new API seems to be...
I can not reproduce the described behaviour, maybe it is related to a missing permission. I added a request for the ACTION_MANAGE_WRITE_SETTINGS permission for Android 6+. Maybe this fixes it...
@SarveshBajaj "In case it is an issue, would work on it." Yes, I agree, not creating the folders gives better UX. Please feel free to open a PR.
I think support for chrome headless or chrome debugging API would be a good path forward. Sadly, few options are supported by headless.
gradlew dist Same as gradlew shadowJar but additionally creates windows exe launchers in build/libs for gui and console mode. This task needs the [Launch4j](http://launch4j.sourceforge.net/) binary in the PATH.
Please attach one of these problematic msg files
I encountered a similar problem and as @acarapetis mentioned adding `fill: 'tozeroy'` to the bottom trace mitigated the problem for me in combination with `fillcolor: 'transparent'` for the bottom trace....
Please attach one of these eml files for debugging