5 Star 7 Fork 1

imknown / AndroidLowLevelDetector

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
JOTTINGS.md 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
imknown 提交于 2021-11-12 21:28 . Replace LiveData using Kotlin Flow (1)

JOTTINGS

Minds

Features todo

  • JetPack
    • UseCase
    • Navigation
    • Hilt
    • Startup
    • Compose
    • Transitions
  • detect dm-verity (version)
  • detect FBE/FDE
  • detect HAL
  • Android version market share
  • OpenGL ES/Vulkan/GPU Driver version
  • icu (https://developer.android.com/guide/topics/resources/internationalization)
  • unicode
  • custom commands, result filters, scroll top, scrollbar (V2.0 ?)
  • settings
    • root mode
    • show commands
    • developer mode
    • network cache logic
    • select json server
  • documents
    • development references
    • user-readable explanation why mine not supported
  • copy result
  • acknowledge
  • etc.

external

https://android.googlesource.com/platform/external/

avb

https://source.android.com/security/verifiedboot/avb https://source.android.com/security/verifiedboot https://android.googlesource.com/platform/external/avb/+/master/README.md https://android.googlesource.com/platform/external/avb/+/master/avbtool https://android.googlesource.com/platform/external/avb/+/master/libavb/avb_version.h

adb shell "grep dm- /proc/mounts"

adb shell getprop ro.boot.avb_version # avbtool version
adb shell getprop ro.boot.veritymode
adb shell getprop ro.boot.verifiedbootstate
adb shell getprop ro.boot.flash.locked

adb shell getprop ro.boot.secureboot # MIUI only?
adb shell getprop ro.secure # Secure boot
adb shell getprop ro.debuggable
# * eng builds: ro.secure=0 and ro.debuggable=1
# * userdebug builds: ro.secure=1 and ro.debuggable=1
# * user builds: ro.secure=1 and ro.debuggable=0

adb shell getprop ro.oem_unlock_supported

adb shell getprop ro.boot.vbmeta.avb_version # required (lib)avb version
adb shell getprop ro.boot.vbmeta.device_state

busybox

busybox (https://busybox.net/downloads/binaries/)

Kotlin
1
https://gitee.com/imknown/AndroidLowLevelDetector.git
git@gitee.com:imknown/AndroidLowLevelDetector.git
imknown
AndroidLowLevelDetector
AndroidLowLevelDetector
develop

搜索帮助

53164aa7 5694891 3bd8fe86 5694891