[Q] How To setup multi user mode in sm-t231

pdthekd

Member
Apr 28, 2011
30
3
0
Bought Samsung Galaxy Tab 4 SM-T231 variant it comes with a Kitkat 4.4.2 out f the box .

Does any one know how to set MULTI-USER mode ? me and my brother use the same tab for gaming so with this we can have 2 gaming profiles.
I remember seeing this option in jelly bean. Im still using stock rom unrooted.

Pls help:)
 

404-Not Found

Senior Member
Sep 12, 2012
1,399
138
0
Phoenix
Bought Samsung Galaxy Tab 4 SM-T231 variant it comes with a Kitkat 4.4.2 out f the box .

Does any one know how to set MULTI-USER mode ? me and my brother use the same tab for gaming so with this we can have 2 gaming profiles.
I remember seeing this option in jelly bean. Im still using stock rom unrooted.

Pls help:)
Settings→General→Users→Add User

Sent from my SM-T230NU using XDA Free mobile app
 

Dark Mushroom

Member
Jun 18, 2014
23
4
0
Bought Samsung Galaxy Tab 4 SM-T231 variant it comes with a Kitkat 4.4.2 out f the box .

Does any one know how to set MULTI-USER mode ? me and my brother use the same tab for gaming so with this we can have 2 gaming profiles.
I remember seeing this option in jelly bean. Im still using stock rom unrooted.

Pls help:)
mine too.
It looks like the tab's maximum user has been set to 1. I managed to solve this by entering this in the terminal or adb

su
setprop fw.max_users <number of maximum user you want>

but you will need root in order to do it.
Hope it helps ;) sorry for my english
 
Last edited:

404-Not Found

Senior Member
Sep 12, 2012
1,399
138
0
Phoenix
I don't have that option.. My device sm-t231. Is your device Rooted??
@Dark Mushroom., can you direct me to the right post thou followed to root your device

Sent from my Nexus 4 using Tapatalk 2
Use VRoot if you can. Here's a thread details for the SM-T230NU, somewhere in there is mention of your model but I believe your specific model is unrootable.
http://forum.xda-developers.com/showthread.php?p=53020637

Info on towelroot: http://forum.xda-developers.com/showthread.php?p=68

Sent from my SM-T230NU using XDA Free mobile app
 
Last edited:

cuonguq

Member
Nov 24, 2009
14
0
0
mine too.
It looks like the tab's maximum user has been set to 1. I managed to solve this by entering this in the terminal or adb

su
setprop fw.max_users <number of maximum user you want>

but you will need root in order to do it.
Hope it helps ;) sorry for my english
hi. can you pls show me how to by step by step? im a newbie and have no idea about abd or su.
mine is a rooted sm-t311. thanks heap
 

Dark Mushroom

Member
Jun 18, 2014
23
4
0
hi. can you pls show me how to by step by step? im a newbie and have no idea about abd or su.
mine is a rooted sm-t311. thanks heap
Download terminal emulator from playstore
Then type

Su
(You must allow the terminal emulator to obtain root access)
After that type
setprop fw.max_users 8 (this will set the system's maximum user to 8, you can change to whatever you want)
And voila!
Go to settings-general and you can see the user tab there :D
Just tell me if you have any problem
 

cuonguq

Member
Nov 24, 2009
14
0
0
Download terminal emulator from playstore
Then type

Su
(You must allow the terminal emulator to obtain root access)
After that type
setprop fw.max_users 8 (this will set the system's maximum user to 8, you can change to whatever you want)
And voila!
Go to settings-general and you can see the user tab there :D
Just tell me if you have any problem
tks a lot! i will try it tonight..
 

theredherring

New member
Mar 16, 2015
3
0
0
Hi

Sorry for the necro bump

I have a galaxy tab 4 and it has a maximum of 8 users allowed to be set up.

Do you all think by doing this i could increase that amount, my goal is 10 or 12?

thanks

"Download terminal emulator from playstore
Then type

Su
(You must allow the terminal emulator to obtain root access)
After that type
setprop fw.max_users 8 (this will set the system's maximum user to 8, you can change to whatever you want)
And voila!"