|
1 | | -# Toolkit Tiles |
| 1 | +# Toolkit Tiles – Useful Quick Settings Tools |
2 | 2 |
|
3 | | -[](https://www.android.com) [](https://developer.android.com/studio/releases/platforms) [](https://github.com/WSTxda/Toolkit-Tiles/releases/latest) [](https://github.com/WSTxda/Toolkit-Tiles/releases) |
4 | | - |
5 | | - |
| 3 | +Toolkit Tiles integrates useful tools directly into your Android Quick Settings panel, allowing instant access with a single tap—no need to launch separate apps. |
6 | 4 |
|
7 | | -**Download** |
| 5 | +[](https://github.com/WSTxda/Toolkit-Tiles/actions) |
| 6 | +[](https://www.android.com) |
| 7 | +[](https://developer.android.com/studio/releases/platforms) |
| 8 | +[](https://github.com/WSTxda/Toolkit-Tiles/releases/latest) |
| 9 | +[](https://github.com/WSTxda/Toolkit-Tiles/releases) |
8 | 10 |
|
9 | | -[<img src="https://raw.githubusercontent.com/WSTxda/WSTxda/main/images/GitHub.svg" |
10 | | - alt='Get it on GitHub' |
11 | | - height="80">](https://github.com/WSTxda/Compass-QS-Tile/releases/latest) |
| 11 | + |
| 12 | + |
| 13 | +Toolkit Tiles enhances your Android experience by adding practical utilities to the Quick Settings panel. These tools leverage your device's built-in sensors for accurate, real-time results, ensuring they're always at your fingertips. |
| 14 | + |
| 15 | +## Features |
| 16 | + |
| 17 | +### Tools Available |
| 18 | + |
| 19 | +**🧭 Compass** |
| 20 | + Quickly determine your device's orientation and find directions. It displays cardinal directions and degrees for precise navigation. |
| 21 | + |
| 22 | +**📏 Bubble Level** |
| 23 | + Measure the inclination of surfaces with ease, mimicking a traditional spirit level. Ideal for DIY projects, hanging pictures, or checking alignments. |
| 24 | + |
| 25 | +### Key Benefits |
| 26 | + |
| 27 | +- **Lightweight and Efficient**: Minimal resource usage with no background processes. |
| 28 | +- **Seamless Integration**: Fits naturally into Android's Quick Settings for one-tap access. |
| 29 | +- **Sensor-Based Accuracy**: Utilizes your device's accelerometer and magnetometer for reliable readings. |
| 30 | +- **No Permissions Overreach**: Only requires sensor access; no internet or storage permissions needed. |
| 31 | + |
| 32 | +### Installation and Usage |
| 33 | + |
| 34 | +1. Download and install the latest APK from the [releases page](https://github.com/WSTxda/Toolkit-Tiles/releases/latest). |
| 35 | +2. Swipe down twice from the top of your screen to open the full Quick Settings panel. |
| 36 | +3. Tap the edit button (pencil icon) to customize the panel. |
| 37 | +4. Locate the Toolkit Tiles (Compass and Bubble Level) in the available tiles section. |
| 38 | +5. Drag them to your active Quick Settings area. |
| 39 | +6. Tap any tile to activate the tool instantly. |
| 40 | + |
| 41 | +> [!NOTE] |
| 42 | +> **Required Sensors:** |
| 43 | +> |
| 44 | +> **🧭 Compass:** |
| 45 | +> - [Rotation Vector Sensor](https://developer.android.com/reference/android/hardware/Sensor#TYPE_ROTATION_VECTOR) (gyro + accelerometer + magnetometer) |
| 46 | +> - [Geomagnetic Rotation Vector](https://developer.android.com/reference/android/hardware/Sensor#TYPE_GEOMAGNETIC_ROTATION_VECTOR) (accelerometer + magnetometer) |
| 47 | +> |
| 48 | +> **📏 Bubble Level:** |
| 49 | +> - [Rotation Vector Sensor](https://developer.android.com/reference/android/hardware/Sensor#TYPE_ROTATION_VECTOR) |
| 50 | +> - [Accelerometer](https://developer.android.com/reference/android/hardware/Sensor#TYPE_ACCELEROMETER) only (fallback, less accurate) |
| 51 | +> |
| 52 | +> **Optional:** Gyroscope can improve accuracy for both tiles but is not mandatory. |
| 53 | +
|
| 54 | +--- |
| 55 | + |
| 56 | +### Download |
| 57 | + |
| 58 | +[<img src="https://raw.githubusercontent.com/WSTxda/WSTxda/main/images/GitHub.svg" alt="Get it on GitHub" height="80">](https://github.com/WSTxda/Toolkit-Tiles/releases/latest) |
| 59 | +[<img src="https://raw.githubusercontent.com/WSTxda/WSTxda/main/images/Telegram.svg" alt="Get it on Telegram" height="80">](https://t.me/WSTprojects) |
| 60 | + |
| 61 | +### Donate |
| 62 | + |
| 63 | +[<img src="https://raw.githubusercontent.com/WSTxda/WSTxda/main/images/PayPal.svg" alt="Donate with PayPal" height="80">](https://bit.ly/2lV0E6u) |
| 64 | +[<img src="https://raw.githubusercontent.com/WSTxda/WSTxda/main/images/BMC.svg" alt="Donate with BMC" height="80">](https://www.buymeacoffee.com/wstxda) |
12 | 65 |
|
13 | 66 | ### Credits |
14 | 67 |
|
15 | | -- [Mike Klimek](https://github.com/Tetr4) for [CompassTile](https://github.com/Tetr4/CompassTile) project using [CyanogenMod](https://review.lineageos.org/c/LineageOS/android_frameworks_base/+/179168) feature. |
| 68 | +**[Mike Klimek](https://github.com/Tetr4)** for the original [CompassTile](https://github.com/Tetr4/CompassTile) project, inspired by a [CyanogenMod/LineageOS feature](https://review.lineageos.org/c/LineageOS/android_frameworks_base/+/179168). |
0 commit comments