[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Post Reply 
[Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 28th June
04-05-2010, 10:05 AM
Post: #46
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Released
Can someone please provide the contents of /mnt/syb8634/lib/ from A110?. It will be required for Compiling the latest Qt4.6.2 libs & browser.

Sriram
C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730
Find all posts by this user
Add Thank You Quote this message in a reply
04-05-2010, 04:05 PM
Post: #47
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Released
(04-05-2010 10:05 AM)vaidyasr Wrote:  Can someone please provide the contents of /mnt/syb8634/lib/ from A110?. It will be required for Compiling the latest Qt4.6.2 libs & browser.

vaidyasr, you can download it from here : http://rapidshare.com/files/372305272/lib.zip

A-110 | FW:01-17-100317-15-POP-403-000 | NMT:00-17-091216-15-POP-403
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to sculder for this post
04-08-2010, 09:07 AM
Post: #48
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
Updated with new version. Please check and post the issues.

Sriram
C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730
Find all posts by this user
Add Thank You Quote this message in a reply
04-08-2010, 03:49 PM (This post was last modified: 04-08-2010 04:00 PM by sculder.)
Post: #49
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
Same as before - white/reboot.

/opt/sybhttpd/localhost.drives/HARD_DISK # cd /share/Apps/browser
/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser # LD_LIBRARY_PATH=/lib:/share/Apps/Qt/lib:/share/Apps/browser/lib;export LD_LIBRARY_PATH
/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser # cd bin
/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser/bin # ./browser -qws -display directfb
./browser: can't load library 'libintl.so.8'
/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser/bin #

libintl.so.8 doesn't exist anywhere on HDD

A-110 | FW:01-17-100317-15-POP-403-000 | NMT:00-17-091216-15-POP-403
Find all posts by this user
Add Thank You Quote this message in a reply
04-08-2010, 04:10 PM (This post was last modified: 04-08-2010 04:20 PM by vaidyasr.)
Post: #50
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
(04-08-2010 03:49 PM)sculder Wrote:  Same as before - white/reboot.

/opt/sybhttpd/localhost.drives/HARD_DISK # cd /share/Apps/browser
/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser # LD_LIBRARY_PATH=/lib:/share/Apps/Qt/lib:/share/Apps/browser/lib;export LD_LIBRARY_PATH
/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser # cd bin
/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser/bin # ./browser -qws -display directfb
./browser: can't load library 'libintl.so.8'
/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser/bin #

libintl.so.8 doesn't exist anywhere on HDD

OK, thanks, I'll add the libintl.so again and let you know.
Can you please send me the list of dependency of browser binary in A110 so that I can bundle the remaining required libs?.
# cd /share/Apps/browser
# export LD_LIBRARY_PATH=/lib:/share/Apps/Qt/lib:/share/Apps/browser/lib
# cd bin
# ldd ./browser

Sriram
C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730
Find all posts by this user
Add Thank You Quote this message in a reply
04-08-2010, 04:33 PM
Post: #51
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
(04-08-2010 04:10 PM)vaidyasr Wrote:  OK, thanks, I'll add the libintl.so again and let you know.
Can you please send me the list of dependency of browser binary in A110 so that I can bundle the remaining required libs?.
# cd /share/Apps/browser
# export LD_LIBRARY_PATH=/lib:/share/Apps/Qt/lib:/share/Apps/browser/lib
# cd bin
# ldd ./browser

libQtWebKit.so.4 => not found
libphonon.so.4 => not found
libQtXmlPatterns.so.4 => not found
libQtGui.so.4 => not found
libQtNetwork.so.4 => not found
libQtCore.so.4 => not found
libpthread.so.0 => /lib/libpthread.so.0 (0x2aaed000)
libm.so.0 => /lib/libm.so.0 (0x2ab40000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2ab9d000)
libc.so.0 => /lib/libc.so.0 (0x2abec000)
ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x2aaa8000)
/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser/bin #

A-110 | FW:01-17-100317-15-POP-403-000 | NMT:00-17-091216-15-POP-403
Find all posts by this user
Add Thank You Quote this message in a reply
04-08-2010, 04:46 PM (This post was last modified: 04-08-2010 04:46 PM by vaidyasr.)
Post: #52
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
(04-08-2010 04:33 PM)sculder Wrote:  libQtWebKit.so.4 => not found
libphonon.so.4 => not found
libQtXmlPatterns.so.4 => not found
libQtGui.so.4 => not found
libQtNetwork.so.4 => not found
libQtCore.so.4 => not found
libpthread.so.0 => /lib/libpthread.so.0 (0x2aaed000)
libm.so.0 => /lib/libm.so.0 (0x2ab40000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2ab9d000)
libc.so.0 => /lib/libc.so.0 (0x2abec000)
ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x2aaa8000)
/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser/bin #
Thanks, can you please list down the output of below?. To make sure the libQt are correct. Needs to be run under /share/Apps/Qt/lib

