*** e-yes has joined #harmattan | 00:02 | |
SqRt7744 | Is it possible to change the font on a CheckBox's text element? | 00:04 |
---|---|---|
*** faenil has quit IRC | 00:12 | |
*** e-yes has quit IRC | 00:20 | |
*** e-yes has joined #harmattan | 00:22 | |
*** e-yes has quit IRC | 00:22 | |
*** SqRt7744 has quit IRC | 00:23 | |
*** lfranchi has quit IRC | 00:23 | |
*** lfranchi has joined #harmattan | 00:25 | |
*** gri is now known as zz_gri | 00:26 | |
*** faenil has joined #harmattan | 00:26 | |
*** divan has quit IRC | 00:29 | |
*** Pali has quit IRC | 00:30 | |
*** xTs has quit IRC | 00:35 | |
*** NIN101 has quit IRC | 00:35 | |
*** Tronic has quit IRC | 01:06 | |
*** Tronic has joined #harmattan | 01:06 | |
*** risca_ has quit IRC | 01:07 | |
*** mcfrisk has quit IRC | 01:08 | |
*** Hq` has quit IRC | 01:08 | |
*** mcfrisk has joined #harmattan | 01:08 | |
*** Hq` has joined #harmattan | 01:08 | |
*** vandenoever has quit IRC | 01:10 | |
*** rcg has quit IRC | 01:13 | |
*** keithzg-n9 has joined #harmattan | 01:28 | |
*** VladNistor has joined #harmattan | 01:29 | |
keithzg-n9 | So hey, are there any simple apps or tutorials that would show how to add the standard toolbar to a Python+QML app? I tried looking at the SeriesFinale source but I can't quite mentally parse it. | 01:34 |
*** VladNistor has quit IRC | 01:35 | |
*** VladNistor has joined #harmattan | 01:35 | |
*** decibyte has quit IRC | 01:36 | |
*** zk8 has left #harmattan | 01:37 | |
VladNistor | Hello. has anyone managed to run nokia web runtime .wrt files.on the n9? i would.like to install the Bloomberg app. | 01:37 |
*** decibyte has joined #harmattan | 01:38 | |
*** ljp has joined #harmattan | 01:42 | |
*** keithzg-n9 has quit IRC | 01:43 | |
*** wirwe has quit IRC | 01:56 | |
*** l32606 has left #harmattan | 01:59 | |
*** niqt has quit IRC | 02:05 | |
*** faenil has quit IRC | 02:06 | |
*** keithzg-n9 has joined #harmattan | 02:11 | |
*** Natunen has quit IRC | 02:13 | |
*** ajalkane has quit IRC | 02:43 | |
*** JackaLX has quit IRC | 02:44 | |
*** JackaLX has joined #harmattan | 02:45 | |
*** VladNistor has quit IRC | 02:57 | |
*** keithzg-n9 has quit IRC | 03:02 | |
*** e-yes_ has quit IRC | 03:03 | |
*** keithzg-n9 has joined #harmattan | 03:04 | |
*** e-yes has joined #harmattan | 03:11 | |
*** keithzg-n9 has quit IRC | 03:13 | |
*** keithzg-n9 has joined #harmattan | 03:15 | |
*** adlan has joined #harmattan | 03:18 | |
*** adlan has quit IRC | 03:20 | |
*** adlan has joined #harmattan | 03:20 | |
*** arcean has quit IRC | 03:22 | |
*** e-yes has quit IRC | 03:30 | |
*** M4rtinK has quit IRC | 03:31 | |
*** norayr has quit IRC | 04:32 | |
*** hardaker has joined #harmattan | 04:50 | |
*** keithzg-n9 has quit IRC | 05:13 | |
*** arekinath has quit IRC | 05:30 | |
*** arekinath has joined #harmattan | 05:30 | |
*** arekinath has joined #harmattan | 05:30 | |
*** Natunen has joined #harmattan | 05:50 | |
*** lucido has quit IRC | 05:54 | |
*** lucido has joined #harmattan | 06:07 | |
*** risca has joined #harmattan | 06:42 | |
*** hardaker has quit IRC | 06:47 | |
*** Anssi138 has quit IRC | 07:13 | |
*** risca has quit IRC | 07:15 | |
lucido | mgedmin, yes that is 2732 write(2, "digimedaemon: cannot connect to X server \n", 42) = 42 | 07:30 |
lucido | How can I disable swipe on qml page load, I tried two solutions without luck: | 07:44 |
lucido | /Component.onCompleted: screen.allowSwipe = false | 07:44 |
lucido | onStatusChanged: { | 07:44 |
lucido | if ( status == PageStatus.Activating ) | 07:44 |
lucido | screen.allowSwipe = false; | 07:44 |
lucido | } | 07:44 |
lucido | none of them work but strangely when I put the property change in a button it works: | 07:45 |
lucido | Button { | 07:45 |
lucido | id: emergyButton_10_2 | 07:45 |
lucido | width: page10.height * 0.07 | 07:45 |
lucido | height: page10.height * 0.07 | 07:45 |
lucido | //visible: false | 07:45 |
lucido | anchors.verticalCenter: parent.verticalCenter | 07:45 |
lucido | anchors.left: parent.left | 07:45 |
lucido | anchors.leftMargin: page10.height * 0.03 | 07:45 |
lucido | onClicked: screen.allowSwipe = false | 07:45 |
lucido | } | 07:45 |
*** Natunen has quit IRC | 07:45 | |
*** Natunen has joined #harmattan | 07:54 | |
lucido | how would you lainch an app from qt code on harmattan? | 07:55 |
ieatlint | lucido: pastebin.com | 07:56 |
lucido | ieatlint, ok | 07:56 |
ieatlint | first issue.. http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Developing_for_Harmattan_Enabling_swipe_lock.html | 07:57 |
ieatlint | second, http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Developing_for_Harmattan_Launching_another_application_from_your_application.html | 07:58 |
ZogG_laptop | lucido: pastebin =) | 08:04 |
lucido | ZogG_laptop, ok | 08:04 |
lucido | ieatlint, if you look at the code that I should have pasted to pastebin you can see that Itried that and it does not disable swipe on page loading, only the button works but I need it to be disabled on load | 08:07 |
ieatlint | i'd verify that you are actually having those things triggered. put in a console.log() and see if it prints out anything | 08:10 |
jonni | lucido: you are doing ovi store application you cannot use screen.allowSwipe anyways, since that is PR1.1 only feature, and ovistore apps needs to work with PR1.0 | 08:11 |
*** leio_ has joined #harmattan | 08:11 | |
jonni | but if your not doing ovi store app, the its ok | 08:11 |
jonni | then even | 08:12 |
*** leio has quit IRC | 08:13 | |
ieatlint | the "manual" swipe lock via x might work with pr1.0 | 08:13 |
jonni | yep that works with pr1.0 | 08:13 |
lucido | you mean this: http://thp.io/2011/swipecontrol/ | 08:13 |
jonni | used that one for my swipelock application on ovi store | 08:14 |
lucido | jonni, thanks | 08:14 |
ZogG_laptop | jonni: worked with camera? | 08:20 |
ZogG_laptop | http://forum.meego.com/showthread.php?p=38003#post38003 - as seen in screnshot - it takes pictures rotated =\ | 08:20 |
jonni | ZogG_laptop: what do you mean? | 08:21 |
ZogG_laptop | http://i.imgur.com/eMwo7.png | 08:21 |
ZogG_laptop | jonni: here - you see my laptop on side while i handled phone verticaly in front of it =\ | 08:21 |
*** DocScrutinizer has quit IRC | 08:22 | |
*** DocScrutinizer has joined #harmattan | 08:22 | |
ZogG_laptop | it's like camera capture 90⁰ left | 08:22 |
ZogG_laptop | jonni: any ideas? | 08:24 |
lucido | how can I launch the emergency call applet from my code? | 08:27 |
jonni | ZogG_laptop: no ideas, havent seen any bugs open on that issue, so either your doing it wrog or nobody has reported bug | 08:28 |
jonni | lucido: before I answer no, I ave o ask why would you need t call that aplet from yur code? | 08:29 |
ieatlint | ZogG_laptop: it's just an exif flag | 08:30 |
ieatlint | but watch the orientation of the buttons in the camera app | 08:30 |
ieatlint | move it back and forth and you can get more familiar with its behavior | 08:31 |
lucido | jonni, I'm developing a lockscreen | 08:31 |
ZogG_laptop | ieatlint: what do you mean orintetion of the buttons? | 08:32 |
ieatlint | ZogG_laptop: the buttons rotate dependong on whether you're in portrait/landscape | 08:32 |
ieatlint | (not their location -- that's static, but the icons themselves, which will tell you if the photo you're about to take will be considered landscape or portrait) | 08:32 |
ZogG_laptop | ieatlint: you mean to add buttons and chek if they displayed properly? | 08:33 |
ieatlint | no | 08:33 |
ieatlint | open the camera app, look at (for instance) the take photo button, and rotate the phone | 08:33 |
ieatlint | notice what happens | 08:33 |
ZogG_laptop | the capture input is rotated - that's the problem | 08:33 |
* ieatlint sighs | 08:33 | |
ZogG_laptop | i don't get you =\ | 08:34 |
ieatlint | the reason why is because the settings for what triggers the app to change orientation is not as sensitive as you are expecting it to be | 08:35 |
ieatlint | it also won't update rotation if your finger is being held on the shutter button | 08:36 |
ieatlint | i'm not saying it's not a bug, just that being aware of this will be a workaround... the orientation of the icons will tell you whether the camera will mark images landscape or portrait | 08:37 |
*** Clint_ has joined #harmattan | 08:39 | |
*** SpeedEvil1 has joined #harmattan | 08:43 | |
*** ab has joined #harmattan | 08:43 | |
*** ab has quit IRC | 08:43 | |
*** ab has joined #harmattan | 08:43 | |
*** mzanetti_ has joined #harmattan | 08:45 | |
*** leio has joined #harmattan | 08:46 | |
*** Clint has quit IRC | 08:46 | |
*** arekinath has quit IRC | 08:46 | |
*** adlan has quit IRC | 08:46 | |
*** beford has quit IRC | 08:46 | |
*** bindi has quit IRC | 08:46 | |
*** SpeedEvil has quit IRC | 08:46 | |
*** sebas has quit IRC | 08:46 | |
*** splyysh has quit IRC | 08:46 | |
*** abinader has quit IRC | 08:46 | |
*** jbos_ has quit IRC | 08:46 | |
*** Termana|rdlBNC has quit IRC | 08:46 | |
*** smokex|away has quit IRC | 08:46 | |
*** sroedal has quit IRC | 08:46 | |
*** mzanetti has quit IRC | 08:46 | |
*** merlin1991 has quit IRC | 08:46 | |
jonni | lucido: hmm, what kind of lock screen, some 3rd party app that tries to lock the screen? | 08:46 |
*** sroedal has joined #harmattan | 08:46 | |
*** leio_ has quit IRC | 08:48 | |
jonni | lucido: (which most likely will not go through the ovi store qa, as you cannot change the functionality of normal lock screen feature, in there short press powerbutton takes you to device lockscreen, and in device lockscreen, you can swipe away from your 3rd party lock screen... for efective lockscreen you would need to disable powerbutton which ovistore qa does not permit) | 08:48 |
*** beford has joined #harmattan | 08:49 | |
*** arekinath has joined #harmattan | 08:49 | |
*** adlan has joined #harmattan | 08:49 | |
*** bindi has joined #harmattan | 08:49 | |
*** sebas has joined #harmattan | 08:49 | |
*** splyysh has joined #harmattan | 08:49 | |
*** abinader has joined #harmattan | 08:49 | |
*** jbos_ has joined #harmattan | 08:49 | |
*** Termana|rdlBNC has joined #harmattan | 08:49 | |
*** smokex|away has joined #harmattan | 08:49 | |
*** merlin1991 has joined #harmattan | 08:49 | |
*** ZogG_N9 has joined #harmattan | 08:55 | |
ZogG_N9 | ieatlint sorry i had to run, now from phone | 08:55 |
ZogG_N9 | the point is that not captured pic its live stream is shown like that and i did try to rotate phone | 08:56 |
ZogG_N9 | ~ping | 09:01 |
infobot | ~pong | 09:01 |
ZogG_N9 | ieatlint and its exactly 90 rotated | 09:03 |
*** ZogG_N9 has quit IRC | 09:07 | |
*** lamikr has joined #harmattan | 09:09 | |
jonni | ZogG_laptop: have you tried rotation 90 like in this example http://code.google.com/p/n9-development-sources/source/browse/trunk/cameratest/qml/cameratest/MainPage.qml?spec=svn9&r=9 | 09:14 |
*** mece has joined #harmattan | 09:18 | |
*** fuz_ has quit IRC | 09:35 | |
*** fuz_ has joined #harmattan | 09:40 | |
*** norayr has joined #harmattan | 09:42 | |
*** norayr has quit IRC | 09:42 | |
*** stroughtonsmith has quit IRC | 09:44 | |
*** rcg has joined #harmattan | 09:46 | |
auenf | hmm, where abouts is (808) 443-xxxx ? | 09:58 |
DocScrutinizer51 | is there no reverse lookup for US telnr? | 10:01 |
DocScrutinizer51 | though aiui you say 808 is countrycode? | 10:02 |
*** kevinB has joined #harmattan | 10:02 | |
kevinB | hello | 10:02 |
kevinB | I think rzr repo bricked device | 10:02 |
auenf | would be a us number | 10:03 |
kevinB | integrety of /etc/init.conf failure | 10:03 |
auenf | nfi what state that is | 10:03 |
kevinB | aegis is such a pain in the *** | 10:03 |
kevinB | but the sha1 sum is allright, dunno what make it wrong | 10:04 |
auenf | "808HI-10*Hawaii" | 10:07 |
*** khertan has left #harmattan | 10:13 | |
*** jreznik has joined #harmattan | 10:17 | |
*** jreznik has quit IRC | 10:19 | |
*** jreznik has joined #harmattan | 10:20 | |
*** kevinB has quit IRC | 10:25 | |
*** e-yes has joined #harmattan | 10:26 | |
*** tbf has joined #harmattan | 10:26 | |
*** djszapi has joined #harmattan | 10:29 | |
jani | kevinB: if something modifies the bootscripts, the hashes changes == no boot .. | 10:31 |
jreznik | anybody tried phonon on harmattan? I'm able to set resource, music plays, shows music controls but I don't now how to set up stream to get volume controls work | 10:34 |
djszapi | jreznik: yes, I even made a package from the kde version which is newer than the Qt one. | 10:35 |
jreznik | djszapi: could you point me to sources? :) qt mm is just broken... nothing works there... | 10:36 |
jreznik | going to report a few bugs... | 10:36 |
djszapi | community repository. | 10:36 |
djszapi | jreznik: you can always use openal as well :) | 10:43 |
* jreznik wants that hidden gstreamer :) and you know, then symbian is not an option... so phonon or qtmmk | 10:45 | |
*** heymaster has quit IRC | 10:45 | |
djszapi | well, I am planning to add a phonon (implicitely gstreamer) backend to QtOpenAL. | 10:45 |
*** heymaster has joined #harmattan | 10:46 | |
djszapi | but just for the decoding. | 10:49 |
*** zz_gri is now known as gri | 11:03 | |
*** kevinB has joined #harmattan | 11:03 | |
*** kevinB has quit IRC | 11:04 | |
*** e-yes has quit IRC | 11:13 | |
*** snowpong has joined #harmattan | 11:14 | |
*** miroslav has joined #harmattan | 11:16 | |
*** rcg has quit IRC | 11:24 | |
*** e-yes has joined #harmattan | 11:26 | |
*** itsnotabigtruck has quit IRC | 11:30 | |
*** itsnotabigtruck has joined #harmattan | 11:30 | |
*** rcg has joined #harmattan | 11:45 | |
*** djszapi has left #harmattan | 11:46 | |
*** Sazpaimon has quit IRC | 11:48 | |
*** Pali has joined #harmattan | 11:49 | |
*** Sazpaimon has joined #harmattan | 11:49 | |
*** jpnurmi has joined #harmattan | 11:52 | |
*** vladest_ has joined #harmattan | 12:12 | |
*** vladest has quit IRC | 12:12 | |
*** vladest_ is now known as vladest | 12:13 | |
*** gri is now known as zz_gri | 12:14 | |
*** adlan has quit IRC | 12:17 | |
*** vladest has quit IRC | 12:28 | |
*** e-yes[mac] has joined #harmattan | 12:29 | |
*** kevinB has joined #harmattan | 12:32 | |
*** SpeedEvil1 is now known as SpeedEvil | 12:33 | |
*** javispedro has joined #harmattan | 12:37 | |
*** vladest has joined #harmattan | 12:38 | |
kevinB | any link how can I retrieve the firmware I should use on navifirm | 12:39 |
*** e-yes[mac] has quit IRC | 12:43 | |
kevinB | N9 bricked, windows NSU useless | 12:48 |
kevinB | dunno which firmware I need to use | 12:49 |
kevinB | my os x flasher keep saying "cannot downgrade" | 12:49 |
marsje | can't you flash the same version? | 12:52 |
marsje | I did and it worked | 12:52 |
marsje | used the nokia flasher tool on ubuntu | 12:52 |
kevinB | which one is "the same version" | 12:52 |
kevinB | that s my point | 12:52 |
marsje | do you have navifirm? | 12:52 |
kevinB | yup | 12:52 |
thp | kevinB: just grab the latest flasher from the harmattan-dev/ND website? | 12:53 |
kevinB | yea so? | 12:53 |
marsje | if you know which product version you have, you can find your firmware | 12:53 |
thp | and with that, it should be flashable | 12:53 |
kevinB | just need help about : which firmware should I use | 12:53 |
marsje | did you check this code that is on the back of your sim card tray? | 12:54 |
*** miroslav has quit IRC | 12:54 | |
kevinB | ok thanks for the intel | 12:55 |
marsje | using this number you can find out exactly which firmware you need | 12:56 |
marsje | in navifirm you will find PR1.0 and if you are lucky PR1.1 | 12:56 |
kevinB | ho, so I may not find pr1.1 | 12:58 |
kevinB | but I cannot downgrade it said | 12:58 |
Aard | yes, if you had updated to 1.1 before that's the only version you'll be able to flash | 12:58 |
kevinB | thanks a lot really :D | 13:00 |
kevinB | If I have time, i'll create a blog just for writing a article about this mess :D | 13:01 |
kevinB | needa help poor noobies:) | 13:01 |
kevinB | at least now I can flash from os x cool | 13:01 |
marsje | for my version PR1.1 was not available | 13:01 |
marsje | but I flashed to another region | 13:01 |
frals | kevinB: flasher tells you the version before it starts flashing | 13:01 |
frals | kevinB: unless you started flashing something else and it went fubar, i guess | 13:01 |
deram | is there cases, where no pr1.1 image exists and ota upgrade for pr1.1 has been released? | 13:02 |
kevinB | really god, i didnt notice then | 13:02 |
*** etrunko has joined #harmattan | 13:03 | |
*** arcean has joined #harmattan | 13:10 | |
*** snowpong_ has joined #harmattan | 13:21 | |
*** javispedro has quit IRC | 13:22 | |
*** miroslav has joined #harmattan | 13:23 | |
*** snowpong has quit IRC | 13:23 | |
*** miroslav has quit IRC | 13:26 | |
Corsac | deram: well, that was the case for pr1.1 yes | 13:26 |
*** zk8 has joined #harmattan | 13:30 | |
*** vladest has quit IRC | 13:33 | |
*** M4rtinK has joined #harmattan | 13:39 | |
*** vladest has joined #harmattan | 13:43 | |
*** lizardo has joined #harmattan | 13:47 | |
*** snowpong_ has quit IRC | 13:55 | |
kevinB | ho my, I forgot how fluid the swype UI is after a clean reflash | 14:03 |
Corsac | now try to find which apps causes the slowdown? | 14:03 |
jonni | most likely 3rd party tweak apps :) | 14:05 |
kevinB | i guess so, think I wouldnt add extras repo this time | 14:07 |
kevinB | anyway the difference is just 5-10 fps :p | 14:07 |
*** Iktwo has joined #harmattan | 14:08 | |
kevinB | Could it be the apps from : projects.developer.nokia.com? | 14:16 |
kevinB | causing slowdown? | 14:16 |
kevinB | I love QtDrumKit :D | 14:16 |
*** snowpong_ has joined #harmattan | 14:24 | |
*** Iktwo has quit IRC | 14:38 | |
*** kevinB has quit IRC | 14:42 | |
lucido | hello, how can I use dbus to launch my app from my daemon? this doc only describes how to launch call a dbus method that launches an app that is already registered with dbus. Hod can I register a method/service with dbus that would launch my app? | 14:59 |
lucido | http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Developing_for_Harmattan_Launching_another_application_from_your_application.html | 14:59 |
X-Fade | lucido: You need to create a dbus service file. | 15:00 |
lucido | is that permitted by aegis? | 15:03 |
lucido | for some reason it quits when started by upstart with strace ending in: 2732 write(2, "digimedaemon: cannot connect to X server \n", 42) = 42, so I decided to only autostart the daemon and take the UI out into separate app that the daemon would launch | 15:03 |
jonni | lucido: just use system() if you dont want to use dbus :) | 15:04 |
lucido | what are the drawbacks of using system()? | 15:04 |
jonni | ah, your trying to start from upstart in background..... | 15:05 |
*** zz_gri is now known as gri | 15:06 | |
jonni | then you most likely havent included the right exports to get app starting in ui | 15:06 |
lucido | yes but I think the DISPLAY variable is incorrect thats it quits with that strace | 15:06 |
*** kevinB has joined #harmattan | 15:06 | |
*** lamikr has quit IRC | 15:06 | |
*** tbf has quit IRC | 15:07 | |
*** kevinB has quit IRC | 15:07 | |
lucido | such as exec DISPLAY=":0" mybinary in the upstart .conf right? | 15:07 |
jonni | most likely you are missing the DBUS_SESSION_BUS_ADDRESS | 15:12 |
jonni | which you need to export for app to start, ;) | 15:13 |
lucido | jonni, you're misunderstanding, I needed dbus only because if I make my app into a single executable I cant autostart it on boot because of th UI I think | 15:15 |
lucido | so I was thinking to take out the UI into a separate app and start it via dbus | 15:16 |
jonni | lucido: nope, you need that because every application is checking the themeengine in the start of the app, and without the export it fails and app doesnt start | 15:16 |
jonni | same export is needed if you start it from commandline or dbus | 15:17 |
lucido | I can start it from command line fine, only fails to start through upstart | 15:17 |
jonni | lucido: because you have that export in your default command line :) | 15:17 |
lucido | I see | 15:18 |
jonni | lucido: check export command on commandline :) | 15:18 |
lucido | let me try | 15:18 |
lucido | export DBUS_SESSION_BUS_ADDRESS='unix:abstract=/var/tmp/dbus-cgWMlil0l2,guid=2c7fb0c85f3ce9709e5e114e0000000d' | 15:18 |
lucido | so I need to ut this in the upstart .conf | 15:18 |
jonni | and that variable changes on every reboot :) | 15:19 |
jonni | so you need to read it from /tmp/session_bus_address.user after dbus service has started | 15:19 |
lucido | so how can I export it in my .conf file if I dont know what it is? | 15:19 |
*** lamikr has joined #harmattan | 15:19 | |
lucido | I see | 15:19 |
*** tbf has joined #harmattan | 15:19 | |
jonni | you can look /etc/init/xsession/dbus.conf on how its created | 15:20 |
lucido | so I just add sh /tmp/session_bus_address.user to .conf? | 15:21 |
jonni | you can read the tmp file, and export the content of that file | 15:21 |
jonni | lucido: nope, not that easy | 15:21 |
jonni | ah actually yes it is | 15:22 |
lucido | yes? | 15:22 |
jonni | you might need to export pid and windowid too, but if I remember right exportin that one is enough | 15:23 |
lucido | have to put it between script...end scrip too I think | 15:24 |
*** lamikr has quit IRC | 15:26 | |
jonni | lucido: there is easier way too, if you dont want to kludge with exports | 15:29 |
jonni | lucido: you can just say system("aegis-exec -l -u user /path/to/app"); | 15:30 |
jonni | -l emulates login shell (it automaticly puts the needed exports in env) | 15:31 |
*** stef_204 has joined #harmattan | 15:31 | |
jonni | thats from c++, just leave out the system call if wanting to run from conf script | 15:32 |
jonni | ie use aegis-exec -l -u user /path/to/app | 15:32 |
*** snowpong_ is now known as snowpong | 15:33 | |
*** zk8 has quit IRC | 15:38 | |
*** beford has quit IRC | 15:41 | |
*** beford has joined #harmattan | 15:41 | |
lucido | jonni, I was alreadu launching with aegis-exec and that didnt help. I added export DISPLAY=':0' to the .conf launch script and now it starts up the daemon alright but now in contrast to starting it from the shell it doesnt seem to detect the display going off which it normally does via a signal from a MeeGo::QmDisplayState instance | 15:42 |
jonni | did you use aegis-exec -l, since aegis-exec without -l doesnt work | 15:42 |
lucido | ypu're right I used -d -u | 15:43 |
lucido | sorry -s -u | 15:43 |
lucido | could not having set the dbus env variables affect the signals ? | 15:44 |
jonni | atleast the dbus signals :) | 15:45 |
lucido | qt signals use dbus? | 15:48 |
lucido | ok the aegis-exec -l worked but still it doesnt catch the display state signals | 15:51 |
DocScrutinizer51 | session bus vs szstem bus? | 15:52 |
lucido | jonni, now it is launched in two instances and as user nobody: | 15:52 |
lucido | 1992 nobody -sh -c /opt/digimedaemon/bin/digimedaemon | 15:52 |
lucido | 1997 nobody /opt/digimedaemon/bin/digimedaemon | 15:52 |
*** lamikr has joined #harmattan | 15:52 | |
*** amppa has quit IRC | 15:56 | |
*** Pali has quit IRC | 15:59 | |
*** Clint_ is now known as Clint | 16:01 | |
*** lamikr has quit IRC | 16:01 | |
*** Clint has quit IRC | 16:01 | |
*** Clint has joined #harmattan | 16:01 | |
*** Termana|rdlBNC has quit IRC | 16:02 | |
*** rafael2k has joined #harmattan | 16:06 | |
lucido | is there a package in the harmattan repository that contains sudo? | 16:07 |
rafael2k | people, Im now in open mode! now ill try to install all the toolchain in the device? | 16:13 |
rafael2k | ! | 16:13 |
*** lamikr has joined #harmattan | 16:14 | |
*** hardaker has joined #harmattan | 16:15 | |
*** rafael2k has quit IRC | 16:18 | |
lucido | where does harmattan store the DBUS_SESSION_BUS_WINDOWID | 16:20 |
*** rafael2k has joined #harmattan | 16:20 | |
kevin_b | what is the open-mode? dev-mode? | 16:23 |
beford | ~open-mode | 16:24 |
beford | infobot fails | 16:24 |
infobot | I fail? I FAIL? NO, YOU FAIL!!! | 16:24 |
kevin_b | :p | 16:24 |
*** rafael2k has quit IRC | 16:24 | |
*** etrunko has quit IRC | 16:26 | |
*** zk8 has joined #harmattan | 16:26 | |
*** adlan has joined #harmattan | 16:26 | |
kevin_b | ~openmod | 16:27 |
kevin_b | ~openmode | 16:27 |
kevin_b | ~open-mod | 16:27 |
arcean | ~aegis-no-thanks | 16:28 |
infobot | it has been said that aegis-no-thanks is http://maemo.cloud-7.de/HARM/N9/openmode_kernel_PR1.1/ | 16:28 |
*** etrunko has joined #harmattan | 16:29 | |
*** gabriel9 has joined #harmattan | 16:31 | |
*** Termana|rdlBNC has joined #harmattan | 16:36 | |
alterego | Neat Harmattan has built in support for NFC application launching. | 16:44 |
*** gri is now known as zz_gri | 16:47 | |
lucido | upstart is driving me crazy, my daemon is started a user 'nobody' | 16:48 |
lucido | how to change that to 'user'? | 16:48 |
*** snowpong_ has joined #harmattan | 16:52 | |
alterego | Wrong channel luci:P | 16:54 |
*** rm_work has joined #harmattan | 16:54 | |
*** rm_work has joined #harmattan | 16:54 | |
*** Smtih has joined #harmattan | 16:55 | |
*** snowpong has quit IRC | 16:56 | |
*** meego has joined #harmattan | 17:01 | |
*** meego has quit IRC | 17:03 | |
*** ronan22 has joined #harmattan | 17:04 | |
*** gabriel9 has quit IRC | 17:08 | |
*** mece has quit IRC | 17:11 | |
*** amppa has joined #harmattan | 17:16 | |
kevin_b | I heard, somewhere I cannot find, that I shall not install package while in dev mode | 17:20 |
kevin_b | is it a valid assertion? | 17:20 |
mgedmin | 'shall'? | 17:24 |
mgedmin | if you mean 'can't', then the assertion is false | 17:24 |
mgedmin | you can install packages when developer mode is enabled | 17:25 |
*** snowpong_ has quit IRC | 17:26 | |
kevin_b | ok, must be about openmode then | 17:31 |
DocScrutinizer51 | installing in openmode will burn the bridge back to 'normal' mpode | 17:39 |
DocScrutinizer51 | reflash is your only optiion then | 17:40 |
kevin_b | I think I took the lesson :D | 17:40 |
DocScrutinizer51 | otoh openmode was useless if you wouldn't use it for breaking secure stuff ;-P | 17:40 |
kevin_b | just install third party software is enough get spank by aegis | 17:41 |
DocScrutinizer51 | in openmode yes | 17:41 |
kevin_b | In normal mode also :D | 17:41 |
DocScrutinizer51 | shouldn't | 17:41 |
kevin_b | or maybe I installed rzr test repo instead of the stable one | 17:42 |
kevin_b | anyway in normal mode, yesterday it rebooted locked, and the malf file saying /etc/init.conf integreity failure | 17:43 |
kevin_b | and I installed qt3d package | 17:44 |
kevin_b | could be the reason | 17:45 |
kevin_b | it was my Aegis baptism of fire | 17:45 |
*** norayr has joined #harmattan | 17:53 | |
*** snowpong_ has joined #harmattan | 17:54 | |
alterego | Hrm, anyone else have issues logging in to the N9 via ssh as root over wifi? | 17:57 |
alterego | I've set permit root login to yes | 17:57 |
*** snowpong_ is now known as snowpong | 18:01 | |
kevin_b | alterego hooo yes I did | 18:04 |
kevin_b | until I understood, that I need to reboot once, in dev mode, for the ssh daemon to start | 18:04 |
kevin_b | and even sometimes I wa starting it manually | 18:05 |
kevin_b | but since I reflash, it works as expected | 18:05 |
kevin_b | Dunno what I screwed | 18:05 |
alterego | Hrm, well ssh is running | 18:05 |
alterego | And I did reboot anyway. | 18:06 |
kevin_b | how can you tell it? | 18:06 |
alterego | Because it asks for the password | 18:06 |
alterego | It's an issue with the authentication | 18:06 |
kevin_b | ho nice then, must be nothing | 18:06 |
*** e-yes[mac] has joined #harmattan | 18:09 | |
mgedmin | alterego, you can't ssh as root | 18:16 |
mgedmin | the value in sshd_config gets overwritten by a command line option from the init script | 18:16 |
mgedmin | (upstart file, rather) | 18:16 |
kevin_b | really? I was able to in pr1.1 after modifying sshd_config | 18:17 |
*** e-yes[mac] has quit IRC | 18:20 | |
*** iktwo has joined #harmattan | 18:20 | |
mgedmin | as root? | 18:22 |
kevin_b | as root yea | 18:24 |
alterego | mgedmin: so I can edit the init script? :) | 18:24 |
kevin_b | I think there are a lot of post talking about setting rootlogin to yes | 18:24 |
kevin_b | for pr 1.1 | 18:24 |
* mgedmin is yak shaving | 18:25 | |
*** lucido has quit IRC | 18:27 | |
mgedmin | look at /etc/init/ssh.conf: root_permitted="-o PermitRootLogin=yes" | 18:28 |
mgedmin | and I'm not sure you can safely edit ssh.conf | 18:29 |
mgedmin | I'd be afraid of aegis noticing a checksum change and bricking my N9 | 18:29 |
kevin_b | u may be right | 18:29 |
mgedmin | some time ago on this channel we discussed a workaround: /etc/default/ssh | 18:29 |
kevin_b | I remember now I applied some change to this file | 18:29 |
*** arcean_ has joined #harmattan | 18:29 | |
mgedmin | oh? and no brick? | 18:29 |
kevin_b | ho yea it did brick :D | 18:30 |
mgedmin | ouch | 18:30 |
mgedmin | stock version: http://pastie.org/3155039 | 18:30 |
kevin_b | but not after that, it was more sneaky brick | 18:30 |
alterego | nvm, I'll just log in as devel and devel-su | 18:30 |
kevin_b | waiting for the moment I need the more my system | 18:30 |
mgedmin | the hack would be to edit /etc/default/ssh and add the if/mkdir/chmod/fi/exec /usr/sbin/sshd $SSHD_OPTS to the end of it | 18:31 |
*** etrunko has quit IRC | 18:31 | |
*** arcean has quit IRC | 18:32 | |
*** etrunko has joined #harmattan | 18:36 | |
*** lucido has joined #harmattan | 18:40 | |
*** jreznik has quit IRC | 18:40 | |
Jare | btw. now that Elisa/Saunalahti has been ordered to block Pirate bay in Finland, is anyone developing Tor for the N9? | 18:48 |
Tronic | You won't be needing tor to bypass that. | 18:49 |
Tronic | Jare: http://piraattilahti.org/ works, web-based anonymous proxies will work even if they block everything else. | 18:50 |
Tronic | A bigger problem is that there is no good torrent software on Store. | 18:50 |
Tronic | Perhaps on community repos but this stuff really needs to be on Store so that Joe Average user can install it. | 18:50 |
kevin_b | this is my first QML project | 18:51 |
Tronic | So, someone port qBittorrent or whatnot? | 18:51 |
kevin_b | a simple torrent client must be easy to implement as there s already one made with QWidget | 18:51 |
kevin_b | just need a new ui | 18:51 |
Tronic | There is a lot to be done with the UI so using an existing desktop client as-is (as far as possible) would be optimal. | 18:52 |
lucido | why is harmattan starting my daemon as user nobody via upstart when the exec command is: exec /usr/bin/aegis-exec -l -s -u user /opt/digimedaemon/bin/digimedaemon | 18:52 |
kevin_b | sure | 18:52 |
lucido | shouldn't it be user from -u user? | 18:52 |
kevin_b | I heard about lftp | 18:52 |
kevin_b | btw it s just after installing lftp that my device bricked so ..... :) | 18:53 |
Tronic | Since all of them have a web interface nowadays, running as a daemon and actually using the browser for the UI might be an option. | 18:53 |
kevin_b | and command line is painful :) | 18:53 |
kevin_b | it may | 18:53 |
kevin_b | but I needa learn QML | 18:53 |
Tronic | Does lftp do torrent now? | 18:53 |
*** xTs has joined #harmattan | 18:53 | |
Tronic | Cool. | 18:54 |
*** iktwo has quit IRC | 18:54 | |
Jare | no i won't, but the actual Pirate bay block wasn't the point here. It was just the reason to ask for tor. Based on torproject.org you can install tor on n900, so perhaps it could be ported to n9 too? | 18:57 |
kevin_b | Isn't MeeTor what you want? Kinda good timing ha! | 18:57 |
kevin_b | A Tor-torrent-client apps for Meego | 18:58 |
Jare | isn't it just a bittorrent client? | 18:58 |
Jare | nothing to do with tor | 18:58 |
*** snowpong has quit IRC | 18:59 | |
kevin_b | ho god sorry | 19:00 |
kevin_b | I was certain it was using Tor | 19:01 |
Jare | the name is a bit misleading, but even if it was using tor I suppose I still wouldn't be able to use it in the web browser itself. | 19:04 |
*** stef_204 has quit IRC | 19:10 | |
*** NIN101 has joined #harmattan | 19:12 | |
itsnotabigtruck | lame, right after i order from newegg, they add a free bt headset promotion | 19:16 |
kevin_b | (pieeeeew) Game Over! | 19:16 |
*** pinheiro has joined #harmattan | 19:17 | |
*** faenil has joined #harmattan | 19:24 | |
*** admiral0 has joined #harmattan | 19:27 | |
*** Smtih has quit IRC | 19:30 | |
lucido | ok, for the record, the solution to my upstart problems can be found here: http://pastebin.com/izjm27m7 | 19:32 |
*** briglia has joined #harmattan | 19:34 | |
mgedmin | congrats, lucido! | 19:37 |
*** lamikr has quit IRC | 19:38 | |
*** Avengence has joined #harmattan | 19:41 | |
lucido | mgedmin, thank you and all the others for your help! | 19:41 |
Avengence | hello everybody | 19:42 |
Avengence | Has anyone else experienced a problem wherein messageserver fails to start on its own? | 19:42 |
Avengence | I have not had working email on my N9 for some weeks and justr finally got around to digging into it last night after finding information on turning on the logging for all applicable processes. | 19:43 |
Avengence | I found in the Fenix logs a warning that communication to messageserver could not be established. I also saw that there was no log generated for messageserver itself. | 19:44 |
Avengence | I manually started messageserver and after a few minutes I saw all the email arrive that it should have collected over the past few weeks. | 19:45 |
Avengence | all I can figure is that something was changed which causes the messageserver to not start at bootup but I did not notice anything wrong until next reboot. | 19:46 |
Avengence | I had working email after installing PR1.1 so nothing wrong with that update. I did not have developer mode enabled at the time email stopped working, though I have since enabled it in order to debug the problem. | 19:46 |
Avengence | I havef searched with google and looked through bugzilla, but found nothing about messageserver not running. I found some people complaining it used 100% cpu, but that is different from the problem I am having. | 19:48 |
Avengence | At thet moment, it works to simply start it in a terminal after booting the phone, but i'd like to correct the issue as there may be other problems I have not yet noticed. I am not sure if I am even running it properly as I don't know what user it normally runs as (user, root, something else?) | 19:49 |
Avengence | I am not familar with the startup process (init modes, what statrs before first login vs after, how things are statred) so a pointer in that direction would be helpful. | 19:52 |
lucido | how do I change the software input's enter button to a next button(jump to next textInput item) in qml? | 19:58 |
*** fuz_ has quit IRC | 20:14 | |
zk8 | http://www.openmobileww.com/ | 20:19 |
*** leinir has quit IRC | 20:21 | |
*** leinir has joined #harmattan | 20:21 | |
*** leinir has joined #harmattan | 20:21 | |
*** Termana|rdlBNC has quit IRC | 20:21 | |
zk8 | someone visits CES ? | 20:22 |
*** janmalte has joined #harmattan | 20:24 | |
*** fuz_ has joined #harmattan | 20:25 | |
faenil | hey guys | 20:35 |
faenil | I've got a problem | 20:35 |
faenil | I'm using a PinchArea to handle gestures | 20:35 |
faenil | I call c++ function in onPinchUpdated | 20:35 |
faenil | the problem is | 20:35 |
faenil | I have QElapsedTime to get the deltaTime between calls to this function | 20:36 |
faenil | and this deltaTime is often 1ms!! | 20:36 |
*** e-yes[mac] has joined #harmattan | 20:36 | |
faenil | which is a bit low time... | 20:36 |
faenil | how can I fix that? | 20:37 |
faenil | do you suggest any other method to get elapsed time between gesture events? | 20:37 |
*** rcg has quit IRC | 20:37 | |
*** oytunx has joined #harmattan | 20:40 | |
*** Stskeeps has joined #harmattan | 20:50 | |
*** Stecchino has quit IRC | 20:53 | |
*** iktwo has joined #harmattan | 21:09 | |
*** snowpong has joined #harmattan | 21:22 | |
*** pawky has quit IRC | 21:31 | |
*** pawky has joined #harmattan | 21:32 | |
*** SqRt7744 has joined #harmattan | 21:41 | |
*** iktwo has quit IRC | 21:57 | |
*** rcg1 has joined #harmattan | 22:13 | |
*** tbf has quit IRC | 22:18 | |
*** tomyri has quit IRC | 22:20 | |
*** zk8 has left #harmattan | 22:23 | |
*** etrunko has quit IRC | 22:25 | |
*** snowpong has quit IRC | 22:33 | |
*** merlin1991 has quit IRC | 22:34 | |
*** beford has quit IRC | 22:40 | |
*** merlin1991 has joined #harmattan | 22:41 | |
*** lizardo has quit IRC | 22:56 | |
*** Iktwo has joined #harmattan | 22:57 | |
faenil | none for the timer issue? | 23:05 |
*** oytunx has left #harmattan | 23:13 | |
*** leinir has quit IRC | 23:25 | |
*** leinir has joined #harmattan | 23:25 | |
*** leinir has joined #harmattan | 23:25 | |
*** briglia has quit IRC | 23:47 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!