![]() |
2011-03-16
, 20:41
|
Posts: 101 |
Thanked: 50 times |
Joined on Nov 2010
@ Liverpool, England
|
#91
|
![]() |
2011-03-16
, 20:52
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#92
|
i have tried using the dsmetool command way and just replacing camera-ui with your file both give me instant reboot, just replacing gives me the reboot loop.
am i going about this all wrong? am i best just leaving it for more experianced users?
The Following 7 Users Say Thank You to nicolai For This Useful Post: | ||
![]() |
2011-03-16
, 20:52
|
|
Posts: 870 |
Thanked: 133 times |
Joined on Aug 2010
|
#93
|
![]() |
2011-03-16
, 21:01
|
Posts: 1,378 |
Thanked: 1,604 times |
Joined on Jun 2010
@ Göteborg, Sweden
|
#94
|
![]() |
2011-03-16
, 21:11
|
Posts: 101 |
Thanked: 50 times |
Joined on Nov 2010
@ Liverpool, England
|
#95
|
I run it from command line.
It isn't ready yet to replace the stock camera-ui. Please don't
use dsmetool. But I must admit, I don't had any reboots
when I used dsmetool.
First, be sure the stock camera-ui does not run.
dsmetool -k /usr/bin/camera-ui
then you can start my app with
dsmetool -t <where ever you put it>
Btw the stock camera-ui in /usr/bin/camera-ui isn't the real
application, but a link to /usr/bin/maemo-invoker.
When you start /usr/bin/camera-ui maemo-invoker
is started and starts (depending on the name of the link)
an application (/usr/bin/camera-ui.launch).
camer-ui.launch is the real camera-ui "application". It isn't really
an application but a shared library with a "main" function.
maemo-launcher now loads the shared library and calls this
main function.
This is how the maemo application framework tries to reduce
the start up time of the stock applications (modest, mediaplayer ...)
regards
Nicolai
![]() |
2011-03-16
, 21:16
|
Posts: 255 |
Thanked: 107 times |
Joined on Nov 2010
|
#96
|
![]() |
2011-03-16
, 22:12
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#97
|
would running it like this cause problems?
nohup ~/bin/camera-ui2 >/dev/null &
I haven't seen any absurd effects on CPU ever since you updated it the first time. dsmetool -t always crashes for me
![]() |
2011-03-16
, 22:30
|
Posts: 101 |
Thanked: 50 times |
Joined on Nov 2010
@ Liverpool, England
|
#98
|
The Following 2 Users Say Thank You to poogash For This Useful Post: | ||
![]() |
2011-03-16
, 22:45
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#99
|
i have noticed on after each photo is taken the transition from camera to the captured image has the open lens cover screen.
also when in front facing camera i need to restart camera to get back to the main camera.
The Following User Says Thank You to nicolai For This Useful Post: | ||
![]() |
2011-03-16
, 23:18
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#100
|