I am sure that you have updated the Qt Libs also to 4.6.2-nmt1 right?.

# ldd libQtWebKit.so.4
# ldd libphonon.so.4
# ldd libQtXmlPatterns.so.4
# ldd libQtGui.so.4
# ldd libQtNetwork.so.4
# ldd libQtCore.so.4

Sriram
C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730
Find all posts by this user
Add Thank You Quote this message in a reply
04-08-2010, 05:15 PM
Post: #53
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
(04-08-2010 04:46 PM)vaidyasr Wrote:  Thanks, can you please list down the output of below?. To make sure the libQt are correct. Needs to be run under /share/Apps/Qt/lib

I am sure that you have updated the Qt Libs also to 4.6.2-nmt1 right?.

# ldd libQtWebKit.so.4
# ldd libphonon.so.4
# ldd libQtXmlPatterns.so.4
# ldd libQtGui.so.4
# ldd libQtNetwork.so.4
# ldd libQtCore.so.4

Of course, i'm under v.4.6.2
here is libs list:

Quote:
Code:
/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/Qt/lib # ldd libQtWebKit.so.4
        libphonon.so.4 => libphonon.so.4 (0x00000000)
        libQtXmlPatterns.so.4 => libQtXmlPatterns.so.4 (0x00000000)
        libQtGui.so.4 => libQtGui.so.4 (0x00000000)
        libQtNetwork.so.4 => libQtNetwork.so.4 (0x00000000)
        libQtCore.so.4 => libQtCore.so.4 (0x00000000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00000000)
        libm.so.0 => /lib/libm.so.0 (0x00000000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00000000)
        libc.so.0 => /lib/libc.so.0 (0x00000000)
        libgthread-2.0.so.0 => libgthread-2.0.so.0 (0x00000000)
        libglib-2.0.so.0 => libglib-2.0.so.0 (0x00000000)
        libintl.so.8 => not found (0x00000000)
        libdl.so.0 => /lib/libdl.so.0 (0x00000000)
        librt.so.0 => /lib/librt.so.0 (0x00000000)
        /lib/ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x00000000)

/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/Qt/lib # ldd libphonon.so.4
        libQtGui.so.4 => libQtGui.so.4 (0x00000000)
        libQtNetwork.so.4 => libQtNetwork.so.4 (0x00000000)
        libQtCore.so.4 => libQtCore.so.4 (0x00000000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00000000)
        libm.so.0 => /lib/libm.so.0 (0x00000000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00000000)
        libc.so.0 => /lib/libc.so.0 (0x00000000)
        libgthread-2.0.so.0 => libgthread-2.0.so.0 (0x00000000)
        libglib-2.0.so.0 => libglib-2.0.so.0 (0x00000000)
        libintl.so.8 => not found (0x00000000)
        libdl.so.0 => /lib/libdl.so.0 (0x00000000)
        librt.so.0 => /lib/librt.so.0 (0x00000000)
        /lib/ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x00000000)

