azkay
|
2011-04-14
, 10:05
|
Posts: 395 |
Thanked: 509 times |
Joined on Jan 2011
@ Brisbane, Australia
|
#131
|
|
2011-04-14
, 16:57
|
Posts: 105 |
Thanked: 99 times |
Joined on Feb 2011
@ India
|
#132
|
|
2011-04-14
, 17:35
|
Posts: 395 |
Thanked: 509 times |
Joined on Jan 2011
@ Brisbane, Australia
|
#133
|
Thank you so much for porting this. When are you promoting it in the repos?
|
2011-04-14
, 20:12
|
Posts: 1,378 |
Thanked: 1,604 times |
Joined on Jun 2010
@ Göteborg, Sweden
|
#134
|
Weird, the save/load works fine for me.
Check in /opt/smartcam_m5/bin
It should remake it with whatevers in the "smartcam:" inputbox everytime you hit "save".
|
2011-04-14
, 20:40
|
Posts: 395 |
Thanked: 509 times |
Joined on Jan 2011
@ Brisbane, Australia
|
#135
|
|
2011-04-15
, 00:03
|
Posts: 1,378 |
Thanked: 1,604 times |
Joined on Jun 2010
@ Göteborg, Sweden
|
#136
|
|
2011-04-15
, 03:56
|
|
Posts: 277 |
Thanked: 215 times |
Joined on Dec 2009
|
#137
|
|
2011-04-15
, 04:51
|
Posts: 395 |
Thanked: 509 times |
Joined on Jan 2011
@ Brisbane, Australia
|
#138
|
|
2011-04-15
, 06:04
|
Posts: 2,014 |
Thanked: 1,581 times |
Joined on Sep 2009
|
#139
|
|
2011-04-15
, 06:17
|
Posts: 395 |
Thanked: 509 times |
Joined on Jan 2011
@ Brisbane, Australia
|
#140
|
Are you running as root. A quick strace of the app reveals that when you hit save it tries to open the conf file and gets a permission denied. However the error is not caught and returns a successful.
An easy way around this is go open an xterm
cd /opt/smartcam_m5/bin
touch smartcam_m5.conf
chmod 777 smartcam_m5.conf