maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Is there a Limewire like program for N900? (https://talk.maemo.org/showthread.php?t=48722)

lucas777 2010-03-30 10:09

Is there a Limewire like program for N900?
 
Hey guys just wondering if there was any applications out or on the horizon for an app like Limewire... Symbian had one called Symella

Cheers

JohnLF 2010-03-30 10:40

Re: Is there a Limewire like program for N900?
 
Transmission (bittorrent) is available

http://talk.maemo.org/showthread.php?t=42448

lucas777 2010-03-30 10:44

Re: Is there a Limewire like program for N900?
 
No No transmission is for torrents only Limwire is not a torrent application Cheers for that though i already have Transmission

m2cm2c 2010-03-30 12:51

Re: Is there a Limewire like program for N900?
 
I use Nicotine, it runs on the soulseek servers.

lq_sunshine 2011-01-16 22:17

Re: Is there a Limewire like program for N900?
 
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
( with root privileges)

you extract the archive to /opt (you also can do it with filebox filemanager,with root mode activated in settings )

Code:

tar -xvzf /YOUR_DOWNLOAD_FOLDER_PATH/ejre-1_6_0_21.tar.gz -C /opt/
and then link it with :

Code:

ln -s /opt/ejre1.6.0_21/bin/* /usr/bin/
and then
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/

Code:

tar -xvzf /YOUR_DOWNLOAD_FOLDER_PATH/frostwire-X.XX.X.noarch.tar.gz  -C  /home/user/Mydocs/
you can launch it with
Code:

java -jar  /home/user/Mydocs/frostwire-X.XX.X.noarch/FrostWire.jar
(note thate your Frostwire folder or archive name may be a different one, replace X.XX.X with current frostwire version number)
http://img407.imageshack.us/img407/7...1011623305.png

enjoy it :-) ... but you need good eyes :) update : you can get bigger fonts ..just change view settings

try-alls 2011-01-16 22:34

Re: Is there a Limewire like program for N900?
 
Quote:

Originally Posted by lq_sunshine (Post 921861)
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 :

Code:

ln -s /opt/ejre1.6.0_21/bin/* /usr/bin/
and then
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
Code:

java -jar  /home/user/Mydocs/frostwire-X.XX.X.noarch/FrostWire.jar
(note thate your Frostwire folder may be a different one)


enjoy it :-)



hi, i have been searchin for XXwire for ages, do you know if XXwire kills memory like transmission does i.e. makin everything read only

lq_sunshine 2011-01-16 22:56

Re: Is there a Limewire like program for N900?
 
Oh o dont know, if it kills memory.
I think it is better to set the folders to the memorycard.. it is saver

and i will not run it for hours..

augustthe 2011-01-17 02:42

Re: Is there a Limewire like program for N900?
 
i cant extract the file it giving me this tar: /opt: not found in archive tar: Exiting with failure status due to previous errors

crail 2011-01-17 02:49

Re: Is there a Limewire like program for N900?
 
this reeks of effort. is there not an easy install app in the repo's? if not, why not?

danx 2011-01-17 02:55

Re: Is there a Limewire like program for N900?
 
yes , why has no one done this !!

Radicalz38 2011-01-17 02:55

Re: Is there a Limewire like program for N900?
 
Why would you want limewire? It's dead now...

danx 2011-01-17 03:08

Re: Is there a Limewire like program for N900?
 
not limewire , frostwire ! duh !

cincibluer6 2011-01-17 03:18

Re: Is there a Limewire like program for N900?
 
Quote:

Originally Posted by lq_sunshine (Post 921861)
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
( with root privileges)

you extract the archive to /opt

Code:

tar -xvzf /YOUR_DOWNLOAD_FOLDER_PATH/ejre-1_6_0_21.tar.gz /opt
and then link it with :

Code:

ln -s /opt/ejre1.6.0_21/bin/* /usr/bin/
and then
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/

Code:

tar -xvzf /YOUR_DOWNLOAD_FOLDER_PATH/frostwire-X.XX.X.noarch.tar.gz  /home/user/Mydocs/
you can launch it with
Code:

java -jar  /home/user/Mydocs/frostwire-X.XX.X.noarch/FrostWire.jar
(note thate your Frostwire folder or archive name may be a different one, replace X.XX.X with current frostwire version number)
http://img407.imageshack.us/img407/7...1011623305.png

enjoy it :-)

For ease of use, make an alias for the last line of code. No need to constantly reenter all of that when you want to run the program.

lq_sunshine 2011-01-17 09:41

Re: Is there a Limewire like program for N900?
 
Quote:

Originally Posted by augustthe (Post 921973)
i cant extract the file it giving me this tar: /opt: not found in archive tar: Exiting with failure status due to previous errors

Sorry i forgot the option -C

Code:

tar -xvzf /YOUR_DOWNLOAD_FOLDER_PATH/ejre-1_6_0_21.tar.gz -C /opt/
If there still is a problem you can use filebox filemanager to extract the archives. (you have to enable the root option insettings)

lq_sunshine 2011-01-17 10:17

Re: Is there a Limewire like program for N900?
 
Quote:

Originally Posted by cincibluer6 (Post 921982)
For ease of use, make an alias for the last line of code. No need to constantly reenter all of that when you want to run the program.


Hi,
it should be possible to make a launch icon for the comand line like the way
mentioned in this thread

http://talk.maemo.org/showthread.php...hortcut+comand

it would be more comfortable

lq_sunshine 2011-01-17 10:19

Re: Is there a Limewire like program for N900?
 
Quote:

Originally Posted by Radicalz38 (Post 921977)
Why would you want limewire? It's dead now...

frostwire is not dead.. it is also officially available for android now.

Yesterday i downloaded some songs with it..
it is alive :)

Captwheeto 2011-01-17 10:26

Re: Is there a Limewire like program for N900?
 
It's for 13 year olds and people who don't care about music quality.
I thought all these P2P clients died in the early 2000's. Can't believe these things are still going.

Torrent/USENET master race reporting in.

lolloo 2011-01-17 10:34

Re: Is there a Limewire like program for N900?
 
Quote:

Originally Posted by lq_sunshine (Post 921861)
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
( with root privileges)

you extract the archive to /opt (you also can do it with filebox filemanager,with root mode activated in settings )

Code:

tar -xvzf /YOUR_DOWNLOAD_FOLDER_PATH/ejre-1_6_0_21.tar.gz -C /opt/
and then link it with :

Code:

ln -s /opt/ejre1.6.0_21/bin/* /usr/bin/
and then
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/

Code:

tar -xvzf /YOUR_DOWNLOAD_FOLDER_PATH/frostwire-X.XX.X.noarch.tar.gz  -C  /home/user/Mydocs/
you can launch it with
Code:

java -jar  /home/user/Mydocs/frostwire-X.XX.X.noarch/FrostWire.jar
(note thate your Frostwire folder or archive name may be a different one, replace X.XX.X with current frostwire version number)
http://img407.imageshack.us/img407/7...1011623305.png

enjoy it :-) ... but you need good eyes :)


WOW NICE!! thanksssss installed!! this is the type of apps we are missing on N900!!

JAVA is awesome!!!

lq_sunshine 2011-01-17 10:36

Re: Is there a Limewire like program for N900?
 
Quote:

Originally Posted by Captwheeto (Post 922166)
It's for 13 year olds and people who don't care about music quality.
I thought all these P2P clients died in the early 2000's. Can't believe these things are still going.

Torrent/USENET master race reporting in.

things seem to change:

http://www.google.de/trends?q=frostwire

the android version is making it very interesting. There will be a new sharing community. It has nice device to device sharing function, that will make it more attractive.

Mp3 quality is ok for a mobile device..

frostwire also supports torrent downloads..



WOW now i found out that you can get bigger fonts.. cool :-)

lolloo 2011-01-17 11:09

Re: Is there a Limewire like program for N900?
 
omg this is awesome app!!

i downloaded an mp3 and a full movie!

this app needs more customising for n900! really awesome sharing with my pals!!!

lolloo 2011-01-17 11:11

Re: Is there a Limewire like program for N900?
 
Quote:

Originally Posted by lq_sunshine (Post 922172)
things seem to change:

http://www.google.de/trends?q=frostwire

the android version is making it very interesting. There will be a new sharing community. It has nice device to device sharing function, that will make it more attractive.

Mp3 quality is ok for a mobile device..

frostwire also supports torrent downloads..



WOW now i found out that you can get bigger fonts.. cool :-)

this is the kind of apps we need for n900! sharing , sending uploading downloading chatting , device pairing ! awesome find!!!

hope to release a fine one for n900!!

try-alls 2011-01-17 11:24

Re: Is there a Limewire like program for N900?
 
hi,
having trouble with both runnin an creatin an .desktop

1=runnin, i get the when typed manually in to xterm
Quote:

BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ java -jar /home/user/MyDocs/frostwire-4.21.2.noarch/FrostWire.jar
1: Main.main([Ljava.lang.String;@1186fab)
com.limegroup.gnutella.gui.GUILoader$StartupFailed Exception: ./hashes (No such file or directory)
at com.limegroup.gnutella.gui.GUILoader.sanityCheck(U nknown Source)
at com.limegroup.gnutella.gui.GUILoader.load(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.limegroup.gnutella.gui.Main.main(Unknown Source)
Error: FrostWire version 4.21.2
Java version 1.6.0_21 from Sun Microsystems Inc.
Linux v. 2.6.28-omap1 on arm
Free/total memory: 4085952/5111808

com.limegroup.gnutella.gui.GUILoader$StartupFailed Exception: ./hashes (No such file or directory)
at com.limegroup.gnutella.gui.GUILoader.sanityCheck(U nknown Source)
at com.limegroup.gnutella.gui.GUILoader.load(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.limegroup.gnutella.gui.Main.main(Unknown Source)

STARTUP ERROR!

2= tried to create a .desktop in right place etc but could not save (file read only) i was using filebox an leafpad.

any help will be muchly appreciated

lq_sunshine 2011-01-17 11:38

Re: Is there a Limewire like program for N900?
 
Quote:

Originally Posted by try-alls (Post 922195)
hi,
having trouble with both runnin an creatin an .desktop

1=runnin, i get the when typed manually in to xterm


2= tried to create a .desktop in right place etc but could not save (file read only) i was using filebox an leafpad.

any help will be muchly appreciated


try following:

Code:

cd  /home/user/MyDocs/frostwire-4.21.2.noarch/
 java -jar FrostWire.jar

you also can make a shell srcipt with this two commands




for leafpad you could try
Code:

sudo leafpad
or
Code:

sudo gainroot
leafpad

(with rootsh installed)

try-alls 2011-01-17 11:44

Re: Is there a Limewire like program for N900?
 
[QUOTE=lq_sunshine;922205]try following:

Code:

cd  /home/user/MyDocs/frostwire-4.21.2.noarch/
 java -jar FrostWire.jar

you also can make a shell srcipt with this two commands


nothing by errors again (although it did kinda load, killed ap tryin to select mmc1 as save path) i will be a lil more patient an wait till its in .deb/repos

festivalnut 2011-01-17 11:48

Re: Is there a Limewire like program for N900?
 
well congratulations on getting this to work, despite the overwhelming opinion that these should be rightfully left to die. perhaps frostwire is right for android, but not n900, all the same every new app is welcome!

for those asking about memory, the way p2p software like this, or torrents, downloads data in random order and writes to memory in pieces is bad for flash memory, if the n900 senses a corrupt block it will set that memory to read only and it will need formatted. so definately set all p2p programs to download to memory card rather than phone memory to save any major hassle when you encounter corruption. there is a program called flashlite which looks to adress the p2p flash corrupting problem, but i dont know if this would be compatible with frostwire on n900, i'll stick to torrents myself for now.

try-alls 2011-01-17 12:32

Re: Is there a Limewire like program for N900?
 
@festivalnut thanks finally someone has summed up the flash problem in plain english lol,
been readin up on ctorrent + flashlite an its all cli (which i cant get on with for apps like this) so really we should wait till some coder make a gui combing flashlite n torrents client an its available in the repo's, also how does it work on androids flash memory?
time to delete my java an frostwire folder etc

@lq_sunshine awesome work dude

justice4all3000 2011-01-18 04:34

Re: Is there a Limewire like program for N900?
 
hi can someone post the desktop file script here I am having no luck getting mine to work

thanks

lolloo 2011-01-18 15:39

Re: Is there a Limewire like program for N900?
 
http://www.frostwire.com/?id=downloads

guys what if i use Debian package?? will it work for n900??

THIS IS AMAZING APP!!
this is what we are missing on our n900! downloading uploading and sharing!!!!

lq_sunshine 2011-01-18 17:21

Re: Is there a Limewire like program for N900?
 
Quote:

guys what if i use Debian package?? will it work for n900??
i downloaded the deb and tryed it, but i got an error. Package incompatible.
maybe someone can make a package?I dont have the expirience to do that :confused:

try-alls 2011-01-18 17:22

Re: Is there a Limewire like program for N900?
 
Quote:

Originally Posted by lolloo (Post 923083)
http://www.frostwire.com/?id=downloads

guys what if i use Debian package?? will it work for n900??

THIS IS AMAZING APP!!
this is what we are missing on our n900! downloading uploading and sharing!!!!

at a guess it should work with easy deb (i may be wrong) but you will still have the problem of remountin etc to cure the reas only prob that occurs every so often with all torrent/p2p apps on flash type memory

Le_Petit_Lapin 2011-01-18 17:55

Re: Is there a Limewire like program for N900?
 
Quote:

Originally Posted by crail (Post 921975)
this reeks of effort. is there not an easy install app in the repo's? if not, why not?

Why would someone want to waste their own time making an app to use the Limewire network on their phone?

lq_sunshine 2011-01-18 19:19

Re: Is there a Limewire like program for N900?
 
Quote:

Originally Posted by justice4all3000 (Post 922798)
hi can someone post the desktop file script here I am having no luck getting mine to work

thanks

i also have problems with crating a .desktop file


there is a patch problem:

when i try to start it from a different folder and not from the program folder like


java -jar /PATH_TO_PROGRAM_FOLDER/FrostWire.jar

i get some errors (Startup Problem and a error window)



When i make a shell script like:
Code:

cd  /home/user/MyDocs/frostwire-4.21.2.noarch/
 java -jar FrostWire.jar

it works from the terminal but when i start the sricpt from the .desktop file i get a internal error with x term and nothing happens.

what could be the solution?

lq_sunshine 2011-01-19 08:54

Re: Is there a Limewire like program for N900?
 
1 Attachment(s)
update: someone from the n900 Java thread helped me to get it running


extract the files from archive and copy "start_frostwire.sh" into your frostwire program folder, then you copy the program folder to /opt/
(easy with filebox)

Next you copy frostwire.desktop to /usr/share/applications/hildon/

thats it.
You have to wait a while until in launches

lolloo 2011-01-20 10:43

Re: Is there a Limewire like program for N900?
 
Thank you all who is making this thread active! and thanks lq_sunshine for the .sh!

comeone n900 comuunity! check out this program, can some one please one of the contributers/developers compile this for us pleaaaaaaaaaaaaaaaaaaaaaaaaaaaasssssssssseeeeee?

check debian package here --> http://www.frostwire.com/?id=downloads

can you please do it for n900 ? anyone.

this app is very useful for sharing and uploading and downloading with quick search! please fix it for us developers of maemo community!

lolloo 2011-01-20 13:43

Re: Is there a Limewire like program for N900?
 
HAIL all mighty frostwire!

please guys port it to n900!!

http://img.techpowerup.org/110120/Capture2232.jpg

Char 2011-01-20 15:06

Re: Is there a Limewire like program for N900?
 
but...what's wrong with it?

danx 2011-01-20 15:29

Re: Is there a Limewire like program for N900?
 
i think we need to ask on the weekends , i get a better responds , i want this bad !!!!

vhtellez 2011-01-20 20:37

Re: Is there a Limewire like program for N900?
 
here is a more simple process to get this work:

1. open this link from your phone https://garage.maemo.org/frs/downloa....1-1_armel.deb, after installation is complete

2. download frostwire to your computer, from here( the latest version of the tarball is not compatible with th mmjre, you have to use this ) http://newyork1.frostwire.com/frostw....noarch.tar.gz

3. extract de downloaded file frostwire-4.21.1.noarch.tar.gz

4. copy the exctracted folder frostwire-4.21.1.noarch to your phone, for example in /home/user/MyDocs/.documents/frostwire-4.21.1.noarch

5. open Xterminal

Code:

cd MyDocs/.documents/frostwire-4.21.1.noarch/
java -jar FrostWire.jar

And its running

lolloo 2011-01-21 00:27

Re: Is there a Limewire like program for N900?
 
Quote:

Originally Posted by vhtellez (Post 924924)
here is a more simple process to get this work:

1. open this link from your phone https://garage.maemo.org/frs/downloa....1-1_armel.deb, after installation is complete

2. download frostwire to your computer, from here( the latest version of the tarball is not compatible with th mmjre, you have to use this ) http://newyork1.frostwire.com/frostw....noarch.tar.gz

3. extract de downloaded file frostwire-4.21.1.noarch.tar.gz

4. copy the exctracted folder frostwire-4.21.1.noarch to your phone, for example in /home/user/MyDocs/.documents/frostwire-4.21.1.noarch

5. open Xterminal

Code:

cd MyDocs/.documents/frostwire-4.21.1.noarch/
java -jar FrostWire.jar

And its running

duh we know that already! when its runing with JAVA its unusable and exrtemly slow! and hugs the CPU ALOT!

we need an n900 debian package completly compatible with N900!

am already using it with java and that my screenee, but its DAMN SLOW

marxian 2011-01-21 00:51

Re: Is there a Limewire like program for N900?
 
Quote:

Originally Posted by lolloo (Post 925090)
duh we know that already! when its runing with JAVA its unusable and exrtemly slow! and hugs the CPU ALOT!

we need an n900 debian package completly compatible with N900!

am already using it with java and that my screenee, but its DAMN SLOW

Frostwire requires the JRE regardless of which platform it runs on. That's what enables such applications to be cross-platform. If you install it in Windoze/Linux/Mac, it still uses Java. A native version would require a complete re-write. Not going to happen.


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

vBulletin® Version 3.8.8