Skip to content

An Android app that allows you to turn on your hotspot remotely via Bluetooth - think Apple Continuity, but for everyone!

License

Notifications You must be signed in to change notification settings

EasySpotApp/EasySpot

Repository files navigation

EasySpot

An Android app that allows you to turn on (or off) your hotspot remotely via Bluetooth - think Apple Continuity, but for everyone!

Requirements

  • An Android phone
    • with Android 12 or higher
    • with Bluetooth Low Energy (BLE) advertising support
    • with Shizuku installed and running
  • The client program on a computer with Bluetooth Low Energy or nRF Connect Mobile on another BLE-capable phone

Setup

  1. Install and set up Shizuku
  2. Install the EasySpot app from GitHub Releases
  3. Open the app and grant all permissions
  4. Follow the instructions in the client's README to set up the client program

TODO

  • Android 11 and lower support
  • More robust, Rust-based client with a system tray icon and WiFi auto-connection
  • Android client
  • More hotspot control methods for improved reliability on different OS versions
  • About menu

BLE API

This app exposes a BLE GATT service to allow remote control of the hotspot.

  • Service UUID: 7baad717-1551-45e1-b852-78d20c7211ec
  • Status characteristic UUID: 47436878-5308-40f9-9c29-82c2cb87f595
    • Properties: Write, Read, Notify
    • Values: [0x00] (hotspot off), [0x01] (hotspot on)

The app's settings (gear icon in the top right) allow you to configure the security options ( encryption, MITM protection) - it's set to encrypted (pairing required) without MITM protection by default.

Implementation details can be found in xyz.ggorg.easyspot.service.server.

License and Credits

This project is licensed under the GNU GPL v3.

Big thanks to supershadoe's Delta project (licensed under BSD-3-Clause)! Some code, specifically related to hidden API hotspot control, has been adapted from there.

This project also uses:

About

An Android app that allows you to turn on your hotspot remotely via Bluetooth - think Apple Continuity, but for everyone!

Resources

License

Stars

Watchers

Forks

Packages

No packages published