how to enable multi-user - Galaxy Tab 3 Q&A, Help & Troubleshooting

Hello and Sorry for my bad english.
To enable multi-user at the tab 3 10.1, first you musst root your stock rom.
Then instal BusyBox from the playstore open it and instal.
Now you take a build.prop editor (maybe from playstore) and open, now add a new property.
Name it: fw.max_users
At the key you fill how many users you want (2 at my tab)
Save and Reboot!
Now in the options, you shold can add new users.

Did you try this?
I had to modify my framework-res.apk to enable MultiUser.

Yes, i have it so on my P5210. Works perfekt!

I tried it today, but it didn't work for me. I ended up in a bootloop. Had to copy back the original build.prop to boot my Tab3 again.
Think the solution with build.prop doesn't work on all devices. I'm using a Galaxy Tab3 10.1 (GT-P5200) / P5200XXUAMK7 [4.2.2].
What is your device/firmware?
It's a bit confusing why some have to edit the build.prop and others have to modify framework-res.apk.

Does this really work? Just wondering, because I thought we had to use the xposed framework hack. Man it would be great if it's just a build.prop addition. You may want to tell the dev's of the pimpdroid, and grievous roms if this is all it takes to get multi user on 5210.

bernd13 said:
Hello and Sorry for my bad english.
To enable multi-user at the tab 3 10.1, first you musst root your stock rom.
Then instal BusyBox from the playstore open it and instal.
Now you take a build.prop editor (maybe from playstore) and open, now add a new property.
Name it: fw.max_users
At the key you fill how many users you want (2 at my tab)
Save and Reboot!
Now in the options, you shold can add new users.
Click to expand...
Click to collapse
Thank you, for this solution.
Tested with success on P5210 stock 4.4.2

Related

[Q] answer to call with swipe or hold

