![]() |
Re: 2012 Coding Competition
Quote:
|
Re: 2012 Coding Competition
Quote:
|
Re: 2012 Coding Competition
leon.anavi: thank you. From your experience, did it take 2-3 weeks for the device to be sent or (hopefully) less?
|
Re: 2012 Coding Competition
Quote:
|
Re: 2012 Coding Competition
What about the bounty shares?
|
Re: 2012 Coding Competition
Quote:
Quote:
Thanks for continuing to be patient, I know things have dragged on longer than expected. It shouldn't be too long before we hear devices have been sent out/ starting to be received. Sharing out the bounty will be very fast in comparison :) |
Re: 2012 Coding Competition
Quote:
|
Re: 2012 Coding Competition
Just received notification from Nokia with DHL tracking number :)
|
Re: 2012 Coding Competition
Thanks for the update guys, that sounds promising :) ^^
(Fingers crossed for Halftux that his arrives before he leaves on his travels) |
Re: 2012 Coding Competition
Quote:
When is my turn ?? I can't wait !! :D :D Thanks for the update ! ;) |
Re: 2012 Coding Competition
Got DHL email notification about a package sent from Tampere :)
|
Re: 2012 Coding Competition
Quote:
|
Re: 2012 Coding Competition
Quote:
I got it 2 hours ago :) Now I am pressing refresh, like a maniac, every second on DHL tracking page :D Can't wait that package :D |
Re: 2012 Coding Competition
I don't know if it's relevent, but everyone who has mentioned they received a notification from DHL have been N9 winners. Is there anyone who is expecting a N950 with a shipping notification yet?
|
Re: 2012 Coding Competition
Quote:
They travel mostly during the night, and i got it before tracking say it was in france :) |
Re: 2012 Coding Competition
Quote:
Right now it is still in Finland (but it is traveling inside that country). I think it should be here this week - will report when device arrives :) |
Re: 2012 Coding Competition
Hm, no Email so far... perhaps today. Lets hope the best! :)
|
Re: 2012 Coding Competition
Quote:
|
Re: 2012 Coding Competition
It's here! :)
|
Re: 2012 Coding Competition
And it's 64GB :) :) :)
|
Re: 2012 Coding Competition
Quote:
__________________ Per aspera ad astra... |
Re: 2012 Coding Competition
Black 64Gb received too :)
|
Re: 2012 Coding Competition
I just received shipping notification of my N950 :-)
|
Re: 2012 Coding Competition
Mine is in Belgrade, now I need to sign some papers because Serbia is not in Europe Union.
Shouldn't take more than 3 days to received (at least that was said to me on phone). |
Re: 2012 Coding Competition
N950 shipping notification received here, too.
|
Re: 2012 Coding Competition
Now that I'm getting my N950, my first task is going to be to try to get Bluetooth PAN tethering working to my iPod Touch and Nexus 7. For this, I may need to compile/recompile BlueZ.
I have no idea how the development process works on Harmattan. I know there is scratchbox for it. Qt Creator can be used as well. But how does packaging work and what is the equivalent of Code:
apt-get source <packageX> I see threads about Open Mode, Developer Mode, etc. Is there a wiki article that explains all this? Based on superficial research around the tmo site, it seems the Harmattan documentation is nowhere near the level of Fremantle. |
Re: 2012 Coding Competition
DHL MAIL received !! for N950!
|
Re: 2012 Coding Competition
Quote:
The .DEB packaging thread for the n9 is similar to the n900 one There is a repo by Rzr for packages already available and some other packages...Harmattan SDK repo... You can use the OBS in appsformeego too Quote:
Developer Mode gives you access to dev tools and terminal (disabled by default) Open Mode allows you to bypass Aegis (a "security" watchdog) You may read more about it here Lastly, welcome aboard! Its good to see more developers coming over :D |
Re: 2012 Coding Competition
Great to see so many people receiving their DHL shipping notices and devices! And wow.. 64Gb versions of the N9 too.. I didn't expect that, I hope it's the same for everyone :)
Quote:
Quote:
|
Re: 2012 Coding Competition
Also received dhl mail notification, status is still in Finland :)
|
Re: 2012 Coding Competition
The device received have first MeeGo 1.2 harmattan release, Aka PR 1.0.
|
Re: 2012 Coding Competition
Look like nokia repository are down :(
|
Re: 2012 Coding Competition
I've also got notified about something Li-ion-containing coming my way. :)
|
Re: 2012 Coding Competition
Quote:
Is there another way to get around security in stock kernels? What is this "inception" I'm reading about and how does that relate to this? Will I need any of the non-stock modes to possibly get bluetooth-PAN working? Thanks! |
Re: 2012 Coding Competition
I received in the meantime the DHL shipment Mail for my N9, too. :)
|
Re: 2012 Coding Competition
got a tracking number for the n9 :)
|
Re: 2012 Coding Competition
DHL email recieced here too! I guess no 2-3 weeks wait... :D
Already downloaded the leaked P.R1.3 firmware to flash the n950. BTW, as a begginer to MeeGo / Harmattan I (and probably others) would like to ask: *Is inception sufficent for development on the n950 or should I use open mode kernel? (my guess after a bit of reading is that it will suffice) *What is the Extras-devel equivalent repository for harmattan (where all the ...-dev packages are)? *Is it risky to flash the n950 with the leaked P.R1.3 firmware? (slowdowns or firmware down-grading problems) |
Re: 2012 Coding Competition
Quote:
Bricked is a term i would associate with Android not Harmattan; you cant put your device into a non-recoverable state simply by flashing another kernel... Open mode is a kernel that isn't signed by Nokia's keys hence aegis is bypassed allowing you to do whatever you want but also disabling features like device lock and pin codes for MfE accounts... Inception is an exploit that takes advantage of a hole in aegis' implementation to allow you certain privileges... For example anything that is a system package or file will have an origin of 'com.nokia.maemo' which means if you want to replace it with a package it wont be possible as your package is from a less trusted origin called 'unknown origin'! However, inception allowd.you to do the replacement by assigning origin 'com.nokia.maemo/local' which is more trusted by Aegis than the default origin The con of inception is that to install back a system package to replace your user package, you would need to incept the system package too due to the trust worthiness of the origins... The main pro of inception is that it doesn't put your phone into open mode hence you don't lose those features that open mode does mentioned above The con of open mode you already know, the pro is that you can on-demand replace any system package with your own package by assigning the same com.nokia.maemo origin to it hence whenever you want to restore the system package, you wont have issues as both of them have the same rank of origin... For what you require, kojacker has posted those instructions and I think you would just be able to add them into the device since they don't already exist... I haven't tried doing those steps yet but will try today and report if you need to install it from a trusted origin... |
Re: 2012 Coding Competition
inception inception/open mode should only be needed if you plan to develop kernel level suff or your app requires extra capabilities. For qt dev you only need to enable developer mode on the phone and get qtsdk.
|
Re: 2012 Coding Competition
Quote:
It's nice surprise, that they're sending 64GB ones now. It seems, that mess in Nokia can sometimes be very convenient :p /Estel |
All times are GMT. The time now is 23:17. |
vBulletin® Version 3.8.8