I make an application that requieres WiFi AP-mode (DHCP Server and WiFI AP). which allows unlimited simultaneously number of users (Android limit 10 users for tethering). Is there any code for it? Or ready application? I need to perform it without ROOT privileges
Asked
Active
Viewed 497 times
1 Answers
1
The Android limit is hardcoded at a system level, and probably at a protocol level too.
Modifying it will at the very least require root privileges, and maybe even a direct rewrite of the Android code at the system level.

Raghav Sood
- 81,899
- 22
- 187
- 195
-
Well, so do you think there is no option how to make own JAVA app to make it work? – Matej Kultan Jun 13 '13 at 16:02
-
@MatejKultan Not without root *at the very least*. Increasing a network limit may require rewriting at a source level – Raghav Sood Jun 13 '13 at 16:04