Hi
Again an update. Previous update was quite buggy, I sent it just before leaving on Holiday...
So my apologies to the one that downloaded it. Also thanking the people that downloaded my app. You can rest assured it will become better and better in the future.
I still investigate on feature mainly how can we maximize chances to find IR code for our device
I came across this
http://www.bengt-martensson.de/harc/lirc2xml.html
This allows to convert with little limitation ( repeat code) LIRC remote to pronto code ( this is what I use in remoteGate)
Using IRDROID ( I bought the audio blaster just to thank people on there effort) I noticed that it has a JNI LIRC interface to LIRC .
So I use that interface now in remoteGate, not to send IR since we have a build in blaster but just the open source LIRC interface..
I will also later support other hardware using there audio blaster.
Then with the JNI LIRC interface in remoteGate I added an interface to lirc2xml.
This allows me for example from the OPENELEC provided LIRC remote to convert it to pronto code and the resulting XBOX generated code worked for my Asus eebox. LIRC2XML for that openelec LIRC conf file generated an invalid XML file ( as there is some fail code) but the one that are decoded are usable. So open the generated XML using a text editor if using a browser detects a bad XML. I tested couple other LIRC just fine though.
I believe with REMOTECENTRAL + LIRC remote support there is much more chance for one to find working code to there device.
Of course for the moment this is a prototype: from the main menu you can convert a LIRC.CONF file that you first download manually from
http://lirc.sourceforge.net/remotes/
and then convert it to pronto code as an XML fine generated in REMOTEGATE/LIRC.CONF folder... (see snapshots)
From there using the device DB of remoteGate you can copy and paste your code..
Surely this is quite some work: I need to work in automating testing/validating codes as other APP does out there, as well as generate remote template from that...
Well that is my future goal.
In the mean time I fixed couple of nasty issues form previous version improved slightly TextView.
I will not be able to work much on this till end of November ( I will have lot of other work).
Attached some screen shot.
The new version can be downloaded in the first post
Cheers
Jean-Marc