IRC log of #maemo for Friday, 2012-05-11

*** kthomas_vh has quit IRC00:00
freemangordonsed who?00:00
*** kthomas_vh has joined #maemo00:00
*** dos1 has joined #maemo00:01
DocScrutinizervi___: why not gconftool-2 --get /apps/osso/hildon-desktop/orientation_lock00:07
vi___because I have a serious case of the retards00:10
merlin1991holy shit vi___ that is some overuse of the shell right htere :D00:10
DocScrutinizerif [ "x$(gconftool-2 --get /apps/osso/hildon-desktop/orientation_lock)" == xtrue ]00:10
vi___I shall now use it00:10
DocScrutinizermaybe even:  if [ "x$(gconftool-2 --get /apps/osso/hildon-desktop/orientation_lock 2>/dev/null)" == xtrue ]00:12
ShadowJKLi-Ion does not have "memory effect", and the default N900 battery meter just shows whatever it wants, randomly, sometimes :P00:14
DocScrutinizeryes00:14
DocScrutinizer?00:15
*** r00t|n900 has left #maemo00:15
DocScrutinizerEFOCUS?00:15
*** _rd has joined #maemo00:15
DocScrutinizervi___: still need sed?00:16
*** NishanthMenon has quit IRC00:16
DocScrutinizerI like to use sed, though I also have to look up details in manpage frequently00:17
ShadowJKNo I was reading scrollback :)00:18
DocScrutinizerShadowJK: yeah, thought as much00:18
DocScrutinizerjust wondered how far back you are00:18
DocScrutinizersome 6h? 12?00:18
vi___merlin1991: I am not bashfully subtle00:19
vi___DocScrutinizer: I like awk sed and grep too, but any time I get any good I just forget it all after a week of not using it00:20
DocScrutinizersame here ;-D00:20
DocScrutinizerparticularly awk00:20
*** hurbu has joined #maemo00:22
*** vi__ has quit IRC00:23
*** teotwaki_ has joined #maemo00:27
vi___mother of god00:29
*** prometoys has quit IRC00:29
vi___will SOMONE00:30
vi___tell ash shell that ( is more or less [.00:30
DarkchaosSomehow the backup did not import my chat history?00:31
*** whatever4ever has joined #maemo00:33
whatever4everhow do you read conversations without the conversations app?00:33
whatever4everMine is all corrupt00:33
vi___you can dump the database00:33
whatever4evercan you dump it, fix it, and then load it back?00:35
vi___?00:35
vi___perhaps00:36
vi___depends how it is mangled00:36
vi___and how well you understand the database format00:36
whatever4evernot sure on both counts00:36
whatever4everwhat should I use to read the DB?00:37
vi___sqlite00:37
vi___smsread () {00:37
vi___sqlite3 -csv $( ls $HOME/.rtcom-eventlogger/el*db -1t | head -n1 ) "select * from Events,Remotes where service_id==3 and Events.remote_uid == Remotes.remote_uid ORDER BY start_time DESC;" | head -n1 | awk '-F,' '{printf("%s %s %s %s\n",strftime("%H:%M",$4),"from",$20,$16)}' | espeak -v f1 -s 160 -p 7000:37
vi___}00:37
vi___was my attempt at an sms reader00:37
whatever4everwow00:37
*** Darkchaos has quit IRC00:37
vi___should give you a clue00:38
whatever4everThis thing is TRASHED00:38
vi___whatever4ever: you opened the conversations db?00:38
whatever4everdifferent people's names show up under other's conversations, some names turn into <Self_Handle> (which I'm guessing is in the code somewhere)00:38
whatever4everno, I got the conv app to open again00:38
vi___mmm00:38
*** kthomas_vh has quit IRC00:38
vi___nuke the DB from orbit.00:39
vi___it is the only way to be sure00:39
whatever4everI'm buying a new n900 today, gotta try to transfer over the stuff nicely today. I wonder if I transfer the msg backup, if the fucked up handling will transfer as well00:39
whatever4everI want to save my beloved convos00:39
whatever4everI've so many00:39
whatever4everhundreds of convos with hundreds of msgs each00:39
whatever4everfor yeras00:39
whatever4evermakes everything slow as fuck, but what other option do I have?00:39
vi___whatever4ever: start again00:40
whatever4everwhy?00:41
whatever4everSo the tech. solution is "Fuck your data"?00:41
whatever4everCan you see why that might not be so satisfying? :P00:41
vi___whatever4ever: yes00:42
*** thexception is now known as thexception|off00:42
vi___My father always said 'everything can be fixed'00:42
vi___it is just a matter of cost and time00:42
merlin1991vi___: it's just a matter of cost00:42
vi___You probably could rebuild the whole database by hand00:42
merlin1991since time equals cost aswell ;)00:43
vi___but is it wr00:43
vi___worth the time?00:43
vi___lol00:43
vi___as time=money00:43
vi___cost of fixing=money^200:43
whatever4everI don't mind losing some stuff00:44
whatever4everbut most of the DB should be fine00:44
whatever4everCan I easily recognize which is corrupt entrees00:44
whatever4everand just delete those00:44
vi___therefore money == the root of fixing00:44
*** hurrian has joined #maemo00:44
vi___money=sqrt(fixing)00:44
whatever4everlol00:46
whatever4everokay, what do you think of my above idea00:46
whatever4evereasy way to recognize what's fucked and just remove it everywhere?00:46
vi___well if you do not want to do it by hand then the fubar needs to be consistent00:47
vi___with n900 you are free to do whatever you want, no matter how futile00:47
whatever4everSo I open the database by hand with your tool. Look through it and delete everything I think is messing it up, and then rewrite it as a DB?00:48
vi___for example I spent literally days of my time trying to devise a one liner that would return my IP address whether on gprs OR wifi00:48
vi___no no00:48
whatever4everIsn't that easy?00:48
vi___my script was a botch attempt to write an sms reader00:48
whatever4everifconfig, and many system tools?00:49
whatever4evershows your IP00:49
vi___whatever4ever: in a one liner00:49
vi___whatever4ever: that ONLY returns your IP00:49
vi___whatever4ever: no loopback address00:49
whatever4ever:)00:49
vi___whatever4ever: comliant with ash shell00:49
vi___whatever4ever: compliant with ash shell00:49
*** etrunko has quit IRC00:49
vi___whatever4ever: that doesnt barf errors00:50
vi___I do not know how you can fix the DB00:50
whatever4everthere is some website that only outputs your ip that you could wget and echo...00:50
vi___whatever4ever: without connecting to some external website, what if i am on a LAN only?00:51
*** _rd has quit IRC00:51
whatever4everhere is my plan. 1) backup my current one. 2) delete all conversations with issues in them 3) back up that version 4) transfer that version to the new phone 5) have an errorless DB00:51
vi___perhaps you can use a desktop tool to examine the DB and move things back into their appropriate fields00:51
whatever4evervi___: why would you need to know your IP if you're not connected to the web?00:51
whatever4everYou mean your internal IP?00:51
vi___so I can xforward, shh, webserve etc00:52
vi___yes internal IP00:52
whatever4everso what about ifconfig?00:52
vi___what about it?00:52
vi___you need to know which ip address you are asking for00:52
vi___^interface00:53
whatever4everifconfig | grep ipv4 or something00:54
vi___ifconfig $(route 2&>/dev/null | awk '{ field = $NF }; END{ print field }') >/dev/null && ifconfig $(route | awk '{ field = $NF }; END{ print field }') | egrep -o 'dr:[^ ]+'|sed 's/dr://g' || echo "127.0.0.1"00:55
vi___I got as far as that and thought F' it00:55
vi___I will just use a 2 liner00:55
whatever4everjesus00:56
whatever4everI don't know a lot of that00:56
whatever4everI guess because I don't konw awk00:56
whatever4everbut I want to00:56
vi___whatever4ever: no one REALLY knows awk00:56
*** Dibblah has quit IRC00:56
vi___whatever4ever: just little bits for a short while00:56
whatever4everhaha, really?00:57
vi___whatever4ever: what is your TMO username?00:57
whatever4everbash is so sexy00:57
whatever4everI learned "shift" today00:57
whatever4everwhat's that:?00:57
whatever4evertmobile username?00:57
whatever4everI am on tmobile00:58
vi___wut?00:58
whatever4everbut I'm not chatting via my phone right now00:58
Proteous_talk.maemo.org00:58
vi___no00:58
Proteous_tmo00:58
vi___your tmo username00:58
whatever4everwhat's that?00:58
Proteous_tmo = talk.maemo.org00:58
whatever4everoh00:58
Proteous_...00:58
whatever4evermodularize00:58
whatever4everI think00:58
whatever4ever"modular"00:59
whatever4everis it00:59
*** vi_ has quit IRC01:00
whatever4everI'm so excited to flash the new n900 I'm buying today with the newest stuff and have a clean phone01:00
whatever4everI wonder if I should make it dual boot01:01
whatever4everProteous_: what would you do?01:01
whatever4everthere's a bootloader I think, I could put meego on there too01:01
vi___whatever4ever: dont bother01:02
vi___you will disappoint hard01:02
freemangordonyeah, better install ubuntu (with lxde desktop)01:02
whatever4everMAybe it will be useful for one thing?01:02
whatever4everfreemangordon: https://wiki.ubuntu.com/ARM/n900 ?01:03
vi___useful for dragging your n900 down to the level of winphone 7?01:03
whatever4everInstead of maemo?01:03
whatever4evervi___: it doesn't have a single feature that works better? WOW!01:03
vi___it barely has feature that work01:03
*** drussell has quit IRC01:03
freemangordonno, dual-boot. And wiki entry is outdated, better use the appropriate thread on TMO01:03
vi___they consider 'takes photo without crash' a feature01:03
freemangordonvi___, isn't it? :P01:04
whatever4everfreemangordon: but which OS will I make phone calls on??? :P01:04
freemangordonmaemo01:04
freemangordonor you can try to play with ophone, NFC if it works01:05
*** hurbu_ has joined #maemo01:05
freemangordon*ophono01:05
whatever4evern900 has NFC?01:05
whatever4everfreemangordon: what's ophone?01:06
vi___bwahaaha01:06
freemangordon(no fcking clue). Otherwise I am waitong my boss ot get a gemflex for me :D01:06
whatever4everI'm going to have to make a list for all this cool stuff you're telling me01:06
vi___you are like the 100th person to say that01:06
vi___NFC==no fucking clue01:06
whatever4everLOL01:07
whatever4everwtf01:07
whatever4evernever heard of gemflex either, you guys are privy01:07
vi___FMG WTF is an gemflex?01:08
whatever4everfreemangordon must be asianee01:08
freemangordonNFC adaptor for non-NFC capable phones, not sure if is not a prototype still01:08
whatever4everdude, where me get one01:09
vi___how does it connect?01:09
*** hurbu has quit IRC01:09
vi___to the phone?01:09
whatever4everlike TRANSFORMERS!01:09
freemangordonyou put a flex cable between SIM and SIM contacts01:09
vi___oh, wow01:09
vi___tthat is special01:09
freemangordonyeah01:09
whatever4everreally? And the sim card still works?01:09
whatever4evercan the phone be closed too?01:10
*** Guest27322 has joined #maemo01:10
freemangordondon't know, still dont have one :D01:10
whatever4everGo get one01:10
*** jacekows1i has joined #maemo01:10
whatever4everokay, we're gonna make a list for me to prepare my new n900 later today:01:10
*** jacekowski has quit IRC01:10
vi___I always thought a digital compass on the debug pins on in the battery compartment would be cool01:10
*** jacekows1i is now known as jacekowski01:10
whatever4ever1) flash newest maemo 2) install ubuntu ...01:10
vi___whatever4ever: 1.reflash EVERYTHING01:11
vi___2. REPARTITION01:11
vi___3. install backup menu01:11
vi___4. start removing junk01:11
whatever4ever4: please specify01:11
vi___5. make your 'master backup'01:11
vi___6. proceed to install cool shit01:11
whatever4everwhat do you parition with?01:11
*** peterbjornx has quit IRC01:12
*** swc|666 has quit IRC01:12
*** mavhc has quit IRC01:12
r00t|homevi___: do/did you know the pinout for the uart on the debug-port? because i traced/tested it a few days ago...01:12
whatever4everI'm honestly going to follow these steps tonight!01:12
vi___4==apt-get remove cherry, ovi crap, various other pieces of shite01:12
freemangordonvi___ http://www.nfcworld.com/2010/11/29/35271/dbs-starhub-and-ez-link-to-begin-singapore-nfc-pilot-in-december/01:12
vi___r00t|home: no01:12
r00t|homevi___: well, it's on the wiki now :D01:12
vi___r00t|home: I have studied the schematics, however they are poorly laid out01:12
*** piggz has quit IRC01:12
vi___r00t|home: wtf01:13
vi___r00t|home: link plox01:13
r00t|homevi___: http://wiki.maemo.org/N900_Hardware_Hacking#Debug_ports01:13
vi___if [ $(gconftool-2 --get /apps/osso/hildon-desktop/orientation_lock) = "false" ]; then  if [ $(cat /sys/devices/platform/gpio-switch/slide/state) == "closed" ]; then01:13
vi___oops, wrong window01:13
vi___<shame>01:13
*** mavhc has joined #maemo01:13
r00t|homevi___: only caveat is 2.8V logic levels01:13
whatever4evervi___: what do I use for partitioning?01:14
whatever4everor will the install process for ubuntu cover that?01:14
vi___and even 3.3V seem to destroy it.01:15
r00t|home"and even 3.3V seem to destroy it"01:15
vi___did you find that out the hard way?01:15
*** swc|666 has joined #maemo01:15
vi___whatever4ever: gparted etc.01:16
r00t|homethat is from DocScrutinizer01:16
whatever4evervi___: okay, so why am I doing this?01:16
r00t|homei just verified TxD, and then found RxD by making a loopback from TxD, which is relatively safe (as long as you don't short to vbus)01:16
r00t|homevi___: i guess the best would be to find a 2.8V voltage source in the device and connect your peripherial to that01:17
vi___r00t|home: good job mate!01:17
r00t|homeit's rather simple, i've done with with many devices before... i just really wonder why nobody published that info earlier01:18
vi___because there is only about 3 people left on the face of the earth who:01:18
r00t|homei mean, there should be people closer to nokia that should have the full pinouts...01:18
*** GeneralAntilles has quit IRC01:18
vi___1. still care01:19
vi___2. can use it01:19
vi___r00t|home: yes01:19
*** GeneralAntilles has joined #maemo01:19
DocScrutinizervi___: using "[ $(..." is usually a poor idea, as the cmd might return ""01:19
vi___r00t|home: I was rather hoping some disgruntled nokian would dump some source code01:19
r00t|homeDocScrutinizer: been meaning to ask... does the n900 really not have a battery buffered rtc? because it looses the clock when swapping batteries...01:20
DocScrutinizerit has01:21
r00t|homeso my battery must be dead?01:21
r00t|home*buffer battery01:21
DocScrutinizerit also has a shitty piece of crap backup LiIon-MG cell that breaks after 12 months01:21
vi___DocScrutinizer: yes, like the SED knowledge I forgot to use [] brackets as I have not done any scripting for some weeks.01:21
vi___r00t|home: mine does not01:21
vi___r00t|home: your internal battery is stuffed01:21
vi___r00t|home: on saying that my first n900 was like that for a while, then it started remembering01:21
freemangordonr00t|home, it is not only yours, AFAIK all n900 has dead clock backup battery ny now01:22
r00t|homewell, it's a used one01:22
freemangordon*by01:22
r00t|homehave swaps been done?01:22
whatever4everDocScrutinizer: I'm getting a new n900, what do you think of these steps that vi___ came up with: 1.reflash EVERYTHING 2. REPARTITION 3. install backup menu 4. start removing junk 4: please specify 5. make your 'master backup'  6. proceed to install cool shit01:22
vi___not mine :)01:22
nox-just run gpsrecorder (i think that was the one), it sets the clock from gps01:22
jogaheh so that's why it does that...I kinda wondered about that a while ago01:22
freemangordonlucky you01:22
freemangordonor it is from your GF's 5800 :P01:22
r00t|homenox-: i do that, but it's annoying... i bought some spare batteries and swap them regulary... and gps only works outside01:22
nox-*nod*01:23
vi___heh, she got it back when I bought some SCUDS01:23
r00t|homeso, has replacing the buffer battery been considered/done?01:23
DocScrutinizerr00t|home: yes, some users swapped the shitty Sanyo(?) battery for a capacitive type, or even a simple goldcap01:24
vi___r00t|home: you do know about the battery 'hot swap' kludge right?01:24
hurriansomeone here replaced it with a capacitor.01:24
DocScrutinizerSeiko?01:24
r00t|homeDocScrutinizer: yeah, i'd go the capactor route...01:24
freemangordonyeah, sounds sane01:24
r00t|homevi___: i don't have a power source, that's why i swap the batteries in the first place...01:24
vi___r00t|home: plug phonw into power source, stop bme, quickly swap battery, start bme.01:24
vi___job done01:25
whatever4everDocScrutinizer did you ever finish the battery swapping without shutting off the device?01:25
vi___aaaah01:25
DocScrutinizerwhatever4ever: huh? sure, pal01:25
vi___r00t|home: well you are pretty much fooked then01:25
r00t|homecan you link to any docs on the battery replacement?01:25
vi___however changing for a CAP woud be sweet01:25
DocScrutinizerMohammadAG been doing it like 3 times a day, for yeras :-D01:25
whatever4everDocScrutinizer got a link for that? I switch out my battery at least 2x per day. I'd love to not restart my phone each time01:26
*** jrocha has quit IRC01:26
DocScrutinizermompls01:26
whatever4ever?01:26
vi___whatever4ever: plug phone into power source, stop bme, quickly swap battery, start bme.01:26
*** drussell has joined #maemo01:26
whatever4everoh, I thought there was some method where you could do it without another power source. Okay01:27
DocScrutinizerhttp://talk.maemo.org/showthread.php?t=57734&page=201:27
whatever4everI mean, using the internal battery to suspect to ram or something01:27
whatever4eversuspend*01:27
vi___whatever4ever: no chance01:27
DocScrutinizernope01:27
vi___whatever4ever: internal battery is just about enough for RTC chip01:28
whatever4everah okay01:28
vi___until it breaks01:28
DocScrutinizer;-P01:28
DocScrutinizeryeah01:28
whatever4everSo when I reload this new n900 use CSSU for sure, right?01:28
DocScrutinizerrephrase please01:29
whatever4everI'm getting a new n900 later today. I'm writing a course of action for setting it up the best I can01:29
whatever4everreflashing, partitioning for ubuntu and other cool things I haven't tried, etc01:29
whatever4everplanning which software to load.01:29
DocScrutinizerI don't see use of ubuntu  repartitioning, but well...01:30
teotwaki_You're seriously in #maemo asking for help to put Ubuntu on an N900?01:30
whatever4everI'm totally not01:30
whatever4everI'm in #maemo asking people for setup ideas for the n90001:30
whatever4ever#maemo is my best source for n900 stuff01:30
vi___repartition to increase /opt to 4GB or there abouts01:31
hurrianyou don't have a spare microsd on hand?01:31
DocScrutinizerI'd opt for running $UBUNTU_OR_WHATEVER in a chroot any day01:31
whatever4everhurrian: I do01:31
vi___also a 2.5GB for chroots01:31
hurrianuhh, just make one partition (mmcblk0p4) for doing whatever with, make it ~4GB01:31
whatever4everDocScrutinizer so you see no reason to run anything except for maemo CSSU?01:31
DocScrutinizerindeed01:31
vi___whatever4ever: the only ubunu you need is called easy debian01:32
whatever4everwas just following freemangordon's advice01:32
vi___it has ALL the features of ubuntu AND all the features of maemo01:32
whatever4everI assumed there were some badass things you could do with ubuntu on n900 that you couldn't with other stuff.01:32
DocScrutinizerno other OS will yield any semi-decent phone functionality, nor proper standby times01:32
whatever4everWhat about speed?01:32
teotwaki_ha01:32
DocScrutinizer(badass things) HAHAHA01:33
DocScrutinizersorry01:33
whatever4ever^ :)01:33
teotwaki_you really believe apps written for x86, then automagically ported (meaning, fixed until it compiled) to ARM is going to be any kind of good?01:33
vi___whatever4ever: chroot is probably marginally slower than native install when run from its own partitiom01:33
whatever4everI didn't know how much/any of ubuntu was rewritten for ARM01:34
*** mortenvp has joined #maemo01:34
vi___teotwaki_: at least you have access to these applications01:34
DocScrutinizervi___: chroot is not a cpu cycle slower than native01:34
vi___no?01:34
hurrianwhatever4ever, Unity is ridiculously slow on the N90001:34
DocScrutinizerwhy should it?01:34
*** soltys has joined #maemo01:34
teotwaki_sure, but it's not as if they're going to be faster than purpose-written ARM apps.01:34
vi___DocScrutinizer: filesystem within a filesystem?01:35
DocScrutinizerfor sure not01:35
DocScrutinizervi___: that's not what a chroot does01:35
jacekowskivi___: it's not a filesystem within filesystem01:35
hurrianiirc chroots are as fast as native, which is the point. you do lose some RAM for the host system, but we're always low on ram anyway01:35
jacekowskivi___: it's just a dumb path rewrite01:35
vi___teotwaki_: no, however if I want to use rawstudio or audacity what are my choices?01:35
teotwaki_vi___: even if that were the case, which it isn't, filesystem only impacts IO times.01:35
*** rm_work has quit IRC01:35
hurrianyou're still executing binaries without emulation01:35
teotwaki_vi___: you're off topic.01:35
vi___I am on 2 topics, one with you. one with doc01:35
*** dos1 has quit IRC01:35
jacekowskivi___: where apps in chroot when they say they want to go to / kernel knows it's /chroot/01:36
jacekowskivi___: and that's all it is01:36
vi___I shall concede the point to doc because I do not know for fact01:36
DocScrutinizerexactly01:36
jacekowskivi___: rewriting paths for all filesystem accesses01:36
jacekowskivi___: that's why it's so easy to escape from chroot01:37
whatever4everSo any of you try the NFC dongle solutions?01:37
vi___a no fucking clue dongle?01:37
whatever4everhahah, no01:37
vi___gtg01:37
vi___bb01:37
*** vi___ has quit IRC01:37
whatever4everk adios01:37
whatever4everOTR for pidgin has been fucked for n900 for a long time now. How hard would it be for me to fix it?01:38
* DocScrutinizer needs to pull his NFC dongle01:38
merlin1991double meanings ftw01:38
DocScrutinizermoo merlin199101:38
whatever4ever"pull it"?01:38
DocScrutinizerpull the plug01:38
whatever4everit doesn't work?01:39
whatever4evermy n900 gets so messy01:39
teotwaki_DocScrutinizer: ever thought about building a makerbot? Or other kind of 3d printer?01:39
whatever4everHow do you backup the root file system? like /home/.*01:40
whatever4everjust rsync over wifi?01:40
merlin1991rsync over usb01:40
teotwaki_that's not root01:40
DocScrutinizerthought: yes. Done: nope. Planning: maybe01:40
DocScrutinizerwhatever4ever: backupmenu01:40
teotwaki_DocScrutinizer: I looked at the price of the last makerbots... $1.7k is quite a bit of money01:40
DocScrutinizeraka BM01:40
whatever4everteotwaki aren't we basically running as root01:40
teotwaki_nope, why?01:41
whatever4everwholy shit, BM is sick01:41
DocScrutinizer.oO(???)01:41
DocScrutinizerbackup of /home/ however is done once per day via rsync here, by a cronjob01:42
DocScrutinizer~jrtools01:42
infobotwell, jrtools is http://wiki.maemo.org/User:Joerg_rw/tools01:42
whatever4everover wifi?01:43
DocScrutinizersure01:43
whatever4everi.e. never 3g, I'm guessing,01:43
DocScrutinizergoes unnoticed01:43
whatever4everDocScrutinizer what kind of physical security do you use? For example, if the n900 gets stolen or "borrowed"?01:43
DocScrutinizercluebat01:44
whatever4everthe iphone seems lightyears ahead for this01:44
whatever4everlol01:44
DocScrutinizer"from my cold dead hands!"01:44
whatever4everreally?01:45
whatever4ever:(01:45
DocScrutinizer??01:45
whatever4everI'd like all my shit to be automatically backed up on my server so I could throw my n900 into a lake and feel good about it01:45
DocScrutinizeryou planned to borrow my N900? ;-P01:45
whatever4everyou can do that with most modern smartphones01:46
whatever4ever"cloud" "cloud" etc01:46
teotwaki_whatever4ever: the n900 is 3 years old.01:46
DocScrutinizeras mentioned above, the scriptie on ~jrtools does a backup each day01:46
whatever4evermy n900 tonight will be 0 years old :)01:47
DocScrutinizerunless I'm away from my home WLAN, in which case I don't want indiscriminate backups over GPRS done01:47
whatever4everand I'll sell the old one or turn it into some sort of crazy sleeper01:47
teotwaki_actually, your new n900 will be 3 years old as well01:48
teotwaki_I don't think there were many production runs during 2010.01:48
whatever4everyours is 4B years old. WHEN WERE ITS MOLECULES MADE?01:49
whatever4ever~14B years old according to BB experts like DocScrutinizer01:49
*** drussell has quit IRC01:49
teotwaki_you bore me.01:50
whatever4everspeak for yourself01:51
DocScrutinizerSHHH!01:51
teotwaki_that's what I'm doing.01:51
whatever4ever:)01:51
teotwaki_DocScrutinizer: I'm tempted by a 3d printer, but frankly, I wouldn't know where to store it.01:53
teotwaki_DocScrutinizer: my office is cluttered as it is, with all the laptops, desktops and books.01:53
DocScrutinizerthe class of 3D printers I'd be interested in is not only *huge* but also *expensive*01:53
DocScrutinizernot a silly 1.7k bucks01:53
whatever4everhow much? And what will you print with one?01:54
teotwaki_so I take it you finally found a job?01:54
teotwaki_:P01:54
*** OkropNick has quit IRC01:54
teotwaki_whatever4ever: anything, that's the point. 3D printers are to the physical world what programming languages are to computers. They're tools enabling creativity.01:55
whatever4everthey can't do anything yet01:55
teotwaki_eh?01:55
DocScrutinizerwhat to print with a 3D printer? e.g the white thing in http://youtu.be/WM94%5fR5eKcc01:56
whatever4everthe question was meant to provoke a response about what he thinks the most interesting they can actually print01:56
teotwaki_and that question is nonsensical.01:56
teotwaki_Do you really believe the first people who thought about buying a computer to develop software could envisage the possibilities?01:56
whatever4everI'm curious what he wasnt to use it for, from the get-go01:57
whatever4everI realize the ridiculous posibilities01:57
whatever4ever"Dude, did you download the new audi on the pirate bay today?"01:57
*** ZogG_laptop has quit IRC01:57
teotwaki_Fuck the pirate bay.01:57
whatever4ever"Yeah, this R8 has spyware in it, though"01:57
teotwaki_"I committed a new wing design on github, lemme know how it flies."01:58
whatever4everlol01:58
whatever4ever"my date is here and the R8 is still printing"01:58
teotwaki_3d printers and date?01:58
teotwaki_right.01:58
whatever4ever"pause it and print a knife to stab her tires and delay her"01:58
whatever4ever:)01:59
teotwaki_anyway, talking of social life, girlfriend is nagging for sleep -- i'm out.01:59
whatever4everA few geeks in this world are huge players01:59
whatever4everI'm more player than geek these days01:59
whatever4everand it probably shows, to other geeks01:59
teotwaki_sure you are.01:59
*** teotwaki_ has quit IRC01:59
whatever4ever:)01:59
whatever4everDocScrutinizer hows astrophysics?01:59
whatever4everWhat part were you in? experimental, computer simulation...?02:00
DocScrutinizerblack mater still a mystery02:00
*** florian has quit IRC02:01
*** PeterWolf has joined #maemo02:02
DocScrutinizerafk02:02
whatever4everDocScrutinizer well, there was a great article this week, more info on the huge landslide against it. About the lack of dark matter in our universe02:09
whatever4everin comparison02:09
*** Pali_ is now known as Pali02:11
*** drussell has joined #maemo02:12
*** ALoGeNo has quit IRC02:12
*** Pali has quit IRC02:16
*** eijk has quit IRC02:20
*** Muelli has quit IRC02:20
*** hurbu has joined #maemo02:25
*** hurbu_ has quit IRC02:25
*** ALoGeNo has joined #maemo02:25
*** mase_76 has quit IRC02:26
*** BCMM has quit IRC02:26
*** hurbu has quit IRC02:30
*** hurbu_ has joined #maemo02:30
*** hurbu__ has joined #maemo02:32
*** PeterWolf has quit IRC02:34
*** hurbu has joined #maemo02:34
*** hurbu_ has quit IRC02:35
*** hurbu__ has quit IRC02:37
*** vblazquez has quit IRC02:42
*** hurbu has quit IRC02:43
*** jrayhawk_ is now known as jrayhawk02:43
*** mortenvp has quit IRC02:47
*** jhb has quit IRC02:49
*** malin has quit IRC02:50
*** whatever4ever has left #maemo02:53
*** _federico3 has quit IRC02:57
*** jeverling has quit IRC02:57
*** jeverling has joined #maemo02:59
ShadowJKDocScrutinizer; I was 2 hours then, and now 3 hours ;p03:02
DocScrutinizeroften too much for me03:04
*** drussell has quit IRC03:05
DocScrutinizerI knew I've read sth about memory effect this afternoon or sometime, on N900, but I didn't read that much backscroll when I came back home03:05
*** LaoLang_cool has joined #maemo03:12
*** LaoLang_cool has quit IRC03:25
DocScrutinizerr00t|home: http://www.mouser.com/catalog/632/2009.pdf  http://il.farnell.com/taiyo-yuden/pas414hr-va5r/cap-0-06f-3-3v-80ohm-4-8mm-coin/dp/1853000?Ntt=PAS414HR-VA5R03:27
*** MassRoute has joined #maemo03:31
MassRouteSELL CC US,UK,AU | SMTP, MAILER, RDP, PHP SHELL, C99, R57 |03:31
*** MassRoute has quit IRC03:31
*** lxp has joined #maemo03:32
*** lxp1 has quit IRC03:35
DocScrutinizerWTF?03:35
ShadowJK"new wing design on github" < this actually happens already in RC03:37
DocScrutinizerI bet it does03:37
ShadowJKaw, reached end of scrollback again :)03:38
DocScrutinizerLOL03:39
DocScrutinizerin the up or down direction?03:39
ShadowJKdown03:40
ShadowJKas in, I'm now realtime!03:40
ShadowJKfor awhile atleast03:40
* DocScrutinizer idly scrolls up, to find how far back the scroll goes03:45
DocScrutinizer[2012-05-08 21:55:39] hmmm03:45
*** drussell has joined #maemo03:46
*** ZogG_laptop has joined #maemo03:48
* DocScrutinizer shrugs and starts another few experiments with dark mater03:51
*** drussell has quit IRC03:55
DocScrutinizerwon't dark matter emit any radiation when akkretion into a black hole happens03:57
DocScrutinizer?03:57
DocScrutinizermater*03:57
DocScrutinizermatter**03:57
DocScrutinizerdamn03:57
ShadowJKCan you tell the difference?04:01
DocScrutinizerwell, maybe04:01
* ShadowJK has a feeling mass of blackhole, mass of surrounding stuff, and radiation emitted are all unknowns really04:02
DocScrutinizerif it's near enough to "watch" it, it should look rather strange04:02
ShadowJKPresumably you'd need a black hole flying around in intergalactic space too?04:04
ShadowJKWhat if the universe wrapped around, in the sense that if you traveled really long in one direction you'd come back to your origin, would the indirect effects of gravity all cancel out, or would it add an extra effect noticeable over large scales?04:06
*** uen| has joined #maemo04:12
*** ALoGeNo has quit IRC04:12
SpeedEvil##physics04:14
*** uen has quit IRC04:15
ShadowJKno way, they probably actually know stuff :P04:16
*** kimitake is now known as kimitake_idle04:16
*** drussell has joined #maemo04:19
*** nox- has quit IRC04:22
*** ALoGeNo has joined #maemo04:24
*** drussell has quit IRC04:25
*** LaoLang_cool has joined #maemo04:36
*** PeterWolf has joined #maemo04:36
*** Sc0rpius has joined #maemo04:38
*** drussell has joined #maemo04:49
*** Ian--- has joined #maemo05:00
*** Ian-- has quit IRC05:01
*** malin has joined #maemo05:02
*** APTX has quit IRC05:02
*** drussell has quit IRC05:21
*** hurrian has quit IRC05:28
*** retro|cz has quit IRC05:32
*** Hurrian has joined #maemo05:35
*** pcfe_ has joined #maemo05:40
*** pcfe has quit IRC05:44
*** robbiethe1st has joined #maemo05:46
*** t_s_o has quit IRC05:50
*** LaoLang_cool has quit IRC05:53
*** drussell has joined #maemo05:53
*** LaoLang_cool has joined #maemo05:53
*** kimitake_idle is now known as kimitake05:56
*** dockane_ has joined #maemo06:00
*** LaoLang_cool has quit IRC06:03
*** dockane has quit IRC06:04
*** LaoLang_cool has joined #maemo06:13
*** Ian--- has quit IRC06:18
*** Ian-- has joined #maemo06:20
*** beford has joined #maemo06:36
*** Estel_ has joined #maemo06:38
Estel_hey Maemo. What You would recommend as solution for hassle-free file (not only between vfats) transfer metod between 2 N900's, without any other device in between?06:39
Estel_most prefferably, something easier than scp over ad-hoc - I'm thinking about solution for my mother's N90006:40
Estel_it doesn't need to be foolproof, but not overly complicated. As last resort, I may write sh scripts to ease more complicated solutions06:40
Estel_and gui in future + upload to -devel :P06:40
Estel_both N900's are running kernel-power, CSSU Testing, busybox power, of course root access06:41
HurrianEstel_, bluetooth?06:53
Estel_thought about that, but, how? pairing, then what?06:54
Hurrianhow big and how many files are we talking about?06:54
Hurrianidk, software to automate the file transfer?06:54
Estel_small files in custom locations (some from opt to opt or rootfs)06:54
Estel_but, how to pair properly one N900 with another as file transfer? normally it pair as ad2p or handsfree06:55
*** LaoLang_coo_ has joined #maemo06:55
Estel_PAN and bluetooth networking?06:55
Hurrianehh, screw BT06:55
Estel_ad-hoc as per se isn't bad, it's just that I can't remember any software for transfer after estabilishing network...06:55
Estel_other than ssh and scp06:56
Estel_under windows there is winscp, why don't we have something like that :P06:56
HurrianEstel_, make SMB share on remote N900 then connect to that?06:56
Hurrianthen all you need is a GUI that makes it nicer06:57
Estel_good idea. Quite overhead for mall file transfer - probably, like in XKCD comics connecting pendrive/swapping microSD is much faster... :P06:57
*** LaoLang_cool has quit IRC06:57
Estel_but better than nothing06:57
Hurrianmeh, setup would be easier if we had NFC06:57
Estel_no fuckin clue?06:58
Hurrianhrh06:58
Hurrian*heh06:58
Estel_ah, near field communication, hate that :P06:58
Estel_bluettooth is near enough :P06:58
Estel_connection method isn't a problem, I may use wifi, bluetooth PAN, USB and hostmode...06:59
Estel_the problem is easy file sharing after. Setting samba and witing sh for it sounds like too much hassle06:59
Estel_after all, I can write scp scripts :P07:00
Hurrianfileserver on adhoc?07:00
Estel_so samba isn't needed for that.07:00
Estel_fileserver using what?07:00
Hurrianlighttpd/nginx/cherokee and a folder full of files07:01
Estel_sounds like idea worth checking07:01
Estel_thanks a lot!07:01
Hurrianprobably can make a nice GUI of it and browse from other devices too07:02
Hurrianstyling with css etc, but a simple directory is enough07:02
*** Kilroo has joined #maemo07:07
Estel_yea... BTW, gui for scp would be also possible, but would require parsing ls output07:08
Estel_it's probably what scp is doing anyway07:08
Estel_winscp*07:08
Estel_one session for scp, another one for ssh, ls and similar things07:08
* Kilroo has a sad07:12
* pronto hands Kilroo a beer07:12
HurrianEstel_, http://goput.it/ujv.jpg07:28
*** Raimu has joined #maemo07:30
*** ZogG_laptop has quit IRC07:35
*** robbiethe1st has quit IRC07:38
*** davux has quit IRC07:39
Estel_Hurrian,  thanks for schema07:43
*** Muelli has joined #maemo07:44
Estel_I think it's good idea, but, why do You think we need rails for 2nd battery?07:44
Estel_dual battery is already assembled in a way, that "down" battery holds everything in place07:44
Estel_of course it could be made to contain socket for 2nd regular battery without soldering them, but it's much hassle + unhealthy for battery07:45
Estel_they should be *never* separated07:45
Estel_paralleled batteries shouldn't have any charge differencies. You can separate them only once, then, shouldn't be put together again07:46
Hurrianah, so that's the danger people at TMO were talking about07:50
Hurriani guess it would be impractical to make the charging PCB load-balance the two batteries - would be too expensive07:52
Hurrianas in, when new battery is inserted, PCB first checks new battery current, if it is lower then it switches only when the first battery reaches same or lower current, if it is higher, it switches supply to the new battery, this will of course need capacitors to do07:55
Hurrianit would also confuse the hell out of BME07:56
*** Kilroo1 has joined #maemo07:57
*** Kilroo has quit IRC07:57
Hurriantheoretically, this would also allow you to charge up a flat internal battery using the secondary battery07:57
Hurrian(or use the second battery while the first is flat)07:57
Hurrianand the rails were for holding the internal battery down while there is no second battery and to make it easier to switch batteries in the field07:58
Hurrianunlock the latch and shake it out, i guess07:59
*** kimitake is now known as kimitake_idle08:04
*** perlite has quit IRC08:06
*** lukasz_gut_ has joined #maemo08:07
*** perlite has joined #maemo08:07
*** lartza_ has quit IRC08:07
*** mzanetti_ has quit IRC08:07
*** lukasz_gut has quit IRC08:08
*** eean has quit IRC08:08
*** lartza_ has joined #maemo08:08
*** Muelli has quit IRC08:08
*** mzanetti_ has joined #maemo08:09
Estel_springs are enough to hold single battery, You can tighteen them if becoming too lose08:22
Estel_loose*08:22
Estel_as for load balancing it's a no-go08:22
Estel_You would require lotta hell of components, basically, full-fledged lipo charger inside08:22
Estel_I got idea for hotswap mod but it's working differently, and for sure it's thing for future, not now08:22
Estel_also, using w parallel cells, instead of 2 batteries going one after another, give You additional benefit08:23
Estel_capacity isn't constant value - it's relative, i.e. the higher current draw from cell, the lower capacity08:23
Estel_so, using 2 cells approach, current draw is only 50% per cell08:23
Estel_= every cell relative capacity is higher08:24
Hurrianah.08:24
Estel_for example, using 3000 mAh battery, my measurements in-device show 3090 mAh08:24
Estel_not much more, but always08:24
Estel_+ lower current draw also make them live longer08:24
Estel_it's much more feasible to do easy dual-battery mod, than to design something like that for inside cover08:25
Hurrianhotswap is a no-no for now, then.08:25
Estel_I got other idea for hotswap08:25
Estel_mechanical 2 positional switch, that, during position change, parallel batteries for only fraction of second08:26
Hurrianiirc there's an iphone accessory to charge phone using regular charger port and external battery to supply power08:26
Estel_enough to keep device alive, but too small to hurt batteries due to paralleling 2 with different state of charge08:26
Hurrianah08:26
Estel_heh, bundles for charging batteries externally are very common for all types08:26
Estel_of devices08:26
Estel_it's super easy to do Yourself too08:27
*** davux has joined #maemo08:27
*** Dibblah has joined #maemo08:27
Estel_few things that change given battery input into ~5V08:27
Hurrianwas thinking, hooking external charging paraphernalia to testpad USB and back cover08:27
Estel_some times, it also contain charging circuit08:27
Estel_well, it's idea for charging without wear and tear for usb port08:28
Estel_but, while usb via testpads have most protection elements...08:28
Estel_+5V via testpads doesnt have fuse etc08:28
Hurrian"external charging paraphernalia" being any power source that's 5V, such as a touchstone module or external battery module, where the battery can be several times larger than N90008:28
Estel_it's possible to re-create protection on small pcb08:28
Estel_yea, it's possible, but no need to hock them up solid08:29
Estel_You can have just plug08:29
Estel_to connect whatever You want08:29
Hurrianyeah, probably they can simply latch on to something on the back cover08:29
*** FredrIQ has joined #maemo08:29
Hurriansimilar to hot shoe on DSLR camera08:29
*** Zahra has joined #maemo08:29
Estel_BTW, phillips release 3000mAh battery on 18060 factor08:29
Estel_= something like R6 battery08:30
Estel_2 of them aren't very thick, only a little bigger cover would allow putting them08:30
Estel_=6000 mAh battery08:30
Hurrian...will need adaptor for N900 battery interface though08:31
Estel_damn, it's pity that they don't release it as flat batteries :P well, cylyndrical are more cheap and popular for all sort of things08:31
Estel_nope08:31
Estel_18060 is LiIon already08:31
Estel_it's only R6 form factor08:31
Hurrianno, i meant for plugging into the phone08:31
Hurrianyou'll need some way to put it in, aside from soldering08:32
Estel_BTW, it's same type as used in most laptop batteries and such phillips ones are used in electro cars, lol08:32
*** FIQ has quit IRC08:32
*** kahless has quit IRC08:32
*** FredrIQ is now known as FIQ08:32
Estel_PCB with pins teared from any random battery :P08:32
*** jas4711 has quit IRC08:32
Hurriani can see it already - 9 cell battery pack for N90008:32
Estel_it's super easy to remove from any bl-5j08:32
*** jas4711 has joined #maemo08:33
Estel_+ You gain protection PCB and resistor for bme bundled in08:33
*** kahless has joined #maemo08:33
Estel_just solder it to dual 3000 mah cells as done with dual bl-5j08:33
Estel_well, we can start measure horse power :P08:33
Estel_as said, same cells are used in cars08:33
Estel_when they'll become little cheaper - now are overpriced - I'll surely buy two and check possibilities08:34
Hurrianmmm.08:34
Estel_6000 mAh battery for N900 without much thicker cover than mugen is real overkill08:34
Estel_only nanowires can beat that08:34
Estel_(nanowire LiIon should have ~10 000mAh in single bl-5j size, but they're still far on horizon)08:35
Estel_bTW I found way for gui file transfer08:35
Estel_GrSync package08:35
Estel_from repos08:35
Estel_GUI for rsync both locally and via any network08:36
Hurrianah.08:36
Hurrianbtw, does the full body replacement include the plastic around keyboard?08:36
Hurrianmost replacement shells for the N900 (white ones) omit that08:37
Estel_robably yes.08:37
Estel_probably*08:37
*** piggz has joined #maemo08:37
Estel_keyboard itself stays as is08:37
Estel_same for whole screen part, it's metal already08:37
Hurriangood to know. i'll be off for now, can't stay awake anymore.08:37
Estel_see ya!08:37
*** Hurrian is now known as Hurrian|zzz08:37
*** Estel_ has quit IRC08:38
*** piggz has quit IRC08:43
*** eean has joined #maemo08:48
*** DocScrutinizer has quit IRC08:52
*** DocScrutinizer has joined #maemo08:53
*** LaoLang_coo_ has quit IRC08:54
*** Pali has joined #maemo08:57
*** otep has quit IRC09:08
*** kthomas_vh has joined #maemo09:15
*** LaoLang_cool has joined #maemo09:18
LaoLang_coolIs it possible to limit N900 to get charge only when battery percent is below 80%?09:18
LaoLang_coolso when charging is up to 80%, the charge event will be ended09:19
LaoLang_coolI heard that's the way to extend battery's life09:19
*** kthomas_vh has quit IRC09:21
*** otep has joined #maemo09:21
*** loganbr has joined #maemo09:22
*** LaoLang_cool has quit IRC09:32
*** chadi has quit IRC09:37
*** merlin1991 has quit IRC09:37
*** madduck has quit IRC09:37
*** merlin1991 has joined #maemo09:38
*** merlin1991 has quit IRC09:38
*** merlin1991 has joined #maemo09:38
*** madduck has joined #maemo09:39
*** chadi has joined #maemo09:40
*** loganbr has quit IRC09:41
*** loganbr has joined #maemo09:41
*** TriztAway has joined #maemo09:43
*** Trizt has quit IRC09:43
*** Openfree` has quit IRC09:49
*** Openfree` has joined #maemo09:50
*** MacDrunk has joined #maemo09:50
*** Milhouse has quit IRC09:51
*** MacDrunk has left #maemo09:52
*** murrayc has joined #maemo09:59
*** eMHa_ has quit IRC10:00
*** jas4711 has quit IRC10:00
*** schen has joined #maemo10:09
*** bergie has joined #maemo10:11
*** ALoGeNo has quit IRC10:12
*** ychavan has joined #maemo10:12
*** Milhouse has joined #maemo10:19
*** calvaris has joined #maemo10:23
*** harbaum has joined #maemo10:24
*** ALoGeNo has joined #maemo10:25
*** utanapischti has quit IRC10:29
*** sasquatch has joined #maemo10:29
*** lartza_ has quit IRC10:30
*** schen has quit IRC10:50
*** florian has joined #maemo10:52
*** jrocha has joined #maemo10:55
*** _berto_ has joined #maemo11:00
*** _rd has joined #maemo11:00
*** florian has quit IRC11:01
*** croppa has joined #maemo11:03
*** schen has joined #maemo11:07
*** loganbr has quit IRC11:10
*** loganbr has joined #maemo11:10
*** jhb has joined #maemo11:19
*** arno0ob has joined #maemo11:23
*** valerius has quit IRC11:25
*** ghjgfjghjbn2 has quit IRC11:25
*** ab has joined #maemo11:31
*** eMHa_ has joined #maemo11:35
*** retro|cz has joined #maemo11:36
*** soltys has quit IRC11:38
*** eijk has joined #maemo11:38
*** eijk has quit IRC11:39
*** eijk has joined #maemo11:39
*** loganbr has quit IRC11:40
*** loganbr has joined #maemo11:40
*** eijk has quit IRC11:41
*** eijk has joined #maemo11:42
*** geaaru has joined #maemo11:43
*** valerius has joined #maemo11:45
*** _rd has quit IRC11:45
*** dafox has joined #maemo11:47
*** OkropNick has joined #maemo11:50
*** _rd has joined #maemo11:50
*** dafox has quit IRC11:54
*** SmilyOrg has joined #maemo11:56
*** dafox has joined #maemo11:57
*** swc|666 has quit IRC11:58
*** Zahra has quit IRC11:59
*** Guest32739 has quit IRC12:00
*** LaoLang_cool has joined #maemo12:02
*** _rd has quit IRC12:06
*** mavhc has quit IRC12:16
*** mavhc has joined #maemo12:17
*** dafox has quit IRC12:24
*** dafox has joined #maemo12:25
*** Zahra has joined #maemo12:27
*** inz has quit IRC12:30
*** inz has joined #maemo12:30
*** valerius has quit IRC12:33
*** k273 has joined #maemo12:33
*** soltys has joined #maemo12:38
*** ghjgfjghjbn has joined #maemo12:45
*** arno0ob_ has joined #maemo12:50
*** arno0ob has quit IRC12:50
*** beford has quit IRC12:53
*** jrocha has quit IRC12:55
*** valerius has joined #maemo12:58
*** APTX has joined #maemo12:59
*** eMHa_ has quit IRC13:01
*** eMHa_ has joined #maemo13:01
*** loganbr` has joined #maemo13:02
*** loganbr has quit IRC13:03
*** florian_kc has joined #maemo13:04
*** florian_kc has quit IRC13:04
*** florian_kc has joined #maemo13:04
*** APTX has quit IRC13:07
*** APTX has joined #maemo13:07
*** APTX has joined #maemo13:08
*** florian_kc is now known as florian13:10
*** loganbr` has quit IRC13:13
*** Zahra has quit IRC13:13
*** zap has joined #maemo13:15
*** APTX has quit IRC13:17
*** APTX has joined #maemo13:17
*** eijk has quit IRC13:20
*** dhbiker has quit IRC13:20
*** loganbr has joined #maemo13:20
*** ab has quit IRC13:33
*** gomiam has joined #maemo13:47
*** arno0ob_ has quit IRC13:56
*** LaoLang_cool has quit IRC14:00
*** LaoLang_cool has joined #maemo14:00
*** maybeWTF has joined #maemo14:05
*** mortenvp has joined #maemo14:06
*** moo-_- has joined #maemo14:06
*** moo-_- is now known as Moo-_14:06
*** maybeHere has quit IRC14:09
*** valerius has quit IRC14:09
*** mortenvp has quit IRC14:11
*** thexception|off is now known as thexception14:15
*** Evanescence has joined #maemo14:17
*** Dibblah has quit IRC14:18
*** valerius has joined #maemo14:27
*** Moo-_ has quit IRC14:29
*** Evanescence has quit IRC14:31
*** DocScrutinizer has quit IRC14:33
*** DocScrutinizer has joined #maemo14:33
*** lbt_away is now known as lbt14:50
*** ab has joined #maemo14:54
*** jhb has quit IRC15:02
*** bergie has quit IRC15:03
*** croppa has quit IRC15:10
*** snoopy_ has joined #maemo15:11
*** ZogG_laptop has joined #maemo15:11
*** HRH_H_Crab has quit IRC15:13
*** HRH_H_Crab has joined #maemo15:13
*** guampa has joined #maemo15:14
*** GNUton-BNC has joined #maemo15:14
*** netkat has joined #maemo15:15
*** valerius has quit IRC15:22
*** ab has quit IRC15:25
*** gomiam has quit IRC15:27
*** k273 has quit IRC15:32
* lardman tries a Siri clone on his Galaxy Tab and is stunned at how not very good it is in practise15:32
lardmanIn large part due to poor connectivity, on-device speech decoding required15:34
SpeedEvil:/15:36
SpeedEvilI'm depressed that on-device speech recognition has almost died15:36
lardmanIf I can summon the time I'd still like to test a Sphinx-based all-on-device version15:37
Hurrian|zzzSpeedEvil, people used it?15:39
*** Hurrian|zzz is now known as Hurrian15:39
Hurrianvoice command was pretty bad on Symbian15:39
Hurrian(on an unrelated note, text to speech for contact names was good on Symbian)15:40
lardmanwas that using speech recog or performing correlations with known training phrases?15:40
Hurriantraining phrases, iirc15:40
*** ab has joined #maemo15:41
*** LaoLang_cool has quit IRC15:43
*** murrayc has quit IRC15:46
*** npm has quit IRC15:49
*** NishanthMenon has joined #maemo15:56
*** tgalal has joined #maemo15:59
*** hardaker has joined #maemo16:04
*** schen has quit IRC16:06
*** bergie has joined #maemo16:08
*** dos1 has joined #maemo16:10
chem|stSpeedEvil: is siri online?16:13
lardmanchem|st: iPhone, but someone may have hacked together a way to use it online16:13
Hurrianchem|st, siri on the iPhone does need an internet connection16:14
HurrianApple cheats!16:14
*** bergie has quit IRC16:14
chem|stlardman: I mean is siri required to have network connections?16:14
chem|stto work properly?16:14
*** DavidTalmage___ has left #maemo16:15
Hurrianit needs internet to work AT ALL.16:15
chem|stFAIL!16:15
chem|stlol16:15
Hurrianfeh, nobody uses it after the first few days of getting an iPhone16:15
chem|stwhat about galaxy sIII?16:15
Hurriannobody knows, but from past voice control tech (and the one on SGS2), it's probably still crap16:16
*** dos1 has quit IRC16:16
*** dos1 has joined #maemo16:17
*** sezuan has quit IRC16:17
lardmanchem|st: apparently the original was taken down, but here's the innards described: http://pastebin.com/k1qrQ7qw16:17
chem|stHurrian: the new samsung TVs suck big time afaik16:17
*** sezuan has joined #maemo16:18
*** dos1 has quit IRC16:18
*** pyhimys has joined #maemo16:19
lardmanhttp://blog.anidear.com/2011/11/attempt-to-use-siri-on-ubuntu.html16:19
lardmanlast one, a more easiy read breakdown of the hack16:21
lardmanhttp://memeburn.com/2011/11/the-ghost-in-the-machine-inside-siri/16:21
*** florian has quit IRC16:22
Hurrianchem|st, the new samsung TVs?16:22
tgalalcan anyone get 'from QtMobility.SystemInfo import QSystemDeviceInfo' to not seg fault ?16:23
Hurrianthey're LED-backlit LCD panels that are barely half an inch thick, what kind of features are they putting into them?16:23
Hurrianvoice and gesture control?16:23
*** loganbr has quit IRC16:24
*** loganbr has joined #maemo16:24
chem|stHurrian: exactly16:25
*** npm has joined #maemo16:25
chem|stthe new builds ship with cameras and microphones build in16:25
Hurrianah. iirc they're using regular video cameras to do it, no surprise there. also, with a mic that far away from the user, there's deffo gonna be problems16:26
chem|stthings like 'hello, TV on' work...16:26
lardmanvoice recog works while the TV's not making noise then :)16:27
lardmanthough I guess it can perform noise cancellation on what it generates16:28
chem|stwe had a good laugh for facial recognition, if distributed preferences of channels get loaded automagically, dad crosses the tv while the kids watch a bedtime story the TV switches to some porn channel in dad's preference16:28
lardmanlol16:28
chem|stor you walk in on some friends home, his wife watches some soap and the TV switches to porn the second you walk in the living room...16:29
Hurrianha16:30
chem|sthitchhikers guide mentions radios you have to sit and stare at silent and without any movement or it will change channel, the end of usability 'gesture and voice control'16:31
chem|sta galaxy S3 review mentions turning on or off wifi so it might work offline16:32
*** Dragnslcr has quit IRC16:39
JaffaApropros nothing - some people in the Maemo community really piss me off (and I don't mean DocScrutinizer ;-))16:42
*** Dragnslcr has joined #maemo16:42
*** HRH_H_Crab has quit IRC16:43
*** HRH_H_Crab has joined #maemo16:44
DocScrutinizerJaffa: ??? :-o16:44
GeneralAntillesJaffa, usuk.16:44
JaffaDocScrutinizer: Don't worry. One of our current community "leaders"16:46
DocScrutinizer~wtf usuk16:46
infobotGee...  I don't know what usuk means...16:46
DocScrutinizer~usuk16:46
infobothmm... usuk is you suck16:46
DocScrutinizeruhuh16:46
DocScrutinizerJaffa: any actual reason for that statement?16:47
DocScrutinizerlike - a recent posting, or rant on IRC, or sth?16:47
DocScrutinizerJaffa: sorry when I lose track of all the morons, there's a lot of them in a lot of channels recently16:48
DocScrutinizeramazingly parallel "development" in e.g maemo and openmoko16:48
DocScrutinizerregarding "let's own the infra" for example. Or regarding the "who's 'the community' definition authority" wars16:49
chem|stJaffa: reference?16:50
chem|stmoo DocScrutinizer16:50
DocScrutinizerthe most blatant contributors not always are those with the best common sense16:51
DocScrutinizermoo chem|st16:51
lardman~curse Wifi in my office16:51
infobotMay the fleas of a thousand camels infest your most sensitive regions, Wifi in my office !16:51
SpeedEvilDocScrutinizer: Don't forget the delay in shipping a new version of the hardware, and comedy changes of platform.16:51
chem|stlardman: if I shut the door I am offline....16:52
lardmanchem|st: Faraday cage office?16:52
chem|stis any of current councelors here?16:52
SpeedEvilHe's using IPOA. The pigeons need to get past.16:52
chem|stlardman: thick wooden fireproof door16:53
DocScrutinizerhmm, that plus steel armoured concrete makes a rather good Faraday cage16:53
chem|stif anyone likes to drive me, I volunteer16:53
lardmanDocScrutinizer: don't forget the lead lining16:54
DocScrutinizer:-D16:54
chem|stonly dry-walls indoors16:54
DocScrutinizero.O16:54
chem|stlardman: analytical environment... we even have rooms they have 'active' field shielding16:55
DocScrutinizeras long as they don't have those "hasengitter" type of steel mesh, I don't see how they can shield WLAN16:55
lardmanchem|st: and I was only half joking :)16:55
chem|stlardman: consider your jokes real over here ;)16:56
Jaffachem|st: DocScrutinizer: http://talk.maemo.org/showpost.php?p=1204924&postcount=85416:56
chem|stchickenwire applies to our service room...16:56
DocScrutinizeranyway, seems Jaffa isn't inclined to elaborate on his discomfort16:57
SpeedEvilDocScrutinizer: There is a difference between good shielding, and attenuating enough to make it not work16:57
lardmanMy dodgy wifi is because my office is so high I get interference from tropospheric radio reflections, or something like that ;)16:57
Jaffachem|st: DocScrutinizer: http://talk.maemo.org/showthread.php?p=1205207#post120520716:57
*** BErepairedPC has joined #maemo16:57
DocScrutinizeraaah, or he does16:57
JaffaDocScrutinizer: Sorry, was busy writing a reply on TMO. Always a timesink16:57
BErepairedPChey all16:57
JaffaDocScrutinizer: But decided that facts are my friends ;-)16:57
DocScrutinizerblack hole16:57
* lardman fears even opening TMO16:57
BErepairedPCdoes pyradio still work on the n900?16:58
chem|stBErepairedPC: o/16:58
GeneralAntilleslardman, don't get sucked back into the vortex!16:58
* Jaffa did. Regret it.16:58
chem|stGeneralAntilles: you and me and one other should take over the regiment16:58
lardmanGeneralAntilles: I've got my life ring!16:59
chem|stJaffa: don't say we didn't tell!16:59
DocScrutinizer*SIGH*16:59
chem|stBErepairedPC: no idea, and for god sake leave alone python for good!16:59
lardmanchem|st: hey, I just installed Python on my Tab17:00
* lardman wonders off to find khertan to help the fight back ;)17:00
lardmans/wonders/wanders17:00
chem|stgtg have a nice weekend o/17:01
lardmanyou too17:01
*** NishanthMenon has quit IRC17:03
*** BErepairedPC has quit IRC17:06
DocScrutinizerJaffa: I already wrote off council election for this term again17:07
* lardman wonders whether a council is what Maemo needs at this point17:08
DocScrutinizerit seems to me like too much blood drain happened so no more real 'do'ers' are around to fill position of a community council17:08
DocScrutinizerreal "do'ers" willing to take the burden17:09
*** uen| is now known as uen17:09
*** harbaum has quit IRC17:09
DocScrutinizerand anyway 99.5% of wider community are not interested, most are not even aware of council anymore17:09
DocScrutinizer(incl me, tbh)17:09
*** valerius has joined #maemo17:10
DocScrutinizera pity17:10
lardmanI didn't really hear much from the last council or two17:11
Jaffalardman: Both have been ineffectual17:11
DocScrutinizerand obviously current/last term's council wasn't able to make council visible during last term, so how would they change that now during 2..4weeks of election17:11
* Jaffa almost considered running - but didn't fancy working with some of the other candidates17:12
JaffaDocScrutinizer: Indeed17:12
*** jrocha has joined #maemo17:12
lardmanIt would be interesting to hear what people see as the future for "Maemo"17:13
DocScrutinizerI don't run as I'm sure I'm a terrible council member17:13
DocScrutinizerand I don't like that sort of publicity17:13
GeneralAntillesI'm picturing a yearly Burningman sort of event somewhere in the Sahara.17:13
lardmancouldn't be worse than GeneralAntilles, he couldn't even be bothered to turn up for the opening event ;)17:14
DocScrutinizer"burning Elop"17:14
GeneralAntilleslardman, pff. I didn't want to be seen on stage with you.17:14
lardmanlol17:14
lardmanit would be nice to meet in person for a real beer at some point though :)17:15
GeneralAntillesWell build an Elop effigy out of Windows Phones.17:15
*** rm_work has joined #maemo17:15
GeneralAntillesSome day, some day.17:15
*** rm_work has quit IRC17:15
*** rm_work has joined #maemo17:15
DocScrutinizer\o/17:15
DocScrutinizerthat day will be my last day in life. With all the beers you all owe me ;-D17:16
GeneralAntillesThen we'll get drunk and burn Elop in a wicker man.17:16
DocScrutinizerIt's depressing to state and realize this, but it's just like always been in man's history. If 90% of any community are getting uninterested and uninvolved, the remaining 10% which are usually extremists are taking over and rule the fate of community's future17:23
HurrianDocScrutinizer, hasn't the Maemo/OSSO team been kicked out of Nokia already?17:24
*** jrocha has quit IRC17:24
*** sirdancealot2 is now known as dunno17:25
DocScrutinizersure17:25
jacekowskiwell, no empire lasts forewer17:26
jacekowskiforever17:26
*** valerius has quit IRC17:27
*** Timmy has joined #maemo17:27
*** Timmy has joined #maemo17:27
*** MrPingu_ has joined #maemo17:27
*** MrPingu_ has quit IRC17:28
*** MrPingu has joined #maemo17:28
*** jean_brat has joined #maemo17:32
jean_bratDocScrutinizer, Hi man17:32
DocScrutinizerhi jean_brat17:33
jean_bratyesterday.. i did flash the mobile as per the instructions.17:33
jean_bratfalsher did work on my 64bit pinguy17:33
jean_bratbut the phone does not boot man17:34
DocScrutinizerwell, glad to hear that17:34
DocScrutinizerooh17:34
jean_brathttp://pastebin.com/F0r1s9xD17:34
jean_brathere is a log file17:34
DocScrutinizerthen you didn't follow the instructions exactly17:34
jean_bratnokia logo comes and the progress bar for few seconds and screen fades away..17:35
jean_bratno LED no progress bar17:35
JaffaGeneralAntilles: DocScrutinizer: If someone says they'll do something and someone else says "I'll confirm the dates" - is person B entirely blameless when said action doesn't take place? http://talk.maemo.org/showthread.php?p=1205226#post120522617:35
jean_bratits completely inactive17:35
GeneralAntillesYes. Clearly you've grossly misinterpreted the facts, Jaffa.17:35
GeneralAntillesYou should probably apologize.17:35
GeneralAntillesand I'm prescribing 50 lashings.17:35
JaffaGeneralAntilles: I read that as "50 hashtags" :-/17:36
*** githogori has quit IRC17:36
DocScrutinizerjean_brat: that's expected on first boot, it will take several minutes and you mustn't interrupt it17:37
jean_brati did flash emmc followed by combined and removed the battry and cable in the middle17:37
jean_bratfirst one without -R and second one with -R17:37
DocScrutinizeryes, sounds good17:37
*** jrocha has joined #maemo17:38
DocScrutinizeractually when your device showed jumping dots (progress indicator) it almost booted already17:38
jean_brati waited for 1 hour.. there is no LED light as well17:38
jean_bratindicating it is doing something17:38
jean_bratNOKIA LOGO followed by .... and screen fades away.. after few hours i press the power button again it does the same17:39
DocScrutinizeryes, that's normal. You might want to eventually hook device to fastcharger, and you also may operate the lockswitch to activate the screen again17:39
tgalalwhen using QML, is there a component similar to harmattan's Page and PageStackWindow, or is it just done by using rectangle components to define pages?17:40
DocScrutinizerof course it shouldn't power down during first boot17:40
jean_bratthere is one wearied thing17:41
DocScrutinizerJaffa: it's all complete nonsense. Council is the driving instance for elections. If anything hangs it's up to council to push, no matter what that pushing involves in particular case17:42
*** MrPingu has quit IRC17:42
JaffaDocScrutinizer: Indeed.17:42
jean_bratduring the execution of that flashing script.. the menu bar keep indicating NOKIA ROM connected  / NOKIA rom disconnected/17:42
DocScrutinizerjean_brat: you completely lost me17:43
DocScrutinizerwhich flashing script?17:43
jean_bratif actually the device is not recognised for some reason or disconnected script will terminate abnormally giving the error message rt?17:43
jean_bratflasher 3.517:44
DocScrutinizerthat's an executable, not a script17:44
DocScrutinizerafaik, on linux17:44
DocScrutinizerand I dunno which menu bar you're talking about17:44
jean_bratohh ok.. i thouh its bash or somthing17:44
DocScrutinizerI gather you are running this stuff on a windows machine17:45
jean_bratno DocScrutinizer17:45
DocScrutinizeryeah, prolly not. The pathnames have "/", not "\" ;-)17:46
jean_brati am running pinguy17:46
*** Timmy has quit IRC17:46
DocScrutinizerjean_brat: I suggest you redo flashing: first COMBINED, then VANILLA, then COMBINED *again*17:46
DocScrutinizerthe boot up device as suggested in ~flashing17:47
jean_brathmm i did not tried this one.17:47
jean_bratback to back without -R correct?17:47
DocScrutinizerand let it sit and do it's optification thing. Just occasionally hit the screen to make it unlock, or even use lockslider switch for that17:48
*** jrocha has quit IRC17:48
DocScrutinizernever use -R, it's a mere convenience thing replacement for manually powercycling the device17:48
DocScrutinizer-R means 'reboot', after flashing done17:48
DocScrutinizernot needed17:49
jean_bratyes17:49
DocScrutinizeryou better do it manually17:49
jean_bratdoes sim has to be inside while you flash?17:50
DocScrutinizerI suggest to remove it17:50
DocScrutinizeralso probably any uSD is better removed, as it's not needed either17:51
jean_bratok lets do it again17:51
* DocScrutinizer afk, RL calling17:51
*** geaaru has quit IRC17:52
*** eijk has joined #maemo17:57
jean_bratDocScrutinizer, 3rd step is not working18:02
jean_bratcombined is not flashing18:02
jean_bratUSB device found found at bus 001, device address 006.18:02
jean_bratRaw data transfer EP found at EP2.18:02
jean_bratUsing flashing protocol Mk II.18:02
jean_bratand it quits18:02
DocScrutinizerblacklist you rcdc_ether18:02
DocScrutinizererr cdc_phonet18:02
DocScrutinizeralternatively invoke rmmod cdc_phonet prior to each single flasher invocation, best do it twice actually18:03
*** hardaker has quit IRC18:04
DocScrutinizerand regarding all this I suggest you do a "sudo su -" rtaher than running each command under sudo18:04
DocScrutinizerhalley:/etc/modprobe.d # rmmod cdc_phonet18:04
DocScrutinizerERROR: Module cdc_phonet does not exist in /proc/modules18:05
DocScrutinizeris a *good* sign18:05
DocScrutinizerlsmod|grep phonet18:05
DocScrutinizershuldn't show anything18:05
*** jhb has joined #maemo18:08
jean_bratDocScrutinizer, same issue mate screen fades away.18:09
jean_bratthink i ran out of luck18:10
Hurrianhmm, something's wrong here, then.18:11
Hurrianis your battery fully charged?18:12
jean_bratyes man.. it shows full in my 580018:12
Hurrianhmm.18:13
Hurrianflash VANILLA (without the -R) at the end18:13
Hurrianpull the battery.18:13
Hurrianthen connect it again in USB mode (holding U on startup then connect USB)18:13
Hurrianthen flash COMBINED18:13
Hurrianpull the battery again and start the phone.18:14
Hurriani usually do my flashing not on linux - it does get messy because BINARY BLOB18:14
*** geaaru has joined #maemo18:15
*** Timmy has joined #maemo18:23
*** zap has quit IRC18:23
*** Timmy has quit IRC18:23
*** Timmy has joined #maemo18:23
*** valerius has joined #maemo18:26
DocScrutinizerjean_brat: screen fading is expected18:27
DocScrutinizerI told you several times18:28
DocScrutinizertoldya first boot takes several minutes, and you can re-activate screen with e.g. lockslider (two times, or three times)18:28
jean_bratDocScrutinizer, even the unclocker will not bring the screen back on18:28
DocScrutinizerbest you open up kbd slider, then hit screen. It will light up again18:29
DocScrutinizerdouble-check your VANILLA image, it shall be marked "latest" in right col of download page18:30
jean_bratno mate..i tried that all18:30
jean_bratQuestion.. when you finish the flasher and remove the cable (without R option) it will not reboot automatically correct?18:31
*** N3RVE has joined #maemo18:32
*** N3RVE has quit IRC18:38
DocScrutinizerprobably not18:45
*** N3RVE has joined #maemo18:45
DocScrutinizerbut maybe i does, you'll see what it does anyway18:46
DocScrutinizerjean_brat: it's absolutely madatory to take care about cdc_phonet kernel module on your PC18:48
DocScrutinizerdo "lsmod|grep phonet"18:48
DocScrutinizerif that shows anything, you're in trouble18:48
DocScrutinizerwhen best part of ~flashing been written, there's been no cdc_phonet kernel module by default on most distros18:50
DocScrutinizernowadays it's ubiquitary18:50
*** t_s_o has joined #maemo18:51
N3RVEQuick question, is Maemo still being developed?18:52
*** _berto_ has quit IRC18:52
ShadowJKnot by nokia since 201018:52
DocScrutinizersee18:53
DocScrutinizer~cssu18:53
infoboti heard cssu is http://wiki.maemo.org/Community_SSU18:53
DocScrutinizerhowever18:53
N3RVEso another group took over development?18:53
DocScrutinizerwell, it's not like any particular group developed "maemo"18:54
N3RVEI thought the maemo team joined forces with another company to begin Meego18:54
DocScrutinizerthe Nokia maemo team, yes18:54
*** tgalal has quit IRC18:55
DocScrutinizerhowever maemo >> Nokia maemo team18:55
RaimuEntirely OOT but very interesting: http://www.reddit.com/r/IAmA/comments/sq7cy/iama_a_malware_coder_and_botnet_operator_ama/18:55
DocScrutinizerN3RVE: http://maemo.org/downloads/updated/Maemo5/25/18:57
SpeedEvilN3RVE: The way linux development in the commercial space works is that companies occasionally make noises, or efforts to join up their activities. About 6 months to a year later, this explodes in a shower of new bits, and often companies starting their own groups.18:57
SpeedEvilLimo/maemo/meego/meltmi/tizen/...18:58
DocScrutinizermoblin18:58
SpeedEvilI've forgotten what the intel one was called - going into meego18:58
SpeedEvilah - that18:58
*** bef0rd has joined #maemo18:58
jaskatizen... isnt that html5only, so, worth ignoring i guess18:58
DocScrutinizerkinda18:58
SpeedEvilThere are two aspects to sucky html5 things.19:00
*** sq-one has joined #maemo19:00
SpeedEvilFirst youhave the platform as delivered, which may or may not be interesting.19:00
SpeedEvilSecondly, you have the hardware - which may or may not be usable to develop other things.19:00
*** valerius has quit IRC19:02
N3RVEThank you SpeedEvil and DocScrutinizer for clearing that up :)19:05
*** NIN101 has joined #maemo19:08
*** Timmy has quit IRC19:12
*** N3RVE has quit IRC19:13
RaimuHeh, Windows Phone 7 closes socketed connections if you switch apps in the meantime. So much for running IRC.19:14
RaimuWhat a disgrace.19:14
*** ychavan has quit IRC19:14
*** Zahra has joined #maemo19:15
*** drussell has quit IRC19:17
ShadowJKhow do you make a shoutcast player like that19:18
RaimuYour guess is as good as mine.19:20
*** N3RVE has joined #maemo19:22
*** N3RVE has left #maemo19:24
DocScrutinizerthat's how all that crap works19:24
DocScrutinizernot to say that'S the difference to maemo19:25
*** eMHa_ has quit IRC19:25
*** eMHa_ has joined #maemo19:25
DocScrutinizeron maemo the app devel is responsible to care about resource management and savings, on android, iOS, winp7 the OS "is doing that for you"19:26
*** eMHa_ has quit IRC19:26
*** eMHa_ has joined #maemo19:26
teotwaki!ping19:28
teotwaki~ping19:28
infobot~pong19:28
*** eMHa_ has quit IRC19:28
*** eMHa_ has joined #maemo19:29
*** eMHa_ has quit IRC19:30
*** eMHa__ has joined #maemo19:30
*** etrunko has joined #maemo19:30
*** eMHa has joined #maemo19:31
*** eMHa__ has quit IRC19:31
*** etrunko_ has joined #maemo19:35
*** etrunko has quit IRC19:36
*** eMHa has quit IRC19:36
*** valerius has joined #maemo19:39
*** snoopy_ has quit IRC19:43
*** piggz has joined #maemo19:44
*** willer_ has quit IRC19:45
*** DavidTalmage_ has joined #maemo19:45
*** ab has quit IRC19:45
*** jean_brat has quit IRC19:46
*** Timmy has joined #maemo19:47
*** Timmy has joined #maemo19:47
*** ALoGeNo has quit IRC19:49
*** florian has joined #maemo19:56
*** PeterWolf has quit IRC19:56
*** Timmy has quit IRC20:01
*** sq-one has quit IRC20:01
*** eMHa has joined #maemo20:04
*** geaaru has quit IRC20:06
*** thopiekar has joined #maemo20:06
*** jhb1 has joined #maemo20:07
*** jhb has quit IRC20:08
*** retro|cz has quit IRC20:14
*** chenca has joined #maemo20:16
*** dafox has quit IRC20:17
*** trbs has joined #maemo20:24
*** retro|cz has joined #maemo20:26
*** drussell has joined #maemo20:27
*** piggz has quit IRC20:28
*** valerius has quit IRC20:31
*** Jade has quit IRC20:36
*** Jade has joined #maemo20:36
*** Jade has quit IRC20:37
*** valeriusN has left #maemo20:37
*** valeriusN has joined #maemo20:37
*** Jade has joined #maemo20:38
*** Jade has quit IRC20:38
*** Jade has joined #maemo20:38
*** sq-one has joined #maemo20:38
*** retro|cz has quit IRC20:39
*** kimitake_idle is now known as kimitake20:40
*** piggz has joined #maemo20:41
*** Jade has quit IRC20:41
*** calvaris has quit IRC20:42
*** Jade has joined #maemo20:42
*** b0unc3 has joined #maemo20:45
*** valerius has joined #maemo20:48
*** kama has joined #maemo21:01
*** dunno has quit IRC21:06
*** _federico3 has joined #maemo21:06
*** dunno has joined #maemo21:07
*** drussell has quit IRC21:08
*** drussell has joined #maemo21:09
*** hurbu has joined #maemo21:10
*** jhb1 has quit IRC21:12
*** willer_ has joined #maemo21:14
*** RST38h has joined #maemo21:17
*** jrocha has joined #maemo21:21
*** sid__ has joined #maemo21:25
*** chenca has quit IRC21:27
*** vblazquez has joined #maemo21:28
*** vblazquez has quit IRC21:30
*** vblazquez has joined #maemo21:33
*** chenca has joined #maemo21:33
*** Ian--- has joined #maemo21:40
*** Zahra has quit IRC21:42
*** Ian-- has quit IRC21:42
*** konelix has joined #maemo21:44
*** swc|666 has joined #maemo21:46
*** hardaker has joined #maemo21:47
*** ced117 has joined #maemo21:48
*** ced117 has quit IRC21:48
*** ced117 has joined #maemo21:48
*** konelix has quit IRC21:49
*** konelix has joined #maemo21:55
*** thopiekar has quit IRC21:56
*** dunno has quit IRC21:58
Sicelo /win 2521:59
*** andre__ has joined #maemo22:08
*** andre__ has quit IRC22:08
*** andre__ has joined #maemo22:08
*** konelix has quit IRC22:08
*** chenca has quit IRC22:10
*** Vanadis__ has joined #maemo22:10
*** Vanadis__ has quit IRC22:10
*** Vanadis__ has joined #maemo22:11
*** Ian-- has joined #maemo22:11
*** Vanadis__ has quit IRC22:11
*** Vanadis__ has joined #maemo22:12
*** Vanadis has quit IRC22:12
*** Vanadis__ has quit IRC22:12
*** Ian--- has quit IRC22:12
*** Vanadis__ has joined #maemo22:13
*** Vanadis has joined #maemo22:15
*** BCMM has joined #maemo22:16
*** Vanadis__ has quit IRC22:18
*** jrocha has quit IRC22:23
*** Darkchaos has joined #maemo22:25
*** ALoGeNo has joined #maemo22:27
*** marcosx86 has joined #maemo22:28
*** thexception is now known as thexception|off22:35
*** nox- has joined #maemo22:36
*** NIN101 has quit IRC22:36
*** dunno has joined #maemo22:48
*** NIN101 has joined #maemo22:49
*** marcosx86 has quit IRC22:52
DarkchaosIs there anybody with some nitdroid knowledge? It always shows the android boot screen (infinite loop) and in an older version it showed something like set_suspend_state wakeup (3 of 3) unsucessfully etc. In the nitdroid channel nobody is active.22:52
DarkchaosNitdroid N14 kernel rc_7 (newest both)22:52
*** Psi has quit IRC22:57
*** uen has quit IRC23:00
*** pdz has quit IRC23:02
*** pdz has joined #maemo23:02
*** drussell has quit IRC23:03
Sc0rpiushi23:05
Sc0rpiusI wonder if Tizen will be already dead on launch like Meego/Maemo were23:05
*** pdz- has joined #maemo23:09
*** pdz has quit IRC23:09
*** dunno has quit IRC23:14
*** uen has joined #maemo23:19
*** Psi has joined #maemo23:19
*** calvaris has joined #maemo23:21
*** Guest27322 is now known as peterbjornx23:22
ShadowJKAtleast maemo went through 5(6) major versions before dying :-)23:26
*** valerius has quit IRC23:27
peterbjornxis it me or is nitdroid installer broken23:29
*** rm_work has quit IRC23:30
*** _rd has joined #maemo23:31
*** etrunko_ has quit IRC23:39
*** hurbu has quit IRC23:41
*** valeriusN has left #maemo23:41
*** Muelli has joined #maemo23:42
*** valerius has joined #maemo23:45
*** valeriusN has joined #maemo23:45
*** reiu has joined #maemo23:45
Darkchaosit is broken23:45
Darkchaossome files on the http server are missing23:45
*** sq-one has quit IRC23:46
*** netkat has quit IRC23:46
reiuhey whats up?23:48
*** b0unc3 has quit IRC23:48
*** reiu has quit IRC23:48
*** b0unc3 has joined #maemo23:50
*** calvaris has quit IRC23:52
*** guampa has quit IRC23:52
*** b0unc3 has quit IRC23:55
*** hurbu has joined #maemo23:57
*** NIN101 has quit IRC23:57

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