maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   QtIrreco for N900 (https://talk.maemo.org/showthread.php?t=37655)

nirpe 2010-03-12 10:18

Re: QtIrreco for N900
 
Quote:

Originally Posted by Caligula (Post 564760)
Thank you alot.. I got it finally working.
Problem where at lircd.conf file. It didnt have device path for remote. It would be good idea to make documentation from these questions and answers. FAQ file etc... Makes some work but I'm sure it will pay of in future.

Yeah I have been thinking little section in the application where is FAQ and latest upgrades as well. But for now I'm trying to make the debian package proper. At now all files are under /opt with wrong permissions so unfortunately I'm most likely going have the change all file directories again to under /user. Just waiting experts to confirm my solution that I don't make wrong kind of package again :D

cloudstrife1ph 2010-03-12 13:17

Re: QtIrreco for N900
 
i have a question guys, how do you know w/c remote code to use? like on one brand there's lots to choose and too time consuming to test every one of those...

sorry if it's been discussed but the thread is too long to read...

Death Scythe 2010-03-12 13:39

Re: QtIrreco for N900
 
Is it safe to uninstall the LIRC server v 0.8.0b-1fremantle30? Tested qtirreco some weeks back and it didn't work; I wasn't sure if lirc was installed along with it.

nirpe 2010-03-12 13:43

Re: QtIrreco for N900
 
Quote:

Originally Posted by cloudstrife1ph (Post 565016)
i have a question guys, how do you know w/c remote code to use? like on one brand there's lots to choose and too time consuming to test every one of those...

sorry if it's been discussed but the thread is too long to read...

I guess they just to try pick the closest one to their original remote.

Laughing Man 2010-03-12 14:44

Re: QtIrreco for N900
 
Quote:

Originally Posted by cloudstrife1ph (Post 565016)
i have a question guys, how do you know w/c remote code to use? like on one brand there's lots to choose and too time consuming to test every one of those...

sorry if it's been discussed but the thread is too long to read...

I look at the remote or the TV to find the model number of the remote or device. Then Google it to see if I can find the remote, then I look in the database. If there isn't one, I try the next appropriate model.

nirpe 2010-03-12 15:18

Re: QtIrreco for N900
 
-------------IMPORTANT ANNOUNCEMENT---------------

The next release of this software will clear all your previous remotes,lirc devices and themes you have downloaded or created. Unfortunate, but has to be done to get file priviledges correct. So if you have recorded your own remotes or just want to save some old remotes you will have to move them before installing new version. And for almost sure I will have to clear user remote database once again. Let's hope this will be the last time for this issues. I'm not sure when im going to push the new package but lets say in one week.

All the files in current version are found in /opt/qtirreco

Caligula 2010-03-13 18:54

Re: QtIrreco for N900
 
Quote:

Originally Posted by Death Scythe (Post 565040)
Is it safe to uninstall the LIRC server v 0.8.0b-1fremantle30? Tested qtirreco some weeks back and it didn't work; I wasn't sure if lirc was installed along with it.

I dont think that it comes with qtirreco.. atleast with latest version. Anyway I have had it too and removed it. If you need it you find it in app manager and can istall it back.

Glasswalker 2010-03-17 07:11

Re: QtIrreco for N900
 
Hi there,

maybe im blind or dumb but I can't find a way to scoll the remote when there are more buttons than there's room for them on the screen. I'd like to use the loewe TV 150 for my TV and can use only the most bosic funktions ATM. Am I missing something? If not consider this a feature request *grin*

Regards,
Glasswalker

nirpe 2010-03-17 09:49

Re: QtIrreco for N900
 
Quote:

Originally Posted by Glasswalker (Post 570027)
Hi there,

maybe im blind or dumb but I can't find a way to scoll the remote when there are more buttons than there's room for them on the screen. I'd like to use the loewe TV 150 for my TV and can use only the most bosic funktions ATM. Am I missing something? If not consider this a feature request *grin*

Regards,
Glasswalker

Yes good point, first I thought about sizing the buttons, but for finger they are good size now, so let's hope I can make some sweet solution to have several layouts for remote to have more buttons in use that way.

gomados 2010-03-17 12:27

Re: QtIrreco for N900
 
Quote:

Originally Posted by nirpe (Post 564179)
First thing to check is if lirc is running by typing ps in terminal.

Then check the file under /opt/qtirreco/Remotes/<remotename.conf> whats the device in line:

command: <device> <command>

Then check if that device actually is the same under /opt/qtirreco/Devices/<device>. There check the line after begin remote.

name <device>

Then under /etc/lircd.conf you should have proper device path included.

If those devices in lines match and lirc runs the IR signal should be sent. Some codes doesn't work but still the signal is emitted.

it worker for me before but with last uptate it doent work for me,

hi im tryin to go to /opt/qtirreco/Remotes/ but in that directory is only themes directory i intalled package othe time but dont have Remotes directory any sugestion...

nirpe 2010-03-17 14:17

Re: QtIrreco for N900
 
Quote:

Originally Posted by gomados (Post 570343)
it worker for me before but with last uptate it doent work for me,

hi im tryin to go to /opt/qtirreco/Remotes/ but in that directory is only themes directory i intalled package othe time but dont have Remotes directory any sugestion...

Changelog

qtirreco (0.3.0-1) unstable; urgency=low
* Select buttons for remote dialog now has option to select all the buttons.
* Fixed optify once again. Default theme goes under /opt/qtirreco/themes/
* Executable goes in /opt/maemo/usr/bin/
* All the other files are found under /home/user/MyDocs/qtirreco/
* Fixed some memory leaks.
* User remote database cleared.
* Fixed some streaming when downloading remote.

So those files are under /home/user/MyDocs/qtirreco/

Please inform me if you find out what was wrong with the files.

Glasswalker 2010-03-17 16:12

Re: QtIrreco for N900
 
Quote:

Originally Posted by nirpe (Post 570138)
Yes good point, first I thought about sizing the buttons, but for finger they are good size now, so let's hope I can make some sweet solution to have several layouts for remote to have more buttons in use that way.

A resize of the buttons seems not neccesary from my point of view, "just" make the remote scrollable if there are more buttons selectet for the remote than there is space on the screen. I'm no programmer but i suppose this should be the easyest way to handle large remotes, please correct me if I'm wrong :-)

