- 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
- Get your token here - https://github.com/settings/tokens
- Put your token to local.propreties:
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
}- Pair your watch with PC using Wireless ADB (Guildeline (XDA))
- Install app
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- Radomyr, Anton, Bohdan for the translation into Ukrainian.
- Luminous418 for the translation into Spanish
- zhh4eny - Created a MD file.
- Weever - For a new API for currency converter
- Google for their Jetpack and Material Components libraries.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for more details.
































