Reply
Thread Tools
humble's Avatar
Posts: 355 | Thanked: 395 times | Joined on Dec 2009 @ USA
#11
Originally Posted by www.rzr.online.fr View Post
cool idea ; I'd like to rebuild for shared repo

it may become the 500th package too ...

wanna share the src / link to .dsc is fine

regards
sure i would, but i lost the source.. you could put the binaries in a package.. but im doing a rewrite with more features.. most likely an name change. not sure about gui since all functions are terminal based.
__________________
Would you like to Donate?

My"Current Project(s)":
[Resurrecting] DON
 
Posts: 1,269 | Thanked: 3,961 times | Joined on May 2011 @ Brazil
#12
Easy Chroot package for MeeGo Harmattan is now released. It is simpler to install than HarmChom (item 2) of 1st post.
__________________
Python, C/C++, Qt and CAS developer. For Maemo/MeeGo/Sailfish :
Integral, Derivative, Limit - calculating mathematical integrals, derivatives and limits. SymPy - Computer Algebra System.
MatPlotLib - 2D & 3D plots in Python. IPython - Python interactive shell.
-- My blog about mobile & scientific computing ---
Sailfish : Sony Xperia X, Gemini, Jolla, Jolla C, Jolla Tablet, Nexus 4. Nokia N9, N900, N810.

Last edited by rcolistete; 2012-08-16 at 15:29. Reason: Typo fixed
 
Posts: 1,269 | Thanked: 3,961 times | Joined on May 2011 @ Brazil
#13
Good news for Inception users. How to install & use HSDK only with Inception (without Harmattan open mode) :

1) Installation :
- install Inception and Easy Chroot following the Easy Chroot instructions for Inception user;
- download & install HSDK 0.0.1 from post #7, just by tapping it with a file manager or via "# dpkg -i hsdk_0.0.1_armel.deb" as root;
- download the Harmattan SDK rootstrap as explained in 1st post;

2) Creating the SDK.img in MyDocs (only 1st time) :
Once after reboot it is needed to give chroot permissions, so go to the X-Terminal as user :
$ ariadne sh
type the root password, then :
# /usr/sbin/aegisctl -s
which gives extended permissions to mount images, check them typing "accli -I" to show more than 200 lines of credentials instead of just 6 default credentials.
Finally :
$ hsdk -i
just confirm the questions. It takes some minutes reading the "arm-public-sdk-rootstrap.tgz" compressed rootstrap and creating the SDK.img (image of Harmattan SDK) with 2.86 GB (3,000,000,000 bytes) and 441 MB free.

3) Everyday use of HSDK :
Do not use the HSDK icon, it doesn't have the extended permissions to mount the image.
Once after reboot it is needed to give chroot permissions, so go the X-Terminal as user :
$ ariadne sh
type the root password, then :
# /usr/sbin/aegisctl -s
which gives extended permissions to mount the image, check them typing "accli -I" to show more than 200 lines of credentials instead of just 6 default credentials.
Finally :
# hsdk -s
starts the Harmattan SDK on your device. After finishing your compiling and packaging :
# hsdk -e
closes the Harmattan SDK image.

PS : I confirm that installing hsdk_0.0.3_armel.deb on Incepted Nokia N9/N950 (without Harmattan open mode kernel) yields a reboot loop & need to reflash the device. So, for Inception users : do not use hsdk_0.0.3, only hsdk_0.0.1.
__________________
Python, C/C++, Qt and CAS developer. For Maemo/MeeGo/Sailfish :
Integral, Derivative, Limit - calculating mathematical integrals, derivatives and limits. SymPy - Computer Algebra System.
MatPlotLib - 2D & 3D plots in Python. IPython - Python interactive shell.
-- My blog about mobile & scientific computing ---
Sailfish : Sony Xperia X, Gemini, Jolla, Jolla C, Jolla Tablet, Nexus 4. Nokia N9, N900, N810.

Last edited by rcolistete; 2012-08-16 at 18:05.
 

The Following 3 Users Say Thank You to rcolistete For This Useful Post:
Posts: 233 | Thanked: 491 times | Joined on Oct 2011 @ Sydney
#14
I tried to use dpkg-buildpackage -d with a directory i copied fom my pc that I have successfully built, and I get an error.

'Can't exec "debian/rules": Permission denied at /usr/bin/dpkg-buildpackage line 507
Anyone know how to fix it?
__________________
Blogs I post to
MyNokiaBlog
UnleashThePhones

Hit thanks if I have helped in some way, or you agree with me

Twitter
-------------------------------------------------------------------------------
Battery Widget
#OperationUnicorn
Harmoji - Emoji for Harmattan

-------------------------------------------------------------------------------
N9 [Black] - Sailfish OS (1.x.x.xx)
N9 [White] - PR 1.3 [Stock]
N950 - Sailfish OS
Z10 LE - 10.2.1.1055
Dev Alpha C - 10.2.1.1055
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#15
MFaroTusino,

I haven't tried this method but I think you need to chmod 775 your /debian/rules file...
 
humble's Avatar
Posts: 355 | Thanked: 395 times | Joined on Dec 2009 @ USA
#16
Finally got a GUI stable enough for release
all required packages are in tar

What happen since hsdk:
got rid of the the whole concept.

I found separate binaries to be better.

you can install and successfully start SDK without GUI.

In SDK run these commands to fix locales.
Code:
apt-get update
apt-get install posix-locales
#NOTE: To build programs that utilize libmeegotouch you need to download source
http://meego.gitorious.org/meegotouch/libmeegotouch
and build it if anyone can find a better solution post up.

What this update consists of.
HTML Code:
-sdk-series:updated the binaries 
-eazy-chroot
-inception package
-wget
-hsqml:new GUI
the source will be up later.
https://build.pub.meego.com/project/...3Atheonehumble

NOTE: on my n950 i have installed openkernel.

simple to install open the README.TXT in .tar.

anyways here the link
http://www.mediafire.com/?8bc3o5ko9mz6zng
__________________
Would you like to Donate?

My"Current Project(s)":
[Resurrecting] DON

Last edited by humble; 2013-01-06 at 14:53.
 

The Following 7 Users Say Thank You to humble For This Useful Post:
humble's Avatar
Posts: 355 | Thanked: 395 times | Joined on Dec 2009 @ USA
#17
minor fixes. to package sdk-installer & sdk-downloader

heres the link http://www.mediafire.com/?3rgnu7spxw9m9cs
__________________
Would you like to Donate?

My"Current Project(s)":
[Resurrecting] DON
 

The Following User Says Thank You to humble For This Useful Post:
humble's Avatar
Posts: 355 | Thanked: 395 times | Joined on Dec 2009 @ USA
#18
more minor fixes to sdk-installer.


http://www.mediafire.com/?mxbqk430r6mfpye
__________________
Would you like to Donate?

My"Current Project(s)":
[Resurrecting] DON

Last edited by humble; 2013-01-09 at 23:11.
 

The Following 2 Users Say Thank You to humble For This Useful Post:
farfary's Avatar
Posts: 147 | Thanked: 300 times | Joined on Mar 2012 @ ^^ IRAN ^^ - Tehran :D
#19
plz pack all deb in a deb file
very thanks for your GOOD app
 

The Following User Says Thank You to farfary For This Useful Post:
humble's Avatar
Posts: 355 | Thanked: 395 times | Joined on Dec 2009 @ USA
#20
Release: hsqml 2.0.0
*consolidated sdk-series
*more minor fixes
http://www.mediafire.com/download.php?qy7rci49c9ooiub
__________________
Would you like to Donate?

My"Current Project(s)":
[Resurrecting] DON
 

The Following 3 Users Say Thank You to humble For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 20:23.