![]() |
[GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
I created this two guides for myself, but decided to share it. Maybe it will be useful for some Linux noobs like me :D
How to create .deb package for your N9 on Linux PC (full package for downlod) WIKI here... Create icon code at the end of the control file for your N9 on Linux PC How to connect to your N9 via WIFI on Linux PC Use it on your own risk :p |
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
"FOR NOOBS" part of title got me in , well done :)
|
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
Thanks Schturman you are everywhere :)
What is the root password for the phone? I tried rootme but doesn't work ... :( Edit: That's good for me. Thanks for that tutorial :) |
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
Root password for the phone it's devel-su password ;)
|
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
Thanks Schturman.
To wim there something or just linux. |
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
Quote:
|
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
i think you can try dpkg in cygwin for windows.
|
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
Quote:
|
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
I'm too...
|
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
|
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
Instead of using Cygwin and potentially upsetting your Windows side of things why not use Wubi to install Ubuntu onto your PC and then you have a main OS [Windows] and a experimental OS [Ubuntu] for all N9 type of stuff...You might also end up switching to Ubuntu for most stuff except for MS Office ;)
Uninstallation of Wubi is simple just uninstall within Windows Add/Remove Programs and all significant Ubuntu traces should be gone from your PC. The only downside is you have to boot into it everytime you want to use it... |
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
This is exactly what I do ;)
|
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
Schturman, one suggestion : create a Maemo Wiki with your tutorials. So they will be indexed by Google, etc.
|
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
Guides updated :)
See first post.... P.S. I also created wiki, but it's ugly :D |
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
New guide added and full package updated... :D
|
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
I get error installing scratchbox packages
|
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
Quote:
|
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
Request: tutorial how to generate Aegis manifest without Qt Creator. (in Harm SDK)
thanks! |
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
but how to install offline?
|
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
Try this: http://dl.dropbox.com/u/17706605/Install Harmattan SDK (scratchbox) from USB drive.pdf
Or here: http://db.tt/LKiIq3U6 |
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
Quote:
|
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
In pdf instruction you have 2 links one of PC binary-amd64 and one for PC binary-i386. Choose one for you PC 64 or 32 bit...
Both links on my dropbox that you can download directly... Also you can use this link to download all needed files: http://thecust.net/nelisquare/hathor-sdk/ |
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
Sorry my ignorance: but those files are small... and the files in http://thecust.net/nelisquare/hathor-sdk/ are big...¿?
And i don't understand which files go in each folder :( 0. Put scratchbox files to: a./media/schturman/USB/NOKIA_N9/Scratchbox/harmattan/dists/parse/main/binary-amd64 Also download this file, extract and put it here. b./media/schturman/USB/NOKIA_N9/Scratchbox/harmattan/dists/parse/main/binary-i386 Also download this file, extract and put it here. c. /media/schturman/USB/NOKIA_N9/Scratchbox/rootstrap And inside here? d. /media/schturman/USB/NOKIA_N9/Scratchbox/tarball And here? |
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
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 Code:
/NOKIA_N9/Scratchbox/harmattan/dists/parse/main/binary-i386 Code:
/NOKIA_N9/Scratchbox/rootstrap 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 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 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 Code:
/NOKIA_N9/Scratchbox/rootstrap 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/* Code:
sudo dpkg -i /media/YOUR_NAME/USB/NOKIA_N9/Scratchbox/harmattan/dists/parse/main/binary-i386/* 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 Code:
sudo ./harmattan-sdk-setup.py admininstall 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).. |
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
Thank you Schtur, i not mean to drive you crazy :D
|
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
Aleluya.... sdk installed, thank you again
|
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
Cool :D
Later I will update PDF with this instruction, I see it's explained better :) Now when you will create aegis manifest file and package your app Code:
<aegis> Code:
[Desktop Entry] |
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
Ok.. i made my first package. But why when i install it installs in /home/user folder instead /opt/ :S
|
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
You should put your opt and usr/share/applications/NAME_OF_YOUR_PACKAGE.desktop here:
Code:
/scratchbox/users/YOUR_NAME/home/YOUR_NAME/NAME_OF_YOUR_PACKAGE/debian/data |
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
i have a problem when installing Scratchbox...any body help me..
Code:
gzip: /tmp/arm-public-sdk-rootstrap.tgz: unexpected end of file |
Re: [GUIDE for noobs] .deb packaging + WiFi connection to your N9 on Linux PC :)
Did you tried without changing the first script? It looks like http://www.scratchbox.org/ work now.
|
All times are GMT. The time now is 01:12. |
vBulletin® Version 3.8.8