How to change the priority of application order in xmb so that some application would be over Sing Star, what parameters in SFO? Something like Priority ON for PSP Launcher just gave away another application with priority over sing star.
There are several ways to change the position of icons in XMB category vertical bars
The basic one is with the ITEM_PRIORITY inside the PARAM.SFO file of the game/app
ITEM_PRIORITY allows for any value in between 0x00000000 up to 0xFFFFFFFF (and biggest values goes most at top)
The singstar app is "hardcoded" in the explore_category_game.xml (or a name like that), there is an entry for it where appears his TITLE_ID (something like NPUS12345), you can delete that entry from the .xml to get rid of it definitivelly
In that .xml files there is another (optional) attribute that tells the position (and uses weird values such -40) but this is not well documented and doesnt applyes to "installed content"... im mentioning it just for completion
The singstar app is "hardcoded" in the explore_category_game.xml (or a name like that), there is an entry for it where appears his TITLE_ID (something like NPUS12345), you can delete that entry from the .xml to get rid of it definitivelly
I know I was playing with the priority change I saw on how it works in the PSP launcher Piority On and irisman. I checked their parameters because these applications are just above the singstar and do not mix into groups assigned to static. I would like to set File Menager permanent I have already written to Zar for advice.
There are several ways to change the position of icons in XMB category vertical bars
The basic one is with the ITEM_PRIORITY inside the PARAM.SFO file of the game/app
ITEM_PRIORITY allows for any value in between 0x00000000 up to 0xFFFFFFFF (and biggest values goes most at top)
How exactly can i do that?