I've tried to enable the multi user function on my Sony Xperia T with CyanogenMod 10.2, but every time I try to create a new user I get the following error in Logcat:
How can I solve this error?
Edit: I found a solution for this problem. Some of my apps where not installed properly, so the error occured in Settings.java while copying the app data to the new User. I just reinstalled the apps and then it worked.
Code:
08-28 13:11:12.234: E/AndroidRuntime(6717): FATAL EXCEPTION: Thread-570
08-28 13:11:12.234: E/AndroidRuntime(6717): java.lang.NullPointerException
08-28 13:11:12.234: E/AndroidRuntime(6717): at android.os.Parcel.readException(Parcel.java:1437)
08-28 13:11:12.234: E/AndroidRuntime(6717): at android.os.Parcel.readException(Parcel.java:1385)
08-28 13:11:12.234: E/AndroidRuntime(6717): at android.os.IUserManager$Stub$Proxy.createUser(IUserManager.java:311)
08-28 13:11:12.234: E/AndroidRuntime(6717): at android.os.UserManager.createUser(UserManager.java:386)
08-28 13:11:12.234: E/AndroidRuntime(6717): at com.android.settings.users.UserSettings.createTrustedUser(UserSettings.java:365)
08-28 13:11:12.234: E/AndroidRuntime(6717): at com.android.settings.users.UserSettings.access$1700(UserSettings.java:74)
08-28 13:11:12.234: E/AndroidRuntime(6717): at com.android.settings.users.UserSettings$11.run(UserSettings.java:578)
08-28 13:11:12.234: W/ActivityManager(636): Force finishing activity com.android.settings/.SubSettings
Edit: I found a solution for this problem. Some of my apps where not installed properly, so the error occured in Settings.java while copying the app data to the new User. I just reinstalled the apps and then it worked.
Last edited:




