PDA

View Full Version : N9 developer site down, download link SDK 1.2.1 gone


Markk
2014-01-24, 16:13
Hi!

After reinstalling my laptop, I tried downloading Nokia's Qt SDK (1.2.1, x64) from the Nokia Developer site, but it seems to be taken down :( I've tried searching alternative download links, but can only find the "open source" Qt SDK 1.2.1, not Nokia's version.

Does anyone know if it still available to download somewhere?

Halftux
2014-01-24, 19:17
Here you can find the files:

http://jenkins.taulabs.org/distfiles/
edit:

mirror list:

http://n9.dy.fi/2015/08/install-qtsdk-1-2-1-with-the-offline-installer/

Here's my mirror:

https://www.mediafire.com/folder/v862wwqds229r/SDKs

hmcosta
2014-01-24, 23:01
Thanks Halftux

Do you or anyone knows why they have deleted EVERYTHING related with the N9, N900, S60, etc development?

Are they afraid MeeGo would obfuscate Mobile Windows? It does :-) but only for a minority... I think...

Halftux
2014-01-25, 00:24
I would guess that harmattan-dev.nokia.com and the sdk files creates more traffic than the files of Lumina and Asha.
And for a Microsoft company it would be contra productive if they support an older, better, none Microsoft OS.

It is sad that they did not announce to shut down the files and documents. Maybe they come online again. You can still buy a new Nokia N9....

