*** ortylp has quit IRC | 00:13 | |
*** ced117 has quit IRC | 00:16 | |
*** rashm2k has quit IRC | 00:17 | |
*** rashm2k has joined #harmattan | 00:17 | |
*** rashm2k has quit IRC | 00:26 | |
*** rashm2k1 has joined #harmattan | 00:26 | |
*** xes has quit IRC | 00:36 | |
*** hardaker has quit IRC | 00:40 | |
*** deram has quit IRC | 01:01 | |
*** NIN101 has quit IRC | 01:05 | |
*** deram has joined #harmattan | 01:07 | |
*** Sfiet_Konstantin has quit IRC | 01:23 | |
*** Martix has quit IRC | 01:40 | |
*** Pali has quit IRC | 01:44 | |
*** liar has quit IRC | 01:50 | |
*** tonyoy has joined #harmattan | 01:53 | |
*** anonfriese has joined #harmattan | 01:55 | |
*** rashm2k1 has quit IRC | 01:57 | |
*** friese has quit IRC | 01:58 | |
*** natunen has quit IRC | 02:05 | |
*** planasb has quit IRC | 02:10 | |
*** bef0rd has quit IRC | 02:10 | |
*** bef0rd has joined #harmattan | 02:11 | |
*** deram has quit IRC | 02:13 | |
*** bef0rd has quit IRC | 02:15 | |
*** deram has joined #harmattan | 02:16 | |
*** xsacha has quit IRC | 02:17 | |
*** xsacha has joined #harmattan | 02:19 | |
*** bef0rd has joined #harmattan | 02:19 | |
*** Morpog_PC has quit IRC | 02:23 | |
*** tonyoy has quit IRC | 02:39 | |
*** Grasshoper has joined #harmattan | 02:44 | |
*** hardaker has joined #harmattan | 02:44 | |
*** Grasshoper has quit IRC | 02:55 | |
*** HtheB has joined #harmattan | 02:59 | |
HtheB | hi | 02:59 |
---|---|---|
bef0rd | hi | 03:00 |
HtheB | sup :) | 03:00 |
HtheB | Jonni, i assume you're asleep... | 03:00 |
HtheB | bef0rd, how u doin? | 03:01 |
bef0rd | not much, getting ready to leave for work, doing night shifts this week | 03:03 |
HtheB | bummer | 03:03 |
HtheB | night usually sucks | 03:03 |
HtheB | but it pays off more though | 03:03 |
HtheB | is there any way to get the lockscreen on openmode? | 03:04 |
bef0rd | lockcode I assume | 03:04 |
HtheB | (some rewrite of the lockscreen or some app that takes over the lockscreen thing?) | 03:04 |
bef0rd | ah, no idea, I didnt know about it | 03:05 |
HtheB | lock code yeah | 03:05 |
HtheB | because, you can't lock lock the phone on open mode | 03:05 |
bef0rd | probably no, lock code is not available because CAL (whatever it is) is not available on openmode | 03:05 |
HtheB | im pretty sure that there should be a way to make it available then... | 03:06 |
*** bef0rd has quit IRC | 03:22 | |
*** deram has quit IRC | 03:25 | |
*** deram has joined #harmattan | 03:26 | |
*** deram has quit IRC | 03:30 | |
*** deram has joined #harmattan | 03:41 | |
*** M4rtinK has quit IRC | 03:41 | |
*** deram has quit IRC | 03:45 | |
*** arcean has quit IRC | 04:04 | |
*** mschlens_ has quit IRC | 04:12 | |
*** deram has joined #harmattan | 04:13 | |
*** mschlens has joined #harmattan | 04:14 | |
*** deram has quit IRC | 04:17 | |
*** deram has joined #harmattan | 04:31 | |
DocScrutinizer05 | CAL is a special NAND flash area that gets locked when device enters openmode | 04:34 |
DocScrutinizer05 | cat /proc/mtd | 04:35 |
DocScrutinizer05 | on N900: mtd1: 00060000 00020000 "config" | 04:35 |
DocScrutinizer05 | == CAL | 04:35 |
DocScrutinizer05 | ~cal | 04:36 |
infobot | cal is, like, http://talk.maemo.org/showthread.php?t=20465 | 04:36 |
DocScrutinizer05 | I guess a TLA for Configuration Access Library or sth like that | 04:36 |
DocScrutinizer05 | and it getting locked in openmode sucks. On the bright side you could patch system in openmode so libcal accesses an arbitrary file in userland as if it were the mtd1 CAL partition | 04:38 |
DocScrutinizer05 | maybe you could modprobe your own implementation of /dev/mtd* that redirects /dev/mtd1 (or wherever CAL lives on N9) to a file in /etc/* | 04:41 |
DocScrutinizer05 | or you LD_PRELOAD some lib that overrides/intercepts access to /dev/mtd1, for the lockscreen | 04:43 |
DocScrutinizer05 | iirc shadowJK even suggested a nifty hack with `mount` per process namespaces - probably sth not implemented in HARM busybox' mount | 04:44 |
DocScrutinizer05 | http://www.ibm.com/developerworks/linux/library/l-mount-namespaces/index.html | 04:54 |
*** MFaro-Tusino has joined #harmattan | 05:01 | |
*** MFaro-Tusino_ has joined #harmattan | 05:01 | |
DocScrutinizer05 | quite funny what you can do with a full featured mount implementation | 05:16 |
DocScrutinizer05 | seems you even could mount a file over /dev/mtd1 | 05:18 |
*** qwazix_ has joined #harmattan | 05:20 | |
*** louisdk has joined #harmattan | 05:25 | |
*** MFaro-Tusino has quit IRC | 05:26 | |
*** MFaro-Tusino_ has quit IRC | 05:26 | |
HtheB | so... with all that talk, am I be able to use a lock code in open mode? :P | 06:03 |
*** DocScrutinizer05 has quit IRC | 06:03 | |
*** DocScrutinizer05 has joined #harmattan | 06:03 | |
HtheB | that is just what I want :P | 06:03 |
HtheB | lock code in openmode | 06:04 |
*** hardaker has quit IRC | 06:14 | |
DocScrutinizer05 | well, afaik the problem is you can't *change* it in openmode, since CAL is read-only then | 06:15 |
DocScrutinizer05 | and that might actually get annoying, when lock code is enabled despite you don't want it, or you'd want to enable it but can't | 06:16 |
DocScrutinizer05 | or you want to change it to sth your $fill-in-the-name doesn't know | 06:17 |
*** HtheB has quit IRC | 06:23 | |
*** xsacha has quit IRC | 06:23 | |
*** xsacha has joined #harmattan | 06:23 | |
rikanee | DocScrutinizer05: CAL's still a big-ass binary field though, if we can get an open tool to properly sift thought it that'd be wonderful. | 06:24 |
rikanee | it's known that you can indeed dd straight to CAL in open mode, and doing so blindly is a totally good idea ;) | 06:25 |
*** planasb has joined #harmattan | 06:39 | |
DocScrutinizer05 | there is such tool | 06:51 |
DocScrutinizer05 | and afaik (or rather what I've been told by Jonni and others) CAL pages get write-protected on a hw level when device/COU switches to openmode | 06:52 |
DocScrutinizer05 | while dd to nand is never a good idea, since you most defintely will ruin the content since unlike mmc the mtd devices have no bad block handling built in | 06:54 |
DocScrutinizer05 | that's why you use ubifs or jffs2 | 06:54 |
DocScrutinizer05 | or CAL | 06:54 |
DocScrutinizer05 | that's also why backupmenu-1 got nuked - it did dd to NAND which could result in quite unpleasant results when writing a backuo to a NAND that has bad blocks where the origin of that backup had none | 06:55 |
DocScrutinizer05 | rikanee: (tool) https://dev.openwrt.org/browser/packages/utils/calvaria/ | 07:11 |
*** Enforcer has quit IRC | 07:13 | |
*** Enforcer has joined #harmattan | 07:17 | |
*** lardman|home has quit IRC | 08:04 | |
*** lardman|work has joined #harmattan | 08:04 | |
*** vekkt0r_ has quit IRC | 09:10 | |
*** infobot has quit IRC | 09:10 | |
*** ladoga has quit IRC | 09:10 | |
*** phunguy has quit IRC | 09:10 | |
*** frals has quit IRC | 09:10 | |
*** dm8tbr has quit IRC | 09:10 | |
*** Katiska has quit IRC | 09:10 | |
*** phako has quit IRC | 09:10 | |
*** chouchoune has quit IRC | 09:10 | |
*** Katiska has joined #harmattan | 09:11 | |
*** phunguy has joined #harmattan | 09:11 | |
*** frals has joined #harmattan | 09:18 | |
*** frals has joined #harmattan | 09:18 | |
*** phako has joined #harmattan | 09:18 | |
*** vekkt0r has joined #harmattan | 09:18 | |
*** chouchoune has joined #harmattan | 09:18 | |
*** infobot has joined #harmattan | 09:21 | |
*** ladoga has joined #harmattan | 09:21 | |
*** hitchcock.freenode.net sets mode: +v infobot | 09:21 | |
*** dm8tbr has joined #harmattan | 09:24 | |
*** louisdk has quit IRC | 09:26 | |
*** infobot has quit IRC | 09:36 | |
*** ladoga has quit IRC | 09:36 | |
*** louisdk has joined #harmattan | 09:40 | |
*** ladoga has joined #harmattan | 09:49 | |
*** anonfriese_ has joined #harmattan | 10:07 | |
*** anonfriese has quit IRC | 10:09 | |
*** ced117 has joined #harmattan | 10:13 | |
*** piggz has quit IRC | 10:18 | |
*** planasb has quit IRC | 10:30 | |
*** planasb has joined #harmattan | 10:39 | |
*** MohammadAG_ has joined #harmattan | 10:59 | |
*** MohammadAG has quit IRC | 11:00 | |
*** MohammadAG_ is now known as MohammadAG | 11:00 | |
*** Pali has joined #harmattan | 11:13 | |
*** ortylp has joined #harmattan | 11:15 | |
*** planasb has quit IRC | 11:42 | |
*** planasb has joined #harmattan | 11:50 | |
*** juiceme has quit IRC | 11:52 | |
*** juiceme has joined #harmattan | 11:53 | |
*** tonyoy has joined #harmattan | 12:00 | |
*** liar has joined #harmattan | 12:05 | |
*** planasb has quit IRC | 12:09 | |
*** NIN101 has joined #harmattan | 12:12 | |
*** ortylp has quit IRC | 12:14 | |
*** planasb has joined #harmattan | 12:26 | |
*** ToAruShiroiNeko has quit IRC | 12:31 | |
*** HtheB has joined #harmattan | 12:33 | |
*** Sfiet_Konstantin has joined #harmattan | 12:33 | |
*** ToAruShiroiNeko has joined #harmattan | 12:35 | |
*** HtheB has quit IRC | 12:38 | |
*** HtheB has joined #harmattan | 12:41 | |
*** rashm2k has joined #harmattan | 12:43 | |
*** ced117 has quit IRC | 12:48 | |
*** suy has joined #harmattan | 13:12 | |
*** louisdk has quit IRC | 13:16 | |
*** Sfiet_Konstantin has quit IRC | 13:18 | |
*** SfietKonstantin has joined #harmattan | 13:18 | |
*** M4rtinK has joined #harmattan | 13:19 | |
*** rashm2k has quit IRC | 13:23 | |
*** rashm2k has joined #harmattan | 13:23 | |
*** rashm2k1 has joined #harmattan | 13:28 | |
*** rashm2k has quit IRC | 13:28 | |
*** leinir_ has joined #harmattan | 13:37 | |
*** leinir has quit IRC | 13:37 | |
*** rahi has joined #harmattan | 13:43 | |
*** rahi has quit IRC | 13:56 | |
*** CaCO3 has joined #harmattan | 14:18 | |
*** Morpog_PC has joined #harmattan | 14:23 | |
*** anonfriese__ has joined #harmattan | 15:00 | |
*** anonfriese_ has quit IRC | 15:03 | |
*** ortylp has joined #harmattan | 15:05 | |
*** MFaro-Tusino has joined #harmattan | 15:10 | |
*** HtheB has quit IRC | 15:15 | |
*** Martix has joined #harmattan | 15:19 | |
*** piggz has joined #harmattan | 15:42 | |
*** piggz has quit IRC | 15:52 | |
MFaro-Tusino | So, I need to pass a property from MainPage.qml into my CoverPage. I've set up MainPage to have id: mainPage and property string coverString, now, in coverPage I call mainPage.coverString and I get cannot find resource etc. Any suggestions? | 16:03 |
MFaro-Tusino | I've also tried doing onExited:{ coverPage.string = coverString } but no good either | 16:03 |
*** CaCO3 has quit IRC | 16:05 | |
*** CaCO3 has joined #harmattan | 16:07 | |
*** suy has quit IRC | 16:09 | |
*** suy has joined #harmattan | 16:09 | |
*** CaCO3 has quit IRC | 16:35 | |
*** piggz has joined #harmattan | 16:38 | |
*** rashm2k1 has quit IRC | 16:52 | |
*** rashm2k has joined #harmattan | 17:01 | |
*** piggz has quit IRC | 17:10 | |
*** piggz has joined #harmattan | 17:10 | |
*** piggz has quit IRC | 17:14 | |
*** piggz has joined #harmattan | 17:15 | |
*** tonyoy has quit IRC | 17:16 | |
*** valdur55 has quit IRC | 17:18 | |
*** piggz has quit IRC | 17:24 | |
*** rashm2k has quit IRC | 17:25 | |
*** piggz has joined #harmattan | 17:28 | |
*** Martix has quit IRC | 17:32 | |
*** CaCO3 has joined #harmattan | 17:41 | |
*** Martix has joined #harmattan | 17:43 | |
*** Martix has quit IRC | 17:50 | |
*** Martix has joined #harmattan | 17:50 | |
*** ortylp has quit IRC | 17:53 | |
*** ortylp has joined #harmattan | 17:53 | |
*** Martix has quit IRC | 18:10 | |
*** ortylp has quit IRC | 18:12 | |
*** ortylp has joined #harmattan | 18:15 | |
*** SfietKonstantin is now known as Sfiet_Konstantin | 18:16 | |
*** Sfiet_Konstantin has joined #harmattan | 18:16 | |
*** tonyoy has joined #harmattan | 18:17 | |
*** trx has quit IRC | 18:21 | |
*** rashm2k has joined #harmattan | 18:27 | |
*** piggz has quit IRC | 18:28 | |
*** piggz has joined #harmattan | 18:28 | |
*** rashm2k1 has joined #harmattan | 18:32 | |
*** rashm2k has quit IRC | 18:33 | |
*** qwazix_ has quit IRC | 18:36 | |
*** xsacha has quit IRC | 18:47 | |
*** xsacha has joined #harmattan | 18:48 | |
*** CaCO3 has quit IRC | 19:20 | |
*** mlwn has joined #harmattan | 19:21 | |
mlwn | hello channel | 19:22 |
*** mlwn has left #harmattan | 19:24 | |
*** tonyoy has quit IRC | 20:00 | |
*** virtuald has joined #harmattan | 20:04 | |
*** MFaro-Tusino has quit IRC | 20:12 | |
*** anonfriese__ has quit IRC | 20:17 | |
*** friese has joined #harmattan | 20:18 | |
*** friese has quit IRC | 20:22 | |
*** suy has left #harmattan | 20:26 | |
*** tonyoy has joined #harmattan | 20:42 | |
*** piggz has quit IRC | 21:02 | |
*** piggz has joined #harmattan | 21:02 | |
*** friese has joined #harmattan | 21:18 | |
*** arcean has joined #harmattan | 21:44 | |
*** piggz has quit IRC | 22:17 | |
*** ArkanoiD_ has joined #harmattan | 22:31 | |
*** Arkenoi has quit IRC | 22:33 | |
*** CaCO3 has joined #harmattan | 22:43 | |
*** piggz has joined #harmattan | 22:53 | |
*** piggz has quit IRC | 22:55 | |
*** piggz has joined #harmattan | 22:55 | |
*** Venemo_N9 has joined #harmattan | 22:56 | |
*** Venemo_N9 has left #harmattan | 22:59 | |
*** tonyoy has quit IRC | 23:02 | |
*** anonfriese has joined #harmattan | 23:19 | |
*** friese has quit IRC | 23:23 | |
*** xes has joined #harmattan | 23:31 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!