Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 926 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 926 Bytes

@bagbyte/android-enable-multiple-users

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

How to use it

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.