Endless Paradigm

Full Version: Team AoP's source code to their wonderful custom firmware
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
nephron  Wrote:Ok, so me and a friend created a simple code to download a file and create the folder UPDATE as a prx. Wee just don't know how to compile it or if there are any errors. I was wondering if someone can help me convert this to a prx.

Code:
#include <pspkernel.h>
#include <pspctrl.h>
#include <stdio.h>
#include <string.h>
#include <pspmodulemgr.h>

PSP_MODULE_INFO("Test PRX", 0x1000, 1, 1);

int main(int argc, char **argv)
{
	SceCtrlData pad;
	while(1)
	{
		sceCtrlPeekBufferPositive(&pad, 1);
		if(pad.Buttons & PSP_CTRL_RTRIGGER)
		{
			if(pad.Buttons & PSP_CTRL_TRIANGLE)
			{
				static void Main(string "MS0:\PSP\GAME\UPDATE" args)
{
   FileDownloader downloader = new FileDownloader();

  
   downloader.DownloadComplete +=
     new EventHandler(downloader_DownloadedComplete);

  
   downloader.ProgressChanged +=
     new DownloadProgressHandler(downloader_ProgressChanged);

  
   downloader.Download(""www.teamaop.pcriot.com/", " +
     "?Updates/EBOOT.PBP");
}

static void downloader_ProgressChanged(object sender, DownloadEventArgs e)
{
   
   Console.WriteLine("Progress " + e.PercentDone);
}

static void downloader_DownloadedComplete(object sender, EventArgs e)
{
   Console.WriteLine("Download complete.");
}
			}
		}
	sceKernelDelayThread(1000);
	}
	return 0;
}

/* Exported function returns the address of module_info */
void* getModuleInfo(void)
{
	return (void *) &module_info;
}

That's the code. Is there anything wrong with it?

- Source: [Maxconsole]

Okay, I probably shouldn't be criticizing people, but I couldn't help it...  
I've seen some very n00by posts around, but the fact that this guy managed to mix what appears to be random samples of C code with Java code and make up some other junk was just too funny... :P
lol
wonder team!... don't know how to code/build a prx.....
yeah i seen this, what a fail they are.
they phail hard!
Lol @ this: http://pspupdates.qj.net/Team-AoP-contro...aid/104792

QJ Wrote:Of course, wee can't confirm that the posters quoted are in fact Team AoP, or someone merely posing as them - so wee'll leave you to decide just what's going on, until Team AoP resurfaces.
Oh just stop it QJ.  You know you screwed up your previous post.  Don't try to cover it by mentioning the possibility of a fake.  Like seriously, you never thought about the possibility of a fake when you made the initial post about AoP, didn't you?

Or perhaps, by posting this, you manage to up your post count again...
LOL
lol
Wo is this for real,.!?!
Never trusted them from the start of this,when i saw their first post(someone posted it on spanish forum) i was like double you tee eff,another test30...when you re about to do something ,DO IT,donnt say im gonna do this im gonna do that.Well myself i did it much time, i enter in some project not even knowing what im in, well after that i had to brake my word , something i hate do,well i guess i learn my leeson.Now back on AoP what was you expecting from them to do...When the CFW was anounced ,,sexy XMB,, O.o ,what more can i say.Week later they break their ,,project,, HAh , what a lose for the comunity....just joke

When M33 start what wee knew , i don't remember verry well,they didnt say much, only comes out with the CFW,then a lot of people say ,,can wee trust them,, since first release M33 was on my PSP,maybecuz they was russian i guess, russians are my people.

Ohh i forgot M33=DAX   ;p
Pages: 1 2
Reference URL's