Always create user
An Xposed Framework module that bypasses Android's user/profile creation limits
Features
- Bypass common profile creation errors
Cannot add more profiles of type android.os.usertype.profile.(MANAGED | CLONE | PRIVATE) for user 0Maximum user limit is reachedCannot add more managed profiles for userError: couldn't create User
- Support Android 4.2 through Android 14+
- Compatible with popular profile manager apps (Island, Shelter, etc.)
Compatibility Overview
The module hooks methods within
com.android.server.power.batterysaver.BatterySaverStateMachine
| Android Version | Hook Methods List |
|---|---|
| 14+ | isCreationOverrideEnabled |
| 11-13 | canAddMoreProfilesToUser |
| 7-13 | isUserLimitReached |
| 6-10 | canAddMoreManagedProfiles |
| 4.2-6 | isUserLimitReachedLocked |
Screenshot
| Island | Thanox |
|---|---|
![]() |
![]() |
How to Setup for Island
Check Out My Other Project!
- AlwaysBatterySaver: An Xposed module that prevents Android from automatically disabling Battery Saver mode when the device is charging.
Thanks
- Xposed Framework Developers
- CorePatch (Inspiration for hook structure)
- LLMs (Gemini, DeepSeek, ChatGPT) for assistance.




