No results found

Always create user - Xposed Module Repository

Always Create User

Xposed Module Android Version GitHub issues

An Xposed Framework module that bypasses Android’s user/profile creation limits

Features

  • Bypass common profile creation errors
  • Support Android 4.2 through Android 14+
  • Compatible with popular profile apps (Island, Shelter, etc.)

Common Errors Resolved

  • “Cannot add more profiles of type android.os.usertype.profile.(MANAGED | CLONE | PRIVATE) for user 0”
  • “Maximum user limit is reached”
  • “Cannot add more managed profiles for user”
  • “Error: couldn’t create User”

Compatibility Overview

Android Version Supported Methods
14+ isCreationOverrideEnabled
11-13 canAddMoreProfilesToUser
7-13 isUserLimitReached
6-10 canAddMoreManagedProfiles
4.2-6 isUserLimitReachedLocked

Screenshot

Island Thanox

How to Setup for Island

Open Terminal and Follow the Procedure

  1. pm create-user --profileOf 0 --managed Island

If succeed, you will be prompted with the ID of newly created user (usually 10 or above). Remember it and replace the in following commands with this ID.

  1. pm install-existing --user <user id> com.oasisfeng.island

  2. dpm set-profile-owner --user <user id> com.oasisfeng.island/.IslandDeviceAdminReceiver

If you get error message java.lang.SecurityException: Neither user 2000 nor current process has android.permission.MANAGE_DEVICE_ADMIN, please review the MIUI-specific Preparation”.

  1. am start-user <user id>

If all goes well, Island will show the app list. For more Users/Profiles , Follow the same procedure again…

Thanks

Package

io.github.icepony.alwayscreateuser

Authors

ice

Releases

v1.5: Fix canAddMoreProfilesToUser hook

Release Type: Stable

1/28/2025, 2:44:07 PM

View all releases

Releases

v1.5: Fix canAddMoreProfilesToUser hook

Release Type: Stable

1/28/2025, 2:44:07 PM

Tested successfully on Android 13

v1.5_Android_13

Show older versions

© 2021 - 2025 New Xposed Module Repository