IRC log for #harmattan on 20120710

00:17.24*** join/#harmattan ZogG_laptop (~ZogG@109.65.230.179)
00:29.42*** join/#harmattan gri (~gri@muhkuh.net)
00:42.41itsnotabigtruckmankeli: seems to be up now
00:42.59itsnotabigtruckbut i'm going to have to do something about the soon-to-expire ssl cert
00:43.17itsnotabigtruckit expires in about two weeks
00:43.33itsnotabigtruckup 104 days,  7:34
00:43.54itsnotabigtruck^ it's not an uptime problem - but the provider that server's on has had some interweb uplink issues
00:44.22ptlshould I change "developer's" shell to /bin/bash ?
00:45.22itsnotabigtruckptl: sure, though it would be a good idea to make sure bash has been incepted
00:45.42ptlhow do I do that? I change from develsh to develsh something?
00:45.43itsnotabigtruckotherwise you can't run your shell with more than a basic level of access
00:45.52itsnotabigtruckoh, and that's also a problem, hmmm
00:46.21itsnotabigtruckwell, if you don't care about not magically being given dev-level access when you log in
00:46.27itsnotabigtruckjust change to bash
00:46.59itsnotabigtruckyou can use ariadne (from inception) or develsh or something to gain more access
00:47.10itsnotabigtruckalternately, you could put a script in your home directory and put inside it:
00:47.15itsnotabigtruck#!/bin/sh
00:47.34itsnotabigtruck/bin/develsh -c '/bin/bash -'
00:47.49itsnotabigtruckand then set your shell to that script
00:48.02itsnotabigtrucki think that would work anyway, i haven't actually tried doing that
00:48.05itsnotabigtruckptl ^
00:48.23ptlyeah, I was looking at develsh -c /bin/bash but I think it does not get all root permissions, right?
00:48.28itsnotabigtruckif you go with that approach it's important that you not put the script inside mydocs
00:48.29ptlonly devel-sh or something
00:48.30itsnotabigtruckand that you make it +x
00:48.44itsnotabigtruckyeah, develsh gives you the permissions that are allowed for ovi apps only
00:48.46ptlyeah... MyDocs is vfat like in the N900
00:48.52itsnotabigtruckwhich is a subset of root access, and not the interesting parts
00:49.10itsnotabigtruckthe new version of inception i released the other day comes with ariadne, which is like sudo
00:49.14itsnotabigtruckit gives you all access
00:49.30itsnotabigtruckso you could just grab that and do ariadne sh if you want to upgrade to all access temporarily
00:49.40ptlI did not get what inception is about; it dodges the N9 DRM, is it?
00:49.45ptlnice!
00:49.46itsnotabigtruckmore or less
00:50.09itsnotabigtruckit's not really a drm system anymore, it's pretty much useless for drm purposes
00:50.18itsnotabigtruckbut it seems it was conceived to protect a drm system that never happened
00:50.32itsnotabigtruckit's certainly a pain in the neck though and inception lets you get around it
00:50.54ptlusing /bin/develsh -c /bin/bash made my ssh shared keys stop working
00:51.03itsnotabigtruckweird
00:51.08itsnotabigtruckprobably an environment problem
00:51.14itsnotabigtruckwhat do you mean by 'shared keys'
00:51.30itsnotabigtruckare you sshing from the phone to somewhere else, or somewhere else to the phone
00:51.37ptlpublic/private keys ~/.ssh/id_rsa.pub -> ~/.ssh/authorized_keys
00:51.39ptlthat ones
00:51.47ptlfrom somewhere else to the phone
00:51.55itsnotabigtruckhmm
00:52.10itsnotabigtrucki think it isn't an ssh problem, it's that you broke logging into developer
00:52.16itsnotabigtruckyou can't put an entire command line in as a shell
00:52.19itsnotabigtruckonly a path
00:52.25itsnotabigtruckthat's why i suggested that home directory script idea
00:52.34itsnotabigtruckwhich is nothing but a stub to run that command
00:53.06itsnotabigtruckthough it should be written like '/bin/bash -' i think, because that lets bash know that it's the login shell
00:53.30ptlI tried with bash -l
00:53.32*** join/#harmattan koe (koe@37.112.3.34)
00:53.36ptllet's try with bash -
00:53.36JackaLX/bin/bash --login
00:53.38JackaLXperhaps
00:54.10itsnotabigtrucki think all of those should work but i'd probably have to check the man page
00:54.39JackaLXputting a single dash `-' at the end of a command line generally means "take input from stdin"  like when you are piping commands together
00:54.49ptlI looked at the manpage
00:54.53ptlit's -l
00:54.57ptlbut it does not work
00:55.02ptland it does not accept my password
00:55.17ptlfor some reason it simply does not let me log in when I use it like that
00:55.29ptlbut if I return the shell to /bin/develsh it works.
00:56.08ptlMaybe I should use a script... I have some doubts whether one could use arguments in a login shell
00:56.30ptlwhere is a good place in the filesystem for a custom script?
00:56.47ptlI'm new to the N9.
00:57.04itsnotabigtruckJackaLX: but shells are a weird special case
00:57.25JackaLXtrue, itsnotabigtruck
00:57.25itsnotabigtruckA login shell is one whose first character of argument zero is a -, or one started with the --login option.
00:57.33itsnotabigtruckoh wait, argument zero
00:57.38itsnotabigtruckso if you did
00:57.40ptl/home/user/bin ?
00:57.46itsnotabigtruckln -s /bin/bash -bash
00:58.00itsnotabigtruckPATH=.:$PATH -bash
00:58.16itsnotabigtruckthen it would act as a login shell
00:58.22itsnotabigtruckbut what i said before was wrong :(
00:58.27itsnotabigtruckgo with the  --login
00:59.44*** join/#harmattan imunsie (~imunsie@ibmaus65.lnk.telstra.net)
01:00.03ptlYeah but I want to log in with full permissions
01:00.15ptlanyway, I cannot create a directory under /home/user
01:00.21ptlshould I go with develsh? devel-su/
01:02.31ptl/home/developer/bin $ cat login.sh
01:02.31ptl#!/bin/develsh
01:02.31ptl/bin/develsh -c '/bin/bash -l'
01:02.34ptllet's try this
01:02.49itsnotabigtruckptl: develsh won't give you full permission, and ariadne will prompt for your root password
01:02.59itsnotabigtrucksetting it up to log directly into full access isn't a great idea
01:03.06ptl:(
01:03.27itsnotabigtruckwhat i'd suggest is simply setting the shell to /bin/bash and gaining access only when you need it
01:03.38ptlbut let's try it
01:03.41itsnotabigtruckjust like you'd do on a regular linux system
01:03.47ptlI also added my login.sh to /etc/shells
01:04.13ptlyay!
01:04.15ptlIt worked!
01:04.22JackaLXOK, my PR1.3 OTA update has just gone passed the 3 hour mark since it got to 90%.  I think I'm starting to get a little impatient
01:04.34ptlbash-4.1$ id
01:04.35ptluid=29999(user) gid=30024(developer) groups=0(root),20(dialout),44(video),670(pulse-access),29999(users),30011(metadata-users),30014(calendar),30023(gallerycoredata-users),9990230,9990254,9990255,9990256,9990257,9990258,9990290,9990291,9990351,9990404,9990405,9990432,9990617
01:05.16jabisJackaLX: dun-dun-duuun - sounds like it went sour
01:05.51JackaLXjabis: 40 minutes or so ago I saw evidence that it was still chugging along
01:06.08itsnotabigtruckptl: now get inception :p you'll see a drastically longer list
01:07.02*** join/#harmattan imunsie (imunsie@nat/ibm/x-eyygwmvjrasmdbco)
01:07.05jabisJacka, I waited 6 hours - in the end had to reflash anyway - upon rebooting some big red letters of failed update trying to salvage stuff - and all apps were borked
01:07.29JackaLXjabis: ewwww no don't say that.  You scare me
01:08.18ptlitsnotabigtruck: I got inception 0.2 installed
01:08.37ptlnow, color prompt
01:08.39ptlit's essential
01:08.51ptlI log in to dozens of servers at the same time...
01:08.57ptlI differentiate them by color
01:09.08JackaLXptl: haha, I do that too
01:10.34JackaLXI have the hostname in the prompt too, but it is quicker and easier for the eyes to see the colour difference
01:12.28JackaLXOK, time to bite the bullet... time to reboot this pig.  I figure if it all goes south I can flash it (I've got the 1.3 image here)
01:13.42jabisGL Jackal
01:14.17itsnotabigtruckJackaLX: :(
01:14.26itsnotabigtruckis there any evidence what's causing the problem?
01:15.21itsnotabigtrucksince this doesn't sound very unique
01:15.39JackaLXitsnotabigtruck: not that I could tell
01:15.42itsnotabigtruckthere was a tmo thread suggesting it was caused by inception 0.1
01:15.45GeneralAntillesHmm
01:15.47itsnotabigtruckbut i never saw any such issue in my testing
01:15.48JackaLXit's rebooting now
01:15.55GeneralAntillesI installed the update I got notifications for on my N950 today.
01:15.58itsnotabigtruckhowever system package mods could easily cause problems
01:16.09RST38hWhat update?
01:16.12GeneralAntilles<PROTECTED>
01:16.14itsnotabigtruckif you incept a custom package over a system package, the package can't be replaced with a nokia package
01:16.17GeneralAntillesRST38h, various system applications.
01:16.19itsnotabigtruckwithout some serious hackery
01:16.23RST38hhmm, interesting
01:16.27itsnotabigtruckand a lot of people installed that system-ui mod
01:16.34itsnotabigtruckRST38h: pr1.3
01:16.41RST38hfor N950?
01:16.46RST38hreally?
01:16.46itsnotabigtruckno, only for n9 so far
01:16.47GeneralAntillesYeah, it's N950
01:16.50GeneralAntillesNo PR1.3 here.
01:16.50itsnotabigtruckoh?
01:16.59itsnotabigtruckok, no change then
01:17.03GeneralAntillesHalf my applications are missing from the home screen.
01:17.08GeneralAntillesCan I reboot. :<
01:17.13RST38hstill has rss feeds broken after pr1.2b and no idea how to fix them
01:18.24GeneralAntillesMaybe caused by Firefox 13
01:18.50itsnotabigtruckit definitely seems like flashing is a good idea even when the OTA upgrade doesn't bomb
01:18.58itsnotabigtruckthey've never worked reliably
01:19.00RST38hMine says "device up to date", no updates
01:19.00itsnotabigtruckbbiaf
01:19.03GeneralAntilleshttp://mg.pov.lt/harmattan-irclog/%23harmattan.2012-04-09.log.html
01:19.10RST38hGeneral, what updates?
01:19.27GeneralAntillesRST38h, Twitter, etc.
01:19.30GeneralAntillesDidn't pay close attention
01:19.36GeneralAntillesBut the Firefox update may have broken everything.
01:20.12ptlok, color prompt working, let's try from the native terminal
01:20.28*** join/#harmattan hardaker (~hardaker@mail.hardakers.net)
01:20.41GeneralAntillesGoddamn
01:20.45GeneralAntillesI don't have a current backup
01:20.50GeneralAntillesI /really/ don't want to have to reflash.
01:21.07RST38hweird weird crap
01:21.29RST38hN950 screen looks so dim after looking at the Note
01:21.50RST38hBut at least it does not have this ugly not-quite-black that spoils video playback
01:22.43jabisI had a reset'd device prior update and BOOM it went sour x)
01:22.46JackaLXw00t!  Version: PR1.3 40.2012.21-3_PR_005
01:22.48jabischeck that all your apps work - my facebook, twitter etc were all borked
01:22.50jabiseverytime something goes sour, eventhough no trace - I reflash just in case
01:22.50JackaLXI'm getting Twitter updates on feed homescreen. and the Twitter app appears to be workign fine
01:22.51JackaLXI don't use facebook
01:22.51jabistho could be useful to dump all your logs before/if you decide to reflash :)
01:22.51jabischeck email clients and all that stuff too :) did you receive the red letters upon rebooting?
01:22.51JackaLXall my IM a/c's are up and running
01:22.52JackaLXnope, no red
01:22.53GeneralAntillesAegis rejecting /var/cache/apt/archives/qt-components_1.3~git20120215-1+0m8_armel.deb
01:23.23ptlhow can I log in as 'developer' from within the device?
01:23.34ptltried su - developer as root, failed setting groups
01:24.48GeneralAntillesFor some reason apt-get -f install wants to install qt-components
01:24.53GeneralAntillesBut Aegis wont let it
01:24.57GeneralAntillesCan I force it somehow?
01:25.21*** join/#harmattan beford (~fernando@unaffiliated/beford)
01:25.44GeneralAntillesAh, shit.
01:25.55GeneralAntillesThat's the PR1.3 version
01:25.59GeneralAntillesWell, now I know what I did.
01:26.08GeneralAntillesInstalled the N9 Skype plugin last night.
01:26.13GeneralAntillesForgot to remove the N9 repo.
01:26.14GeneralAntillesUgh
01:26.28jabis:D
01:26.56GeneralAntillesCrap
01:27.01GeneralAntillesI need a way to back up the contacts DB
01:27.21ptlscp not working :-/
01:27.44JackaLXptl: `developer' and `user' are actually the same user, if you ssh in as developer and do whoami or id you'll see that your uid is that of `user'
01:28.37GeneralAntillesheaddesks.
01:29.08ptlI know
01:29.13ptlsame uid
01:30.18ptlchanging developer's shell back to /bin/develsh made scp work again
01:30.30ptlit seems that the login script captures the standard input that scp uses.
01:33.57GeneralAntillesGuess I'm reflashing.
01:35.54jabisGeneralAntilles: perhaps backup the whole tracker store with: tracker-control --backup=store.sqlite
01:36.38jabisthen move it out to your own computer for safety
01:36.56GeneralAntillesNo way to get it out
01:37.01GeneralAntillesNetworking doesn't work
01:37.05GeneralAntillesUSB mass storage doesn't work
01:37.44jabiswell move it to the MyDocs - flashing wont touch there (unless you flash the emmc too)
01:38.38jabistracker-control --restore=store.sqlite will restore the db as long as it isn't damaged
01:38.39ptlit went well
01:38.45ptltry it out, ppl
01:38.48ptlin ~/.bashrc
01:39.00ptl(can I paste it here? only 6 lines)
01:40.06ptlhttp://paste.ubuntu.com/1083762/
01:40.08ptlk
01:41.32*** join/#harmattan Faz (~Faz@cpc9-finc13-2-0-cust675.4-2.cable.virginmedia.com)
01:41.46itsnotabigtruckptl: you need to use devel-su instead of su
01:42.01itsnotabigtruckdevel-su is exactly the same as su except that it's fixed up to work with aegis
01:42.15itsnotabigtruckhowever also devel-su resets access so keep that in mind
01:42.40itsnotabigtruckoh, also - developer has the same uid as user
01:42.49itsnotabigtruckthere's no real reason to log in as developer from the device
01:43.00*** join/#harmattan adlan (~adlan@115.85.128.54)
01:48.17*** join/#harmattan Namek (44e44a28@gateway/web/freenode/ip.68.228.74.40)
01:48.33*** part/#harmattan _Faz_ (~Faz@cpc9-finc13-2-0-cust675.4-2.cable.virginmedia.com)
01:52.56*** join/#harmattan imunsie (~imunsie@ibmaus65.lnk.telstra.net)
02:00.47ptlitsnotabigtruck: the reason would be to automatically load developer's ~/.profile that may be different from user's .profile
02:00.58ptlanyway
02:01.07ptlfingerterminal is awesome.
02:01.25ptlI thought I would be unable to use N9 as I used my old N900. I was wrong.
02:01.32ptlThe translucent keyboard is great.
02:03.14ptlI don't want to spoil user's .profile because I know it can set the system unoperable...
02:04.30itsnotabigtruckhttp://www.reddit.com/r/AskReddit/comments/wanv2/when_im_being_tailgated_i_calmly_slow_down_until/c5bqiil
02:04.32itsnotabigtruck^ so true
02:04.42itsnotabigtruck(the comment highlighted that is)
02:06.53ptlI think the N9 is great, but it is a pity it doesn't employ widgets. Queen Beacon Widget on the N900 deserved a geek trophy.
02:10.11RST38hQueen Beacon Widget was so awful that it made you tear your eyes out
02:17.56*** join/#harmattan goka (~user@77.227.244.124)
02:18.54goka
02:20.11*** join/#harmattan adlan (~adlan@115.85.128.54)
02:21.46itsnotabigtruckgoka: hmm? looks like you sent a blank message
02:25.53*** join/#harmattan eman (~eman@202.4.232.249)
02:31.10GeneralAntillesbb5_rdc_cert_read_failed
02:38.57RST38hOMG trouble
02:39.43GeneralAntillesThis was so much easier on the N900.
02:46.12beford<PROTECTED>
02:49.55GeneralAntillesThere must be a workaround
02:51.21*** join/#harmattan eman (~eman@202.4.232.249)
02:58.44ladogawhat about ~/.profile making system inoperable?
02:59.20ladogai haven't heard about that
03:00.37GeneralAntillesAnybody have any suggestions?
03:00.44GeneralAntillesIt wont let me flash the older firmware
03:00.50GeneralAntillesBut there is no PR1.3 for N950.
03:01.28itsnotabigtruckladoga: well, if any system stuff loads it, breaking it could easily pwn your system, i guess
03:01.41ladogaitsnotabigtruck: thanks
03:01.57itsnotabigtrucki know, that isn't very informative :p
03:01.57ladogai've edited it many times without knowing that
03:02.15ladogano issues so far though
03:02.19itsnotabigtrucki'm not actually sure
03:02.31ladogaand i haven't removed any of the default lines
03:02.43ladogajust added my own ones so maybe that's it
03:02.44itsnotabigtrucki guess really all it should end up doing is to screw up your shell prompt or something
03:02.53itsnotabigtruckthough isn't there some environment setup stuff in there?
03:02.55itsnotabigtruckthat could be significant
03:03.02ladogathere's stuff like eval `/usr/bin/aegis-session --sh-syntax`
03:03.12ladogawhich i haven't touched
03:03.21*** join/#harmattan natunen (~nalle@213-186-240-19.bb.dnainternet.fi)
03:03.45ladogaitsnotabigtruck: yes
03:04.29GeneralAntillesBig hooray. N950 is a brick.
03:04.37ladogasome variables seem to be set up there
03:05.50ladogai wouldnt touch "export QT_IM_MODULE=MInputContext" either...as i don't know what's it about
03:07.47ladogaGeneralAntilles: isn't there anything you can do?
03:08.06GeneralAntillesladoga, that's the question I'd really like an answer to
03:08.35GeneralAntillesAccidentally upgraded to the N9's PR1.3 because I tried to get Skype installed last night and forgot to remove the repo.
03:08.44GeneralAntillesNow I can't flash it because it disallows the downgrade.
03:08.57itsnotabigtruckoh fuck
03:09.14itsnotabigtruckif you get it operational, there might be something you could do
03:09.22itsnotabigtruckif it won't boot, not really
03:09.47GeneralAntillesIt wont boot
03:09.53GeneralAntillesPR1.3 thoroughly screwed it up.
03:09.55itsnotabigtruckhmm
03:10.12itsnotabigtruckbuild a custom firmware image
03:10.31ladogaflasher really needs an option to downgrade
03:10.50GeneralAntillesCan't without the master key.
03:10.51itsnotabigtruckwith the pr1.3 n9 sw cert and a pr1.2 rootfs payload
03:10.58itsnotabigtrucknope, you can, see the tmo thread
03:11.19itsnotabigtruckand also the pr1.2 stock kernel
03:11.32itsnotabigtruckthat *should* work, and go into open mode in the process
03:11.48itsnotabigtruckhowever...crap, the solution i was thinking of relies on not being in open mode :p
03:12.10itsnotabigtruckbut if you don't mind staying in open mode forever that ought to at least get you unbricked
03:13.05GeneralAntillesWhich thread?
03:13.29itsnotabigtruckhttp://talk.maemo.org/showthread.php?t=85297&page=2
03:13.31itsnotabigtruckscroll to the middle
03:14.16itsnotabigtruckin this case you'd just do the 1st step and the last 2 steps
03:14.22itsnotabigtruckbut with more stuff in the image
03:14.28*** join/#harmattan imunsie (~imunsie@ibmaus65.lnk.telstra.net)
03:14.53GeneralAntillesAlright, thanks.
03:14.58GeneralAntillesGuess I'll try it in the morning.
03:16.06itsnotabigtruckkeep in mind that this isn't going to be easy
03:16.38itsnotabigtruckso be prepared to spend a long time digging up the utilities, dumping stuff, and reassembling it
03:16.52GeneralAntillesMight see if I can send it in for flashing first.
03:16.54itsnotabigtruckand that layout file, you should be able to obtain by strings'ing the image
03:16.55GeneralAntillesUgh
03:17.01GeneralAntillesWhat a stupid user-hostile waste of my life.
03:17.17itsnotabigtruckit specifies where the rootfs is supposed to be flashed on the emmc
03:17.35itsnotabigtruck(even though it's separate from the "emmc image" the rootfs image is flashed onto the emmc too)
03:17.51itsnotabigtruckthe fiasco image, that is
03:18.45GeneralAntillesBack to N900
03:18.49GeneralAntillesWeird not having swipe.
03:30.07RST38hDon't you know that it is all done for your safety and security?
03:30.21RST38hSo that no evildoer could flash your phone with his evildoing firmware!
03:30.29RST38hcackles satanically
03:32.49*** join/#harmattan user_ (~user@72.187.33.69)
03:33.28*** join/#harmattan GAN900 (~user@Maemo/community/contributor/GeneralAntilles)
04:19.10*** join/#harmattan xarcass (~igorsazon@195.93.246.10)
04:51.26japhgeneralantilles, in what way? this is what I did http://i.japh.se/_photo/upstart.jpg
04:51.29*** join/#harmattan MohammadAG (~MohammadA@ool-45772b34.dyn.optonline.net)
04:52.59*** join/#harmattan xnt14 (~xnt14@ool-45772b34.dyn.optonline.net)
05:06.27*** join/#harmattan imunsie (imunsie@nat/ibm/x-rylyzajomecvrwbi)
05:14.03itsnotabigtrucknight!
05:18.17*** join/#harmattan denism (~denism@host-109-204-226-3.tp-fne.tampereenpuhelin.net)
05:19.46*** join/#harmattan eman (~eman@202.4.232.249)
05:24.52*** join/#harmattan eman (~eman@202.4.232.249)
05:30.37*** join/#harmattan rcg (~rc@41.5.40.26)
05:33.11*** join/#harmattan aparaatti (5bdf6b23@gateway/web/freenode/ip.91.223.107.35)
05:33.54aparaattiHi, is it possible to make a snapshot image of my current system to be able to recover it using flasher?
05:34.21aparaatti...and good morning
05:37.07denismaparaatti: good morning, for usual devices - no. It is not possible to flash random files
05:39.07*** join/#harmattan imunsie (~imunsie@ibmaus65.lnk.telstra.net)
05:40.22*** join/#harmattan Siosm (~quassel@2a01:e34:ed1a:c410:226:55ff:feb3:9c79)
05:42.14aparaattiis there anyway to back all the installed apps?
05:43.00denismaparaatti: do you have something at /var/cache/apt/archives?
05:43.31denismyou can try copy those .deb files to other location and install them back later.
05:43.38mankeliitsnotabigtruck: yeah, it came up a minute after i said that its down :P
05:44.06denismbut their settings will be lost, it will be just a fresh installation
05:44.42aparaattino file in cache
05:45.13aparaattijust file lock and a folder called partial
05:46.00aparaattiok... I guess I will hose the phone at some point and just buy the apps again... :)
05:46.42denismok, then there is no stored .deb files... it should not be a problem to re-create .deb file by dpkg and apt device' settings, but I do not know is there such tool available or not
05:47.25japhdpkg --get-selections , and for settings just copy /{etc,usr,opt}  etc?
05:49.28denismjaph: will it update aegis hashes properly?
05:52.18denismok did the man read, so it is just a package list. It is not possible to download paid app back just by package name
05:53.41*** join/#harmattan liar (~liar@clnet-p09-185.ikbnet.co.at)
05:54.22*** join/#harmattan jaywink (~jaywink@cs181163242.pp.htv.fi)
05:54.53japhheh I didn't even think of paid apps
05:55.10japhI didn't think they were used much
05:56.14denismyeah, if N9 would be born in 2007 - there would be millions of paid apps for N9, and there would no be iPhone. :)
05:56.43japhdo you pay for all apps on iphones?
05:57.01denismbut no - for me it seems that most of paid apps are bought by community members to 'sponsor' the development. Lets say like donation.
05:57.37denismjaph: I just bought 3 apps from EA (~5 days ago). There was a discount, 0.79 euro per item :)
05:57.48japhuhm, maybe. if the money goes to the dev and not 90% to $vendor or whatever
05:58.32japhI've given money and hardware to people whose software I can not live without
05:58.41japhEA! Deluxe paint!
06:00.46*** join/#harmattan rnovacek (radek@nat/redhat/x-oohdzlaztlkufvdl)
06:31.19*** join/#harmattan Saviq_ (~Saviq@89-70-82-159.dynamic.chello.pl)
06:34.21*** join/#harmattan tbf (~mathias@p5B3D5554.dip.t-dialin.net)
06:34.44aparaattithere is the all important pinball fantasies that I'll probably have to buy again :)
06:58.08*** join/#harmattan gabriel9|work (~quassel@79.143.160.58)
07:29.52*** join/#harmattan tom (~tom@93.186.149.42)
07:33.47*** join/#harmattan jreznik (jreznik@nat/redhat/x-rzlezwnmgngplutm)
07:36.55*** join/#harmattan jreznik_ (jreznik@nat/redhat/x-majyhnjpgrkbwwxe)
07:56.36*** join/#harmattan e-yes (~e-yes@94.25.130.1)
07:56.54*** join/#harmattan mzanetti_mobile (~mzanetti_@elisagw.oddpacket.com)
08:00.40Kozziladoga: d8es it work?
08:00.53Kozzis/d8es/does
08:01.14Kozzis\d8es\does
08:01.22Kozzisigh
08:02.31*** join/#harmattan natunen|2 (~nalle@213-186-240-19.bb.dnainternet.fi)
08:13.36*** join/#harmattan kozzi_ (~kozzi_@cs27078015.pp.htv.fi)
08:22.03ladogaKozzi: Why wouldn't it?
08:24.46kozzi_dunno, sometimes my code builds without errors but usually this doesnt mean that the program works
08:25.23ladogaI didn't use it to download anything yet, I'll try to package it first and see then...
08:26.08kozzi_ok, thanks
08:26.43*** join/#harmattan jreznik__ (jreznik@nat/redhat/x-qczsaupdgmtywfgy)
08:26.57ladogaif youre in hurry just install scratchbox and compile it
08:27.56*** join/#harmattan artemma (~artem@83.145.245.61)
08:28.38ladogaall it needs is for you to type "make" and thats it...i just dont want to install it without packaging first
08:29.19kozzi_wont be home till the end of this month so not able to try it
08:30.17ladogai could try to add its libs to path to make it work without installing i guess
08:31.46*** join/#harmattan vladest (~Vlad@195.238.92.121)
08:32.27ladogaKozzi: ok...i'll try when i get home from work
08:33.05kozzi_ladoga, ok great
08:39.10vladestsoooo. still no pr1.3 for n950?
08:41.04*** join/#harmattan mikelima (~mikelima@net-2-33-166-248.cust.dsl.teletu.it)
08:44.31*** join/#harmattan tbf_ (~mathias@p57A9EA01.dip.t-dialin.net)
08:47.26*** join/#harmattan jreznik__ (jreznik@nat/redhat/session)
08:47.26*** join/#harmattan jreznik__ (jreznik@nat/redhat/x-sasesmkvrsmiwanu)
08:47.31*** join/#harmattan pinheiro (~pinheiro@Bl19-18-112.dsl.telepac.pt)
08:56.05*** join/#harmattan jreznik__ (jreznik@nat/redhat/x-lkvsborrpkxxsvvm)
08:56.16*** join/#harmattan thetet (~raggam-nl@ele-130.mur.at)
08:59.41*** join/#harmattan rigo (~rigo@ANancy-551-1-105-18.w92-130.abo.wanadoo.fr)
09:29.28*** join/#harmattan arcean (~arcean@83.4.123.189)
09:39.21*** join/#harmattan decibyte (~mmm@gateway/tor-sasl/decibyte)
09:49.30*** join/#harmattan mikelima (~mikelima@net-2-33-166-248.cust.dsl.teletu.it)
10:00.17*** join/#harmattan azeem (~mbanck@ppp-188-174-21-138.dynamic.mnet-online.de)
10:03.53*** join/#harmattan ZogG_laptop (~ZogG@bzq-109-65-230-179.red.bezeqint.net)
10:16.09*** join/#harmattan M4rtinK (~M4rtinK@mail.melf.eu)
10:23.22*** join/#harmattan jreznik__ (jreznik@nat/redhat/x-bjnzimjwuuxakkwx)
10:26.37khertanhttp://khertan.net/blog/KhtSimpleText_1.0.1_available_in_apps4meego
10:37.34*** join/#harmattan trx (~ns-team@212.200.198.128)
10:47.02*** join/#harmattan eman (~eman@202.4.232.249)
10:48.16ZogG_laptoptrx, thanks for rdesktop =)
10:52.21*** join/#harmattan lildeimos (~lildeimos@95.236.25.249)
11:02.34*** join/#harmattan trx (~ns-team@212.200.199.217)
11:11.24pais any nx client now available for harmattan?
11:13.54*** join/#harmattan arcean (~arcean@aaer3.neoplus.adsl.tpnet.pl)
11:17.23*** join/#harmattan mf2hd (~mf2hd@cthulhu.rlyeh.fi)
11:33.18*** join/#harmattan mf2hd (~mf2hd@cthulhu.rlyeh.fi)
11:56.29*** join/#harmattan hardaker (~hardaker@mail.hardakers.net)
12:06.43*** join/#harmattan adlan (~AAFR@210.195.203.188)
12:07.21*** join/#harmattan hardaker (~hardaker@mail.hardakers.net)
12:14.53*** join/#harmattan user____ (~user@90.173.91.177)
12:20.34*** join/#harmattan JudgeD3ad (~JudgeD3ad@194.2.44.33)
12:24.03*** join/#harmattan denism (~mdn@host-109-204-180-70.tp-fne.tampereenpuhelin.net)
12:32.02niwakameSo I tried QPair<const Single, const Single> marriage = qMakePair(singleOne, singleTwo); but it didn't work
12:35.06pastupid question: can the swype interface be used by jollamobile or is it patented?
12:35.22SpeedEvilswype is patented
12:35.37SpeedEvilAs is swipe
12:35.44SpeedEvilAlso skype
12:35.45thppa: swype = vkb, swipe = "n9 ux"
12:37.50payes sorry, swipe
12:38.05niwakameNokia has given Jolla some patents, don't know which
12:38.06paso essentially, no further phones will be using the swipe interface?
12:38.13virtualdux=just a fancy way of saying ui
12:38.29pa(as i assume winphones are only metro, and nokia wont be building anything else soon)
12:38.55Stskeepsniwakame: that's a mistranslation from a finnish source.
12:39.11niwakamewhat's the correct meaning?
12:39.30Stskeepsmeaning that sometimes nokia bridge does this, but this wasn't a case in jolla
12:39.53niwakameAww, sad
12:40.22thpvirtuald: i could argue that ux = more than just ui
12:41.18virtualdi could argue the new name is needed to make people think outside le box
12:43.54niwakameManager talk: "We need something really catchy! Come on guys" - "Well..think of it..everything with an X in it is cool, like X-Men!" - "So be it, let's call it UX!" *standing ovations*
12:44.15niwakameand that's not so far from reality -_-'
12:44.16niwakame^^
12:44.56thphttp://www.quora.com/Product-Design-physical-goods/Whats-the-difference-between-UI-Design-and-UX-Design-1
12:45.36azeemniwakame: has that patent transfer been confirmed? There were conflicting informations about a badly (google) translated finnish interview with the Jolla CEO
12:47.16*** join/#harmattan vladest_ (~Vlad@195.238.92.121)
12:48.44alteregoazeem: the interview just said they'd been created with the help of Nokia's bridge program. Other people, over twitter, tmo, etc. Have said that that meant they got IP from Nokia, but that isn't the case.
12:48.45pai will miss the swipe tho..
12:48.50alteregoThe interview never said that.
12:50.33GAN900Is swipe patented?
12:50.48*** join/#harmattan JudgeD3ad (~JudgeD3ad@194.2.44.33)
12:51.04alteregoGAN900: even if it isn't still their IP no?
12:51.41GAN900It's not like there isn't similar stuff elsewhere.
12:53.15GAN900You can't call it Swipe, but that doesn't preclude the option of switching applications by that method.
12:53.37GAN900(I really don't remember how to type on the N900 keyboard)
12:54.28SpeedEvilI was assuming it was patented.
12:54.33SpeedEvilAs seemingly everything is.
12:54.54alteregoGAN900: sure, so lets do a UX called "wipe" :)
12:56.18alteregobbl
12:56.57fluxalterego, make it a two-finger gesture and patent that, cite one-finger swipe as existing work
12:57.06fluxalterego, then have it be so buggy that one-finger gesture works as well ;)
12:57.23azeem"traffic: false, //true,  // TODO: change back when management makes up their mind"
12:57.28azeemlol
13:03.22xarcassthinks RIM Playbook uses pretty same swipe for app switching. at least BB10 surely does
13:10.29denismthere is no any released BB10, I have heard that they have shown a lot of 'features' which are even not licensed by them
13:10.39*** join/#harmattan hardaker (~hardaker@mail.hardakers.net)
13:11.07denismso it is not known what will be in the release version
13:13.28rigowhat is the equivalent for APN in the N9?
13:18.28Corsacrigo: “Access point name”?
13:19.23*** join/#harmattan thetet (~raggam-nl@ele-130.mur.at)
13:20.15GeneralAntillesTrying to unpack Mac OCF gives invalid FIASCO file header
13:20.22GeneralAntillesDo I need to use the Linux OCF?
13:22.32jonnihow are you trying to unpack it
13:23.33GeneralAntillesflasher-3.5 -F <image> -u
13:24.05jonniand how did you extract the bin out of the OFC first?
13:24.28GeneralAntillesAh, haven't done that.
13:24.29jonniyour doing it wrong if you try to extract ocf directly :)
13:24.59GeneralAntillesIs there a quick'n'easy how to somewhere?
13:25.53jonniyes in TMO :)
13:29.06GeneralAntillesUseless search
13:29.10GeneralAntillesGuess I'm doing this after class.
13:31.00ZogG_laptophmm, looks like firefox OS has multitasking, the real one. at least as it's shown on video of prototype preview
13:31.04hiemanshuwriting QML after so long, nothing makes sense :(
13:38.11jonniGeneralAntilles: as a hint I can say that in mac/linux look at temporary dirs where its extracted, and on windows you can just drop ocf.exe to winrar :)
13:40.45user____exit
13:44.26*** join/#harmattan mschlens (~mschlens@e180030157.adsl.alicedsl.de)
13:49.51*** join/#harmattan DocScrutinizer (~halley@openmoko/engineers/joerg)
13:51.47ZogG_laptopGAN900, Corsac is it me, or you were missing here for a while?
13:52.17*** join/#harmattan DocScrutinizer05 (~HaleBopp@openmoko/engineers/joerg)
13:52.36Corsacmissing?
13:54.27ladogaseems like rtmpdump almost builds with rules from debian package, but i get error "librtmp0 missing files (usr/lib/*/lib*.so.*), aborting"
13:55.04Corsacremove the first *
13:55.11ladogayes i figured
13:55.28Corsacyou build with a non-multiarch dpkg/debhelper, that's why :)
13:55.41ladogabut i haven't found it anywhere
13:56.20ZogG_laptopCorsac, didn't see you here for a while, or we just from different TZs
13:56.32ladogayes debian would install those libs to /usr/lib/<arch>/
13:56.40ladogawhile i just need /usr/lib
13:56.58CorsacZogG_laptop: i'm in CEST but I'm quite idle these days
13:57.55ladogain rules i have "MAKEVARS=prefix=/usr CRYPTO=OPENSSL LIBDIR=/usr/lib"
13:58.13ladogaso i don't know where it gets that extra * :)
13:58.33Corsacladoga: from the debian/*.install files
13:58.50ladogathanks
14:00.30*** join/#harmattan rm_work (~rm_you@johnx.xen.prgmr.com)
14:00.30*** join/#harmattan rm_work (~rm_you@Maemo/community/cssu/rm-you)
14:02.44itsnotabigtruckGeneralAntilles: i know that 7-zip can take apart the windows version of the ocf
14:02.56itsnotabigtrucki think doc or someone write a utility that tears apart the linux version
14:04.20ladogashould i omit manpages? and can i simply remove debian/rtmpdump.manpages
14:04.54ladogaor does it matter
14:05.05ladogacd ..
14:05.09ladogaops:)
14:05.19ladogamouse focus
14:05.38deramfocus follow mind not implemented
14:05.57itsnotabigtruckladoga: when you install a package on harmattan it nukes all the manpages, changelogs, and copyright files
14:06.03itsnotabigtruckeverything in /usr/share/doc
14:06.33ladogaderam: that's a good UI idea for jolla mob
14:06.50itsnotabigtruckso including them or not is a moot point, but debian regs say that you *have* to have the changelog and copyright files so at least have those
14:07.11ladogaitsnotabigtruck: thanks
14:07.57NamekHi, yesterday I asked about the aegis file for my app, it's a daemon that access an sqlite db and has a dbus interface,  here's what I have now http://pastebin.com/mEtJzPf9 my app is launched as user but I can't register the dbus interface, if I leave the auto generated aegis file my app is launched as nobody so I can't write to the db :(
14:08.50itsnotabigtruckNamek: it looks like you need to assert 'access' too?
14:10.35*** join/#harmattan tbf (~mathias@p57A9EA01.dip.t-dialin.net)
14:10.51Namekitsnotabigtruck: I don't understand :( what I'm missing? or what shouldn't be there?
14:11.29itsnotabigtruckNamek: i think <credential name="access" />
14:11.44Nameklike the third line?
14:11.45itsnotabigtruckyou specified that as the credential required to talk to dbus, but you aren't asserting it on your program
14:11.51itsnotabigtruckyou need to add it to the request area also
14:11.54Namekoh
14:12.03Namekthanks :) I will try that right now
14:12.14itsnotabigtruckalso it doesn't look like you're using control at all
14:12.24Namekwhat's control for?
14:12.29itsnotabigtrucki don't know, it's in your xml
14:12.46*** join/#harmattan GAN900 (~user@Maemo/community/contributor/GeneralAntilles)
14:12.50itsnotabigtruckunless your app specifically checks for it somewhere, there's no reason to have it
14:12.53NamekI took it from the dbus example in harmattan dev
14:13.03itsnotabigtruckhmm
14:13.20itsnotabigtruckwell, i haven't done dbus + aegis before so it would probably be a good idea to look over the docs
14:14.48NamekI did look at the docs, they just ain't that clear :( I guess I should try first to make the dbus interface work and then worry about launching my app as user
14:14.52*** join/#harmattan Shaan7 (~shantanu@kde/developer/shantanu)
14:17.58itsnotabigtruckwell, the idea is that you're defining a policy for dbus that allows programs with token x to talk to your dbus service
14:18.27itsnotabigtruckactually i just realized that you don't need to assert access like i said, because that's for other apps that want to talk to your dbus server
14:18.30itsnotabigtrucknot the dbus server itself
14:18.33itsnotabigtruckso i led you astray :(
14:18.41itsnotabigtruckare you sure all the paths are correct?
14:19.45hiemanshuso is there a way to run a GUI as root?
14:20.50itsnotabigtruckhiemanshu: not without cap::dac_override
14:20.51itsnotabigtrucki looked into that a while back for opptimizer
14:20.53Namekitsnotabigtruck: yest the paths are correct, it didn't work :( I don't know what else can I do as If I used the auto gen aegis file my app can't access the database when rebooting
14:21.18hiemanshuitsnotabigtruck: so thats a no :(
14:21.35itsnotabigtruckhiemanshu: pretty much, better figure out some other way to do it, like spawning a process
14:21.37itsnotabigtruckor...
14:21.48itsnotabigtruckassert uid::root and the setxid policy mod
14:22.01itsnotabigtruck*mode   then setreuid to swap the real and effective uids at will
14:22.17itsnotabigtruckthat means however that your app won't work correctly if it's launched as root
14:22.38itsnotabigtruckyou could also use setfsuid instead of setreuid
14:23.22itsnotabigtruckbut there's a good chance you can find a way to avoid needing to run as the root user at all
14:24.55hiemanshuitsnotabigtruck: I can spawn a process, I just need to well, run something as root
14:24.56ladogabah..it still doesn't create any directories under debian/librtmp0, though all libs get compiled and sit in the build dir
14:25.00hiemanshurun a command as root basically
14:25.14itsnotabigtruckhiemanshu: which command?
14:26.29hiemanshuitsnotabigtruck: well cant say that, lets see if I can do without root
14:26.43hiemanshuI'll find a way around
14:26.59itsnotabigtruckhiemanshu: unless you're doing a filesystem write, you probably don't actually need the root user
14:27.12itsnotabigtrucksee if you can assert capabilities instead
14:27.28hiemanshuyeah
14:27.31hiemanshuI'll see that
14:27.47itsnotabigtruckalso if you're doing a filesystem read, cap::dac_read_search is a developer credential
14:27.57itsnotabigtruckit's like cap::dac_override for reads only
14:28.11itsnotabigtruckin some cases you might be able to get away with that
14:29.41itsnotabigtruckbut keep in mind that executing a process from a process that has an aegis add or set policy which includes any credentials
14:29.43itsnotabigtruckis usually a security hole
14:35.40*** join/#harmattan mlong (0c352be2@gateway/web/freenode/ip.12.53.43.226)
14:37.15zx2c4itsnotabigtruck, whats that command to list the aegeis privs a process has?
14:41.06*** join/#harmattan liar (~liar@clnet-p09-185.ikbnet.co.at)
14:43.08*** join/#harmattan danielcbit (daniel@nat/indt/x-ufkzaszozdrvehxx)
14:47.42*** join/#harmattan eman (~eman@202.4.232.249)
14:49.08niwakameSegfaulting malf only occurs on system components, right?
14:50.06niwakameSo if I'm segfaulting like crazy on a selfwritten program that doesn't matter?
14:50.23Namekis there a way to add to my buld something like DEFINES += MEEGO_EDITION_HARMATTAN automatically so if I change the target I doesn't define that macro?
14:55.51*** join/#harmattan pinheiro (~pinheiro@bl19-18-112.dsl.telepac.pt)
15:34.11*** join/#harmattan Sniper_swe (~communi@213-66-83-184-no187.tbcn.telia.com)
15:45.53*** join/#harmattan tom___ (~tom@93.186.149.42)
15:46.36*** join/#harmattan pawky (~pawky@c80-217-75-20.bredband.comhem.se)
15:52.23*** join/#harmattan NIN101 (~NIN@p5DD288A8.dip0.t-ipconnect.de)
15:57.22*** join/#harmattan Brownout (~brownout@unaffiliated/brownout)
15:59.29*** join/#harmattan pinheiro (~pinheiro@2.80.18.112)
16:06.20*** join/#harmattan azeem (~mbanck@ppp-188-174-21-138.dynamic.mnet-online.de)
16:07.17*** join/#harmattan benares_98 (~user@68.64.193.58)
16:11.43*** join/#harmattan mzanetti_mobile (~mzanetti_@ulmg-5d8447a4.pool.mediaWays.net)
16:11.45*** join/#harmattan djszapi|vbox (5d59fd72@gateway/web/freenode/ip.93.89.253.114)
16:11.57djszapi|vboxHey! Is anybody developing for Harmattan from XP?
16:13.03*** join/#harmattan Namek (46b714a2@gateway/web/freenode/ip.70.183.20.162)
16:21.03*** join/#harmattan mschlens (~mschlens@e180031074.adsl.alicedsl.de)
16:28.38itsnotabigtruckzx2c4: just got back online
16:28.43itsnotabigtruckit's accli -I
16:28.55itsnotabigtruckyou can add an argument to look it up for an arbitrary pid
16:29.07djszapi|vboxitsnotabigtruck: ping
16:29.10itsnotabigtrucknormally it does its own parent pid (i.e. the shell you ran it from)
16:29.14itsnotabigtruckdjszapi|vbox: 'sup
16:29.16djszapi|vboxyou are the guru at random stuff :)
16:29.18itsnotabigtrucklol
16:29.20djszapi|vboxhaving a hefty stuff
16:29.31djszapi|vboxitsnotabigtruck: http://paste.kde.org/515384/
16:29.39djszapi|vboxusing linux in virtualbox
16:29.48djszapi|vbox'd like to install an enclipse environment
16:29.49ptldoes anyone have aiccu compiled for the N9?
16:29.51djszapi|vboxfor DSP development
16:29.56djszapi|vboxptl: still nop
16:29.57itsnotabigtruckno idea at all
16:30.07itsnotabigtruckobviously some kind of font related thing
16:30.08ptlk thx
16:31.42itsnotabigtruckman, i'm getting a LOT of spams lately
16:31.54itsnotabigtruckmost of them seem to have a subject of 'newsletter', and that's it
16:32.18djszapi|vboxitsnotabigtruck: got a clue to fix the thingie?
16:32.55itsnotabigtruckdjszapi|vbox: the 'no idea at all' was about your issue
16:33.16itsnotabigtrucki really don't know much about x and that sounds like a weird problem
16:33.31djszapi|vboxitsnotabigtruck: ^^
16:33.38djszapi|vboxI am not good jedi enough
16:33.48djszapi|vboxitsnotabigtruck: you have an idea :)
16:33.53djszapi|vboxyou should now repeat you ahve one ;)
16:33.54*** join/#harmattan Sniper_swe (~communi@213-66-83-184-no187.tbcn.telia.com)
16:33.55djszapi|vboxhave*
16:35.37itsnotabigtrucklol
16:37.27*** join/#harmattan niqt (~quassel@host204-34-dynamic.35-79-r.retail.telecomitalia.it)
16:45.16*** join/#harmattan liar (~liar@clnet-p09-185.ikbnet.co.at)
16:46.08niwakamebah
16:46.28niwakameanyone here who is familiar with oauth on REST basis?
16:46.44niwakameso basically the transmitted information rather than generation (that works)
17:12.13Namekjonni: are you there?
17:13.56*** join/#harmattan lildeimos (~lildeimos@host54-42-dynamic.41-79-r.retail.telecomitalia.it)
17:16.19djszapi|vboxNamek: do not ask to ask
17:19.42Namekdjszapi: sorry, yesterday jonni was the one that seems to know the answer to my question
17:20.15*** join/#harmattan vladest (~Vlad@141-244-92-178.pool.ukrtel.net)
17:29.33djszapi|vboxNamek: well, it is your problem to not fire away instantly.
17:32.41Namektake it easy dude, I'm not harming anyone
17:33.06djszapi|vboxmeh
17:39.06*** join/#harmattan lizardo (~lizardo@201.76.96.75)
17:42.38*** join/#harmattan GAN900 (~user@32.134.9.39)
17:42.38*** join/#harmattan GAN900 (~user@Maemo/community/contributor/GeneralAntilles)
17:51.52*** join/#harmattan rZr (~rzr@rzr.ww7.be)
17:53.59djszapi|vboxrzr: so do you have time for packaging that stuff?
17:54.03rzryes
17:54.13rzrit depends on ocaml
17:54.18rzrso not that easy
17:54.37rzri did push a package to u in case u want to finish it
18:02.26MohammadAGanyone got an N9 with PR1.3?
18:02.52djszapi|vboxrzr: I would not like to. :)
18:03.49*** join/#harmattan ZogG_laptop (~ZogG@109.65.230.179)
18:07.26NamekI do
18:07.56MohammadAGcan you do dpkg -l system-ui and paste the full version string?
18:08.05MohammadAGmake sure the terminal/ssh window is maximized
18:08.11MohammadAGor use | less / | more
18:08.14Namekas user? or root?
18:08.39MohammadAGdoesn't matter
18:08.40MohammadAGuser
18:08.41Namek1.3.2-1+0m8
18:11.36MohammadAGwe're gonna have a problem here
18:11.43Namek:(
18:11.44MohammadAGanyone got PR1.3 sources DVD?
18:11.46Namekwhat's the problem?
18:12.53MohammadAGhmm, git has a newer version
18:13.00MohammadAGno problems, carry on, thanks :p
18:13.38djszapi|vboxrzr: please drop me an email once the package is available, thanks.
18:13.42*** join/#harmattan Saviq_ (~Saviq@89-70-82-159.dynamic.chello.pl)
18:16.09*** join/#harmattan wicket64 (~wicket@81-86-240-143.dsl.pipex.com)
18:21.57*** join/#harmattan gabriel9 (~gabriel9@214-128-241-92-bl.cable.dyn.broadband.blic.net)
18:25.34rigoanybody an idea how to resolve my download/dependency problem with PR 1.3? some apps load, but dev-mode doesn't. Even with meecatalog, install of openssh server fails. can't change the nameserver either
18:28.18*** join/#harmattan e-yes (~e-yes@94.45.178.38)
18:31.32niwakamesomeone knows how to disable headers with QNetworkRequest?
18:32.00niwakameI tried req.setRawHeader("Accept-Language",QByteArray());
18:32.07niwakamebut that does nothing...
18:34.49MohammadAG32wd_to reboots
18:34.50MohammadAGwtf
18:36.41GeneralAntillesMohammadAG, it was complaining about layout files when I tried to flash the rootfs.
18:37.06*** join/#harmattan GAN900 (~user@72.187.33.69)
18:37.06*** join/#harmattan GAN900 (~user@Maemo/community/contributor/GeneralAntilles)
18:37.27MohammadAGGeneralAntilles, exact command and exact error?
18:38.18GeneralAntillesOne sec.
18:38.34GeneralAntillesMohammadAG, it's pretty clearly not letting me update because it sees PR1.3 on the device.
18:38.47MohammadAGyeah, but it should be easy to circumvent that imo
18:38.58GeneralAntillesIs there any way to force around that that doesn't involve building a new FIASCO image with PR1.3 certs and PR1.2 payload as itsnotabigtruck suggested?
18:39.02MohammadAGthe layout file is for eMMC flashing, you might lose data
18:39.24GeneralAntillesDon't care
18:39.31GeneralAntillesI just don't want to have to mail it back to Finland.
18:39.50GeneralAntillesflasher -r ./rootfs.jffs2 -f
18:40.07GeneralAntillesERROR: rootfs in this format requires a layout file - you need to use fiasco-gen
18:40.20MohammadAGyou need to build an image
18:40.28MohammadAGthat's what fiasco-gen does
18:40.42MohammadAGyou have SB right?
18:40.47GeneralAntillesNot installed currently, no.
18:41.12MohammadAGhow'd you get PR1.3 on it?
18:41.29GeneralAntillesMohammadAG, I installed the Skype stuff from the N9 repo the other night.
18:41.33GeneralAntillesThen forgot to disable the repo
18:41.42GeneralAntillesand stupidly installed the updates it notified me about in the morning.
18:41.56MohammadAGand it bricked just like that?
18:42.39arceanstrange, I'm running N9 PR1.3 on N950 :)
18:42.55MohammadAGit should work fine
18:43.05MohammadAGarcean, different method?
18:43.15arceanno, just OTA
18:43.18*** join/#harmattan vladest_ (~Vlad@35-250-92-178.pool.ukrtel.net)
18:43.26jonnirigo: you dont need to be root to install dev-mode, you can install it as user too.
18:43.41GeneralAntillesIs there an N9 OCF I could flash without screwing up cellmo etc?
18:43.50MohammadAGDoubt it
18:43.58MohammadAGor you could try actually
18:43.58arceancellmo is the same
18:44.13MohammadAGit's not like there's a permanent brick anyway
18:44.14GeneralAntillesHow much more of a brick can I make it?
18:44.33denismregarding to PR1.3 - strange, just got a lot of problems on qt-components app (FBReader). Never seen such misbehaviour on PR1.2, so most probably - some new bugs :(
18:44.37MohammadAGnothing more
18:44.38jonnior maybe people show wait a while and see if official N950 PR1.3 is released ;)
18:44.52MohammadAGit won't be
18:45.03arceanjonni, yes with 1.3 SDK repo ? :D
18:45.21denismI hope they will spend such resources for PR1.4 for N9 instead of PR1.3 for N950
18:45.23MohammadAGafaik you could set version via flasher-3.5
18:45.29MohammadAGnot sure it'd work on the N950
18:45.45arceandenism, 1.3 for N950 is ready (well sort of)
18:45.47GeneralAntillesSomebody must've worked out how to downgrade.
18:46.03MohammadAGwonder if cold flashing would work...
18:46.39arceanGeneralAntilles, did you try itsnotabigtruck method with fiasco-gen?
18:46.45GeneralAntillesThis is such a stupid situation to be in.
18:46.51MohammadAGhe doesn't have fiasco-gen
18:46.55MohammadAGGeneralAntilles, try cold flashing
18:46.57arceanohh
18:46.59MohammadAGI doubt it'll work, but worth a shot
18:47.01GeneralAntillesarcean, no, I'm not sure where to start and don't have the tools easily at hand.
18:47.09denismarcaen: do you mean RM680 image? There should be a proper SDK update and so on - I do not believe it is 'ready'
18:47.11arceanhmm
18:47.57MohammadAGGeneralAntilles, you'll need SB installed to use fiasco-gen
18:48.10MohammadAGGeneralAntilles, anyway, try cold flashing
18:49.15arceandenism, I saw PR 1.3 repo for N950 :P
18:49.19GeneralAntilleshttp://pastebin.com/iwD9xREC
18:49.55MohammadAGnow try to flash the full PR1.2 image
18:50.08*** join/#harmattan jaywink (~jaywink@cs181163242.pp.htv.fi)
18:50.20GeneralAntilleshttp://pastebin.com/vicV8rqi
18:50.22GeneralAntillesSame complaint
18:51.19jonniarcean: that one is not public yet, so remember the channel topic, no NDA stuff here.
18:51.20GeneralAntillesWhat an obnoxious feature for a dev phone.
18:51.40arceanMohammadAG, btw mp-harmattan-xxx-pr contains sw-cert (flashes?)
18:51.57denismarcean: I think they are generated automatically. But does anyone work for PR1.3 for N950? (do tests and so on) Really not sure.
18:53.50MohammadAGarcean, where does it have it?
18:54.51GeneralAntillesWhy can't I just say "Yes, yes. Install it anyway and force open mode."
18:54.55GeneralAntillesThat would be helpful.
18:55.31denismI would like to get PR1.3 for N950, but I do not believe to such possibility at all. :(
18:56.11MohammadAGGeneralAntilles,
18:56.12MohammadAG~ $ sysinfoclient -g /device/sw-release-ver
18:56.16MohammadAGthis is where it gets it
18:56.23MohammadAG~ $ sysinfoclient -g /device/sw-release-ver
18:56.23MohammadAG/device/sw-release-ver = DFL61_HARMATTAN_3.2012.02-6_PR_RM680
18:56.36arceanMohammadAG, /usr/share/osso/cert-sw
18:56.52GeneralAntillesMohammadAG, so how do I overwrite?
18:57.40MohammadAG<PROTECTED>
18:57.40MohammadAG<PROTECTED>
18:57.40MohammadAG<PROTECTED>
18:57.41MohammadAG<PROTECTED>
18:57.41MohammadAG<PROTECTED>
18:57.50MohammadAGyou need to modify cal, not sure if that's safe
18:58.49arceandenism, it's possible to use N9 repo
18:59.01GeneralAntilles^ I don't recommend it. O_O
18:59.21MohammadAGConF
18:59.22MohammadAGsw-release-ver
18:59.22MohammadAGq"DFL61_HARMATTAN_3.2012.02-6_PR_RM680ConF
18:59.23MohammadAGthere it is
18:59.32MohammadAGDocScrutinizer05, wasn't there a tool to modify cal?
18:59.35jonniGeneralAntilles: I must have missed the backlog, what is the current state and what you are trying to solve?
18:59.41MohammadAGView-openmode
18:59.41MohammadAGConF
18:59.42MohammadAGo hai
18:59.50*** join/#harmattan Sniper_swe (~communi@213-66-83-184-no187.tbcn.telia.com)
19:00.09DocScrutinizer05MohammadAG: there was
19:00.14DocScrutinizer05kinda
19:00.18GeneralAntillesjonni, current state is an N950 brick that wont boot that's PR1.3 enough that I can't reflash it with the public PR1.2 image available for N950.
19:00.50MohammadAGGeneralAntilles, here's the best bet
19:00.58MohammadAGbackup /dev/mtd1
19:01.09MohammadAGthen sed the value
19:01.17MohammadAGDocScrutinizer05, where?
19:01.28DocScrutinizer05sorry, lost the link
19:01.32*** join/#harmattan goka (~user@90.173.91.177)
19:01.37jonniGeneralAntilles: boot with rescue kernel, untar rootfs from pr1.2 to mounted drive and reboot?
19:02.07DocScrutinizer05iirc in somw git
19:04.37GeneralAntillesThere's the open mode warning, I guess.
19:05.17aephm, so how do i actually enable open mode? is there some wiki?
19:07.42GeneralAntillesThis'd be less frustrating to airmail, I think.
19:08.03*** join/#harmattan Enforcer (David@203-206-166-147.perm.iinet.net.au)
19:10.01GeneralAntillesfires off a mail to qgil.
19:10.31MohammadAGGeneralAntilles, wait!
19:10.46GeneralAntillesToo late!
19:10.49GeneralAntillesWhat's the answer?
19:10.54GeneralAntillesI can always say nevermind.
19:11.00GeneralAntillesI just asked him who I need to talk to.
19:11.53MohammadAGthis might work GeneralAntilles http://pastebin.com/mWVNU9y4
19:12.02MohammadAGor it may cause havoc
19:12.15MohammadAGlemme read through it again
19:12.21GeneralAntillesLooks dangerous.
19:12.41MohammadAGit's a modified version of qwerty12's R&D tool
19:14.01rm_workGeneralAntilles: managed to brick your N950? :(
19:14.07GeneralAntillesYes!
19:14.09GeneralAntillesBecause I'm magic.
19:17.32MohammadAGGeneralAntilles, you're tempting me to try it
19:17.42GeneralAntillesMohammadAG, the CAL murder?
19:17.53MohammadAGyes
19:18.10denism<PROTECTED>
19:18.21GeneralAntillesMohammadAG, let me be the guinea pig.
19:18.21MohammadAGmissed what denism ?
19:18.24GeneralAntillesMine doesn't work.
19:18.34MohammadAGGeneralAntilles, wait, some final mods
19:19.06*** join/#harmattan thetet (~raggam-nl@93-82-23-221.adsl.highway.telekom.at)
19:19.09denism<PROTECTED>
19:19.34pajonni, ah so there's a way to go back to pr1.2?
19:19.44paif so, i'd do right away!
19:20.06itsnotabigtruckdid GeneralAntilles get anywhere?
19:20.08itsnotabigtruckyou need the layout file
19:20.22itsnotabigtruckit directs the rootfs to go onto the emmc, which is what you want
19:20.37itsnotabigtruckotherwise it'll go on the nand, which is probably not what you want because it doesn't ship that way
19:20.39MohammadAGDocScrutinizer, itsnotabigtruck
19:20.40MohammadAG~ # /home/user/versionwriter
19:20.40MohammadAGCAL ERROR: open(/dev/mtd1): Permission denied
19:20.40MohammadAGFailed to init CAL.
19:20.47DocScrutinizer05WUT?
19:20.50itsnotabigtruckyeah, that isn't going to work in open mode
19:20.54jonniMohammadAG: on openmode cal is locked, you cant edit
19:20.56itsnotabigtruckopen mode = cal locked down = no version writing
19:21.07rigocan somebody tell me whether nokia is blocking downloads or whether that thing times out too fast? I can't install developer mode. It always says "Connection to application provider was lost"
19:21.10MohammadAGeven in a different kernel?
19:21.13MohammadAGsay, rescue kernel?
19:21.19*** join/#harmattan xipp2 (~iop@151.66.248.167)
19:21.20xipp2hi all
19:21.26itsnotabigtruckit's why the only downgrade method i know of isn't gonna work now that generalantilles flashed his sw cert to something higher than any functioning image
19:21.33DocScrutinizer05jonni: MohammadAG: that's the tale
19:21.41jonniyou can just use rescue kernel to deploy older rootfs
19:21.44itsnotabigtruckDocScrutinizer05: then you find a way around it
19:21.49MohammadAGit's not that
19:21.54MohammadAGhow is it locked?
19:21.59MohammadAGuserland, kernelspace, etc
19:22.11itsnotabigtruckdon't a lot of flash controllers allow locking down certain areas
19:22.19itsnotabigtruckit's often used specifically to keep the user from flashing their own hacked stuff
19:22.25MohammadAGbut I can open it fine
19:22.27paah :(
19:22.27itsnotabigtrucknolo presumably does that
19:22.33itsnotabigtruckwhen it decides to do an open mode boot
19:22.44itsnotabigtruckbut if there's a way around that, cool
19:22.45pait sucks.. pr1.3 sucks and we cant even go back :(
19:22.52itsnotabigtruckbut the combo image is probably the best bet for now
19:22.53MohammadAGhmm
19:22.55jonniMohammadAG: its readonly :)
19:23.01DocScrutinizer05MohammadAG: probably a toggle in NAND itself
19:23.36DocScrutinizer05I'd think you can toggle it both directions though, but of course that's not supported by HARM
19:23.38MohammadAGso theoretically I could downgrade in closed mode
19:23.44jonniyour only public method is to use rescue kernel to push older rootfs to device.
19:23.47itsnotabigtruckMohammadAG: see pm
19:24.04itsnotabigtruckthe fiasco-gen option seems like a better idea than that
19:24.19rigopa, mine is working in 1.3 except for 3G and developer-mode
19:24.21itsnotabigtruckbesides, no method is a "public method"
19:24.30MohammadAGitsnotabigtruck, it's a bit personal now
19:24.36jonniafaik harmattan fiasco-gen is not public binary.
19:24.41MohammadAGit is
19:24.44itsnotabigtruckpresumably the "public method" is to do nothing and hang onto your bricked phone
19:24.47MohammadAGand it supports signing
19:24.50DocScrutinizer05HARM??
19:24.54DocScrutinizer05duh!
19:24.58itsnotabigtruckit supports signing only through talking to some nokia server
19:25.01itsnotabigtruckbut you can tell it not to sign
19:25.05itsnotabigtruckyou don't want to sign
19:25.13pai wonder whether nokia plans to now let the phone die. coz 1.3 clearly introduced new bugs, and if they dont plan to fix them, at least i hope they let us go back to 1.2
19:25.19aephm i flashed the kernel from http://maemo.cloud-7.de/HARM/N9/openmode_kernel_PR1.1/  but uname still says it's the default one. do i need to invoke some magic to _really_ flash a kernel?
19:25.20MohammadAGhttp://pastebin.com/raw.php?i=WHQZhgwc
19:25.35itsnotabigtruckaep: are you still on pr1.1?
19:25.44MohammadAGI wonder if one can unpack the 1.3 image and sign it for the N9
19:25.45MohammadAGN950*
19:25.49aepitsnotabigtruck: no, 1.3, but it's the only open thing i found
19:25.53MohammadAGerr, repack it for the N950
19:25.58DocScrutinizer05pa: good point. Alas I guess Nokia won't care
19:26.01itsnotabigtruckaep: there's one for pr1.3 already, the kernel has to match the rootfs
19:26.03itsnotabigtruck...but
19:26.06itsnotabigtruckwhy not just use inception
19:26.08itsnotabigtruckway easier
19:26.27aepitsnotabigtruck: yeah that's what i thought, i flashed this one too: http://maemo.cloud-7.de/HARM/N9/1.3/  without any effect
19:26.36rigomeecatalog does only work for some pieces. rest of the repos don't work at all
19:26.39itsnotabigtruckwell, did the flasher say it was doing anything or just error out
19:26.45aepitsnotabigtruck: i did use inception, messed with some stuff and got a nice and shiny aegis hates you message
19:26.47itsnotabigtruckalso if you're going to go into open mode, you should do it right after reflashing your phone
19:26.50aepit sayd success
19:27.03itsnotabigtruckso either flash everything, then do the kernel afterward
19:27.04jonniaep: with what flags did you flash it? are you sure that you didnt just do -b?
19:27.14aep<PROTECTED>
19:27.21itsnotabigtruckah, change that -l to -k
19:27.22DocScrutinizer05aep: this one should have kernel patches that always return "ok" for any aegis auth query
19:27.36itsnotabigtruckbut what you need to do in order to do this right is
19:27.37aepDocScrutinizer05: which one?
19:27.37jonni-l doesnt flash it.
19:27.44itsnotabigtrucka) flash main + emmc completely
19:27.46itsnotabigtruckdo not reboot the phone
19:28.01itsnotabigtruckb) if you want inception, install inception and call it done
19:28.08DocScrutinizer05http://maemo.cloud-7.de/HARM/N9/1.3/
19:28.16aepDocScrutinizer05: awesome. thanks
19:28.17itsnotabigtruckc) otherwise, run that command that clears the disclaimer image
19:28.22itsnotabigtruckd) then flash main + emmc completely *again*
19:28.24pabut i have a chance, sending th ephone to service
19:28.25itsnotabigtruckand then the kernel
19:28.30pafor the screen problem :)
19:28.35itsnotabigtruckoh, and ignore the "do not reboot the phone" after a)
19:28.40aepitsnotabigtruck: ok so it's not just flashing the kernel. got a wiki for that or something?
19:29.17itsnotabigtruckaep: well, the problem is that if you don't wipe everything together with going into open mode, you'll get some errors specifically related to accounts and some other stuff
19:29.36itsnotabigtruckand if you don't go into closed mode, then reset the disclaimer image, you'll get a warranty void image every time you boot
19:29.41MohammadAGk, they won, I gave up
19:29.44aepi just flashed a plain 1.3
19:29.45MohammadAGthe rescue kernel doesn't allow SSH
19:29.49DocScrutinizer05aep: aegis sits in a lot of rootfs tools as well. While openmode kernel allows you to mess with them, they still act up
19:29.53MohammadAGit might work in nitdroid
19:30.03itsnotabigtruckand open mode is the mode you go into after loading any sort of unauthorized stuff
19:30.15itsnotabigtruckthis "open mode kernel" is a non-stock modded kernel that nulls out the aegis checks
19:30.23itsnotabigtrucki think it's a pretty dumb idea but certain people seem to like it
19:30.54DocScrutinizer05I hate it how 50% of "please help!" in this chan is about aegis
19:31.02DocScrutinizer05maybe 80%
19:31.21aepitsnotabigtruck: ok, so maybe i'm going the wrong way here. all i want is get rid of the lockscreen, so i used inception to change the binary, but then i got an "boh boh you changed things" boot error. i though open mode fixes that
19:31.29GeneralAntillesHey, ho, Jolla! Let's go!
19:31.43itsnotabigtruckwell, even if aegis were the best shit ever, it would still be complicated, and people don't want to figure out complicated stuff
19:32.18aepitsnotabigtruck: this device is reduced to being a TV remote for the record. i'm totally happy if i loose all of its phone capabilities
19:32.28itsnotabigtruckand, aep: ah yeah, you can't just edit stuff willy nilly with inception loaded, unless you tidy things up for aegis
19:32.31DocScrutinizer05aep: nope, openmode would allow you to fix the tempered checksum you created by editing
19:32.56itsnotabigtrucksame with regular open mode
19:33.02jesuschrist^anyway Jolla is not a cool name :(
19:33.15aeperr so open mode doesn't actually allow me to do that? now i'm confused
19:33.20itsnotabigtruckwith the modded open mode kernel on doc's site, it would skip checking whether most things are ok and keep working anyway
19:33.47itsnotabigtrucki gotta fly
19:33.49itsnotabigtruckbbl
19:33.53aepthanks, later
19:33.53jesuschrist^bye trucky
19:34.04DocScrutinizer05aep: sorry I got some /ignores here, so probably my answers collide with what somebody else told ya. I'll shut up
19:34.28aepthe only relevant answer was from itsnotabigtruck. i hope you're not ignoring him :P
19:34.38DocScrutinizer05yep, exactly
19:34.48aepoh. (not asking... not asking...)
19:34.58jesuschrist^was it for a woman ?
19:35.03aeplol
19:35.32DocScrutinizer05I can't stand his style
19:35.54aephe's gone now. so back to your idea
19:36.44aepyou're saying the stuff on http://maemo.cloud-7.de/HARM/N9/1.3/  basicly makes aegis return ok for everything, right?
19:37.22aepDocScrutinizer05:^
19:37.35*** join/#harmattan vladest_ (~Vlad@35-250-92-178.pool.ukrtel.net)
19:37.39DocScrutinizer05yes
19:37.51aepawesome
19:38.00aepi dont' see what could be wrong with it then :)
19:38.25aepi'm expecting to loose some capabilities like password storage. fortunately i dont care.
19:38.27DocScrutinizer05well, it throws the openmode toggle in NOLO
19:38.41DocScrutinizer05which means a lot of stuff is lockked down from then on
19:38.47*** join/#harmattan rcg1 (~rc@196-210-145-204.dynamic.isadsl.co.za)
19:39.06aephm anything important?
19:39.26DocScrutinizer05run `mount|grep aegis`
19:40.24DocScrutinizer05inception (as long as it works) is the "smarter" way, as system thinks it's still in secure mode
19:41.07DocScrutinizer05(aiui)
19:41.09aepcan't run that right now, trying to flash. bitching about "ERROR: APE algorithm has to be provided to flash all the subimages"
19:42.10DocScrutinizer05hmm, others had a solution for this, my instructions and session log are from pre-1.2 even
19:42.43rigoanybody a clue where I could get aegis-dev-mode or aegis-developer-unknown-source-policy from? I still need to get developer-mode running, so apt-get something is not an option
19:44.04*** join/#harmattan Sniper_swe (~Sniper_sw@213-66-83-184-no187.tbcn.telia.com)
19:44.36trxcan anyone help me with some basic c++, if i use myBitmap = QBitmap::fromData(...); (Docs : http://doc.qt.nokia.com/4.7-snapshot/qbitmap.html#fromData) in a function, what is the proper way to free it later ?
19:45.19trxmyBitmap is : QBitmap myBitmap;
19:46.14MohammadAGtrx, it'll be destroyed when the function returns
19:46.23trxso i thought
19:46.29trxthanks MohammadAG
19:46.39MohammadAGyou're welcome :)
19:47.29aepit makes a copy, for the record. the original source is still your responsbility.
19:47.41GeneralAntillesAnybody feel a little http://www.indiegaminginsider.com/wp-content/uploads/2012/01/shut-up-and-take-my-money-9299-2560x16001.jpg about Jolla?
19:48.30StskeepsGeneralAntilles: i do :P
19:49.04AardGeneralAntilles: that wasn't a very uncommon response ;)
19:49.28GeneralAntillesMaybe it's a function of how bad things were looking there for a while.
19:49.31GeneralAntillesBut damn. I'm excited.
19:50.18Aardme too ;)
19:53.45arceanTwo smartphones with Jolla OS next year? :O
19:53.46arceanhttp://techcrunch.com/2012/07/10/can-jolla-become-meegos-saviour-ceo-plans-two-smartphones-already/
19:54.28GeneralAntillesSee? Exciting!
19:55.55SpeedEvil<PROTECTED>
19:57.16GeneralAntillesBizarre, SpeedEvil.
19:58.27SpeedEvilIndeed.
19:59.29SpeedEvilIt does seem almost bizarre as a buisness venture - I truly hope I'll be able to buy one.
19:59.57GeneralAntillesI'm all about somebody small shaking up the mobile market.
20:00.30SpeedEvilWhatever the situation - they seem likely to have the several million at least in funding to get a hardware design out the door.
20:00.39aepDocScrutinizer05: it even says bad rootfs format in /nas/Devices/N9/059J1V8/DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_001-OEM1-958_ARM.bin
20:00.48aepDocScrutinizer05: i suspect something is wrong with the flasher.
20:01.01GeneralAntillesSpeedEvil, yeah, the backing is impressive.
20:01.44SpeedEvilThis is not to take away from what the GTA04 or pandora guys did - but at some point you can't do it on enthusiasm alone.
20:02.06GeneralAntillesYeah, hardware is expensive.
20:03.23DocScrutinizer05oh yes
20:03.49GeneralAntillesI just hope we still have swipe.
20:03.56GeneralAntillesThat's the secret sauce.
20:04.03DocScrutinizer05way beyond what the average sw-devel might be willing to figure
20:04.23DocScrutinizer05GeneralAntilles: swipe is out of game afaik
20:04.32GeneralAntillesWhy for so?
20:04.34DocScrutinizer05Nokia patent
20:04.45GeneralAntillesReally?
20:04.49DocScrutinizer05ask Stskeeps
20:04.53GeneralAntillesBut doesn't webOS have something similar?
20:04.55GeneralAntillesand BB10?
20:05.03DocScrutinizer05dunno
20:05.20DocScrutinizer05please notice "AFAIK"
20:05.22Stskeepsdon't ask me about nokia patents, simpsons did it
20:05.22SpeedEvilProblem is as a small vendor, you eed to be even more scared about patents.
20:05.44GeneralAntillesYeah, the patent situation is truly a nightmare.
20:05.48*** join/#harmattan liar (~liar@clnet-p09-185.ikbnet.co.at)
20:06.03VelmontYeah, sad part is that they're probably totally bogus. (Well all are). But that doesn't matter, it'll take ages to prove it and lots of cash :-/
20:06.07SpeedEvilI doubt Jolla has a patent puddle.
20:06.21VelmontIt can maybe join OIN (Open Innovation Network).
20:06.29VelmontThey have quite a lot of defensive patents.
20:06.32SpeedEvilPerhaps.
20:07.37GeneralAntillesHope they get a website soon.
20:07.59AardGeneralAntilles: yes, we will
20:08.21GeneralAntillesAard, and please use MediaWiki if you put up a wiki.
20:08.49SpeedEvilAnd you must use pkgtool format from slackware as a package manager, or I'm not buying one.
20:08.50aephm ok, got the openmode kernel flashed, but it doesnt boot (stuck with the non animated gry nokia logo). can i get a  serial terminal or something without messing with the hardware?
20:08.55SpeedEvil:)
20:09.21AardSpeedEvil: oh, don't worry, we merged pkgtool with portage, and put an emacs-based frontend on top
20:09.26SpeedEvilWoo!
20:09.32azeembut is the handset going to be PINK?
20:09.43GeneralAntillesPink or GTFO
20:10.26Aardazeem: only comes with hello kitty branding ;)
20:10.51GeneralAntillesBONUS!
20:14.22VelmontInstant hit
20:15.32ptlif it's a decent linux phone I'd buy it even with pink hello kitties all over the screen
20:15.49ptlas long as they are translucent
20:16.00Aardyes, and if you don't like it there's still the my little pony edition
20:16.21GeneralAntillesIs there a crossover edition?
20:16.28GeneralAntillesDouble the cuteness for double the win?
20:16.36ptlwith 262k or 16 million color pony rainbows?
20:16.41AardGeneralAntilles: hm, I think we only anounced 2 phones so far ;)
20:16.49ptlWin? No Win. Let Microsoft alone.
20:17.07GeneralAntillesAard, damn!
20:17.52*** part/#harmattan Sniper_swe (~Sniper_sw@213-66-83-184-no187.tbcn.telia.com)
20:18.15AardI have to admit, I kind of like the idea of all the geeks running around with pink hello kitty phones ;)
20:18.32GeneralAntillesBuild it and they will come.
20:20.06VelmontHehe, yeah, I'd buy it anyway. I have with most other first gen Linux phones that have been released.
20:21.02ptlMaybe anime catgirls will buy the phone too.
20:21.54paany smart way to reinstall everything after flashing a rom?
20:22.10pai heared jonni mentioning something like that
20:22.31Aardpa: get your intern to click the buttons for you? the store integration on harmattan is crap
20:22.57jonnipa: that would be my backup/restore script that I havent released yet :)
20:23.12paah thats it.. :)
20:23.25jonniit automaticly backups all store .deb packages and reinstalls all with one command
20:23.48panot planning to release it anytime soon, right?
20:24.02*** join/#harmattan lbt (~david@Maemo/community/contributor/lbt)
20:24.08jonnidepends if coding competition release page goes up anytime soon or not :)
20:24.40paah ) then i wait reflashing :D
20:24.58jonnibut for time beeing Im keeping it as my personal script :)
20:25.29pathat's fine, i might stand reinstalling by hand one more time or two
20:25.39pai will rather bug you soon about something else :D
20:25.47*** join/#harmattan Namek (46b714a2@gateway/web/freenode/ip.70.183.20.162)
20:27.51*** join/#harmattan Sniper_swe (~communi@host-95-199-9-79.mobileonline.telia.com)
20:30.51*** join/#harmattan e-yes (~e-yes@94.45.178.38)
20:45.02arceanawesome picture from TMO, http://h12.abload.de/img/rescuehauaw.png :)
20:45.06*** join/#harmattan artemma (~artem@a88-114-227-142.elisa-laajakaista.fi)
20:46.37*** join/#harmattan ajalkane (~ajalkane@a88-115-212-112.elisa-laajakaista.fi)
21:12.49*** join/#harmattan Sniper_swe (~communi@213-66-83-184-no187.tbcn.telia.com)
21:17.03rzrarcean, http://www.blogeee.net/wp-content/uploads/2012/03/15/zombiemeego.jpg
21:17.30*** join/#harmattan gabriel9 (~gabriel9@214-128-241-92-bl.cable.dyn.broadband.blic.net)
21:22.28*** join/#harmattan Sniper_swe (~communi@213-66-83-184-no187.tbcn.telia.com)
21:29.46DocScrutinizer05prepares for prospering remove-hello-kitty mod shop
21:33.53DocScrutinizer05will also sell tiny rubber feet to make the hw kbd sit flush on table. $7.99/set_of_4
21:35.00DocScrutinizer05actually Nokia learnt that lesson from N900 when designing case for N950
21:35.21*** join/#harmattan JudgeD3ad (~JudgeD3ad@194.2.44.33)
21:36.22DocScrutinizer05they also seem to have learnt lesson about using thru-hole usb receptacle
21:38.57DocScrutinizer05judging from snap-on flap-lid for USB apperture it seems they even learnt to augment drop-test specs to include "unusual usecases" like "device plugged to charger while dropping"
21:47.48rigofound it: mine wants developer-mode_1.22 and on http://harmattan-dev.nokia.com/ there is only developer-mode_1.18+0m6_armel.deb
21:48.35rigobut how can I tell it to load the older one... this is buried in the deb-dependencies that drove me crazy when still using debian
21:50.19rigoit even wants developer-mode_1.48+0m6_armel.deb
21:50.29rigoprobably a typo in the install :(
21:50.53*** join/#harmattan delphi (~ns-team@212.200.198.166)
22:03.17azeemdeveloper-mode_1.48+0m6 is what is installed on my PR1.3 N9
22:04.08rigowhich repository so I can download from PC and install manually
22:04.39rigobecause I have weird connection issues with the phone in the SFR network at the moment and my wireless connection is not loved either
22:04.53azeem<PROTECTED>
22:04.53azeem<PROTECTED>
22:05.05azeem<PROTECTED>
22:05.05azeem<PROTECTED>
22:05.34rigoha!
22:08.59*** join/#harmattan buser (~test@c-0dc2e455.017-474-6c6b701.cust.bredbandsbolaget.se)
22:09.06rigoit changed behavior
22:09.51rigonow it does not even give a failure message anymore. It just returns to the previous screen with dev-mode turned off
22:12.49rigoI get access denied when trying to download the package
22:13.26azeemwell, the server just denies everything
22:16.40delphiwow, i spent a week porting rdesktop, just to find out that there is already FreeRDP ported :/
22:22.41rigoazeem, that explains why I don't get any software out of it. So how on earth do I get my developer mode running?
22:26.52azeembeats me :-/
22:27.17azeemnote that my sources.list has some user:password fields for the downloads.m.n.c line
22:49.07*** join/#harmattan beford (~beford@186.154.144.18)
22:49.23*** join/#harmattan beford (~beford@unaffiliated/beford)
22:50.12*** join/#harmattan luke-jr (~luke-jr@2001:470:5:265:222:4dff:fe50:4c49)
22:53.32rigoazeem, yes, I have downloads.meamo.nokia.com/harmattan/001 ./ and apps and tools in other uris replacing 001
22:55.10rigoanyway...
22:55.22rigothanks
23:02.39*** join/#harmattan luke-jr (~luke-jr@2001:470:5:265:222:4dff:fe50:4c49)
23:17.21*** join/#harmattan imunsie (~imunsie@ibmaus65.lnk.telstra.net)
23:18.51*** join/#harmattan arcean_ (~arcean@aaer3.neoplus.adsl.tpnet.pl)
23:28.23*** join/#harmattan Sniper_swe (~communi@213-66-83-184-no187.tbcn.telia.com)
23:51.23*** join/#harmattan antman8969 (~anthony@pool-72-80-187-25.nycmny.fios.verizon.net)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.