View Single Post
Posts: 80 | Thanked: 95 times | Joined on Aug 2010
#543
Originally Posted by Saturn View Post
Might be useful for those not sure on the step:

open an xterm then copy-paste each line:

Code:
sudo gainroot
mkdir camera-ui2
cd camera-ui2/
wget -O camera-ui.tar.gz "http://talk.maemo.org/attachment.php?attachmentid=19935&d=1304966081"
tar -xzf camera-ui.tar.gz
cp camera-ui /usr/bin/
ls -l /usr/bin/camera-ui
the result should be:
-rwxr-xr-x 1 root root 196901 2011-05-09 21:12 /usr/bin/camera-ui

now reboot..
For anyone having this:
Code:
-rw-r--r-- 1 root root 196901 2011-05-09 21:12 /usr/bin/camera-ui
do:
Code:
chmod +x /usr/bin/camera-ui
And:
Code:
ls -l /usr/bin/camera-ui
And you will sucessfully have this:
Code:
-rwxr-xr-x 1 root root 196901 2011-05-09 21:12 /usr/bin/camera-ui
After that reboot!

Thanks Saturn for your tips

Edit:

Originally Posted by saruman_me View Post
What if I did not, please help I could not find GDigicam deb file..
http://forums.internettablettalk.com...19#post1104719

There you go

Edit2:

After reboot is done i can't see HD yet!!! What i'm i doing wrong.. i installed debs from:
http://forums.internettablettalk.com...19#post1104719

And extracted the new camera-ui.tar.gz in post 1 and still don't see HD option!!!!! Anyone can help me?

Last edited by zylor; 2011-10-07 at 16:54.