/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/Qt/lib # ldd libQtXmlPatterns.so.4
        libQtNetwork.so.4 => libQtNetwork.so.4 (0x00000000)
        libQtCore.so.4 => libQtCore.so.4 (0x00000000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00000000)
        libm.so.0 => /lib/libm.so.0 (0x00000000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00000000)
        libc.so.0 => /lib/libc.so.0 (0x00000000)
        libdl.so.0 => /lib/libdl.so.0 (0x00000000)
        libgthread-2.0.so.0 => libgthread-2.0.so.0 (0x00000000)
        libglib-2.0.so.0 => libglib-2.0.so.0 (0x00000000)
        libintl.so.8 => not found (0x00000000)
        librt.so.0 => /lib/librt.so.0 (0x00000000)
        /lib/ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x00000000)

/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/Qt/lib # ldd libQtGui.so.4
        libQtNetwork.so.4 => libQtNetwork.so.4 (0x00000000)
        libQtCore.so.4 => libQtCore.so.4 (0x00000000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00000000)
        libgthread-2.0.so.0 => libgthread-2.0.so.0 (0x00000000)
        libglib-2.0.so.0 => libglib-2.0.so.0 (0x00000000)
        libintl.so.8 => not found (0x00000000)
        libm.so.0 => /lib/libm.so.0 (0x00000000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00000000)
        libc.so.0 => /lib/libc.so.0 (0x00000000)
        libdl.so.0 => /lib/libdl.so.0 (0x00000000)
        librt.so.0 => /lib/librt.so.0 (0x00000000)
        /lib/ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x00000000)

/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/Qt/lib # ldd libQtNetwork.so.4
        libQtCore.so.4 => libQtCore.so.4 (0x00000000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00000000)
        libm.so.0 => /lib/libm.so.0 (0x00000000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00000000)
        libc.so.0 => /lib/libc.so.0 (0x00000000)
        libdl.so.0 => /lib/libdl.so.0 (0x00000000)
        libgthread-2.0.so.0 => libgthread-2.0.so.0 (0x00000000)
        libglib-2.0.so.0 => libglib-2.0.so.0 (0x00000000)
        libintl.so.8 => not found (0x00000000)
        librt.so.0 => /lib/librt.so.0 (0x00000000)
        /lib/ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x00000000)

/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/Qt/lib # ldd libQtCore.so.4
        libpthread.so.0 => /lib/libpthread.so.0 (0x00000000)
        libdl.so.0 => /lib/libdl.so.0 (0x00000000)
        libgthread-2.0.so.0 => libgthread-2.0.so.0 (0x00000000)
        libglib-2.0.so.0 => libglib-2.0.so.0 (0x00000000)
        libintl.so.8 => not found (0x00000000)
        librt.so.0 => /lib/librt.so.0 (0x00000000)
        libm.so.0 => /lib/libm.so.0 (0x00000000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00000000)
        libc.so.0 => /lib/libc.so.0 (0x00000000)
        /lib/ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x00000000)

/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/Qt/lib #

A-110 | FW:01-17-100317-15-POP-403-000 | NMT:00-17-091216-15-POP-403
Find all posts by this user
Add Thank You Quote this message in a reply
04-09-2010, 03:17 AM
Post: #54
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
(04-08-2010 05:15 PM)sculder Wrote:  Of course, i'm under v.4.6.2
here is libs list:
[/quote]
Just to make sure whether the browser is working fine or not, copy/move the Qt libs to /share/Apps/browser/lib directory and type ldd to make sure all libs are available.
# cd /share/Apps/Qt/lib
# mv * /share/Apps/browser/lib
# cd /share/Apps/browser/bin
# mv browser ../lib
# cd lib
# ldd browser

Sriram
C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730
Find all posts by this user
Add Thank You Quote this message in a reply
04-09-2010, 10:54 AM
Post: #55
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
Nope, it seems that the browser is not looking in the right place for the libs...

/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser/bin # ldd browser
libQtWebKit.so.4 => not found
libQtXmlPatterns.so.4 => not found
libQtGui.so.4 => not found
libQtNetwork.so.4 => not found
libQtCore.so.4 => not found
libpthread.so.0 => /lib/libpthread.so.0 (0x2aaed000)
libm.so.0 => /lib/libm.so.0 (0x2ab40000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2ab9d000)
libc.so.0 => /lib/libc.so.0 (0x2abec000)
ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x2aaa8000)
Find all posts by this user
Add Thank You Quote this message in a reply
04-09-2010, 11:49 AM
Post: #56
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
(04-09-2010 10:54 AM)quetzal Wrote:  Nope, it seems that the browser is not looking in the right place for the libs...

