Original topic:

Multi Users/Guest mode on Samsung Devices

(Topic created on: 03-14-2022 07:17 PM)
18244 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
Anonymous
Not applicable
Tech Talk
Adhbhut 👁 👄 👁
Avisvasniye
🤩
👕 👍
👖
Vikramaditya015
Active Level 10
Tech Talk
🙏
rush20
Expert Level 5
Tech Talk
Gazab 🤩
Vikramaditya015
Active Level 10
Tech Talk
🙏
Tech Talk
Ooh nice post but I already have multi user by default
Vikramaditya015
Active Level 10
Tech Talk
Available for Tabs ?
Tech Talk
On all Android Devices running Android 6 and above
Vikramaditya015
Active Level 10
Tech Talk
Oh OK OK thanks 😄
Tech Talk
Awesome information 👏