Mr_Poo_Butthole's Posts

I was just trying to find this apparent unicorn the other day for my pinebook pro! Now I have some free time since the search has been cancelled.
In Android 10, you need to add the following DPC extra to your QR: "android.app.extra.PROVISIONING_USE_MOBILE_DATA":true,   Enjoy!
There are multiple libraries in the latest Android SDK to generate the QR code. Just a quick search and I see some in python and some in java and more! If you are trying to use a code generated by an... See more...
There are multiple libraries in the latest Android SDK to generate the QR code. Just a quick search and I see some in python and some in java and more! If you are trying to use a code generated by an older deprecated library (I saw some of those) then the Android OS is most likely defaulting to the wifi bc it thinks its a wifi password in that QR and stages connection app. As a standard enterprise security practice, I would specifically disable that feature via MDM or other control mechanism if it were my organization's device or had consent from the owner in order to access proprietary information such as a wifi password. Luckily this isnt the case here and thanks for reading my security rant.  In Android 10, you need to add the following DPC extra to your QR: "android.app.extra.PROVISIONING_USE_MOBILE_DATA":true,   Enjoy!