View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#24
Ok, again:
1. USB = name of your usb disk-on-key
Connect your usb disk-on-key to PC
2. Create this folders on this usb:
a.
Code:
/NOKIA_N9/Scratchbox/harmattan/dists/parse/main/binary-amd64
b.
Code:
/NOKIA_N9/Scratchbox/harmattan/dists/parse/main/binary-i386
c.
Code:
/NOKIA_N9/Scratchbox/rootstrap
3.
a. If your PC 64 bit, download this deb files: http://thecust.net/nelisquare/hathor-sdk/amd64/
Also download this zip: http://dl.dropbox.com/u/17706605/binary-amd64.zip extract file and put all to:
Code:
/NOKIA_N9/Scratchbox/harmattan/dists/parse/main/binary-amd64
b. if your PC 32 bit, download this deb files: http://thecust.net/nelisquare/hathor-sdk/i386/
Also download this zip: http://dl.dropbox.com/u/17706605/binary-i386.zip extract file and put all to:
Code:
/NOKIA_N9/Scratchbox/harmattan/dists/parse/main/binary-i386
4.
a. If your PC 64 bit, download this rootstrap: http://thecust.net/nelisquare/hathor...-rootstrap.tgz and put it to:
Code:
/NOKIA_N9/Scratchbox/rootstrap
b. If your PC 32 bit, download this rootstrap: http://thecust.net/nelisquare/hathor...-rootstrap.tgz and put it to:
Code:
/NOKIA_N9/Scratchbox/rootstrap
to be sure download both of them and put here...
5. Install the deb files from terminal:
a. if your PC 64 bit:
Code:
sudo dpkg -i /media/YOUR_NAME/USB/NOKIA_N9/Scratchbox/harmattan/dists/parse/main/binary-amd64/*
b. if your PC 32 bit:
Code:
sudo dpkg -i /media/YOUR_NAME/USB/NOKIA_N9/Scratchbox/harmattan/dists/parse/main/binary-i386/*
6. Edit script harmattan-sdk-setup.py like explained in PDF:
lines: 92, 107, 216
7. Put script harmattan-sdk-setup.py to: /home/YOUR_NAME
8. In terminal:
Code:
chmod +x /home/YOUR_NAME/harmattan-sdk-setup.py
and for install:
Code:
sudo ./harmattan-sdk-setup.py admininstall
9. Reboot.

Look in to the installation window if it will write some errors and if it finish process or not...
Hope it will help

PS. tarball you don't need (if I remember right)..

Last edited by Schturman; 2013-03-25 at 21:57.
 

The Following 2 Users Say Thank You to Schturman For This Useful Post: