loin | Jonni, thank you for that hint, i will probably not chmod -x it but replace the content with exit 1 | 00:00 |
---|---|---|
loin | or something | 00:00 |
joecool | loin: oh you mean load time, ok.. UI lags and FC's are a part of android life | 00:00 |
joecool | that and bad battery life | 00:00 |
Jonni | loin: chmod a-x will not malf your device, replaceing with exit 1 will screw refhashlist and make your device not to boot up :) | 00:00 |
joecool | i have not had the N9 go unresponsive yet | 00:01 |
Jonni | and you can always a+x if you want to use smartsearch later. | 00:01 |
loin | Jonni, thanks for that, that's one less reflash i'll have to do on my device | 00:01 |
loin | joecool, maybe your n9 is better than mine :) | 00:02 |
Jonni | smartsearch is the root of all evil, it indexes everything and makes everythinhg slow, it indexes all your audio, video, pictures, emails, facebooks, sms'es etc. | 00:02 |
loin | Jonni, but i don't have any filees on the phone | 00:02 |
loin | so it doesn't really index anything | 00:02 |
Jonni | basicly it spies everything that you do on the phone and puts it on the database. All the incoming and outcoming calls and messages. | 00:02 |
joecool | Jonni: where's it located at so i can chmod it? | 00:02 |
joecool | (android has same issue, called mediascanner or something) | 00:02 |
Jonni | "chmod a-x /usr/bin/smartsearch" | 00:03 |
*** lucido has quit IRC | 00:04 | |
joecool | thanks | 00:04 |
loin | Jonni, i added that info to my manifest and it still doesn't run as root | 00:05 |
Jonni | loin: did you make the deb file with creator or scratchbox? :), by default creator doesnt include aegis manifests in deb file :) | 00:06 |
*** lucido has joined #harmattan | 00:07 | |
Jonni | yet another nice feature that took me a while to notice | 00:07 |
loin | qt creator, of course | 00:07 |
loin | i don't really enjoy scratchbox | 00:07 |
Jonni | well I bet that aegis file is missing from the deb package and script isnt runned as root | 00:07 |
loin | i only used scratchbox when compiling my systemui | 00:07 |
joecool | Jonni: curious, how long can you stretch on the battery? | 00:08 |
Jonni | loin: you can easily check if root permissions are missing by " tail -20 /var/lib/aegis/restok/restok.conf" | 00:09 |
Jonni | if it doesnt have request UID::ROOT then your creator didnt create valid deb file | 00:10 |
Jonni | loin: if I remember right the trick was to remove AutoGenerateAegisFile line from manifest or otherwise creator just didnt do anything. | 00:11 |
loin | Jonni, nothing on the feelcache | 00:11 |
loin | thanks Jonni | 00:12 |
loin | i'll try that | 00:12 |
loin | saved me a lot of time on debugging :P | 00:12 |
Jonni | joecool: it depens on usage, if I dont do anything with it and keep it on low powermode, it can last something like 4-5 days, but usually when I actively use it, I keep it on charger every night, and even on working hours on my workdesk. | 00:12 |
loin | Jonni, joecool http://i.imm.io/14S3M.png | 00:15 |
Jonni | joecool: and on long travels I have this with me http://www.amazon.co.uk/10000mAh-Multi-voltage-Recorders-Lightning-Sensation/dp/B006WHMKEE/ makes live your easy to have extra 10000mAh, nice bonus for the default 1400mAh phone battery. | 00:15 |
loin | Jonni, for that small change i needed inception | 00:17 |
loin | to override systemui | 00:17 |
Jonni | I find using inception to overrote sustemui a bit bad practice, since it changes the origin of the package. Personally I just override packages with com.nokia.maemo origin, that way you can easily replace systemui back to stock systemui with just apt-get command. (where it would fail if you just incept the package) | 00:19 |
loin | i never intend to go back to systemui | 00:20 |
loin | also, removing auto generated aegis worked | 00:20 |
loin | boy, this qt creator is a pain | 00:20 |
Jonni | well yes, but if someday there is some system package updated that is depending on some incepted package, end users might be in pain. | 00:21 |
joecool | Jonni: yeah i got a similar battery unit because my ion only gets ~4 hours of battery life when on cell network with vpn | 00:21 |
joecool | with the backup i can stretch it through the day, it's just annoying to lug around | 00:21 |
Jonni | personally I just have added my own pgp keys are com.nokia.maemo trusted keys, and when I sign my debian packages with my pgp key, system thinks that they are coming from com.nokia.maemo origin | 00:22 |
loin | Jonni, any tutorial on your method of overriding systemui? | 00:22 |
Jonni | so I can just add my own repo to sources.list and just apt-get my overriding systemui :) | 00:23 |
loin | Jonni, sounds like a nice plan | 00:23 |
loin | Jonni, but i used whatever method i found at the time | 00:24 |
loin | i don't like having inception | 00:24 |
Jonni | well yes, most people are just using inception because they dont want to learn how aegis really works. | 00:24 |
loin | Jonni, is it documented anywhere? | 00:25 |
Jonni | loin: http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Developing_for_Harmattan_Harmattan_security.html | 00:25 |
Jonni | yes its documented | 00:25 |
*** lucido has quit IRC | 00:26 | |
loin | Jonni, did you write any tutorials on that replacing system ui without inception thing? | 00:27 |
joecool | hm so it seems like for openvpn i'd need openmode kernel? | 00:27 |
Jonni | joecool: openvpn works without openmode kernel. | 00:27 |
Jonni | joecool: I have openvpn running on stock kernel, but yes I used opensh to get all the required credentials to run it | 00:28 |
Jonni | loin: sorry, not that many tutorials around, most of that info is just in my head :) | 00:28 |
joecool | ok, will need this working by next week so phone is usable in canada | 00:29 |
*** ced117 has quit IRC | 00:29 | |
loin | Jonni, too bad, i'd really love to get rid of that inception thing | 00:29 |
loin | Jonni, how do you override package origins? | 00:30 |
Jonni | lets see if I have time some day, I was planning to write triple boot tutorial soon also. | 00:30 |
Jonni | basicly I've just patched dpkg to allow AEGIS_FIXED_ORIGIN export. | 00:31 |
loin | that's it? | 00:32 |
fmunozs | but only in openmode? | 00:32 |
Jonni | so I just run "AEGIS_FIXED_ORIGIN=com.nokia.maemo/ovi dpkg -i foobar.deb" if I want package installed as ovi credentials, and "AEGIS_FIXED_ORIGIN=com.nokia.maemo dpkg -i package.deb" if I want to package appear as nokia system pacakge | 00:32 |
Jonni | fmunozs: I have enabled that in secure mode :) | 00:32 |
loin | Jonni, don't you need open mode to AEGIS_FIXED_ORIGIN ? | 00:33 |
Jonni | so basicly all the benefits of open mode export, but without need to ever go into open mode :). So you dont need openmode :) | 00:34 |
Jonni | by default you need to be in openmode to use that export, it just requires a bit of paching to enable that in secure mode. | 00:35 |
fmunozs | but you can't "easily" replace dpkg with a patched one, or can you? | 00:35 |
Jonni | I find using export much cleaner solution than inception :) | 00:35 |
loin | Jonni, any commits you can point to for the dpkg thing? | 00:35 |
Jonni | fmunozs: well define easily, I just have a 3-line shell script that does the patching, so its semi-easy. :) | 00:36 |
fmunozs | not sure, I was just guessing that dpk is protected by aegis so you couldn't replace it without causing MALF on reboot | 00:37 |
fmunozs | dpkg* | 00:38 |
Jonni | fmunozs: well yes simple replace causes malf. basicly line 1 just does echo trick to selected place, line 2 calculates new sha1sum for reflashlist and line 3 just resigns refhashlist with opensh capabilities. | 00:39 |
Jonni | ie if you patch things, you need to make corresponding changes to refhashlist to keep system happy | 00:39 |
fmunozs | yep | 00:40 |
Jonni | but after the patch life is easy and you never need to use inception again :) | 00:41 |
*** NIN102 has quit IRC | 00:53 | |
fmunozs | :/ can't run QtSDK on new ubuntu | 00:56 |
Jonni | 13.04? | 00:56 |
fmunozs | seems i found a fix http://www.andreagrandi.it/2012/01/12/nokia-qtsdk-installer-crash-on-ubuntu-how-to-fix-it/ | 00:57 |
fmunozs | yea, 13.04 and that fix -style cleanlooks worked | 00:58 |
*** xsacha has quit IRC | 00:59 | |
*** xsacha has joined #harmattan | 00:59 | |
*** loin has quit IRC | 01:31 | |
*** suy has quit IRC | 01:37 | |
*** ToAruShiroiNeko has quit IRC | 01:55 | |
*** ToAruShiroiNeko has joined #harmattan | 01:56 | |
*** Morpog_PC has joined #harmattan | 01:59 | |
*** xsacha has quit IRC | 02:02 | |
*** xsacha has joined #harmattan | 02:04 | |
*** Chen has joined #harmattan | 02:30 | |
*** Chen has quit IRC | 02:31 | |
*** loin has joined #harmattan | 02:37 | |
loin | how can i set context properties? | 02:37 |
*** mag0g has joined #harmattan | 02:40 | |
*** tonyoy has joined #harmattan | 02:48 | |
*** loin has quit IRC | 02:52 | |
*** hardaker has quit IRC | 03:02 | |
*** Morpog_PC has quit IRC | 03:04 | |
*** rcg has quit IRC | 03:12 | |
*** rikanee has quit IRC | 03:14 | |
*** rikanee has joined #harmattan | 03:19 | |
*** mag0g has quit IRC | 03:22 | |
*** npm has quit IRC | 03:26 | |
*** arcean has quit IRC | 03:27 | |
*** rikanee has quit IRC | 03:35 | |
*** rikanee has joined #harmattan | 03:40 | |
*** M4rtinK has quit IRC | 03:51 | |
*** npm has joined #harmattan | 03:54 | |
*** tonyoy has quit IRC | 03:55 | |
*** Martix_ has quit IRC | 04:09 | |
*** Martix has joined #harmattan | 04:10 | |
*** Martix has quit IRC | 04:28 | |
fmunozs | anyone tried the nfcchat demo on N9? I'm getting this error when trying to stablish the connection Status message: Client socket error: The socket operation failed because the application lacked the required privileges. | 04:50 |
*** Morpog_Mobile has quit IRC | 04:52 | |
fmunozs | oh seems to be an issue with 1.0 firmware | 04:52 |
*** mschlens_ has joined #harmattan | 04:53 | |
*** mschlens has quit IRC | 04:56 | |
*** Morpog_Mobile has joined #harmattan | 04:58 | |
*** Sfiet_Konstantin has quit IRC | 05:26 | |
*** DocScrutinizer05 has quit IRC | 06:03 | |
*** DocScrutinizer05 has joined #harmattan | 06:03 | |
*** natunen has joined #harmattan | 06:34 | |
*** natunen has quit IRC | 07:09 | |
*** rikanee has quit IRC | 07:51 | |
*** lucido has joined #harmattan | 07:58 | |
*** lucido has quit IRC | 08:05 | |
*** hardaker has joined #harmattan | 08:23 | |
*** dashin has quit IRC | 08:25 | |
*** lucido has joined #harmattan | 08:39 | |
*** dashin has joined #harmattan | 08:40 | |
*** leinir has quit IRC | 08:50 | |
*** JackaLX has quit IRC | 09:01 | |
*** JackaLX has joined #harmattan | 09:04 | |
*** JackaLX has quit IRC | 09:04 | |
*** JackaLX has joined #harmattan | 09:04 | |
*** hardaker has quit IRC | 09:26 | |
*** jreznik has joined #harmattan | 09:48 | |
*** loin has joined #harmattan | 09:49 | |
loin | hello, does anyone know if i can just change context properties as easily as i can read them with libcontextsubscriber? | 09:50 |
*** ortylp has joined #harmattan | 09:50 | |
loin | does anyone know how i can interface with the email app to force sync? | 10:28 |
*** Necrosporus has quit IRC | 10:31 | |
*** piggz has joined #harmattan | 10:52 | |
dm8tbr | I'd expect dbus | 10:52 |
dm8tbr | can't you just listen to dbus and see the sent messages? | 10:52 |
*** Pali has joined #harmattan | 11:07 | |
*** ortylp has quit IRC | 11:09 | |
loin | dm8tbr, listen to see what happens when i press sync? | 11:18 |
dm8tbr | $ man dbus-monitor | 11:20 |
*** jreznik has quit IRC | 11:21 | |
*** NIN101 has joined #harmattan | 11:24 | |
*** ced117 has joined #harmattan | 11:37 | |
DocScrutinizer05 | on voting: http://talk.maemo.org/showthread.php?p=1341376#post1341376 | 11:38 |
*** M4rtinK has joined #harmattan | 11:45 | |
*** lucido has quit IRC | 12:04 | |
loin | dm8tbr, thank you for that, i'm checking it out now | 12:16 |
*** lucido has joined #harmattan | 12:17 | |
*** fmunozs has quit IRC | 12:21 | |
*** juiceme has quit IRC | 12:26 | |
*** juiceme has joined #harmattan | 12:28 | |
*** Martix has joined #harmattan | 12:30 | |
*** Necrosporus has joined #harmattan | 12:33 | |
*** Martix_ has joined #harmattan | 12:33 | |
*** Martix_ has quit IRC | 12:33 | |
*** Martix_ has joined #harmattan | 12:39 | |
*** arcean has joined #harmattan | 12:42 | |
*** Martix has quit IRC | 12:44 | |
*** Necrosporus has quit IRC | 12:44 | |
*** Necrosporus has joined #harmattan | 12:44 | |
*** leinir has joined #harmattan | 12:54 | |
*** leinir has joined #harmattan | 12:54 | |
*** leinir has quit IRC | 13:01 | |
*** povbot_ has joined #harmattan | 13:13 | |
*** ChanServ sets mode: +v povbot_ | 13:13 | |
*** deram_ has joined #harmattan | 13:15 | |
*** juergbi` has joined #harmattan | 13:16 | |
*** juergbi has quit IRC | 13:17 | |
*** jpwhiting_ has quit IRC | 13:17 | |
*** povbot has quit IRC | 13:17 | |
*** deram has quit IRC | 13:17 | |
*** ketas has quit IRC | 13:27 | |
*** Mek|irssi has quit IRC | 13:27 | |
*** jbos has quit IRC | 13:27 | |
*** Pali has quit IRC | 13:27 | |
*** ToAruShiroiNeko has quit IRC | 13:27 | |
*** Brownout has quit IRC | 13:27 | |
*** mf2hd_ has quit IRC | 13:27 | |
*** thedead1440 has quit IRC | 13:27 | |
*** Katiska has quit IRC | 13:27 | |
*** Arkenoi has quit IRC | 13:27 | |
*** Luke-Jr has quit IRC | 13:27 | |
*** Raim has quit IRC | 13:27 | |
*** xmlich02_ has quit IRC | 13:27 | |
*** Kozzi has quit IRC | 13:27 | |
*** infobot has quit IRC | 13:27 | |
*** MikaT has quit IRC | 13:27 | |
*** Jaffa has quit IRC | 13:27 | |
*** Jonni has quit IRC | 13:27 | |
*** zibri has quit IRC | 13:27 | |
*** merlin1991 has quit IRC | 13:27 | |
*** macmaN has quit IRC | 13:27 | |
*** rdnzl has quit IRC | 13:27 | |
*** Mek|irss1 has joined #harmattan | 13:27 | |
*** ketas has joined #harmattan | 13:27 | |
*** ladoga has quit IRC | 13:27 | |
*** ladoga has joined #harmattan | 13:28 | |
*** Pali has joined #harmattan | 13:28 | |
*** ToAruShiroiNeko has joined #harmattan | 13:28 | |
*** Jonni has joined #harmattan | 13:28 | |
*** Arkenoi has joined #harmattan | 13:28 | |
*** Luke-Jr has joined #harmattan | 13:28 | |
*** zibri has joined #harmattan | 13:28 | |
*** merlin1991 has joined #harmattan | 13:28 | |
*** Brownout has joined #harmattan | 13:28 | |
*** Raim has joined #harmattan | 13:28 | |
*** Jaffa has joined #harmattan | 13:28 | |
*** xmlich02_ has joined #harmattan | 13:28 | |
*** mf2hd_ has joined #harmattan | 13:28 | |
*** thedead1440 has joined #harmattan | 13:28 | |
*** Kozzi has joined #harmattan | 13:28 | |
*** Katiska has joined #harmattan | 13:28 | |
*** infobot has joined #harmattan | 13:28 | |
*** MikaT has joined #harmattan | 13:28 | |
*** jbos has joined #harmattan | 13:28 | |
*** macmaN has joined #harmattan | 13:28 | |
*** rdnzl has joined #harmattan | 13:28 | |
*** wright.freenode.net sets mode: +v infobot | 13:28 | |
*** thedead1440 has quit IRC | 13:28 | |
*** RzR has quit IRC | 13:33 | |
*** lucido has quit IRC | 13:33 | |
*** ZrZ has joined #harmattan | 13:33 | |
*** Sfiet_Konstantin has joined #harmattan | 13:33 | |
*** ketas has quit IRC | 13:33 | |
*** ketas has joined #harmattan | 13:33 | |
*** loin has quit IRC | 13:33 | |
*** jbos has quit IRC | 13:34 | |
*** ladoga has quit IRC | 13:34 | |
*** Pali has quit IRC | 13:34 | |
*** ToAruShiroiNeko has quit IRC | 13:34 | |
*** Brownout has quit IRC | 13:34 | |
*** mf2hd_ has quit IRC | 13:34 | |
*** Katiska has quit IRC | 13:34 | |
*** Arkenoi has quit IRC | 13:34 | |
*** Luke-Jr has quit IRC | 13:34 | |
*** Raim has quit IRC | 13:34 | |
*** xmlich02_ has quit IRC | 13:34 | |
*** Kozzi has quit IRC | 13:34 | |
*** infobot has quit IRC | 13:34 | |
*** MikaT has quit IRC | 13:34 | |
*** Jaffa has quit IRC | 13:34 | |
*** Jonni has quit IRC | 13:34 | |
*** zibri has quit IRC | 13:34 | |
*** merlin1991 has quit IRC | 13:34 | |
*** macmaN has quit IRC | 13:34 | |
*** rdnzl has quit IRC | 13:34 | |
*** mschlens_ has quit IRC | 13:34 | |
*** npm has quit IRC | 13:34 | |
*** mgedmin has quit IRC | 13:34 | |
*** juiceme has quit IRC | 13:34 | |
*** Morpog_Mobile has quit IRC | 13:34 | |
*** Guest79237 has quit IRC | 13:34 | |
*** Oni^ has quit IRC | 13:34 | |
*** rm_work|away has quit IRC | 13:34 | |
*** auenf has quit IRC | 13:34 | |
*** tomyri has quit IRC | 13:34 | |
*** ZrZ has quit IRC | 13:34 | |
*** piggz has quit IRC | 13:34 | |
*** loide has quit IRC | 13:34 | |
*** leio has quit IRC | 13:34 | |
*** MohammadAG has quit IRC | 13:34 | |
*** Mek has quit IRC | 13:34 | |
*** Sput has quit IRC | 13:34 | |
*** Elleo has quit IRC | 13:34 | |
*** Jare has quit IRC | 13:34 | |
*** coderus has quit IRC | 13:34 | |
*** X-Fade has quit IRC | 13:34 | |
*** juergbi` has quit IRC | 13:34 | |
*** arcean has quit IRC | 13:34 | |
*** ced117 has quit IRC | 13:34 | |
*** VDVsx has quit IRC | 13:34 | |
*** jussi has quit IRC | 13:34 | |
*** mtd has quit IRC | 13:34 | |
*** Necrosporus has quit IRC | 13:34 | |
*** tom__ has quit IRC | 13:34 | |
*** Summeli has quit IRC | 13:34 | |
*** saidinesh5 has quit IRC | 13:34 | |
*** tanghus has quit IRC | 13:34 | |
*** Sazpaimon_ has quit IRC | 13:34 | |
*** mardy has quit IRC | 13:34 | |
*** tomma has quit IRC | 13:34 | |
*** wirwe has quit IRC | 13:34 | |
*** unreal- has quit IRC | 13:34 | |
*** M4rtinK has quit IRC | 13:34 | |
*** jon_y has quit IRC | 13:34 | |
*** w00t has quit IRC | 13:34 | |
*** lbt has quit IRC | 13:34 | |
*** dm8tbr has quit IRC | 13:34 | |
*** teve has quit IRC | 13:34 | |
*** ji has quit IRC | 13:34 | |
*** Aard has quit IRC | 13:34 | |
*** mhoye has quit IRC | 13:34 | |
*** kimju has quit IRC | 13:34 | |
*** JackaLX has quit IRC | 13:34 | |
*** tehdely has quit IRC | 13:34 | |
*** ab has quit IRC | 13:34 | |
*** DocScrutinizer51 has quit IRC | 13:34 | |
*** Mek|irss1 has quit IRC | 13:34 | |
*** deram_ has quit IRC | 13:34 | |
*** Milhouse has quit IRC | 13:34 | |
*** vekkt0r_ has quit IRC | 13:34 | |
*** Kaadlajk has quit IRC | 13:34 | |
*** mps has quit IRC | 13:34 | |
*** Sfiet_Konstantin has quit IRC | 13:36 | |
*** Sfiet_Konstantin has joined #harmattan | 13:36 | |
*** rdnzl has joined #harmattan | 13:41 | |
*** macmaN has joined #harmattan | 13:41 | |
*** jbos has joined #harmattan | 13:41 | |
*** MikaT has joined #harmattan | 13:41 | |
*** infobot has joined #harmattan | 13:41 | |
*** Katiska has joined #harmattan | 13:41 | |
*** Kozzi has joined #harmattan | 13:41 | |
*** mf2hd_ has joined #harmattan | 13:41 | |
*** xmlich02_ has joined #harmattan | 13:41 | |
*** Jaffa has joined #harmattan | 13:41 | |
*** Raim has joined #harmattan | 13:41 | |
*** Brownout has joined #harmattan | 13:41 | |
*** merlin1991 has joined #harmattan | 13:41 | |
*** zibri has joined #harmattan | 13:41 | |
*** Luke-Jr has joined #harmattan | 13:41 | |
*** Arkenoi has joined #harmattan | 13:41 | |
*** Jonni has joined #harmattan | 13:41 | |
*** ToAruShiroiNeko has joined #harmattan | 13:41 | |
*** Pali has joined #harmattan | 13:41 | |
*** ladoga has joined #harmattan | 13:41 | |
*** ZrZ has joined #harmattan | 13:41 | |
*** Mek|irss1 has joined #harmattan | 13:41 | |
*** juergbi` has joined #harmattan | 13:41 | |
*** deram_ has joined #harmattan | 13:41 | |
*** arcean has joined #harmattan | 13:41 | |
*** Necrosporus has joined #harmattan | 13:41 | |
*** juiceme has joined #harmattan | 13:41 | |
*** M4rtinK has joined #harmattan | 13:41 | |
*** ced117 has joined #harmattan | 13:41 | |
*** piggz has joined #harmattan | 13:41 | |
*** JackaLX has joined #harmattan | 13:41 | |
*** Morpog_Mobile has joined #harmattan | 13:41 | |
*** mschlens_ has joined #harmattan | 13:41 | |
*** npm has joined #harmattan | 13:41 | |
*** Milhouse has joined #harmattan | 13:41 | |
*** Guest79237 has joined #harmattan | 13:41 | |
*** jon_y has joined #harmattan | 13:41 | |
*** loide has joined #harmattan | 13:41 | |
*** Oni^ has joined #harmattan | 13:41 | |
*** VDVsx has joined #harmattan | 13:41 | |
*** rm_work|away has joined #harmattan | 13:41 | |
*** tehdely has joined #harmattan | 13:41 | |
*** w00t has joined #harmattan | 13:41 | |
*** lbt has joined #harmattan | 13:41 | |
*** leio has joined #harmattan | 13:41 | |
*** tom__ has joined #harmattan | 13:41 | |
*** wright.freenode.net sets mode: +v infobot | 13:41 | |
*** mgedmin has joined #harmattan | 13:41 | |
*** dm8tbr has joined #harmattan | 13:41 | |
*** jussi has joined #harmattan | 13:41 | |
*** coderus has joined #harmattan | 13:41 | |
*** ab has joined #harmattan | 13:41 | |
*** MohammadAG has joined #harmattan | 13:41 | |
*** teve has joined #harmattan | 13:41 | |
*** Summeli has joined #harmattan | 13:41 | |
*** Mek has joined #harmattan | 13:41 | |
*** saidinesh5 has joined #harmattan | 13:41 | |
*** auenf has joined #harmattan | 13:41 | |
*** ji has joined #harmattan | 13:41 | |
*** tanghus has joined #harmattan | 13:41 | |
*** Aard has joined #harmattan | 13:41 | |
*** Sazpaimon_ has joined #harmattan | 13:41 | |
*** tomyri has joined #harmattan | 13:41 | |
*** Jare has joined #harmattan | 13:41 | |
*** Elleo has joined #harmattan | 13:41 | |
*** Sput has joined #harmattan | 13:41 | |
*** mhoye has joined #harmattan | 13:41 | |
*** X-Fade has joined #harmattan | 13:41 | |
*** mtd has joined #harmattan | 13:41 | |
*** mardy has joined #harmattan | 13:41 | |
*** tomma has joined #harmattan | 13:41 | |
*** wirwe has joined #harmattan | 13:41 | |
*** DocScrutinizer51 has joined #harmattan | 13:41 | |
*** unreal- has joined #harmattan | 13:41 | |
*** kimju has joined #harmattan | 13:41 | |
*** vekkt0r_ has joined #harmattan | 13:41 | |
*** Kaadlajk has joined #harmattan | 13:41 | |
*** mps has joined #harmattan | 13:41 | |
*** infobot has quit IRC | 13:42 | |
*** infobot has joined #harmattan | 13:44 | |
*** ChanServ sets mode: +v infobot | 13:44 | |
*** thedead1440 has joined #harmattan | 13:46 | |
*** lucido has joined #harmattan | 13:47 | |
*** juiceme has quit IRC | 14:01 | |
*** juiceme has joined #harmattan | 14:02 | |
*** Morpog_PC has joined #harmattan | 14:29 | |
DocScrutinizer05 | MohammadAG: anyway filenames with spaces are a pita in unix, and I strongly suggest to not even allow them anywhere. When importing e.g. mp3 then just convert all spaces to underlines | 14:29 |
*** juiceme has quit IRC | 14:32 | |
*** juiceme has joined #harmattan | 14:34 | |
*** tonyoy has joined #harmattan | 14:38 | |
*** lordross has joined #harmattan | 14:48 | |
*** SfietKonstantin has joined #harmattan | 15:15 | |
*** jreznik has joined #harmattan | 15:17 | |
*** Sfiet_Konstantin has quit IRC | 15:18 | |
*** jreznik has quit IRC | 15:19 | |
*** jreznik has joined #harmattan | 15:20 | |
*** leinir has joined #harmattan | 15:22 | |
*** SfietKonstantin is now known as Sfiet_Konstantin | 15:30 | |
*** jreznik has quit IRC | 15:39 | |
*** jreznik_ has joined #harmattan | 15:39 | |
*** jreznik__ has joined #harmattan | 15:45 | |
*** jreznik_ has quit IRC | 15:45 | |
*** ortylp has joined #harmattan | 15:55 | |
*** ortylp1 has joined #harmattan | 16:06 | |
*** ortylp has quit IRC | 16:10 | |
*** ortylp has joined #harmattan | 16:13 | |
*** ortylp1 has quit IRC | 16:15 | |
*** juiceme has quit IRC | 16:19 | |
*** juiceme has joined #harmattan | 16:21 | |
*** lucido has quit IRC | 16:36 | |
*** lucido has joined #harmattan | 16:36 | |
*** loin has joined #harmattan | 16:48 | |
*** tonyoy has quit IRC | 16:51 | |
*** arcean has quit IRC | 16:57 | |
*** ortylp has quit IRC | 17:05 | |
*** juiceme has quit IRC | 17:35 | |
*** rashm2k has joined #harmattan | 17:39 | |
*** juiceme has joined #harmattan | 17:42 | |
*** rashm2k has quit IRC | 17:44 | |
*** loin has quit IRC | 17:44 | |
*** suy has joined #harmattan | 17:51 | |
*** Venemo_N9 has joined #harmattan | 18:12 | |
*** rcg has joined #harmattan | 18:46 | |
*** xes has joined #harmattan | 18:48 | |
*** juiceme has quit IRC | 18:56 | |
*** juiceme has joined #harmattan | 18:58 | |
*** hardaker has joined #harmattan | 19:01 | |
*** juiceme has quit IRC | 19:11 | |
*** juiceme has joined #harmattan | 19:13 | |
*** Venemo_N9 has quit IRC | 19:42 | |
*** shanttu has joined #harmattan | 19:59 | |
*** loin has joined #harmattan | 20:07 | |
loin | what is the user password | 20:07 |
loin | for ssh user@... | 20:07 |
GeneralAntilles | There isn't one, I don't think. | 20:11 |
Morpog_PC | u need to set one | 20:11 |
Morpog_PC | devel-su | 20:11 |
Morpog_PC | passwd user (and enter some password) | 20:11 |
*** t7kus has joined #harmattan | 20:24 | |
*** juiceme has quit IRC | 20:25 | |
t7kus | hi | 20:25 |
*** t7kus has quit IRC | 20:26 | |
*** juiceme has joined #harmattan | 20:31 | |
MohammadAG | DocScrutinizer05, I use iTunes to manage my music, it renames files and folders depending on artist/album/title | 20:32 |
MohammadAG | so that's not an option | 20:32 |
ZogG_laptop | lol | 20:34 |
ZogG_laptop | itunes | 20:34 |
loin | Morpog_PC, i was thinking about that but i'm not sure | 20:38 |
loin | thanks GeneralAntilles , Morpog_PC | 20:38 |
ZogG_laptop | GeneralAntilles: hey, i saw sowatch code, i'm too noob to make bb10 port :) but at least i still can try :) | 20:40 |
GeneralAntilles | ZogG_laptop, less noon than me. | 20:51 |
GeneralAntilles | Noob* | 20:51 |
ZogG_laptop | don't think so :) | 20:53 |
GeneralAntilles | I'm a facilitator and wannabe writer. :P | 20:55 |
ZogG_laptop | i'm just sloth :) | 20:55 |
GeneralAntilles | Haha, yeah, sloth I know. | 20:58 |
*** loin has quit IRC | 21:00 | |
*** piggz has quit IRC | 21:07 | |
*** phunguy- is now known as phunguy | 21:09 | |
*** juiceme has quit IRC | 21:09 | |
*** NIN101 has quit IRC | 21:14 | |
*** SfietKonstantin has joined #harmattan | 21:15 | |
*** Sfiet_Konstantin has quit IRC | 21:17 | |
*** Jonni has quit IRC | 21:22 | |
*** Jonni has joined #harmattan | 21:22 | |
*** Sfiet_Konstantin has joined #harmattan | 21:22 | |
*** SfietKonstantin has quit IRC | 21:23 | |
*** Sfiet_Konstantin has quit IRC | 21:39 | |
*** Sfiet_Konstantin has joined #harmattan | 21:41 | |
*** fmunozs has joined #harmattan | 21:43 | |
fmunozs | Jonni, do you know if it affects somehow performance having a big image on the qml diectory if it is not used? | 21:55 |
*** juiceme has joined #harmattan | 21:55 | |
Jonni | fmunozs: well if its inside qrc then yes it affects, if its not, then not. | 21:56 |
fmunozs | thanks, i always put the launcher splash image there (to avoid editing the pro file) | 21:58 |
*** lucido has quit IRC | 21:59 | |
*** ced117 has quit IRC | 22:19 | |
*** SfietKonstantin has joined #harmattan | 22:19 | |
*** NIN101 has joined #harmattan | 22:21 | |
*** Sfiet_Konstantin has quit IRC | 22:21 | |
*** piggz has joined #harmattan | 22:22 | |
*** fmunozs has quit IRC | 22:29 | |
*** ieatlint has quit IRC | 22:39 | |
*** Venemo has joined #harmattan | 22:47 | |
*** fmunozs has joined #harmattan | 22:53 | |
*** piggz has quit IRC | 22:55 | |
*** SfietKonstantin has quit IRC | 22:55 | |
*** SfietKonstantin has joined #harmattan | 22:58 | |
*** fmunozs has quit IRC | 22:58 | |
*** jreznik__ has quit IRC | 22:59 | |
*** jreznik__ has joined #harmattan | 22:59 | |
*** Sfiet_Konstantin has joined #harmattan | 23:04 | |
*** SfietKonstantin has quit IRC | 23:04 | |
*** Sfiet_Konstantin has quit IRC | 23:05 | |
*** Sfiet_Konstantin has joined #harmattan | 23:05 | |
*** lirion has joined #harmattan | 23:13 | |
*** lirion has quit IRC | 23:21 | |
*** loin has joined #harmattan | 23:28 | |
loin | am i alone in thinking that jolla is crap? | 23:28 |
dm8tbr | what would you base that opinion on? | 23:29 |
loin | demos online | 23:29 |
loin | by demos i mean videos | 23:29 |
dm8tbr | their usage paradigm seems consistent and ui choices seem thought out, what's your gripe then? | 23:31 |
loin | well, i just don;t like the ui | 23:31 |
loin | it's nothing like the swipe ui | 23:32 |
loin | it looks too much like android | 23:32 |
dm8tbr | well, de gustibus non est disputandum | 23:33 |
dm8tbr | nobody will force you to like it | 23:33 |
loin | i was just wondering if other people felt the same | 23:34 |
loin | that was all | 23:34 |
*** Sfiet_Konstantin has quit IRC | 23:36 | |
*** Ahmed_ has joined #harmattan | 23:36 | |
*** Sfiet_Konstantin has joined #harmattan | 23:36 | |
*** Ahmed_ has quit IRC | 23:37 | |
*** piggz has joined #harmattan | 23:39 | |
*** Ibrahim has joined #harmattan | 23:44 | |
*** jreznik__ has quit IRC | 23:45 | |
*** Ibrahim has joined #harmattan | 23:45 | |
*** arcean has joined #harmattan | 23:46 | |
*** Ibrahim has quit IRC | 23:47 | |
*** piggz has quit IRC | 23:49 | |
*** loin has quit IRC | 23:57 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!