Search found 88 matches

by Question_dev
Thu Jun 19, 2008 11:16 pm
Forum: PSP Development
Topic: Bootstrap
Replies: 28
Views: 8419

I have to say this before i'll ingore you : 30 000 lines of code ? Wow thats for noobs. : JUST AN EXAMPLE You can do this 10 times, (10 lines of code) : printf("a"); or you can use a 'for' loop (3 lines of code) So, i think u should pick the 1th 'cause you are a noob. So it's very normal f...
by Question_dev
Thu Jun 19, 2008 11:04 pm
Forum: PSP Development
Topic: Bootstrap
Replies: 28
Views: 8419

U reported me, ok cool. Everyone can do compo. I can get hundreds of betatesters. I can speak english, but i try to speak like babies do, so you can understand it I'll ingore you from now on. I can't see your posts anymore. You can only type useless text, so useless as your "shell" (btw, w...
by Question_dev
Thu Jun 19, 2008 10:11 pm
Forum: PSP Development
Topic: Bootstrap
Replies: 28
Views: 8419

Go weep a bit. "Oh, i go ask the admin to ban you," omg. Who likes ur shell? Ur mum and dad? Oh, wauw! Congrats! And no, i'm not pissed off because you said cyaa, omfg. Cya, (noo, not to u pn, don't thnk u got a friend) (jean didn't said that because he's with you, . . but he said that 'ca...
by Question_dev
Thu Jun 19, 2008 9:57 pm
Forum: PSP Development
Topic: Calculate total time with min and sec.
Replies: 10
Views: 4137

IMG !! try again ... the answer was given before by Insert_witty_name just a "if (startmin <endmin)" to add I tried it and it doesn't work. If u looked better, u should see the code is wrong. @jean: I think you didn't understand my post. But its ok, i also found the solution, 1 min after ...
by Question_dev
Thu Jun 19, 2008 9:44 pm
Forum: PSP Development
Topic: Bootstrap
Replies: 28
Views: 8419

lol, you are insulting yourself. .
You typed "don't ask noob questions. . "

But, you are doing it by yourself. .

Strange. .

Cyaa. . NOT
by Question_dev
Thu Jun 19, 2008 9:39 pm
Forum: PSP Development
Topic: Bootstrap
Replies: 28
Views: 8419

1. dont say the same like me (cyaa) omfg 2. Ya shell s*cks, even with new features. 3. Better a GOOD shell(mypspmenu) made in 1 year than a BAD shell(yours) made in 6 months. 4. It's not because you got more featues your shell is better. mypspmenu has better functions, interface, . . Cyaa (find your...
by Question_dev
Thu Jun 19, 2008 9:12 pm
Forum: PSP Development
Topic: Bootstrap
Replies: 28
Views: 8419

Hi,

Are u still working on ya shell ?
If i was you, i shouldn't, because Mypspmenu ownz your shell with the first release!

Cyaa
by Question_dev
Thu Jun 19, 2008 8:18 pm
Forum: PSP Development
Topic: Calculate total time with min and sec.
Replies: 10
Views: 4137

I retried and here's the code ! : (The output is totalmin) int totalmin = 0; if&#40;startmin > endmin&#41;&#123; totalmin = &#40;60-startmin&#41;+endmin; &#125; else if&#40;startmin < endmin&#41;&#123; //Normal totalmin = endmin-startmin; &#125; int totalsec =...
by Question_dev
Thu Jun 19, 2008 3:24 pm
Forum: PSP Development
Topic: Calculate total time with min and sec.
Replies: 10
Views: 4137

I know the max time is 3 or 2 minutes. So that should work And if i use a timer, then i need a background timer. I only know timers with a loop(while), and i can't add it to my function. So if anyone has a background timer, plz post. @IWN : What if the starttime is (17):59:59 and endtime (18):02:59 ...
by Question_dev
Thu Jun 19, 2008 6:06 am
Forum: PSP Development
Topic: Calculate total time with min and sec.
Replies: 10
Views: 4137

Calculate total time with min and sec.

Hii, I tried to calculate the total time using the start time (min and sec are saved in chars) and the end time (min and sec stored in chars). Now i want to calculate the time difference. I thought about something like : 1. check if startmin > endmin : - if 1 then : (60 - startmin) + endmin - if 0 t...
by Question_dev
Thu Jun 19, 2008 5:40 am
Forum: PSP Development
Topic: Freeze after getting time 2x
Replies: 10
Views: 2869

Solved :)
Found a strange bugat end of function.

Tnx anyway !
Cu
by Question_dev
Wed Jun 18, 2008 8:09 pm
Forum: PSP Development
Topic: Globally determining WIFI Download and Upload Speed
Replies: 19
Views: 6738

Pirata Nervo wrote:@Question dev. You always tell people to ask someone lol
Yh :d but i can't ask team chilt, it's kickin azz' job

Cyaa
by Question_dev
Wed Jun 18, 2008 4:03 am
Forum: PSP Development
Topic: Freeze after getting time 2x
Replies: 10
Views: 2869

