Active Topics

 


Reply
Thread Tools
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#7041
Hmm... weird... You should get output: 18168368
Now try this:
Code:
wget "http://dl.dropboxusercontent.com/u/17706605/n9-qtweakall_9.7.8_armel.deb" --spider --server-response -O - 2>&1
you should get this output:
Code:
RM696-21-3_PR_001:~# wget "http://dl.dropboxusercontent.com/u/17706605/n9-qtweakall_9.7.8_armel.deb" --spider --s
erver-response -O - 2>&1
--16:11:54--  http://dl.dropboxusercontent.com/u/17706605/n9-qtweakall_9.7.8_armel.deb
           => `-'
Resolving dl.dropboxusercontent.com... 50.17.230.108
Connecting to dl.dropboxusercontent.com|50.17.230.108|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  accept-ranges: bytes
  cache-control: max-age=0
  Content-length: 18168368
  Content-Type: application/x-debian-package
  Date: Tue, 02 Jul 2013 13:11:45 GMT
  etag: 2419n
  pragma: public
  Server: nginx
  x-dropbox-request-id: a275c90d0197e7a6
  X-RequestId: 9ef64b62d1fa3b49b625e381cbf24d8a
  x-robots-tag: noindex,nofollow
  x-server-response-time: 1186
  Connection: keep-alive
Length: 18,168,368 (17M) [application/x-debian-package]
200 OK

RM696-21-3_PR_001:~#
 

The Following User Says Thank You to Schturman For This Useful Post:
Posts: 3 | Thanked: 0 times | Joined on Jun 2013
#7042
Originally Posted by thedead1440 View Post
stony999,

Try the same in an opensh or ariadne shell as root on the N9 does not give all the required caps.
I tried it with opensh and it worked!

Thank you very much for your help.

I am am new to meego, and some things are a bit difficullt, e.g. finding the right repositories, getting actual information, but this forum really helped me.
 
Posts: 32 | Thanked: 1 time | Joined on Apr 2013
#7043
Hello it's me again.. Got the same response

BusyBox v1.20.0.git (MeeGo 3:1.20-0.2+0m8) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ # wget "http://dl.dropboxusercontent.com/u/17
706605/n9-qtweakall_9.7.8_armel.deb" --spider -
-server-response -O - 2>&1
--22:22:02-- http://dl.dropboxusercontent.com/u/1....7.8_armel.deb
=> `-'
Resolving dl.dropboxusercontent.com... 54.225.153.84
Connecting to dl.dropboxusercontent.com|54.225.153.84|:80... connected.
HTTP request sent, awaiting response...
HTTP/1.1 200 OK
accept-ranges: bytes
cache-control: max-age=0
Date: Tue, 02 Jul 2013 14:21:58 GMT
etag: 2419n
pragma: public
Server: nginx
x-dropbox-request-id: 715c95a829b81139
X-RequestId: 6cfd60183c6ed8f7a41958d07cd157a6
x-robots-tag: noindex,nofollow
x-server-response-time: 1172
Connection: keep-alive
Content-Type: application/x-debian-package
Content-Length: 18168368
Length: 18,168,368 (17M) [application/x-debian-package]
200 OK

~ #


edit: tried again the code previously... length should be 'L'ength.... Case sensitive.. And it returned with what you said.. 18168368

Last edited by lablueboy; 2013-07-02 at 14:29. Reason: noticed something
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#7044
It's not a really the same content.. I found a differences, look this is my:
Content-length: 18168368
and this is your:
Content-Length: 18168368
In your output the word Length with BIG "L" and in my output it with small "l".
This is a reason the the full command not show the output for you...
Why it written for you with this big L I don't know
Try to reinstall wget:
Code:
apt-get update
apt-get install --reinstall wget
and run this command again:
Code:
wget "http://dl.dropboxusercontent.com/u/17706605/n9-qtweakall_9.7.8_armel.deb" --spider --server-response -O - 2>&1
, if still get the same: Content-Length (with big "L") to fix it in the N9QT, run this command as ROOT:
Code:
sed -i -e 's/Content-length/Content-Length/g' /opt/N9QTweak/Tweaks/downloader*
After this command all tweaks that use downloader should work

PS. Please tell me which repos you have installed? Files from this folder:
Code:
/etc/apt/sources.list.d
via this command:
Code:
ls -l /etc/apt/sources.list.d

Last edited by Schturman; 2013-07-02 at 15:07.
 

The Following User Says Thank You to Schturman For This Useful Post:
Posts: 32 | Thanked: 1 time | Joined on Apr 2013
#7045
How do i reinstall wget? Just updated i think since the devel mode first init is recent. Anyway ill try to update. Just dont know how. anyway. My repos are from meecatalog 3 popular repos, just edited everything to skeiron. Omg thanks for looking into my problem. Im sorry for the hassle. Im new to linux meego environment.


edit: i reinstalled wget but still same version and same problem. Just made the edit of downloader* and now it works fine!! But what if there's an update? Would it overwrite my downloader files? If so, is there a command which disregards the uppercase lowecase? . And lastly, thank you very much! I will donate when i save cash from my allowance more power to you!

Last edited by lablueboy; 2013-07-02 at 15:11.
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#7046
look again into my previous post...

PS. don't forget to show outputs..

Last edited by Schturman; 2013-07-02 at 15:15.
 

The Following User Says Thank You to Schturman For This Useful Post:
Posts: 32 | Thanked: 1 time | Joined on Apr 2013
#7047
Originally Posted by Schturman View Post
look again into my previous post...

PS. don't forget to show outputs..
~ $ ls -l /etc/apt/sources.list.d
total 16
-rw-r--r-- 1 root root 222 May 27 2012 aegis.ssu-keyring-005.list
-rw-r--r-- 1 user root 359 Jun 27 15:15 meecatalog.list
-rw-r--r-- 1 root root 22 May 27 2012 osa.list
-rw-r--r-- 1 root root 64 Jun 26 17:07 sdk.list
~ $
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#7048
Ok try this ONE-LINE command:
Code:
mv -f /etc/apt/sources.list.d/meecatalog.list /etc/apt/sources.list.d/meecatalog.list.disabled && apt-get update && apt-get install --reinstall wget
Just copy/paste and press enter.
After this:
Code:
wget "http://dl.dropboxusercontent.com/u/17706605/n9-qtweakall_9.7.8_armel.deb" --spider --server-response -O - 2>&1
Just copy/paste and press enter.

Show me both outputs...
 

The Following User Says Thank You to Schturman For This Useful Post:
Posts: 202 | Thanked: 72 times | Joined on Apr 2011 @ France 55
#7049
Sorry, but i can't install apk games from N9QT, games are in /home/user/MyDocs/Apkenv with the good name.
I can use them from terminal.

What am i doing wrong ?

What is the command line to install games ?
 
Posts: 32 | Thanked: 1 time | Joined on Apr 2013
#7050
ok.. wait.. my phone is being used as wifi hotspot atm... and is just outside my window. hahaha low signal here in my apartment. thanks for your support man.
 
Reply

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


 
Forum Jump


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