Skip to content

ost-sys/ost-program-android

Repository files navigation

The project is based on the Jetpack Compose Material Design 3.

Functions:

  • Some information about the phone
  • Reboot to different modes (Recovery, Fastboot, Download Mode)
  • Currency converters and time calculators
  • Restoring broken/burnt pixels and checking the display for their presence
  • "Stargazers" - those who put a star on one of my projects
  • List of applications, freezing and deleting them

Android

WearOS

Usage

github.token=token_here
  • Put your repos in NetworkDataSource.kt
private suspend fun getStargazersInternal(): List<Stargazer> = withContext(Dispatchers.IO) {
    Log.d(TAG, "Starting getStargazersInternal...")
    val repoList = listOf(
        "ost-sys.github.io", // here
        "ost-program-android" // and here
    )
...
  • Put your GitHub username
val result = service.getStargazers("your_username", repoName).map { stargazer ->
    stargazer to repoName
}

How to install app on WearOS and grand permissions:

adb install wear-app-release.apk
  • Grand permissions
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

Translators

Credits

  • zhh4eny - Created a MD file.
  • Weever - For a new API for currency converter
  • Google for their Jetpack and Material Components libraries.

License

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors