Site Tools


apps

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
apps [2012/01/11 09:51] – [flash] stuwapps [2013/11/25 14:36] salantrax
Line 1: Line 1:
 +====== OUTDATED PAGE - Read with a grain of salt ======
 +
 TODO TODO
  
Line 10: Line 12:
  
  
-  * Download this [[http://kotelett.no/ac100/phh/Android2.2/libflashplayer.so|file]] and put it into your plugin directory of your browser. (newer version of plugin: see below)+  * Download this [[http://kotelett.no/ac100/phh/Android2.2/libflashplayer.so|file]] (10,1,120,10) and put it into your plugin directory of your browser. (newer version of plugin: see below)
   * For firefox it could be /usr/lib/firefox6.0/plugins.    * For firefox it could be /usr/lib/firefox6.0/plugins. 
   * For chrome it is /usr/lib/chromium-browser/plugins/. Start chrom{e/ium} using ''chromium-browser %%--%%allow-outdated-plugins''   * For chrome it is /usr/lib/chromium-browser/plugins/. Start chrom{e/ium} using ''chromium-browser %%--%%allow-outdated-plugins''
Line 16: Line 18:
 Note. The player is known to work if properitary video driver installed (see L4T contents) Note. The player is known to work if properitary video driver installed (see L4T contents)
  
-Note. Another version of [[http://ac100.wikispaces.com/file/view/libflashplayer.so/284969210/libflashplayer.so|libflashplayer.so]] from Atrix (looks like it's ver is 10.2)+Note. Another version of [[http://ac100.wikispaces.com/file/view/libflashplayer.so/284969210/libflashplayer.so|libflashplayer.so]] from Atrix (10,2,157,51) 
 + 
 + 
 +===== mplayer2 ===== 
 + 
 +If you encounter this error message: 
 +<code> 
 +mplayer: relocation error: mplayer: symbol __aeabi_d2lz, version LIBAVFORMAT_53 not defined in file libavformat.so.53 with link time reference 
 +</code> 
 + 
 +while trying **mplayer** command under under Ubuntu 11.10 (Oneiric), see post [[https://bugs.launchpad.net/ubuntu/+source/libav/+bug/921621/comments/6|#6]] in this bugreport  [[https://bugs.launchpad.net/ubuntu/+source/libav/+bug/921621|#921621]] for a solution.  
 + 
 +If you try to recompile by own means, don't forget to append the correct repository in order to avoid an error message due to unkown package: 
 +<code> 
 +echo 'deb-src http://archive.ubuntu.com/ubuntu/ oneiric main restricted universe' >> /etc/apt/sources.list 
 +</code> 
 +The resulting package [[http://dl.free.fr/asVK0DSTn/mplayer2_2.0-134-g84d8671-2build1_armel.deb|mplayer2_2.0-134-g84d8671-2build1_armel.deb]] (store it in /tmp) need to be installed for replacing the broken package: 
 + 
 +<code> 
 +sudo dpkg -i /tmp/mplayer2/mplayer2_2.0-134-g84d8671-2build1_armel.deb 
 +wget -P /tmp -c http://web.ccpgamescdn.com/videos/pilotorientation/EVE_CDIA_PilotOrientation_720p.wmv 
 +mplayer -quiet -fs -vo x11 /tmp/EVE_CDIA_PilotOrientation_720p.wmv 
 +</code>
 ===== omxplayer ===== ===== omxplayer =====
  
Line 57: Line 81:
   * Sylpheed - small footprint E-Mail-Client   * Sylpheed - small footprint E-Mail-Client
   * Leafpad - Text Editor   * Leafpad - Text Editor
- 
- 
- 
- 
apps.txt · Last modified: 2013/11/25 14:45 by salantrax