enable_eng
enable_eng copied to clipboard
Magisk Module to enable engineering build props
Enable Eng
This Magisk Module enables engineering build props. It allows to activate debugging parts of a firmware. Please, disable Magisk Hide for this module. If you don't know what you are doing, don't use this module. This module can easily softbrick your device.
How to install:
Stable release:
- Dowload latest enable_eng.zip from releases page https://github.com/evdenis/enable_eng/releases
- Disable MagiskHide: MagiskManager -> Settings -> Magisk Hide
- MagiskManager -> Modules + Downloads/enable_eng.zip -> Reboot
Master branch:
- git clone https://github.com/evdenis/enable_eng
- cd enable_eng
- git archive --output enable_eng.zip HEAD
- adb push enable_eng.zip /sdcard/
- Disable MagiskHide: MagiskManager -> Settings -> Magisk Hide
- MagiskManager -> Modules + enable_eng.zip -> Reboot
Troubleshooting
What to do if your device doesn't boot
How to unbrick:
- Reboot to TWRP recovery
- adb shell rm -fr /data/adb/modules/enable_eng
- adb reboot recovery
ADB doesn't work
This means that adbd in your firmware is build without ALLOW_ADBD_ROOT. You can fix adb autostart either by installing "ADB Root" magisk module or by disabling this module.