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)

Tousled 2011-03-06 10:03

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

How do you make it run again?
It worked fine on my phone but can't seem to find it in the applications :confused:

JamesBond@ge 2011-03-06 17:03

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?

Quote:

Originally Posted by danx (Post 921976)
yes , why has no one done this !!

Because they are waiting for your fat arse to get up and make one.

~phoenix~ 2011-03-06 20:18

Re: Is there a Limewire like program for N900?
 
i have tryed to make a desktop icon for frostwire.... but somehow it doesnt work....

Quote:

[Desktop Entry]
Version=1.0.9.580
Encoding=UTF-8
Name=FrostWire
Exec=sh MyDocs/frostwire-4.21.2.noarch/fw.sh
Type=Application
Icon=Frostwire.png
when i cd to MyDocs/frostwire-4.21.2.noarch/ an then do sh fw.sh frostwire starts....

but when i click on my icon in menu.... i only get a black screen and then t disappears....

btw fw.sh is
Quote:

cd MyDocs/frostwire-4.21.2.noarch
java -jar FrostWire.jar
nothing more...

and i placed th icon in the right folder.... and it doesnt show too

Nokia 5700 2011-03-06 21:58

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

Originally Posted by ~phoenix~ (Post 962002)
i have tryed to make a desktop icon for frostwire.... but somehow it doesnt work....



when i cd to MyDocs/frostwire-4.21.2.noarch/ an then do sh fw.sh frostwire starts....

but when i click on my icon in menu.... i only get a black screen and then t disappears....

btw fw.sh is


nothing more...

and i placed th icon in the right folder.... and it doesnt show too

Dont expect it to launch apps from /home/user, That is totally wrong. Write full paths, like /home/user/MyDocs/... That would work. The menu doesnt launch from a folder in the filesystem by default, kinda. You have to cd to the desired folder. I'd make it like this:
cd /to/folder/with/full/path/ && java -jar java-file.jar
And put that into the .desktop-file without an external launchpad.

~phoenix~ 2011-03-07 16:57

Re: Is there a Limewire like program for N900?
 
hmm... somehow it doesnt work :(... can i somehow let it open a window where it shows what it do??

like a xterm window... i can remember something like "@echo" but dont know how to do it right... i m no coder...

btw desktop file looks like this now...

Quote:

[Desktop Entry]
Version=1.0.9.580
Encoding=UTF-8
Name=FrostWire
Exec=cd /home/user/MyDocs/frostwire-4.21.2.noarch/ && java -jar FrostWire.jar
Type=Application
Icon=Frostwire.png
and how can i find out why my icon doesnt show up... it is in... /home/opt/usr/share/icons/hicolor/64x64/

JamesBond@ge 2011-03-07 17:15

Re: Is there a Limewire like program for N900?
 
Speaking of icons, I have Transmission on my phone. I have the icon in the app menu but when I try to add a shortcut to my desktop it doesn't show up in the selection list. Any ideas would be most appreciated.

rikitikitak 2011-05-13 23:33

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

hi and tnx for your help in getting frostwire running on the n900. unfortunately, i am unable to get frostwire working. i've tried loading frostwire-4.21.6.noarch on both microemulator and java. on microemulator nothing happens when i click the frostwire.jar file. in java, using x terminal, limewire starts to load but crashes when i get to the internet connection and username settings page. i searched for frostwire-4.21.1.noarch.tar.gz file but had no luck in finding it. the link u provided here is no longer valid. is there something wrong with frostwire-4.21.6.noarch? any suggestions or advice?

skykooler 2011-07-03 18:31

Re: Is there a Limewire like program for N900?
 
When I try to run it, it won't start. I get this in terminal:

Code:

1: Main.main([Ljava.lang.String;@1186fab)
class path entry = ../frostwire-4.21.8.noarch/FrostWire.jar
java.lang.ArithmeticException: / by zero
        at com.limegroup.gnutella.gui.Main.getChosenSplashURL(Unkown Source)
        at com.limegroup.gnutella.gui.Main.showInitialSplash(Unknown Source)
        at com.limegroup.gnutella.gui.Main.main(Unknown Source)

Any idea how I stop it from dividing by zero?

tan 2011-07-03 20:22

Re: Is there a Limewire like program for N900?
 
Any ideas on how to click "Next" on FrostWire Setup Wizard? Since it's offscreen :(

Thanks in advance!

skykooler 2011-07-03 20:24

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

Originally Posted by tan (Post 1044077)
Any ideas on how to click "Next" on FrostWire Setup Wizard? Since it's offscreen :(

Thanks in advance!

does pressing return work?


All times are GMT. The time now is 11:30.

vBulletin® Version 3.8.8