Skip to content

This package enables Multiple users account on Android devices without root and without custom loader

License

Notifications You must be signed in to change notification settings

bagbyte/android-enable-multiple-users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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.

About

This package enables Multiple users account on Android devices without root and without custom loader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages