- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2022 06:44 PM (Last edited 04-05-2022 02:56 PM ) in
Tech TalkRequirements
-> 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 )
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
•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 )
🥳
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 .
Enjoy -
- Tags:
- VIGNESHA31
- « Previous
-
- 1
- 2
- Next »
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2022 07:18 PM in
Tech Talk- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2022 08:57 PM in
Tech Talk- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2022 09:30 PM in
Tech Talk- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2022 07:40 AM in
Tech Talk- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2022 08:25 AM in
Tech Talk- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2022 06:57 PM (Last edited 10-08-2022 06:59 PM ) in
Tech Talk- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2024 03:33 PM in
Tech TalkIs there any way to remove it without root i used adb shell pm remove-user 11 but it didn't work
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2024 09:47 PM in
Tech Talk- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2025 08:26 PM in
Tech Talk
- « Previous
-
- 1
- 2
- Next »