-
Notifications
You must be signed in to change notification settings - Fork 32
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
Hotspot in Android 11 #75
Comments
Yes this is probem. I do not found solution for Android 11+. Maybe solution is with PhoneProfilesPlusExtender. Or root. I will looking on it. And maybe will be resolved in next version. |
Nothing has changed after installing this one :(
I don't want to root because of my mobilbank app :(
I'm waiting for it :) |
"Maybe solution is with PhoneProfilesPlusExtender.
Is not implemeted. I must implenet it ;-) |
Hm: "If using Android Version >= 11 But these methods are marked with: @SystempApi. Application must be installed as system application. :-( Only solution is emulating user clicks to device Settings as for "Force stop application". But this si complicated, because of changes in Settings GUI in various devices. :-( |
Other apps like My device is rooted |
Hm hm. MacroDroid working. Tested in my non-rooted Galaxy S21. Only problem is with Wi-Fi off (not working), even when I install latest MacroDroid Helper apk. My, in Android 10 working version not working in Android 11. Returned is: java.lang.NoSuchMethodError: No interface method startTethering(ILandroid/os/ResultReceiver;ZLjava/lang/String;)V in class Landroid/net/IConnectivityManager; or its super classes (declaration of 'android.net.IConnectivityManager' appears in /system/framework/framework.jar!classes2.dex) IConnectivityManager is changed in Android 11. :-( I must search for solution. |
Yes, I was readed it. Problem is with this: TetheringManager#startTethering() and TetheringManager#stopTethering().
In MacroDroid is not needed root to enable hotspot. And its compile sdk is 30+. :-( PPP uses this, to call android hidden api: https://github.com/anggrayudi/android-hidden-api |
News: I can build with compile SDK = 30. This problem is resolved: ;-) |
Done. Wifi hotspot for Android 11+ is impleneted.Tested in Samsung Galaxy S21, Android 11. Xiaomi Redmi Note 9, Android 11. Pixel 3a, Android 12 beta 5. Please install a test it in your device: Thank you. |
Tested with another users and working. |
Hi,
My phone has freshd itself to Android 11.
I installed the latest version 5.1.
But at "Wi-Fi hotspot" setting got "Not supported for Android 11+" message.
It worked on Android 10 with Google Play version.
How can I get back the switching opportunity of hotspot on my phone?
Thanks.
The text was updated successfully, but these errors were encountered: