Notices


Reply
Thread Tools
Posts: 37 | Thanked: 6 times | Joined on Mar 2010
#31
I recommend install under easy debian. You can run it in Maemo via debbie or sudo debian. It is very easy to intall, no problem and the same speed as installation directly in Maemo.
 
Posts: 17 | Thanked: 3 times | Joined on Apr 2010
#32
Originally Posted by Honza. View Post
I recommend install under easy debian. You can run it in Maemo via debbie or sudo debian. It is very easy to intall, no problem and the same speed as installation directly in Maemo.
Well, i've made other experiences!
Last try in Easy Debian, JDownloader was installed successful, but it was unusable!
The performance was really really bad!
 
Posts: 37 | Thanked: 6 times | Joined on Mar 2010
#33
Hmm, how many seconds does take starting of jDownloader in Maemo? For me its 72 seconds from click on icon to full load under easy debian.
 
Posts: 20 | Thanked: 1 time | Joined on Jun 2010
#34
can anyone clearly tell me how to unstall it................... plz
 
Posts: 20 | Thanked: 1 time | Joined on Jun 2010
#35
anyone hearing me.................. i m new user............... i want get rid of it
can anyone clearly tell me how to unstall it................... plz
 
Posts: 20 | Thanked: 1 time | Joined on Jun 2010
#36
anyone hearing me.................. i m new user............... i want get rid of it
can anyone clearly tell me how to unstall it................... plz
 
Posts: 539 | Thanked: 518 times | Joined on May 2010 @ nanaurbusiness
#37
delete the .jd folder in /home/user using Filebox for example... same goes for the ejre1.6.0_21 folder in /opt and the ejre1.6.0_21***.tar.gz file in /opt.
Also delete the *.desktop file and the icon from where you've put it.

That's all.

:cheers:

..::J4ZZ::..
 
Posts: 557 | Thanked: 370 times | Joined on Apr 2010
#38
Hmm I forgot there was a nicer implementation of Java available now. I originally tried this with icedtea and got errors, just tried my install with this and it works.

Unfortunately its prone to the same issues as downloading through MicroB: vfat's ridiculous instability with corrupted files and its obsession with making the filesystem read only.

Does anyone know if reformatting some of the emmc to ext4 would solve this?
 
Posts: 539 | Thanked: 518 times | Joined on May 2010 @ nanaurbusiness
#39
Why not just trying it? If you don't need vfat or use windows, just format it to ext. I use gparted under ubuntu for it without any data loss. There are some threads around about formatting the whole MyDocs to ext filesystem.

Greetz,

..::J4ZZ::..
 
Posts: 557 | Thanked: 370 times | Joined on Apr 2010
#40
Meh gave up on it. Programs too laggy, memory/cpu hog and keeps crashing the phone. Went back to wget and wrote a nice little script for rapidshare that goes through a list of files, downloads them and deletes each line as it goes (just went through a list of 100+ files with no issues). Anyone is interested in something that doesnt corrupt vfat, use any resources and is really fast loading.

File rget in /usr/bin
Code:
while [ -s $1 ]
do
file=`cat $1 | head -n 1`
wget --http-user=USERNAME --http-password=PASSWORD $file
sed 1d $1 > tmp.txt
mv tmp.txt $1
done
Replacing USERNAME/PASSWORD with their respective values. It is then a matter of making a txt file with the links and calling it:
rget file.txt

Edit: Probably need to make it executable first with:
chmod +x rget

(as root obv)
 

The Following User Says Thank You to IzzehO For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 21:57.