Glasswalker

nirpe 2010-03-17 19:02

Re: QtIrreco for N900
 
Quote:

Originally Posted by Glasswalker (Post 570667)
A resize of the buttons seems not neccesary from my point of view, "just" make the remote scrollable if there are more buttons selectet for the remote than there is space on the screen. I'm no programmer but i suppose this should be the easyest way to handle large remotes, please correct me if I'm wrong :-)

Glasswalker

Yes I am already into that solution, coming out soon ;)

Glasswalker 2010-03-17 19:23

Re: QtIrreco for N900
 
Big thanks from Germany :-)

Now I need to find a preset for my multimedia HDD wich uses a no-name remote. Can't do this myself as I don't have an IR-receiver... oh well, wait and see...

Thanks again,
Glasswalker

gomados 2010-03-17 20:43

Re: QtIrreco for N900
 
ups socket error!!

i deleted etc/init.d/lirc

now obiusly it doesnt work, how can i get the files allocated there?

well is an script can anyone postme the script, tnx.

nirpe 2010-03-17 21:58

Re: QtIrreco for N900
 
Quote:

Originally Posted by gomados (Post 571023)
ups socket error!!

i deleted etc/init.d/lirc

now obiusly it doesnt work, how can i get the files allocated there?

well is an script can anyone postme the script, tnx.

Can u get lirc back with apt-get install lirc in X-terminal ? If it says lirc is installed try dpkg -r lirc before that.

taril 2010-03-17 22:23

Re: QtIrreco for N900
 
qtirreco is still a nonworking application with lirc.

gomados 2010-03-17 22:26

Re: QtIrreco for N900
 
Quote:

Originally Posted by nirpe (Post 571148)
Can u get lirc back with apt-get install lirc in X-terminal ? If it says lirc is installed try dpkg -r lirc before that.

when i try apt-get install lirc it says you have the last version and when i try dpkg -r lirc it says dependenci error because i have installed qtirreco so i unistalled qtirreco and aldo did dpkg --purge lirc and then apt-get install lirc
and now i have lirc but whe i go to /etc/init.d/ and i do lirc start it says -sh: lirc: not fount.

i do a find / -iname lirc and i have now

/etc/lirc
/etc/init.d/lirc
/usr/include/lirc
/home/opt/maemo/usr/include/lirc

gomados 2010-03-17 22:41

Re: QtIrreco for N900
 
well now is installed because qtirreco dondt say socket error, but still doesnt work.

-update my etc/lircd.conf is empty

i checked Remotes and Devices and it sems ok what i have to write in lircd.conf can you write me an example?

crail 2010-03-17 22:57

Re: QtIrreco for N900
 
i cant download a remote with my 3g (three uk) but it works fine on wifi, making it useless when im out. anyone else having this problem?

nirpe 2010-03-18 07:24

Re: QtIrreco for N900
 
Quote:

