Page 2 of 3

Posted: Fri Apr 09, 2010 12:46 am
by 3FG
I've modified the WAV file that I posted earlier to include the chap function. To make room for that while avoiding the use of a keymove, the Num 10 function was removed. chap is on the Enter key.

Revised GGF1381 file

Posted: Fri Apr 09, 2010 6:47 am
by Big C
I just wanted to let you know I got the file and to thank you for your time.

IR hack code only

Posted: Tue May 08, 2012 3:45 am
by |Alex|
Hi, Is there someone who would upload only the IR hack code in wav file?
Not for programming a remote control, but to send the signal directly to my player connecting a IR emitter to an audio output.
I cant find this signal anywhere.
I would be immensely thankful.

Re: IR hack code only

Posted: Tue May 08, 2012 6:36 am
by The Robman
|Alex| wrote:Hi, Is there someone who would upload only the IR hack code in wav file?
Not for programming a remote control, but to send the signal directly to my player connecting a IR emitter to an audio output.
I cant find this signal anywhere.
I would be immensely thankful.
I don't know that anyone here knows how to do that. The WAV files that we generate are specifically designed to program a JP1 remote.

Have you seen any instructions anywhere that detail how to use the audio output to drive an IR emitter?

Re: IR hack code only

Posted: Tue May 08, 2012 8:46 am
by |Alex|
The Robman wrote:
|Alex| wrote:Hi, Is there someone who would upload only the IR hack code in wav file?
Not for programming a remote control, but to send the signal directly to my player connecting a IR emitter to an audio output.
I cant find this signal anywhere.
I would be immensely thankful.
I don't know that anyone here knows how to do that. The WAV files that we generate are specifically designed to program a JP1 remote.

Have you seen any instructions anywhere that detail how to use the audio output to drive an IR emitter?
Yes, I did it with my LG TV to access the service menu. It's really simple, I just connected the infrared emitter to the headphone output of my amplifier and played the wav file I found somewhere.
However I dont know how the wav file was generated.

Re: IR hack code only

Posted: Tue May 08, 2012 10:32 am
by The Robman
|Alex| wrote:However I dont know how the wav file was generated.
And that's what I was asking about. If you can go to where you found the WAV file, maybe you can find some information regarding how it was generated. If you share that information with us, we might just be able to do something with it.

Posted: Tue May 08, 2012 10:41 am
by The Robman
Is this the page where you found the WAV file:
http://www.lg-hack.info/cgi-bin/sn_foru ... 7&tid=3175

Here's a direct link to the file:
http://openlgtv.org.ru/wiki/images/8/8d ... nu-All.zip

And a Wiki page for the TV hack itself:
http://openlgtv.org.ru/wiki/index.php/IR_Hack

Posted: Tue May 08, 2012 11:41 am
by |Alex|
The Robman wrote:Is this the page where you found the WAV file:
http://www.lg-hack.info/cgi-bin/sn_foru ... 7&tid=3175

Here's a direct link to the file:
http://openlgtv.org.ru/wiki/images/8/8d ... nu-All.zip

And a Wiki page for the TV hack itself:
http://openlgtv.org.ru/wiki/index.php/IR_Hack
Yes, I probably got it from that link. The problem is that file is widely spread so I have no idea how to contact the person who generated that file.
I even have the hex code for Pronto and OmniRemote but I dont have any of these.
Well, thanks for your help. I'll keep looking for a way to do what I need.

Posted: Tue May 08, 2012 12:13 pm
by The Robman
The file appears to have been created by some Russians back in 2009, at least that's what I get from the readme.txt file, so even if you could contact the originator, you'd have to speak Russian.

Posted: Wed May 09, 2012 7:23 am
by |Alex|
I found this program that generates wav files from Pronto codes, I just had to adapt the values. It worked in my 2nd try. Thanks for your assistance.

http://rtfms.com/episode-4-turn-your-ip ... htm#source

Posted: Wed May 09, 2012 5:43 pm
by The Robman
|Alex| wrote:I found this program that generates wav files from Pronto codes, I just had to adapt the values. It worked in my 2nd try. Thanks for your assistance.

http://rtfms.com/episode-4-turn-your-ip ... htm#source
I only see the source code there, how do you run it, is there an executable?

If you've created a WAV file for the Pioneer Service Remote, could you load it into our file section (and post a link here) so others can use it if they need it?

Posted: Wed May 09, 2012 10:48 pm
by |Alex|
The Robman wrote: I only see the source code there, how do you run it, is there an executable?

If you've created a WAV file for the Pioneer Service Remote, could you load it into our file section (and post a link here) so others can use it if they need it?
It's Python language. I got it from here:
http://www.python.org/getit/
And library from here:
http://sourceforge.net/projects/numpy/f ... mPy/1.6.1/

Sure, I'll upload it. I needed a host for my file. May I post the link in other forums also?

Posted: Thu May 10, 2012 6:22 am
by The Robman
Sure thing, no problem.

I will try downloading python to see if I can run the program, any tips in advance or a "step by step"?

Posted: Thu May 10, 2012 7:26 am
by |Alex|
These are the ones I used:
http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi
http://sourceforge.net/projects/numpy/f ... e/download

I think that program is able to process only the codes he used. Replacing those ones with mine didnt work. I had to understand Pronto format to adapt my code to be similar with those ones in the program. It was more of a trial and error.
If anyone needs to convert Pronto code to wav to use a IR emitter just send it to me and I might try it.

Posted: Thu May 10, 2012 12:27 pm
by The Robman
I am very familiar with Pronto codes, what did you need to do to make it work with your Pronto code sample?