PSP3D Left Header
PSP3D Header Right
PSP3D Logo CraveOnline Logo
Help the PSP 3D community grow!
Vote for us below:


Vote on the PSP Top 200
PSP Top 200 - Games, Videos, Wallpapers, Files, Hacks, Homebrew

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!

Go Back PSP3D.com - Sony PlayStation Portable News, Homebrew, Hacks, Reviews, Videos, Mods, Forums > PSP Forums > Homebrew/Hacking

Reply
 
LinkBack Thread Tools Display Modes
  #271 (permalink)  
Old 03-21-2006, 09:35 AM
wilhel1812's Avatar
wilhel1812 wilhel1812 is offline
Designer
My Mood:
 
Join Date: Jan 2006
Location: Oslo, Norway
Age: 17
Posts: 2,342
Points: 25.93
Donate
Send a message via ICQ to wilhel1812 Send a message via AIM to wilhel1812 Send a message via ShopTapNham to wilhel1812 Send a message via Yahoo to wilhel1812
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!
__________________
Reply With Quote
  #272 (permalink)  
Old 03-21-2006, 01:18 PM
Zianna123's Avatar
Zianna123 Zianna123 is offline
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 :) >
Reply With Quote
  #273 (permalink)  
Old 03-21-2006, 01:25 PM
Idkfawin32's Avatar
Idkfawin32 Idkfawin32 is offline
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.
__________________



Hey guys, Im back. After a long year of not posting I'm back.
Reply With Quote
  #274 (permalink)  
Old 03-21-2006, 02:54 PM
Zianna123's Avatar
Zianna123 Zianna123 is offline
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 :) >
Reply With Quote
  #275 (permalink)  
Old 03-22-2006, 07:51 PM
Jukke's Avatar
Jukke Jukke is offline
Member
 
Join Date: Dec 2005
Location: Sweden, Skåne
Age: 19
Posts: 72
Points: 0.05
Donate
Send a message via ShopTapNham to Jukke
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
Reply With Quote
  #276 (permalink)  
Old 03-23-2006, 07:28 PM
flammingcowz flammingcowz is offline
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?
Reply With Quote
  #277 (permalink)  
Old 03-23-2006, 07:32 PM
xlxmarkxlx's Avatar
xlxmarkxlx xlxmarkxlx is offline
Senior Member
 
Join Date: Nov 2005
Location: TORONTOO!!YEAHHHH
Posts: 1,234
Points: 23.41
Donate
Send a message via AIM to xlxmarkxlx
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??
Reply With Quote
  #278 (permalink)  
Old 03-23-2006, 11:03 PM
~Vin~'s Avatar
~Vin~ ~Vin~ is offline
Senior Member
 
Join Date: Dec 2005
Posts: 127
Points: 0.57
Donate
Send a message via AIM to ~Vin~ Send a message via ShopTapNham to ~Vin~
here is some ir codes just in case u need to program them:

http://www.thompsontv.com/rcarc.html
__________________
First BETA TESTER FOR TETRIS FOR 2.5
Awww I got 2nd in #5 Giveaway


GTA.PSP3D.com

Try to click on the Face
Reply With Quote
  #279 (permalink)  
Old 03-23-2006, 11:17 PM
Lil13lazin's Avatar
Lil13lazin Lil13lazin is offline
The Venomous One
My Mood:
 
Join Date: Jan 2006
Location: RockTown
Posts: 1,134
Points: 119.74
Donate
Send a message via AIM to Lil13lazin Send a message via ShopTapNham to Lil13lazin Send a message via Yahoo to Lil13lazin
this is NEVER gonna get finshed even AP Gunner said it himself if u dont belive me i am willing to post the convo
__________________
Reply With Quote
  #280 (permalink)  
Old 03-24-2006, 12:26 AM
Idkfawin32's Avatar
Idkfawin32 Idkfawin32 is offline
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.
__________________



Hey guys, Im back. After a long year of not posting I'm back.
Reply With Quote
Reply

« help with iso loading | DAX ZISO Loader 0.5 »



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 0.00
Points Per Thread: 1.00
Points Per Reply: 0.10

Similar Threads
Thread Thread Starter Forum Replies Last Post
POSSILBE LCD REMOTE FOR THE PSP?? JustHack2.01 General PSP Discussion 4 03-10-2006 10:10 AM
Fanjita Next Project? PopingFreshness General PSP Discussion 9 02-23-2006 11:24 PM
psp remote baseball_is_life2222 Homebrew/Hacking 11 02-10-2006 09:20 AM
Universal Remote Update!!! enixidfrag Homebrew/Hacking 9 02-01-2006 02:09 PM
PSP 2.5 Remote Access via Wifi or Ports whtpsp Homebrew/Hacking 19 01-05-2006 10:55 PM





Crave Partner Sites: CraveOnline.com | DVDFile.com | PSP3D.com | ComingSoon.net | SuperHeroHype.com | RedBalcony.com | ActionTrip.com | CraveLyrics.com
Soundtrack.net | CraveFix.com | SpikedHumor.com | RPGamer.com | TattooNow.com | ImpactWrestling.com | SeekLyrics.com | PedalBMX.com | WildKO.com
vidKing.com | StrategyInformer.com | HHdb.com | RapLeagues.com | HipHop-Lyrics.com | Cravecocktails.com | ThePhatPhree.com | RideJudge.com | HottieSpots.com

ShopTapNham Shop Online Powered by Custom vB Version 5.1.0 for Crave Online Media, LLC.
Copyright © 2000 - 2007, Jelsoft Enterprises Ltd. and PSP3D.com.
LinkBacks Enabled by vBSEO 3.0.0 RC8

All times are GMT -4. The time now is 04:12 PM.
ShopTapNham Footer Right