JarmouniA / ultimate-hotspot

Turn your device into a wifi hotspot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ultimate hotspot

"One Repo to rule them all, One Repo to find them, One Repo to bring them all and in the darkness turn the wifi hotspot on!" πŸ’

Description

Demo app to turn your device into a wifi hotspot.

Enabling the wifi hotspot on android can be quite challenging. The android framework which was natively supporting this feature has been slowly but surely deprecating it. If you are looking for possible alternatives, you are at the right place. I tried to regroup all wifi hotspot options within one single repo, whether your device is rooted or not.

Hope if you come across this repo, it might help you in your wifi hotspot quest :)

Wifi hotspot alternatives, with related pros and cons.

If you are running Android Marshmallow or below, device rooted or not, take a look to Marshmallow Manager

  • πŸ‘ uses the android framework hotspot, making this solution more reliable
  • πŸ‘ your device do not need to be rooted
  • πŸ‘Ž works only under marshmallow

If your device is rooted, take a look to Direct Share Manager

  • πŸ‘ works on any android version
  • πŸ‘Ž the devices has to be rooted, otherwise the user needs to setup the proxy manually on any device he wants to connect to the hotspot created by Direct Share
  • πŸ‘Ž you do not have the possibility to setup the password or the ssid of the hotspot

If you are running Android Oreo or above, device rooted or not, take a look to Oreo Wifi Manager

  • πŸ‘ your device do not need to be rooted
  • πŸ‘Ž works only above oreo

Tests

This demo has been tested on the following devices:

  • Lenovo Tab3, Android 6.0
  • Lenovo Tab4, Android 7.1.1
  • Samsung Active 2, Android 8.+
  • Samsung Tab A (2019), Android 9

Acknowledgement

A special thanks to Direct-share and Oreo wifi hotspot repositories

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Turn your device into a wifi hotspot

License:MIT License


Languages

Language:Kotlin 65.6%Language:Java 34.4%