Edit: found a mirror for the MeeGo 1.2 Harmattan Developer Library (http://api.devpda.net/meego/html/guide/html/Developer_Library_MeeGo_1.2_Harmattan_Developer_Li brary.html) [1 (http://www.who.is.free.fr/wiki/doku.php?id=harmattandev)]
Thanks to rzr

freemangordon
2014-01-25, 14:37
Does anyone have older SDK release (with Maemo support)?

Halftux
2014-01-25, 14:58
Does anyone have older SDK release (with Maemo support)?

For Linux or Windows? I remember that for windows you can add under qt creator the Maemo5 gcc with the package manager. The creator will load the packages from the remote repository,

package manager->QT SDK ->Development Tools->Maemo Toolchain

If you can not update the QT SDK, I can pack my qt sdk windows with harmattan, maemo and for both the quemu emulator. For Linux I need to look what I have installed if it is 64bit and if both toolchains are installed.

Markk
2014-01-25, 14:59
Here you can find the files:

http://jenkins.taulabs.org/distfiles/

Thank you so much! :D
Would you mind if I host them on my site?

Edit: found a mirror for the MeeGo 1.2 Harmattan Developer Library [1]
Thanks to rzr

Thanks! I downloaded these a while ago and now backed them up here (http://markklaver.com/backup/harmattan/docs) too :)

Does anyone have older SDK release (with Maemo support)?

Qt SDK 1.2.1 does support Maemo, but you need to set it up using the updater/package manager like this (http://talk.maemo.org/showpost.php?p=1362509&postcount=6).

Edit: Halftux was faster :P The updater should still work by the way, just used it to download the Harmattan emulator.

Halftux
2014-01-25, 15:50
Thank you so much! :D
Would you mind if I host them on my site?
Why not, these are not my files I googled the filename and and checked md5 with my files.


Edit: Halftux was faster :P The updater should still work by the way, just used it to download the Harmattan emulator.

Good to know maybe we should also make some backup of this repository.

To access for example a harmattan runtime file (I don't know it it is the last one). We need to see how to get a file list from that server.

http://nds2.fds-forum.nokia.com/nokiaqtsdkrepository/fremtiden/linux/x32/online_qtsdk_repo/com.nokia.ndk.experimental.harmattan.runtime/0.2011.22-5harmattan-runtime.7z

Markk
2014-01-25, 16:08
maybe we should also make some backup of this repository

Great idea :) Gonna try some things out right now.

freemangordon
2014-01-25, 16:09
hmm, correct, package manager works with 1.1.2 (but not with 1.1.4, it told me it can't find the repository server)

EDIT:
Seems like my fault, actually it is ok even with 1.1.4

hmcosta
2014-01-25, 16:35
Edit: found a mirror for the MeeGo 1.2 Harmattan Developer Library (http://api.devpda.net/meego/html/guide/html/Developer_Library_MeeGo_1.2_Harmattan_Developer_Li brary.html) [1 (http://www.who.is.free.fr/wiki/doku.php?id=harmattandev)]
Thanks to rzr[/QUOTE]

Thanks Halftux, believe me, I spend a lot of time searching for it in Google...

And I have now 2 N9 and some spares... I don't think nice phones will show up any soon...

Halftux
2014-01-25, 18:46
Great idea :) Gonna try some things out right now.

Maybe this helps I have a components.xml in my QtSKD.
There you can find package names and versions.

Markk
2014-01-25, 20:01
Maybe this helps I have a components.xml in my QtSKD.
There you can find package names and versions.

GREAT tip, thank you.
I'm trying to find the exact url to one of Harmattan Emulator components (like this: http://nds2.fds-forum.nokia.com/nokiaqtsdkrepository/fremtiden/windows/online_qtsdk_repo/com.nokia.ndk.tools.harmattan.runtime.pr12/DFL61_3.2012.07-1.tar.gz), but keep getting "File not found".

nieldk
2014-01-25, 20:54
GREAT tip, thank you.
I'm trying to find the exact url to one of Harmattan Emulator components (like this: http://nds2.fds-forum.nokia.com/nokiaqtsdkrepository/fremtiden/windows/online_qtsdk_repo/com.nokia.ndk.tools.harmattan.runtime.pr12/DFL61_3.2012.07-1.tar.gz), but keep getting "File not found".

Kinda funny - in a weird way - part of that folder structure "fremtiden" means "the future" in Danish

Halftux
2014-01-26, 00:36
I have checked what windows qt creator do when reading the repository. I will attach all addresses to files in a zipped txt-file.

It is an install script for qreator


component.runtimetargetPathName = "dfl61-harmattan_3.2012.07-1";

if( component.fromOnlineRepository )
component.addDownloadableArchive( "harmattan-runtime.7z" );

and it comes to 3.2012.07-1harmattan-runtime.7z:
http://nds2.fds-forum.nokia.com/nokiaqtsdkrepository/fremtiden/windows/online_qtsdk_repo/com.nokia.ndk.tools.harmattan.runtime.pr12/3.2012.07-1harmattan-runtime.7z

Halftux
2014-01-26, 00:51
From the qs files we can get a download link.
Now we make our own http server with the meta files and packages, configure qtcreator to get the updates.xml from own http server, could this work? I will try tomorrow.

Markk
2014-01-26, 12:04
I have checked what windows qt creator do when reading the repository. I will attach all addresses to files in a zipped txt-file.

This is great, thanks!

Now we make our own http server with the meta files and packages, configure qtcreator to get the updates.xml from own http server, could this work?

I put the updates.xml from Nokia's repo and empty folders like in your text file (using "Text 2 Folders") on my site, and it seems to be working! You can change the repository url at Maintain Qt SDK (the Updater) -> Settings -> Repositories -> User Defined Repositories (and uncheck the default one).

Of course, I'm getting the "Could not download meta data" error, but this is because the folders are still empty :P The only problem now is we will have to download every single file manually.. I'm gonna try changing the updates.xml to test with only one file (the 3.2012.07-1harmattan-runtime.7z).

Markk
2014-01-26, 12:45
Great news! It works :D

I removed all but the Harmattan PR1.2 QEMU package info from the update.xml file, and put the three files "3.2012.07-1meta.7z", "3.2012.07-1harmattan-runtime.7z" and "3.2012.07-1harmattan-runtime.7z.sha1" in the "com.nokia.ndk.tools.harmattan.runtime.pr12" folder, and it shows up in the Package Manager :D Downloading and installing works too :)

Now I just have to check with my host if putting big files on their server to download is allowed :P

Edit: I will PM you the repo link, so you can try it out.

nieldk
2014-01-26, 12:48
This is easy to script, to semi-automate the download
An excellent example, including md5 checksum for verification is here

http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html

Halftux
2014-01-26, 17:10
This is easy to script, to semi-automate the download
An excellent example, including md5 checksum for verification is here

http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html

Looks nice. In windows I load the textfile with the meta files into downthemall manager.
And put as renaming mask: *subdirs*/*name*.*ext*
With this you get the full folder structure. Quick and easy.

xes
2014-04-17, 21:17
A nice mirror for a lot of qt sdk versions:
ftp://ftp.informatik.hu-berlin.de/pub/Mirrors/ftp.troll.no/QT/qtsdk/

Copernicus
2014-04-18, 01:14
A nice mirror for a lot of qt sdk versions:
ftp://ftp.informatik.hu-berlin.de/pub/Mirrors/ftp.troll.no/QT/qtsdk/

Amazing to see a mirror still up! I went ahead and downloaded the offline Mac version 1.1.4, but it only had the Harmattan toolchain, and the package manager didn't have any other options. So, I tried downloading the 1.1.2 version, and it didn't have either the Harmattan or Maemo toolchains; however, the package manager did note that you could download the Maemo toolchain. So, I went ahead and clicked on it, and amazingly, it started downloading!

I don't know where it's getting the data from, but it successfully downloaded the entire toolchain. (It popped up a single error message at the end, but I just clicked "ignore", and went ahead with the installation.)

So, if you want a full Qt installation with a Maemo toolchain and all, try out an "offline" version of SDK 1.1.2! Don't wait. :) Who knows just how long the repository supporting this version will remain up...

sHaggY_caT
2014-04-30, 19:45
And how about old phone, N900?

http://maemovmware.garage.maemo.org/ and site of VirtualBOX images has links to internet tablet server, was be locate on Nokia Servers.

Anybody can talk, how I can get VM images (preffer VirtualBOX, VmWare also good)?

Copernicus
2014-04-30, 19:57
And how about old phone, N900?

Yes, in fact, the 1.1.2 "offline" version of the Qt SDK still supports the N900 (at least for now); you just have to download the "Maemo" toolchain. It even comes with a N900 simulator, set up automatically for you...

sHaggY_caT
2014-04-30, 20:05
I'm sorry, I'm confuse. In last (1 years before) I use VirtualBox image.
Now i whant write some code, but I'm delete this image 2-3 mounths before, becouse I am extreamly needed disk space.

Could you send link to manual of install SDK with avaible methods, please?

Copernicus
2014-04-30, 21:02
Could you send link to manual of install SDK with avaible methods, please?

Hmm. If I'm reading it right, the Maemo virtual image your link pointed to was for the GTK version of the Maemo SDK, before Nokia made the switch to using Qt. Unfortunately, I doubt you'll be able to find that particular product any more, as that website is very, very old. I've personally never done any GTK development, but there are a wiki pages that describe how to set up (http://wiki.maemo.org/Documentation/Maemo_5_Final_SDK_Installation) and use (http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Development_Environment/Maemo_SDK) the scratchbox environment, if you're willing to create the environment manually.

I prefer to use the Qt SDK; unfortunately, with Nokia's move to the Windows Phone OS (and the various unfortunate events associated with that move), Qt had to drop support for all the Nokia products in its current releases. But, you can still use an older version of the Qt SDK, if you can find one, such as from the link above.

And, there's recently been a move to set up on-device development (http://talk.maemo.org/showthread.php?t=90701), if you're interested.

But I guess the first question is, what exactly is your goal? :) Getting a working development environment up and running today is going to take some effort, so you should probably take a little time beforehand to consider what kind of environment you want...

sHaggY_caT
2014-04-30, 21:19
Thank you very much to answer!

QT SDK, I think, is good idea, becouse my code use PyQT, python, and bash.
How I can use IT?

Copernicus
2014-04-30, 22:01
QT SDK, I think, is good idea, becouse my code use PyQT, python, and bash.
How I can use IT?

Ah, well, if you're into Python, you probably already know that you can run any pure Python script by simply copying it over to the N900 and telling Python to run it -- that's the advantage of interpreted languages over compiled ones. :)

As to the Qt bindings for Python, I'm not sure -- I've never used PyQt myself. I'm not sure you really need to download an SDK for PyQt. Let's see... there is a wiki page (http://wiki.maemo.org/PyQt_Tips_and_Tricks) with some tips on using Python on Maemo. There are some good threads (http://talk.maemo.org/showthread.php?t=42754) on using PyQt as well...

sHaggY_caT
2014-04-30, 22:06
Ah, well, if you're into Python, you probably already know that you can run any pure Python script by simply copying it over to the N900 and telling Python to run it -- that's the advantage of interpreted languages over compiled ones. :)

As to the Qt bindings for Python, I'm not sure -- I've never used PyQt myself. I'm not sure you really need to download an SDK for PyQt. Let's see... there is a wiki page (http://wiki.maemo.org/PyQt_Tips_and_Tricks) with some tips on using Python on Maemo. There are some good threads (http://talk.maemo.org/showthread.php?t=42754) on using PyQt as well...


But coding with x86 computer is more comfortable than more iteration of coding on PC, copy to phone, debug, coding on PC, copy to phone...

Have any working chroot/VM will be better.
Is any way to get it?

Copernicus
2014-04-30, 22:33
Have any working chroot/VM will be better.
Is any way to get it?

Well, I'll admit having a good emulator is a convenient luxury. :) I myself tend to do the code on pc, deploy to phone, debug, code on pc thing, though. ;) I think your best bet would be to set up a "Scratchbox" environment (as described in the links above); that seems to be the most popular way to get an N900 emulator up and running right now...

sHaggY_caT
2014-04-30, 22:39
Well, I'll admit having a good emulator is a convenient luxury. :) I myself tend to do the code on pc, deploy to phone, debug, code on pc thing, though. ;) I think your best bet would be to set up a "Scratchbox" environment (as described in the links above); that seems to be the most popular way to get an N900 emulator up and running right now...

I use dualboot with Fedora 20 and Gentoo on my laptop. Good idea install Scratchbox to VM with Debian or Ubuntu? If yes, in which version?

And, how i can install it? Which manual is the best and have all worked links?

sHaggY_caT
2014-04-30, 22:48
May be, files of VMs is in one of repos in openrepos.org?
Or it is unfortunataly deleted by Nokia without revert?

matthewkuhl
2014-05-15, 01:13
Does anyone have the offline Qt SDK v1.0.x stored away safely?

Copernicus
2014-05-15, 01:33
Does anyone have the offline Qt SDK v1.0.x stored away safely?

Are you looking for a specific feature of the 1.0.x SDK? You can still find all the purely Qt-oriented code in the Qt archive:

http://download.qt-project.org/archive/qt/

The Nokia-specific items (in particular, toolchains for the N900, N9, and Symbian) can be found in the 1.1 and 1.2 SDKs (1.1.2 works for the N900, 1.2.x for N9 & Symbian). I'm not sure there's anything in the 1.0 series that you can't find in one of the later SDKs...

matthewkuhl
2014-05-15, 01:42
@Copernicus Thank you for the link. i am actually trying to find an offline installer for the 1.0.x Qt Creator compatible with Nokia Symbian S60v3... But the only installer i have found so far is an online version (and, of course, it doesn't work):rolleyes:

Copernicus
2014-05-15, 02:36
i am actually trying to find an offline installer for the 1.0.x Qt Creator compatible with Nokia Symbian S60v3...

Well, I haven't personally done any Symbian coding, but there is a "Support for Symbian (http://qt-project.org/wiki/Support-for-Symbian)" page in the Qt documentation; in particular, it has an interesting paragraph:


Development of Qt apps for Symbian phones is undertaken easily using the Qt SDK [qt.nokia.com]. The current version (Qt SDK 1.2) offers features to build applications for Symbian Anna and Symbian Belle phones (as well as the Nokia N9 and desktop platforms) using Qt 4.7.4. Development for earlier versions of the Symbian platform and Qt are possible, using Qt SDK 1.1.2 [developer.nokia.com] available from the Nokia Developer website.


So, it would seem that the 1.1.2 SDK has what you would need to build code for S60v3 (at least, that's what I would guess). Luckily, the offline installer for that version of the SDK is still available at the informatik.hu-berlin.de (ftp://ftp.informatik.hu-berlin.de/pub/Mirrors/ftp.troll.no/QT/qtsdk/) website. :)


Ok, I've done a little further digging; I'm still not entirely sure what is what here (Nokia seemed to enjoy cutting off support for older devices with every Qt release), but I've found the following paragraph in another Qt document (http://doc.qt.digia.com/sdk-1.1/creator-developing-symbian.html):


The tool chains for developing applications using Qt 4.6.3 for Symbian and Qt 4.7.3 for Symbian^ 3 and Symbian Anna have been removed from Qt SDK 1.1.4. To develop such applications, download and use Qt SDK version 1.1.2 instead. It contains Qt 4.6.3 for Symbian and Qt 4.7.4 for Symbian support for Symbian devices with the Application TRK debug agent.

Also,


Note: Do not update Qt SDK 1.1.2 with the Qt SDK update tool, because the updater removes App TRK support.


In short, Nokia really did not want to help folks develop software on older versions of Symbian. :(

Still, it looks like you can get up and running with the 1.1.2 SDK...

matthewkuhl
2014-05-15, 02:58
Thank you very much for your (tremendous) help!
i have tried your link with two browsers and a client but i am unable to resolve the host - is the link working on your end?

Copernicus
2014-05-15, 03:10
i have tried your link with two browsers and a client but i am unable to resolve the host - is the link working on your end?

Hmm, that's odd -- I'm getting to the "informatik" site without trouble. I'm using Google Chrome, but I can get to it from other browsers as well.

There could be something odd with the "URL" tag. Let me print the entire text of the link; if nothing else, you could cut and paste the link into your browser (or even just type it in):

ftp://ftp.informatik.hu-berlin.de/pub/Mirrors/ftp.troll.no/QT/qtsdk/

matthewkuhl
2014-05-15, 03:15
No, that's the same link i am using.
The FTP client can't connect, Opera says the server is busy, Chrome gives me a "No data received" error and Firefox gives me absolutely nothing at all. :confused:

Copernicus
2014-05-15, 03:38
No, that's the same link i am using.
The FTP client can't connect, Opera says the server is busy, Chrome gives me a "No data received" error and Firefox gives me absolutely nothing at all. :confused:

Wow. Something somewhere really really doesn't want your machine(s) to connect to that site...

This is an ftp site; maybe there's a firewall or an antivirus program set up to block access to ftp sites?

I suppose your ISP might also block the site, but I have no idea why they would. (It's a German University...)

Ok, here's an idea -- try going to this FTP Test website (https://www.wormly.com/test_ftp_server), and give it the name of the ftp server:

ftp.informatik.hu-berlin.de

Leave SSL off, and the user and password blank. It works for me -- if they can get to the site for you, then you've probably got something local to your machine that is blocking FTP access. (At least, that's my guess...)

minimos
2014-05-15, 05:04
Thank you very much for your (tremendous) help!
i have tried your link with two browsers and a client but i am unable to resolve the host - is the link working on your end?

If the problem is hostname resolution, try with the IP (I resolved it for you):

ftp://141.20.20.90/pub/Mirrors/ftp.troll.no/QT/qtsdk/

(BTW, it works for me, on a Linux Mint Firefox 28)

matthewkuhl
2014-05-15, 05:05
Well if i use Opera Mini on the phone (a proxy browser) i can access the site, but there's no way i can download a file of that size.
So now i just need a proxy browser on the PC :)
Thanks, mate ;)

matthewkuhl
2014-05-15, 05:07
If the problem is hostname resolution, try with the IP (I resolved it for you):

ftp://141.20.20.90/pub/Mirrors/ftp.troll.no/QT/qtsdk/

(BTW, it works for me, on a Linux Mint Firefox 28)

Thanks, mate, but that url doesn't work for me, either (and i'm back in Windows now)

www.rzr.online.fr
2014-05-15, 06:43
http://forge.clermont-universite.fr/attachments/download/2307/QtSdk-online-win-x86-v1_2_1.exe
QtSdk-online-win-x86-v1_2_1.exe md5=a025452fc59ddd9f101eaee81d9b1c4c


http://www.allaboutsymbian.com/flow/item/19743_Symbian_development_tools_made.php#.U2X16jlS S_E.twitter

http://rzr.online.fr/q/symbian

matthewkuhl
2014-05-16, 04:03
Luckily, the offline installer for that version of the SDK is still available at the informatik.hu-berlin.de (ftp://ftp.informatik.hu-berlin.de/pub/Mirrors/ftp.troll.no/QT/qtsdk/) website. :)
..

i used someone else's PC to download the files from your find and i have the Windows and Linux 1.1.1 and 1.1.2 SDKs now, mate.
Thanks a bunch :D

huellif
2014-05-20, 14:34
Here's my mirror:

https://www.mediafire.com/folder/v862wwqds229r/SDKs

More info: http://n8delight.blogspot.com/2014/05/for-developers-re-up-of-symbian.html

This folder is mainly for Symbian SDKs (which also got removed by Nokia) and it contains Nokia Qt v1.2.1 SDK (for Linux x64 and x32, Mac and Windows), too.

The root folder contains much more, but probably it's not that inresting for MeeGo/Maemo/Nemo/Sailfish devs: https://www.mediafire.com/folder/79jhy594xb3uk/Symbian_Development

Copernicus
2014-05-20, 16:53
This folder is mainly for Symbian SDKs (which also got removed by Nokia) and it contains Nokia Qt v1.2.1 SDK (for Linux x64 and x32, Mac and Windows), too.

Thank you for the mirror! BTW, any chance of also adding the Nokia Qt v1.1.2 SDKs? (Nokia removed support for earlier versions of Symbian from Qt SDKs after 1.1.2...)

matthewkuhl
2014-05-20, 19:48
https://drive.google.com/folderview?id=0B_UU-fJ824DoU0J2bDRsdWJHR2s&usp=sharing
Here is the link to my mirror, and i will try to upload the 1.1.1/2 SDKs when i can get on a faster network :)

matthewkuhl
2014-05-24, 04:02
Ok, i now have the 32bit Windows and Linux offline installers for the v1.1.1 and v1.1.2 Qt SDKs uploaded.
Same link :)

sla_erick
2014-09-08, 21:42
Anyone knows any mirror or alive link to the Virtual SDK image? Or do you think the 1.2.1 sdk installer is better option?

zxcvbnm3230
2014-10-22, 19:49
Bumping this thread, because it seems i need a mirror for download.maemo.nokia.com... btw do I really need it?
here I want to install gcc
# apt-get install gcc
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
binutils cpp cpp-4.4 gcc-4.4 libgmp3c2 libgomp1 libmpfr1ldbl
Suggested packages:
binutils-doc cpp-doc gcc-4.4-locales gcc-multilib manpages-dev autoconf
automake1.9 libtool flex bison gdb gcc-doc libmudflap0-4.4-dev gcc-4.4-doc
libgcc1-dbg libgomp1-dbg libmudflap0-dbg libcloog-ppl0 libppl-c2 libppl7
Recommended packages:
libc6-dev libc-dev
The following NEW packages will be installed
binutils cpp cpp-4.4 gcc gcc-4.4 libgmp3c2 libgomp1 libmpfr1ldbl
0 upgraded, 8 newly installed, 0 to remove and 6 not upgraded.
Need to get 8,279kB of archives.
After this operation, 21.2MB of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
libmpfr1ldbl cpp-4.4 cpp libgomp1 gcc-4.4 gcc
Install these packages without verification [y/N]? y
Get: 1 http://mirror.thecust.net harmattan/sdk/free libmpfr1ldbl 2.4.1-0maemo4+0m6 [422kB]
Get: 2 http://mirror.thecust.net harmattan/sdk/free cpp-4.4 4.4.1-0maemo14+0m6 [3,844kB]
Get: 3 http://mirror.thecust.net harmattan/sdk/free cpp 4:4.4.1-5-0maemo1 [14.9kB]
Get: 4 http://mirror.thecust.net harmattan/sdk/free libgomp1 4.4.1-0maemo14+0m6 [25.1kB]
Get: 5 http://mirror.thecust.net harmattan/sdk/free gcc-4.4 4.4.1-0maemo14+0m6 [515kB]
Get: 6 http://mirror.thecust.net harmattan/sdk/free gcc 4:4.4.1-5-0maemo1 [4,960B]
Err https://downloads.maemo.nokia.com ./ binutils 2.19.51.20090709-0maemo10+0m6
Resolving host timed out: downloads.maemo.nokia.com
Err https://downloads.maemo.nokia.com ./ libgmp3c2 2:4.3.2+dfsg-1+maemo5+0m6
Resolving host timed out: downloads.maemo.nokia.com
Fetched 4,826kB in 29s (164kB/s)
Failed to fetch https://qa9recEP:Pat2UGuP@downloads.maemo.nokia.com/harmattan/tools/./binutils_2.19.51.20090709-0maemo10+0m6_armel.deb Resolving host timed out: downloads.maemo.nokia.com
Failed to fetch https://qa9recEP:Pat2UGuP@downloads.maemo.nokia.com/harmattan/apps/./libgmp3c2_4.3.2+dfsg-1+maemo5+0m6_armel.deb Resolving host timed out: downloads.maemo.nokia.com
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Well, then I go to http://wiki.maemo.org/Apt-mirror and try to get apt-mirror installed

# apt-get install apt-mirror
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed
apt-mirror
0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded.
Need to get 16.4kB of archives.
After this operation, 131kB of additional disk space will be used.
Get: 1 http://harmattan.openrepos.net personal/main apt-mirror 0.4.8-6 [16.4kB]
Fetched 16.4kB in 10s (1,566B/s)
Selecting previously deselected package apt-mirror.
(Reading database ... 55214 files and directories currently installed.)
Unpacking apt-mirror (from .../apt-mirror_0.4.8-6_all.deb) ...
aegis-installing apt-mirror (from '')
Setting up apt-mirror (0.4.8-6) ...
chage: the shadow password file is not present
/usr/bin/chage failed with return code 15, shadow not enabled, password aging cannot be set. Continuing.
chown: /var/spool/apt-mirror: Operation not permitted
dpkg: error processing apt-mirror (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
apt-mirror
Updating desktop entries... Done
E: Sub-process /usr/bin/dpkg returned an error code (1)

I just can't really get these errors. I mean, I don't even know what to do with all of these.

coderus
2014-10-22, 20:17
this host working for me. try google dns.

zxcvbnm3230
2014-10-23, 11:38
this host working for me. try google dns.

lol, it doesn't work through my current wi-fi access point, but i easily do apt-get update w/out any Errs through my mobile internet. :D
Google dns works as a charm.
Thanks :)

mikegioia
2015-03-20, 11:52
I don't know where it's getting the data from, but it successfully downloaded the entire toolchain. (It popped up a single error message at the end, but I just clicked "ignore", and went ahead with the installation.)

I just (finally) downloaded 1.1.2 from the Mirror (ftp://ftp.informatik.hu-berlin.de/pub/Mirrors/ftp.troll.no/QT/qtsdk/) and installed it. However, I ran tcptrack while it was downloading the Maemo toolchain and other updates and I noticed that the downloads made requests to two IPs hosted at Akamai:

a23-0-163-96.deploy.static.akamaitechnologies.com
a23-0-163-65.deploy.static.akamaitechnologies.com

Those are also the IP addresses in the beggining, fyi. However my search stops here; I imagine those Akamai servers are maintained by Nokia/Microsoft but I wish I knew of a way to see the actual files that were downloading. That way, in the worst case scenario we could theoretically route our hosts files to a localhost mirror.

sla_erick
2015-09-05, 19:42
I just (finally) downloaded 1.1.2 from the Mirror (ftp://ftp.informatik.hu-berlin.de/pub/Mirrors/ftp.troll.no/QT/qtsdk/) and installed it. However, I ran tcptrack while it was downloading the Maemo toolchain and other updates and I noticed that the downloads made requests to two IPs hosted at Akamai:

a23-0-163-96.deploy.static.akamaitechnologies.com
a23-0-163-65.deploy.static.akamaitechnologies.com

Those are also the IP addresses in the beggining, fyi. However my search stops here; I imagine those Akamai servers are maintained by Nokia/Microsoft but I wish I knew of a way to see the actual files that were downloading. That way, in the worst case scenario we could theoretically route our hosts files to a localhost mirror.
Any luck with this? It seems as of today, the SDK Maintenance Tool cant download the Maemo toolchain. Is there any other method to install the toolchain separately and integrate it to SDK 1.1.2?

Copernicus
2015-09-05, 20:01
It seems as of today, the SDK Maintenance Tool cant download the Maemo toolchain. Is there any other method to install the toolchain separately and integrate it to SDK 1.1.2?

Yeah, unfortunately, it seems that the toolchain is no longer available from wherever the maintenance tool was pulling it; I found that out as well earlier this year.

However, after investigating a bit, I discovered that version 1.1.1 of the SDK has the Maemo toolchain built-in to the offline installer. :) And, so far as I know, there's no significant difference between 1.1.1 and 1.1.2 with respect to Maemo development. So, I think the best bet right now is to just use the 1.1.1 version of the SDK...

Halftux
2015-09-05, 22:49
Any luck with this? It seems as of today, the SDK Maintenance Tool cant download the Maemo toolchain. Is there any other method to install the toolchain separately and integrate it to SDK 1.1.2?

Are you talking about windows or linux sdk?

I have the latest windows and linux sdk offline installer and an installed version with the maemo toolchain. I can upload the installer and the maemo toolchain. I can also figure out how to integrate the toolchain should be very easy.

QtSdk-offline-win-x86-v1_2_1.exe
QtSdk-offline-linux-x86-v1_2_1.run

Furthermore I created already a VM (http://talk.maemo.org/showthread.php?t=95806) with the linux QtSdk and the scratchbox crosstool.

www.rzr.online.fr
2016-02-19, 10:23
For the record :

This is Google's cache of ftp://ftp.informatik.hu-berlin.de/pub/Linux/Qt/QT/qtsdk/md5sums.txt. It is a snapshot of the page as it appeared on 16 Feb 2016 02:26:44 GMT.
The current page could have changed in the meantime. Learn more
Tip: To quickly find your search term on this page, press Ctrl+F or ⌘-F (Mac) and use the find bar.

b9ee01f6d5ecd24a9dafa57e94c044d8 qt-sdk-linux-x86-opensource-2009.01.bin
93c9b3c4ad751e0f536603451a9caa1a qt-sdk-linux-x86-opensource-2009.02.bin
29ddd7b70a4d94e302cf26011f48ce24 qt-sdk-linux-x86-opensource-2009.03.1.bin
ae2665ac84f54e7ded0fb1c9d11fbe46 qt-sdk-linux-x86-opensource-2009.03.bin
aa856d1e1583758be0724d2d6940ccd8 qt-sdk-linux-x86_64-opensource-2009.01.bin
4ec438aee4e28b5d1e32bac8807718b3 qt-sdk-linux-x86_64-opensource-2009.02.bin
6093fa064ebea2e8508a2f6f06889735 qt-sdk-linux-x86_64-opensource-2009.03.1.bin
870ab914ef37f9b08001d0d484669738 qt-sdk-linux-x86_64-opensource-2009.03.bin
467224125e2f95f84f911d2a9ea440d4 qt-sdk-mac-opensource-2009.01.dmg
5c36a8d26190a4f76873811b294f9b94 qt-sdk-mac-opensource-2009.02.dmg
aa51dd670926d2b96a46402810ebdd51 qt-sdk-mac-opensource-2009.03.1.dmg
c20ff5ae62ff29da48f7ec1071353953 qt-sdk-mac-opensource-2009.03.dmg
fff6665beeb1a590ca2cec087fa5e6bd qt-sdk-win-opensource-2009.01.1.exe
578a7eb0b61bc652532cec5d9cc84069 qt-sdk-win-opensource-2009.01.exe
bb695b6e44f0aef1ab84c1a9357a4ace qt-sdk-win-opensource-2009.02.1.exe
26235bc7e8066477d9a3b07cb1b6181c qt-sdk-win-opensource-2009.02.exe
324413aab9deb49b561911676b6fae54 qt-sdk-win-opensource-2009.03.1.exe
fe10dcd2e947132359a8d006093cbe75 qt-sdk-win-opensource-2009.03.exe
88f38041f6b1ef1ff0e8cff6a8f35af7 qt-sdk-linux-x86_64-opensource-2009.04.bin
b389d1209b2c7eb2420c402339d103b7 qt-sdk-linux-x86-opensource-2009.04.bin
d9b86d0192eaefbe2d0e03c1625d2f21 qt-sdk-mac-opensource-2009.04.dmg
616e460df1297917f84b4585986f7b48 qt-sdk-win-opensource-2009.04.exe
90b68a53c09c08471145cf6202082c86 qt-sdk-linux-x86_64-opensource-2009.04.1.bin
395d8026d84f7beb80627f27b41fbcf9 qt-sdk-linux-x86-opensource-2009.04.1.bin
1b90157dfdf5bdea0586b8b08bb88589 qt-sdk-linux-x86_64-opensource-2009.05-rc1.bin
19eef57ebcec71ec11f368a907b7798e qt-sdk-linux-x86-opensource-2009.05-rc1.bin
c237cdca15be8e69d10d6ebea2bd2784 qt-sdk-mac-opensource-2009.05-rc1.dmg
ead94e0151762ec3f352221d88b5fa68 qt-sdk-win-opensource-2009.05-rc1.exe
313802bfceb3c8edf3e31a57735141a1 qt-sdk-linux-x86_64-opensource-2009.05.bin
04372699ae3f1b31eb180381bf5366bb qt-sdk-linux-x86-opensource-2009.05.bin
79a0dcb4718131f952be1f7c4fe044f9 qt-sdk-mac-opensource-2009.05.dmg
a983e34885aad7c87158bb5a4961d6e1 qt-sdk-win-opensource-2009.05.exe
43e5e5c59a9c6ee8cfecadde20823008 qt-sdk-linux-x86_64-opensource-2010.01.bin
3dbd7f9dfeafa41371847eba143a0ece qt-sdk-linux-x86-opensource-2010.01.bin
f9783c9d32928ad811ffa1deca0f569a qt-sdk-mac-opensource-2010.01.dmg
0070cb59daa59257dc18e2ae6faef269 qt-sdk-win-opensource-2010.01.exe
9fa586fc54dfd63f981af4d5d6c5c5a4 qt-sdk-linux-x86_64-opensource-2010.02.bin
bffb40784e2ca53548f5e06681651e99 qt-sdk-linux-x86-opensource-2010.02.bin
e8a405208a121a117e858b1179da0054 qt-sdk-mac-opensource-2010.02.dmg
606413833ca8c169971e7f43064b797e qt-sdk-win-opensource-2010.02.exe
fca2e5c9c73c4891ba5b0ea3f187d407 qt-sdk-win-opensource-2010.02.1.exe
36c7e9c49ac8f22a097ce127bc72023e qt-sdk-linux-x86_64-opensource-2010.03-setup.bin
8c2e5aaa05a344f9809ac10571824369 qt-sdk-linux-x86-opensource-2010.03-setup.bin
4b3b9ba34211517002158189ede6c539 qt-sdk-mac-opensource-2010.03.dmg
645904d4d8e685d246288eee385d45e3 qt-sdk-win-opensource-2010.03.exe
68fdde598f9375d4096569b951a8b9d5 qt-sdk-linux-x86_64-opensource-2010.04.bin
1089c0577d2e3ab3be91d8fe38cea236 qt-sdk-linux-x86-opensource-2010.04.bin
13aeefd432a891b7c4fa45b4cc16ec4d qt-sdk-mac-opensource-2010.04.dmg
7640d07aa2cbc4fa3b9a3d20ae2e22d9 qt-sdk-win-opensource-2010.04.exe
815b31a00aeccf2beaa6d8c1f1f01df9 qt-sdk-linux-x86_64-opensource-2010.05-rc1.bin
eb05d49211b2a3117891b9a649598ee9 qt-sdk-linux-x86-opensource-2010.05-rc1.bin
329afc78aa999506fda54d5954ac983f qt-sdk-mac-opensource-2010.05-rc1.dmg
36d6a6e8c998360ccddac0a1c5dba0ee qt-sdk-win-opensource-2010.05-rc1.exe
e11785601fdbee44f907579b4f242a0c qt-sdk-linux-x86_64-opensource-2010.05.bin
29613ecbf092492d24f24a4767646a03 qt-sdk-linux-x86-opensource-2010.05.bin
ad85c4727dd86e43340719e61d1f6ccf qt-sdk-mac-opensource-2010.05.dmg
aead15856f35e9cc9bacf1f7ec5c9cea qt-sdk-win-opensource-2010.05.exe
4e8463c5143136d6cbb47ae35450e782 qt-sdk-linux-x86_64-opensource-2010.05.1.bin
71eb6881fb52209167d8ee5cf8316494 qt-sdk-linux-x86-opensource-2010.05.1.bin
0f7317ba5bb981525215091b2828c8a0 Qt_SDK_Lin32_offline_v1_1_TP_en.run
ea39175f5193244dcfb30fa930c11e4f Qt_SDK_Lin32_online_v1_1_TP_en.run
99060deaa048df2979ebc5eda13ac91f Qt_SDK_Lin64_offline_v1_1_en.run
d524d267d97e17d2eb75b10d60499503 Qt_SDK_Lin64_online_v1_1_TP_en.run
b16b39870564015fa9846fbf32d4e2be Qt_SDK_Mac64_offline_v1_1_TP_en.dmg
75ff920c3e22c23bc13328a6c201c1de Qt_SDK_Mac64_online_v1_1_TP_en.dmg
2c3f15d98dded4cabffd928484686dc9 Qt_SDK_Win_offline_v1_1_TP_en.exe
3edba2004e5240e6735fc82b75e24187 Qt_SDK_Win_online_v1_1_TP_en.exe
fafab9a904e606010324b8f12019c619 Qt_SDK_Lin32_offline_v1_1_beta_en.run
e5ac4d1c621c9c42eacbf5cb226055e5 Qt_SDK_Lin32_online_v1_1_beta_en.run
addb9e8e1aefa61586a6ea0a9f9bfa0b Qt_SDK_Lin64_offline_v1_1_beta_en.run
2fca705b8a7fe71646206c3e8a9190a2 Qt_SDK_Lin64_online_v1_1_beta_en.run
ee69517f5e227a9f0e2d50489dc65959 Qt_SDK_Mac64_offline_v1_1_beta_en.dmg
2f161dbc12f3c6bdc90a21ed4a073db6 Qt_SDK_Mac64_online_v1_1_beta_en.dmg
e631d61642ec7f23c337664149475aa4 Qt_SDK_Win_offline_v1_1_beta_en.exe
3335e6861337241c2968ceb170f0698b Qt_SDK_Win_online_v1_1_beta_en.exe
3dd1b6e6734787f580a8ae2eaebfe044 Qt_SDK_Lin32_offline_v1_1_rc_en.run
abffa3ec22bf20cb545c31baa75543aa Qt_SDK_Lin32_online_v1_1_rc_en.run
95714e3732181fcda679c78a9786db15 Qt_SDK_Lin64_offline_v1_1_rc_en.run
6e9096f41148d57bf9ef79fe930f1dcf Qt_SDK_Lin64_online_v1_1_rc_en.run
2d6cf42f01a2701e3871ecb64ed8f385 Qt_SDK_Mac64_offline_v1_1_RC_en.dmg
e9bf1918c16dcd08dbe06358f0c5fa0d Qt_SDK_Mac64_online_v1_1_RC_en.dmg
9c0bbeca5193faf176a6422818097062 Qt_SDK_Win_offline_v1_1_rc_en.exe
a0d16bc48930df2e25ebf6f0b5474bca Qt_SDK_Win_online_v1_1_rc_en.exe
8cf0c35790dd4a895a2ab07c2a6efffb Qt_SDK_Lin32_offline_v1_1_en.run
10bf4b95f4d74bd995196c3e53628ec5 Qt_SDK_Lin32_online_v1_1_en.run
6169b6d8ca1cacf23b02569186b590c7 Qt_SDK_Lin64_offline_v1_1_en.run
a6f0fcb9c930b95cd39037c10d4cf32b Qt_SDK_Lin64_online_v1_1_en.run
eae58d0bb1ba9510b098c61b2bddf339 Qt_SDK_Mac64_offline_v1_1_en.dmg
ac128b9c2f82d30717a0c0b6fcac957c Qt_SDK_Mac64_online_v1_1_en.dmg
52224ca3e6285542afab6418d8e86f57 Qt_SDK_Windows_offline_v1_1_en.exe
e5fedae47b449e1c7a9ed52b23c92c9f Qt_SDK_Windows_online_v1_1_en.exe
bcce2b2d077a736a86cdae23c346c70d Qt_SDK_Lin32_offline_v1_1_1_en.run
02ceb1ffe5a9088688ed4db2b1acf3bf Qt_SDK_Lin32_online_v1_1_1_en.run
12467a2552dd40535aaade2e8346ee51 Qt_SDK_Lin64_offline_v1_1_1_en.run
079896d9c2a0724db1265ba777b81267 Qt_SDK_Lin64_online_v1_1_1_en.run
53f6132f836d76898c417ec40a6c94fa Qt_SDK_Mac64_offline_v1_1_1_en.dmg
a1464e8276712f0ef0c9bf200fb860ab Qt_SDK_Mac64_online_v1_1_1_en.dmg
a8639c63673a9b13fd8b0bb33dce8a90 Qt_SDK_Win_offline_v1_1_1_en.exe
44325ddca92f8ad8bb2492f3afdfa4be Qt_SDK_Win_online_v1_1_1_en.exe
4dc92b62a48b0bc83c256250bc248017 Qt_SDK_Lin32_offline_v1_1_2_en.run
bae34808f7a5b154538e6802fc23ec4c Qt_SDK_Lin32_online_v1_1_2_en.run
270df64132095ada177c207277ad0137 Qt_SDK_Lin64_offline_v1_1_2_en.run
1aea6f3eb247ce7aa66f423b70c16c9c Qt_SDK_Lin64_online_v1_1_2_en.run
e78cec68985c367492e609a646ceabe5 Qt_SDK_Mac64_offline_v1_1_2_en.dmg
4e9f8ea5ebf0dd24888db3572a81d6b1 Qt_SDK_Mac64_online_v1_1_2_en.dmg
ef5fa2992770e99e55c56b7f08b4d4a4 Qt_SDK_Win_offline_v1_1_2_en.exe
af1bcddaaf4d52ef3adba4cbe5211ed4 Qt_SDK_Win_online_v1_1_2_en.exe
106fdae4ec8947c491ab0a827a02da12 Qt_SDK_Lin32_offline_v1_1_3_en.run
eae2e2a1396fec1369b66c71d7df6eab Qt_SDK_Lin32_online_v1_1_3_en.run
8c280beb11ee763840464572ed80e8b8 Qt_SDK_Lin64_offline_v1_1_3_en.run
27e69d14f1f4505c7ec9591632df7628 Qt_SDK_Lin64_online_v1_1_3_en.run
c20c252212d828a100e8837f4d2cdcd8 Qt_SDK_Mac64_offline_v1_1_3_en.dmg
40be66c9d56b13d2f48f8c57b9a4048b Qt_SDK_Mac64_online_v1_1_3_en.dmg
50de9d6d6a41976258beee97c6402bdb Qt_SDK_Win_offline_v1_1_3_en.exe
05296820a20d9f1461a31747d517d0b5 Qt_SDK_Win_online_v1_1_3_en.exe
2000b92a2b96719b74aba2cdd4454eb9 Qt_SDK_Lin32_offline_v1_1_4_en.run
f9fe718b7dfaf8ed01598528e4f1dde4 Qt_SDK_Lin32_online_v1_1_4_en.run
63214d80847dc46c66bf0c9805fd511f Qt_SDK_Lin64_offline_v1_1_4_en.run
aa916e8fab8c7c64f29cb696f3784509 Qt_SDK_Lin64_online_v1_1_4_en.run
6d753741343b17dbaccfb7e26d0c4302 Qt_SDK_Mac64_offline_v1_1_4_en.dmg
dc625a0405d8d61d9a54a677aed3af56 Qt_SDK_Mac64_online_v1_1_4_en.dmg
dac15428693326ae2032ee57d29452a4 Qt_SDK_Win_offline_v1_1_4_en.exe
3852a67e3f3951a90f883bf628e29cd8 Qt_SDK_Win_online_v1_1_4_en.exe

marmistrz
2016-03-23, 16:58
I'll need to reflash my phone.
But where can I download the flasher right now? I found maemo-repos.com, but are there any legit md5sums anywhere?

coderus
2016-03-23, 17:09
https://coderus.openrepos.net/flasher/

marmistrz
2016-03-23, 17:19
Forgot to say I need the N900 flasher too :) and the system images too.

nieldk
2016-03-23, 18:06
Forgot to say I need the N900 flasher too :) and the system images too.

Search helps
http://talk.maemo.org/showpost.php?p=1418219&postcount=13

marmistrz
2016-03-25, 15:43
Search helps
http://talk.maemo.org/showpost.php?p=1418219&postcount=13

It's not easy to find such things. I tried googling, no success. So I posted here.

We need an all-in-one hash sum thread, so that one can easily check if the flasher found somewhere in the net is legit.

peterleinchen
2016-03-25, 21:38
It's not easy to find such things. I tried googling, no success. So I posted here.
All links in wiki are dead but the forum holds enough threads/posts/signatures for finding the downloads, or?

We need an all-in-one hash sum thread, so that one can easily check if the flasher found somewhere in the net is legit.
This is true. And I still feel bad to not have done it yet.

So here is at least for flasher:

cc4fe74eb32a5be79837e6f2f6118eff Readme_Maemo_Flasher-3.5.txt
9a8b05a92b56bc3daa8b20eca9256ec6 maemo_flasher-3.5_2.5.2.2_i386.deb
32c78d5b4e6fa00c95cb749a81052610 maemo_flasher-3.5_2.5.2.2_i386.dmg
8a52980e140b446694bec995cc2483be maemo_flasher-3.5_2.5.2.2_ppc.dmg
894eceb6d49c4b4399bef77651930376 maemo_flasher-3.5_2.5.2.2.exe
0daa9898360f83bcb10db73775e70785 maemo_flasher-3.5_2.5.2.2.tar.gz
b3b8efe68d8da9a2597f5cc7c33343a7 WinFlasher_3.12.1.exe
e14c8de164691a9b7acb3abcea4424b4 MacFlasher_3.12.1.dmg
b65782135dee87a00df0a97f8e0f4951 flasher_3.12.1_amd64.deb
39583e5f41cc7d2257fb7c636b04e2a3 flasher_3.12.1_i386.deb

marmistrz
2016-03-26, 08:59
This needs a separate thread ;) Or no one else will find it ;)

BaudelaireGaudi
2016-09-02, 18:58
Here you can find the files:

http://jenkins.taulabs.org/distfiles/

This site can’t be reached

Halftux
2016-09-02, 19:50
This site can’t be reached

Updated my post it is maybe better because not everyone has the power to read a thread.

nieldk
2016-09-03, 05:14
Archive saved it
web.archive.org/web/20140630051436/http://jenkins.taulabs.org/distfiles

Edit: no, only the page. No files :(

meemorph
2016-09-03, 16:27
maybe this can help: [M5+M6] Fremantle and Harmattan QtSDK and scratchbox VM (http://talk.maemo.org/showthread.php?p=1493619)