0

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

1 Answers1

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