I wrote it in 1th post, but here again (this is only the second time part, so at the end of the function) sceRtcGetCurrentClockLocalTime(&time); sprintf(EndMin, "%d", time.minutes); So this comes after '. . .function' Maybe the problem is that i call sceRtc. . 2 times ? Tnx for the help.
by Question_dev
Wed Jun 18, 2008 3:38 am
Forum: PSP Development
Topic: Freeze after getting time 2x
Replies: 10
Views: 2869

i know its in the latest time part, because without the latest it works
by Question_dev
Wed Jun 18, 2008 2:36 am
Forum: PSP Development
Topic: Freeze after getting time 2x
Replies: 10
Views: 2869

I dont know exactly where, but it's in the second time get part
by Question_dev
Wed Jun 18, 2008 1:48 am
Forum: PSP Development
Topic: Freeze after getting time 2x
Replies: 10
Views: 2869

char EndMin[262] = "";
char StartMin[262] = "";
by Question_dev
Wed Jun 18, 2008 1:29 am
Forum: PSP Development
Topic: Globally determining WIFI Download and Upload Speed
Replies: 19
Views: 6738

Ask team chillt (or something), they made a hb to determine download speed.

Ciao
by Question_dev
Wed Jun 18, 2008 12:43 am
Forum: PSP Development
Topic: Freeze after getting time 2x
Replies: 10
Views: 2869

Freeze after getting time 2x

Got a problem. I want to make a timer, so at the begin of a function i get the current minutes, and i copy it in a string. Then at the end of the function, i get the minutes and copy them in a string, but then it freezes. . Can anyone help ? Code to get time : pspTime time; sceRtcGetCurrentClockLoca...
by Question_dev
Fri Jun 13, 2008 2:11 am
Forum: PSP Development
Topic: [SOLVED] Recursive delete...
Replies: 51
Views: 11372

Compare the two.

If you can't find it by yourself, then you need to learn c.

Also, ever heard about google? "c delete dir"

Cu
by Question_dev
Fri Jun 13, 2008 2:01 am
Forum: PSP Development
Topic: [SOLVED] Recursive delete...
Replies: 51
Views: 11372

I know a site where you can find a del dir example.
http://www.pspcoding.co.nr

Goto Coding Examples -> C/C++ Examples

Hope this helps.
Cu
by Question_dev
Thu Jun 12, 2008 1:01 am
Forum: PSP Development
Topic: ++ an int in a string
Replies: 1
Views: 1068

++ an int in a string

Hi,

I've searched a lot but i can't find it :

I got this :

Code: Select all

    sprintf&#40;O, "%s", config.C10&#41;;
i want to do somethig like

Code: Select all

       config.C10++;
so that 10 becomes 11, 11 becomes 12, etc

Tnx in advance
by Question_dev
Wed Jun 11, 2008 7:19 am
Forum: PSP Development
Topic: Print all files of dir to screen + read them
Replies: 8
Views: 2524

I'm just looking for a code snippet to get the filepath of each file. . .
by Question_dev
Wed Jun 11, 2008 1:43 am
Forum: PSP Development
Topic: Print all files of dir to screen + read them
Replies: 8
Views: 2524

read. i got a read function, i only need the filepath of each file
by Question_dev
Tue Jun 10, 2008 7:15 am
Forum: PSP Development
Topic: Print all files of dir to screen + read them
Replies: 8
Views: 2524

There are posts here to get all files, but the problem is that i don't know how to read each file .

tnx
by Question_dev
Tue Jun 10, 2008 5:40 am
Forum: PSP Development
Topic: Print all files of dir to screen + read them
Replies: 8
Views: 2524

Print all files of dir to screen + read them

Hi,

i got a question :
How do i get all files of 1 dir, print them and read each file (i know how to read it)

Tnx in advance !
by Question_dev
Tue May 20, 2008 6:21 am
Forum: PSP Development
Topic: Native Progressbar
Replies: 6
Views: 3559

PSPTube uses the psp progress bar. Ask IWN, he's good in 'psp screens' (netdialog, savedata, etc)

Cu
by Question_dev
Tue May 20, 2008 6:13 am
Forum: PSP Development
Topic: Code for accessing to GoCam
Replies: 2
Views: 1422

There are many apps who use Gocam. Just ask the dev.

Cya
by Question_dev
Tue May 20, 2008 6:11 am
Forum: PSP Development
Topic: Problems with WLAN "simple" sample from the sdk
Replies: 12
Views: 4167

You have to update ya SDK. Type in cygwin : svn svn://svn.ps2dev.org/psp/trunk/pspsdk

It will download. After that's ready open the downloaded dir (./pspsdk). You'll find a readme in it. Read it to install sdk.

Cheers
by Question_dev
Tue May 20, 2008 6:03 am
Forum: PSP Development
Topic: Getting the Sony On SCreen Keyboard To Work
Replies: 21
Views: 13162

Search for libosk, a easy-to-use osk lib. Just use the sample as basic. Easy to understand, only 4 lines of code and u got an advanced keyboard with text stored in char, etc. .

Cu
by Question_dev
Sat May 17, 2008 2:14 am
Forum: PSP Development
Topic: My prx plugin will not print to screen!
Replies: 2
Views: 2185

You have to call fisrt (before printing)

Code: Select all

blit_setup&#40;&#41;;

Cu