Skip to content

TWRP-Test/android_se_omapi

 
 

Repository files navigation

Fake omapi service written in cpp

For running SecureElement service (omapi) without java environment.
Providing a method to decrypt in native environment like TWRP

Only implemented part of original SecureElement.

How to use:

  • Clone this repo to aosp source tree, eg. $TWRP_ROOT/vendor/twrp
  • Define your KM uuid properly
  • lunch target device
  • run make android.se.omapi.fake

Then, the binary will be found in out/target/product/$DEVICE/vendor

  • Copy binary file, needed dependencies, manifest file and rc file to your TWRP device tree
  • Build twrp
  • Enjoy

License

This project is licensed under the Apache License 2.0.
See the LICENSE file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%