*** lmoura has quit IRC | 00:01 | |
*** druid23 has quit IRC | 00:12 | |
*** DocScrutinizer is now known as DocAvalanche | 00:12 | |
*** DocAvalanche is now known as DigitalPioneer | 00:12 | |
*** DigitalPioneer is now known as DocScrutinizer | 00:13 | |
*** lmoura has joined #harmattan | 00:17 | |
*** divan has joined #harmattan | 00:18 | |
*** etrunko has quit IRC | 00:21 | |
*** mikkov has quit IRC | 00:22 | |
*** piggz has joined #harmattan | 00:22 | |
*** crevetor has quit IRC | 00:24 | |
*** divan_ has joined #harmattan | 00:25 | |
*** divan has quit IRC | 00:25 | |
piggz | lo..just testing on the n950, a qml app that works fine on my pc...on the 950, the C++ objects i have passed to the QML with setContextProperty() are no longer visible, and im getting reference errors. Any ideas? | 00:29 |
---|---|---|
npm | In http://www.developer.nokia.com/Community/Wiki/Harmattan:Platform_Guide/Publishing_with_Harmattan_Platform_SDK/Packaging_your_application_with_Harmattan_Platform_SDK#Adding_metadata_in_the_control_file it says "Version" is a mandatory field. How is it specified in the control file, or is it pulled automatically from the changelog? | 00:30 |
npm | http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Publishing_Meeting_Ovi_Store_entry_requirements.html talks about "Note: When specifying the version number, do not use the debian_revision listed in the Debian Policy. For Harmattan applications published in the Ovi Store, the version number must be in one of the following formats:..." | 00:31 |
npm | does anybody have some example qtc_packaging files for harmattan that have actually gotten into the Ovi store? | 00:31 |
*** crevetor has joined #harmattan | 00:31 | |
npm | i'm know RPM and fedora and not so much about debian packaging... | 00:31 |
*** crevetor has quit IRC | 00:32 | |
*** lardman has joined #harmattan | 00:32 | |
*** lardman has quit IRC | 00:32 | |
*** lardman has joined #harmattan | 00:32 | |
*** GNUton-BNC has quit IRC | 00:33 | |
*** GNUton-BNC has joined #harmattan | 00:33 | |
piggz | npm: i always use the version from the changelog file, in the format x.y.z | 00:34 |
*** lkslawek has quit IRC | 00:35 | |
*** mikkov has joined #harmattan | 00:37 | |
*** sp3000 has quit IRC | 00:39 | |
*** sp3000 has joined #harmattan | 00:40 | |
npm | so the version in the changelog file is good enough to satisfy ovi store requirements? as opposed to putting Version: in the rules? ( I'm debian clueless, RPM is the package system i know) | 00:40 |
npm | i'm trying to wrap up final steps to publish my app and i don't want to get hit by some stupid mistake like forgetting a required field | 00:41 |
npm | the issue is that there is no explicit version field other than what's in the changelog... if that's enough to satisfy ovi req's then i'm good. | 00:41 |
piggz | npm: well, im not going to definitely say thats the case, but thats how my apps in the ovi store have always worked :) | 00:42 |
* npm other than updating to Harmattan icons now causes my app to appear twice in the launcher | 00:42 | |
piggz | thankfully, ive just fixed my porblem that was due to harmattan_booster library | 00:42 |
npm | piggz: cool thanks. i haven't published to ovi yet so i'm learning. | 00:43 |
*** jesuschrist has quit IRC | 00:43 | |
npm | piggz: is that for single invocation launching or something else? | 00:43 |
piggz | npm: also, its worth expecting a few rounds of failures :) ive had several, its worth having patience as each review process takes several days! | 00:43 |
npm | doh | 00:44 |
npm | that's what i was hoping to avoid. multiple rounds of failures w/ waits between each fail. | 00:44 |
npm | do you have your app source online so i can take a look at your qtc_packaging/* files? | 00:45 |
piggz | npm: something else...it looks like it caches the qml to improve startup time, but seems less than bug free..without it enabled im not getting the reference errors | 00:45 |
npm | is that something that ovi validation kicked back to you, or some other special issue in your app? | 00:45 |
piggz | well, as ive just conifgured dropbox to try dropn9, lest see what happens when i stick them in the public folder :) | 00:46 |
piggz | npm: thats just something ive found testing locally...hopefully im going to submit this app tonight also | 00:46 |
npm | i've been saying that for a week now :-( | 00:47 |
*** sp3000 has quit IRC | 00:47 | |
piggz | heh, me too, just suffer from lack of time to iron things out! | 00:47 |
npm | well thanks for letting me worry about one less thing (the version reqt for ovi) | 00:49 |
piggz | npm: http://dl.dropbox.com/u/2016511/pgz-latitude2.tar.bz | 00:51 |
piggz | that was the last app i got accepted to the store | 00:51 |
*** sp3000 has joined #harmattan | 00:52 | |
npm | cool thanks. | 00:54 |
npm | at some point we may want to compare source ( when its released) as there may be some overlap : http://code.google.com/p/voicetogoog/ | 00:55 |
npm | it doesn't look as crappy anymore but this is the idea: http://nielsmayer.com/voicetogoog/voicetogoog-map-view.png | 00:55 |
piggz | sure....looks cool | 00:58 |
*** berndhs has quit IRC | 01:00 | |
rm_work | RST38h: can you get to my repo? | 01:01 |
rm_work | sheeplauncher.net/debs/ | 01:01 |
rm_work | i think my server got DDOSed this morning :/ | 01:01 |
*** hardaker2 has quit IRC | 01:02 | |
*** sp3001 has joined #harmattan | 01:04 | |
*** sp3000 has quit IRC | 01:06 | |
*** sp3001 is now known as sp3000 | 01:06 | |
*** rcg has joined #harmattan | 01:08 | |
*** sp3000 has quit IRC | 01:12 | |
*** sp3001 has joined #harmattan | 01:12 | |
*** sp3001 is now known as sp3000 | 01:12 | |
piggz | ah, it seems that harmattan_booster requires app is started with /usr/bin/invoker | 01:14 |
npm | yeah that's why i mentioned the single invocation launching | 01:16 |
npm | aka: sed 's:Exec=.*:Exec=invoker --single-instance --type=e /opt/voicetogoog/bin/voicetogoog:' "$(CURDIR)"/../voicetogoog/voicetogoog.desktop > "$(CURDIR)"/debian/voicetogoog/usr/share/applications/voicetogoog.desktop.sed || echo -n | 01:17 |
npm | oh that reminds me... does ovi store require me to put stuff in /opt/com.nielsmayer.voicetogoog/ or can i put in /opt/voicetogoog ? | 01:18 |
npm | i found some oddities between "--type=d" and "--type=e" | 01:18 |
DocScrutinizer | echo -n ?? | 01:19 |
*** NIN101 has quit IRC | 01:19 | |
npm | keeps the 'rules' file from outputting crap related to sed | 01:19 |
DocScrutinizer | || : | 01:19 |
npm | actually it forces success | 01:19 |
piggz | npm: opt/voicetogoog should be fine | 01:19 |
DocScrutinizer | || true | 01:19 |
npm | well those aren't the characters i cut and pasted :-) | 01:20 |
*** ErwinJunge has quit IRC | 01:22 | |
*** baraujo has quit IRC | 01:27 | |
*** pcfe has quit IRC | 01:28 | |
*** berndhs has joined #harmattan | 01:32 | |
*** rm_work has quit IRC | 01:34 | |
*** pcfe has joined #harmattan | 01:41 | |
*** pcfe has joined #harmattan | 01:41 | |
*** lardman has quit IRC | 01:42 | |
*** hardaker2 has joined #harmattan | 01:47 | |
*** briglia has quit IRC | 01:48 | |
*** M4rtinK has quit IRC | 01:48 | |
*** jylan has joined #harmattan | 01:51 | |
*** DocScrutinizer has quit IRC | 01:57 | |
*** DocScrutinizer has joined #harmattan | 01:59 | |
*** rcg has quit IRC | 01:59 | |
*** Guest31989 has quit IRC | 02:01 | |
*** xavir has quit IRC | 02:05 | |
*** leinir has joined #harmattan | 02:07 | |
*** leinir has joined #harmattan | 02:07 | |
*** Guest82065 has joined #harmattan | 02:07 | |
*** rafael2k has joined #harmattan | 02:12 | |
*** freemangordon_ has joined #harmattan | 02:12 | |
rafael2k | I just compiled a hello world in harmattan, but ./a.out dont run | 02:13 |
rafael2k | how to sign it? | 02:13 |
*** freemangordon has quit IRC | 02:13 | |
thp | rafael2k: if you put it i a .deb, it should work | 02:16 |
thp | rafael2k: i.e. use qt creator to build a .deb package or if you are using scratchbox, use dh_make to create the inital debian/ structure | 02:17 |
*** rafael2k has quit IRC | 02:17 | |
*** rafael2k has joined #harmattan | 02:17 | |
*** Natunen has quit IRC | 02:20 | |
thp | rafael2k: (in case you didn't get the messages above) -> if you package your hello world in a .deb and install it, it will work | 02:24 |
rafael2k | thp: just a matter of packaging using debian way? | 02:26 |
thp | rafael2k: yep | 02:27 |
thp | rafael2k: as long as you don't need any additional aegis permissions, you don't need to sign/hash anything (or it will be hashed/signed at install time) | 02:28 |
thp | rafael2k: or try aegis' relaxed exec mdoe | 02:29 |
thp | s/mdoe/mode/ | 02:29 |
thp | http://forum.meego.com/showthread.php?t=3827&page=2 | 02:29 |
rafael2k | relaxed mode is no more.. | 02:31 |
rafael2k | i | 02:31 |
*** DanielW has quit IRC | 02:32 | |
rafael2k | the binary just get permission denied | 02:34 |
rafael2k | ./a.out | 02:34 |
rafael2k | sh: a.out: Permission denied | 02:35 |
rafael2k | Id like an easy way to run the apps I build in the device. can I create a valid .deb from harmattan itself? | 02:37 |
*** piggz has quit IRC | 02:43 | |
thp | rafael2k: dh_make + dpkg-buildpackage | 02:47 |
*** Guest82065 has quit IRC | 02:48 | |
*** hardaker2 has quit IRC | 02:49 | |
*** berndhs has left #harmattan | 02:49 | |
rafael2k | thp: thx! | 02:51 |
rafael2k | Ill now try to workaround the fact that apt wants to delete almost everything to install dh-make.. | 02:52 |
*** mtd has joined #harmattan | 02:53 | |
*** deimos_ has quit IRC | 03:07 | |
*** rafael2k has quit IRC | 03:21 | |
*** KaziKluBey has joined #harmattan | 03:57 | |
*** jylan has left #harmattan | 04:10 | |
*** KaziKluBey has quit IRC | 04:17 | |
*** Smtih has joined #harmattan | 04:28 | |
*** Smtih has quit IRC | 04:53 | |
*** pcfe has quit IRC | 05:04 | |
*** wook has joined #harmattan | 05:09 | |
wook | Heya guys :) | 05:09 |
wook | Probably all sleeping here too | 05:09 |
ieatlint | that's how it begins | 05:13 |
wook | I need tool for extracting and repaking firmware files (rx-71.bin) | 05:17 |
wook | Good morning, btw :) | 05:17 |
*** stroughtonsmith has joined #harmattan | 05:18 | |
*** stroughtonsmith has quit IRC | 05:19 | |
*** stroughtonsmith has joined #harmattan | 05:19 | |
stroughtonsmith | I'm assuming I'm *really* late to the party, but if anyone is interested, I found a fix for the brightness on N9/N950 : http://twitter.com/stroughtonsmith/status/129738932068950016 | 05:20 |
SpeedEvil | ah | 05:21 |
stroughtonsmith | the AMOLED looks /way/ nicer now that's it's not running at half all the time | 05:22 |
SpeedEvil | Now, how do you set it to really, really dim. | 05:22 |
stroughtonsmith | there's a range of options in the gconf stuff | 05:23 |
stroughtonsmith | not sure if you can change the lowest setting, but would be interesting | 05:23 |
wook | Display on n950 is "don't have bad word for it in vocabulary" | 05:24 |
SpeedEvil | echo >/sys/*/brightness worked at least at one point | 05:26 |
wook | guys, how to repack firmware? :| (sorry for newbish questions :() | 05:27 |
*** pcfe has joined #harmattan | 05:28 | |
SpeedEvil | What were the issues with n950 display? | 05:29 |
SpeedEvil | Maybe I'm uncritical. | 05:29 |
SpeedEvil | wook: What are you doing? | 05:29 |
wook | Speedevil, well, i am s60 poweruser and just comparation of e7 and n950 makes me feel bad :S with i can repack n950 to e7 :D | 05:30 |
wook | However, i need tool to extract context of rx-71.bin and after i modify it to pack it back to binary | 05:31 |
wook | On s60 we have "readimage.exe" and "rofsbuild" for this, but, headers are different from images in s60 and meego | 05:31 |
wook | Just want to edit some conf files...guess nothing more... | 05:33 |
SpeedEvil | 'repack' | 05:33 |
SpeedEvil | What are you trying to do? | 05:34 |
wook | Yes, repack... | 05:34 |
SpeedEvil | If you mean run binarys from n950 on e7, absolutely not. | 05:34 |
wook | Noooo | 05:34 |
wook | I am not stuoid or anything (not that much) :D | 05:34 |
wook | I mentioned e7 just because of display | 05:35 |
stroughtonsmith | you're modding the n950 firmware? | 05:35 |
stroughtonsmith | is it signed? | 05:35 |
SpeedEvil | Simply modifying conf files won't work if they're signed. | 05:35 |
wook | Stroughtonsmith, i don't know, that'swhy i am here | 05:35 |
wook | So, guess there's no rom cooking tools here? Only OEM can play with this? :S this is not COOL at all | 05:36 |
SpeedEvil | What conf files are you trying to modify. | 05:36 |
wook | SpeedEvil, as you know that file browsing and editind on device is really lousy...mostly i wanted to explore /usr/share/...from pc | 05:38 |
SpeedEvil | ssh device | 05:38 |
*** Evgeniy has joined #harmattan | 05:38 | |
stroughtonsmith | wook: I wonder, since there's a meego community edition rom for the n950, if you can use that process to help you | 05:38 |
wook | Can't :S don't have driver | 05:38 |
wook | I can't download nothing larger than 20mb at the moment :S | 05:39 |
SpeedEvil | Also, there is a file browser in ovi | 05:40 |
wook | How is ce.bin made? | 05:40 |
DocScrutinizer | wook: you basically can not mess with harmattan | 05:41 |
wook | SpeedEvil, can you upload your drivers for me? | 05:41 |
stroughtonsmith | dunno who runs the community ed stuff. Stskeeps can probably weigh in when it's daytime over there | 05:41 |
wook | Aha | 05:41 |
DocScrutinizer | meegoCE != harmattan though | 05:42 |
wook | Hmmm | 05:42 |
DocScrutinizer | 100% not equal | 05:42 |
stroughtonsmith | right, but packaging a flashable OS might help | 05:42 |
DocScrutinizer | you can not package a flashable harmattan image | 05:42 |
wook | I was reading abt CE and flashing process didn't made me like it...toooo many shell commands to memorise for my poor brain :D | 05:43 |
wook | Can i extract harmattan and pack it as CE is packed? | 05:43 |
DocScrutinizer | and btw nobody, really *nobody* would want to flash a new image to get your however clever hacks on his device | 05:43 |
DocScrutinizer | there's a commonly supported installing process | 05:44 |
DocScrutinizer | wook, no | 05:44 |
DocScrutinizer | you can not package a flashable harmattan image | 05:44 |
wook | Doc, i am not intending to release mods or something, just for internal use (as always) | 05:45 |
DocScrutinizer | you can not package a flashable harmattan image | 05:45 |
wook | Ok then...can anyone upload win32 drivers for n950? :D | 05:45 |
DocScrutinizer | hell you can't even edit most of the files in /etc/* on a live system without making the device eneter MALF | 05:46 |
wook | Aha | 05:46 |
DocScrutinizer | and you can not change any of the preinstalled binaries and/or libraries | 05:47 |
wook | So...must wait till qtsdk updator download repos :S | 05:47 |
DocScrutinizer | won't help | 05:47 |
DocScrutinizer | when I say you can not, then I mean "by no means whatsoever" | 05:47 |
SpeedEvil | wook: What do you mean by 'drivers' | 05:48 |
wook | Doc, for some reasons, LandscapeEnabler is not enabling anything, i can't install that "source code editor" for some reason :S | 05:48 |
DocScrutinizer | duh, I ignored that for a pun | 05:49 |
wook | SpeedEvil, usb drivers for phone :-O | 05:49 |
*** Natunen has joined #harmattan | 05:49 | |
wook | Ones that comes with qtsdk | 05:49 |
DocScrutinizer | usblibfoo | 05:50 |
DocScrutinizer | windoze | 05:50 |
SpeedEvil | I use linux. | 05:50 |
wook | Ahh speed, i use win32 | 05:50 |
DocScrutinizer | probably 80..90% here do | 05:50 |
*** leinir has quit IRC | 05:50 | |
wook | I am 1% who's playing with ReactOS and XP :D | 05:51 |
DocScrutinizer | nevertheless you're lucky ~flashing has generic advice for windows users as well, applicable to harmatan flashing almost 1:1 | 05:51 |
DocScrutinizer | ~flashing | 05:51 |
infobot | well, maemo-flashing is http://wiki.maemo.org/Updating_the_tablet_firmware | 05:51 |
wook | I've just flashed phone ;) that works fine though | 05:53 |
wook | Ttyl guys, cu | 06:00 |
*** wook has quit IRC | 06:00 | |
*** mtd has quit IRC | 06:03 | |
*** mtd has joined #harmattan | 06:09 | |
*** bugzy has joined #harmattan | 06:28 | |
*** infobot has quit IRC | 06:35 | |
*** infobot has joined #harmattan | 06:43 | |
*** ChanServ sets mode: +v infobot | 06:43 | |
*** infobot has quit IRC | 06:51 | |
*** infobot has joined #harmattan | 06:54 | |
*** ChanServ sets mode: +v infobot | 06:54 | |
*** infobot has quit IRC | 06:57 | |
*** hardaker2 has joined #harmattan | 07:01 | |
*** infobot has joined #harmattan | 07:16 | |
*** ChanServ sets mode: +v infobot | 07:16 | |
*** infobot has quit IRC | 07:16 | |
*** infobot has joined #harmattan | 07:22 | |
*** ChanServ sets mode: +v infobot | 07:22 | |
*** stroughtonsmith has quit IRC | 07:23 | |
*** TSCHAKeee has joined #harmattan | 07:23 | |
TSCHAKeee | hmm Expansys not shipping 64GB N9 units yet in the US | 07:24 |
TSCHAKeee | anyone know of anywhere else in the US that is? | 07:24 |
*** Natunen has quit IRC | 07:34 | |
*** Natunen has joined #harmattan | 07:40 | |
*** infobot has quit IRC | 07:46 | |
*** lamikr has quit IRC | 07:57 | |
*** DocScrutinizer has quit IRC | 07:59 | |
*** DocScrutinizer has joined #harmattan | 07:59 | |
*** stroughtonsmith has joined #harmattan | 08:13 | |
iekku | morning | 08:14 |
dm8tbr | mnnng | 08:14 |
*** hardaker2 has quit IRC | 08:20 | |
*** roop has joined #harmattan | 08:42 | |
*** vladest has joined #harmattan | 08:44 | |
*** fuz_ has quit IRC | 08:49 | |
*** fuz_ has joined #harmattan | 08:54 | |
*** infobot has joined #harmattan | 08:55 | |
*** ChanServ sets mode: +v infobot | 08:55 | |
*** infobot has quit IRC | 09:01 | |
*** psycho_oreos has joined #harmattan | 09:01 | |
*** infobot has joined #harmattan | 09:02 | |
*** ChanServ sets mode: +v infobot | 09:02 | |
*** infobot has quit IRC | 09:05 | |
*** infobot has joined #harmattan | 09:06 | |
*** ChanServ sets mode: +v infobot | 09:06 | |
*** infobot has quit IRC | 09:11 | |
*** infobot has joined #harmattan | 09:12 | |
*** ChanServ sets mode: +v infobot | 09:12 | |
*** infobot has quit IRC | 09:13 | |
*** infobot has joined #harmattan | 09:14 | |
*** ChanServ sets mode: +v infobot | 09:14 | |
*** infobot has quit IRC | 09:15 | |
*** infobot has joined #harmattan | 09:22 | |
*** ChanServ sets mode: +v infobot | 09:22 | |
*** infobot has quit IRC | 09:28 | |
*** infobot has joined #harmattan | 09:30 | |
*** ChanServ sets mode: +v infobot | 09:30 | |
*** jpnurmi has quit IRC | 09:40 | |
*** jpnurmi has joined #harmattan | 09:40 | |
*** jpnurmi has joined #harmattan | 09:40 | |
*** vladest has quit IRC | 09:46 | |
*** divan_ has quit IRC | 09:46 | |
*** aleksander_m has joined #harmattan | 09:48 | |
*** jykae has quit IRC | 09:55 | |
*** divan has joined #harmattan | 10:05 | |
*** divan has quit IRC | 10:06 | |
*** divan has joined #harmattan | 10:06 | |
*** tbf has joined #harmattan | 10:12 | |
*** tbf has quit IRC | 10:15 | |
*** tbf has joined #harmattan | 10:15 | |
*** rcg has joined #harmattan | 10:16 | |
*** mece has joined #harmattan | 10:29 | |
*** zz_gri is now known as gri | 10:38 | |
*** xarcass has joined #harmattan | 10:40 | |
*** piggz has joined #harmattan | 10:40 | |
*** razvanpetru has joined #harmattan | 10:42 | |
*** djszapi has joined #harmattan | 10:44 | |
*** lamikr has joined #harmattan | 10:46 | |
*** aheinecke has joined #harmattan | 10:47 | |
*** piggz has quit IRC | 10:51 | |
*** clbr has joined #harmattan | 10:53 | |
*** gri is now known as zz_gri | 10:58 | |
*** M4rtinK has joined #harmattan | 11:02 | |
*** frinring has joined #harmattan | 11:04 | |
*** spenap has joined #harmattan | 11:11 | |
djszapi | X-Fade: https://build.pub.meego.com/package/files?package=soprano&project=home%3Arzr%3Aharmattan -> Not possible to delete files, maybe because of the '+' character ? | 11:12 |
X-Fade | djszapi: How do you want to delete? Using webui or osc? | 11:18 |
djszapi | osc works; webui does not. | 11:19 |
djszapi | but please do not delete this since it is now building. | 11:19 |
djszapi | my guess is that the webinterface does not allow deleting packages containing '+' character. For instance, I cannot even upload them properly from the webui, just from osc. | 11:19 |
X-Fade | djszapi: Ok, well let's hope that is an OBS 2.1 issue. We're going to upgrade to 2.3 this weekend :) | 11:20 |
djszapi | X-Fade: okay. | 11:20 |
*** ieatlint_ has joined #harmattan | 11:23 | |
*** milot has joined #harmattan | 11:23 | |
*** leinir has joined #harmattan | 11:23 | |
*** ieatlint has quit IRC | 11:25 | |
*** ieatlint_ is now known as ieatlint | 11:28 | |
*** M4rtinK has quit IRC | 11:37 | |
*** rcg has quit IRC | 11:39 | |
*** piggz has joined #harmattan | 11:40 | |
* X-Fade wants to point developers to http://forum.meego.com/showthread.php?t=4803, prepare your packages for apps.formeego.org | 11:40 | |
*** roop has quit IRC | 11:40 | |
*** piggz has quit IRC | 11:45 | |
*** mece has left #harmattan | 11:50 | |
*** mikelima has joined #harmattan | 11:56 | |
*** xmlich02 has quit IRC | 11:57 | |
alterego | lardman|gone: was gonna do a enum but string type is okay I guess ;) | 12:03 |
dm8tbr | X-Fade: nice! :) | 12:10 |
X-Fade | dm8tbr: Let's get the ball rolling :) | 12:11 |
djszapi | X-Fade: you at least test it for regressions before the update ? | 12:11 |
*** roop has joined #harmattan | 12:14 | |
X-Fade | djszapi: Yes, but no way you can find everything. | 12:16 |
X-Fade | And 2.1 is basically unsupported atm, so we have to upgrade. | 12:16 |
djszapi | ok, just saying since there were some regressions in the near past. | 12:18 |
X-Fade | djszapi: Sure, and I guarantee there will be now too. | 12:21 |
X-Fade | But let's hope the pros are more than the cons :) | 12:21 |
djszapi | the problem is not that if there are corner cases regressions, but the fundamental ones should be caught imho. | 12:22 |
djszapi | for instance a continous compiler crash is easy to catch .. | 12:22 |
X-Fade | djszapi: That has nothing to do with OBS. | 12:23 |
X-Fade | So that is not the problem. | 12:23 |
*** IcanCU has joined #harmattan | 12:23 | |
djszapi | well, it worked previously, and also works locally. | 12:23 |
X-Fade | djszapi: That is qemu, which is not OBS. | 12:23 |
X-Fade | djszapi: So upgrading our OBS will not fix that. | 12:23 |
djszapi | qemu works fine locally. | 12:23 |
djszapi | also, without an obs update previously, it worked oob | 12:23 |
djszapi | and there were more continous issues like that that was easy to catch by us during the update "testing". | 12:24 |
X-Fade | OBS is just a set of scripts which call the things that do the actual stuff. | 12:24 |
X-Fade | Your problem is a complicated thing with arm emulation, has nothing to do with OBS per se. | 12:24 |
djszapi | well, I do consider it as regressions for the users if something worked for them, and does not work after the obs update. | 12:25 |
djszapi | whatever causes it, it is not nice, and should not be upgraded until figured out imho. | 12:25 |
X-Fade | again, nothing to do with OBS. | 12:25 |
djszapi | it only happens on OBS really, you can ask others who said the same. | 12:26 |
X-Fade | It will also happen in a plain chroot with the same tools. | 12:26 |
djszapi | never happened for me. | 12:26 |
X-Fade | Anyway, not going to argue. I have better things to do. | 12:26 |
djszapi | also, it even worked locally, and also another repository. | 12:26 |
djszapi | that is a very sad consequence if a feedback is considerd as "arguing". | 12:27 |
X-Fade | No, we're looking into things. This is complicated and you are very close to being a troll. | 12:27 |
djszapi | All I said is that there were serious regressions, and would be better to have a bit more QA process for the upgrading. If this is trolling, okay, I stand it. | 12:29 |
X-Fade | Well, you can help by using osc to do local builds and try with different versions of qemu. | 12:30 |
djszapi | as I said, did, worked. | 12:31 |
djszapi | that is why I gave this feedback for better QA in the future .. | 12:31 |
X-Fade | djszapi: Where did you list the combinations that worked? | 12:31 |
djszapi | actually, I even reported some of those. | 12:31 |
djszapi | (no answer since reporting) | 12:32 |
X-Fade | djszapi: I need exact versions, tested in openSUSE. | 12:32 |
djszapi | yes, it is all in the relevant bugreports. | 12:32 |
X-Fade | djszapi: Also, you can drop a qemu in your home project and try to build with that. | 12:32 |
*** rcg has joined #harmattan | 12:33 | |
djszapi | X-Fade: all we could do is watching with big innocent eyes why it works everywhere but c-obs. | 12:33 |
X-Fade | This way you can help out yourself. | 12:34 |
djszapi | ( and why the same package built previously before an update ) | 12:34 |
X-Fade | Or you can keep talking about it and we might never find the real cause. | 12:34 |
djszapi | what else can I do than testing locally ? | 12:34 |
X-Fade | djszapi: Also, you can drop a qemu in your home project and try to build with that. | 12:35 |
djszapi | and reporting the issue with the exact details ? | 12:35 |
djszapi | I did not understand that sentence for the first try either. Could you please reword it ? | 12:35 |
X-Fade | You can add a qemu package to your project. | 12:35 |
X-Fade | You can then use that qemu instead of the system qemu. | 12:35 |
djszapi | well, it is the same version basically. | 12:36 |
X-Fade | So you can test different versions out on the obs version itself. | 12:36 |
X-Fade | -version | 12:36 |
djszapi | yes, sure, I can do that for my X package, but I am sure it is better to automate the regression unit tests before an upgrade. | 12:37 |
djszapi | than everybody starts dropping "random" qemus into every homeprojects. | 12:37 |
X-Fade | djszapi: No, that is not the point. But that will prove that that version is working for you and then I can replace the system qemu. | 12:37 |
X-Fade | That way you actually help testing, instead of just complaining. | 12:38 |
djszapi | it should be caught pre-update by the system, and not pro-update by individual users for X packages. | 12:38 |
X-Fade | We're 2 guys doing it in our spare time. Hire me and get more support. | 12:39 |
djszapi | that is not really I see as community | 12:39 |
djszapi | to pay 2 people. | 12:39 |
djszapi | I would more like prefer to give access to other contributors.. | 12:39 |
djszapi | that is how the community works after all | 12:39 |
X-Fade | Well, I told you how to help out. | 12:40 |
* X-Fade goes to get coffee | 12:40 | |
*** zz_gri is now known as gri | 12:40 | |
vadimq | X-Fade: what project are you working on? | 12:45 |
*** decibyte has quit IRC | 12:49 | |
*** decibyte has joined #harmattan | 12:51 | |
*** sp3000 has quit IRC | 13:00 | |
*** piggz has joined #harmattan | 13:04 | |
*** djszapi has left #harmattan | 13:06 | |
*** sp3000 has joined #harmattan | 13:12 | |
*** clbr has quit IRC | 13:22 | |
*** piggz has quit IRC | 13:23 | |
flux | great. is devel-sh now gone? | 13:24 |
*** clbr has joined #harmattan | 13:24 | |
flux | ah, just renamed | 13:25 |
flux | and no changes in output of accli -I. phew. | 13:25 |
flux | (it's develsh now) | 13:25 |
deram | devel-sh? what did that do? | 13:26 |
flux | gives access to various things a normal root doesn't have | 13:26 |
deram | remember using devel-su, but not -sh | 13:26 |
flux | such as iptables | 13:26 |
Kaadlajk | pretty sure it was always develsh | 13:27 |
flux | hmm | 13:27 |
kimju | iirc it was with both names. | 13:27 |
Kaadlajk | kimju: true, at least with >1.13-11 version of develsh | 13:30 |
MohammadAG | it was develsh afaik | 13:31 |
*** deimos has joined #harmattan | 13:37 | |
*** sp3000 has quit IRC | 13:39 | |
*** NIN101 has joined #harmattan | 13:41 | |
*** roop_ has joined #harmattan | 13:45 | |
*** lizardo has joined #harmattan | 13:47 | |
*** roop has quit IRC | 13:48 | |
*** dominikb has joined #harmattan | 13:52 | |
*** Evgeniy has quit IRC | 14:03 | |
*** xarcass_ has joined #harmattan | 14:10 | |
*** xarcass has quit IRC | 14:10 | |
*** xarcass_ is now known as xarcass | 14:10 | |
*** mece has joined #harmattan | 14:16 | |
*** piggz has joined #harmattan | 14:19 | |
*** piggz has quit IRC | 14:30 | |
*** roop_ has quit IRC | 14:31 | |
*** Stecchino is now known as BartCerneels | 14:31 | |
*** BartCerneels is now known as Stecchino | 14:31 | |
*** [XeN] has joined #harmattan | 14:33 | |
*** sp3000 has joined #harmattan | 14:48 | |
*** snowpong has joined #harmattan | 14:54 | |
*** [XeN] has quit IRC | 14:57 | |
*** CepiPerez has joined #harmattan | 14:57 | |
DocScrutinizer | RM680-22-6_PR_RM680:~# devel | 14:58 |
DocScrutinizer | devel-su develsh | 14:58 |
*** [XeN] has joined #harmattan | 15:02 | |
Kaadlajk | RM696-39-4_PR_001:~# devel | 15:03 |
Kaadlajk | devel-sh devel-su develsh | 15:03 |
mece | is it possible to get sudo on N950? | 15:04 |
mece | I find devel-su inconvenient since I want the command history in one place | 15:05 |
*** M4rtinK has joined #harmattan | 15:09 | |
*** trx has quit IRC | 15:10 | |
deram | does devel-su have -c option for setting runned command | 15:10 |
*** xarcass has quit IRC | 15:11 | |
mece | deram, would that be like devel-su -c apt-get update | 15:12 |
deram | probably -c "apt-get update" | 15:12 |
mece | yes! | 15:13 |
mece | nice thanks! | 15:13 |
mece | :;D | 15:13 |
mece | oops | 15:13 |
*** Smtih has joined #harmattan | 15:13 | |
*** etrunko has joined #harmattan | 15:13 | |
mece | hmm so perhaps I could alias that, now the other problem is that it always require password tho. | 15:13 |
Velmont | Two questions; 1) How can I change font size in messages? - The web browser is also not so good as Android in zooming into text (because it doesn't restrict the width in the same way). | 15:13 |
mece | whereas sudo usually have a certain time where you can use without re-entering password | 15:14 |
*** KaziKluBey has joined #harmattan | 15:14 | |
deram | mece: yyes.. that is one of the drawbacks | 15:14 |
*** Jonno has joined #harmattan | 15:14 | |
mece | deram, is there anything in particular that hinders sudo from working? | 15:14 |
Velmont | The second one I'm not so interested in myself, but an aquanitance asked about syncing with the N9 using Ovi Suite, -- it doesn't work he says. -- I use Linux so I don't care personally :-) | 15:15 |
deram | I don't know if aegis lets you have own suid programs in there.... | 15:15 |
deram | sudo would have to be owned by root and have SUID bit set... | 15:15 |
mece | ok.. | 15:16 |
mece | hmm there's sudo in the repos... | 15:16 |
vadimq | question, is it possible to buy the N950 now? | 15:16 |
mece | vadimq, no | 15:16 |
vadimq | hmm, I figured, there seems to be a lot of talk about it though. So the N9 isn't getting a lot of use? | 15:17 |
mece | vadimq, it's just that developers got N950's from Nokia, and some of them are here. | 15:18 |
vadimq | makes sense | 15:18 |
mece | deram, is there a way to test if one can set the suid bit? | 15:19 |
deram | mece: copy /bin/sh to say /bin/mysh and chmod u+s /bin/mysh... then try to run it | 15:20 |
deram | if you get root shell, suid worked | 15:20 |
mece | run it as user? | 15:21 |
deram | yes as user | 15:22 |
*** trx has joined #harmattan | 15:22 | |
mece | I get "applet not found" | 15:22 |
mece | but /bin/mysh is -rwsr-xr-x <- so it has the s there... | 15:24 |
deram | it's probably not the setting the bit, but the system acting on it | 15:25 |
mece | ok.. | 15:25 |
mece | hmm /usr/bin/sudo is aegis protected, so I don't think I'll be messing with that. | 15:25 |
*** djszapi has joined #harmattan | 15:27 | |
*** lmoura has quit IRC | 15:28 | |
deram | mece: sorry, I made mistake.. didn't remember sh is busybox application in n9 | 15:28 |
*** djszapi has left #harmattan | 15:28 | |
mece | deram, so what changes? | 15:28 |
deram | you need to copy it somewhere else with exact name sh | 15:29 |
deram | or try with any other app | 15:29 |
mece | deram, but the goal would be to do chmod u+s /usr/bin/sudo ? | 15:30 |
deram | yes, if it is not handled by aegis already | 15:30 |
mece | well apparently not, but wouldn't aegis be upset if I did it? | 15:30 |
deram | maybe.. | 15:30 |
deram | /bin/devel-su does not seam to have suid on, so it would seem to be handled with aegis instead of suid bits... | 15:31 |
deram | usually in linux sudo is suid program | 15:32 |
kimju | with aegis and correct manifests you don't need to set the suid bit. | 15:33 |
deram | I really need to look more into this whole aegis... | 15:34 |
deram | it seems to be the road to root access in there, and the suid bit does nothin | 15:36 |
*** niqt has joined #harmattan | 15:38 | |
*** Smtih has quit IRC | 15:40 | |
*** lmoura has joined #harmattan | 15:40 | |
vadimq | deram: it looks like it's possible to load an alternate kernel to open things up, but that seems to make a lot of stuff stop working | 15:40 |
vadimq | btw, what is aegis stopping you from doing? | 15:41 |
deram | there was this question would sudo be possible to be used... I tried to answer, but was bit misinformed... | 15:43 |
deram | so sudo with correct aegis manifest should be usable as is without any suiding? | 15:43 |
clbr | vadimq: aegis was stopping me from directly modifying the calendar (sqlite) database. needed to delete hundreds of empty "PC-SYNC" calendars left from isync-plugin-testing. if you need examples | 15:45 |
*** Jonno has quit IRC | 15:45 | |
*** Jonno has joined #harmattan | 15:46 | |
vadimq | hmm, that does sound like a pain. How do you backup it? | 15:48 |
vadimq | with the N900 I just rsync the whole thing regularly | 15:48 |
DocScrutinizer | deram: aegis is the road to administration-"free" consumer-only devices. For sure not the road to "root access" whatever you think that means. You got root on HARM, just it doesn't do what you think, thanks to aegis | 15:49 |
DocScrutinizer | deram: and you can't get the required aegis tokens, as some are available to Nokia only | 15:50 |
clbr | vadimq: you can read it, just not modify | 15:50 |
*** mikelima has quit IRC | 15:50 | |
*** hardaker2 has joined #harmattan | 15:50 | |
vadimq | Here I'm hoping that an alternative fully open distro for phones and such devices catches on. Buy the device and reflash it | 15:50 |
clbr | and also not restore from backup | 15:50 |
DocScrutinizer | clbr: vadimq: indeed, restore is impossible | 15:51 |
clbr | i can't see the point, reading should be forbidden for privary issues | 15:51 |
deram | DocScrutinizer: yes.. I was thinking in means to gaining root access on the N9 harmattan. It seems to go through aegis and not kernel suid interpretation.. | 15:51 |
DocScrutinizer | clbr: aegis is about protecting device from you, not protecting your data from threats | 15:52 |
deram | and it is perfectly fine for now that way. | 15:52 |
clbr | DocScrutinizer: I know | 15:52 |
clbr | DocScrutinizer: I really wonder if it mostly about proctecting something in the device I shouldn't know. But let's not get paranoid | 15:53 |
clbr | at least the hosts-file is used | 15:53 |
clbr | and writeable | 15:54 |
*** lardman|gone is now known as lardman | 15:54 | |
DocScrutinizer | clbr: it for example reliably forbids overclocking. Just for that I almost might like aegis | 15:54 |
clbr | my N900 is running better with 850 than the stock 600, but I unterstand the idea | 15:55 |
DocScrutinizer | clbr: a lot of files are writeable. The question is what happens immediately after write access ;-P Buzzword MALF | 15:55 |
clbr | It just should be possible to have your own signing key, a user-controllable aegis | 15:55 |
DocScrutinizer | the fun part of aegis: it doesn't forbid, it punishes | 15:55 |
vadimq | DocScrutinizer: tried flashing it with Meego CE? | 15:56 |
clbr | yeah, very old-school concept of society control | 15:56 |
vadimq | hm? punishes how? that's interesting | 15:56 |
DocScrutinizer | clbr: won't ever happen, for very complicated set of reasons | 15:56 |
clbr | all those cloud-service are far more advanced | 15:56 |
*** spenap has quit IRC | 15:56 | |
DocScrutinizer | (user key) | 15:56 |
clbr | in that they let the user self-control himself | 15:56 |
clbr | DocScrutinizer: If the base keys are at Nokia, maybe something smuggles them out | 15:57 |
DocScrutinizer | vadimq: search for MALF | 15:57 |
clbr | but I read your messages from yesterday, thanks for the explanations | 15:57 |
razvanpetru | hi everyone, quick question - running around with devmode enabled on an unsecured wi-fi - what could be the consequences? | 15:58 |
clbr | razvanpetru: depends on if you changed the root password, if I understand correctly | 15:58 |
vadimq | DocScrutinizer: hm, search where? Not finding anything on google | 15:58 |
clbr | device MALFunction | 15:59 |
razvanpetru | nothing changed, out of the box harmattan with devmode enabled | 15:59 |
DocScrutinizer | http://maemo.cloud-7.de/Aegis-kills-device.jpg | 15:59 |
razvanpetru | a lot of people were doing this at devdays I bet :) | 15:59 |
Jonno | razvanpetru: Shouldn't do anything unless someone sees your devmode password, or know the password for "user" or "root" (which have a default value you really should change) | 15:59 |
clbr | razvanpetru: then everyone should be able to login as root via ssh | 15:59 |
vadimq | DocScrutinizer: whoa, screwy. Is this fixable by reflashing? | 16:00 |
DocScrutinizer | yes | 16:00 |
*** b00^portal has joined #harmattan | 16:00 | |
Jonno | It's fixable by changing your password using the terminal. | 16:00 |
b00^portal | hello guys | 16:00 |
*** xranby has joined #harmattan | 16:00 | |
DocScrutinizer | the result of changing any aegis-protected bit, be it a file, a permission, whatever | 16:01 |
clbr | razvanpetru: yes, use use "passwd" as root and set your own | 16:01 |
b00^portal | question: where would I get information on the nfc driver in the MeeGo/Harmattan linux kernel ? | 16:01 |
vadimq | DocScrutinizer: ok, I'm convinced I really don't like this thing. So any ways around it, or funtional third party firmware? | 16:01 |
DocScrutinizer | get meegoCE | 16:01 |
clbr | vadimq: one day nemo might be an alternative | 16:01 |
DocScrutinizer | forget harmattan, completely | 16:01 |
clbr | meegoCE = nemo | 16:01 |
DocScrutinizer | err, yep | 16:02 |
Jonno | MeeGo CE isn't really ready yet, but if you want to play around with it, see my howto at http://jon.severinsson.net/N9CE | 16:02 |
Jonno | Nemo should be better, but are only "ready" (eg alpha) for N900, no N950 or N9 yet. | 16:02 |
razvanpetru | thanks, so let's assume someone did login as root with ssh, can they install malware/spyware or does aegis at least prevent that? | 16:03 |
Jonno | they can install anything you could, eg any arm deb | 16:03 |
vadimq | Jonno: is it expected to be functional as a phone with full support for the hardware? | 16:03 |
Jonno | vadimq: NO | 16:03 |
flux | can one enable the 'install from non-ovi sources' option over ssh? | 16:03 |
Jonno | N9CE's only connectivity is the USB cable. | 16:03 |
*** mece has quit IRC | 16:04 | |
DocScrutinizer | razvanpetru: the fun bit is aegis doesn't completely forbid installing "malware" | 16:04 |
DocScrutinizer | depending on your definition of malware | 16:04 |
SpeedEvil | DocScrutinizer: Is it possible to programatically tick 'install apps from non-ovi sources' | 16:04 |
razvanpetru | keybd logger, something that reads tracker & uploads it somewhere | 16:04 |
vadimq | Jonno: you mean not now but maybe later, or probably not ever? | 16:04 |
DocScrutinizer | aegis however ensures the *system* is intact | 16:04 |
razvanpetru | I'll just reflash this thing :( | 16:05 |
clbr | DocScrutinizer: but it forbid installing malware blockers, like a local visual firewall | 16:05 |
Jonno | vadimq: not now, but probably in a few months, when Nemo gets of the ground. | 16:05 |
DocScrutinizer | SpeedEvil: good question, for sure it is possible, just the question: which tokens are needed | 16:05 |
SpeedEvil | I mean - if it can't be - you need to get your malware into ovi store before it can be automatically run | 16:06 |
DocScrutinizer | yes | 16:06 |
clbr | razvanpetru: I wouldn't think script kiddies are already targeting N9/N950 in developer mode | 16:06 |
razvanpetru | has anyone done any dbus work on n9? I hear there might be a vuln where mail user/pass are sent in the clear through dbus... | 16:06 |
*** aleksander_m has quit IRC | 16:06 | |
DocScrutinizer | but OP asked for a situation where develmode already enabled | 16:06 |
b00^portal | anyone working with nfc on N9 here by any chance ? | 16:06 |
razvanpetru | clbr: yeah, but maybe someone was naughty at qtdd | 16:06 |
razvanpetru | b00 - I am :) | 16:06 |
clbr | i see ;-) | 16:07 |
b00^portal | razvanpetru, where do I get info on the hardware rfid reader they have on that phone ? | 16:07 |
DocScrutinizer | SpeedEvil: >><razvanpetru> thanks, so let's assume someone did login as root with ssh...<< | 16:07 |
b00^portal | razvanpetru, info on driver, and support libs, etc | 16:07 |
flux | docscrutinizer, but you need to enable separately the ability to install non-ovi apps, don't you? | 16:07 |
flux | but if that is as well enabled, well, perhaps you need to ensure people don't log in as root to your phone :) | 16:08 |
*** TSCHAKeee has quit IRC | 16:08 | |
*** xmlich02 has joined #harmattan | 16:08 | |
*** TSCHAKeee has joined #harmattan | 16:08 | |
razvanpetru | b00: it seems you need very low level info and I don't know where you might get that. I assume you need to do an API partnering with Nokia or know someone that works on the NFC team. | 16:08 |
razvanpetru | BUT, if you just need to use the thing, the docs/libraries are quite good | 16:09 |
b00^portal | razvanpetru, i need to get lower acces that the Qt mobility | 16:09 |
razvanpetru | lower than sending commands? | 16:09 |
b00^portal | I need to know if there is any configuration you can set on the kernel module for example, | 16:09 |
b00^portal | what if at all nfcd can be configured , | 16:09 |
razvanpetru | ah yes, you need to talk with meego team, there is no way to get that info | 16:09 |
b00^portal | whats inside the nfc hal they have, etc | 16:10 |
b00^portal | ah, i see | 16:10 |
b00^portal | razvanpetru, is that meego team at Nokia ? I tried at #meego, and was redirected here kindly :) | 16:10 |
*** GNUton-BNC has quit IRC | 16:10 | |
DocScrutinizer | b00^portal: no way to mess with kernel modules etc, paegis forbids | 16:11 |
clbr | try #meltemi (just kidding) | 16:11 |
b00^portal | paegis ? | 16:11 |
razvanpetru | b00, I don't think you can get to them on IRC, at least not this server | 16:11 |
razvanpetru | heh, does settings > reset > clear device restore the device as I would flash a bin on it? I don't want to flash it unless I need to... | 16:12 |
b00^portal | razvanpetru, oh i see. So what would you recomment? I can post on Nokia Developer forum , see if anyone would reply ? | 16:12 |
DocScrutinizer | ~paegis is the ~aegis policy, a short term used to make those happy who claim aegis is great and just the particular policy is flawed | 16:12 |
infobot | okay, DocScrutinizer | 16:12 |
clbr | razvanpetru: no, root password e.g. does not get reset by a factory reset | 16:12 |
clbr | razvanpetru: mostly /home/user and /opt i guess | 16:12 |
razvanpetru | clbr: good enough to get rid of malware/spyware? :) | 16:13 |
clbr | don't think so | 16:13 |
razvanpetru | grr | 16:13 |
clbr | I had problems to get developer mode activated after, posted the workaround here yesterday | 16:13 |
clbr | and there isn't an official flash image for the N9, or? | 16:14 |
razvanpetru | nope, not yet afaik | 16:14 |
DocScrutinizer | I guess there's none yet | 16:14 |
b00^portal | razvanpetru, what do you do with nfc on N9 ? | 16:14 |
razvanpetru | b00 - pokenMOBILE | 16:16 |
b00^portal | a game ? | 16:16 |
razvanpetru | no, it's like a digital businesscard | 16:17 |
Corsac | btw, do some people here got their device from handtec and have a voucher code? | 16:17 |
razvanpetru | it's the so-called "social" NFC | 16:17 |
flux | it's a shame it's not the secure variant | 16:17 |
b00^portal | razvanpetru, social nfc, ok ... no clue :) | 16:18 |
razvanpetru | b00 - well you can exchange contacts, add them to a timeline and then see what they've been up to. pick up objects from conferences and then comment on them, view attached docs, pics, etc | 16:19 |
razvanpetru | it's social because you interact with people | 16:19 |
razvanpetru | secure nfc is payments, etc | 16:19 |
b00^portal | ah ok | 16:19 |
DocScrutinizer | razvanpetru: hah, my r0ket did sth like that :-) | 16:19 |
razvanpetru | r0ket? :) | 16:20 |
razvanpetru | flux: what would you use secure nfc for? | 16:20 |
hiemanshu | a badge thing IIRC | 16:20 |
flux | razvanpetru, for example physical access control | 16:20 |
flux | of course, I could just make-do with the current one and ignore the security issues :) | 16:21 |
razvanpetru | can you work around them enough or do you really need the hw? | 16:21 |
flux | I don't know anything about the hw or the protocol :) | 16:22 |
flux | but it sounds to me like only the secure nfc is, well, secure | 16:22 |
clbr | razvanpetru: isn't secure NFC mostly about certification? | 16:22 |
razvanpetru | clbr, I think you need special hw also | 16:22 |
flux | that is, not subject to MITM or replay attacks or whatever | 16:22 |
*** berndhs has joined #harmattan | 16:23 | |
b00^portal | <razvanpetru> lower than sending commands? | 16:23 |
b00^portal | can you send commands directly ? | 16:23 |
flux | I'm not saying it's less secure than simple access control tags people use these days | 16:23 |
flux | (as I don't really know) | 16:23 |
b00^portal | razvanpetru, tag specific commands | 16:23 |
razvanpetru | b00, you can | 16:24 |
* RST38h yawns, asks what's up | 16:25 | |
razvanpetru | although, I think this is only on Symbian. the docs say that maemo6 does not support tag specific access | 16:25 |
b00^portal | razvanpetru, yes ... | 16:25 |
b00^portal | why, or why .. | 16:25 |
b00^portal | seriously a flaw | 16:25 |
razvanpetru | maybe it will in later pr versions | 16:25 |
b00^portal | yea ok | 16:25 |
chouchoune | hi | 16:27 |
DocScrutinizer | razvanpetru: http://r0ket.badge.events.ccc.de/software | 16:27 |
chouchoune | hw specification doesn't include security I think | 16:27 |
DocScrutinizer | http://r0ket.badge.events.ccc.de/ | 16:27 |
chouchoune | Ernst Haselsteiner and Klemens BreitfuĂź described different possible types of attacks, and detail how to leverage NFC's resistance to Man-in-the-middle attacks to establish a specific key.[37] Unfortunately, as this technique is not part of the ISO standard, NFC offers no protection against eavesdropping and can be vulnerable to data modifications. Applications may use higher-layer cryptographic | 16:28 |
chouchoune | protocols (e.g., SSL) to establish a secure channel. Ensuring security for NFC data will require the cooperation of multiple parties: device providers, who will need to safeguard NFC-enabled phones with strong cryptography and authentication protocols; customers, who will need to protect their personal devices and data with passwords, keypad locks, and anti-virus software; and application providers | 16:28 |
chouchoune | and transaction parties, who will need to use anti-virus and other security solutions to prevent spyware and malware from infecting systems.[38] | 16:28 |
RST38h | Doc: What is our current firmware version btw? | 16:28 |
RST38h | chouchoune: A URL would suffice | 16:28 |
chouchoune | http://en.wikipedia.org/wiki/Near_field_communication | 16:29 |
chouchoune | > Security aspects | 16:29 |
razvanpetru | Doc: cool | 16:29 |
chouchoune | concerning Qt, I think that secure NFC is not part of the SDK yet but will be in the future | 16:29 |
DocScrutinizer | sorry guys, no highlighting on "doc:" | 16:30 |
DocScrutinizer | RST38h: see /topic ? | 16:31 |
RST38h | Aha, tthanks | 16:31 |
RST38h | So, Koreans have not got the update yet | 16:31 |
RST38h | And thus killed my Ovi submissions | 16:32 |
*** rlinfati has joined #harmattan | 16:32 | |
*** rlinfati has quit IRC | 16:33 | |
*** rm_work has joined #harmattan | 16:37 | |
*** rm_work has joined #harmattan | 16:37 | |
*** CepiPerez has quit IRC | 16:38 | |
DocScrutinizer | (doc:) if you feel DocScrutinizer is too long to type, and your IRC client is too crappy to feature auto nick completion, you may use "joerg:" or "DocSc:" | 16:38 |
DocScrutinizer | even docsc: | 16:38 |
*** lmoura has quit IRC | 16:39 | |
*** rlinfati has joined #harmattan | 16:39 | |
razvanpetru | pidgin does have nick completion, but it's not auto :) | 16:40 |
rlinfati | b00^portal, what do you wanna do with nfc= | 16:45 |
b00^portal | rlinfati, ok , | 16:45 |
b00^portal | I want , for starters, know more about the hardware reader and driver, | 16:46 |
b00^portal | to know if they can pickup tags which are not common nfc (yet) | 16:47 |
*** CepiPerez has joined #harmattan | 16:47 | |
b00^portal | i have a specific tag (looking for an ISO standard..), which , manufactuerr says, | 16:47 |
b00^portal | are readable by NFC enabled sets | 16:48 |
*** druid23 has joined #harmattan | 16:48 | |
b00^portal | however, as I tried, i dont' see N9' | 16:48 |
b00^portal | picking it up, thus | 16:48 |
b00^portal | I'm wondering if its really the reader, driver, configuration, nfc lib, or .. which is not ready | 16:48 |
*** djszapi has joined #harmattan | 16:48 | |
X-Fade | b00^portal: N9 sees my passport for instance. | 16:49 |
rlinfati | the N9 detect the tag ? | 16:49 |
djszapi | X-Fade: is it possible to upload files to obs containing '+' character using the webui ? (2.3 version) | 16:49 |
b00^portal | I'm working with this specific tag on the EEPROM side (internal system), and external PC RFID client | 16:49 |
b00^portal | X-Fade, yes, i know, it reads my bus card too | 16:49 |
b00^portal | rlinfati, as far as the nfcinfo test app , and the traces from the nfsd - no | 16:50 |
b00^portal | but .. I hope its because its misconfigured :)))) | 16:50 |
b00^portal | stupid me ? | 16:50 |
X-Fade | I can unlock angrybirds levels with my passport ;) | 16:50 |
b00^portal | hahahah :) | 16:50 |
X-Fade | It actually worked :) | 16:51 |
b00^portal | yyea it does | 16:51 |
rlinfati | X-Fade, i can unlock using "vi" | 16:51 |
X-Fade | rlinfati: Yeah, did that too. But that is less cool :D | 16:51 |
b00^portal | i did not quite get why they did this | 16:51 |
b00^portal | but its ..fun i guess | 16:51 |
rlinfati | b00^portal, if the nfc not detect the tag, you can not do nothing about, aegis protect all files | 16:52 |
*** rafael2k has joined #harmattan | 16:53 | |
rlinfati | if you edit, modify the nfc stack, the N9 will be MALF | 16:53 |
X-Fade | djszapi: Yes. | 16:53 |
b00^portal | rlinfati, whats a dissapointment.. and now i need ot check wtf is aegis | 16:53 |
DocScrutinizer | ~aegis | 16:54 |
infobot | http://www.developer.nokia.com/Community/Wiki/Harmattan:Developer_Library/Developing_for_Harmattan/Harmattan_security/Security_guide , or "The purpose of this framework is: ... to make sure that the platform meets the requirements set by third party software that requires a safe execution environment.", or http://en.wikipedia.org/wiki/Trusted_Computing#Criticism, or http://en.qi-hardware.com/w/images/1/10/ME_382_LockedUpTechnology2.gif | 16:54 |
rafael2k | Hi people, I mailed Quim about the aegis and the SDK been outdated | 16:54 |
rafael2k | I got a "look at the forum" anwser | 16:54 |
rlinfati | b00^portal, or use MeegoCE/Mer (it's support nfc ? ) or .... Âż? | 16:54 |
b00^portal | MeegoCE/Mer ? | 16:55 |
b00^portal | ok , .. will look | 16:55 |
b00^portal | CE - windows CE ??? | 16:55 |
djszapi | Community Edition. | 16:55 |
rafael2k | If I have time this night I'll try to write a script that gets a binary I want to run and packs it into a deb, install the deb and run the binary | 16:55 |
b00^portal | oops | 16:55 |
*** lmoura has joined #harmattan | 16:55 | |
*** pycage has joined #harmattan | 16:56 | |
rlinfati | http://wiki.meego.com/ARM/N950 | 16:56 |
djszapi | rlinfati: nfc is a hardware chip, it is not just software thingy | 16:56 |
b00^portal | yea, and no info in that chip, | 16:56 |
rafael2k | I would consider the N950 my best phone if I could get rid of this annoying aegis stuff | 16:56 |
pycage | X-Fade, hi | 16:56 |
djszapi | hard to manage nfc without the relevant chip ;) | 16:56 |
*** T_UNIX has joined #harmattan | 16:56 | |
b00^portal | i've asked on Nokia forum, perhaps they reply .. unlikely will get anywhere . ah wlel | 16:56 |
b00^portal | well pitty | 16:57 |
*** andre__ has quit IRC | 16:57 | |
*** druid231 has joined #harmattan | 16:58 | |
djszapi | pitty what ? | 16:59 |
b00^portal | the main thing that my tag not picked up, and that, i hoped perhaps I can get some more info on that hardware reader, get soem more info and perhaps add the required configuration for it to read my tag ? :) | 17:00 |
b00^portal | btw, I dont' see N9 listed as able to run the meegoCE | 17:00 |
rafael2k | b00^portal: try at #meego channel | 17:01 |
*** druid23 has quit IRC | 17:01 | |
*** zarlino has joined #harmattan | 17:01 | |
b00^portal | k | 17:02 |
*** druid231 has quit IRC | 17:03 | |
djszapi | rafael2k: what is wrong about aegis ? | 17:03 |
b00^portal | is there an 'aegis disabler' :) | 17:04 |
djszapi | ofc nope | 17:04 |
djszapi | rafael2k: the script you wanna write is an available deb tool for many years.. | 17:04 |
*** druid23 has joined #harmattan | 17:05 | |
DocScrutinizer | no | 17:06 |
DocScrutinizer | and it seems Nokia platsec is resolutely determined to fix any detail in aegis that would allow any such aegis disabler | 17:08 |
b00^portal | well its gay | 17:09 |
DocScrutinizer | (which btw is the reason I'm still on 22-6 here) | 17:09 |
b00^portal | DocScrutinizer, and what is a 22-6 ? | 17:10 |
DocScrutinizer | the first firmware version N950 shipped with - allows some eagis disabling via a hack | 17:11 |
*** deimos has quit IRC | 17:16 | |
*** rlinfati has quit IRC | 17:21 | |
*** druid23 has quit IRC | 17:27 | |
*** baraujo has joined #harmattan | 17:30 | |
gri | hmm | 17:35 |
gri | whole city controlled by the police now, machine guns everywhere | 17:36 |
Corsac | where? | 17:36 |
gri | augsburg germany - some guys shot a policeman this morning and now the bavarian police is checking everywhere in the city | 17:37 |
*** zarlino has quit IRC | 17:37 | |
*** zarlino has joined #harmattan | 17:38 | |
Corsac | wow | 17:38 |
*** piggz has joined #harmattan | 17:46 | |
*** andre__ has joined #harmattan | 17:46 | |
*** andre__ has joined #harmattan | 17:46 | |
DocScrutinizer | does birthday "calendar" work in recent RP ? | 17:50 |
DocScrutinizer | yay Augsburg | 17:51 |
*** [XeN] has quit IRC | 17:52 | |
gri | RP? | 17:58 |
gri | docScrutinizer: yes, very nice ... the sister of my girlfriend is a policegirl (?) but on holiday these days | 18:00 |
*** Arkenoi has joined #harmattan | 18:00 | |
Arkenoi | how to get to the battery on n950? i remove screws first, but cover still does not go off, what next? | 18:01 |
X-Fade | Arkenoi: Why do you need to be in there? | 18:04 |
Arkenoi | i bricked it and seems that battery is dead, i want to charge it to try coldflashing | 18:04 |
MohammadAG | I thought it should charge fine as is | 18:05 |
pycage | X-Fade, hi, I removed a few bugs on the apps client | 18:05 |
X-Fade | Arkenoi: Use a usb cable to charge. | 18:05 |
Arkenoi | X-Fade: would i ask if it charged? it is completely bricked. | 18:05 |
X-Fade | Arkenoi: And start the flasher. It will charge your device before it flashes. (Needs 10%) | 18:05 |
Arkenoi | completely, i mean, it does not appear as usb device at all | 18:05 |
X-Fade | Arkenoi: I had that happen and when I left it in the flasher it charged and flashed it. | 18:06 |
Arkenoi | nor it did flash when it was recognised as "Nokia ROM" | 18:06 |
X-Fade | Arkenoi: But it did blip the led flash a few times. | 18:06 |
X-Fade | Ehm, the white led on the front I mean. | 18:06 |
X-Fade | pycage: Ah, did you find out the install issue? | 18:07 |
pycage | the check no longer hangs now | 18:07 |
pycage | i was able to install attitude e.g. | 18:07 |
X-Fade | pycage: Cool. | 18:07 |
pycage | some other stuff could not be installed because the packages must be in another repo | 18:08 |
Arkenoi | so i better try to get to the battery, it might help at least | 18:08 |
X-Fade | Yeah, not every app in Apps installs now anyway. Left over from some of our tests. | 18:08 |
pycage | I'm now trying to build on OBS, but OBS itself seems to have some issues atm | 18:08 |
X-Fade | Arkenoi: Yeah then you can charge it manually. | 18:08 |
X-Fade | pycage: Yeah, I just imported beta2. So it takes a while for that to sync over to meego.com. | 18:09 |
Arkenoi | i need to take the battery out and to use clip-on charger | 18:09 |
Arkenoi | and then try coldflashing | 18:09 |
pycage | X-Fade, ah, ok | 18:09 |
X-Fade | pycage: Did you fix the makefile generation? | 18:10 |
pycage | i hope so | 18:10 |
*** lardman is now known as lardman|gone | 18:10 | |
X-Fade | pycage: hehe, let's see :) | 18:10 |
*** aheinecke has quit IRC | 18:10 | |
pycage | version is displayed again in the packages list | 18:11 |
X-Fade | Ok, cool. | 18:11 |
pycage | that was my fault that it got lost :) | 18:11 |
X-Fade | pycage: hehe, that happens :) | 18:12 |
Arkenoi | so the question remains: how i take the cover off? | 18:12 |
*** niqt has quit IRC | 18:12 | |
pycage | Arkenoi, I don't think you're supposed to do that, though, since the N950 is property of Nokia and not your's actually ;) | 18:12 |
*** gri is now known as zz_gri | 18:13 | |
Arkenoi | pycage: i am pretty sure they won't blame me if i try that :-) | 18:13 |
X-Fade | I guess that is still fair use. | 18:13 |
kimju | Arkenoi, remove the screws, then start from the speaker corner, lastly the usb connector. note that the whole back cover comes off, not only the grooved part where the screws where | 18:13 |
berndhs | Arkenoi: torx 4 screwdriver I think | 18:13 |
DocScrutinizer | achipa considered removing and losing the screws a normal part of the unboxing procedure of N950 | 18:14 |
Arkenoi | i already unscrewed it | 18:14 |
*** djszapi has left #harmattan | 18:14 | |
Arkenoi | just afraid to apply any force to the cover as something might break | 18:14 |
DocScrutinizer | then open it next to speaker. See landing page as in /topic | 18:14 |
pycage | DocScrutinizer, lol :) | 18:14 |
pycage | good to know that | 18:14 |
kimju | it comes off quite easily, no excessive force required. | 18:14 |
DocScrutinizer | yes, but you need to start next to speaker, not in the middle | 18:15 |
Jaffa | pycage: Installed using your client? | 18:15 |
DocScrutinizer | both ends are part of the cover and come off as well | 18:15 |
pycage | Jaffa, yes | 18:15 |
Jaffa | pycage: Cool. What's the project page coordinating your installer / any screenshots yet? | 18:15 |
X-Fade | Jaffa: We're using your app as a test in Apps :) | 18:16 |
DocScrutinizer | Arkenoi: http://wiki.meego.com/Migrating_from_N900_to_N950#Hardware_related_bits | 18:16 |
X-Fade | Jaffa: But then again, it has always been one of the first apps :) | 18:16 |
*** CepiPerez has quit IRC | 18:16 | |
pycage | Jaffa, sorry, there are no screenshots yet, but we have a git repo for the code | 18:16 |
pycage | Jaffa, https://meego.gitorious.org/meego-applications/meego-apps-client | 18:16 |
X-Fade | pycage: I'll add some screenhots to the project. | 18:16 |
X-Fade | pycage: We need it to put the client in Apps anyway :D | 18:17 |
pycage | X-Fade, yeah :D | 18:17 |
DocScrutinizer | Arkenoi: but al that won't earn you anything regading battery charging as long as you don't own a external charger or compatible device or fresh batery | 18:18 |
X-Fade | pycage: Your app is now building. | 18:18 |
razvanpetru | like nokia dc-11 | 18:18 |
Arkenoi | DocScrutinizer: i am going to buy and external charger | 18:19 |
pycage | X-Fade, nice *crossing fingers* :) | 18:19 |
DocScrutinizer | Arkenoi: ok then, You managed to remove the back cover now? | 18:19 |
X-Fade | Arkenoi: 4V, 1A should be fine for a few minutes too ;) | 18:19 |
DocScrutinizer | Arkenoi: it's really easy when you know how to do it | 18:19 |
X-Fade | Arkenoi: If you have a lab powersupply. | 18:20 |
Arkenoi | DocScrutinizer: yep | 18:20 |
DocScrutinizer | X-Fade: lab PSU is usually way too "hard" | 18:20 |
DocScrutinizer | X-Fade: I.E. way too low impedance | 18:21 |
X-Fade | pycage: Very long madde paths still in there. | 18:22 |
DocScrutinizer | unless you have a PSU that doesn'T fold back but rather limits the max current and you can adjust that to 1A (or rather 750mA) | 18:22 |
Jaffa | X-Fade: Quite right :-) | 18:22 |
Arkenoi | i wonder why they made it the way it may get stuck in situation it cannot charge | 18:23 |
DocScrutinizer | usually lab PSU have a fold back characteristic that basically completely switches off output voltage when max current gets tripped | 18:23 |
X-Fade | Arkenoi: Normally if you leave it on regular usb it will do some emergency charging. | 18:24 |
*** CepiPerez has joined #harmattan | 18:24 | |
X-Fade | Arkenoi: Will still act dead, but in fact it charges. | 18:24 |
DocScrutinizer | yes | 18:24 |
DocScrutinizer | well, LED will shine, or even flash | 18:24 |
pycage | X-Fade, hmm, right. the Makefiles don't have to be there anyway since they're autogenerated by qmake :) | 18:24 |
X-Fade | pycage: But your qmake includepath or so is wrong. | 18:25 |
DocScrutinizer | afaik | 18:25 |
DocScrutinizer | not tested yet | 18:25 |
X-Fade | pycage: Should point to /usr/share/qt4/mkspecs/linux-g++/qmake.conf instead of /usr/lib/madde/linux-i686/sysroots/meego-core-ia32-madde-sysroot-1.2.0-fs/usr/share/qt4/mkspecs/linux-g++/qmake.conf | 18:25 |
Arkenoi | X-Fade: seems that it does not. i guess while it presented itself as "nokia ROM" there was some remaining charge and when it is gone it became completely deaf and dumb | 18:25 |
pycage | X-Fade, which file do you mean? | 18:26 |
DocScrutinizer | and, as X-Fade mentioned, plugging it to PC with flasher started will always initiate charging | 18:26 |
Arkenoi | i have no other explanation to the way it behaves | 18:26 |
X-Fade | pycage: Well, it shows now in attica. | 18:26 |
X-Fade | Arkenoi: Did you keep it in your pocket for a while and then tried charging? | 18:26 |
Arkenoi | DocScrutinizer: if it still shows up on USB, yes | 18:27 |
X-Fade | Arkenoi: Added warmth might just push it over the edge. | 18:27 |
DocScrutinizer | Arkenoi: err, what? shows up on USB? | 18:27 |
Arkenoi | X-Fade: yes | 18:27 |
X-Fade | Too bad. I guess you really have to do the hack thing then. | 18:27 |
Arkenoi | DocScrutinizer: as i mentioned before, it entered "completely dead" state after being detected as "Nokia ROM" which still refused cold flash for a while | 18:28 |
Arkenoi | before that it was detected as "Nokia update mode" and tried to flash | 18:28 |
DocScrutinizer | that's where flasher kicks in | 18:28 |
Arkenoi | failed with rootfs, though, complaining about certificates and stuff. | 18:28 |
DocScrutinizer | you may need that -charge-battery parameter | 18:29 |
Arkenoi | DocScrutinizer: now there is no "Nokia ROM", just nothing at all | 18:29 |
DocScrutinizer | o.O | 18:29 |
Arkenoi | when you plug it in there is no new device in USB | 18:29 |
DocScrutinizer | sorry "in USB" doesn't translate to any of my MMI on my PC | 18:30 |
Arkenoi | and i hope charging might help | 18:30 |
Arkenoi | huh? i just check dmesg to see if anything new appears, there is nothing | 18:30 |
*** zarlino has quit IRC | 18:31 | |
DocScrutinizer | if you say there's no log in your PC's syslog then I'd say you probably should get an external charger | 18:31 |
Arkenoi | bingo | 18:31 |
*** zarlino has joined #harmattan | 18:31 | |
Arkenoi | that's what i am trying to do :-) | 18:31 |
Arkenoi | DocScrutinizer: actually i still feel there is a bit of misdesign in the fact such a state is possible | 18:31 |
DocScrutinizer | though actually bat removal for 5 min might reset some hw to a state where it resumes emergency charging | 18:32 |
DocScrutinizer | Arkenoi: for sure | 18:32 |
*** divan has quit IRC | 18:32 | |
Arkenoi | hmm, worth trying :-) | 18:32 |
DocScrutinizer | this must not happen, ever | 18:32 |
DocScrutinizer | though, wait a minute | 18:33 |
DocScrutinizer | emergency charging works *only* with a Nokia conforming fastcharger | 18:33 |
DocScrutinizer | by detecting the D+- short | 18:33 |
*** dominikb has quit IRC | 18:33 | |
Arkenoi | DocScrutinizer: well, will try that better, thanks | 18:34 |
DocScrutinizer | yw | 18:34 |
*** druid23 has joined #harmattan | 18:34 | |
DocScrutinizer | come back report please | 18:34 |
*** pH5 has joined #harmattan | 18:35 | |
Arkenoi | wow, i got led lit | 18:35 |
DocScrutinizer | :-D | 18:35 |
DocScrutinizer | toldya | 18:35 |
Arkenoi | not blinking, just steady light | 18:35 |
DocScrutinizer | yup | 18:35 |
DocScrutinizer | that's emergency charging | 18:36 |
DocScrutinizer | when it starts to blink, this means CPU actually "booted" (something, probably NOLO) | 18:36 |
DocScrutinizer | shouldn't take too long until that | 18:37 |
*** piggz has quit IRC | 18:37 | |
DocScrutinizer | usually a few minutes max | 18:37 |
*** piggz has joined #harmattan | 18:37 | |
*** druid23 has quit IRC | 18:38 | |
DocScrutinizer | tha miracle of BQ24153 charger chip ;-) | 18:38 |
DocScrutinizer | does autonomous charging, without CPU supporting it | 18:39 |
DocScrutinizer | needs enable from USB PHY detecting D+- short though | 18:39 |
DocScrutinizer | once battery level reaches the threshold where CPU can come up, the system will boot, I.E. load NOLO | 18:40 |
DocScrutinizer | NOLO probably switches LED to flashing mode then, and continues to chage a bit more | 18:40 |
DocScrutinizer | eventually it tries to boot into linux | 18:40 |
Arkenoi | i was back to my n900 for two days | 18:41 |
Arkenoi | all woes of modest, microb and others | 18:41 |
DocScrutinizer | that one works exactly same way | 18:41 |
DocScrutinizer | regarding charging | 18:41 |
DocScrutinizer | so basically ~flatbatrecover applies to N950 as well | 18:42 |
DocScrutinizer | ~flatbatrecover | 18:42 |
infobot | Remove battery for 1 minute. Insert battery. Plug powered Nokia wallcharger to device. Watch steady amber. Let sit and charge. Do NOT try to boot. After 30 min, you got either a) a booted up N900, b) flashing amber which means you can boot, c) steady amber going off - in this case start over again with ~flatbatrecover | 18:42 |
DocScrutinizer | s/amber/white/ | 18:43 |
DocScrutinizer | bat removal dispensable, usually | 18:43 |
*** piggz has quit IRC | 18:44 | |
DocScrutinizer | Arkenoi: still no flashing amber err white? | 18:45 |
Arkenoi | yep | 18:45 |
DocScrutinizer | o.O | 18:45 |
Arkenoi | still constantly lit | 18:45 |
pycage | X-Fade, looking good now. I killed the unnecessary Makefiles | 18:46 |
DocScrutinizer | well, keep it | 18:46 |
rafael2k | djszapi: what deb tool? | 18:46 |
DocScrutinizer | it's charging | 18:46 |
DocScrutinizer | if you haven't killed your system so it won't boot up normally even on good battery, you will recover from flatbat flawlessly this way | 18:47 |
Arkenoi | i guess it is killed, so i need to coldflash probably | 18:48 |
DocScrutinizer | then you should snatch it as soon as constant white changes to flashing, or LCD lits up, and plug it to waiting flasher *immediately* | 18:49 |
rafael2k | people, is it possible to install a firmware older then mine, lets say beta2 which allows aegis in a relaxed mode? | 18:50 |
DocScrutinizer | as you only got like 60s until the main system trying to boot up will deplete battery again so much that CPU will stall | 18:50 |
DocScrutinizer | no charging on defect system, no flashing a clean system on discharged battery | 18:52 |
DocScrutinizer | deadlock | 18:52 |
DocScrutinizer | you got an extremly short window after emergency charging dfinished where you could use N950 flasher to make it continue charging | 18:53 |
Arkenoi | ok! says bettery is low and it is now charging (while trying to coldflash) | 18:53 |
DocScrutinizer | COOOĂ– | 18:54 |
Arkenoi | and i should retry in a few minutes | 18:54 |
DocScrutinizer | L | 18:54 |
Arkenoi | (led still does not blink but i guess it is ok) | 18:54 |
*** razvanpetru has left #harmattan | 18:54 | |
DocScrutinizer | yup | 18:54 |
rafael2k | DocScrutinizer: are you still using beta firmware? | 18:56 |
DocScrutinizer | 22-6 | 18:56 |
rafael2k | do you think it`s safe to re-flash to an older version (I'm with latest one)? | 18:57 |
DocScrutinizer | it allows me to do my hw investigation hacking | 18:57 |
DocScrutinizer | no, downgrading is not allowed | 18:57 |
rafael2k | no? | 18:57 |
rafael2k | oish | 18:57 |
DocScrutinizer | will defintely not work | 18:57 |
rafael2k | how dumb I was... | 18:58 |
rafael2k | :/ | 18:58 |
Arkenoi | waiting.. after a few minutes flasher still reports that battery is at 0% | 19:02 |
*** piggz has joined #harmattan | 19:02 | |
Arkenoi | after a few months with n950 going back to n900 is painful, despite the much better variety of software available | 19:03 |
Arkenoi | ah, ok, now it is 2% so it is really charging | 19:04 |
*** b00^portal has left #harmattan | 19:06 | |
DocScrutinizer | cool | 19:09 |
DocScrutinizer | you actually made it | 19:09 |
SpeedEvil | Arkenoi: :) | 19:10 |
DocScrutinizer | when exactly did you switch from wallcharger to PC+flasher? | 19:10 |
Lilltiger | Is there no Scratchbox for Windows? | 19:11 |
*** seif has quit IRC | 19:13 | |
DocScrutinizer | Lilltiger: all the ones that *don't* answer right now are probably those who use linux anyway and don't know about windows | 19:13 |
DocScrutinizer | :-) | 19:13 |
*** seif has joined #harmattan | 19:14 | |
Lilltiger | DocScrutinizer: I normaly use linux as well, just a bit in a gaming addiction right now :p | 19:14 |
MohammadAG | <Arkenoi> after a few months with n950 going back to n900 is painful, despite the much better variety of software available | 19:15 |
MohammadAG | believe me, you'll get used to it | 19:15 |
MohammadAG | I got an iPod to help | 19:15 |
MohammadAG | well, help understand how good the N900 is | 19:15 |
Lilltiger | But as noone seems to try out XBMC on the N9 i figured id do it myself.. but to lazy to boot back into linux to set stuff up | 19:16 |
*** rafael2k has quit IRC | 19:16 | |
Lilltiger | Also, do anyone know if there are some work being done on the media player used in the browser on the N9, because it crashes alot, and also cant play all stuff, like svt play mobile streams cant be watched on it. | 19:19 |
*** leinir has quit IRC | 19:19 | |
*** seif has quit IRC | 19:21 | |
*** seif has joined #harmattan | 19:21 | |
*** seif has quit IRC | 19:21 | |
Arkenoi | DocScrutinizer: i waited for led to dim, then tried flashing, it falied and i used -Owait-charging as it suggested | 19:23 |
*** seif has joined #harmattan | 19:24 | |
*** lmoura has quit IRC | 19:24 | |
*** seif has quit IRC | 19:26 | |
*** seif has joined #harmattan | 19:26 | |
*** seif has quit IRC | 19:26 | |
*** lmoura has joined #harmattan | 19:29 | |
mtd | anyone know if it's OK to change the tracker db from python/sqlite while tracker is running? | 19:30 |
*** rcg has quit IRC | 19:31 | |
radiofree | mtd: you mean using sparql? | 19:32 |
*** frinring has quit IRC | 19:32 | |
radiofree | ah, sorry, sqlite - wouldn't know for sure | 19:33 |
mtd | radiofree: sparql would be cool, too. I'm trying to play with the contacts (suggest merges & merge them) since I have tons of dupes | 19:34 |
*** seif has joined #harmattan | 19:35 | |
mtd | radiofree: mbarisione's N900 merge plugin is my inspiration | 19:35 |
radiofree | mtd: http://gitorious.org/+pymaemo-developers/harmattan-python/python-qtsparql | 19:35 |
mtd | radiofree: right now the graph aspects of the tracker db are perplexing me, in case you know of any good sources for that | 19:35 |
*** lmoura has quit IRC | 19:35 | |
mtd | radiofree: thanks, will check it out now | 19:35 |
radiofree | mtd: if you run messaging-ui with TRACKER_VERBOSITY=3 you can see the queries it uses | 19:38 |
radiofree | (in syslog) | 19:39 |
mtd | radiofree: cool, thanks for the tip | 19:39 |
mtd | radiofree: is there a good way to actually do that besides "killall messaging-ui ; TRACKER-VERBOSITY=3 messaging-ui"? | 19:40 |
mtd | radiofree: actually if I run the store with verbosity = 3 I see the queries too, IIRC | 19:40 |
*** druid23 has joined #harmattan | 19:40 | |
radiofree | mtd: you can also set it in ~/.config/tracker/tracker-store.cfg | 19:41 |
radiofree | mtd: erm, actually, it's probably more useful for you to do all that on contacts | 19:43 |
mtd | radiofree: yup, that's what I do now. I will look more closely at them. | 19:44 |
mtd | radiofree: sorry, I meant that in reference to the tracker-store.cfg | 19:44 |
mtd | radiofree: thanks for the tips. It's nice that I can watch this all myself, though I still find it hard to see the wood for the trees reading the cpp. | 19:45 |
mtd | (as opposed to the source being closed) | 19:45 |
*** druid23 has quit IRC | 19:45 | |
*** berndhs has left #harmattan | 19:45 | |
*** druid23 has joined #harmattan | 19:47 | |
*** sp3001 has joined #harmattan | 19:49 | |
*** lmoura has joined #harmattan | 19:49 | |
*** sp3001 has quit IRC | 19:50 | |
*** druid23 has quit IRC | 19:50 | |
Arkenoi | great! successfully unbricked and even found by data intact! now let's play with sowatch -- my metawatch arrived the same day i bricked the phone :-) | 19:53 |
ab | Arkenoi, that seemed to be my case as well -- it drained the battery to 0% while I attempted to flash | 19:54 |
ab | Arkenoi, once batter was up a bit, everything went fine. Though in my case even bootloader was missing | 19:54 |
*** seif has quit IRC | 19:55 | |
*** seif has joined #harmattan | 19:55 | |
*** seif has joined #harmattan | 19:56 | |
DocScrutinizer | hmmpf, seems newer PR versions have a bug in "Birthday" calendar | 19:58 |
rantom | Yep | 19:59 |
rantom | And a temporary fix: https://twitter.com/#!/alblurrow/status/128741511864139776 | 19:59 |
DocScrutinizer | Incredible Nokia is shipping N9 with this bug | 19:59 |
rantom | I've yet to test though, I'll try later probably with the N950 | 19:59 |
rantom | DocScrutinizer: Indeed | 19:59 |
rantom | I remember it working with beta1 | 20:00 |
rantom | frals: Thanks for the link | 20:00 |
DocScrutinizer | birthday calendar and esp notifications of pending birthday events and (missing) markup of birthday dates in calendar month view were worse enough in 22-6 | 20:00 |
DocScrutinizer | seems Nokia thought it was so bad they better remove it completely for later PR X-P | 20:01 |
rantom | :D | 20:01 |
DocScrutinizer | after all who would ever think to use his PDA/smartphone to keep track of firends' birthdays? | 20:02 |
rantom | DocScrutinizer: I googled about it and it turned out to be an issue in another Nokia phone too, I think it was E61? | 20:02 |
DocScrutinizer | shame on you, Nokia QA | 20:02 |
*** javispedro has joined #harmattan | 20:02 | |
Corsac | DocScrutinizer: I quite lack that on n900 I don't get a notification (for example at 12:00 on that day) | 20:03 |
rantom | That post was from 2010 so it's probably fixed by now | 20:03 |
DocScrutinizer | javispedro: hi! | 20:03 |
javispedro | helo | 20:03 |
DocScrutinizer | Corsac: seems my N900 works better than the HARM calendar at least | 20:04 |
DocScrutinizer | at very least I get a notice in my desktop widget there, together with all other pending events | 20:05 |
Corsac | yeah | 20:05 |
Corsac | but I'd appreciate the same notification as the other events | 20:06 |
*** [XeN] has joined #harmattan | 20:06 | |
DocScrutinizer | ok, no 'alram' - right | 20:06 |
Corsac | an alarm, I mean | 20:06 |
Corsac | yeah | 20:06 |
rantom | DocScrutinizer: http://discussions.nokia.co.uk/t5/Software-Updates/Contact-birthdays-in-calendar/td-p/155067 it's quite old but there was an issue apparently in 2007 and 2010 too | 20:06 |
DocScrutinizer | somebody must hate birthdays over in Finland | 20:06 |
MohammadAG | javispedro, can you have the FM Radio Qt lib ready when I get my N950? :P | 20:07 |
javispedro | my plan was to try and do it this weekend, as I have some holiday on monday | 20:07 |
DocScrutinizer | WHEN you get... | 20:07 |
MohammadAG | javispedro, no rush | 20:07 |
MohammadAG | when I get my N950 is like, when PR1.4 is out | 20:07 |
DocScrutinizer | yeah, no rush. It will get clearance delay for another 3 months ;-P | 20:08 |
javispedro | by PR1.4, aegis will disallow use of X11 by apps | 20:08 |
MohammadAG | I still have hope it'll be delivered on Monday | 20:08 |
MohammadAG | javispedro, N900's PR1.4 :p | 20:08 |
javispedro | who wants to bet which one is more probable? ;P | 20:08 |
DocScrutinizer | javispedro: please review johnwil's sms-cb work for compliance with CSSU, comments appreciated | 20:09 |
*** spenap has joined #harmattan | 20:11 | |
spenap | pH5, ping? | 20:13 |
*** T_UNIX has quit IRC | 20:13 | |
pH5 | spenap, hej | 20:15 |
spenap | pH5, about the fast scroll component | 20:15 |
spenap | is it possible to make it anchor in other place than the top of the page? | 20:15 |
pH5 | spenap, yes. the component should be changed to anchors.fill:listView instead of anchors.fill:parent | 20:17 |
*** seif has quit IRC | 20:17 | |
vadimq | hmm, what's a good place where to buy a N9? I'm in Spain, and AFAIK it's not sold here | 20:18 |
spenap | vadimq, Portugal? | 20:18 |
spenap | expansys also sells it | 20:18 |
pH5 | and if your Page has margins, set the bottomMargin of whatever is above the listView to the same. | 20:18 |
spenap | pH5, I'm checking it | 20:19 |
*** piggz has quit IRC | 20:19 | |
vadimq | and to top it off, Nokia closed the online shop. Wow. In freaking 2011, I have to haul my ass to a physical shop | 20:19 |
spenap | yes, pH5, anchoring to fill listView works perfectly :) | 20:19 |
vadimq | spenap: thanks, will check | 20:19 |
SpeedEvil | vadimq: :/ | 20:19 |
pH5 | great | 20:19 |
SpeedEvil | It's deeply annoying when that happens. | 20:20 |
*** seif has joined #harmattan | 20:20 | |
*** fuz_ has quit IRC | 20:21 | |
*** lardman has joined #harmattan | 20:22 | |
*** fuz_ has joined #harmattan | 20:26 | |
Arkenoi | is it normal that metawatch does not sync time with the host? | 20:27 |
DocScrutinizer | err you're on tab too low in my chantab list ;-P | 20:28 |
DocScrutinizer | one* | 20:28 |
*** lamikr has quit IRC | 20:28 | |
DocScrutinizer | /join #metawatch :-) | 20:29 |
javispedro | Arkenoi: are you talking about subminute precision, or larger? | 20:29 |
Arkenoi | javis: i just did not set up time on the watch and it shows something completely different | 20:30 |
javispedro | :S | 20:30 |
javispedro | are you using my software, or what do you mean? | 20:30 |
GeneralAntilles | So, you have to completely unmount and disassemble modern microwaves to replace a stupid halogen bulb? | 20:31 |
GeneralAntilles | WTF | 20:32 |
RST38h | mooo javispedro | 20:32 |
DocScrutinizer | LOL | 20:32 |
RST38h | Any QML developers? | 20:32 |
javispedro | helo RST38h | 20:32 |
* RST38h has hit a wall with QML and is considering dropping it | 20:32 | |
DocScrutinizer | GeneralAntilles: actually something I planned to do since ages - disassemble a microwave oven to see what's realy inside | 20:32 |
spenap | RST38h, while you can ask here, I bet you'll have more luck in #qt-qml | 20:33 |
RST38h | nah, I do not want qml ideologues | 20:33 |
GeneralAntilles | RST38h, what sort of wall? | 20:33 |
RST38h | I need to solve a specific harmattan related problem | 20:33 |
javispedro | DocScrutinizer: you'll let the magic fairies out! | 20:33 |
RST38h | General: QML import statement requires you to specify package version | 20:33 |
DocScrutinizer | \o/ | 20:33 |
khertan | RST38h: i ve hit several wall with QML and currently trying html5/js | 20:33 |
DocScrutinizer | magic fairies in my flat | 20:33 |
RST38h | General:Out N950 have got Qt.labs.components 1.1, while N9s got 1.0 | 20:34 |
RST38h | General: So, I can either release packages that work on N9s but fail on N950s, or the vice versa | 20:34 |
khertan | RST38h: while qml while are higher, there are most smaller html5 wall | 20:34 |
MohammadAG | GeneralAntilles, can't you just put a watercooling pipe in the microwave? | 20:35 |
RST38h | khertan: again, not giving a flying fuck about ideology ofthe whole thing. as far as I am concerned, it should have been QWidgets all along | 20:35 |
khertan | RST38h: you should use only Rectangle, Button, and image .... it s qml | 20:35 |
MohammadAG | replace the water with something that glows when heated | 20:35 |
RST38h | khertan: and what am I supposed to do with rectangle button and image? | 20:35 |
khertan | RST38h: an powerfull application :) | 20:35 |
spenap | lol | 20:35 |
GeneralAntilles | RST38h, shouldn't that be fixed with PR1.1? | 20:36 |
RST38h | Doc: They finally started adding PCP to the water supply in Germany? | 20:36 |
khertan | RST38h: make a choice, immature QML, or depecrated and unthemed QWidget :) | 20:36 |
RST38h | General: it got broken by PR 1.1 | 20:36 |
MohammadAG | or best of both worlds MTF | 20:36 |
RST38h | General: Because N9s have not got PR 1.1, they got PR 1.0 | 20:36 |
MohammadAG | QWidget is NOT FUCKING deprecated | 20:36 |
MohammadAG | sorry, but people keep saying it is | 20:36 |
RST38h | khertan: QWidget. | 20:36 |
khertan | MohammadAG: or deprecated mtf without binding :) | 20:36 |
DocScrutinizer | MohammadAG: HAHA good point. Yeah GeneralAntilles why don't you just stick a neon light into the microwave, with 2 stripes of scotchtape? | 20:36 |
RST38h | Mohammad: that is their new marketing pitch | 20:37 |
khertan | MohammadAG: yeah sorry qwidget is unthemed not deprecated :) | 20:37 |
MohammadAG | khertan, no offense, fuck python :p | 20:37 |
khertan | s/without/ without python binding | 20:37 |
Arkenoi | javispedro: yours, is there any other? | 20:37 |
MohammadAG | it's the slowest thing since toasters that made sliced bread good | 20:37 |
Arkenoi | actually looks like it does not communicate at all | 20:37 |
RST38h | MTF does look like the best choice for harmattan development | 20:37 |
Arkenoi | i paired and set up config | 20:37 |
khertan | MohammadAG: yeah ... lol this is because you don't know how to program in python | 20:37 |
khertan | :) | 20:37 |
MohammadAG | not really | 20:37 |
MohammadAG | it's cause I know C/C++ :p | 20:38 |
Arkenoi | then started the app and selected "start service" from the menu | 20:38 |
javispedro | Arkenoi: from what you ware talking I thought you were talking to the watch using the raw protocol or similar =) | 20:38 |
Arkenoi | but looks like nothing happens | 20:38 |
* RST38h decides to give #qt-qml a try, even if for trolling purposes only | 20:38 | |
khertan | the concept is do most of thing in libs which are c/c++ libs | 20:38 |
MohammadAG | RST38h, one way is | 20:38 |
javispedro | Arkenoi: you have to write a configuration file | 20:38 |
MohammadAG | provide a C++ plugin | 20:38 |
MohammadAG | if on N9, do this | 20:38 |
MohammadAG | if on N950, do that | 20:38 |
khertan | RST38h: good luck with #qt-qml | 20:38 |
MohammadAG | make it return a bool and import accordingly | 20:38 |
MohammadAG | good luck with #qt* in general | 20:39 |
javispedro | Arkenoi: see https://gitorious.org/sowatch/pages/Home | 20:39 |
RST38h | Asked. Waiting for the fun to begin. | 20:39 |
khertan | RST38h: i'm not sure but 4.8 give conditionnal qml import | 20:39 |
khertan | it s maybe qt5.0 | 20:39 |
khertan | not sure | 20:39 |
MohammadAG | 4.8 is not that big of a change | 20:39 |
khertan | MohammadAG: but there is small improvement on qml | 20:39 |
Arkenoi | javispedro: that's exactly what i did: paried, edited the config and started the app | 20:40 |
javispedro | Arkenoi: so are you sure the MAC on the config file is correct? ;) | 20:40 |
Arkenoi | i still see old watch homescreen with bt address and firmware revision | 20:40 |
RST38h | Actually, I have got an idea | 20:40 |
Arkenoi | yep, double checked it | 20:40 |
khertan | RST38h: are you using only qml ? or does there is a c part ? | 20:40 |
javispedro | Arkenoi: in which case, open a ssh session to the device, run /opt/sowatch/bin/sowatchd and hit me with the log | 20:40 |
RST38h | WHY NOT INCLUDE BOTH PACKAGES? =) | 20:40 |
javispedro | RST38h: that's how I thought it was supposed to be | 20:41 |
khertan | RST38h: can you not write dynamically the import part in qml root object ? | 20:41 |
javispedro | I mean, this entire import package version thing is OBVIOUSLY done to allow including both packages | 20:41 |
Arkenoi | javispedro: as user or as root? | 20:41 |
javispedro | the fact that they didn't smells as a fsck-up | 20:41 |
RST38h | javispedro: bonk. bonk. bonk. | 20:41 |
javispedro | Arkenoi: user is fine | 20:41 |
* RST38h hits his head at the wall | 20:41 | |
* MohammadAG whispers seductively, MTF, MTF, MTF | 20:42 | |
Arkenoi | javispedro: says it loaded watchlets and everything it fine, but exactly at the moment i ran it watch screen went blank | 20:42 |
javispedro | Arkenoi: you have a digital or analog watch? | 20:42 |
RST38h | Mohammad: WIll have to spend at least a week moving to MTF especially considering that MTF is completely incompatible with QWidgets | 20:42 |
Arkenoi | digital | 20:42 |
javispedro | Arkenoi: is it still blank? | 20:42 |
Arkenoi | iirc analog is unsupported anyway | 20:42 |
MohammadAG | RST38h, what app is this? | 20:43 |
Arkenoi | yes | 20:43 |
javispedro | Arkenoi: oh, send me the log | 20:43 |
RST38h | Ok, #qt-qml is not very helpful | 20:43 |
MohammadAG | moving from QWidget to MTF is piss easy | 20:43 |
Arkenoi | will try to reboot the watch | 20:43 |
RST38h | Mohammad: EMULib | 20:43 |
MohammadAG | RST38h, you have the same underlying code | 20:43 |
MohammadAG | you just need to add the widget code again | 20:43 |
javispedro | RST38h: MTF does have its own shared of weirdness, but I enjoyed the fact that is C++, and I also had a bit of experience with QGraphicsView | 20:44 |
Arkenoi | http://pastebin.com/6xpsrK0L | 20:44 |
RST38h | Mohammad: the whole config ui is in the freaking QML | 20:44 |
Arkenoi | handling 0 watches is suspicious | 20:44 |
RST38h | Mohammad: Have to rewrite all that | 20:44 |
MohammadAG | RST38h, change it to MTF | 20:44 |
khertan | RST38h: http://confusingdevelopers.wordpress.com/2011/05/03/qml-how-to-not-crash-if-qtmobility-location-is-not-available/ <<< could interest you | 20:44 |
MohammadAG | tell you what | 20:44 |
MohammadAG | RST38h, point me at the code | 20:44 |
javispedro | Arkenoi: very, can you pastebin the config file? | 20:44 |
RST38h | Mohammad: Furthermore, have to rewrite app startup,event handling, etc | 20:44 |
khertan | RST38h: nice work arround for import if plugin not available in the qml scope | 20:44 |
Arkenoi | javispedro: it is exact copypaste of yours except the mac address | 20:44 |
javispedro | Arkenoi: 0 watches means it didn't even try to connect... no idea why your screen when white. | 20:44 |
Arkenoi | may be just coincidence | 20:45 |
javispedro | Arkenoi: something is wrong, filename is wrong, path is wrong.. | 20:45 |
Arkenoi | ~/.config/sowatch | 20:45 |
javispedro | ~/.config/sowatch/sowatchd.conf | 20:45 |
RST38h | khertan: thanks =) | 20:46 |
khertan | :) | 20:46 |
Arkenoi | ah. i am idiot | 20:46 |
Arkenoi | will fix and try again | 20:46 |
khertan | RST38h: i hope one day i ll found a workarround for syntax hilighting text in qml | 20:46 |
DocScrutinizer | javispedro: Arkenoi: concurrent instances running? | 20:46 |
khertan | instead of doing it in qgraphicproxywidget which have many glitches | 20:47 |
DocScrutinizer | ps aux|grep sowa | 20:47 |
javispedro | DocScrutinizer: would show something different | 20:47 |
*** leinir has joined #harmattan | 20:47 | |
*** leinir has joined #harmattan | 20:47 | |
Arkenoi | works, great | 20:47 |
javispedro | such as "Unknown bluetooth error" ;P | 20:47 |
javispedro | so screen went white means you are getting out of battery ;P | 20:48 |
javispedro | s/getting/running | 20:48 |
javispedro | note: battery metter you can see by hitting topright button shows _phone_ battery, not watch. | 20:49 |
Arkenoi | hmm | 20:50 |
Arkenoi | is there watch battery meter? | 20:50 |
MohammadAG | javispedro, would be nice if the watch could vibrate on phone app gone crazy | 20:50 |
MohammadAG | another thing | 20:50 |
MohammadAG | does sowatch work on the N900? | 20:51 |
MohammadAG | I need a metawatch :/ | 20:51 |
javispedro | MohammadAG: with Qt Mob 1.2, it could work | 20:51 |
javispedro | achipa was porting qtm 1.2... | 20:51 |
javispedro | of course, one would need to write a way to get notifications on the n950.. | 20:51 |
javispedro | *n900 | 20:51 |
MohammadAG | we have that | 20:52 |
javispedro | Arkenoi: currently, there's an ugly way which goes like a) disable/kill sowatch b) hit topleft button c) read battery voltage on screen and do the math d ) restart sowatch | 20:52 |
MohammadAG | I'm not sure I should buy the metawatch just because of my recent lost N950 issue | 20:52 |
MohammadAG | wonder if shops sell this thing | 20:52 |
javispedro | you'd do better to solve the n950 thing first.. | 20:52 |
MohammadAG | I can't do anything except wait till Sunday | 20:53 |
Arkenoi | javispedro: what is "proper" voltage for it? | 20:53 |
MohammadAG | but I don't feel like doing the same thing for the watch | 20:53 |
javispedro | MohammadAG: and by the way, my commiserations | 20:53 |
*** KaziKluBey has quit IRC | 20:53 | |
MohammadAG | your ammunition may be more useful :P | 20:54 |
javispedro | Arkenoi: around 4.1v charged, around 3.5 it cuts off bluetooth | 20:54 |
*** tbf has quit IRC | 20:55 | |
RST38h | Ok, including BOTH packages | 20:56 |
javispedro | MohammadAG: I'd send you my tazer, but then they'd "lose" it | 20:57 |
*** pH5 has quit IRC | 20:57 | |
*** NIN101 has quit IRC | 20:58 | |
RST38h | javispedro: send him 5kg of flour in an arabic-marked package | 20:59 |
RST38h | just to be sure, make several holes in the package with a needle | 20:59 |
MohammadAG | javispedro, send a vibrator, I'd like to see them lose that somewhere | 21:00 |
RST38h | They WILL | 21:00 |
Arkenoi | javispedro: quite strange, shows 4.199 but goes off sponaneously after being disconnected from the clip :-( may be i got a faulty one :-( | 21:02 |
javispedro | Arkenoi: :( | 21:02 |
javispedro | Arkenoi: have you tried reflashing it? | 21:03 |
*** NIN101 has joined #harmattan | 21:03 | |
Arkenoi | not yet | 21:03 |
*** hardaker2 has quit IRC | 21:04 | |
*** pycage has quit IRC | 21:04 | |
*** TSCHAKeee has quit IRC | 21:08 | |
*** TSCHAKeee has joined #harmattan | 21:11 | |
Arkenoi | ah. i think the reason was clip contact was poor, and 4.199 was to mean value while plugged in to charger | 21:15 |
javispedro | that's not the case, usually. | 21:17 |
*** pH5 has joined #harmattan | 21:18 | |
*** javispedro has quit IRC | 21:20 | |
*** ajalkane has joined #harmattan | 21:25 | |
ajalkane | Hi... can't register as a publisher to Nokia Store. That's annoying. Anyone have that working in recent days? | 21:26 |
ajalkane | Getting "The website encountered an error while retrieving https://publish.ovi.com/register/approve_payment_terms. It may be down for maintenance or configured incorrectly." | 21:27 |
* RST38h sighs at Android | 21:27 | |
RST38h | On the other hand, it is less of a clusterfuck than QML. | 21:27 |
* MohammadAG shouts MTF | 21:28 | |
flux | has someone packaged rsync for n9(50)? | 21:28 |
MohammadAG | probably, on rzr's repo | 21:28 |
flux | which would be.. ? | 21:28 |
MohammadAG | http://forum.meego.com/showthread.php?t=4218 | 21:28 |
flux | thank you. | 21:29 |
RST38h | The Guardian: HP shutdown of webOS division said to be 'imminent' | 21:30 |
*** Arkenoi has quit IRC | 21:30 | |
RST38h | javispedro: and to add insult to the injury, they are experimenting with Win8 on the same WebOS tablet hw | 21:30 |
*** Arkenoi has joined #harmattan | 21:31 | |
ajalkane | Good thing Ari Jaaksi continued WebOS development full steam ahead | 21:31 |
RST38h | Where is he now? | 21:31 |
*** harbaum has joined #harmattan | 21:31 | |
ajalkane | I think his steam has not ran out yet | 21:31 |
flux | interestingly its version of rsync depends on base-files (>= 4.0.1) but 3.1.osso2+3.1.10.osso45+0m6 is to be installed | 21:31 |
flux | so I guess those are compiled for n950 | 21:31 |
* ajalkane checks Jaaksi's last twitter update | 21:31 | |
flux | I sort of doubt that kind of depedency reaaaally exists in rsync | 21:31 |
flux | (hm, maybe its daemon support needs to do something for that, then) | 21:32 |
* ieatlint wonders if we'll ever see nfc fully working on the n9 | 21:34 | |
flux | well, it was worth the try | 21:34 |
flux | infobot, how does it not work fully? | 21:34 |
flux | (ieatlint :)) | 21:34 |
*** javispedro has joined #harmattan | 21:34 | |
ieatlint | http://doc.qt.nokia.com/qtmobility-1.2/connectivity-api.html#known-issues-and-limitations | 21:35 |
ieatlint | specifically the NFC subsection | 21:35 |
RST38h | javispedro: "The Guardian: HP shutdown of webOS division said to be 'imminent'" | 21:35 |
ieatlint | no tag type specific action significantly reduces what can be done | 21:36 |
javispedro | RST38h: was all written in stone since the apothecalypse | 21:36 |
RST38h | javispedro:and I guess they are not open sourcing it. a valuable asset like that cannot be open sourced, better squander it | 21:36 |
flux | ieatlint, hey, at least we get the magic levels for angry birds! | 21:36 |
ieatlint | yeah, basic llcp works alright | 21:38 |
ieatlint | but it's slower to initiate a connection than symbian, and with tag read/write, it's slow and unintuitive | 21:39 |
javispedro | RST38h: considering they have already "scorched" the tablet market for a while with the $100 touchpad, I really don't see why they couldn't opensource it. | 21:39 |
javispedro | but of course, not gonna happen. | 21:39 |
javispedro | that's the final destination of icd2 and some of the other components of maemo. nearest garbage can. | 21:40 |
* javispedro sighs. | 21:40 | |
ieatlint | hold a tag up, it vibrates, plays a jingle and shows a blue ribbon to say it was read -- but for application access, that means the read/write operation just begain, not ended, so if you remove the tag then, the read/write fails | 21:40 |
RST38h | javispedro: That is because you think like an engineer, not like a manager =) | 21:41 |
javispedro | hey, I appreciate the compliment :) | 21:42 |
ieatlint | they might not be able to opensource it | 21:43 |
ieatlint | it runs a propriatery commercial version of qt, for instance | 21:43 |
* RST38h still wonder where Ari Jaaksi is. Is he off to RiM now? =) | 21:43 | |
javispedro | ieatlint: totally a roadblock | 21:43 |
javispedro | you might want to argue that it is like scorching the earth if they ever want to enter the market again, or similar stuff... | 21:44 |
ieatlint | it is when it suddenly becomes a licencing discussion, and requires engineers to rework things to make it releasable | 21:44 |
ieatlint | suddenly it's pushing more money into a project that you've already killed off with no returns to shareholders for releasing it | 21:45 |
RST38h | javispedro: I doubt the word "want" is applicable to their current management | 21:45 |
ieatlint | but yeah, i have a $150 touchpad courtesy of hp here :) | 21:45 |
RST38h | javispedro: "likely to", "forced to", "might" are all better choices | 21:45 |
javispedro | noone is saying to build a "complete product" | 21:45 |
ieatlint | it's as slow as they say, but it has a couple swiping gestures reminiscent of meego | 21:46 |
javispedro | but there's a shitload of stuff that's fully developing inhouse, that's even already cleanup for public scrunity (e.g. because it was supposed to be a public API), and it's going to the dump. | 21:47 |
javispedro | *developed | 21:47 |
* RST38h once again sadly notes that he world needs gnome for mobiles | 21:47 | |
RST38h | and ubuntu for mobiles too | 21:47 |
javispedro | RST38h: did you pust gnome in a good light? | 21:48 |
javispedro | you must be in certain good mood! ;P | 21:48 |
ieatlint | and solaris with twm for mobiles | 21:49 |
RST38h | javispedro: I mean, Gnome before gnomes went bonkers | 21:50 |
RST38h | javispedro: i.e. something intuitive and pleasant to use as opposed to their puny attempts to copy Hildon Desktop on 24"+ screens | 21:51 |
SpeedEvil | I've come up with a theory. | 21:51 |
SpeedEvil | The latest developments in UI design are all because the leaders of UI projects of old are going blind. | 21:51 |
SpeedEvil | And needing bigger fonts. | 21:51 |
SpeedEvil | They're also shaky, so can't hit little buttons. | 21:51 |
RST38h | SpeedEvil: GOOOOD guess | 21:51 |
RST38h | SpeedEvil: and senile two,can't handle more than one window at a time | 21:52 |
GeneralAntilles | Death to the Boomers | 21:52 |
javispedro | and with reduced mouse precision and/or agility | 21:52 |
RST38h | hence the switch from desktop metaphor to the huge task switcher | 21:52 |
javispedro | otherwise can't explain the giant margins | 21:52 |
*** crevetor has joined #harmattan | 21:54 | |
SpeedEvil | Stiff necks - can't move up and down -> widescreen | 21:54 |
*** zarlino has quit IRC | 21:54 | |
GeneralAntilles | SpeedEvil, time to write your thesis | 21:57 |
RST38h | SpeedEvil: Ok I have got a question | 21:58 |
RST38h | SpeedEvil: In terms of your aging theory, how do you explain their idea of moving from Gnome Desktop to Gnome OS? | 21:58 |
SpeedEvil | Large amounts of LSD. | 21:59 |
javispedro | RST38h: Blame lennart. | 21:59 |
RST38h | javispedro: But of course | 22:00 |
*** pH5 has quit IRC | 22:00 | |
RST38h | javispedro: Pretty much the only reason for this thing I could find online is his systemd becoming Gnome's dependancy | 22:00 |
javispedro | Either way, not that I am much worried, I've already made my first xfce4 panel applet, to be used as soon as gentoo pushes me gnome3. | 22:01 |
javispedro | it was also way easier than the way gnome did it... which is best described as "you are not going to understand it, just copy the boilerplate". | 22:02 |
RST38h | OMG | 22:04 |
javispedro | I love how they talk about the customization features of gnome-shell, than you can even write plugins in javascript... but if you want to do something that actually changes something functionally instead of recoloring things, like, say, a global menu bar, ... | 22:05 |
RST38h | javispedro: Well, C++ is another object of their mysterious hate, somewhere between users and Linus Torvalds | 22:05 |
*** rcg2 has joined #harmattan | 22:05 | |
javispedro | RST38h: there are enough reasons to hate C++, so I won't argue with that... | 22:06 |
RST38h | javispedro: not when you compare it to GObject model though... | 22:08 |
*** zarlino has joined #harmattan | 22:09 | |
*** bugzy has quit IRC | 22:15 | |
javispedro | I've been pondering learning perl as of late. | 22:18 |
*** druid23 has joined #harmattan | 22:20 | |
*** KaziKluBey has joined #harmattan | 22:21 | |
RST38h | javispedro: Latest research (by British scientists (tm)) has shown that PERL is about as efficient to program in as a language with random syntax. | 22:21 |
ajalkane | Ruby is a bit like Perl but with sensible syntax. I had to learn Perl for work, and Ruby I learned for fun. It has the better aspects of Perl with good OO syntax. | 22:22 |
javispedro | thing is that I made a small parsing script in Perl in about a few minutes despite having to look it up whether it was "print" or "echo" | 22:22 |
javispedro | less time it would have taken me to look up the name of the regular expressions module in python =) | 22:22 |
ajalkane | Perl is really good for few line scripts just like that | 22:23 |
* SpeedEvil loves awk. | 22:23 | |
ajalkane | I was just about to say that with Perl you can forget about awk :) | 22:24 |
RST38h | wait until you find about // =) | 22:24 |
*** druid23 has quit IRC | 22:24 | |
M4rtinK | what about Python ? :) | 22:24 |
ajalkane | If you know perl then you don't have to know awk and sed. Although I still prefer sed for some things. But those things would be easily doable with perl too. | 22:25 |
*** KaziKluBey has quit IRC | 22:25 | |
javispedro | (anecdote: I made my original remark about wanting to learn perl because I was writing a sed snippet) | 22:25 |
ajalkane | Python is nice... Ruby and Python are IMO equally good for a bit larget programs. I just like Ruby more, something about Python rubs me the wrong way. | 22:26 |
javispedro | btb | 22:27 |
javispedro | *brb :P | 22:27 |
*** javispedro has quit IRC | 22:27 | |
*** hardaker2 has joined #harmattan | 22:32 | |
RST38h | Meanwhile: TSA has always intended to expand beyond the confines of airport terminals. Its agents have been conducting more and more surprise groping sessions for women, children and the elderly in locations that have nothing to do with aviation. | 22:32 |
RST38h | Federally approved pedobears galore. | 22:32 |
* Arkenoi still does not understand why n950 has nfc castrated out | 22:36 | |
*** andre__ has quit IRC | 22:37 | |
RST38h | Mghm | 22:40 |
RST38h | "PHABLET" (C)Engadget | 22:40 |
*** TSCHAKeee has quit IRC | 22:42 | |
GeneralAntilles | RST38h, clearly they can only be responsible if we give them MOAR POWAR | 22:49 |
ajalkane | Who needs NFC... We have Forever Alone for that. | 22:49 |
ieatlint | i need NFC | 22:51 |
ajalkane | Just use Forever Alone. Bug status: WON'T FIX | 22:52 |
ieatlint | hippies aren't as afraid of cell phone radiation these days, i need to show them my phone produces more kinds | 22:52 |
*** miroslav has joined #harmattan | 22:54 | |
miroslav | Heya | 22:54 |
miroslav | Is this where all the people hang out that got a N9 at the Qt DevDays? :-) | 22:55 |
* ieatlint stabs miroslav with a red dot | 22:55 | |
mgedmin | sniper! duck! | 22:56 |
miroslav | urgh | 22:56 |
* miroslav is dead :-| | 22:56 | |
mgedmin | quick, grab his N9! | 22:57 |
miroslav | Dammit, where is it? | 22:57 |
* mgedmin already got one, at the Vienna Hackathon | 22:57 | |
miroslav | Yo. I have a question. I have a N9 and a N950, and I cannot enable developer mode on any of them | 22:58 |
ieatlint | what happens when you try? | 22:58 |
miroslav | It asks to download packages, then for additional dependencies, which I confirm. I then get "Can't complete the download… Try again?" | 22:58 |
miroslav | Got the same on 3g network and on WiFi. Internet is working otherwise. | 22:59 |
miroslav | Any ideas? | 23:00 |
jabis | with 950 that shouldn't be a prob as you can download the package using terminal (or so I heard) but with N9 it's useless since the devmode installs terminal & sshd | 23:00 |
svuorela | if(miroslav) { fail_install(); } | 23:00 |
petteri | nokia's server are not reachable for some reason (down or not available at your location (syria)) | 23:00 |
miroslav | svuorela: No shit :-) | 23:01 |
miroslav | petteri: I am in Germany, | 23:01 |
miroslav | jabis: Of course the N950 does not have Terminal installed, since it came with the final software. | 23:01 |
jabis | I thought that terminal was preinstalled in 950 and you only needed to enable developer-mode in N9 for it - gee - I really shouldda gotten one -.- | 23:03 |
ajalkane | miroslav: I had the same issue on N950 when trying to install the individual modules. But did you manage to activate the developer mode? | 23:03 |
miroslav | jabis: That was the case until the latest software version. | 23:03 |
ajalkane | After activating developer mode I had to try hitting Install many times before it started working | 23:03 |
miroslav | ajalkane: No, that is the problem. It always goes back to where it was before. | 23:03 |
ajalkane | Maybe it's the same problem. How long have you tried? | 23:04 |
ajalkane | Try doing it again and again in the span of couple of days :) | 23:04 |
ajalkane | Then contact nokia support if it still doesn't work | 23:05 |
miroslav | ok | 23:05 |
jabis | ping the repo with your desktop to see the packet loss of your connection | 23:05 |
miroslav | I will let it retry a million times :-) | 23:05 |
ajalkane | That's the spirit | 23:05 |
ajalkane | Too bad it can't be scripted | 23:05 |
miroslav | What is the repo location? | 23:06 |
*** CepiPerez has quit IRC | 23:06 | |
*** etrunko has quit IRC | 23:06 | |
*** zarlino has quit IRC | 23:06 | |
miroslav | Also, how can I trigger the OTA update? The phones are running 34-1, that is outdated, correct? | 23:07 |
mgedmin | settings -> manage apps -> update tab at the bottom | 23:08 |
ajalkane | miroslav: Go to Settings -> Applications -> Manage Applications -> Update | 23:08 |
mgedmin | the repository is at https://downloads.maemo.nokia.com | 23:08 |
*** messerting has joined #harmattan | 23:08 | |
mgedmin | (according to apt-cache policy meego-terminal on my n9 anyway) | 23:09 |
miroslav | Hehe, and just this second the N950 suggested a device update :-) | 23:09 |
jabis | downloads.maemo.nokia.com is the server | 23:09 |
jabis | *too late* | 23:09 |
mgedmin | the one-click flasher is at http://harmattan-dev.nokia.com/release/N950-39-5/ | 23:09 |
mgedmin | in case OTA fails to work (like it did on my n950) | 23:09 |
miroslav | Ok, thanks. | 23:10 |
miroslav | The N950 is updating now. | 23:10 |
jabis | remember that N9 doesn't have anything to flash against (at least yet) | 23:10 |
jabis | *re-flash* | 23:10 |
jabis | so if you brick it - you'll have a waiting game at hand | 23:10 |
miroslav | Ok, cross your fingers :-) | 23:12 |
miroslav | BIAB | 23:12 |
*** zarlino has joined #harmattan | 23:12 | |
jabis | them bravehearts :D | 23:13 |
ajalkane | I read that there's a flasher for N9 using navifirm. I know nothing about that so no more comments about it | 23:14 |
jabis | there's a 34-1 image there, but try to flash an older one -.- | 23:15 |
*** NIN101 has quit IRC | 23:15 | |
*** NIN101 has joined #harmattan | 23:15 | |
* RST38h solved the problem | 23:15 | |
*** rcg2 has quit IRC | 23:16 | |
*** rm_work has quit IRC | 23:18 | |
jabis | RST38h: which prob? | 23:20 |
ab | Arkenoi, the NFC chip was not ready by the time N950 hw was fixed in stone, maybe? | 23:23 |
miroslav | Interesting, "https://downloads.maemo.nokia.com/" give me an "Access Denied", that might explain why enabling developer mode failed. But why the error? | 23:24 |
petteri | i get also access denied | 23:25 |
jabis | PING downloads.maemo.nokia.com (2.21.195.200): 56 data bytes | 23:25 |
jabis | 64 bytes from 2.21.195.200: seq=0 ttl=57 time=203.124 ms | 23:25 |
ajalkane | Access deniee | 23:25 |
ajalkane | d as far as I understand is normal | 23:25 |
miroslav | Should that work, or are the devices connecting differently than a regular web browser? | 23:25 |
ajalkane | it doesn't allow normal http browsing | 23:25 |
jabis | I said PING it :) | 23:26 |
miroslav | I see | 23:26 |
jabis | open up cmd/terminal and type "ping downloads.maemo.nokia.com" without quotes ofc | 23:26 |
miroslav | Yo, that works. | 23:26 |
frals | you need user/pass to access it afaik | 23:27 |
miroslav | MeeGo Update working, it is at 2% now. Holding my breath. | 23:27 |
jabis | the time is of an essence here - if it takes too long to get a grasp of the server N9 surely gives up in due manner | 23:27 |
ieatlint | i bet the issue will be fixed after the update | 23:27 |
ajalkane | miroslav: I don't recommend holding your breath. You'll die before it's finished. | 23:27 |
ieatlint | perhaps the dev mode packages for 34-1 were deprecated and removed from the server? | 23:28 |
jabis | most certainly didn't - just opened up one N9 today for developer mode | 23:28 |
ieatlint | the n9 is on a different software branch and may be hitting different versions | 23:28 |
jabis | miro has both 950 and the niner and both refuse it | 23:29 |
ieatlint | they probably just decided that people who got their phones at dev days didn't need it | 23:30 |
miroslav | I will retry when the N950 finished updating. | 23:30 |
miroslav | They where both outdated. | 23:30 |
miroslav | 8% | 23:30 |
ieatlint | important off-topic note: canned air is flammable | 23:31 |
jabis | were there a one-click flasher and proper fw for N9 I wouldda started experimenting already -.- | 23:31 |
*** rcg2 has joined #harmattan | 23:33 | |
*** arcean has joined #harmattan | 23:37 | |
miroslav | The 39-5 image is the one that is not yet released for the N9, correct? | 23:37 |
jabis | 34.1 is the one and only for N9 | 23:40 |
jabis | N9 lacks a lot of love | 23:40 |
*** clbr has quit IRC | 23:41 | |
* miroslav keels over and snaps for air. | 23:42 | |
*** deimos has joined #harmattan | 23:48 | |
*** javispedro has joined #harmattan | 23:48 | |
*** zarlino has left #harmattan | 23:56 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!