|
2010-03-30
, 10:40
|
|
Posts: 551 |
Thanked: 507 times |
Joined on Feb 2010
@ North West England
|
#2
|
|
2010-03-30
, 10:44
|
Posts: 738 |
Thanked: 179 times |
Joined on Mar 2010
@ Gold Coast, Australia
|
#3
|
|
2010-03-30
, 12:51
|
|
Posts: 100 |
Thanked: 240 times |
Joined on Feb 2010
@ The South Pole O.o
|
#4
|
|
2011-01-16
, 22:17
|
Posts: 123 |
Thanked: 74 times |
Joined on Nov 2009
|
#5
|
tar -xvzf /YOUR_DOWNLOAD_FOLDER_PATH/ejre-1_6_0_21.tar.gz -C /opt/
ln -s /opt/ejre1.6.0_21/bin/* /usr/bin/
chmod 777 /usr/bin/java
tar -xvzf /YOUR_DOWNLOAD_FOLDER_PATH/frostwire-X.XX.X.noarch.tar.gz -C /home/user/Mydocs/
java -jar /home/user/Mydocs/frostwire-X.XX.X.noarch/FrostWire.jar
|
2011-01-16
, 22:34
|
|
Posts: 95 |
Thanked: 51 times |
Joined on Sep 2010
@ staffordshire, uk
|
#6
|
I got running the frostwire p2p (open source version of limewire) Software on the n900.It is working fine.
You need to install the java jre for arm.
I found it here:
http://rapidshare.com/#!download|273...1.tar.gz|34124
you have to extract the archive to /opt
and then link it with :
and thenCode:ln -s /opt/ejre1.6.0_21/bin/* /usr/bin/
Code:chmod 777 /usr/bin/java
now you can download the frostwire tarball
from http://www.frostwire.com/?id=downloads end extract it to a folder like /home/user/Mydocs/
you can launch it with
(note thate your Frostwire folder may be a different one)Code:java -jar /home/user/Mydocs/frostwire-X.XX.X.noarch/FrostWire.jar
enjoy it :-)
|
2011-01-16
, 22:56
|
Posts: 123 |
Thanked: 74 times |
Joined on Nov 2009
|
#7
|
|
2011-01-17
, 02:42
|
Posts: 143 |
Thanked: 29 times |
Joined on Jul 2010
@ France, St Martin
|
#8
|
|
2011-01-17
, 02:49
|
Posts: 418 |
Thanked: 90 times |
Joined on Nov 2009
|
#9
|
|
2011-01-17
, 02:55
|
|
Posts: 304 |
Thanked: 20 times |
Joined on Jan 2010
@ irvine
|
#10
|
Cheers