Note
Development of this project has been temporarily discontinued for some reason, and as of 3/13/26 no asset should be expected in this project.
This is a simple mini-utility for checking basic information about a device, for example: information about the processor, GPU, display, android, and so on
- Simple MD3E design
- Tablets are welcome :3
- Support from Android 12 to Android 16
- Takes up little space
Want to make your own version of this application? or assemble it completely for yourself? The code is completely open source and you can do everything yourself :)
- Android Studio (last stable version)
- JDK 17 (or higher)
-
Clone reposirory:
git clone https://github.com/kmsutto/Siliсon
-
Open project:
- Launch Android Studio.
- Select
File > Openand indicate with the jump project.
-
Synchronization and launch:
- Wait for indexing and Gradle synchronization to finish (
Gradle Sync). - Select your device (emulator or real device).
- Press the Run button (or
Shift + F10).
- Wait for indexing and Gradle synchronization to finish (
- Google: For the Android Jetpack suite and Material Design 3 components that power the user interface.
- JetBrains: For the Kotlin programming language.
- OST-Tools: For the inspiration :)
This project is licensed under the MIT License.
For more details, see the LICENSE file.