All Projects → imknown → AndroidLowLevelDetector

imknown / AndroidLowLevelDetector

Licence: Apache-2.0 license
Detect Treble, GSI, Mainline, APEX, system-as-root(SAR), A/B, etc.

Programming Languages

kotlin
9241 projects
C++
36643 projects - #6 most used programming language
CMake
9771 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to AndroidLowLevelDetector

Android-Music-Player
Music Player with Stunning UI/UX, bass, treble, softness tuner Equalizer.
Stars: ✭ 69 (+46.81%)
Mutual labels:  treble
csgo-gsi
A Java library for Counter-Strike: Global Offensive's game state integration
Stars: ✭ 23 (-51.06%)
Mutual labels:  gsi
sunxi-DT-overlays
Device Tree overlays for sunxi devices running Armbian images with mainline kernel
Stars: ✭ 69 (+46.81%)
Mutual labels:  mainline
Fortify
Dota Underlords data platform
Stars: ✭ 14 (-70.21%)
Mutual labels:  gsi
linux-mdss-dsi-panel-driver-generator
Generate Linux DRM panel kernel driver based on QCOM MDSS DSI device tree
Stars: ✭ 41 (-12.77%)
Mutual labels:  mainline
gct
Grid Community Toolkit
Stars: ✭ 27 (-42.55%)
Mutual labels:  gsi
csgo-gsi-python
Python library to interact with CS:GO
Stars: ✭ 33 (-29.79%)
Mutual labels:  gsi
fil
😋 Unix file command written in Go
Stars: ✭ 69 (+46.81%)
Mutual labels:  toybox
crosware
Tools, things, stuff, miscellaneous, etc., for Chrome OS / Chromium OS
Stars: ✭ 36 (-23.4%)
Mutual labels:  toybox

AndroidLowLevelDetector

Detect Treble, GSI, Mainline, APEX, system-as-root(SAR), A/B, etc. .
Some source codes refer to Magisk, OpenGApps, TrebleInfo, TrebleCheck, etc. .

Source

Download

  1. https://play.google.com/store/apps/details?id=net.imknown.android.forefrontinfo
  2. https://github.com/imknown/AndroidLowLevelDetector/releases
  3. https://coolapk.com/apk/net.imknown.android.forefrontinfo

Features

Click me
  • Detect Android version
  • Detect Android Build Id version
  • Detect Android security patch level
  • Detect Vendor security patch level
  • Detect Project Mainline module version (Google Play system update)
  • Detect Linux kernel
  • Detect A/B or A-Only
  • Detect Dynamic Partitions
  • Detect Dynamic System Update(DSU)
  • Detect Project Treble
  • Detect GSI compatibility
  • Detect Binder bitness
  • Detect Process/VM architecture
  • Detect Vendor NDK
  • Detect System-as-root
  • Detect (flattened) APEX
  • Detect Toybox
  • Detect WebView implement
  • Detect outdatedTargetSdkVersion apk
  • Dark mode supported
  • Online/offline mode (fetching data from remote server or local)
  • MultiWindow/FreeForm/Foldable/Landscape supported
  • Etc.

Contribute

Just use Pull Request.
Translations are also welcome.

Build

Firebase

  • If you do not want to build with Firebase, please remove:
    1. (Optional) GMS and Firebase dependencies in file $rootDir/build.gradle;
    2. (Required) GMS plugin ids in file $rootDir/app/build.gradle;
    3. (Optional) Firebase plugin ids in file $rootDir/app/build.gradle;
    4. (Optional) Firebase Crashlytics release configs in buildTypes in file $rootDir/app/build.gradle.

Release

  • If you do not want to build with release mode, please remove:

    1. release in signingConfigs in file app/build.gradle;
    2. signingConfig signingConfigs.release in release of buildTypes in file app/build.gradle.
  • If you want to build with release mode, please provide the whole following properties in file $rootDir/local.properties:

    storeFile=<Yours>
    storePassword=<Yours>
    keyAlias=<Yours>
    keyPassword=<Yours>

    The location of storeFile can be ../keys/release.jks.
    It has been already ignored in file $rootDir/.gitingore by default.
    So you can put your own private certificate or signing key there safely.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].