Originally Posted by gomados (Post 571210)
well now is installed because qtirreco dondt say socket error, but still doesnt work.

-update my etc/lircd.conf is empty

i checked Remotes and Devices and it sems ok what i have to write in lircd.conf can you write me an example?

You should have all Devices included there like this:

include "/home/user/MyDocs/qtirreco/Devices/<devicename>"

gomados 2010-03-18 08:20

Re: QtIrreco for N900
 
tnx for your help now it works again....:)
but i have to fill the lirc.conf manually i checket permisions of that file and have all permisions, when i create new remote on qtirreco it doest write to lircd.conf like before, it fills remotes and devices but not lircd.conf...

nirpe 2010-03-18 08:25

Re: QtIrreco for N900
 
Quote:

Originally Posted by gomados (Post 571531)
tnx for your help now it works again....:)
but i have to fill the lirc.conf manually i checket permisions of that file and have all permisions

Application is supposed to write those include lines there when downloading new remotes. My lircd.conf file has these rights:

-rw-rw-rw- user root

gomados 2010-03-18 09:06

Re: QtIrreco for N900
 
well it works perfect now.. i tell what i did:
1. i unistalled qtirreco by command dpkg --purge qtirreco
2. i removed all directory in /home/user/MyDocs/qtirreco with command rm -r qtirreco (some files still there)
3.i removed all directory in /home/user/MyDocs/irreco with command rm -r irreco
(was unistalled before but files still there so i deleted)
4.i did an init 6 to reload
5.i did an apt-get install qtirreco. (when i did this command at the end displays changing paths in lircd.conf to proper one)

and now works like before.tnx to nirpe for your help.

Soulhatcher 2010-03-21 13:25

Re: QtIrreco for N900
 
Well.. took me awhile to get it working but I am pleased to say I can now control both my tv and xbox via the n900 thanks to all the helpful people in this thread!

However, I still have an Audio Research amp that I'd love to control with the n900 (not gonna happen methinks) and an Oppo SACD/dvd player.

Ive managed to find IR Remote codes for the Oppo player on their site: http://www.oppodigital.com/dv980h/do...e%20dv980h.xls

Is it possible to use those codes to create a remote that would work in Qtirreco? It'd be mega awesome if that was possible, though I most likely lack the expertise to do it - I was wondering if anyone could help out?

nirpe 2010-03-23 09:06

Re: QtIrreco for N900
 
Quote:

Originally Posted by Soulhatcher (Post 575805)
Well.. took me awhile to get it working but I am pleased to say I can now control both my tv and xbox via the n900 thanks to all the helpful people in this thread!

However, I still have an Audio Research amp that I'd love to control with the n900 (not gonna happen methinks) and an Oppo SACD/dvd player.

Ive managed to find IR Remote codes for the Oppo player on their site: http://www.oppodigital.com/dv980h/do...e%20dv980h.xls

Is it possible to use those codes to create a remote that would work in Qtirreco? It'd be mega awesome if that was possible, though I most likely lack the expertise to do it - I was wondering if anyone could help out?

You can try if it works. Some instructions:

1. Make file Oppo to /home/user/MyDocs/qtirreco/Devices/
2. Copy some other device content to that file and change lines to proper one. Important lines are after begin remote. Insert name Oppo in next line. Then after begin codes try first one command like: Power 0x1A
3. Then add include in /etc/lircd.conf like other ones are for that Oppo
4. Finally try if it works. And if so you can send me that Device file so I upload it to database so other users can have that too if needed.

Smooth-op 2010-03-23 10:38

Re: QtIrreco for N900
 
Does anyone know if I can control my gate with qtirreco ? It obviously has some simple code but I am not sure how to set this up.........:o

pelago 2010-03-23 21:51

Re: QtIrreco for N900
 
Quote:

Originally Posted by Smooth-op (Post 578431)
Does anyone know if I can control my gate with qtirreco ? It obviously has some simple code but I am not sure how to set this up.........:o

Are you sure it uses infra red? I thought most gate/garage controls used RF.

Smooth-op 2010-03-24 08:14

Re: QtIrreco for N900
 
No I'm not sure that it uses IR ( I was under the impression that it used IR because it has a code)....I will find out today! Many thanks for your reply :)

Taomyn 2010-03-25 09:02

Re: QtIrreco for N900
 
Hi, I can't seem to get QtIrecco to play nice with the Shutter desktop widget. It doesn't seem to matter what order I install things, with both apps installed, Shutter always says "IRSend failed".

I tried the following steps:

  • aptg-get remove --purge lirc
  • reboot
  • install Shutter 1.0.0-2 (+ lirc)
  • reboot
  • all is well and Shutter does it's thing
  • install QtIrreco (0.3.0-1)
  • reboot
  • QtIrreco is ok but Shutter starts to fail
