enweazudaniel / libndk_translation_Module

Installs the libndk_translation functions into BlissOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LibNDK Translation for arm64-v8a,armeabi-v7a,armeabi

newbit @ xda-developers

Installs the libndk_translation functions into you AVD.

Description

Installs the libndk_translation functions into you AVD, Android 11

Notes (might not apply anymore)

  • rc file is not needed anymore, mount binfmt_misc and register copies are now in service.sh
  • system.prop is updated
  • set_perm_recursive are updated
  • /system/lib/liblog.so and /system/lib64/liblog.so are added
    • due to cannot locate symbol "__android_log_set_logger" Error, liblog.so is needed
    • __android_log_set_logger is available since API level 30.
    • ADB doesn't work anymore, after Module is enabled and AVD rebooted
    • to test the LibNDK, copy your armeabi-v7a APKs before the module is enabled, to the AVD with adb push
  • arm64-v8a APKs are still crashing

About

Installs the libndk_translation functions into BlissOS

License:MIT License


Languages

Language:Shell 100.0%