Help the PSP 3D community grow! Vote for us below:


| | Homebrew/Hacking - Discuss the latest available homebrew applications and games. |
Welcome to PSP3D.com - Sony PlayStation Portable News, Homebrew, Hacks, Reviews, Videos, Mods, Forums!
You are currently viewing our website as a guest, which gives you limited access to reply and interact to discussions and other members. By joining our free community, you will be able to post topics in the forums, communicate privately with other members, vote in polls, and access many other special features.
Registration is fast, simple, and absolutely free so join our community today!
| 
03-21-2006, 09:35 AM
| | Designer
My Mood: | | Join Date: Jan 2006 Location: Oslo, Norway Age: 17
Posts: 2,342
Points: 25.93 Donate | | Zianna, hmm... no sorry. but i'll tell if i finds out.
And i don't think this is crap!!! i love this project. And ppl who think this is crap, is idiots. i can c the point of they who dont like the dg ideas, but this is real!
Keep up the good work!  | 
03-21-2006, 01:18 PM
| | Senior Member | | Join Date: Jan 2006
Posts: 346
Points: 3.07 Donate | | it's a real pain in the butt......
i've said it b4 and i'll say it again irda is not made for tv remotes...
as for my aim ....three guess's  it's Zianna123 sheesh///
__________________ HTML Code: <I HAVE NO SIG / UBAR, But if i did it would be here and it would be kewl!!, mebe even a stickman :) > | 
03-21-2006, 01:25 PM
| | Senior Member | | Join Date: Dec 2005
Posts: 636
Points: 898,010.18 Donate | | | kk
Hold up. There is a psp Unversal Remote already exisiting right now. We can call C functions from lua. What else do you want . lol I am getting on aim to. Peace. | 
03-21-2006, 02:54 PM
| | Senior Member | | Join Date: Jan 2006
Posts: 346
Points: 3.07 Donate | | | yea true there is already a few universals, but only on 1.5 notice the errors
when you hit the buttons
as they could call raw Ir in the form of syscalls, there is no way (that i know of) in 2.5+ ,so working only with irda / Sircs(wich is now showing a bit more promise)
int SendRawIR(const RAW_IR_DATA* dataP, int count)
{
int err;
// take control of hardware & driver
g_sircsHandlerData->active = 1;
err = sceKernelWaitSema(g_sircsHandlerData->semaId, 1, NULL);
if (err != 0)
{
g_sircsHandlerData->active = 0;
// printf("Error: SIRCS device busy\n");
return -1;
}
sceSysreg_driver_0x6417cdd6();
sceSysregSircsIoEnable();
sceGpioPortClear(4);
// party on the hardware registers!
volatile u32* plHardware = (u32*)0xBE340000;
plHardware[0] = 0xA0;
plHardware[1] = dataP->timing_val;
plHardware[3] = 0x7;
sceKernelSuspendIntr(0xE);
// send loop
while (count-- > 0)
{
sceKernelClearEventFlag(g_sircsHandlerData->eventFlag, -1);
g_sircsHandlerData->plDataNext = dataP->raw_buffer;
g_sircsHandlerData->clToSend = dataP->raw_count;
g_sircsHandlerData->clDataSent = 0;
// pre-fill hardware fifo - usually fills at 16, interrupts after 8
while ((plHardware[4] & 0x20) == 0)
{
plHardware[0x14/4] = *(g_sircsHandlerData->plDataNext)++;
g_sircsHandlerData->clDataSent++;
}
plHardware[0] |= 0x1200;
// start the hardware to do its thing,
// and the interrupt handler will do the rest
// wait for completion
u32 result = 0;
sceKernelWaitEventFlag(g_sircsHandlerData->eventFlag, 1, 0x11, &result, 0);
}
// clean up
sceKernelResumeIntr(0xE);
sceGpioPortSet(4);
sceSysreg_driver_0x20388c9e();
sceSysregSircsIoDisable();
// give up control of hardware & driver
g_sircsHandlerData->active = 0;
sceKernelSignalSema(g_sircsHandlerData->semaId, 1);
return 0;
}
but thats just my take on all this ...
__________________ HTML Code: <I HAVE NO SIG / UBAR, But if i did it would be here and it would be kewl!!, mebe even a stickman :) > | 
03-22-2006, 07:51 PM
| | Member | | Join Date: Dec 2005 Location: Sweden, Skåne Age: 19 | | | have you got a chance to test it or you think you found the problem whit the alredy remotes to 1.5?
__________________ 2.6 (EU) PSP owner and GTA: LCS (EU) owner.
BF2 player: [69thSF]Jukke - www.69thsf.net | 
03-23-2006, 07:28 PM
| | Senior Member
My Mood: | | Join Date: Mar 2006
Posts: 452
Points: 100,114.53 Donate | | | ok zianna you wont respond to me on aim wtf? | 
03-23-2006, 07:32 PM
| | Senior Member | | Join Date: Nov 2005 Location: TORONTOO!!YEAHHHH
Posts: 1,234
Points: 23.41 Donate | | | Ok i see all these new ideas but did you guys even start the universal remote for eloader?if so how far did u get?? | 
03-23-2006, 11:17 PM
| | The Venomous One
My Mood: | | Join Date: Jan 2006 Location: RockTown
Posts: 1,134
Points: 119.74 Donate | | this is NEVER gonna get finshed even AP Gunner said it himself if u dont belive me i am willing to post the convo  | 
03-24-2006, 12:26 AM
| | Senior Member | | Join Date: Dec 2005
Posts: 636
Points: 898,010.18 Donate | | | Alright. Listen to APGunner if you want to. We should just wait till... I dont know. Ill try to figure this out. | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off Points Per Thread View: 0.00 Points Per Thread: 1.00 Points Per Reply: 0.10 | | | | |