Switching which one I install first makes no difference and whenever I install QtIrecco the command

Code:

irsend list "" ""
throws up tons of warning about not being able to load the camera config files, but it works just fine if I only install Shutter.

Removing just QtIrecco once installed does not fix the problem and I have to "purge" lirc again.

Any ideas?

Bigjobs 2010-03-26 00:48

Re: QtIrreco for N900
 
OK, call me thick, but exactly what files do i need to install on my N900 to use this app?

busa 2010-03-27 01:53

Re: QtIrreco for N900
 
Does anybody have workong lirc configs files for me?
(/etc/lirc/lircd.conf & /etc/lirc/hardware.conf)

thx busa

natedog400 2010-03-27 13:11

Qtirecco Problems???
 
Hi guys!
I know there's other topics on here to do with the same thing but i'm quite new to testing stuff and don't really wanna screw my phone up, so i'm afraid i need more child like advice in step by step form on how to sort my problem out.

I installed qtirecco a few days ago n it worked a real treat untill i tried it yesterday n it stopped working for no reason. i've done nothing to my phone to cause this? checked with a camera n no light emitted from the ir port. I uninstalled n reinstalled but still doesn't work.
I know others have managed to fix theres by messing around with x terminal but i'm not as brainy :(
One procedure was to check if lirc is running by typing ps in terminal and it doesnt appear to be but there was nothing in the topic on how to get it running?? Like i said, i'm a newb n i don't fully understand certain stuff so if someone could spare 5 or 10 mins on how to fix this i would be very greatfull.
Nath.

Crust 2010-03-27 15:47

Re: QtIrreco for N900
 
Could the developer/developers consider adding learning capabilities via the camera/cameras?

Please see the thread below:

http://talk.maemo.org/showthread.php...334#post584334

nirpe 2010-03-28 11:06

Re: Qtirecco Problems???
 
Quote:

Originally Posted by natedog400 (Post 584250)
Hi guys!
I know there's other topics on here to do with the same thing but i'm quite new to testing stuff and don't really wanna screw my phone up, so i'm afraid i need more child like advice in step by step form on how to sort my problem out.

I installed qtirecco a few days ago n it worked a real treat untill i tried it yesterday n it stopped working for no reason. i've done nothing to my phone to cause this? checked with a camera n no light emitted from the ir port. I uninstalled n reinstalled but still doesn't work.
I know others have managed to fix theres by messing around with x terminal but i'm not as brainy :(
One procedure was to check if lirc is running by typing ps in terminal and it doesnt appear to be but there was nothing in the topic on how to get it running?? Like i said, i'm a newb n i don't fully understand certain stuff so if someone could spare 5 or 10 mins on how to fix this i would be very greatfull.
Nath.

Start QtIrreco and then type ps in terminal to see if lircd is running. If not then apt-get install lirc. But if you have downloaded QtIrreco with apt-get or manager lirc should be installed and running properly with QtIrreco.

nirpe 2010-03-28 11:07

Re: QtIrreco for N900
 
Quote:

Originally Posted by Crust (Post 584346)
Could the developer/developers consider adding learning capabilities via the camera/cameras?

Please see the thread below:

http://talk.maemo.org/showthread.php...334#post584334

Very interesting idea, but if I got it right pretty impossible to get it work :)

nirpe 2010-03-28 11:08

Re: QtIrreco for N900
 
Quote:

Originally Posted by Bigjobs (Post 582702)
OK, call me thick, but exactly what files do i need to install on my N900 to use this app?

Enable extras-devel repository and then install QtIrreco, all other packages comes along.

nirpe 2010-03-28 19:52

Re: QtIrreco for N900
 
I put new release with bug fixes and it seems that autobuilder automatically added qt 4.6.2 libs to dependency so package cannot be installed without them. And since those libs aren't yet in normal repositorys and Qt support for maemo5 isn't perfect I recommend you not to install that new upgrade yet.

killerjay 2010-03-29 06:03

Re: QtIrreco for N900
 
not like we can anyways.....im not able too..... i cant install the new psx4all or tuner updates either cuz its saying im missing some stuff

ChadiM 2010-03-29 16:26

Re: QtIrreco for N900
 
Hi, I have v.0.3.0 and when I click download remote, I don't see the list!

I only see:
(Header) "Download remote"
then "Manufacturers" and "Remotes"

but there isn't any list.
I am on wifi, it's connected, no proxy. What's wrong?

Thank you.


All times are GMT. The time now is 16:39.

vBulletin® Version 3.8.8