IRC log of #maemo for Monday, 2011-10-24

*** onen|openBmap has quit IRC00:00
DocScrutinizerI planned to do this since err >12 months now, never got to start that tiny project00:00
UberNeoi used the same SD card over NEO for debian and QTmoko and it was fast enough .. but when I am using teh MEEGO over N900 .. it very slow00:02
DocScrutinizerbasically it should be utterly simple: copy / to uSD, create /card/boot/vmlinuz (or kernel.bin or whatever the file actually is called) e.g maybe via copying /dev/mtd1 via dd00:02
*** OkropNick has quit IRC00:02
UberNeoif MEEGO over SD card makes my N900 alive . then i dont care about EMMC00:02
DocScrutinizerinstall meego uboot00:03
DocScrutinizertweak the few locations in initscripts that have hard references to NAND00:03
DocScrutinizeraka mtd00:03
*** perlite_ has joined #maemo00:05
UberNeobit difficult for me .. can only install the meego uboot00:05
*** luke-jr has quit IRC00:05
*** perlite has quit IRC00:06
*** perlite_ is now known as perlite00:06
UberNeonot sure ,,which all initscripts needs to be changed ..00:07
*** choppa has quit IRC00:07
*** smhar has quit IRC00:07
DocScrutinizerUberNeo: the ones mounting eMMC (/home and swap) and maybe somewhere thare are hard references to /dev/mtd*00:08
DocScrutinizerbut I admit it's a rather hard to accomplish task to create a complete maemo system on uSD when you got no such working system on NAND/eMMC00:09
keriodisregard eMMC, only use NAND00:09
UberNeoBut my NAND will be fine ..00:09
DocScrutinizerwell, not impossible (you could get away with copying the pre-firstboot rootfs to uSD, then edit it to not mount /home from eMMC)00:10
DocScrutinizererr, good point :-D00:10
DocScrutinizersorry, seems my coffe level is too low00:10
DocScrutinizerjust edit your initscripts etcf to mount /home and swap from uSD instead eMMC00:11
UberNeomeans mount .. /dev/mmcblk0p1 and /dev/mmcblk0p2 on uSD00:12
DocScrutinizerof course (me <- fool) Your NAND is perfectly working, it's 'just' eMMC so why not boot from NAND00:12
DocScrutinizeryes00:12
UberNeobut does 256 MB of Nand is enough00:12
DocScrutinizers/mmcblk0/mmcblk1/00:12
DocScrutinizerUberNeo: it is now, so why should that change (enough)00:13
DocScrutinizeryour only problem is that your /home and /opt(!) are probably already corrupted and not a good source to copy them form eMMC to uSD00:14
UberNeo....00:15
NIN101/opt/ is  /home/opt/, so /home/ implies /opt/.00:15
UberNeo"/etc/event.d/rcS-late"   this file might need change for mounting00:16
*** thomasjfox has quit IRC00:16
DocScrutinizerwith a *lot* of luck it might be possible to patch the COMBINED.bin flasher image to mount /home and /opt on mmcblk1 rather than 000:16
NIN101yes this files sets up the swap and mounts home.00:16
DocScrutinizerNIN101: I know00:16
NIN101ok :-).00:16
UberNeodo i need to make changes in fstab also00:16
DocScrutinizerno00:17
DocScrutinizerfstab is basically useless and you can't make any changes to it as it's generated at boottime00:17
*** sq-one has quit IRC00:17
NIN101well you can remove the part which generates it at bootime.00:17
DocScrutinizeryou need to take care about that in initscripts as well, that's where fstab gets built00:17
UberNeookk .. so step 1 .. Copy /home and /opt from current running system to  usd00:18
NIN101iirc in rcs-late it says mount /home/ bla bla bla, not mount /dev/mmcblk0p2 /home/, but well this can be replaced, so no problem here.00:18
UberNeoStep 2 .. make changes in "/etc/event.d/rcS-late" file . so that it now mount /dev/usdpart1 to /home00:19
DocScrutinizerhmmm00:20
DocScrutinizerstrings /home/jr/Documents/N900/maemo5.0-flashing/images/RX-51_2009SE_20.2010.36-2_PR_COMBINED_MR0_ARM.bin|grep mmcblk00:20
NIN101the rootfs is in ubifs, and this is compressed, so no wonder that you get no results.00:21
cehtehcould someone please port debian to the n900 (assimilating fremantle kernel and nokia binaries, but the rest from debian)00:21
NIN101well...00:22
NIN101the status of debian on the n900 is something like "almost there".00:22
Sicelo_:P00:22
Sicelo_almost there00:23
cehtehi know00:23
*** keithzg_ has quit IRC00:23
UberNeoDocScrutinizer: strings RX-51_2009SE_20.2010.36-2_PR_COMBINED_MR0_ARM.bin |grep mmcblk  .. gives me the below results00:25
UberNeodrive a: file="/dev/mmcblk0" KERNEL=="mmcblk*", IMPORT{program}="/lib/udev/P /dev/mmcblk0p1 none swapP /mmcblk0p3 mmcblk%d] mmcblk%d] mmcblk /dev/mmcblk0p1+=00:25
DocScrutinizerplease don't pase them here, I know what you got00:25
DocScrutinizergrep -R mmcblk /etc 2>/dev/null; #has a bit more00:26
TiagoTiagoWhat do i need to know to be able to figure out how to change the scripts from http://talk.maemo.org/showthread.php?p=930141#post930141 so that it sets everythign again without overwriting anything on the existing copy, so i can have it working again after having reflashed?00:27
*** dos1 has quit IRC00:28
*** tuho has joined #maemo00:30
*** kov_ has joined #maemo00:30
DocScrutinizerUberNeo: http://talk.maemo.org/showthread.php?p=930141#post930141 might be the post for you00:30
DocScrutinizerTiagoTiago: sorry I don't even understand what you are planning to do00:30
DocScrutinizerUberNeo: though, not really, as that's again running even rootfs from (eMMC)uSD00:32
TiagoTiagoThat things sets up the folders and changes some files on both ends (i think) so the boot menu and the pivot root works, but it erases the existing thing if you try to run it with something already there, when i reflashed, the reflash only touched the stuff outside (i hope), i need to set things again without loosing the stuff inside00:32
DocScrutinizerENOPARSE00:32
*** kW_ has joined #maemo00:33
TiagoTiagoI wanna set it up again without loosing the stuff already present in the copied rootfs00:33
DocScrutinizerwtf is "it"00:33
*** SpeedEvil has joined #maemo00:34
DocScrutinizermeh, sorry too headache-triggering00:34
DocScrutinizerafk00:34
TiagoTiagohttp://talk.maemo.org/showthread.php?t=59374 (Palis version of it)00:34
*** Sicelo_ has quit IRC00:36
UberNeo"/etc/event.d/rcS-late"  .. not able to figure out what to change in tht file..00:37
NIN101the line where it mounts the home partition and where it sets up the swap00:37
*** chadi has quit IRC00:39
UberNeo"/bin/mount /home && grep -q "/home ext3 rw" /proc/mounts"   ..00:39
NIN101exactly00:40
*** norayr has joined #maemo00:40
NIN101though some lines under this there is again a mount command, which should be replaced too.00:40
*** norayr is now known as arnet00:40
*** chadi has joined #maemo00:41
UberNeoNIN101: can u change it .. as I am confused ..00:41
*** arnet has quit IRC00:41
NIN101/bin/mount /home means it'll look in /etc/fstab for it, so maybe instead of this, something like /bin/mount mmcblk1p /home00:42
NIN101*/bin/mount /dev/mmcblk1p2 /home00:42
* DocScrutinizer glares at >>/etc/osso-af-init/af-defines.sh: export MMC_MOUNTPOINT='/media/mmc1' MMC_DEVICE_FILE='/dev/mmcblk0p1'00:43
*** FIQ|n900 has joined #maemo00:43
*** kov_ has quit IRC00:44
DocScrutinizerreally a grep -R mmcblk /etc  helps a lot00:44
TiagoTiagoIf i rename the existing folder, then do the process normally, and then delete what it did and re-rename the folder back, would that work?00:46
DocScrutinizeralso keep in mind that in early boot the uSD is mmcblk0 not 100:47
DocScrutinizerit: cmd not found00:47
NIN101argh, exactly, it should be mmcblk0p2.00:48
NIN101or...00:48
* NIN101 is confused00:48
UberNeoeven UberNeo is fully confused ..00:50
DocScrutinizersed -i "s/mmcblk0/mmcblk1/; s/mmcblk1/mmcblk0/" /etc/* /etc/*/*00:50
DocScrutinizermaybe also in /usr and /var00:51
DocScrutinizerthen dd the whole mmcblk0 to mmcblk1 to move all partitions (or if you prefer and probably it's better anyway: recreate the eMMC partitions on uSD, and cp -a the data)00:52
*** rcg has quit IRC00:53
DocScrutinizerooops00:54
DocScrutinizersed -i "s/mmcblk0/mmcblk1/g; s/mmcblk1/mmcblk0/g" /etc/* /etc/*/*00:54
* DocScrutinizer just hopes sed is smart enough to not revert own edits00:55
DocScrutinizerotherwise:00:55
DocScrutinizersed -i "s/mmcblk0/mmcblk§/g; s/mmcblk1/mmcblk0/g; s/mmcblk§/mmcblk1/g" /etc/* /etc/*/*00:56
NIN101ok his rootfs stays on NAND? Then rcS-late needs to be modified, and mmcblk1 was correct, if it also moves then it probably shouldn't be modified.00:56
DocScrutinizer?00:57
*** lonepixel has joined #maemo00:57
DocScrutinizer*somewhere* the whole init scripts bunch is refering to mmcblk0 and mmcblk1. You simply swap those, and nothing else needs a change, no?00:59
DocScrutinizerthe kernel/rootfs is still on NAND so no issues there, at all01:00
*** Andy80 has joined #maemo01:01
*** Andy80 has quit IRC01:01
*** Andy80 has joined #maemo01:01
DocScrutinizerthe nice part in it: you don't even need to worry about mtab/fstab, about changing any mount commands and whatnot. Just swap mmcblk0 and mmcblk1 systemwide01:02
DocScrutinizerafaik there's nowhere hardcoded that mmcblk1 is an eMMC and has 32GB01:03
UberNeoDocScrutinizer: does this command will take care of changing teh init scripts to pint them to uSD "sed -i "s/mmcblk0/mmcblk§/g; s/mmcblk1/mmcblk0/g; s/mmcblk§/mmcblk1/g" /etc/* /etc/*/*"01:03
*** scoobertron has quit IRC01:04
DocScrutinizerI guess it's probably the first one that's doing that, the second one is just in case sed is "silly". You should check with one file with two lines like "mmcbl1p1 mmcblk0p4 \n mmcblk0xy mmcblk1"01:05
UberNeowhats "mmcblk§"01:06
UberNeothe sign at the end01:06
*** lardman has quit IRC01:06
*** jpe_ has joined #maemo01:07
*** jpe has quit IRC01:08
NIN101DocScrutinizer: your sed stuff would probably fail at sfdisk -l /dev/mmcblkX in rcS-late01:08
*** soltys has quit IRC01:08
NIN101actually, not. Because my sd has only 2 partitions. So my test is useless.01:09
UberNeoI am using the commnd "sed -i "s/mmcblk0/mmcblk§/g; s/mmcblk1/mmcblk0/g; s/mmcblk§/mmcblk1/g" /etc/* /etc/*/*"    and its throwing the error "sed: can't move '/etc/X11jZyS9R' to '/etc/X11': Is a directory01:10
TiagoTiagoAm i overlooking somthing or it should be just fine to rename the old rootfs copy folder, run the scripts and then rename it back to have it just as it was before the reflash?  (talking about http://talk.maemo.org/showthread.php?p=930141#post930141 )01:10
DocScrutinizerUberNeo: I told you to test the cmd01:11
DocScrutinizerit's not meant to be 100% correct01:12
UberNeoOriginal FIle "mmcbl1p1 mmcblk0p4 /n mmcblk0xy mmcblk1"01:13
DocScrutinizerUberNeo: I suggest you do a "grep -R mmcblk /etc /var /usr" and edit all the files you get hits for by whatever method you prefer01:14
UberNeoChanged FIle "mmcbl1p1 mmcblk1p4 /n mmcblk1xy mmcblk0"01:14
DocScrutinizeras I'm just getting tired and not feeling like writing down the correct sed cmd right here now01:14
*** florian has quit IRC01:15
*** wicket64 has joined #maemo01:15
DocScrutinizerin fact my sed foo temporarily fails01:15
UberNeoso anywhere .. where i find mmcblk0 .. i shud replace it with mmcblk101:15
*** beford has joined #maemo01:16
* TiagoTiago sighs01:18
TiagoTiagogotta go make dinner, be back in a few moments01:18
*** hakkattakk has quit IRC01:19
*** net-split has quit IRC01:19
*** net-split has joined #maemo01:19
*** Atarii has quit IRC01:20
*** SpeedEvil has quit IRC01:22
DocScrutinizerUberNeo: maybe >> for f in `grep -Rl mmcblk` /etc /var /usr; do sed -i "s/mmcblk0/mmcblk@/" $f; sed -i "s/mmcblk1/mmcblk0/" $f; sed -i "s/mmcblk@/mmcblk1/" $f; done01:23
DocScrutinizeryou *might* want to add a >>  echo $f << into the do loop, and redirect the whole output to a logfile01:25
DocScrutinizerso you at least got an idea what's been done01:25
* DocScrutinizer waves01:25
UberNeoThanks DocScrutinizer  .. will try this and let u know01:27
*** jpe_ has quit IRC01:30
*** liar has quit IRC01:30
*** andre900 has quit IRC01:34
*** TNZ has joined #maemo01:35
NIN101only for the record: "<NIN101> /bin/mount /dev/mmcblk1p2 /home" would have been stupid as it ignores mount options.01:35
UberNeoshall I make 2 partitions on my uSD01:36
*** TNZ has quit IRC01:37
*** SpeedEvil has joined #maemo01:39
*** dotblank has joined #maemo01:40
*** andre900 has joined #maemo01:41
UberNeoNIN101: 2 partitions on uSD and then .. copy the contents of /home/user/MyDocs to 1st partion /dev/mmcblk1p1 and /home to 2nd partion of uSD /dev/mmcblk1p201:42
NIN101no this is wrong01:42
UberNeoAm i right01:42
NIN101actually not the whole truth, you would need a third partition as swap.01:43
*** nmjnb has quit IRC01:44
*** em has quit IRC01:46
UberNeoso I need to create a 3rd SWAP partition in the uSD01:47
NIN101yes.01:48
DocScrutinizerexactly like on eMMC01:50
DocScrutinizerjust size may change01:51
NIN101b2w, it MIGHT even work with two, first ext3 and the second for swap. With this you would not have a seperate partition for MyDocs. But do it like on the emmc.01:51
DocScrutinizeryou also need to format those partitions (of that wasn't obvious)01:52
DocScrutinizermkswap for the swap partition01:52
NIN101my test earlier only failed because there was not a swap partition on sd.01:52
TiagoTiagoback01:53
DocScrutinizerTiagoTiago: see chanlog for "multiboot"01:54
DocScrutinizerI bet you'll know what messed up your system then01:54
TiagoTiagoisn't multiboot different from bootmenu?01:56
*** Milhouse has quit IRC01:56
TiagoTiagobrb01:56
*** Milhouse has joined #maemo01:57
*** ghostcube has quit IRC01:57
*** deimos has quit IRC01:57
*** Sazpaimon_ has quit IRC01:59
*** SpeedEvil has quit IRC01:59
*** Sazpaimon_ has joined #maemo02:01
*** wicket64 has quit IRC02:05
*** BCMM has quit IRC02:06
*** net-split has quit IRC02:07
*** net-split has joined #maemo02:07
*** trbs has quit IRC02:09
*** emma has joined #maemo02:11
*** KrayonWork has joined #maemo02:11
*** SpeedEvil has joined #maemo02:14
*** emma is now known as em02:16
*** LaoLang_cool has joined #maemo02:16
*** mookie has quit IRC02:20
TiagoTiagoback, kinda02:21
*** woodong50_______ has joined #maemo02:32
*** LaoLang_cool has quit IRC02:33
*** woodong50_______ has quit IRC02:39
*** LaoLang_cool has joined #maemo02:39
*** LaoLang_cool has quit IRC02:40
*** jiero has joined #maemo02:41
*** gn00b has joined #maemo02:43
*** LaoLang_cool has joined #maemo02:43
*** MrPPS has joined #maemo02:48
*** MrPPS has joined #maemo02:48
*** LaoLang_cool has quit IRC02:52
*** LaoLang_cool has joined #maemo02:52
TiagoTiagoI need to go sleep, gota go do some bloodwork early tomorrow, cya02:54
*** TiagoTiago has quit IRC02:54
*** egsavage has joined #maemo02:59
*** mer_ge has joined #maemo02:59
*** lonepixel has quit IRC03:01
*** Hoolxi has joined #maemo03:02
*** zap_ has quit IRC03:04
HyperSnyperanyone about that uses UK's Three network on their N900..03:04
HyperSnypercan't seem to get papssed their content filtering. some old posts about saying use "3internet.co.uk" broadband APN but im still getting filtered on that03:05
*** egsavage has left #maemo03:06
*** madalu has joined #maemo03:06
*** net-split has quit IRC03:06
*** valerius has quit IRC03:09
*** HyperSnyper has quit IRC03:11
*** HyperSnyper has joined #maemo03:11
*** kW_ has quit IRC03:13
*** andre900 has quit IRC03:13
*** M4rtinK has quit IRC03:14
*** mitsutaka has quit IRC03:15
DocScrutinizercontent filtering? o.O03:16
*** valerius has joined #maemo03:19
*** EphZero has quit IRC03:19
HyperSnyperindeed03:19
HyperSnyper:/03:19
HyperSnyperit's an adult content filter but it seems to be blocking ALOT of stuff03:19
HyperSnypere.g filehosting sites03:21
*** LaoLang_cool has quit IRC03:23
*** LaoLang_cool has joined #maemo03:32
NIN101good night.03:36
*** NIN101 has quit IRC03:36
*** valerius has quit IRC03:38
*** Hoolxi has quit IRC03:39
*** LaoLang_cool has quit IRC03:43
*** LaoLang_cool has joined #maemo03:43
*** mer_ge has quit IRC03:50
AlmightyOatmealwow, the new kismet sucks.. i'm not sure how to install the previous one, as in i'm not sure the version.. any advice?03:51
*** Suiseiseki is now known as Memo_Bird03:53
*** andre900 has joined #maemo03:57
*** andre900 has quit IRC04:05
*** valerius has joined #maemo04:07
*** Andy80 has quit IRC04:12
DocScrutinizerHyperSnyper: if it's actually a children protection then you bet it can get disabled only in a way that includes some form of age proof. For sure not by changing the APN, which could be done by kids more likely than by adults ;-D04:19
DocScrutinizerHyperSnyper: I suggest you contact your service hotline04:19
HyperSnyperyeh i guessed so, DNS didn't help04:19
HyperSnyperjust changed error04:20
HyperSnyperthey will want id/credit card04:20
HyperSnypernot very keen on that04:20
HyperSnyperthink i'll just tunnel to server04:20
HyperSnyper:P04:20
HyperSnyperfrom some posts online it seem the APN worked at one point in time as they also offer an unfiltered broadband dongle access using same network04:21
HyperSnyperi can connect throught that APN and it still gives out real IP's and not NAT ones like the default mobile apn04:23
HyperSnyperweird thing is though.. the "block/filter" page gives me more explicit info then most sites im trying to vists :D04:24
HyperSnyperadvertises their own ppv section...04:24
*** soltys has joined #maemo04:27
*** EphZero has joined #maemo04:36
*** pabs3 has left #maemo04:38
*** wmarone_ has quit IRC04:58
*** wmarone__ has joined #maemo04:58
*** madalu has quit IRC04:59
*** Sazpaimon__ has joined #maemo05:06
*** sat2050 has joined #maemo05:07
*** Evanescence has joined #maemo05:07
*** nox- has quit IRC05:07
*** UberNeo has quit IRC05:08
*** Sazpaimon_ has quit IRC05:09
*** Openfree` has quit IRC05:16
*** Evanescence has quit IRC05:18
*** Evanescence has joined #maemo05:19
*** Openfree` has joined #maemo05:20
* AlmightyOatmeal microwaves himself05:21
*** sat2050 has quit IRC05:22
*** vblazquez has quit IRC05:30
*** hardaker has quit IRC05:30
*** maybeHere has joined #maemo05:30
*** maybeArgh has quit IRC05:34
*** mitsutaka has joined #maemo05:37
*** wmarone__ has quit IRC05:40
*** wmarone__ has joined #maemo05:40
*** wmarone has joined #maemo05:42
*** wmarone__ has quit IRC05:42
*** jhb has quit IRC05:48
*** sat2050 has joined #maemo05:48
*** jiero has quit IRC05:51
*** musca has quit IRC05:55
*** pcfe has quit IRC05:59
*** pcfe has joined #maemo05:59
*** pcfe has quit IRC05:59
*** pcfe has joined #maemo05:59
*** wmarone has quit IRC06:00
*** wmarone has joined #maemo06:00
*** dockane has joined #maemo06:00
*** LaoLang_cool has quit IRC06:01
*** wmarone_ has joined #maemo06:02
*** LaoLang_cool has joined #maemo06:02
*** wmarone has quit IRC06:03
*** dockane_ has quit IRC06:03
*** sat2050 has quit IRC06:05
*** robink has quit IRC06:05
*** sat2050 has joined #maemo06:07
*** radic has quit IRC06:10
*** robink has joined #maemo06:11
*** hardaker has joined #maemo06:19
*** LaoLang_cool has quit IRC06:22
*** LaoLang_cool has joined #maemo06:24
*** Sazpaimon__ has quit IRC06:32
*** Sazpaimon__ has joined #maemo06:32
*** Evanescence has quit IRC06:33
*** Sazpaimon__ has quit IRC06:33
*** Evanescence has joined #maemo06:34
*** Kaptenen has quit IRC06:35
*** radic has joined #maemo06:37
*** Hoolxi has joined #maemo06:37
*** mitsutaka has quit IRC06:40
*** mitsutaka has joined #maemo06:41
*** disco_stu has quit IRC06:44
*** disco_stu has joined #maemo06:48
*** jonwil has joined #maemo06:49
*** swc|666 has quit IRC06:52
*** x29a has quit IRC07:04
*** sulx has quit IRC07:05
*** sat2050 has joined #maemo07:08
*** Cor-Ai_ has joined #maemo07:08
*** kthomas has joined #maemo07:09
*** sp3000 has quit IRC07:10
*** shamus has quit IRC07:10
*** kthomas_vh_ has quit IRC07:10
*** sp3000 has joined #maemo07:10
*** shamus has joined #maemo07:10
*** gn00b_ has joined #maemo07:11
*** tarantism has quit IRC07:11
*** gn00b has quit IRC07:11
*** Cor-Ai has quit IRC07:11
*** tank-man has quit IRC07:11
*** Cor-Ai_ is now known as Cor-Ai07:11
*** sat2050 has quit IRC07:12
*** sat2050 has joined #maemo07:13
*** EphZero has quit IRC07:16
*** x29a has joined #maemo07:16
*** x29a has joined #maemo07:16
*** Evanescence has quit IRC07:20
*** Evanescence has joined #maemo07:21
*** ketas-li has quit IRC07:34
*** musca has joined #maemo07:35
*** velocir` has quit IRC07:39
*** robink has quit IRC07:46
*** robink has joined #maemo07:46
*** SpeedEvil has quit IRC07:47
*** DocScrutinizer has quit IRC07:52
*** DocScrutinizer has joined #maemo07:52
*** wazd has joined #maemo07:58
*** valerius has quit IRC07:59
*** nmjnb has joined #maemo08:00
*** Roomerlol has joined #maemo08:01
*** kimitake is now known as kimitake_idle08:02
*** SpeedEvil has joined #maemo08:05
jonwilis it possible to restart hildon-home without restarting the phone?08:05
SpeedEvilkilling the process works08:08
jonwilwill it restart?08:09
SpeedEvilyes, quite fast08:09
*** t_s_o has joined #maemo08:12
jonwilthat worked, it logged the Phone.Sim.get_service_provider_name dbus call08:13
jonwilNow to run some dbus-send tests08:14
*** sulx has joined #maemo08:15
*** t7^ has joined #maemo08:19
jonwilI need some people to run the following command on their n900s08:21
jonwildbus-send --system --type=method_call --print-reply --dest=com.nokia.phone.SIM /com/nokia/phone/SIM Phone.Sim.get_service_provider_name08:21
jonwilalso dbus-send --system --type=method_call --print-reply --dest=com.nokia.phone.SIM /com/nokia/phone/SIM Phone.Sim.get_service_provider_info08:21
jonwiltrying to find out what that returns08:21
*** valerius has joined #maemo08:26
*** hardaker has quit IRC08:33
*** Evanescence has quit IRC08:36
*** slonopotamus has joined #maemo08:36
*** Evanescence has joined #maemo08:37
*** rcg has joined #maemo08:40
*** psycho_oreos has joined #maemo08:41
*** disco_stu has quit IRC08:44
*** slonopotamus has quit IRC08:50
jonwilI am determined to find out EXACTLY how the stock operator name widget gets the name it ends up displaying08:53
jonwilok, WTF. Why would get_service_provider_name return "3" as the service provider name. Doesnt sound like a valid service provider name to me...08:54
jonwilor is there really a mobile operator named "3"?08:54
hiemanshujonwil: yes, http://www.three.com.au/08:55
jonwilof course :)08:55
keriojonwil: it's "3 ITA" here, but i guess anglophone countries suck08:56
*** slonopotamus has joined #maemo08:56
jonwilwhat I need to find out is what this damn get_service_provider_info call returns08:58
*** inz has quit IRC08:58
*** gn00b_ has quit IRC09:01
*** ferdna has quit IRC09:03
*** ferdna has joined #maemo09:04
*** inz has joined #maemo09:04
* jonwil wishes there was more documentation on this dbus crap09:07
*** beford has quit IRC09:08
psycho_oreosactually 3 is supposedly hutchinson but was bought out by vodafone and so its technically known as vodafone hutchinson australia09:10
jonwilyeah09:11
jonwilwhat matters is that a value of "3" in a get_service_provider_name call (as I saw on pastebin somewhere) is legit09:11
jonwilwhich it is09:11
psycho_oreosas for dbus documentation there's a portion of that on the wiki, though yeah I'll agree its not very detailed and sometimes may leave you pondering how to get it all to work09:12
psycho_oreosI'm not doubting you :) but I can't surf the net without the SIM card in it. Hint: I'm using wireless broadband that's part of 3 network09:13
jonwilunfortunatly there is basically no documentaton at all for Phone.Sim.*09:13
jonwilwell basically none09:14
psycho_oreoslemme guess, you're trying to get something to work with dbus-scripts?09:15
jonwilnope, its for something else09:17
psycho_oreosahh ok09:17
jonwilI am trying to find out how to use Phone.Sim.get_service_provider_info and Phone.Sim.get_service_provider_name (along with Phone.Net.get_operator_name) to get the same operator name as displayed by the stock widget09:18
* jonwil is getting really annoyed at these undocumented dbus calls :(09:19
jonwilPhone.Net.* is documented so thats good09:19
jonwilbut Phone.Sim.* is totally unknown09:19
*** mavhc has quit IRC09:22
*** mavhc has joined #maemo09:23
*** mavhc has joined #maemo09:24
*** slonopotamus has quit IRC09:25
jonwilonly references to get_service_provider_info I can find with google are to an announcement post for netmon (where it just says "hey, I found this call" without saying anything more), a rant from qwerty12 about non-openness with a reference to it and some references to a shell script for testing stuff which calls that method but doesnt tell me anything about its output09:25
*** mece has joined #maemo09:27
*** rcg has quit IRC09:29
*** eMHa__ has quit IRC09:30
*** croppa has joined #maemo09:31
*** wam has joined #maemo09:35
*** mesx has joined #maemo09:36
*** msanchez has joined #maemo09:36
*** murrayc has joined #maemo09:43
*** msanchez has quit IRC09:43
*** rcg has joined #maemo09:44
*** Roomerlol has quit IRC09:45
*** msanchez has joined #maemo09:50
*** jben has joined #maemo09:50
*** andrenarchy has joined #maemo09:54
*** andrenarchy has left #maemo09:54
*** zap_ has joined #maemo09:55
*** eijk has joined #maemo09:56
jonwilWOW, its actually displaying the correct cell tower name09:58
jonwilnow I need to find out what gets applied to the label for the stock home operator widget so I can make the custom code the same09:58
jonwilso it looks more readable09:58
*** Arkenoi has joined #maemo10:03
*** msanchez has quit IRC10:04
*** msanchez has joined #maemo10:04
*** jpe_ has joined #maemo10:04
*** soltys has quit IRC10:08
*** mer_ge has joined #maemo10:14
*** ruskie has quit IRC10:16
*** larsivi has joined #maemo10:19
jonwilIT WORKS10:20
jonwilFound the right stuff to pass to gtk_rc_parse_string10:20
jonwiland its readable10:20
jonwilNow I just need to go somewhere where I can switch towers and see what happens10:21
jonwiland like magic, it switches towers on me :)10:21
jonwilthanks to me living far away from these towers10:21
*** LaoLang_cool has quit IRC10:21
*** LaoLang_cool has joined #maemo10:21
*** eMHa__ has joined #maemo10:22
*** rcg has quit IRC10:25
*** mairas has joined #maemo10:25
*** cityLights has joined #maemo10:25
*** ferdna has quit IRC10:26
cityLightsis anyone here in munich now?10:28
hiemanshujonwil: string "airtel' unit32 0 uint32 0 int32 0 for the first call10:28
jonwilwhat about the other one?10:29
hiemanshuarray [10:29
hiemanshu]10:29
hiemanshuint32 100310:29
jonwilok10:30
jonwilIs "airtel" your carrier?10:30
jonwil?10:32
*** jhb has joined #maemo10:32
*** jrocha has joined #maemo10:32
*** dvaske has joined #maemo10:33
hiemanshujonwil: yes10:33
jonwilIs airtel the actual network operator or are they just a reseller?10:33
hiemanshuActual network operator10:34
jonwilis that on 2G or 3G?10:35
*** t7^ is now known as velocirap10:36
jonwilthanks for the info btw10:37
jonwillooks very much like what I get10:37
jonwilbut with a different operator10:37
hiemanshu2.5G10:37
hiemanshuthats what the phone shows, its EDGE though10:38
*** FIQ|n900 has quit IRC10:38
*** fuz_ has quit IRC10:38
*** gomiam has joined #maemo10:38
jonwilthanks for the info, doesnt help me understand those dbus calls though10:39
*** jonwil has quit IRC10:40
*** fuz_ has joined #maemo10:43
*** _berto_ has joined #maemo10:44
*** rcg has joined #maemo10:46
*** Hoolxi has quit IRC10:49
*** ruskie has joined #maemo10:51
*** calvaris has joined #maemo11:00
*** M4rtinK has joined #maemo11:00
*** mairas has quit IRC11:01
*** mairas has joined #maemo11:01
*** mardi has joined #maemo11:02
*** marainein has quit IRC11:06
*** geaaru has joined #maemo11:08
*** mairas has quit IRC11:10
*** mairas has joined #maemo11:11
*** OkropNick has joined #maemo11:11
*** scoobertron has joined #maemo11:13
*** tanty has joined #maemo11:15
*** eijk_ has joined #maemo11:17
*** eijk has quit IRC11:18
*** BCMM has joined #maemo11:18
*** larsivi has quit IRC11:25
*** soltys has joined #maemo11:28
*** larsivi has joined #maemo11:30
*** t_s_o has quit IRC11:31
*** kakashi_ has joined #maemo11:35
*** LaoLang_cool has quit IRC11:37
*** LaoLang_cool has joined #maemo11:39
*** lbt has quit IRC11:40
*** lbt has joined #maemo11:41
*** lbt has quit IRC11:41
*** lbt has joined #maemo11:41
*** mk8 has quit IRC11:41
*** soltys has quit IRC11:42
*** mk8 has joined #maemo11:42
*** jiero has joined #maemo11:48
*** lonepixel has joined #maemo11:53
*** lardman has joined #maemo11:56
*** lardman has joined #maemo11:56
*** tanty has quit IRC11:56
*** wam has quit IRC11:57
*** soltys has joined #maemo11:58
*** zap_ has quit IRC12:01
*** zap_ has joined #maemo12:02
*** soltys has quit IRC12:05
*** mairas has quit IRC12:07
*** mairas has joined #maemo12:07
*** larsivi has quit IRC12:08
*** sat2050 has quit IRC12:09
*** zap_ has quit IRC12:10
*** sat2050 has joined #maemo12:13
*** t_s_o has joined #maemo12:13
*** larsivi has joined #maemo12:15
*** mk8 has quit IRC12:25
*** KrayonWork has left #maemo12:26
*** mk8 has joined #maemo12:26
*** arno0ob has joined #maemo12:27
*** mk8 has quit IRC12:33
*** lardman has quit IRC12:34
*** mk8 has joined #maemo12:35
*** scoobertron has quit IRC12:36
*** drussell has quit IRC12:37
*** mece has quit IRC12:40
*** mece has joined #maemo12:41
*** drussell has joined #maemo12:44
*** drj_cro has joined #maemo12:56
*** arno0ob has quit IRC13:00
*** piggz has quit IRC13:00
*** mairas has quit IRC13:03
*** mairas has joined #maemo13:03
*** lxp1 has joined #maemo13:03
*** sicelo_ has joined #maemo13:04
*** lxp has quit IRC13:06
*** Kaptenen has joined #maemo13:07
*** habmala has joined #maemo13:08
*** mairas has quit IRC13:12
*** X-Fade has quit IRC13:12
*** X-Fade has joined #maemo13:12
*** mairas has joined #maemo13:12
*** sabayonuser2 has joined #maemo13:13
*** sabayonuser2 is now known as nsuffys13:13
*** sicelo_ is now known as Sicelo^13:17
*** mer_ge has quit IRC13:19
*** wazd_ has joined #maemo13:19
*** valerius has quit IRC13:20
*** wazd has quit IRC13:22
*** FIQ|n900 has joined #maemo13:24
*** defragger has joined #maemo13:24
*** defragger has joined #maemo13:24
*** valerius has joined #maemo13:28
*** zap_ has joined #maemo13:28
*** msanchez has quit IRC13:30
*** mitsutaka has quit IRC13:33
*** ErwinJunge has joined #maemo13:33
*** valerius has quit IRC13:36
*** Dibblah has quit IRC13:36
*** Dibblah_ has joined #maemo13:36
*** Dibblah_ is now known as Dibblah13:37
*** _trine has joined #maemo13:45
*** Andy80 has joined #maemo13:45
*** Andy80 has quit IRC13:45
*** Andy80 has joined #maemo13:45
*** mairas has quit IRC13:49
*** mairas has joined #maemo13:50
*** kW_ has joined #maemo13:51
*** lardman|gone is now known as lardman13:52
*** gomiam has quit IRC13:53
*** trx has quit IRC13:59
*** mairas has quit IRC13:59
*** mairas has joined #maemo13:59
*** aloril has quit IRC13:59
*** nid0 has quit IRC14:00
*** nid0 has joined #maemo14:01
*** trx has joined #maemo14:04
*** guerby has quit IRC14:06
*** soltys has joined #maemo14:08
*** mtnbkr has quit IRC14:11
*** liar has joined #maemo14:12
*** aloril has joined #maemo14:12
*** guerby has joined #maemo14:15
*** ErwinJunge has quit IRC14:15
*** valerius has joined #maemo14:16
*** robbiethe1st has joined #maemo14:17
*** florian has joined #maemo14:17
*** florian has joined #maemo14:17
*** soltys has quit IRC14:17
*** jiero is now known as luojie-dune14:19
*** M4rtinK has quit IRC14:22
*** drj_cro has left #maemo14:28
*** fuz_ has quit IRC14:30
*** valerius has quit IRC14:31
*** habmala has quit IRC14:34
*** valerius has joined #maemo14:35
*** fuz_ has joined #maemo14:35
*** schend has joined #maemo14:38
*** sirdancealot has joined #maemo14:42
*** habmala has joined #maemo14:42
*** valerius has quit IRC14:45
*** valerius has joined #maemo14:45
*** mairas has quit IRC14:45
*** mairas has joined #maemo14:46
*** gomiam has joined #maemo14:46
*** tbf has joined #maemo14:48
*** etrunko has joined #maemo14:50
*** Jade is now known as jd14:50
*** M4rtinK has joined #maemo14:59
* nsuffys is away: I'm busy14:59
*** ErwinJunge has joined #maemo15:02
*** scoobertron has joined #maemo15:04
*** luojie-dune has quit IRC15:10
*** chenca has joined #maemo15:12
*** nsuffys has quit IRC15:12
*** Sc0rpius has quit IRC15:12
*** arno0ob has joined #maemo15:12
*** valerius has quit IRC15:13
*** Sc0rpius has joined #maemo15:14
*** cityLights has quit IRC15:17
*** scoobertron has quit IRC15:20
*** gomiam has quit IRC15:20
*** mairas has quit IRC15:23
*** mairas has joined #maemo15:23
*** robbiethe1st has quit IRC15:25
*** mase76 has joined #maemo15:38
*** GNUton-BNC is now known as GNUton15:39
*** GNUton has quit IRC15:39
*** GNUton has joined #maemo15:39
*** tbf has quit IRC15:40
*** mk8 has quit IRC15:41
Sicelo^DocScrutinizer: i just got http://people.openmoko.org/joerg/battery/bq27k-detail215:41
Sicelo^ran fine. is there anything special u would like tested?15:41
*** mairas has quit IRC15:42
*** mairas has joined #maemo15:42
*** mk8 has joined #maemo15:42
DocScrutinizernah, it seems to run fine, as you already noticed :-D. See if you find any typos or other errors, or sth that's not really plausible15:44
DocScrutinizermaybe you could test how it behaves on i2ctools missing (just if you feel bored)15:45
DocScrutinizeras that's sth I haven't handled properly yet15:45
*** vivijim has joined #maemo15:46
*** vivijim has quit IRC15:46
*** M4rtinK has quit IRC15:47
*** setanta has joined #maemo15:47
*** deimos has joined #maemo15:48
*** mairas has quit IRC15:51
*** larsivi has quit IRC15:51
*** mairas has joined #maemo15:51
*** tabasko has left #maemo15:52
*** valdyn has quit IRC15:52
*** larsivi has joined #maemo15:54
*** cityLights has joined #maemo15:54
*** vivijim has joined #maemo15:56
*** Tuco1 has joined #maemo15:56
*** Tuco1 has joined #maemo15:56
*** valdyn has joined #maemo15:58
*** habmala has quit IRC16:01
*** scoobertron has joined #maemo16:03
*** hardaker has joined #maemo16:06
*** Hoolxi has joined #maemo16:11
*** jpe_ has quit IRC16:12
*** FIQ|n900 has quit IRC16:12
*** iluminator101 has joined #maemo16:14
iluminator101i am getting an error 'Memory not accessable. Unable to save content' when i try take a pic16:14
iluminator101on my n90016:15
BCMMis mydocs mounted?16:15
BCMMis the n900 plugged in to a computer with USB?16:15
*** etrunko has quit IRC16:16
iluminator101no its not plugged into anything16:16
*** dvaske has quit IRC16:18
iluminator101i restarted seems to work now16:20
_trinesee if you can take a picture when its saved to an SD card16:20
iluminator101i had unmounting error it works now thanks16:21
*** iluminator101 has left #maemo16:21
*** soltys has joined #maemo16:22
*** etrunko has joined #maemo16:24
*** NIN101 has joined #maemo16:28
*** schend has quit IRC16:28
*** bilboed has joined #maemo16:29
*** larsivi has quit IRC16:32
*** jpe_ has joined #maemo16:33
*** soltys has quit IRC16:46
*** scoobertron has quit IRC16:47
*** vivijim1 has joined #maemo16:50
*** mece has left #maemo16:50
*** disco_stu has joined #maemo16:53
*** vivijim has quit IRC16:54
*** wam has joined #maemo16:58
*** Hoolxi has quit IRC17:00
*** lonepixel has quit IRC17:01
*** pronto has quit IRC17:05
*** pronto has joined #maemo17:05
*** sat2050 has quit IRC17:05
*** rm_work has joined #maemo17:05
*** rm_work has quit IRC17:05
*** rm_work has joined #maemo17:05
*** norayr has joined #maemo17:10
*** jhb has quit IRC17:11
*** mase76 has quit IRC17:12
*** norayr has quit IRC17:14
*** soltys has joined #maemo17:16
*** LaoLang_cool has quit IRC17:19
*** Hoolxi has joined #maemo17:20
*** vivijim1 has quit IRC17:22
*** APTX has quit IRC17:23
*** APTX has joined #maemo17:23
*** soltys has quit IRC17:23
*** APTX has quit IRC17:27
*** APTX has joined #maemo17:29
*** lonepixel has joined #maemo17:29
*** jpe_ has quit IRC17:34
*** dos1 has joined #maemo17:38
*** vivijim1 has joined #maemo17:40
*** mairas has quit IRC17:40
*** vivijim1 has quit IRC17:44
*** vivijim has joined #maemo17:45
*** _berto_ has quit IRC17:48
*** Sazpaimon has joined #maemo17:48
ErwinJungeI'm missing libnvomx in scratchbox, which apparently has something to do with openmax. I thought openmax was supported on the n900?17:48
*** murrayc has quit IRC17:50
*** mhlavink_afk has quit IRC17:53
*** githogori has quit IRC17:54
*** mhlavink has joined #maemo17:55
*** vivijim has quit IRC17:59
crashanddiehttp://img.thedailywtf.com/images/201110/query.jpg17:59
ErwinJungeHey, that's dutch :) "the platform is really slow, etc"18:00
ErwinJungeI guess the query explains a bit ;)18:00
crashanddieinderdaad :)18:00
ErwinJungeAnd apparently so are you ;)18:00
*** mhlavink has quit IRC18:01
crashanddieI'm not18:02
crashanddieI just speak Dutch18:03
*** net-split has joined #maemo18:03
*** jrocha has quit IRC18:04
*** jpe_ has joined #maemo18:04
ErwinJungeThat's a pretty rare skill for someone who's not Dutch.18:06
*** vivijim has joined #maemo18:07
*** zap_ has quit IRC18:09
*** Evanescence has quit IRC18:17
*** infobot has joined #maemo18:18
infobotDocScrutinizer: infobot joined!18:18
*** ChanServ sets mode: +v infobot18:18
*** Arkenoi has quit IRC18:19
*** vivijim has quit IRC18:21
*** randbit has joined #maemo18:26
*** hakkattakk has joined #maemo18:28
*** shanttu has joined #maemo18:28
*** mza has quit IRC18:32
*** mer_ge has joined #maemo18:32
*** Zahra has joined #maemo18:34
*** mza has joined #maemo18:37
*** Zahra has quit IRC18:47
*** Sazpaimon has quit IRC18:53
*** Hoolxi has quit IRC18:55
*** rcg has quit IRC18:58
*** mookie has joined #maemo19:01
*** kama has joined #maemo19:02
*** slonopotamus has joined #maemo19:02
*** soltys has joined #maemo19:03
*** jhb has joined #maemo19:04
*** mesx has quit IRC19:04
*** valerius has joined #maemo19:06
*** slonopotamus has quit IRC19:07
*** Sazpaimon has joined #maemo19:11
*** msanchez has joined #maemo19:13
*** zap_ has joined #maemo19:15
*** valerius has quit IRC19:15
*** slonopotamus has joined #maemo19:15
*** n900backer has joined #maemo19:18
n900backerwhere do installed kernels go? like kernel power, there is nothin in /boot19:18
NIN101to the third NAND partition.19:20
NIN101/dev/mtd319:20
*** Soder has joined #maemo19:22
n900backer? i have made an backup image of my device, i want to find out the version of its kernel. how can i do this?19:22
n900backerbackups r from / and /home19:22
n900backeris there anyway to find out the name of its kernel?19:22
*** Memo_Bird is now known as Suiseiseki19:23
n900backeri had installed kernel power before but i don't remember which version it was.19:23
*** FIQ has quit IRC19:25
*** FredrIQ has joined #maemo19:25
*** FredrIQ has joined #maemo19:25
*** ferdna has joined #maemo19:26
NIN101e. g., take a look at /lib/modules/ on the backup of /.19:26
*** rcg has joined #maemo19:28
*** arno0ob has quit IRC19:28
n900backer2.6.28.10power4219:28
n900backertnx19:28
*** jhb has quit IRC19:29
*** drj_cro has joined #maemo19:29
*** calvaris has quit IRC19:29
*** ced117 has joined #maemo19:30
*** ced117 has quit IRC19:30
*** ced117 has joined #maemo19:30
*** calvaris has joined #maemo19:31
*** n900backer has quit IRC19:32
*** piggz has joined #maemo19:34
*** jhb has joined #maemo19:36
*** Sazpaimon has quit IRC19:36
*** gn00b has joined #maemo19:36
*** soltys has quit IRC19:37
*** Sazpaimon has joined #maemo19:39
*** cityLights has quit IRC19:40
*** SergSergiu has joined #maemo19:43
*** jhb has quit IRC19:43
SergSergiuhello19:43
*** mitsutaka has joined #maemo19:44
*** Kaptenen has quit IRC19:46
*** jhb has joined #maemo19:46
MohammadAGanyone from the US?19:47
*** jonne has quit IRC19:48
*** slonopotamus has quit IRC19:49
DocScrutinizerGAN900?19:49
*** githogori has joined #maemo19:49
GeneralAntillesUSA! USA! USA!19:49
* GeneralAntilles coughs.19:50
GeneralAntillesYes?19:50
MohammadAGGeneralAntilles, I have someone's number, it starts with 20619:52
*** tchan has quit IRC19:52
MohammadAGdo I dial it with +1206 or should something be after the 1?19:52
jaska+1206xxxyyyy19:52
GeneralAntilles^19:52
MohammadAGthanks :)19:52
*** tchan has joined #maemo19:53
*** Sazpaimon has quit IRC19:55
*** jrocha has joined #maemo19:59
*** jonne has joined #maemo20:00
*** hardaker2 has joined #maemo20:04
*** hardaker has quit IRC20:04
*** calvaris has quit IRC20:05
*** soltys has joined #maemo20:05
*** fuz_ has quit IRC20:07
*** soltys has quit IRC20:12
*** scoobertron has joined #maemo20:12
*** fuz_ has joined #maemo20:13
*** mardi has quit IRC20:14
*** eMHa__ has quit IRC20:18
*** ErwinJunge has quit IRC20:19
*** ErwinJunge has joined #maemo20:21
*** lxp1 has quit IRC20:23
*** psycho_oreos has quit IRC20:25
*** msanchez has quit IRC20:30
*** FredrIQ has quit IRC20:30
*** geaaru has quit IRC20:34
*** lardman_ has joined #maemo20:35
*** soltys has joined #maemo20:35
*** drj_cro has left #maemo20:35
*** FIQ has joined #maemo20:36
*** scoobertron has quit IRC20:38
*** dos11 has joined #maemo20:39
*** Berlinermauer has joined #maemo20:39
*** dos1 has quit IRC20:39
*** kama has quit IRC20:41
*** soltys has quit IRC20:41
*** jonne has quit IRC20:41
*** jonne has joined #maemo20:42
BerlinermauerHey Guys, Does anyone has this Problem? After about 2 Days my device hangs up. I cannot use the Apps on the Home Window (hildon-home is not answering) and calls and sms aren't incoming anymore, however if i restart the device everything works fine again20:45
*** shanttu has quit IRC20:46
*** javispedro has joined #maemo20:46
*** Chiku|dc has joined #maemo20:48
*** Chiku|dc has joined #maemo20:48
*** ghostcube has joined #maemo20:48
*** florian has quit IRC20:48
*** Dibblah has quit IRC20:49
*** Dibblah has joined #maemo20:49
*** Chiku has quit IRC20:50
*** jonne has quit IRC20:54
AlmightyOatmealBerlinermauer: sounds like an application has a memory leak. try disabling programs that were recently added around the time the problems began. you can also try ssh'ing into your phone and checking system resource usage and logs20:56
*** jonne has joined #maemo20:58
*** shanttu has joined #maemo20:58
*** vivijim has joined #maemo21:02
*** swc|666 has joined #maemo21:04
*** nmjnb has quit IRC21:10
*** ale152 has joined #maemo21:10
*** kimitake_idle is now known as kimitake21:10
*** mase76 has joined #maemo21:13
*** javispedro has quit IRC21:17
*** SergSergiu has quit IRC21:20
*** soltys has joined #maemo21:20
*** javispedro has joined #maemo21:20
*** OkropNick^ has joined #maemo21:22
*** OkropNick^ has quit IRC21:22
*** Zahra has joined #maemo21:23
*** drj_cro has joined #maemo21:25
*** FIQ has quit IRC21:27
*** FIQ has joined #maemo21:27
*** sq-one has joined #maemo21:27
*** soltys has quit IRC21:29
ErwinJungejavispedro: Swapping out the source for mupen64plus worked like a charm, except for one small change in pre.mk. Are you planning on updating mupen in the repos?21:30
javispedroany worth changes?21:31
*** Soder has quit IRC21:34
*** Soder has joined #maemo21:34
*** drj_cro has left #maemo21:35
*** ErwinJunge has quit IRC21:36
*** ErwinJunge has joined #maemo21:37
*** eMHa__ has joined #maemo21:39
*** BCMM has quit IRC21:43
*** Atarii has joined #maemo21:44
*** Atarii has quit IRC21:44
*** Atarii has joined #maemo21:44
*** Zahra has quit IRC21:47
*** M4rtinK has joined #maemo21:54
*** t_s_o has quit IRC21:55
*** FIQ has quit IRC21:58
*** FIQ has joined #maemo21:59
*** wam has quit IRC22:00
*** javispedro has quit IRC22:04
*** GNUton is now known as GNUton-BNC22:12
*** larsivi has joined #maemo22:12
*** lxp has joined #maemo22:14
*** kimitake is now known as kimitake_idle22:15
*** valerius has joined #maemo22:15
*** Atarii` has joined #maemo22:15
*** thomasjfox has joined #maemo22:17
*** Atarii has quit IRC22:18
*** Atarii has joined #maemo22:19
*** Atarii has quit IRC22:19
*** Atarii has joined #maemo22:19
*** Venemo has joined #maemo22:20
*** Venemo has quit IRC22:20
*** Venemo has joined #maemo22:20
*** Atarii` has quit IRC22:22
*** valerius has quit IRC22:22
*** soltys has joined #maemo22:28
*** trbs has joined #maemo22:30
*** SmilyOrg has quit IRC22:33
*** Smily has joined #maemo22:33
*** mer_ge has quit IRC22:35
*** soltys has quit IRC22:36
*** croppa has quit IRC22:38
*** croppa has joined #maemo22:39
*** gn00b has quit IRC22:39
*** scoobertron has joined #maemo22:45
*** florian has joined #maemo22:50
*** florian has joined #maemo22:50
*** muelli has joined #maemo22:52
*** Venemo has quit IRC22:56
*** norayr has joined #maemo23:02
*** etrunko has quit IRC23:03
*** andre103 has joined #maemo23:05
*** lonepixel has left #maemo23:09
*** deimos_ has joined #maemo23:15
*** deimos has quit IRC23:19
*** Guest99369 has quit IRC23:19
*** scoobertron has quit IRC23:19
*** alehorst has quit IRC23:21
*** andre103 has quit IRC23:22
*** tzorvas has joined #maemo23:23
*** andre103 has joined #maemo23:24
*** jrocha has quit IRC23:24
*** ced117 has quit IRC23:28
*** wazd_ has quit IRC23:28
*** janneke has joined #maemo23:37
*** janneke has left #maemo23:37
*** thomasjfox has quit IRC23:39
*** sq-one has quit IRC23:40
*** javispedro has joined #maemo23:40
*** mase76 has quit IRC23:43
*** Berlinermauer has quit IRC23:56
*** ErwinJunge has quit IRC23:56
*** valerius has joined #maemo23:58
*** Termana has joined #maemo23:59
*** Termana is now known as Guest2676723:59
SpeedEvilhttp://www.dealextreme.com/p/a-peel-external-0-95-lcd-single-sim-gsm-quadband-cell-phone-battery-back-case-for-iphone-4-black-103112 - I put a phone on your phone, so you can phone while you phone.23:59

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!