This package enables Multiple users account feature on Android devices without root or custom loader.
Based on this article, it adds
(or replace) in /system/build.prop
file, the following properties:
- fw.max_users=3
- fw.show_multiuserui=1
First download the enabler.zip
cloning this repository or directly from here.
Put your Android phone in recovery mode (following the instruction of your specific device), or using adb:
adb restart recovery
On your device, select ADB sideload
to enable the upload of a zip file, while from your computer
use the following command to upload the file:
adb sideload enabler.zip
You should see:
Done.
Ready to reboot.