View Single Post
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#49
To make videocamera launch from popping the N800 camera...
  • Install gconfedit (Equivalent to registry editor in windows, a utility no GNOME install should be without.)
  • Make sure /system/osso/af/launch-on-camera is checked.
  • Set /system/osso/af/on-camera-out:
    It should have two entries; these are for launching the internet call, and I'm posting them as a reference in case anyone wants to go back...
    • org.freedesktop.Telepathy.StreamEngine
    • com.nokia.osso_voip_ui
    Remove them, and replace with
    • com.nokia.videocamera_service

I really recommend that you install gconfedit, but here's a script to accomplish the same, if you don't want to:

Code:
#!/bin/sh
gconftool -s /system/osso/af/launch-on-camera --type bool true
gconftool -s /system/osso/af/on-camera-out --type list --list-type string '[com.nokia.videocamera_service]'
 

The Following 9 Users Say Thank You to Benson For This Useful Post: