maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   N9 developer site down, download link SDK 1.2.1 gone (https://talk.maemo.org/showthread.php?t=92507)

hmcosta 2014-01-25 16:35

Re: N9 developer site down, download link SDK 1.2.1 gone
 
Edit: found a mirror for the MeeGo 1.2 Harmattan Developer Library [1]
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

Re: N9 developer site down, download link SDK 1.2.1 gone
 
Quote:

Originally Posted by Markk (Post 1408881)
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

Re: N9 developer site down, download link SDK 1.2.1 gone
 
Quote:

Originally Posted by Halftux (Post 1408905)
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/noki...12.07-1.tar.gz), but keep getting "File not found".

nieldk 2014-01-25 20:54

Re: N9 developer site down, download link SDK 1.2.1 gone
 
Quote:

Originally Posted by Markk (Post 1408921)
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/noki...12.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

Re: N9 developer site down, download link SDK 1.2.1 gone
 
1 Attachment(s)
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


Code:

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/noki...tan-runtime.7z

Halftux 2014-01-26 00:51

Re: N9 developer site down, download link SDK 1.2.1 gone
 
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

Re: N9 developer site down, download link SDK 1.2.1 gone
 
Quote:

Originally Posted by Halftux (Post 1408966)
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!

Quote:

Originally Posted by Halftux (Post 1408967)
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

Re: N9 developer site down, download link SDK 1.2.1 gone
 
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

Re: N9 developer site down, download link SDK 1.2.1 gone
 
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...n/x/x7lib.html

Halftux 2014-01-26 17:10

Re: N9 developer site down, download link SDK 1.2.1 gone
 
Quote:

Originally Posted by nieldk (Post 1409046)
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...n/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.


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

vBulletin® Version 3.8.8