Reply
Thread Tools
Posts: 33 | Thanked: 5 times | Joined on Oct 2012
#4551
hi!! is there any tweak to fix alarm Behaviour ?
here we talk about this bug http://talk.maemo.org/showthread.php?t=86814
 
Posts: 494 | Thanked: 111 times | Joined on Aug 2010 @ Finland
#4552
Schturman, now that Angry Birds Star Wars is out, have you tested does it work with apkenv?
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#4553
optimaxxx, problem in your device... Did you touched this file (/opt/N9QTweak/OVI/catch_deb.sh)?
Try to reboot or reinstall N9QT...

dann9, no....

Timpaxi, I'm not tested yet...
 
Posts: 494 | Thanked: 111 times | Joined on Aug 2010 @ Finland
#4554
Originally Posted by Schturman View Post
I'm not tested yet...
Well, it doesn't work.. Just tested..
 

The Following User Says Thank You to Timpaxi For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#4555
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#4556
For those referring to the wiki, unfortunately, I can't update it anymore as maybe the services have been shut down.

When I try to edit a page I get an Internal error...I've started a thread for further info (including backup of wiki database) here
 

The Following User Says Thank You to thedead1440 For This Useful Post:
Posts: 299 | Thanked: 557 times | Joined on Aug 2012
#4557
Originally Posted by Schturman View Post
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
It is not working because $COLUMNS for curl can't be initialised/accessed from your script unless you had tput for example to get the columns. Workarounds involve unbuffered use of grep and sed.

Note: Harmattan dev repository is down for me atm but I mirrored all ~ 15 gb of packages so I figured for the demo I would just upload those two needed packages to my dropbox account.
I put together some script below. Before you have to install newer version of grep and sed which support unbuffered option.

To do this, open terminal and type (only needed once):
Code:
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

Download script (feel free to modify):
Code:
#!/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"
Output looks like:
Code:
~/MyDocs/Downloads $ sh test.sh 
Downloading stuff: 59%

PS: thank you so much by the way for you app - it is great and I really do appreciate it!

Last edited by brkn; 2012-11-08 at 15:48. Reason: added my humble thanks
 

The Following 3 Users Say Thank You to brkn For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#4558
Oohhh.. Thank you very much!
I will test it.. I now work on version for N950
 
Posts: 36 | Thanked: 1 time | Joined on Dec 2011 @ Lahore, PK
#4559
is there is any tweak to increase the in call voulme


i have used tweak s, it increase the playback but not during call
volume
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#4560
 
Reply

Tags
hebrew vkb, n9 qtweak, n9 quick tweak, n9 quicktweak, root-ssh


 
Forum Jump


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