View Single Post
Posts: 11 | Thanked: 4 times | Joined on Dec 2009
#9
Originally Posted by Megaltariak View Post
I push the green button but it get stuck on:
REC 0:00:00
LIVE
and the preview is totally green.
Reason of your problem is some environment variables on your phone is not set.Type in terminal

Code:
echo "export ENV=/home/user/.ashrc" >> ~/.profile
echo "export OSSO_PRODUCT_FULL_NAME=Nokia N900" >> ~/.ashrc
echo "export OSSO_PRODUCT_RELEASE_NAME=Maemo 5" >> ~/.ashrc
and reboot your device.