Seems like they're on the way ...Which is why a workaround needs to be figured out or created![]()
http://forum.xda-developers.com/showthread.php?t=2018146
Seems like they're on the way ...Which is why a workaround needs to be figured out or created![]()
I just tried on my Epic 4G, and this definitely worked! Will be adding to OP. Thanks!FYI, since I stumbled across this looking for 4.2 and it came up because *not 4.2* is in the title, in case it's not here - 4.2 how to (possibly depending on build)
adb shell
su
pm get-max-users (should show 1)
setprop fw.max_users (some number above 2, I chose 7)
pm create-user someusername here
repeat the create-user as wanted.
That popped up a "Users" tab for me after creating 1 that allowed me to create more.
Your mileage may vary, and I did this on a different device so I may just be useless![]()
For those who doesn't to worry to do it wrong I've coded a app of this procedure.FYI, since I stumbled across this looking for 4.2 and it came up because *not 4.2* is in the title, in case it's not here - 4.2 how to (possibly depending on build)
adb shell
su
pm get-max-users (should show 1)
setprop fw.max_users (some number above 2, I chose 7)
pm create-user someusername here
repeat the create-user as wanted.
That popped up a "Users" tab for me after creating 1 that allowed me to create more.
Your mileage may vary, and I did this on a different device so I may just be useless![]()
Hello,For those who doesn't to worry to do it wrong I've coded a app of this procedure.
Link: http://forum.xda-developers.com/showthread.php?t=2187934
See you!
Sent from my GT-I9000 using Tapatalk 2
Have you tried to long press user and switch?Hello,
I installed your app on my Galaxy S I9000 with cm10.1m2 and after performing the procedures and install the User Manager, the situation is this:
-in the options menu is output the tab USERS
-I can create new users and tapping them, I can configure them after a reboot
but ...
when I am the second user I can not in any way back to the primary user (nothing appears in the menu power), the only way is to restart the device to return to being the primary and is no longer available the tab users. I then run the wizard again to see the Users tab from which, however, I can only delete guest users and nothing else.
User Manager creates new users and guests enough but does not display them, let alone manage them.
All this means that this is useless for me, or I'm wrong something?
any help is appreciated
I have solved the problem it's only a tick in a power menu optionsHave you tried to long press user and switch?
If not I'll stop referring to um and recreating the terminal in my app!
See you!
Sent from my GT-I9000 using Tapatalk 2
Strange, today (if I have time) I'll try to push an update with the ability to create and switch between users!I have tried without success, when I long press in a guest user a pop up says me "only the primary user can modify..." and in a primary user nothing can do apart delete users![]()
Inviato dal mio GT-I9000 con Tapatalk 2
Edit:Strange, today (if I have time) I'll try to push an update with the ability to create and switch between users!
See you and thanks!
Sent from my GT-I9000 using Tapatalk 2
Don't worry! But I'll also improve my app with some newer functions!Edit:
I have modified my post too slowly when I has the illuminated idea
Inviato dal mio GT-I9000 con Tapatalk 2
Added the link to your app in the OP. Thanks for your contribution to the communityDon't worry! But I'll also improve my app with some newer functions!
Thanks, but remember it's not a Google supported feature but I'll continue working on it!Added the link to your app in the OP. Thanks for your contribution to the community
Sent from my SPH-L710 using Tapatalk 2
#!system/bin/sh
setprop fw.max_users 5
su
chmod 755 /storage/emulated/0/users.sh
Hello @SferaDev, any update on your app bro??Don't worry! But I'll also improve my app with some newer functions!
In theory (works on CM10.1) after reboot appears the users menu in settings and works 100%.
After running the app in the setting you can create a new user (because the app proposals to manage the users not working for me), but to switch you must to enable the option in power menu option and manage the users with power button, this is the only way that i have found, also when i reboot my phone the settings to create/delete users disappears and to have it again i have to run again the application.I have solved the problem it's only a tick in a power menu options![]()
Inviato dal mio GT-I9000 con Tapatalk 2