Spiffy Hacks

Full Version: Apps Ordering
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After loading games and e-books onto my son's Innotab, I was a little turned off by the order they were showing up from the menu. I looked into it a bit and found out how the ordering works.

All apps seem to be ordered based on the pKey field from their specific database table (Games_info, Books_info...) but it is in DESCENDING order. Therefore, any new game will be at the top of the list.

There isn't really much rhyme or reason for this thread, just a FYI if anyone is wondering. Smile
yea, the pKey is also the primary key field so in order to re-order them, it would have to be truncated and started again from the beginning. They should have had an 'order' field.
I assumed the apps would be ordered alphabetically when I started modding the Innotab. It would have been nice to have to have the ability to change it based on name, or date added or whatever.