Thread Closed 
Team AoP's source code to their wonderful custom firmware
Author Message
ZiNgA BuRgA
Smart Alternative

Posts: 17,022.2988
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1274
Offline
Post: #1
Team AoP's source code to their wonderful custom firmware
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:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#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
(This post was last modified: 11/10/2007 08:34 PM by ZiNgA BuRgA.)
11/10/2007 08:32 PM
Visit this user's website Find all posts by this user
diego
poof

Posts: 7,826.1659
Threads: 264
Joined: 22nd Jun 2007
Reputation: 1.80067
E-Pigs: 37.4012
Offline
Post: #2
RE: Team AoP's source code to their wonderful custom firmware
lol

[Image: cce6aa9e-c40c-4ae7-aebe-d7780d6fc009.gif]
11/10/2007 08:35 PM
Find all posts by this user
matchung
Turok Makto

Posts: 1,744.2413
Threads: 180
Joined: 5th Mar 2007
Reputation: -1.62846
E-Pigs: 162.3154
Offline
Post: #3
RE: Team AoP's source code to their wonderful custom firmware
wonder team!... don't know how to code/build a prx.....
11/10/2007 09:03 PM
Visit this user's website Find all posts by this user
YoYoBallz
L4YoY0s

Posts: 6,057.4567
Threads: 644
Joined: 3rd Mar 2007
Reputation: 15.01961
E-Pigs: 13327.7533
Offline
Post: #4
RE: Team AoP's source code to their wonderful custom firmware
yeah i seen this, what a fail they are.

<Myth0s> i love boys
-------------------------------------------------------------------
I Go To Earth When Mars Is Boring.
-------------------------------------------------------------------
¿ʞɔпɟ əɥʇ ʇɐɥʍ I was first EPerson to have upside down title.
-------------------------------------------------------------------
11/10/2007 09:05 PM
Find all posts by this user
diego
poof

Posts: 7,826.1659
Threads: 264
Joined: 22nd Jun 2007
Reputation: 1.80067
E-Pigs: 37.4012
Offline
Post: #5
RE: Team AoP's source code to their wonderful custom firmware
they phail hard!

[Image: cce6aa9e-c40c-4ae7-aebe-d7780d6fc009.gif]
11/10/2007 09:17 PM
Find all posts by this user
ZiNgA BuRgA
Smart Alternative

Posts: 17,022.2988
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1274
Offline
Post: #6
RE: Team AoP's source code to their wonderful custom firmware
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...
(This post was last modified: 11/10/2007 11:42 PM by ZiNgA BuRgA.)
11/10/2007 11:41 PM
Visit this user's website Find all posts by this user
diego
poof

Posts: 7,826.1659
Threads: 264
Joined: 22nd Jun 2007
Reputation: 1.80067
E-Pigs: 37.4012
Offline
Post: #7
RE: Team AoP's source code to their wonderful custom firmware
LOL

[Image: cce6aa9e-c40c-4ae7-aebe-d7780d6fc009.gif]
11/10/2007 11:47 PM
Find all posts by this user
u_c_taker
hacks=drama

Posts: 3,185.2011
Threads: 102
Joined: 29th Jan 2007
Reputation: -1.03084
E-Pigs: 36.7855
Offline
Post: #8
RE: Team AoP's source code to their wonderful custom firmware
lol

12/10/2007 10:28 AM
Find all posts by this user
Vegetano1
$urf

Posts: 9,083.2507
Threads: 397
Joined: 2nd Mar 2007
Reputation: 6.06988
E-Pigs: 2756.6280
Offline
Post: #9
RE: Team AoP's source code to their wonderful custom firmware
Wo is this for real,.!?!


Make loads of $$!! it wurks!!
[Image: csbanner_anim_03.gif]
Signed Homebrew by bsanehi & OMightyBuggy
http://endlessparadigm.com/forum/showthr...?tid=25707
Spoiler for My miniBlog:
12/10/2007 10:34 AM
Visit this user's website Find all posts by this user
gsmoke
Noob

Posts: 2,184.2572
Threads: 103
Joined: 14th Apr 2007
Reputation: 1.65351
E-Pigs: 36.9914
Offline
Post: #10
RE: Team AoP's source code to their wonderful custom firmware
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

“Fear not for the future, weep not for the past.”
(This post was last modified: 12/10/2007 12:16 PM by gsmoke.)
12/10/2007 10:41 AM
Find all posts by this user
Thread Closed 


Forum Jump:


User(s) browsing this thread: 2 Guest(s)

 Quick Theme: