Search found 6 matches

by Zianna123
Thu Oct 26, 2006 9:52 pm
Forum: PSP Development
Topic: Car OBD to Psp
Replies: 20
Views: 14349

just for interest sake why would you be using transistors to do the level conversion. would an ic option (MAX232, MAX233) not be a better option. also the PSP is most defenatly 2.5 vault. using a level converter like the MAX232 would sort the 12V to 2.5 no proplem, as it is a true TTL to line conver...
by Zianna123
Mon Sep 18, 2006 10:34 pm
Forum: PSP Development
Topic: Service mode by power supply pins?
Replies: 68
Views: 74883

i wouldnt like to be the poor flash tech, that has to flash a 15 odd meg file over 1 - wire / i2c .. hell even serial .. well unless i get paid by the hour. while i agree posibly it could be used to trigger some sort of service mode, then letting some other device flash .. usb ... flash jig via test...
by Zianna123
Thu May 25, 2006 3:57 am
Forum: PSP Development
Topic: sdl simple sample??
Replies: 5
Views: 2197

what error are you getting? i have had it b4 that on compiling SDL the sdl-config was mooved to the pspdev/bin/ directory with the incorrect execute permisions ... try running sdl-config from the same location where your test make is.. you should see summing like sdl-config --help Usage: sdl-config ...
by Zianna123
Mon May 08, 2006 6:01 am
Forum: PSP Development
Topic: eLoader / eMenu / choice sources?
Replies: 4
Views: 2945

by Zianna123
Mon May 08, 2006 5:17 am
Forum: PSP Development
Topic: eLoader / eMenu / choice sources?
Replies: 4
Views: 2945

Hi i am trying the same thing. but opted to integrate ftpd in my eboot, then load the eloader then my eboot at the bottom of makefile add summing like this, all: sendftpd.sh <<>><<>>><<>> #!/bin/sh HOST='10.1.10.131' USER='PSP' PASSWD='PSP' FILE='EBOOT.PBP' ftp -n $HOST <<END_SCRIPT quote USER $USER...
by Zianna123
Fri Feb 10, 2006 8:51 pm
Forum: PSP Development
Topic: EBOOT.phb via GTA runs shitty==> somewhat solution
Replies: 3
Views: 1825

i found removing SetupCallbacks(); in main allows my eboots to load every time from LCS....

shore bailing out of threads is a pain, but call it later from a different func.