maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS] (https://talk.maemo.org/showthread.php?t=77695)

Hurrian 2012-04-04 11:01

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
Quote:

Originally Posted by ammyt (Post 1187287)
Your /root/ directory is probably full.
Try this:
Code:

gst-launch-0.10 -v v4l2camsrc device=/dev/video0 ! video/x-raw-yuv,width=1280, height=720!dspmp4venc !avimux!filesink location=/home/user/MyDocs/test.avi

If his /root folder is full, he has worse things to worry about than not recording videos.
Quote:

Originally Posted by freemangordon (Post 1187879)
No. Also the "latest" is on the first page, the library i've attached a few posts ago was intended as a test whether it fixes the problem with ABC. When there is a new release I will announce it here.

Might want to add [CHECK FIRST POST] to the title.

hadi43 2012-04-04 23:37

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
Quote:

Originally Posted by freemangordon (Post 1095763)
OK, I finally did it :D (big thanks to Nokia and TI for DSP codecs of course)

DO IT ON YOUR OWN RISK. I WILL NOT ACCEPT ANY CLAIMS FOR DATA/FUNCTIONALITY LOSS CAUSED BY FOLLOWING THE STEPS BELOW

In order to watch 720p videos on your n900 you will need:

- wget and kernel-power v49 installed on your n900
- your n900 connected to internet

1. Download attached .deb files on your n900 in a directory of your choice

2. from xterm as root cd to that directory and install .deb files
dpkg -i omap3-dsp-baseimage-ti_0.i3.6-15+0m6_armel.deb omap3-dsp-libraries-ti_0.i3.6-15+0m6_armel.deb omap3-dsp-hd-codecs_0.3.8-7+0m6_armel.deb

3. from attached libgstdsp.zip copy libgstdsp.so to your n900 /usr/lib/gstreamer-0.10/libgstdsp.so

4. uninstall gstreamer0.10-openmax from n900. As root:

apt-get remove gstreamer0.10-openmax

5. Reboot you n900 and enjoy :D

After i did all steps...
i reboot the device but when i turn on it i got nokia sign then the device turn off ...
Can u help me??

freemangordon 2012-04-05 05:28

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
Quote:

Originally Posted by hadi43 (Post 1188179)
After i did all steps...
i reboot the device but when i turn on it i got nokia sign then the device turn off ...
Can u help me??

You may try to remove and reinsert your battery after a while. Also you may try to charge it.

ammyt 2012-04-05 13:14

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
Quote:

Originally Posted by Hurrian (Post 1187880)
If his /root folder is full, he has worse things to worry about than not recording videos.

Exactly. I ran into this issue at first, recording several tests from gst command-line, and some minutes later, I got the errors. I assume his directory is filled because of the fact that he has previously recorded files in /root/

Anyway, an ls /root/ would clarify more.

alexms 2012-04-06 13:24

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
Quote:

Originally Posted by freemangordon (Post 1187095)
Seems you did not execute all the steps, as 720p to work you need KP version 49 at least . What you can try is to use flasher and flash only stock nokia kernel, so you will be able to boot to maemo. Anyway, AFAIK there were another user which device went into a reboot loop by similar reasons, search the forum for how did he fix his n900.

Can you tell me how to flash only stock nokia kernel ?
I have searched here but didn't find anything usefull to fix it, everyone reflashed the phone.

hadi43 2012-04-06 13:30

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
Hi
i have installed 720p patch and it's worj fine..
now i wanna to install a better camera patch but i get this error:

http://www3.0zz0.com/2012/04/02/18/805768957.png

what i can do now?

greets

freemangordon 2012-04-06 13:49

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
@karam, please remove your "abc patch" from the thread, there is a proper solution, but as you may see there are still people trying to use your "patch"

@hadi43 don't use karam's "patch", look here

branja 2012-04-06 17:42

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
Please, please, PLEASE help...

First of all: I'm a total noob. I've tried to do all the things from the first post but I have failed.

x term displayed this:

"omap3-dsp-baseimage-ti pre-depends on wget
wget is not installed but configs remain.
dpkg: error processing omap3-dsp-baseimage-ti_0.i3.6-15+0m6_armel.deb (--install):
pre-dependency problem - not installing omap3-dsp-baseimage-ti
Errors were encountered while processing:
omap3-dsp-baseimage-ti_0.i3.6-15+0m6_armel.deb"

What shall I do?

Hurrian 2012-04-06 21:44

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
Quote:

Originally Posted by branja (Post 1188918)
Please, please, PLEASE help...

First of all: I'm a total noob. I've tried to do all the things from the first post but I have failed.

x term displayed this:

"omap3-dsp-baseimage-ti pre-depends on wget
wget is not installed but configs remain.
dpkg: error processing omap3-dsp-baseimage-ti_0.i3.6-15+0m6_armel.deb (--install):
pre-dependency problem - not installing omap3-dsp-baseimage-ti
Errors were encountered while processing:
omap3-dsp-baseimage-ti_0.i3.6-15+0m6_armel.deb"

What shall I do?

sudo apt-get install wget

branja 2012-04-07 00:10

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
Tnx mate...but, it asks 4 a password. :(


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

vBulletin® Version 3.8.8