how we answer the call with swipe look like samsung or hold green square ? (witout rooting )
i rooted my device ^_^ now you can tell me any way for rooted nokia x
easy
The_WarriorII said:
i rooted my device ^_^ now you can tell me any way for rooted nokia x
Click to expand...
Click to collapse
if u've got root access just install a custom rom!! u'll get everything u want
the best custom rom! stable! is of dhacker9 ! available in android orignal development section of nokia x forum
just install that n u'll get what u want
pls dont forget to hit thanks pls
bunty786 said:
if u've got root access just install a custom rom!! u'll get everything u want
the best custom rom! stable! is of dhacker9 ! available in android orignal development section of nokia x forum
just install that n u'll get what u want
pls dont forget to hit thanks pls
Click to expand...
Click to collapse
ok , but some custom rom have some problem ,what about that custom rom ?
can i do every thing in a orginal rom ?
and where is dhacker9 rom ? i can not find that !
The_WarriorII said:
ok , but some custom rom have some problem ,what about that custom rom ?
can i do every thing in a orginal rom ?
and where is dhacker9 rom ? i can not find that !
Click to expand...
Click to collapse
install LEWA os (custom rom) best custom roms out there..! everythings works like charm.!
smooth/fast
download the smoothest version from here
https://docs.google.com/file/d/0B3pCNOGBTi1WSmVSRy1WZVYxR1U/edit
pls hit thnxx broder :good:
bunty786 said:
install LEWA os (custom rom) best custom roms out there..! everythings works like charm.!
smooth/fast
download the smoothest version from here
https://docs.google.com/file/d/0B3pCNOGBTi1WSmVSRy1WZVYxR1U/edit
pls hit thnxx broder :good:
Click to expand...
Click to collapse
i installed that custom rom but i do not like that ! then i restore my backup and back to my orginal rom
but i see some thing good on that custom rom ! the status bar was good on that ! can i install only that status bar in my phone i the orginal rom ?
The_WarriorII said:
i installed that custom rom but i do not like that ! then i restore my backup and back to my orginal rom
but i see some thing good on that custom rom ! the status bar was good on that ! can i install only that status bar in my phone i the orginal rom ?
Click to expand...
Click to collapse
just dump ur rom and modify according to ur wish,.... or other method... just install xpoosed framework and just modify ur preinstalled status bar to any modified uh want :good:
hit thnx
dear bunty iam a beginner and i donot understand any think you sayd to me
can you tell what i should to do with xpoosed ? plz tell me step by step ,,tnx ^_^
cheers
The_WarriorII said:
dear bunty iam a beginner and i donot understand any think you sayd to me
can you tell what i should to do with xpoosed ? plz tell me step by step ,,tnx ^_^
Click to expand...
Click to collapse
Requirement:-
1.Custom REcovery (very imp)
2.make nandroid backup before doing anything
3.xposed framework.apk
4. li'l bit common knowledge
5.modules
In this thread, I'm presenting a framework which gives you the possibility to modify your ROM - without modifying any APK (developers) or flashing (users)!
Quote:
Quick guide what kind of posts is allowed in this thread and what is not allowed.
If you don't follow the rules, you might get notified (sometimes friendly, sometimes angrily) that you're doing it wrong, but your post might as well be ignored.
NO posts without reading at least the first two posts and searching the thread => I and other people have spent hundreds of hours developing and supporting Xposed, we expect at least this much of respect
NO support for any modules here => use the module's forum instead, don't even try to post here
NO questions whether there is a module for XYZ exists => check the builtin repository and this thread: http://forum.xda-developers.com/show....php?t=2327541
NO requests for new modules => check this thread if it has been requested before, otherwise ask nicely there: http://forum.xda-developers.com/show....php?t=2327541
NO, you don't get any support via PM either => for the points above, do as pointed out, for allowed things always post in this thread (unless you want to share logs with sensitive data)
YES, you can report bugs for the framework => make sure that you followed the instructions and can reproduce it without any active modules
YES, you can get support if you have issues with the Xposed Installer (e.g. you can't install the framework) => make sure you read the instructions and searched in the thread for similar problems
YES, I will support module developers with specific questions (e.g. how to hook a certain method) => you must have read the development tutorial and give as much context as needed to make it easy for me or others to answer (code always helps!)
YES, you can suggest new features for the API (as a module developer) or the Xposed Installer here => again, no requests about modules
For a quick start, have a look at XDA's "Android Basics 101" on Xposed: http://www.youtube.com/watch?v=uRR0Flqx9M8
Some technical details:
I extended the /system/bin/app_process executable to load a JAR file on startup. The classes of this file will sit in every process (including the one for system services) and can act with their powers. And even more: I have implemented something that allows developers to replace any method in any class (may it be in the framework, systemui or a custom app). This makes Xposed very powerful. You can change parameters for the method call, modify the return value or skip the call to the method completely - it's all up to you! Also replacing or adding resources is easy.
Advantages:
No need to modify any APKs. This means:
No need to decompile, change things in smali, compile, sign, ...
It will work for odexed and deodexed ROMs.
Your mod is not bound to a specific version of the ROM. Unless there is a major change in the methods called for a certain functionality, your mod will continue to work even when you upgrade your ROM. Hell, it will probably even work with different ROMs.
Multiple mods can be installed at the same time, even if they change the same package. So you can use these battery icons and those quick toggles. Even hooking the same method twice is possible. Of course, this only works properly if the mods are not trying to do incompatible things.
It does its magic at runtime. That means you can implement options to let the user decide if they prefer the bikeshed to be painted in red or blue. Or you can have some extra logic for certain ROMs without building different mod versions.
It can be disabled easily without having to reflash.
It's open source.
Download:
You can download the installer from http://dl.xposed.info/latest.apk. The attached disabler zip is only needed if you are in a boot loop.
An experimental version for Gingerbread made by liudongmiao can be found here: http://forum.xda-developers.com/show...4#post44034334 (no support from my side though)
How to install:
First step for everything you do: Create a nandroid backup and make sure you know how to restore it!
I'm not responsible for anything you do with your phone/tablet/rice cooker.
There is also the risk to soft-brick your device. In such a case, restoring a backup is the easiest way to get rid of it (other possibilities mentioned below).
For the framework:
Download the Xposed Installer APK and install it
Launch the Xposed Installer, go to the "Framework" section and click on "Install/Update"
In case you get a Segmentation Fault error, please install this additional app (not needed if the installation worked fine).
Reboot
Done!
You can verify this by starting the Xposed Installer again. If app_process jumped back to an older version (or none at all), you probably have a ROM with S-On or similar, which reverts any changes to /system after a reboot. Use installation via recovery in such cases.
For any modules you want to install:
Download <module>.apk and install it
Launch the Xposed Installer and go to the "Modules" section (you will also get there if you click on the notification warning you that the module is not enabled yet)
Enable the module by checking the checkbox
Reboot
Done!
(note that you can install the framework and enable/disable multiple modules at once and reboot afterwards)
In case you get into a boot loop:
First, try using the safemode by pressing any hardware key repeatedly. You can find a short explanation how it works here.
If that doesn't work, you can flash the attached Xposed-Disabler-Recovery.zip by Tungstwenty. It will be copied to your (external) SD card when you install Xposed as well. The only thing it does is copying /system/bin/app_process.orig back to /system/bin/app_process, which you can also do yourself (e.g. with adb shell in recovery mode).
Modules:
The official repository for Xposed modules, which can also be access from within the app itself (with download/update support), can be found at http://repo.xposed.info
You can also have a look at this index: http://forum.xda-developers.com/show....php?t=2327541
Please don't use this thread for problems with modules! Use the thread of the module instead.
How to write a module:
If you are an interested developer, give it a try. The development tutorial will help you get started. Further documentation (e.g. how to replace resources) is here. And of course, you can ask your development questions in this thread.
If you have suggestions for new functions the framework could provide (which means they should be useful for more than your module), you can do this here as well. However, requests that I or somewhen else should write a module for xyz are NOT allowed here. Again, this thread is only about the framework.
Changelog:
1.0: Initial version
1.1: ???
1.2: Installer
1.5: Resource replacing
1.6: Some fixes and improvements [629 downloads]
2.0 rc2: Lots of thing redone. Supports (temporarily) replacing native libraries, lots of additions and changes for developers. [3,234 downloads]
2.0: Removed the native library replacement again, support for 4.1 and 4.2, Instagram crash fixed, ... [631 downloads]
2.0.1: Fixed a crash when a module tries to hook a function with "long" or "double" parameters [930 downloads]
2.0.2: Fixed a problem which resulted in a boot loop [4,310 downloads]
2.1: Various improvements, e.g. earlier callbacks for module loading. For details, see this post. [345 downloads]
2.1.1: Fixed a bug in drawable replacements [5,421 downloads]
2.1.2: Small fixes, added Chinese and Russian translations [11,415 downloads]
2.1.3: Reverted a change in 2.1.2 that caused bootloops; new translations and some more fixes [46,803 downloads]
2.1.4: Support for Galaxy S4 and HTC One plus a few minor fixes/enhancements (details) [208,176 downloads]
2.2: Builtin updater/module downloader, extended UI, support for Android 4.3 and more (details) [241,267 downloads]
2.3: x86, Knox, MIUI support (experimental), context menu in modules list and more (details) [18,219 downloads]
2.3.1: "Segmentation fault" during installation fixed [679,333 downloads]
2.4: Support for Android 4.4, performance improvements, log viewer, active check (details) [101,613 downloads]
2.4.1: Fixed bootloop on some x86 ROMs [2,537,642 downloads]
2.5: Rewritten installation, safemode, more compatibility (details) [821,792 downloads]
2.5.1: Compatibility with new CM11 nightlies and LG G2 theming engine
Source code:
https://github.com/rovo89/Xposed (the C++ part)
https://github.com/rovo89/XposedBridge (the Java part)
https://github.com/rovo89/XposedInstaller (Installer app)
Thanks to:
Tungstwenty for his many contributions, both in code and thoughts
XDA admins, news writers and supporters for making Xposed known to so many people
All those volunteers who help answering questions about Xposed
The people who donated to get me a Nexus 5 for earlier KitKat support
Translators:
[ar] Arabic: aljohanei
[az] Azerbaijani: hero355
[bg] Bulgarian: Stefan Stefanov
[ca] Catalan: Albert Samaniego, David Vaz Guijarro
[cs] Czech: Aleš Berka, Petr Reznícek
[de] German: rovo89, Nils Wasser
[el] Greek: Theodore Keloglou
[es] Spanish: David Vaz Guijarro
[fr] French: tonymanou
[gl] Galician: David Vaz Guijarro
[hu] Hungarian: Adam77Root
[id] Indonesian: AngSanley
[it] Italian: Vincenzo Cerminara
[iw] Hebrew: DubelBoom
[ja] Japanese: Noumi Ryoko
[ko] Korean: marbulas
[ms] Malay: Abe Atok
[nb] Norwegian Bokmål: rosaage
[nl] Dutch: Gert-Jan Anema, Leonard Simonse, Martin Coulon
[pl] Polish: czeci
[pt-rBR] Portuguese (Brazil): Marcio Andrade
[ro] Romanian: razorsbk
[ru] Russian: michfood
[sk] Slovak: pyler
[sr] Serbian: maleksa
[sv] Swedish: Fredrik Lundberg
[tr] Turkish: TheNorth34
[vi] Vietnamese: alienyd
[zh-rCN] Chinese (China): Cye3s, liveasx, Yeechan Lu
[zh-rTW] Chinese (Taiwan): Cye3s
THe guide is of @rovo89
so all credits goes to him
SImple just download the xposed framework.apk
install it like regular one..!
and then go to the "Framework" section and click on "Install/Update"
then select reboot and if ur phone gets rebooted and the home screen comes
then congrats u've successfully installed the xposed framework...!
if any case u get boot loop..! ! then just goto ur custom recovery(imp) and select install and select the disabler xposed .zip and flash it..! ur boot loop issue will be solved download this disabler xposed (IMP)and put it in ur sd/internal (anywhere) ( http://forum.xda-developers.com/attachment.php?attachmentid=2568891&d=1391958634)
PLEASE HIT THANKS PLEASE
oh really thank you but i mean was how can in change my status bar to some thing like samsung status bar ,, pls tell me this with step bye step
i now what is xpoosed,,i no how can i work with that but i do not now how can i work with xblash or another xpoosedapps to change my status bar and change that to some thing like samsung status bar !
so this is my problem ( choose what option on Xblast or another xpoosedapss to change my status bar to some thing like samsung status bar ! )
my Nokia s rooted, stock rom
now, who can show me how to change answer call screen, plz

[Q] Call recording without additional app ?

Hi
I was using Wanam for some time. Now I would like to use only one function - Call recording. Is there any way to activate it on Samsung Galaxy Note 2 Android 4.3 Stock Rom, without instaling Wanam and framework ? Of course I got Root access.
I want to keep my system as clean as possible. Without any additional apps. Anyone know how this Wanam app do the trick ? I was trying to do some changes in other.xml file - no result. I was trying to replace SecPhone.apk - no result (maybe I was trying with wrong version). I think Wanam is doing some changes in files, but I dont know what exactly is changed....

[MOD] Touchwizz for Nexus 7 - Android 4.4.X and up !

Welcome to my little contribution to the (almost) most supported device on the forum.
Since MrMad.de's add-on doesn't work on KitKat, I manage to get a working Touchiz Launcher on Nexus 7 and decided to share.
It's NOT my work, I found this Launcher here on XDA long time ago, but I forgot the Developer name
- What you need:
- A Nexus 7 with Android 4.4.4
- Root
- xposed installer
- XTheme Engine (optional)
- 10 Minutes of your life
- Features:
- 5x5 Touchwiz Launher
- Note 8.0 Wallpapers
- Samsung Theme (XTheme or TMo Theme Chooser)
- AccuWeather Widget
- Installation:
1) Download the archive here (MediaFire, 36MB)
2) Go to Multirom recovery
3) Install, and choose the Zip.
4) Reboot and Enjoy.
- Mods:
* To get the 5x5 Launcher, grab xposed installer here here
Install framework and optionally reboot. Go to Download Tab and search fot 5x5 Touchwiz Launcher, download and install. Active the module and reboot.
* To make Touchwiz fit on your N7 Screen, change your DPI to 280 in build.prop or via this command
Code:
wm density 280
(to go back, use this
Code:
wm density reset
). Reboot/SoftReboot after the modifications.
If you don't want to use 280 as DPI, go grab Xposed Apps Settings here
Install it, Launch it, Change the following apps DPI to 280.
- SecLauncher2 (Touchwizz Launcher)
- AccuWeatherWidget
- AccuWeatherDaemon
- AccuWeatherMain
Reboot (or just SoftReboot).
* To get Touchwizz Them, Install XTheme Engine and Touchwizz 5 Free Theme for XTheme. Apply it, Reboot and see the magic !
* To get the Tabbed Settings, Install a XPosed Module called "Tabbed Settings"
- Screenshots:
- That's all....
i have to say good job
USBhost said:
i have to say good job
Click to expand...
Click to collapse
Thank you...For your interest
tries to flash and install this on lolipop and seems it does not work.. .. Thanks anyways
It says this needs xposed, and xposed isnt working on 5.0 yet.
smartjais said:
tries to flash and install this on lolipop and seems it does not work.. .. Thanks anyways
Click to expand...
Click to collapse
You need Xposed for this to work.
And the Apps may simply not work on LP sorry
Thought I would drop by and let ya know & give ya a big THANKS for this. I have been looking for something different and this worked great on my nabi2 but still needs some tweaking. I know they share a lot of hardware and system files so I took a shot. Also I am running our latest update, 4.4.2 KK. :good:
So...?
DarkAngel said:
Thought I would drop by and let ya know & give ya a big THANKS for this. I have been looking for something different and this worked great on my nabi2 but still needs some tweaking. I know they share a lot of hardware and system files so I took a shot. Also I am running our latest update, 4.4.2 KK. :good:
Click to expand...
Click to collapse
So...
Is it working for you ?
Nonta72 said:
So...
Is it working for you ?
Click to expand...
Click to collapse
Sorry if I wasn't clear. Yes it is working for me. I just need to play around with DPI setting. The ones stated above will not work for me. Then I will decompile the actual Launcher App and play around with the smali and values and see about adding features to it if possible...... for me of course. I'll share it after asking for permission though.
:good:
Oh I was not able to find the " Tabbed Settings " Xposed Module anywhere. Is it under a different name?
DarkAngel said:
Sorry if I wasn't clear. Yes it is working for me. I just need to play around with DPI setting. The ones stated above will not work for me. Then I will decompile the actual Launcher App and play around with the smali and values and see about adding features to it if possible...... for me of course. I'll share it after asking for permission though.
:good:
Click to expand...
Click to collapse
You have got my permision
Oh I was not able to find the " Tabbed Settings " Xposed Module anywhere. Is it under a different name?
Click to expand...
Click to collapse
Let me see if I can fin it again

