Skip to content

Repository files navigation

OST Tools banner

OST Tools

Personal Android & WearOS utility app built with Jetpack Compose and Material 3 Expressive

Build Release License: GPL v3 Platform


Table of Contents


Features

  • 🎨 Material 3 Expressive design across phone and watch
  • 📱 Detailed phone/device information
  • 🔁 Reboot to Recovery, Fastboot, or Download Mode
  • 💱 Currency converter and time calculators
  • 🖥️ Burnt/broken pixel restoration and display checker
  • ⭐ Stargazers — see who starred your GitHub projects
  • 📦 Installed applications list

Screenshots

Android Screenshots

Show Android screenshots

WearOS Screenshots

Show WearOS screenshots

Usage (for Stargazers)

  1. Generate a token at github.com/settings/tokens
  2. Enter the token in the app

Installing on WearOS

  1. Pair your watch with your PC over Wireless ADB — see this guide on XDA

  2. Install the app:

    adb install wear-app-release.apk
  3. Grant the required permissions (full storage access for creating/deleting files and installing APKs):

    adb shell
    appops set com.ost.application MANAGE_EXTERNAL_STORAGE allow
    appops set com.ost.application WRITE_EXTERNAL_STORAGE allow
    appops set com.ost.application READ_EXTERNAL_STORAGE allow
    appops set com.ost.application REQUEST_INSTALL_PACKAGES allow

App Size Notice

You might notice that the WearOS APK is significantly larger (~28MB) compared to the Android APK (~9MB). This is normal and expected! The WearOS version acts as a standalone tool including heavy-weight components such as:

  • PDF Rendering Engine: Bundled C++ native libraries (libpdfium.so) for multiple CPU architectures.
  • Media Playback: Extensive media libraries (ExoPlayer / Media3) and Horologist UI components.

Roadmap

  • Add some minigames
  • Add new features and update existing ones in the "Tools" section
  • Add LocalSend support

Credits

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.

About

OST Tools - the project is based on the Jetpack Compose Material Design 3 for Andoid and WearOS

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages