I am looking for a solution in java for recording inputs for LIRC codes of any remote.
i have tried
Process p = Runtime.getRuntime().exec("mode2 [driver_details] -m");
it executes but hangs the UI and i cant stop it implicitly...
every time i had to stop it forcefully...
please help me i have been looking for the answer for 2 months and i got nothing..
or suggest me some library for java for LIRC..
i have tried jlirc but i cant found to record the raw inputs... similarly i can send the ir signals using same method and didn't faced any problem.
I have even tried waitfor() method of process but didn't got anything