@FloFloFlow
If you have not yet, read the props not found and the The boot scripts did not run sections.
MHPC Documentation - props not found - GitHub - Link
Make sure the module is enabled and reboot.
You can try also to install the module again to make sure it installed properly.
- Uninstall the module and reboot.
- Install the module and reboot.
It is possible your Magisk installation is partially broken.
The log files will help figure out what is wrong.
MHPC Documentation - Logs - GitHub - Link
---
@zgfg
The
Some devices and/or manufactures will still use xbin for awhile but, it will eventually disappear.
MHPC will check for xbin and use it if it exists.
If not it will use bin.
Some terminal apps and/or devices will not allow
You need to su before running the props command.
Termux is one that you need to switch user before running the props command.
Cheers all.
If you have not yet, read the props not found and the The boot scripts did not run sections.
MHPC Documentation - props not found - GitHub - Link
Make sure the module is enabled and reboot.
You can try also to install the module again to make sure it installed properly.
- Uninstall the module and reboot.
- Install the module and reboot.
It is possible your Magisk installation is partially broken.
The log files will help figure out what is wrong.
MHPC Documentation - Logs - GitHub - Link
---
@zgfg
The
xbin
directory was depreciated in Android 10 or 11 so every thing was moved back into the bin
directory.Some devices and/or manufactures will still use xbin for awhile but, it will eventually disappear.
MHPC will check for xbin and use it if it exists.
If not it will use bin.
Code:
oriole:/ # which props
/system/bin/props
Some terminal apps and/or devices will not allow
props
to switch user by itself.You need to su before running the props command.
Termux is one that you need to switch user before running the props command.
Cheers all.
