So you could compile a OS X version and let me use it :D? [/beg]Zitat:
Zitat von xart
Printable View
So you could compile a OS X version and let me use it :D? [/beg]Zitat:
Zitat von xart
Yes, it is just a matter of producing a framework so it can be compiled using sdl or for the psp, clock speed will not be possible and ignored, so they will be somethings that can't be replicated, most of it can
Okay i guess if your willing gto do that i will contenue testing...Zitat:
Zitat von xart
Heres something that might also help xart
http://forums.qj.net/showthread.php?...5&page=1&pp=10
Ok, displaying time is just stooping choice from accessing the ms, bizar i know so what i have desided is to leave it for last.
so keyboard is now the next on the list to do so i will looking at the keyboard only so I can get a beta1 out soon as possible.
Choice eXtreme may be going open source as I deside what I will do, due to the poor relyability of the PSP using the exploit I may opt to flash to 2.71 so I can play the latest game + develope flash & javascript based games.
the project will be offered to Ditlew and Fanjita if I do deside to leave C/C++ homebrew for the PSP and if Ditlew and Fanjita don't whant to take on the project or use bits of it, I will post it on the site as open source
So i will make sure Choice eXtreme continues even if I have continue working on it, asking psp users to see if it works or not untill someone continues it for me.
Come on man! I mean Javascript and flash are so limited compared to C and C++. Don't give up on this...
And about the time and date maybe you could check one of the latest FileAssistant 1.0 source to get a clue on what's wrong. This one has so many things... Check here.
It has nothink to do with code, if you make a variable say int t;
it freezes the psp
take it out
its ok
put it back in with another int i;
its ok, even when t is never used.
????
that is what making things hard on the PSP, I know the language very well and the PSP is too fussy and thats what is realy getting to me if it would work like a mac, never crash never play up I would never upgrade.
and if you are in the middle of a game, the last thing you whant is for it to freez and lockup, this is what is proving to be impossible on the PSP.
Would this happen to be beacuse of the eloder ?
I'f so:
I'f fanjita were to make 2.06 as good as 1.50 making the eloader usless, would you make this in to a shell for the PSP ?
i am busy looking at this message,
SCE_KERNEL_ERROR_UNSUPPOR TED_PRX_TYPE
After getting passed curupted data in selecting an eboot in the psp game menu.
If you go open source maybe you can enter this.
http://forums.qj.net/psp-development-forum/56940-strut-your-stuff-psp-programmings-contest.html#post785522
Choice eXtreme looks like it could be no more, unless I can get the PSP to be more stable,
I am not prepaired to abanding this project just yet, as I have put too much work into it but the PSP stable issue is becoming a big problem, and am going to take some time out to look at what I can do to change it.
Xart do you have a 2.00 ?
Yes I use 2.00
If 2.06 were to get patched would, you make XChoice in to a shell ???
A patch is what fanjita is hoping to make if everything goes well.
Besides if this were made into a shell it would be a lot more stable because it would be ran from the xmb.
No, don't its the best shell in a while :Cry: :Cry:Zitat:
Zitat von xart
Off topic Ralan what are you going to do w/ your PSP?
Of course it's hard to code for the PSP! I mean devs aren't using official libraries and it's not like Sony loves homebrew... No matter how good they can code for other platforms... The PSP is in a different league.
How many fw so far? 1.0, 1.5, 1.51, 1.52, 2.0, 2.01, 2.5, 2.6, 2.7, 2.71!
To tell the truth this is like the only thing that keeps me on 2.0. I'll either get a chiped PSP or downgrade (though I've been holding to my 2.0 since October)...
Please don't leave the project! Have you considered downgrading? I mean it looks like kernel is really near to all fw (well just not 2.0).
He's got a good point, If you were to go to 1.50 I would also , just hope you don't give up xart.
I am going to develope the keyboard for beta 1 and see how stable it is after this stage.
Good luck :D
Please don't leave the project, I will commit suicide lol, oh and on a further note i took a deep look at that open source media player and I just thought that it would take ages to port so it isn't worth it, also I'm working on a new project:
PSP P2P/Torrent Client
I'd be thrilled if it could play mp3, pmp/avc, view the most common image types.
A text reader/editor would also be nice.
And after Anonimous Tipster releases the Unzip/Unrar Utility source it would be perfect (and yes according to him he'll be releasing it in the future after adding the zip function).
These were the apps that I always hoped to see made into plugins for Choice...
I hope Choice will make till at least it has the other file managing basic operations it lacks: copy/cut/paste and create folder (that counting with the renaming). Also the ability to mark multiple files to delete/cut/copy.
Chip it and have a 1.0.2.7.1 :~)Zitat:
Zitat von mincho
O sorry xart If you quit he will commite suicide, so now you can't stop. :pZitat:
Zitat von azy_xbox123
I had hoped you were ganna sell it, I want my old faceplate back :(Zitat:
Zitat von Ralan
:p ive gatta white faceplate from a white PSP + blue skin == PURE PWNAGEZitat:
Zitat von mincho
I have a silver faceplate and clear buttons it PWN's regular PSP's but still miss the black :(
:PZitat:
Zitat von mincho
Gunnie pigs need to test , so get on AIM so we don't have to spam up teh forums
I have had a look at the file assistant src and be writing my own function as these functions from the open src are just not up to standered and are not well written, they work but are not very well wrote out as one function I noticed gose threw tones of lines of code were the one I use in my project uses a couple this is because of lack of Recursion in this file assistant and without it the code can be 4x bigger what it has to be so it looks like you lot need me to stay, and it looks like I am going to have to write a libary for basic file,graphic,text etc to bring these open source projects along to proffesion standered
And it will help other developers to lern some powerfull C/C++ programming concepts
they are doing a greate job, but they need a little help to point them in the correct direction on how to write better code, the PSP is hard enougth to write for as is so with better libary that are free and well written and very small will help them speed up there projects and get the best out of there projects.
Tip for others
Remove a directory first by using two functions together
empty "Using Recursion = scans threw the directorys and deletes all the files"
remove "removes the main directory in quesion"
this is simple readable and very small, only takes a few lines of code
when I have time I will be posting some examples with libarys and source code to show you all some neet tricks
Tip
instead of
if (fd<0) return 0; else return 1;
you could use
return (fd<0)?0:1;
NEWS! on Choice
Working on moving file in Choice eXtreme + Keyboard
Sounds good! Which source are you using, 0.04 or 1.0? In 1.0 there are mp3 player, picture viewer and text reader features.
One thing I noticed on Choice is that it's the only one that lets me delete all the files (some others can't delete some files for some reason...)
It is down to poor coding in file assistance, I am not using any of the code from it as one function takes up an A4 sheet where my function that dose the same dose it in a few lines of code and also scans sub dir and deletes them all with a few line.
making the function names the same as file assistance so they can be ported to it to improve on it.
also I have noticed a lot of duplicated code in the project, it could put it into a function of its own and make calls to it and that would crunch it down in size.
when I have completed this libaray for file managing I will be posting it on the site for downloading.
K. Just Thought you might have found the media player/picture viewer/text reader interesting.
Oh just remembered Filer has an interesting feature: it opens all files like an hex editor (thought you can't write) :p
Edit:
You'll be posting the library or another build?
Be posting both, build and libary
Doing a lot of work isolation the function from Choice into a libary and adding more powerfull function for moving files & folders all in one go.
also keyboard.
as long things remain smooth as it is now again, i will continue this project, I am not going to let Sony win.
"I am not going to let Sony win."
Very good Xart ! Now I'm going to get my psp 2.60 to 2.00 and I will still use Choice
Phew so good to hear :) I really feared you were going to leave the project...
By the way,Xart you should put "are you sure you want to delete the file"
because sometimes you press delete not on purpose.
They will be alert box, I had pland that a long time ago and just been busy on getting the file managing working first, it will be in for beta 1
it was in old Choice and still have that mesage function
any one know what this error means 800200E4 caun't find it in the error list.
it is from a hacked eboot.pbp from LocoRoco