[HOW-TO] Enable Multiuser on Nexus 5 (Root)

Search This thread

nevermind85

New member
Mar 3, 2014
3
1
Yes, when setting up the new user, don't start with "restricted". Do a full setup first.

I also got the com.android.phone force close error when trying to make calls with the second user, which was created as a full profile.

The other two things I've noticed are:

* SMS can be sent, but received ones go to the Owner's profile.
* When on the second profile, there's no option to answer incoming calls. This works fine back on the owner's profile.

Has anyone else experienced the same issues? My phone is with stock rom, and rooted with CF-Auto-Root.
 

stangman

Senior Member
Feb 12, 2008
300
49
Vestal, NY
I also got the com.android.phone force close error when trying to make calls with the second user, which was created as a full profile.

The other two things I've noticed are:

* SMS can be sent, but received ones go to the Owner's profile.
* When on the second profile, there's no option to answer incoming calls. This works fine back on the owner's profile.

Has anyone else experienced the same issues? My phone is with stock rom, and rooted with CF-Auto-Root.

My guess is that the multi-user hasn't been setup fro a phone side yet. The "tablet" portion works fine but any telephony not so much.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 6
    My 32GB Nexus 5 is less of a phone and more of a small tablet. But multiuser is not enabled!

    You might ask, why do I want multiuser? Well... perhaps you give your phone to kids to play with on long trips. Or perhaps you want a "test" set of settings. Or you want to separate work and personal. Or maybe you just like to customize.

    You do need the following:
    1) Root
    2) A way to enable the lock screen to rotate (I suggest Gravity Box: http://xdaforums.com/showthread.php?t=2316070)
    3) A way to edit your build.prop. (Do it old school or an app such as https://play.google.com/store/apps/details?id=com.jrummy.apps.build.prop.editor)
    4) A current backup!

    It is easy enough to do if you can edit your build.prop. This requires root, and YOU REALLY MUST BACKUP before you mess with build.prop. Seriously. Back up. It just takes a few minutes.

    You can edit build.prop by pulling it to a PC and pushing it back or you can use a build.prop editor from the market (I used the one built into Android System Tuner Pro (https://play.google.com/store/apps/details?id=ccc71.pmw.pro&hl=en) because I was feeling lazy). If you are doing it by hand the build.prop is in /system/ The line you need is:

    Code:
    fw.max_users=4

    You can set 4 to however many users you want to be able to support.

    Reboot.

    At this point, it seems like nothing has happened. You need to go to Settings and you'll find a new entry:

    attachment.php


    If you click Users you should be able to figure it out from there:
    attachment.php



    Once you have set up a new user, you can press your user name in the settings to get to the lock screen. In portrait mode, it will look normal. But if you rotate to landscape mode you will see an icon for each user you've defined. If you set a different lock type/code for each (a PIN or a swipe code) you will have "some" security between users.

    attachment.php



    I did this on the 4.2.2 OTA that was slightly repackaged here: http://xdaforums.com/showthread.php?t=2557523

    You'd imagine it would work on most other ROMs that don't already support it, but BACK UP FIRST just in case!
    1
    For Gravity box you need Xposed and so no ART...

    Yes, but Gravity box was only a suggestion for getting lock screen rotation. There are plenty of things out there that will do that and not all need Xposed. For example: https://play.google.com/store/apps/details?id=com.mah.screenrotationlock would probably work.