Original topic:

Multi Users/Guest mode on Samsung Devices

(Topic created on: 03-14-2022 06:44 PM)
22412 Views
Vikramaditya015
Active Level 10
Options
Tech Talk
Multi user feature is available from Android 5.0 but it was never released in Samsung Devices. Samsung released Secure Folder as an Alternative of Multi user but still some prefer Separate System used in Multi user rather than Folder like UI . This trick helps you to Create Guest User in Samsung devices.

Requirements

-> adb files in PC (https://www.xda-developers.com/install-adb-windows-macos-linux/) or ladb ( available in play store)

Get Started

-> Setup ADB
-> Use this commands in ADB
---------------------------------------------
1 • adb devices

 • adb shell pm list users ( Now note down every user ID if you want )

image


 • adb shell pm create-user --guest Name

Example:- adb shell pm create-user --guest VIGNESHA31
------------------------------------------
2 •Wait for few seconds & Use this command
 • adb shell pm list users
------------------------------------------
3 •You will see a new user has been added

image

 •Note down the new user ID

 •Now you have to Switch to user Guest

 •Use this command
adb shell am switch-user 11 ( in my case the user ID is 11 )
🥳

image


image


image


image


image


image

image


------------------------------------------
Limitations / Issues
-> You can't create Secondary Profile Because available user in System is limited to 1 . So you can only able to use Guest profile

-> Guest user is meant has temporary so , when you switch to Guest a pop up will come to choose :-
Continue & Delete all data
So Don't choose anything. Just wait for 2 seconds & it will Disappear automatically.

-> Sometimes there will be no enough storage in Guest like :-
If you have 128 gb of storage
It will show has minus 128 of storage
 
-> Apk except Playstore installation MobileData, Messages, Phone is not allowed In Guest .
•Apk can be installed using adb in Guest
• MobileData can be enabled by third party apps or by below method .

image



image



image


-> No option to switch user to default . You have to restart it , So that you can switch to default User .

image




Enjoy -


Check the tag
....|
....|
..\ /
 
18 Comments
Vikramaditya015
Active Level 10
Tech Talk
🙏
0 Likes
adminkiller
Active Level 9
Tech Talk
Lol its available in colour os 11.1
Vikramaditya015
Active Level 10
Tech Talk
From Samsung, Secure Folder is implemented for security and also adb(android debug bridge) won't works on Secure Folder
0 Likes
VishnuRaj938
Active Level 6
Tech Talk
Bro...you really know so much,you are a real developer
Vikramaditya015
Active Level 10
Tech Talk
No no I'm not . These features were found by guessing.
GalaxyTechie
Expert Level 1
Tech Talk
They added in One UI 5 Beta 1 and later in One UI 5 Beta 4 they removed it. It's funny to say that they couldn't implement this simple feature most of the companies already adpoted in these years!
A0T0A
Beginner Level 2
Tech Talk

Is there any way to remove it without root i used adb shell pm remove-user 11 but it didn't work

0 Likes
Vikramaditya015
Active Level 10
Tech Talk
Not possible with adb
0 Likes
Tech Talk
430m👏7d
0 Likes