[Flashable Zip]Huge UI mod for stock apps for Jellybean (G3 style)

This mod will change default apps UI to look like G3:
Contact, Phone, Setting, Lockscreen, Home, Message, Camera
Little icon change for:
Internet, videos, calculator, gallery
How to:
1. You must have a file manager for editing Example.apk, X-PLORE file manager is always highly recommended:
2. Download zip from attachments, open mod & copy(replace) "res" folder in Example.apk.
3. Replace your new Example.apk with the original one in system/app.
4. You MUST always Restart your phone to get the right result! Possible Force closes before restart are normal
Done! Enjoy!
Flashable zip is here!please reply the result
----------editing apk files with X-plore file manager:
hold on an apk file & select "open as archive" & then you can modify APKs easily
----------how this mod works?
this mod will replace only some pictures in Example.apk
If you don't like a change, easily delete its picture from mod folder & copy pics again to the original copy of Example.apk.
!! remember to have the original STOCK APK files somewhere safe !!
I suggest to copy the system/"app" folder somewhere safe
If you want to have changeable status bar & navbar colors same as action bar(flat style like my screenshot, you can use FlatStyleColoredBars! Even on 4.1 like myself. All the credits goes to ibocharov, that's a great module & worthy to buy the pro if you like!
BUT IT'S ONLY FOR 4.3+! BUT NO PROBLEM, install Xinstaller Xposed module & disable checking sdk version & it will be installed & will work on 4.1 jellybean perfect!
NOTE: use the 0.63 or lower versions of flatstylecoloredbars on jellybean, the newer versions cause serious force closes! If you've already faced the problem, use Xposed recovery mode:
Restart the phone,once you see boot animation, press volume down four times or more!
That's how I solve the problem on my (locked bootloader-no custom recovery) device!
The 0.63 version that I'm already using it, is perfect for jellybean,I've attached it(edited,works with 4.1 without other modules )
If you want to have G3 style notification bar & lollipop Navigation bar on your Optimus G like the screenshot, here is the place:
http://forum.xda-developers.com/opt...notification-lollipop-navbar-optimus-t3034589
can you make a flashable zip bro?
cesarguaro said:
can you make a flashable zip bro?
Click to expand...
Click to collapse
The problem is my phone is not unlocked & I don't know how to make flashable zip!
But I make you sure even by deleting the apps above, phone will boot normally(tested) & you can replace or copy your original apps, they will be restored FOR SURE.
Also that's not that much hard to modify them! At most 10 minutes for all of them!
Heeeeey. Thanks for the mods my compatriot We have a good community here: http://forum.mobilestan.net/forumdisplay.php?f=3380
join us
akahroba said:
Heeeeey. Thanks for the mods my compatriot We have a good community here: http://forum.mobilestan.net/forumdisplay.php?f=3380
join us
Click to expand...
Click to collapse
Hey, your welcome, but I think it has been a misunderstanding bro!
Which kind of language is that site?
M.M.K said:
I think there must be some misunderstanding bro!
Which kind of language is that site?
Click to expand...
Click to collapse
Persian. Well, maybe your tester was an Iranian. The screen shot from contacts was my clue.

[Q] can we enable guest mode now??

is it possible to enable guest mode on galaxy s6 edge now with out updating to 5.1.1??? if so how??
lrmdaddy said:
is it possible to enable guest mode on galaxy s6 edge now with out updating to 5.1.1??? if so how??
Click to expand...
Click to collapse
sadly Samsung wast supporting the feature until the the 5.1.1 update
Enable Multi-User on Lollipop Manually
I am on lollipop 5.02 and you just have to enable Multi-User on Lollipop Manually
I followed this and have multi user, just make sure the codes are in lowercase letters and no spaces
Enabling Multi-User on Lollipop Manually
This guide will enable multiuser support on Android One devices running Lollipop which is hidden by default.
Requirements:
1) Rooted device
2) Any text editor
Steps:
1) Browse to root directory and then to /system/build.prop and open in text editor.
2) Add the following 2 lines of code at the bottom of the file and save.
CODES
fw.show_multiuserui=1
fw.max_users=5
3) Reboot and start adding new users or guest users.
Note:
1) Every time on adding a new user phone will soft boot.
2) A new menu option "Users" will appear in the settings menu as well to configure user accounts etc.
3) You can click the top right corner of your screen, i.e. on the profile photo to quickly toggle users.
good luck
Yes, it appears that Samsung is also enabling the ability to create guest accounts on the Galaxy S6 Edge. :good:
Dajaka2013 said:
I am on lollipop 5.02 and you just have to enable Multi-User on Lollipop Manually
I followed this and have multi user, just make sure the codes are in lowercase letters and no spaces
Enabling Multi-User on Lollipop Manually
This guide will enable multiuser support on Android One devices running Lollipop which is hidden by default.
Requirements:
1) Rooted device
2) Any text editor
Steps:
1) Browse to root directory and then to /system/build.prop and open in text editor.
2) Add the following 2 lines of code at the bottom of the file and save.
CODES
fw.show_multiuserui=1
fw.max_users=5
3) Reboot and start adding new users or guest users.
Note:
1) Every time on adding a new user phone will soft boot.
2) A new menu option "Users" will appear in the settings menu as well to configure user accounts etc.
3) You can click the top right corner of your screen, i.e. on the profile photo to quickly toggle users.
good luck
Click to expand...
Click to collapse
just a quick question.. after enabling and setting up user accounts, do u also lose some quick setting toggles??
yes at least in my case I missed the screen rotation toggles and Sometimes when I change from administrator to a different user my mobile data connection is lost, i just have to enable again with a toggle, is a small price to pay for having multi-user while we wait for the new update 5.1.1
Dajaka2013 said:
I am on lollipop 5.02 and you just have to enable Multi-User on Lollipop Manually
I followed this and have multi user, just make sure the codes are in lowercase letters and no spaces
Enabling Multi-User on Lollipop Manually
This guide will enable multiuser support on Android One devices running Lollipop which is hidden by default.
Requirements:
1) Rooted device
2) Any text editor
Steps:
1) Browse to root directory and then to /system/build.prop and open in text editor.
2) Add the following 2 lines of code at the bottom of the file and save.
CODES
fw.show_multiuserui=1
fw.max_users=5
3) Reboot and start adding new users or guest users.
Note:
1) Every time on adding a new user phone will soft boot.
2) A new menu option "Users" will appear in the settings menu as well to configure user accounts etc.
3) You can click the top right corner of your screen, i.e. on the profile photo to quickly toggle users.
good luck
Click to expand...
Click to collapse
Hello friend! Sorry to bother you after a long time since you posted this comment! But I'm very desperate because I'm using a new rom on my Note 4, it's the sixperience port to Note 5!I enabled multi users but when I try to set up a new user or switch to guest mode the device soft boot as you wrote here in your comment! Could please help or give me a clue? I'm not lazy, I'm just looking for a way to start to try to fix this! Sorry about the english! Thanks in advance!
try to be sure you have all the dots and stripes down each line. in multiuserui also make sure is equal to 5 and users equal to 1
No theme option in user mode.
While the editing of the build.prop file works great to get multi user available.
I cannot find any way of changing the theme while on another user.
Anyone know a way?
Ps: this is my first post. Thanks to all the custom rom devs who made my Android experience easier!

Categories

Resources