Notices


Reply
Thread Tools
Posts: 29 | Thanked: 4 times | Joined on Oct 2009
#11
Originally Posted by Thesandlord View Post
emelfm2 or midnight commander

They are great file system managers! I use emelfm2, so I'll show you how using that...

Start xterm
make sure you have a root program, like rootsh or gainroot
become root (by typing "root" or "sudo gainroot" or whatever)
type emelfm2 and press enter
Then browse to /usr/lib (its just like in windows explorer)
ta da!!!

I am not sure if these programs are available for N900, this is for N8x0.

You can always access this from the command line and use mv to move files.
Thanks a lot!

Midnight Commander do though not work on N900 - and I cannot find emelfm2
 
yerga's Avatar
Posts: 696 | Thanked: 1,012 times | Joined on Mar 2006 @ Asturies, Spain
#12
Originally Posted by Walsted View Post
How do I get access to /usr/lib ... The File Manager who is part of N900, does not show those folders.
I'll write a stepwise guide, the problem is because this application isn't ready for Extras yet, so people watching this thread don't think you need to do something similar when you'll be using your N900. The N900 is super user friendly :-)
  • 1) Install rootsh (you can find it in the application manager).
  • 2) Save this file with the browser to the "Documents" folder.
  • 3) Open the X Terminal application.
  • 4) Write "root" (without the quotes) in the terminal, press the "Enter" key.
  • 5) Write "cp /home/user/MyDocs/.documents/libgstximagesrc.so /usr/lib/gstreamer0.10/" (without the quotes of course, and note the spaces), and press the "Enter" key.
  • 6) Close the X Terminal and forget it ;-).
__________________
Daniel Martín Yerga
maemo.org profile
Twitter
 
anidel's Avatar
Posts: 1,743 | Thanked: 1,231 times | Joined on Jul 2006 @ Twickenham, UK
#13
This workaround only works with older 0.4.4 version of load-applet?
 
yerga's Avatar
Posts: 696 | Thanked: 1,012 times | Joined on Mar 2006 @ Asturies, Spain
#14
Originally Posted by anidel View Post
This workaround only works with older 0.4.4 version of load-applet?
Yes, the new ones use the same gstreamer module but named differently (ximagewsrc), so the newer load-applet versions don't detect ximagesrc.

In the bug report the author said that recompiling the package, it should work, but I haven't tested it.
__________________
Daniel Martín Yerga
maemo.org profile
Twitter
 
Posts: 526 | Thanked: 99 times | Joined on Sep 2009
#15
Originally Posted by yerga View Post
I'll write a stepwise guide, the problem is because this application isn't ready for Extras yet, so people watching this thread don't think you need to do something similar when you'll be using your N900. The N900 is super user friendly :-)
  • 1) Install rootsh (you can find it in the application manager).
  • 2) Save this file with the browser to the "Documents" folder.
  • 3) Open the X Terminal application.
  • 4) Write "root" (without the quotes) in the terminal, press the "Enter" key.
  • 5) Write "cp /home/user/MyDocs/.documents/libgstximagesrc.so /usr/lib/gstreamer0.10/" (without the quotes of course, and note the spaces), and press the "Enter" key.
  • 6) Close the X Terminal and forget it ;-).

I've tried this and it doesn't seem to work. I get this message

cp: cannot create '......': Is a directory Nokia-N900-42-11

Please could you let me know if it's still possible to get this working
__________________
Christopher Stobbs

My Blog
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#16
Just as a note for anyone reading this thread, as of PR1.2 and load-applet v0.4.6-5, it appears to work out of the box.

EDIT: Well, I'm getting frame-drop and a few other issues, but at least it's recording video.

Last edited by jaem; 2010-06-23 at 22:27.
 

The Following User Says Thank You to For This Useful Post:
Posts: 433 | Thanked: 274 times | Joined on Jan 2010
#17
thanks for the heads-up! just tried it and it did indeed take a screencast - though the captured video was quite out of sync with the speed at which I actually took actions (and with the associated audio too). 5hat is, the video seemed to change quickly through the various screen activity I did, though in the correct sequence. This was with replay of the 4.25Mb .avi in the stock media player.

I have no idea what version of cpu load I'm running (latest AFAIK, how can I find out), maybe that is relevant?

still v. useful to finally have this functionality usable though.
__________________
n900: "with power comes responsibility".

If you buy a niche, highly modifiable smartphone and proceed to mess it up by blindly screwing around, don't just blame the phone, also blame yourelf.

Last edited by Pigro; 2010-06-23 at 22:28. Reason: clarified video sync issue
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#18
Originally Posted by Pigro View Post
thanks for the heads-up! just tried it and it did indeed take a screencast - though the captured video was quite out of sync with the speed at which I actually took actions (and with the associated audio too). I have no idea what version of cpu load I'm running (latest AFAIK, how can I find out), maybe that is relevant?

still v. useful to finally have this functionality usable though.
I'm not sure what the status is, exactly. To check the version of an installed package, you can check the "Details" option in the App Manager (tap-and-hold on the package name), or alternatively use the command "dpkg-query -W load-applet" in the terminal (root is not needed).

I'm going to turn the eyecandy way down and see if that improves it. I'll report back here afterward.
 
Posts: 433 | Thanked: 274 times | Joined on Jan 2010
#19
ok, I'm running the same version you quoted above.I take it you experienced similar effects to me when doing a screencast with a lot of video changes then?
__________________
n900: "with power comes responsibility".

If you buy a niche, highly modifiable smartphone and proceed to mess it up by blindly screwing around, don't just blame the phone, also blame yourelf.
 
lostinmirkwood's Avatar
Posts: 128 | Thanked: 232 times | Joined on Sep 2009 @ New Jersey, USA
#20
I took this video/screencast off my phone using a different method all together. (the screencast starts at 0:20) I found that the gstreamer or using ffmpeg on the device was taking up too much CPU time to reasonably step through the process.

These instructions were are for using ubuntu/linux your recipe may vary depending on OS.

I installed x11vnc on my n900 and launched it from the terminal
Code:
x11vnc -ncache 10
Then used vncviewer to connect to the phone's display on my computer, similarly in the computer's terminal, with my phone's ip address
Code:
vncviewer 192.168.1.100
once I positioned my vnc window (in this case the top-left corner) I ran ffmpeg to encode the stream with a specific 800x480 resolution and a 5,55 offset so that I didn't grab the window borders, as such:
Code:
ffmpeg -f x11grab -s 800x480 -r 25 -i :0.0+5,55 -sameq Ansel-A-Promo.mpg
Now you just use the phone as usual and all the video will be recorder.
hint: change the wifi setting for your current connection to temporarlly disable power-saving so that you're always running at 100mW (you can find the settings in your connection manager)

And as they say done-and-done!
 

The Following 4 Users Say Thank You to lostinmirkwood For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 09:36.