Hi. I found a bug in this rom. Same as stock rom, default multiple user is set default to only 4-5 user at the same time. If we want to change the limit, we need to add this script to build.prop
fw.max_users=15
fw.show_multiuserui=1
You can refer it here:
![]()
How to enable/increase multiple users limit
How to enable/increase the multiple users limit Firstly, install BuildProp editor to modify your build.prop file. Now, open the app, grant superuser access and click on edit icon then scroll to the bottom and add the following two lines after...forum.xda-developers.com
I tried this on stock android 11 by adding the command at the last row of the build.prop . It works.
I tried on jaguar rom, it got stuck on unlock bootloader notice .
Any idea how to fix this?
This is not a bug, this is a limitation (most probably on purpose).
And why is that necessary to have more than 5 users on a phone?
I (and many others) created Magisk modules to set fw.max_users to 1.
I think it is not a big deal to create a Magisk module to set the parameter to a much higher value.