Reply
Thread Tools
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#181
Originally Posted by coderus View Post
@romaxa about:config (and all about: pages) still unclickable

and i have troubles with compiling. compiler exiting with Killed signal and my kwin killed too
OOM?

ten chars
__________________
Never fear. I is here.

720p video support on N900,SmartReflex on N900,Keyboard and mouse support on N900
Nothing is impossible - Stable thumb2 on n900

Community SSU developer
kernel-power developer and maintainer

 
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#182
my cpu or memory cant handle this procedure
i think it was because i disabled my swap
__________________
Telegram | Openrepos | GitHub | Revolut donations

Last edited by coderus; 2013-01-22 at 10:57.
 

The Following User Says Thank You to coderus For This Useful Post:
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#183
The browser works fine, am posting via it now. And this is fast indeed

One thing there is that I am wondering about, though: is it just me or is it quite difficult to hit any links to open?
Compared to the stock browser which really accurately determines where you hit it with a finger, even among closely packed links, with this I need to magnify the page a lot and try to hit multiple times before succeeding...
Somehow I get the feeling that this version is better than the previous, but that might be subjective?
 

The Following 5 Users Say Thank You to juiceme For This Useful Post:
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#184
@juiceme - the same happens on n900, I used the stylus for the first time for the last couple of months . Though I guess it is some setting in about:config
__________________
Never fear. I is here.

720p video support on N900,SmartReflex on N900,Keyboard and mouse support on N900
Nothing is impossible - Stable thumb2 on n900

Community SSU developer
kernel-power developer and maintainer

 

The Following 2 Users Say Thank You to freemangordon For This Useful Post:
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#185
oh, i enabled my 8GB swap on SSD and compiled with -j4 in a 10 minutes
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following 3 Users Say Thank You to coderus For This Useful Post:
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#186
Okay, made first changes in QML with harmattan components. Now need any info about API for managing tabs and other Fennec components.
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following 14 Users Say Thank You to coderus For This Useful Post:
Posts: 40 | Thanked: 265 times | Joined on Aug 2007
#187
Originally Posted by juiceme View Post
The browser works fine, am posting via it now. And this is fast indeed

One thing there is that I am wondering about, though: is it just me or is it quite difficult to hit any links to open?
Compared to the stock browser which really accurately determines where you hit it with a finger, even among closely packed links, with this I need to magnify the page a lot and try to hit multiple times before succeeding...
Somehow I get the feeling that this version is better than the previous, but that might be subjective?
That feature need some small piece of code implementation, should not be hard to do.
 

The Following 10 Users Say Thank You to romaxa For This Useful Post:
Posts: 40 | Thanked: 265 times | Joined on Aug 2007
#188
Latest builds have gstreamer support.
Simple test page:
http://camendesign.com/code/video_fo...body/test.html

in order to test youtube mobile with h264 on harmattan N9, run
Code:
CUSTOM_UA="Mozilla/5.0 (Linux; Android 4.0.3; Transformer Prime TF201 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Tablet Chrome/18.0.1025.166 Safari/535.19" ./qmlMozEmbedTest -url "http://m.youtube.com/watch?v=mdZo_keUoEs"
and disable HQ, (by some reason it too heavy.)

For Mer gstreamer h264 codecs need to be installed to get it working.

Cheers.

Last edited by romaxa; 2013-01-23 at 15:09.
 

The Following 10 Users Say Thank You to romaxa For This Useful Post:
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#189
"Firefox doesn't know how to open this address, because the protocol (vnd.youtube) isn't associated with any program."

huh?
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
Posts: 1,298 | Thanked: 2,277 times | Joined on May 2011
#190
A pity latest Mer/PA on Nexus 7 crashes after I switched to devel. I'll just install more stable image again to test this. By the way, why do you need to spoof the user agent there?

Mer/PA on Nexus 7 has hardware accelerated H.264 plugin for gstreamer (nv_omx_h264dec). Stock player need special patching to enable it though. Would embedlite be able to use it too?

Here is an example how to invoke it from the gst-launch

Code:
DISPLAY=:0 gst-launch-0.10 filesrc location=some_video.mp4 ! \
qtdemux name=demuxer \ demuxer. ! nv_omx_aacdec ! queue ! \
audioconvert ! audioresample ! autoaudiosink \ demuxer. ! queue ! \
nv_omx_h264dec ! nvxvimagesink

Last edited by shmerl; 2013-01-23 at 09:00.
 
Reply

Tags
thread derailed


 
Forum Jump


All times are GMT. The time now is 00:50.