[MULTIUSER][PROFILE] Multi users, or profiles, in Galaxy Grand Quattro

Search This thread

id74em8

Senior Member
Oct 21, 2013
310
103
*Insert Disclaimer Here*
Also, I have navigation bar mod on my 7/30 build of CM10, so ignore those.
This should work on any Jellybean Android 4.1.x ROM built from AOSP, like CM10, AOKP, etc.
Please read this entire post before doing any of this!
This feature is now in AOSP fully as of Android 4.2!!


After reading about the recent discovery of multiple user code being in JB, I decided to mess with it.

^^ Um, yes, I took it from Him.
And it works on TouchWiz, Just so you know.

Okay guys, we can work with multiple users on this device.

Before we begin, here's what you need:
1- Root access granted
2- Terminal Emulator [from Google play] OR adb enabled
3- Busybox installed [increases the range of commands accepted by the emulator]

Now open Terminal Emulator, and type these codes to see the maximum users allowed
su
getprop fw.max_users
It would show nothing.

To change the maximum users allowed, type
su
setprop fw.max_users <your required number>
Mine is 4.

To create a user, type
su
pm create-user <username>

To remove a user, type
su
pm remove-user <usernumber>
NOTE:- the primary user number is 0. The users you have created would have numbers from 1 and onwards.

If you want to change the user names after creation, go to /data/system/users/userX.xml
here X is the user number, from 0 and onwards.
0 is the primary user.

SECURITY NOTE:
The second user can still access your messages, contacts, etc. It's best if you set a lock screen password on your own user, and select another launcher for the second user, hide all the sensitive applications using some application hider.

If you are on the second user, most of the data from the primary user is hidden (you can not acces it).
For example:
- photos
- unlocked levels in Angry Birds
- music
- contacts
- google account
- clipboard
- home screen

But there are a few exceptions:
- all the apps are there, as if they were just installed
- the recent apps menu
- the use-app-as-default-setting (I don't know the official name). For example: if you set Apex as default in the Guest account, it will also be default in the primary account.
- your messages!!

Original Method for 4.1 below:



SCREENSHOTS:
1- created maximum users
2,3- created new user TEST
4- home screen of new user TEST
5,6- removed user TEST (user #1) (primary is #0)
 

Attachments

  • 1.png
    1.png
    29.9 KB · Views: 747
  • 2.png
    2.png
    23.1 KB · Views: 662
  • 3.png
    3.png
    88.5 KB · Views: 724
  • 4.jpg
    4.jpg
    36.2 KB · Views: 670
  • 5.png
    5.png
    51.1 KB · Views: 623
  • 6.png
    6.png
    115.1 KB · Views: 588
Last edited:

El_Dark

Senior Member
Dec 13, 2012
416
216
39
Santiago
Nice guide @id74em8 but, I can't seem to find the use for having more than a user when you're the only one using your phone... Might be useful for Corporate/enterprise phones though :)
 

Top Liked Posts