So the 1.10 pkg with title id NPIA00007 is a beta by the looks of it, and it installs to the game category.
View attachment 46439
It says expired and wont boot.
View attachment 46440
Possibly rolling back RTC real time clock to when it was valid might allow that Beta to boot. Or maybe the date can be edited somewhere, not sure, I didn't spend much time on it as its only a beta, not a dev version.
========================================================================================
Then I decided to take a quick look at v.121 (spoofed it to 1.22 to block the update)
Next there is an interesting file property.xml that has some important settings you will want to play with. Edit the ssl verification to disable, and all the urls to http something like this.
View attachment 46441
What I did here next was change the domain to my LAN IP, then add.php to all those non file links, then I made simple php that logs the requests. I'm running these phps via xampp locally on my LAN. I shortened the urls a little too so folders are not so deep. Makes it easier to see whats going on if everything is in one folder.
View attachment 46453
So the first thing it seems to contact is the aas_url with query param ?cmd=challenge. This is the first thing to figure out. It just keeps repeating this over and over. It seems obvious to assume it is going to use/need the aas_authkey1 soon too (I have edited it to "test" for my last test).
View attachment 46447
I attached these files here that I used, its a very basic start to help log the requests. The xmls are simply a copy of the default_channel_list.xml from inside the pkg, should work ok.
View attachment 46455
If I get time I will look a bit more. Ideally need to try all the older versions too and see how they are different.