![]() |
Re: [Announce] Smartcam Maemo 5 Port - Now with more Qt
Quote:
BTW, the conf file may be better placed in home/user/.config/smartcam_m5/?? |
Re: [Announce] Smartcam Maemo 5 Port - Now with more Qt
the conf just has
<smartcam>ip:port</smartcam> Once I figure out how to add a package manager icon to it ill be able to upload right to extras-devel, should be easier to sort out then. |
Re: [Announce] Smartcam Maemo 5 Port - Now with more Qt
Quote:
|
Re: [Announce] Smartcam Maemo 5 Port - Now with more Qt
has anybody gotten this to work since the update. also when enter the ip address and click start is asking about internet connection.
Ok finally got it to work, just need to fix the issue with saving the conf file since each time i start the program i have to re enter it |
Re: [Announce] Smartcam Maemo 5 Port - Now with more Qt
Is Azkay still with us? Good wishes to him either way....
|
Re: [Announce] Smartcam Maemo 5 Port - Now with more Qt
First I want to thank Azkey for porting this wonderful app to maemo!
Second, I think I figured out what's wrong with save. When you start smartcam from cli with: Code:
/opt/smartcam_m5/bin/smartcam_m5 Code:
cd /opt/smartcam_m5/bin So, my guess is that Azkey just need to change code to look in app folder for a .conf file or just say what is default working folder for SmartCam so we can just copy .conf file there (I tried /home/user without success). Thanks again Azkey! P.S. SmartCam reads .conf file as is. So, no <smartcam></smartcam> needed. |
Re: [Announce] Smartcam Maemo 5 Port - Now with more Qt
LOADING/SAVING FIX:
Code:
cd /usr/share/applications/hildon Code:
/opt/smartcam_m5/bin/smartcam_m5 Code:
/opt/smartcam_m5/smartcam_m5 Code:
leafpad /opt/smartcam_m5/smartcam_m5 Code:
cd /opt/smartcam_m5/bin |
Re: [Announce] Smartcam Maemo 5 Port - Now with more Qt
@xxxts: I think the instructions contain a typo. Are we supposed to change exec=/opt/smartcam_m5/bin/smartcam_m5 in the .desktop file, and enter ip address:port in the .conf file?
|
Re: [Announce] Smartcam Maemo 5 Port - Now with more Qt
Why isn't this in the repos!? :O
|
Re: [Announce] Smartcam Maemo 5 Port - Now with more Qt
What a neat little fix.
Nicely done xxxxts. We aren't actually running smartcam binary via icon, but instead we are running newly created script in /opt/smartcam. And yes, as maartenmk stated, there is indeed a typo with 'Exec' part and the IP address is ... somewhat lost ;) I presume this is how you meant to say it (not trying to take credits for your work, just want to clarify it) : LOADING/SAVING FIX (as root) : Code:
cd /usr/share/applications/hildon Code:
Exec=/opt/smartcam_m5/bin/smartcam_m5 Code:
Exec=/opt/smartcam_m5/smartcam_m5 Code:
leafpad /opt/smartcam_m5/smartcam_m5 Code:
cd /opt/smartcam_m5/bin Code:
chmod +x /opt/smartcam_m5/smartcam_m5 (optionally) if you want to add .conf file manually: Code:
leafpad /opt/smartcam_m5/bin/smartcam_m5.conf Code:
192.168.1.2:9361 |
All times are GMT. The time now is 21:09. |
vBulletin® Version 3.8.8