Profile Selector: Difference between revisions

No edit summary
Line 15: Line 15:
|}
|}


== UserSelectionConfig ==
== UiSettings ==
 
This has size 0xA0 (0x98 with [1.0.0]) and seems to only affect the UI display. Typical value is all zero with byte 0x96 equal to 0x01.
This has size 0xA0 (0x98 with [1.0.0]) and seems to only affect the UI display. Typical value is all zero with byte 0x96 equal to 0x01.
Setting the first byte to 1 will make the applet display in order to create a new user.
Setting the first byte to 1 will make the applet display in order to create a new user.
"starter" sets the first byte to 5 in order to display initial user setup.
"starter" sets the first byte to 5 in order to display initial user setup.
With [2.0.0+] sdknso ShowUserSelectorForSystem now has an additional input param UserSelectionSettingsForSystemService: u8 +4 is copied to UiSettings+0x96, and u32 +0 is copied to UiSettings+0xA0.


== Result ==  
== Result ==