I don't think you have followed the steps I have mentioned on my previous post. Can you please do it and let me know the ldd output?

Sriram
C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730
Find all posts by this user
Add Thank You Quote this message in a reply
04-09-2010, 02:32 PM
Post: #57
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
Sorry, I really forgot to move the 'browser' from bin folder to lib folder. The bad news are that it makes no difference:

/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser/lib # ldd ./browser
libQtWebKit.so.4 => not found
libQtXmlPatterns.so.4 => not found
libQtGui.so.4 => not found
libQtNetwork.so.4 => not found
libQtCore.so.4 => not found
libpthread.so.0 => /lib/libpthread.so.0 (0x2aaed000)
libm.so.0 => /lib/libm.so.0 (0x2ab40000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2ab9d000)
libc.so.0 => /lib/libc.so.0 (0x2abec000)
ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x2aaa8000)

Please notice that this is my LD_LIBRATY_PATH at the moment:
LD_LIBRARY_PATH='/lib:/share/Apps/Qt/lib:/share/Apps/browser/lib:/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser/lib'

Regards
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to quetzal for this post
04-10-2010, 10:36 AM
Post: #58
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
My result is little different from the quetzal's:

/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser/lib # ldd browser
libQtWebKit.so.4 => not found
libphonon.so.4 => not found
libQtXmlPatterns.so.4 => not found
libQtGui.so.4 => not found
libQtNetwork.so.4 => not found
libQtCore.so.4 => not found
libpthread.so.0 => /lib/libpthread.so.0 (0x2aaed000)
libm.so.0 => /lib/libm.so.0 (0x2ab40000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2ab9d000)
libc.so.0 => /lib/libc.so.0 (0x2abec000)
ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x2aaa8000)
/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser/lib #

A-110 | FW:01-17-100317-15-POP-403-000 | NMT:00-17-091216-15-POP-403
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to sculder for this post
04-16-2010, 05:10 PM
Post: #59
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
great product man cheers when it works will it work on HDX1000? Cheers.
Find all posts by this user
Add Thank You Quote this message in a reply
04-17-2010, 03:36 AM
Post: #60
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
(04-16-2010 05:10 PM)guyharg Wrote:  great product man cheers when it works will it work on HDX1000? Cheers.

If it works on A1xx, then it will work on egreat & HDX

Sriram
C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730
Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Apps] opkg A100/A110 - Updated 21st Sep vaidyasr 405 83,107 05-15-2013 06:04 PM
Last Post: ricardojrm
  Did someone compile ath9k_htc module for pch-a110? kay 1 1,089 04-17-2013 02:27 AM
Last Post: dony71
Star [CSI] Community Software Installer 2.7.2 ** UPDATED DEC 28th ** Ger Teunis 580 261,580 04-10-2013 12:42 PM
Last Post: timwest73
  Pure Web Remote Control or Listening Audio with switched off TV pompon 165 66,151 03-27-2013 08:05 PM
Last Post: luciano63
  A110 - Permanent fix for opkg and local binaries path vaidyasr 3 386 03-16-2013 06:40 AM
Last Post: vaidyasr
  mochad or heyu for A110 anybody? dony71 3 394 03-12-2013 05:24 AM
Last Post: dony71
  thoughts on trakt on 100 series ? lordy 36 4,133 02-26-2013 12:02 AM
Last Post: cgibby
  Music Browser for NMT - Updated August, 2nd, 2011 gkreidl 14 7,967 01-19-2013 04:07 PM
Last Post: winfried_laane
  User apps randomly stopping prem1er 2 773 11-26-2012 05:33 PM
Last Post: Djiest
Star [Apps] Bierdopje 4 NMT PHP script SilverViper 4 1,301 11-26-2012 04:57 PM
Last Post: Djiest

Forum Jump: