-
-
Notifications
You must be signed in to change notification settings - Fork 381
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
[Feature] Use alternative configuration for system Wi-Fi hotspot (Android 11+) #167
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
@Mygod I would like to pursue this feature. Do you have any pointers of where I could start investigating? If you think it's possible at all. I expect it will probably involve reflection, the same way turning the system AP on does. |
You have a option doing reflection to enable the hotspot I did it using
that way in Java
…On Sat, Dec 2, 2023, 6:20 PM Ishan Bhargava ***@***.***> wrote:
@Mygod <https://github.com/Mygod> I would like to pursue this feature. Do
you have any pointers of where I could start investigating? If possible at
all.
I expect it will probably involve reflection, the same way turning the
system AP on does.
—
Reply to this email directly, view it on GitHub
<#167 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABA46MC7Y2VBAK6U2LLODD3YHNPMHAVCNFSM4OPFW2HKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBTG4ZDANZTGMZA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@erotundo I know you can toggle the hotspot on/off using reflection, that's the way this app accomplishes it. My query is about the topic of this issue, that is, starting it with a custom configuration, like a different SSID and password. I also know that supplying that configuration is possible if you're using the newer android local-only hotspot APIs, but unfortunately, they are not tethered to the internet connection of your device and only meant for local communication. |
Android block that possible to share Internet connection from 10 , the only
way you have it's setup the hotspot manually and turn it on by reflection
…On Sat, Dec 2, 2023, 7:27 PM Ishan Bhargava ***@***.***> wrote:
You have a option doing reflection to enable the hotspot I did it using
that way in Java
@erotundo <https://github.com/erotundo> I know you can toggle the hotspot
on/off using reflection, that's the way this app accomplishes it. My query
is about the topic of this issue, that is, starting it with a custom
configuration, like a different SSID and password.
I also know that supplying that configuration is possible if you're using
the newer android local-only hotspot APIs, but unfortunately, they are not
tethered to the internet connection of your device and only meant for local
communication.
—
Reply to this email directly, view it on GitHub
<#167 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABA46MHXWCZWJSUUDH47J23YHNXJBAVCNFSM4OPFW2HKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBTG4ZDEMRVHE3Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
As mentioned in #159, the way to do it is to invoke the system API |
No description provided.
The text was updated successfully, but these errors were encountered: