TVSP 4.xx version...

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
ardatan
Posts: 44
Joined: Sat Jan 12, 2008 8:47 am

TVSP 4.xx version...

Post by ardatan »

I've just downloaded TVSP source code. But it is for 1.50 kernel... I tried to port it for 4.xx kernel but i couldn't.
It succesfully built but when i tried to run this. it gives 8002013C error!
This is source code:
http://rapidshare.com/files/154660296/tvpsp.rar.html

What should i do? Could you help me for this?
Thanks.
--------
Sorry for my bad English...
I'm sorry for my bad English.
Dariusc123456
Posts: 388
Joined: Tue Aug 12, 2008 12:46 am

Post by Dariusc123456 »

Well, it look like you are calling on a library thats it not found, or dont exist. You can always look in the pspkerror.h for the error codes. Ill look at the source for ya.
User avatar
Wally
Posts: 663
Joined: Mon Sep 26, 2005 11:25 am

Post by Wally »

Look in the samples directory and make sure your makefile and main.c have all the stuff you need in them. I'd get the 800blahblahc error if no heapsize is declared.
ardatan
Posts: 44
Joined: Sat Jan 12, 2008 8:47 am

Post by ardatan »

i added heap size but it didn't run again.

Code: Select all

PSP_HEAP_SIZE_MAX(); 
and gave same error.
I'm thinking of wifi libraries. In this source code, 1.50 wifi libraries used. I can't change it to 3.xx ones...
I need to help for this.
Thanks..
I'm sorry for my bad English.
User avatar
Wally
Posts: 663
Joined: Mon Sep 26, 2005 11:25 am

Post by Wally »

ardatan wrote:i added heap size but it didn't run again.

Code: Select all

PSP_HEAP_SIZE_MAX(); 
and gave same error.
I'm thinking of wifi libraries. In this source code, 1.50 wifi libraries used. I can't change it to 3.xx ones...
I need to help for this.
Thanks..
I had a whirl at compiling this, seems I replicate the same error as you, I'll keep looking between other projects
ardatan
Posts: 44
Joined: Sat Jan 12, 2008 8:47 am

Post by ardatan »

is there another person who could help me?
I'm sorry for my bad English.
pspZorba
Posts: 156
Joined: Sat Sep 22, 2007 11:45 am
Location: NY

Post by pspZorba »

At least you have to re-write a part of the wlan communication. (It might not be the only thing that cause your problem.)

To init the comm, you have to use ret =sceUtilityLoadNetModule(PSP_NET_MODULE_COMMON);
and ret = sceUtilityLoadNetModule(PSP_NET_MODULE_INET);

check in the SDK there are some samples
or you can have a look here
--pspZorba--
NO to K1.5 !
ardatan
Posts: 44
Joined: Sat Jan 12, 2008 8:47 am

Post by ardatan »

thanks. two days ago, i have already solved this problem with looking another wlan sample for 3.xx kernel... now i have a problem with streaming from computer with jpeg codec. i want to use mpeg codec. how can i change this code and make a server?
I'm sorry for my bad English.
Post Reply