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...
TVSP 4.xx version...
TVSP 4.xx version...
I'm sorry for my bad English.
-
- Posts: 388
- Joined: Tue Aug 12, 2008 12:46 am
i added heap size but it didn't run again.
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..
Code: Select all
PSP_HEAP_SIZE_MAX();
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.
I had a whirl at compiling this, seems I replicate the same error as you, I'll keep looking between other projectsardatan wrote:i added heap size but it didn't run again.and gave same error.Code: Select all
PSP_HEAP_SIZE_MAX();
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..
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
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 !
NO to K1.5 !