![]() |
2012-11-08
, 09:58
|
Posts: 494 |
Thanked: 111 times |
Joined on Aug 2010
@ Finland
|
#4552
|
![]() |
2012-11-08
, 10:24
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#4553
|
![]() |
2012-11-08
, 10:35
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#4555
|
![]() |
2012-11-08
, 13:20
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#4556
|
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
![]() |
2012-11-08
, 15:45
|
Posts: 299 |
Thanked: 557 times |
Joined on Aug 2012
|
#4557
|
I found way to see the progress bar + %, it work perfectly with "curl" instead wget... But it work perfectly only in landscape mode, in portrait mode instead one line progress bar you will see something like 15 lines with progress bar
That mean we need somehow to short this bar, but how, I don't know
devel-su cd /home/user/MyDocs/Downloads/ wget https://www.dropbox.com/s/83k1xf63hg3pzzt/grep_2.6.3-3%2Bmaemo1%2B0m6_armel.deb?dl=1 dpkg -x grep_2.6.3-3+maemo1+0m6_armel.deb /opt/extrautils wget https://www.dropbox.com/s/hsn5jggyx5mrioq/sed_4.2.1-7%2Bmaemo1%2B0m6_armel.deb?dl=1 dpkg -x sed_4.2.1-7+maemo1+0m6_armel.deb /opt/extrautils
#!/bin/sh # little downloader for Schturman's awesome N9 QuickTweak app download() { local url=$1 echo -n " " wget --progress=dot $url 2>&1 | /opt/extrautils/bin/grep --line-buffered "%" | \ /opt/extrautils/bin/sed -u -e "s,\.,,g" | awk '{printf("\b\b\b\b%4s", $2)}' echo -ne "\b\b\b\b" echo " DONE" } file="http://dl.dropbox.com/u/17706605/n9-qtweakall_9.4_armel.deb" echo -n "Downloading stuff:" download "$file"
~/MyDocs/Downloads $ sh test.sh Downloading stuff: 59%
![]() |
2012-11-08
, 18:06
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#4558
|
![]() |
2012-11-08
, 18:34
|
Posts: 36 |
Thanked: 1 time |
Joined on Dec 2011
@ Lahore, PK
|
#4559
|
![]() |
2012-11-08
, 18:41
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#4560
|
![]() |
Tags |
hebrew vkb, n9 qtweak, n9 quick tweak, n9 quicktweak, root-ssh |
|
here we talk about this bug http://talk.maemo.org/showthread.php?t=86814