IRC log of #maemo for Monday, 2012-09-24

keriofreemangordon: neat00:00
keriowhat is it doing that i'm not doing? ;_;00:00
freemangordonNFC what are you doing :P00:00
freemangordonkerio: I started it in the times when I was playing with extkbd/extmou. Stock BT applect was missing "connect" button for HID devices00:01
freemangordonfortunately I found a way to write "plugins" to BT applet and to enable "connect" in the stock UI00:02
freemangordonso I stopped btsettingsqt develpment :)00:02
*** rZr is now known as rzr00:02
kerioalright, setting the channel to something that can actually be used as a SP makes things work much better00:03
keriook, i have a serial connection between my laptop and my phone!00:04
freemangordonkerio: using rfcomm or my program?00:05
keriorfcomm00:05
kerioyour program is useless! >:C00:05
freemangordonhehe00:05
kerioi have a neat way of doing *something* when prompted from bluetooth, though00:05
freemangordonIIRC rfcomm has a parameter to connect SPP00:05
keriofreemangordon: my laptop runs os x00:05
freemangordonkerio: rfcomm on n900 ;)00:06
kerio~phonecontrol00:06
infobotphonecontrol is probably http://wiki.maemo.org/Phone_control00:06
keriofreemangordon: nah, just sdptool00:06
freemangordonwell, ok, you may want to program hci, it is even harder :P00:06
freemangordonkerio: what is the device (under /dev)?00:07
keriofreemangordon: it takes the first one if you pass "-1" to it00:07
kerioand you can pass it to a program00:07
* kerio imagines a getty - rfcomm - picocom monstruosity00:08
vi_freemangordon: you know that app search widget?00:09
freemangordonno00:09
*** muellisoft has joined #maemo00:09
*** NIN101 has quit IRC00:10
vi_the one that presents a list of all the available programs on the n900.00:10
vi_?00:10
RST38h$5.9 billion spent on repairing broken iPhones.00:10
freemangordonvi_: i've heard of it, but have never used it00:10
RST38h30% iPhone users broke their preciousses in the last year.00:10
RST38hFreaking sect.00:11
vi_when you type in letters on hildn home the device starts searching you phone book.00:12
vi_is that a feature of hildon home or adressbook?00:12
freemangordonhildon-desktop00:13
kerioDocScrutinizer05: you were mostly right00:13
*** Muelli has quit IRC00:13
freemangordonIIRC00:13
kerioif i want to do things properly i need to set up some kind of null modem ppp connection anyway00:13
vi_does it just make a dbus call?00:13
kerioso i might as well find a way to set PAN up00:13
freemangordonvi_: yes00:13
vi_can it be altered to call up other things?00:13
freemangordonsure00:13
vi_...excellent.00:14
Palifreemangordon, https://gitorious.org/rx51-bme-replacement/libbmeipc/commit/400a51264b45e6a41b4266487b82f23b9715866300:14
freemangordonPali: aah, that way is muuuch better :)00:15
freemangordondid you try it? it should work, but anyway.00:15
Palican you test it?00:15
*** Guest39269 has quit IRC00:15
freemangordonPali: no KP52 here00:15
Paliok00:16
vi_the actuall dbus call, is it hardcoded into HD?00:16
freemangordonI was focused on -thumb these days00:16
freemangordonvi_: yes00:16
freemangordonPali: will try to find time tomorrow to test it00:16
Paliok00:16
Palinow I have better 0xFFFF00:16
Paliit can send and boot kernel00:17
freemangordoncongrats00:17
freemangordonwow00:17
Paliflashing was not tested yet, but initial implementation is done00:17
* freemangordon is afk00:18
kerioDocScrutinizer05: do you think it's possible to "preencode" music for A2DP?00:26
*** Guest71123 has quit IRC00:26
DocScrutinizer05umm nope00:26
DocScrutinizer05A2DP is either plain PCM, or mp300:26
keriofine by me00:27
DocScrutinizer05I don't think many headsets support mp300:27
kerioaw :(00:27
DocScrutinizer05ya know, volume etc00:27
DocScrutinizer05;-)00:27
kerioi don't care about volume, the volume on the n900 is always at max anyway00:27
DocScrutinizer05well, the manufs care00:28
keriomy headset has its own volume00:28
DocScrutinizer05so I guess you'll have a hard time finding a headset that supports mp300:28
kerioi see00:28
DocScrutinizer05maybe you could find out with some advanced tool of bluez suite00:29
DocScrutinizer05anyway A2DP is a wrapper00:29
kerioso pushing sound through bluetooth shouldn't take CPU00:29
DocScrutinizer05err00:29
kerioif it's pushing PCM00:30
DocScrutinizer05it definitely will take CPU, for decoding mp3, as that's how mafw works00:30
kerioi mean, there's no compression00:30
*** emma has joined #maemo00:30
kerioi said "pushing sound through bt"00:30
fizzie"[A2DP] relies on GAVDP. It includes mandatory support for low complexity subband codec (SBC) and supports optionally MPEG-1,2 Audio, MPEG-2,4 AAC and ATRAC", claims bluetooth.org.00:30
DocScrutinizer05yeah, that should work lightweight00:30
kerioi wasn't talking about the sound production :)00:30
keriofizzie: ooh, so DocScrutinizer is full of lies00:31
*** Darkchaos2 has quit IRC00:31
fizzieA "low complexity subband codec", if truly "low complexity", should be... low complexity, though.00:31
*** vi_ has quit IRC00:32
kerio"However in today's practice all high quality audio still transfers over A2DP by means of SBC codec."00:34
*** kov_ has quit IRC00:35
kerioi assume the raw sound data is 44100/16 PCM00:35
*** spoofy has quit IRC00:36
DocScrutinizer05~wiki a2dp00:36
infobotAt http://en.wikipedia.org/wiki/A2DP (URL), Wikipedia explains: "A 'Bluetooth profile' is a specification regarding an aspect of Bluetooth-based wireless communication between devices. In order to use Bluetooth technology, a device must be compatible with the subset of Bluetooth profiles necessary to use the desired services. A Bluetooth profile resides on top of the Bluetooth Core Specification and (optionally) additional protocols. While the profile ...00:36
*** emma has quit IRC00:38
*** Guest71123 has joined #maemo00:39
*** spoofy has joined #maemo00:39
Palifreemangordon, reason why I suggested to use sockets in libbmeipc is because pipe is unidirectional00:43
Paliyou cannot select/poll for both read and write00:44
Palisocketpair create pair of connected sockets00:44
DocScrutinizer05dang, even SBC is no plain PCM, but anyway that's OTA format, not what you deliver to the BT interface from AP00:45
Paliand you can both read & write on socket00:45
DocScrutinizer05kerio: iirc all the BT chips I've seen so far are connected via IIS/PCM for audio (if embedded)00:46
*** Yu2ing has quit IRC00:46
DocScrutinizer05the encoding to SBC is done on BT chip afaik00:47
Palifreemangordon you can look here for socketpair implementation: https://meego.gitorious.org/~pali/meego-device-adaptation/pali-n900_libbme/commits/replacement00:47
*** sheepbat has quit IRC00:48
DocScrutinizer05well, sockets seem a nice thing, can't see what's wrong with them00:50
DocScrutinizer05and everybody uses sockets ;-)00:50
*** Guest71123 is now known as dafox00:52
PaliDocScrutinizer05, do you know if there is any NOLO/bootloader/flasher/... documentation?00:54
Palior other alternative flasher tool?00:55
DocScrutinizer05I'm pretty sure there isn't00:55
*** sheepbat has joined #maemo00:55
DocScrutinizer05sure, you know the alternative flasher tool00:55
keriohahaha00:56
Paliok, so only 0xFFFF, flasher-3.5 and phoenix?00:56
DocScrutinizer05nevertheless there's a "standard" called dfu00:56
DocScrutinizer05:nod:00:56
Palibut dfu is not supported by nolo :-(00:56
Paliand no support in u-boot too...00:57
DocScrutinizer05I don't know how much they ripped off from dfu, or how much the forced into dfu to make NOLO/flasher out of it00:57
DocScrutinizer05~wiki dfu00:58
infobotAt http://en.wikipedia.org/wiki/DFU (URL), Wikipedia explains: "'DFU' may refer to: * Diabetic foot * Device Firmware Upgrade mode in Apple devices (see also SHSH blob) {{Short pages monitor}}"00:58
DocScrutinizer05yeah :-S00:58
Paliphoenix is windows only SW... is there any way how to sniff usb communication on windows?00:58
DocScrutinizer05yes00:58
DocScrutinizer05but don't ask me what's been the name, you know I'm a windows hater and noob00:59
PaliI was thinking about start windows in qemu, connect usb port to qemu and LD_PRELOAD my library...00:59
DocScrutinizer05nah, there's actually a real tool for sniffing USB01:00
DocScrutinizer05I even used it once01:00
DocScrutinizer05maybe that one: http://sourceforge.net/projects/usbsnoop/01:00
DocScrutinizer05(first hit on google)01:01
PaliI have small library which print info about libusb functions... I do not need to rewrite usb communication back to libusb01:01
Palibecause library wrap around libusb and print params (+ dump buffer)01:01
DocScrutinizer05http://www.google.de/search?q=sniff+usb+windows01:02
PaliDocScrutinizer05, I think that in flasher-3.5 are more buffer overflow01:03
Paliand in fiasco-gen too!01:03
DocScrutinizer05>> From time to time I need to dump usb traffic under windows, mostly to support hardware under Linux, so my primary goal is to produce dump files for protocol analysis. For USB traffic, it seems that SniffUsb is the clear winner... It works under XP and has much nicer GUI than earlier versions. It produce huge dump files, but everything is there.<<01:03
*** Guest29702 has joined #maemo01:04
DocScrutinizer05Pali: haha! :) >>Personally, I'd use qemu or kvm and instrument their USB passthrough code, then use libusb to prototype the replacement driver in userspace (this latter bit I've done before; writing USB device drivers in Python is fun!).<< http://stackoverflow.com/questions/117474/how-to-sniff-usb-port-under-windows01:05
PaliI do not know full & correct NOLO protocol, but randomly copy some parts of buffer to other memory (to part of buffer which is sent via USB) is bug01:07
DocScrutinizer05>>1) Since people don't seem to realize it, wireshark does monitor USB traffic, and has a parser for it; but the catch is only under linux. Wireshark on Windows will not do this.<<01:08
Paliand fiasco-gen doing similar. when generating mmc fiasco image it append section with id '4' and size 0, but append data of zeros and sometimes append some previous data01:10
Palithis seems like nokia devs forgot to call memset(buf, 0, size) and writing some random memory to fiasco image!01:10
DocScrutinizer05quite possible01:11
*** FIQ has quit IRC01:11
DocScrutinizer05might be "free blocks"01:11
DocScrutinizer05;-)01:12
*** FIQ has joined #maemo01:12
*** rcg has quit IRC01:12
Palifiasco is only archive for images, in my 0xFFFF fiasco gen implementation I do not writing any of those random data and both 0xFFFF and flasher-3.5 unpacking fiasco images same01:12
DocScrutinizer05this way you could hide a lot of funny stuff in fiasco images01:12
DocScrutinizer05with plausible deniability01:12
Palithis is reason, why nokia did not released source code to fiasco01:13
Paliit is crap SW01:13
Palifull of errors and bugs01:14
DocScrutinizer05that's why ;-P01:14
Skrywhy this does not surprise me01:14
Palimaybe we can write exploit for flasher-3.5 :D01:15
* DocScrutinizer05 idly wonders if flasher-3.12 is backward compatible and maybe a tad better01:15
Paliflasher-3.5 must run as root, so it is simple :D01:15
Paliflasher-3.12 want to send APE algo image01:16
Paliso you cannot use it for flashing n90001:16
*** emma has joined #maemo01:16
DocScrutinizer05hey you think of a buffer overflow exploit to root the PC flasher-3.5 is running on? nice!01:16
*** emma is now known as em01:16
GeneralAntillesMWKN is currently 1-story-strong. . . . D:01:16
DocScrutinizer05errr ?01:17
DocScrutinizer05aah, has only one story01:17
PaliGeneralAntilles, you can add info that 0xFFFF version 0.5 was released01:17
GeneralAntillesPali, that's the only story. :D01:17
Paliand new version is preparing01:17
DocScrutinizer05:-)01:17
Paliok :-)01:17
GeneralAntillesThere's some election news01:17
GeneralAntillesthat I haven't been paying any attention to.01:17
DocScrutinizer05LOL01:18
*** etrunko has joined #maemo01:18
DocScrutinizer05I'm afraid we'll see an implosion of council/board on this election01:18
*** FIQ has quit IRC01:19
DocScrutinizer05are we still at 2 brave men standing?01:20
GeneralAntillesGood question01:20
GeneralAntillesI should probably find that out01:20
GeneralAntillesYou know01:20
GeneralAntillesfor MWKN01:20
DocScrutinizer05for 10 positions01:20
*** wmarone has joined #maemo01:20
DocScrutinizer05those two are really great candidates, but still01:21
GeneralAntilleswmarone, are you running for council/Hildon Foundation/whatever01:21
wmaroneno01:21
GeneralAntillesYou probably should.01:21
*** FIQ has joined #maemo01:21
DocScrutinizer05most of the mammoths moved on, now we're facing a scene like after the big impact (60mio y ago) - nobody left to really take on this duty01:24
DocScrutinizer05I'm afraid we'll either see no council/board at all, due to lack of candidates, or we'll get another annoyance01:25
GeneralAntilles10 seats is a lot to fill01:26
DocScrutinizer05I already pondered to forget my hat there, to offer a dummy stand-in with a promise of no more than 2h/week assigned to any related task01:27
DocScrutinizer05just to keep the idea alive01:27
DocScrutinizer05aka make it happen at all01:27
*** mvp_ has quit IRC01:28
DocScrutinizer05or: avoid council implosion01:28
*** FredrIQ has joined #maemo01:28
GeneralAntillesOut with a whimper01:28
DocScrutinizer05but then, that was a tad too ... :-S01:28
*** florian has quit IRC01:29
*** FIQ has quit IRC01:29
*** FredrIQ is now known as FIQ01:29
Palilook at this patch series: http://www.mail-archive.com/linux-media@vger.kernel.org/msg51251.html fixes for n900 lirc kernel driver for upstream kernel01:29
DocScrutinizer05I wonder how many already even *noticed* there'll be elections01:30
DocScrutinizer05otoh do we want somebody for board or council who didn't01:30
*** ZogG_laptop has quit IRC01:36
*** lbt is now known as lbt_away01:39
*** eijk has quit IRC01:41
jacekowskiwhy do we need whole council for like 5 users that are still left?01:44
*** hardaker has joined #maemo01:52
*** qwazix has quit IRC01:54
*** muellisoft is now known as Muelli01:54
DocScrutinizer05Pali: nice :-)01:55
DocScrutinizer05a pretty good lesson on how patches should get reviewed01:55
DocScrutinizer05s/reviewed/discussed in public/01:56
infobotDocScrutinizer05 meant: a pretty good lesson on how patches should get discussed in public01:56
DocScrutinizer05jacekowski: seems we even got 5 devels left ;-) So number of users might be a few magnitudes larger. Anyway that's the council statute01:58
*** teotwaki has joined #maemo02:06
*** erstazi has quit IRC02:06
DocScrutinizer05Pali: (re patches) I think they're nice but a tad fresh yet. I'd wait maybe 3 months at least before even considering to do anything with them to KP02:07
*** Guest29702 has quit IRC02:07
*** zap_ has quit IRC02:08
*** erstazi has joined #maemo02:08
*** erstazi has quit IRC02:08
*** erstazi has joined #maemo02:08
Luke-JrDocScrutinizer05: I considered putting my name out there just to have a non-Maemo voice on it, but I really don't have time02:11
Luke-Jrif there's really such a shortage that more are NEEDED, feel free to list me if I can get by without too much in the way of duties02:11
DocScrutinizer05Luke-Jr: same reasoning here (re time). I'll keep it in mind02:12
*** marainein has quit IRC02:13
*** 21WAAJXY7 has joined #maemo02:14
*** 50UABPUJ8 has joined #maemo02:14
*** 50UABPUJ8 has quit IRC02:16
*** teotwaki has quit IRC02:20
*** 21WAAJXY7 has left #maemo02:22
*** OkropNick has quit IRC02:27
*** goldkatze has quit IRC02:40
*** Jucato has joined #maemo02:45
*** Pali has quit IRC02:46
*** hardaker has quit IRC02:47
*** stardiviner has joined #maemo02:50
*** krayonWork has joined #maemo02:59
*** hardaker has joined #maemo03:01
*** hardaker has quit IRC03:02
*** dafox has quit IRC03:02
*** hardaker has joined #maemo03:03
*** hardaker has quit IRC03:10
*** M4rtinK has quit IRC03:14
*** dafox has joined #maemo03:15
*** dafox is now known as Guest4248103:16
*** Muelli has quit IRC03:22
*** M4rtinK has joined #maemo03:23
*** hardaker has joined #maemo03:27
*** M4rtinK has quit IRC03:31
*** rzr is now known as rZr03:32
*** etrunko has quit IRC03:49
*** etrunko has joined #maemo04:07
GGonheh04:07
GGonhey... i still use my N900 :-P04:08
GGonand if you're on the council you get free N950s04:08
* GGon hides04:08
*** robbiethe1st has joined #maemo04:10
Luke-JrGGon: even the new council?04:16
*** hardaker has quit IRC04:19
*** hardaker has joined #maemo04:22
*** em has quit IRC04:37
*** em has joined #maemo04:39
*** Guest42481 has quit IRC04:52
*** uen| has joined #maemo05:04
*** uen has quit IRC05:07
*** uen| is now known as uen05:07
*** _xnt14 has quit IRC05:16
*** _xnt14 has joined #maemo05:18
*** otep has quit IRC05:18
*** jabis has quit IRC05:19
*** jabis has joined #maemo05:19
*** hardaker has quit IRC05:27
*** otep has joined #maemo05:33
*** nox- has quit IRC05:40
*** kerio has quit IRC05:45
*** radic has quit IRC05:46
*** radic_ has joined #maemo05:46
*** radic_ is now known as radic05:47
*** DocScrutinizer05 has quit IRC06:03
*** DocScrutinizer05 has joined #maemo06:03
*** utanapischti has quit IRC06:04
*** utanapischti has joined #maemo06:07
*** hardaker has joined #maemo06:08
*** ArGGu^^ has quit IRC06:13
*** ArGGu^^ has joined #maemo06:19
*** MacDrunk has joined #maemo06:41
*** MacDrunk has left #maemo06:42
*** Sazpaimon has joined #maemo06:42
*** robbiethe1st has quit IRC07:20
GGonheh07:40
GGonmaybe07:40
*** zsolt has joined #maemo07:45
*** _xnt14 has quit IRC07:45
*** _xnt14 has joined #maemo07:47
*** hardaker has quit IRC08:01
*** int_ua has joined #maemo08:05
*** krayonWork has quit IRC08:11
*** krayonWork has joined #maemo08:12
*** Guest39269 has joined #maemo08:26
*** zsolt has quit IRC08:36
*** kerio92 has joined #maemo08:38
*** kerio92 is now known as kerio08:41
*** Guest39269 has quit IRC08:42
DocScrutinizer05no08:50
DocScrutinizer05no more n95008:50
freemangordonDocScrutinizer05: why not, as if it is usefull :D08:51
freemangordonDocScrutinizer05: I am thinking to try to upstream thumb patch, any idea where to look for the process?08:52
*** utanapischti has quit IRC08:55
*** goldkatze has joined #maemo09:00
int_uaAnyone seen a thread about running Debian natively on N900? I can't find it09:05
*** dump_01 has left #maemo09:06
*** ced117[-] has joined #maemo09:10
*** ced117[-] has quit IRC09:11
*** Zahra has joined #maemo09:11
*** stardiviner has quit IRC09:13
*** jhb has joined #maemo09:13
kerioint_ua: it's not worth it, anyway09:14
*** _berto_ has joined #maemo09:15
*** ced117[-] has joined #maemo09:18
*** ced117[-] has quit IRC09:18
*** ced117[-] has joined #maemo09:18
int_uakerio: Why? :)09:22
kerioint_ua: because half of the hardware doesn't work09:23
*** rcg-work has joined #maemo09:28
*** mvp_ has joined #maemo09:30
*** e-yes has quit IRC09:32
*** mvp_ has quit IRC09:34
*** odin_ has quit IRC09:35
*** hazchemix has joined #maemo09:42
*** geaaru has joined #maemo09:45
*** ab has quit IRC09:54
Sicelokerio: what hardware doesn't work?09:59
kerioSicelo: phone calls10:00
kerioand last time i heard, the gps was still kinda meh10:00
*** hazchemix has quit IRC10:01
* entitled has never made a single phone call with N90010:01
*** murrayc has joined #maemo10:01
entitledpurely for ssh. browsing and such10:01
Siceloint_ua: https://elektranox.org/N900 , http://elinux.org/N900 & look at NIN101's pages .. i forgot the link .. but same place RescueOS lives10:02
*** ab has joined #maemo10:02
*** rZr is now known as rzr10:04
Sicelowhich reminds me.. i must find out how to switch between 2G-3G using ofono for when i'm on debian10:05
*** doc|home has quit IRC10:05
*** doc|home has joined #maemo10:06
*** doc|home has joined #maemo10:06
int_uaSicelo: yeah, but no thread on Talks?10:07
*** Wizzup_ has joined #maemo10:07
int_uaSicelo: so you have it running natively?10:07
Sicelothere should be, but TMO10:08
Siceloyes, i do :)10:08
*** Wizzup has quit IRC10:09
Siceloas kerio  said, phne calls don't work (well), but you can use the modem for internet, which covers my needs.10:10
kerioSicelo: which DE are you using?10:10
Siceloi used E7 at first, but am using Xfce now10:10
keriowhy not hildon? :P10:11
Siceloi haven't seen it packaged for debian, yet. otherwise i would love that, or even plain old matchbox10:11
keriowhy not openbox?10:12
Siceloi'll try that10:13
*** Jarris has joined #maemo10:14
keriowhat are you using to right click, btw?10:14
Sicelonothing, lol10:14
keriothen you're not going to like openbox :310:14
int_uayeah, openbox  needs rightclick.10:15
int_uabut there is a workaround10:15
*** hazchemix has joined #maemo10:15
int_uaSicelo: something with xorg.conf hacking10:15
Sicelothanks. 'll have to google that. fact is, i have nfc about some deep things10:17
*** andre__ has joined #maemo10:21
*** andre__ has quit IRC10:21
*** andre__ has joined #maemo10:21
*** rzr is now known as rZr10:22
*** eMHa__ has quit IRC10:23
*** edheldil has joined #maemo10:23
*** ZogG_laptop has joined #maemo10:28
*** stardiviner has joined #maemo10:32
*** githogori has joined #maemo10:34
*** florian_kc has joined #maemo10:37
*** florian_kc has quit IRC10:37
*** florian_kc has joined #maemo10:37
*** valerius has quit IRC10:38
*** florian_kc is now known as florian10:42
*** Pali has joined #maemo10:45
*** odin_ has joined #maemo10:47
*** mavhc has quit IRC10:50
*** eijk has joined #maemo10:51
*** OkropNick has joined #maemo10:51
*** Arkenoi has joined #maemo10:52
*** Muelli has joined #maemo10:56
*** valerius has joined #maemo10:58
*** croppa has joined #maemo10:59
*** eMHa has joined #maemo11:02
*** ZogG_laptop has quit IRC11:02
*** BCMM has joined #maemo11:04
*** ZogG_laptop has joined #maemo11:05
*** ZogG_laptop has quit IRC11:05
*** ZogG_laptop has joined #maemo11:05
*** githogori has quit IRC11:06
*** githogori has joined #maemo11:09
*** valerius has quit IRC11:10
*** valeriusL has quit IRC11:11
*** valeriusL has joined #maemo11:13
*** mvp_ has joined #maemo11:14
*** mvp_ has quit IRC11:21
*** calvaris has joined #maemo11:22
*** arno0ob has joined #maemo11:25
*** vi__ has quit IRC11:25
*** beford has quit IRC11:29
*** valerius has joined #maemo11:32
keriodeepy: btw, i just realized that without fixing the kbd slider, you can't use portrait mode11:35
kerioever11:35
deepyooo11:35
deepyI didn't know there was a portrait mode11:35
deepyTime to get a soldering iron, eh?11:36
kerionote that it's mostly useless11:36
kerioimo it's only useful with openmediaplayer11:36
kerioto choose a song with one hand11:36
*** FredrIQ has joined #maemo11:37
*** FIQ has quit IRC11:37
*** FredrIQ is now known as FIQ11:37
*** Dibblah has joined #maemo11:39
*** Jade has quit IRC11:45
deepyoooh, that reminds me11:45
deepyI gotta find some SFW show so I can test the battery life and the stan11:45
deepyat the same time11:45
*** Jade has joined #maemo11:46
*** Jade has quit IRC11:46
*** Jade has joined #maemo11:46
*** mavhc has joined #maemo11:56
keriodeepy: fun fact: myfreecams.com works on microB12:01
kerioand that's a website that makes netbooks choke12:02
deepymicroB?12:03
deepyalso it sounds incredibly fishy :P12:03
keriomicroB is "Web"12:03
keriothe default browser12:03
deepyAh12:03
kerionah, it's legit12:03
deepyThe website still sounds fishy12:03
kerioit's not exactly sfw, though12:03
deepyEver since the copypaste incident of '11 I'm not opening websites that involve the word 'cam' when I'm not at home12:04
keriooh, job12:05
keriopf12:05
keriopffffffffff12:05
deepypffff all you want12:05
deepyI'll pffffff harder12:05
deepyOSHI-12:05
deepySent a PC to the wrong country12:05
* deepy whistles12:05
*** calvaris has quit IRC12:05
keriodeepy: could you wrongfully send a PC to my house?12:06
*** calvaris has joined #maemo12:06
deepykerio: you can already virtualize ten of these12:06
keriowell, i do need a home server...12:06
deepywhat do you intend to do on that home server?12:07
deepyI know of $19/yr VPS12:07
kerioi already have one, but it's kinda bad12:07
keriofile storage and torrents12:07
kerioand DNS tunneling12:08
deepyDNS tunneling is so 80s12:08
keriou jelly12:08
deepyI'm at work chatting to you from a server in Sweden12:08
deepy;-)12:08
deepyOne of us is getting paid during this conversation12:08
*** spoofy has quit IRC12:11
*** ced117[-] has quit IRC12:13
*** spoofy has joined #maemo12:16
deepyI just sent two monitors to a girl12:16
deepytwo WIDESCREEN monitors12:16
deepyI'm sitting here with a flickering 19"12:16
deepyNot fair :-(12:17
Cor-Aisluta slöa! börja jobba!12:17
deepyI am working!12:18
Cor-Aisure! ;)12:18
deepyJust sent a battery to someone12:18
Cor-Aisweet, to me? i need one to my oqo01!12:18
deepyYes12:18
deepyIt's a pity it'll only fit x200s/x20112:19
deepyBut hey, it's a 9cell Li-Ion!12:19
Cor-Aihehe12:19
Cor-Aiim cleaning my bellybutton :D12:20
keriodeepy: send us technology12:20
keriofor free12:21
deepykerio: I can get you a job here12:21
deepyfor pay12:21
kerioi'd have to work12:21
keriothat sucks12:21
deepyDoes it look like I am working?12:21
deepyI played nethack half of my time here12:21
*** Jarris has quit IRC12:24
*** sheepbat has quit IRC12:26
kerioplay FTL!12:30
deepyI don't know what that is12:30
kerioa cute game12:31
deepyI heard it's a roguelike in space12:31
kerioit's a roguelike-like12:31
keriopermadeath, randomly generated map and encounters, fairly constant challenge throughout the game12:31
deepyIt seems like I may enjoy dwarf fortress more12:33
*** dhbiker has quit IRC12:34
*** sheepbat has joined #maemo12:38
*** M4rtinK has joined #maemo12:38
*** markinfo has joined #maemo12:45
Palistatic.maemo.org is down12:49
Paliso wiki.maemo.org not working...12:49
*** norayr has joined #maemo12:58
*** qwazix has joined #maemo12:58
*** norayr has quit IRC13:03
*** e-yes has joined #maemo13:11
*** valdyn has quit IRC13:13
kerioworksforme13:15
kerioPali: how's the bme replacement project going?13:16
Palikerio, hald-addon-bme is implemented and tested by me - forking fine13:16
kerioneat13:17
Palikernel modules bq2415x_charger, bq27x00_battery and rx51_battery working fine too13:17
keriowhat does it use?13:17
Palilibbmeeipc is implemented, but not tested yet13:17
Palibme-rx51 (meta)(pseudo)package is written too, but not tested13:17
Palihald-addon-bme is used by more programs (also 3rd party)13:18
Paliit export battery & charger properties to HAL13:18
*** _berto_ has quit IRC13:18
*** rZr is now known as rzr13:18
Palifor example default nokia battery status menu plugin13:18
Paliall 3rd battery widgets, ...13:18
keriohow is it packaged?13:19
Paliin deb package13:19
Palieach package has same name, same library/binary as original nokia13:20
keriodid you make a fake /usr/sbin/bme_RX-51? :O13:20
Palilibraries export same function names & binaries export needed interface13:20
Pali/usr/sbin/bme_RX-51 was removed, not needed13:21
Palino application/library using it13:21
kerioi'm still not convinced that your "bme-rx-51" should be called like that13:21
*** int_ua has quit IRC13:21
Palioriginal bme-rx-51 has 2 system files: 1) event.d script 2) bme binary13:22
keriodoes the rest of the stuff fail gracefully if the modules aren't loaded?13:22
keriokinda like if bme wasn't running13:22
Palioriginal event.d script start charging (spawn bme and wait for soemthing...)13:22
*** drussell has quit IRC13:23
Palinew event.d script start charging too (it load kernel modules)13:23
*** valdyn has joined #maemo13:23
kerioPali: does it touch /etc/bme-disabled or whatever usbmode.sh checks?13:23
Palino, usbmode.sh was changed to check if new version of bme-rx-51 is installed13:24
* kerio groans13:24
Palievery old nokia bme package has version << 1.013:24
Paliand every bme replacement version is >= 1.013:24
Pali(if somebody for some unknown stupid reason want to increase version of bme packages - he can - but not higer than 1.0)13:25
*** utanapischti has joined #maemo13:27
Palikerio, you can look at project page: https://gitorious.org/rx51-bme-replacement13:36
*** lizardo has joined #maemo13:46
*** Muelli has quit IRC13:48
*** Guest42481 has joined #maemo13:49
*** norayr has joined #maemo13:51
Skrykerio: guess what? sbc decoding and encoding binaries actually exists for C64x dsp.13:54
keriowhat's sbc?13:55
SkryBluetooth low complexity, sub band codec13:59
Skrythe a2dp talk from yesterday, remember?14:01
*** khertan has quit IRC14:02
*** maybeWTF has joined #maemo14:05
keriooh right14:07
keriowell, if sbc is done by the bt chip...14:07
*** maybeHere has quit IRC14:09
*** Jaffa has joined #maemo14:10
JaffaMorning14:10
SpeedEvilmorning!14:10
keriomoin14:10
ZogG_laptopJaffa: sup14:11
ZogG_laptopJaffa: i like to read your sad morning tweets :P14:12
*** Jak_o_Shadows has joined #maemo14:12
PaliSkry, do you know about aptx bluetooth codec?14:12
kerioPali: almost nothing supports it :(14:12
Paliis there any specification?14:13
PaliI see that my bluetooth headset has support for aptx14:13
Palibut I did not find anything about aptx codec...14:13
*** mvp_ has joined #maemo14:15
SkryPali: not much.14:16
kerioi bet it's something not open14:17
Skrythere are products that use c64x dsp for the encoding but it's very proprietary stuff14:17
Skryyeah, not open at all14:17
Paliso there is no way to encode aptx on n900?14:18
Skrynot that I know about it14:18
Palior are there any ti dsp binaries for that?14:18
Skrynot from ti at least14:19
SkryPali: you could try to ask them for some info if there is binary for c64x http://www.dr-embedded.com/servlet/publicSite.displayIP?ipId=SW_MW_120014:20
Skryand you have the skills for userspace parts14:20
Paliwhat c64x mean?14:21
Pali~c64x14:21
Skryn900 uses TMS320C64x dsp/isp14:21
Skryc64x+ to be more exact14:24
*** Jak_o_Shadows has left #maemo14:24
*** dhbiker has joined #maemo14:27
freemangordonSkry: do re really need DSP codec node for SBC?14:28
freemangordonbluetoothd has nice NEON optimized codec14:28
Palifreemangordon, how is dsp binary codec connected to system?14:29
freemangordongst-dsp14:29
freemangordongstreamer that is. though TI-OMX could be used too14:30
Paligst-dsp has special code for each codec?14:30
freemangordonyes14:30
freemangordonbecause each codec has different set of parameters :)14:30
Paliyear ago I saw project for theora support14:30
Palithey created dsp codec binary14:30
freemangordonhmm, IIRC it was DSP side14:30
Skryfreemangordon: no i dont need one, we just had this talk about it yesterday14:31
PaliI do not know state of that project, but will be possible to use it?14:31
SkryPali: I tried to search for that one, disappeared :\14:31
freemangordonPali: it could be usefull, but is there any problem with MPU side theora codec?14:32
freemangordonall this talking reminds me that it is time to return to gst-dsp :)14:33
freemangordondevelopment that is14:33
PaliSkry, I found link for that theora binary: http://code.entropywave.com/download/leonora/demo/theoradec.dll64P14:34
Skrynice!14:34
Palibut where is source code I do not know...14:35
Palibut I remember that source code was in some git repo14:35
Palibut on my hdd I cannot find it14:35
PaliI found only that dll64P and link14:35
keriofreemangordon: we don't even know if it's the CPU that does the sbc conversion14:37
kerioit could be the bt chip itself14:37
Palihere is original post: http://blog.mjg.im/2010/04/16/theora-on-n900.html14:37
*** khertan has joined #maemo14:38
*** M4rtinK has quit IRC14:41
SkryPali: http://code.entropywave.com/git?p=leonora.git;a=summary14:41
*** M4rtinK has joined #maemo14:41
Skryand http://code.entropywave.com/git?p=theora-c64x.git;a=summary14:42
Palinice, thanks!14:42
*** jonne|reconnecte has joined #maemo14:43
*** sunny_s has quit IRC14:44
Palifreemangordon, so for testing (and comparing) we only need gst-dsp binary which will use that theoradec.dll64P?14:46
*** jonne has quit IRC14:47
Skryi think you need to make theora specific code for gst-dsp first?14:48
Palihm... there is theora code for gst-openmax: http://code.entropywave.com/git?p=gstreamer/old/gst-openmax.git;a=summary14:51
*** sunny_s has joined #maemo14:52
Paligoogle's android has modified bluez which support aptx codec via library libbt-aptx-4.0.3.so14:57
Palisearch for libbt-aptx-2.3.so or libbt-aptx-4.0.3.so14:58
*** Guest42481 has quit IRC15:02
*** zap_ has joined #maemo15:03
*** rzr is now known as rZr15:08
freemangordonPali: in theory yes, though it depends for which DSP BIOS is codec node compiled for15:14
freemangordonkerio: SBC on n900 is done through MPU, look in bluetoothd source code15:15
*** Guest42481 has joined #maemo15:15
Paliwe have source code of theora dsp codec. can we recompile it for our dsp bios?15:15
freemangordonaah, never tried to recompile DSP codec. AIUI is is a tough job :)15:16
JaffaZogG_laptop: Glad I can provide :-)15:19
*** etrunko has quit IRC15:19
*** etrunko has joined #maemo15:21
*** Guest42481 has quit IRC15:23
*** rZr is now known as rzr15:27
*** fredrinLap has joined #maemo15:32
*** stardiviner has quit IRC15:34
*** dafox has joined #maemo15:37
*** dafox is now known as Guest3470915:38
*** Guest34709 is now known as dafox15:44
*** goldkatze has quit IRC15:50
*** dhbiker has quit IRC15:57
*** lizardo has quit IRC16:04
*** alehorst has quit IRC16:04
*** setanta has joined #maemo16:15
*** markinfo has quit IRC16:31
*** beford has joined #maemo16:32
*** avk has joined #maemo16:36
*** avk has quit IRC16:38
*** rzr is now known as rZr16:44
*** rZr is now known as rzr16:44
*** rzr is now known as rZr16:44
*** rZr is now known as rzr16:45
*** alehorst has joined #maemo17:01
*** rm_work has joined #maemo17:04
*** rm_work has joined #maemo17:04
*** mpthx has joined #maemo17:06
*** Dragnslcr has quit IRC17:09
*** hazchemix has quit IRC17:09
*** florian has quit IRC17:12
*** Dragnslcr has joined #maemo17:13
*** Dynamit has quit IRC17:14
*** Dynamit has joined #maemo17:15
*** odin_ has quit IRC17:16
*** Dynamit has quit IRC17:17
*** odin_ has joined #maemo17:19
*** hardaker has joined #maemo17:19
*** Dynamit has joined #maemo17:20
*** hardaker has quit IRC17:21
*** hardaker has joined #maemo17:21
*** cyborg-one has quit IRC17:22
*** Gizmokid2005 has quit IRC17:25
*** Gizmokid2005 has joined #maemo17:28
*** mvp_ has quit IRC17:29
entitledHow do I get audible bell working with terminal?17:29
entitledin ssh to irssi shell..17:29
*** shanttu has joined #maemo17:29
entitledbells and all it's settings should be ok17:30
*** valerius has quit IRC17:36
*** Zahra has quit IRC17:43
*** norayr has quit IRC17:50
*** qwazix has quit IRC17:50
*** arno0ob has quit IRC17:52
*** C4rl05 has joined #maemo17:53
*** Darkchaos has joined #maemo17:54
*** snoopy_ has joined #maemo17:54
*** C4rl05 has quit IRC17:57
*** valerius has joined #maemo17:57
*** konelix has joined #maemo18:00
*** snoopy_ has quit IRC18:04
*** BCMM has quit IRC18:06
*** lizardo has joined #maemo18:06
*** qwazix has joined #maemo18:07
*** qwazix has quit IRC18:07
*** penguinbait has joined #maemo18:11
*** penguinbait has quit IRC18:11
*** penguinbait has joined #maemo18:11
*** yang_ has joined #maemo18:11
yang_hello18:12
Lava_Croftentitled: not sure it can even do a bell18:12
Lava_Croftxterm on the n900 is pretty, say, underwhelming18:12
yang_I decide to install maemo on moto me863 ,where can I download the source code of maemo 5?18:13
*** arno0ob has joined #maemo18:15
*** valerius has quit IRC18:15
*** SmilyOrg has joined #maemo18:17
freemangordonyang_: Nokia servers?18:18
*** yang_ has quit IRC18:19
*** pcfe has joined #maemo18:20
*** Smily has quit IRC18:20
*** mpthx has quit IRC18:23
entitledlava_croft: yeah, I figured. I looked it up before and found it impossible but my friend claimed he had done it before.. but he confused it with something else18:27
ZogG_laptopJaffa: it's just always something bad happens to you and when i read i just imagine you cold to what saying and just informing sarcastically18:28
*** hazchemix has joined #maemo18:29
*** hazchemix has quit IRC18:33
*** valerius has joined #maemo18:37
DocScrutinizer51Lava_Croft: yeh, no bell in osso-xterm. But just maybe you could train bash to do some tricks on seeing ^G18:37
DocScrutinizer51in the end it all will call paly-sound <somefile.wav>18:38
DocScrutinizer51play-sound*18:38
DocScrutinizer51sorry Pali18:38
*** hardaker has quit IRC18:44
*** hardaker has joined #maemo18:46
*** hardaker has quit IRC18:46
*** hardaker has joined #maemo18:47
*** konelix_ has joined #maemo18:48
*** hardaker has quit IRC18:48
*** konelix has quit IRC18:48
*** hardaker has joined #maemo18:50
*** dafox has quit IRC18:51
*** Sc0rpius has quit IRC18:52
*** Sc0rpius has joined #maemo18:53
*** hardaker has quit IRC18:55
*** penguinbait has quit IRC18:58
*** penguinbait has joined #maemo18:59
*** penguinbait has joined #maemo18:59
*** NIN101 has joined #maemo19:00
*** pcfe has left #maemo19:01
*** e-yes has quit IRC19:02
*** toxaris has joined #maemo19:03
*** dafox has joined #maemo19:03
*** dafox is now known as Guest3659519:04
*** lbt has joined #maemo19:09
*** lbt has quit IRC19:09
*** lbt has joined #maemo19:09
*** lbt has quit IRC19:12
*** toxaris has quit IRC19:15
*** lbt has joined #maemo19:15
*** lbt has quit IRC19:15
*** lbt has joined #maemo19:15
*** calvaris has quit IRC19:19
*** ilink_sycbase has joined #maemo19:24
*** arno0ob has quit IRC19:26
*** florian has joined #maemo19:27
*** florian has joined #maemo19:27
*** mzanetti has quit IRC19:32
*** dhbiker has joined #maemo19:35
*** ced117 has joined #maemo19:36
*** ced117 has quit IRC19:36
*** ced117 has joined #maemo19:36
*** mzanetti_ has joined #maemo19:37
*** jk4 has joined #maemo19:39
*** konelix_ has quit IRC19:39
*** konelix__ has joined #maemo19:39
*** qwazix has joined #maemo19:44
jk4hello. I'm looking for a handbrake settings with great quality that will work on both my xbox 360 and n900. anyone have one of these presets?19:46
*** mzanetti_ has quit IRC19:46
jk4depsite looking at page on maemo.org and trying some of those presets, they didn't work for me19:46
jk4and this assumes the generic presets aren't worth using19:46
*** Guest36595 is now known as dafox19:47
jk4i want to encode some dvds that i want to get rid of because they take up far more than compressed video19:47
jk4for more space*19:47
*** jabis has quit IRC19:48
*** jabis has joined #maemo19:49
freemangordon~seen zeq19:49
infobotzeq <~s_j_newbu@2a01:348:1e3:1:e6ec:10ff:fe9a:d418> was last seen on IRC in channel #maemo-ssu, 11d 2h 47m 2s ago, saying: 'hi freemangordon'.19:50
freemangordon:(19:50
*** lbt has quit IRC19:59
*** konelix__ is now known as konelix20:00
*** mzanetti_ has joined #maemo20:02
*** dafox has quit IRC20:02
DocScrutinizer05toldya, he ran with his sponsored N900, probably to Mexico20:03
freemangordonyeah :(20:03
*** geaaru has quit IRC20:05
*** penguinbait has quit IRC20:05
*** ilink_sycbase has quit IRC20:05
*** Jucato has quit IRC20:09
Skryjk4: h264 baseline 3.0, aac audio, mp4 container, target size 700-140020:10
jk4i tried the baseline and it didn't work20:10
jk4always seem to get either something like invalid media format or bad audio codec20:12
jk4in so many words..20:12
*** valdyn has quit IRC20:13
*** mzanetti_ has quit IRC20:14
*** dafox has joined #maemo20:15
*** dafox is now known as Guest6100620:15
*** mzanetti_ has joined #maemo20:16
Skryjk4: I think there was some problems with (weighted?) b-frames but dont remember anymore exactly, also try dropping baseline level, and ofc autocrop and 2-pass encoding.20:16
*** zap_ has quit IRC20:19
*** valdyn has joined #maemo20:20
*** jas4711 has quit IRC20:20
Skryjk4: http://talk.maemo.org/showpost.php?p=1136402&postcount=420:20
jk4actually saw that post already20:21
Skryand I ment _use_ autocrop and 2-pass encoding20:21
jk4maybe i did something incorrectly20:21
Skryweighted p-frames needs to be disabled too20:22
jk4these mostly affect file size, yes?20:23
*** mzanetti_ has quit IRC20:23
*** mzanetti_ has joined #maemo20:24
Skryusually everything affects quality, if you dont care about file size you can just crank bitrate to whatever insane value you like :)20:24
Skryanyways, i need to go but if you dont get h264 working, use mpeg4 simple profile20:25
*** mzanetti_ has quit IRC20:29
*** mzanetti_ has joined #maemo20:32
*** eMHa has quit IRC20:33
*** stacker4 has joined #maemo20:33
jk4what audio mixes does n900 support?20:33
*** stacker4 has left #maemo20:33
kerioif you don't care about file size you can just flac dat shit20:33
*** mzanetti_ has quit IRC20:37
jk4i prefer flac,but i doubt xbox supports flac20:37
jk4have to go lowest common denominator for audio sadly20:37
jk4could still add a flac version of audio..20:38
*** timo^ has joined #maemo20:38
*** mzanetti_ has joined #maemo20:38
jk4flac option doesn't seem to be enabled.. huh..20:38
DocScrutinizer05jk4: and don't OC or undervolt!20:43
DocScrutinizer05since a barfing up DSP/GFX-accel will cause exactly same msg20:44
jk4OC? Undervolt? :)20:45
DocScrutinizer05well, nm then, better you don't know ;-D20:46
DocScrutinizer05~omap-oc20:46
infobot[omap-oc] http://mg.pov.lt/maemo-irclog/%23maemo.2010-08-01.log.html#t2010-08-01T22:16:05  read that!, or and this http://mg.pov.lt/maemo-irclog/%23maemo.2011-03-11.log.html#t2011-03-11T03:04:1120:46
DocScrutinizer05~oc20:46
infoboti heard oc is an Optical Carrier, An OC1 has 672 channels or 44.736 Mbit/s20:46
DocScrutinizer05meh20:46
DocScrutinizer05~overclocking20:47
infobot"OK, listen up.  This is your CPU."  apt drops the CPU into a hot frying pan.  "This is your CPU on overclocking.  Any questions?"20:47
*** Zahra has joined #maemo21:05
*** eMHa has joined #maemo21:07
keriojk4: you can pump up the dsp if you overclock21:09
keriobut it's kinda dangerous21:09
jk4that's not what i want21:09
keriothat's usually not what people want, unless they want 720p recording/playback21:10
keriobut, as DocScrutinizer05 said, overclocking can also give out error messages21:11
*** lbt has joined #maemo21:11
*** lbt has quit IRC21:11
*** lbt has joined #maemo21:11
DocScrutinizer05Foxcon workers win Guinness award for largerst mass battle since british hools21:11
kerioheh21:12
keriowhat happened?21:12
DocScrutinizer052000 engaged in a wresting battle21:12
DocScrutinizer05they must have real masses of strong beer there21:12
keriooh, i was hoping it was a mass riot21:13
DocScrutinizer05yeah, it was21:13
*** asem has joined #maemo21:13
kerioneat21:13
myuu__they left the place wrecked21:14
myuu__is there any footage?21:14
DocScrutinizer05mass punchup21:14
asemhello guys, does anyone have touch.facebook.com running in microb? its just loads infinitly here21:14
kerionever worked properly for me, i use m.21:15
kerioor the main site21:15
kerio(it loads perfectly fine)21:15
asemok thanks21:16
*** jas4711 has joined #maemo21:16
kerioyou might be luckier with opera mobile or fennec21:16
*** rcg-work has quit IRC21:18
asemdont open in pera mobile (says something about xml error) and i dont like fenec as its slow and unmaintained anymore i think21:18
*** _rd has joined #maemo21:28
*** ilink_sycbase has joined #maemo21:30
kerioasem: well, do i have a treat for you!21:33
keriothumb-compiled fennec 17 for FREE*21:33
kerio(*: must install cssu-thumb)21:34
*** setanta has quit IRC21:35
asemkerio: i will check it out, thanks man :)21:36
keriocomplain to freemangordon for any problems21:37
*** otep_ has joined #maemo21:39
*** etrunko has quit IRC21:40
*** etrunko has joined #maemo21:40
*** Guest61006 is now known as dafox21:41
*** Ian--- has joined #maemo21:42
*** sessi has joined #maemo21:43
*** jas4711_ has joined #maemo21:43
*** rcg has joined #maemo21:44
*** jaska__ has joined #maemo21:44
*** skope_ has joined #maemo21:44
*** timeless_ has joined #maemo21:45
*** timo^ has quit IRC21:45
*** vesa has joined #maemo21:45
*** johnsu01` has joined #maemo21:45
*** otep has quit IRC21:47
*** jas4711 has quit IRC21:47
*** dhbiker has quit IRC21:47
*** _xnt14 has quit IRC21:47
*** Ian-- has quit IRC21:47
*** ToJa92 has quit IRC21:47
*** johnsu01 has quit IRC21:47
*** kov has quit IRC21:47
*** skope has quit IRC21:47
*** jaska has quit IRC21:47
*** jacekowski has quit IRC21:47
*** timeless has quit IRC21:47
*** fizzie has quit IRC21:47
*** vesa_ has quit IRC21:47
*** simeoni has quit IRC21:47
*** Trizt has quit IRC21:47
*** jon-kha has quit IRC21:47
*** cpt_nemo has quit IRC21:47
*** sessi is now known as simeoni21:47
*** timeless_ is now known as timeless21:47
*** jaska__ is now known as jaska21:48
*** johnsu01` has quit IRC21:48
*** johnsu01` has joined #maemo21:48
*** johnsu01` is now known as johnsu0121:48
*** _xnt14 has joined #maemo21:48
*** dhbiker has joined #maemo21:48
*** ToJa92 has joined #maemo21:48
*** fizzie has joined #maemo21:48
*** Trizt has joined #maemo21:48
*** jon-kha has joined #maemo21:48
*** cpt_nemo has joined #maemo21:48
*** lxp1 has joined #maemo21:50
*** _rd has quit IRC21:50
*** ghjgfjghjbn2 has joined #maemo21:52
*** lxp has quit IRC21:53
*** jacekowski has joined #maemo21:53
*** Hurrian_ has joined #maemo21:54
*** spoofy_ has joined #maemo21:55
*** maybeArgh has joined #maemo21:55
*** qwazix_ has joined #maemo21:55
*** sasquatch has joined #maemo21:55
*** konelix_ has joined #maemo21:56
*** Sc0rpius_ has joined #maemo21:56
*** ghjgfjghjbn has quit IRC21:56
*** utanapischti has quit IRC21:56
*** spoofy has quit IRC21:56
*** qwazix has quit IRC21:56
*** Ex-Opesa has quit IRC21:56
*** vblazquez has quit IRC21:56
*** konelix has quit IRC21:56
*** maybeWTF has quit IRC21:56
*** Sc0rpius has quit IRC21:56
*** jonne|reconnecte has quit IRC21:56
*** kerio has quit IRC21:56
*** ArGGu^^ has quit IRC21:56
*** Vanadis has quit IRC21:56
*** disco_stu has quit IRC21:56
*** disco_stu_droid has joined #maemo21:56
*** Hurrian has quit IRC21:56
*** ArGGu^^ has joined #maemo21:57
*** radic has quit IRC21:57
*** Ex-Opesa has joined #maemo21:57
*** spoofy_ is now known as spoofy21:57
*** disco_stu_droid is now known as disco_stu21:57
*** Vanadis has joined #maemo21:57
*** radic has joined #maemo21:58
*** kerio has joined #maemo21:58
*** Cor-Ai_ has joined #maemo21:59
*** Cor-Ai has quit IRC22:02
*** Cor-Ai_ is now known as Cor-Ai22:02
*** vi__ has joined #maemo22:02
* DocScrutinizer05 would feel happy if kerio was a tad more reasonable and user oriented with his recommendations.22:03
*** guerby has quit IRC22:05
*** guerby has joined #maemo22:05
* vi__ would appreciate $50 and a blowjob.22:06
kerioDocScrutinizer05: to be fair, fennec thumb-compiled is almost usable22:06
keriovi__: you can find a blowjob and $-50 together, often22:06
vi__apt-cache policy blowjob22:07
*** NishanthMenon has joined #maemo22:07
Raimusudo blow_me22:08
keriounzip && mount && fsck && sleep22:08
*** Hurrian__ has joined #maemo22:08
*** ilink_sycbase has quit IRC22:09
*** DocScrutinizer05 has quit IRC22:09
*** DocScrutinizer05 has joined #maemo22:09
DocScrutinizer05to be fair (to users you don't have any F*ing clue about ther level of experience), your suggestions was like "here's some funny substance, it is warm all the time and emits blue light in the dark. See what you can do with it"22:09
DocScrutinizer05"but uh, here's that extremely heavy shirt, you'll like it"22:10
*** ghjgfjghjbn has joined #maemo22:10
*** konelix__ has joined #maemo22:11
*** lbt_ has joined #maemo22:11
*** lbt_ has quit IRC22:11
*** lbt_ has joined #maemo22:11
RaimuAt least the lead clothing was provided. :p22:11
*** ab[out] has joined #maemo22:11
vi__kerio: lol, what did you do know?22:11
kerioDocScrutinizer05: but maybe we'll get a thorium fluoride reactor out of it!22:11
*** konelix__ is now known as konelix22:11
keriovi__: a dude was complaining about fennec being slow, i suggested fennec from cssu-thumb22:12
*** qwazix__ has joined #maemo22:12
*** aloril_ has joined #maemo22:12
*** thexcept1on has joined #maemo22:12
*** mavhk has joined #maemo22:13
*** BCMM has joined #maemo22:13
*** RP_ has quit IRC22:13
*** Sc0rpius_ has quit IRC22:13
*** konelix_ has quit IRC22:13
*** qwazix_ has quit IRC22:13
*** Hurrian_ has quit IRC22:13
*** ghjgfjghjbn2 has quit IRC22:13
*** lbt has quit IRC22:13
*** Zahra has quit IRC22:13
*** valerius has quit IRC22:13
*** shanttu has quit IRC22:13
*** mavhc has quit IRC22:13
*** ZogG_laptop has quit IRC22:13
*** OkropNick has quit IRC22:13
*** ab has quit IRC22:13
*** thexception has quit IRC22:13
*** aloril has quit IRC22:13
*** RP_ has joined #maemo22:13
*** valerius has joined #maemo22:13
vi__kerio: reasonable suggestion.22:13
kerioi know, right?22:13
vi__I assume you framed it by noting the caveats of using cssu-thumb?22:14
RaimuRequires a metric fuckton of caveat emptor, but whatevs.22:14
*** Sc0rpius_ has joined #maemo22:14
keriovi__: ...maybe22:14
RaimuAnyone try that port of the Webkit browser on the n900 -- Doobie?22:18
Raimu* Dooble22:18
*** sq-one has joined #maemo22:19
*** ced117 has quit IRC22:19
vi__great another half finished soon to be abandoned port.22:22
vi__shall I file it with midori, tear or helium?22:23
qwazix__Is there something I should know before trying pali's u-boot with cssu-thumb? I think installing kernel-cssu-bootimg should be enough?22:26
*** trumee has quit IRC22:28
*** asem has quit IRC22:28
*** trumee has joined #maemo22:31
*** _rd has joined #maemo22:32
Raimuvi__: I guess Tear served the 8xx well, though.22:32
*** lbt_ is now known as lbt22:32
vi__I never had an 8x0.22:33
vi__Although I liked the size better22:33
qwazix__wtf is !!Linux kernel for power user (boot Image) breaks the 3rd party package policy?22:34
kerioqwazix__: some HAM bullshit22:34
qwazix__hmm... now infinite loops come to my mind.22:35
qwazix__If I force install it, and then I want to update cssu-thumb, I'll find it in front of me, and I'll have to remove bootimg, but if I have u-boot, bootimg is essential22:35
qwazix__aargh!22:35
qwazix__apt-get indeed doesn't complain. I'll risk it.22:36
freemangordonqwazix__: what?22:37
freemangordonwhich version is that?22:37
qwazix__the one in devel, let me see22:37
freemangordonno,no, cssu-thumb you have installed?22:37
qwazix__1:2.6.28-10cssu322:37
qwazix__ah, latest22:37
freemangordonnot the kernel :)22:37
qwazix__no wrong. 5.1+thumb022:38
freemangordonhmm, installing KP should not break it22:38
keriofreemangordon: he wants to install the bootimg22:38
kerionot the flasher22:38
qwazix__I'm not installing KP, just kcssu bootimg22:38
freemangordondoes not matter22:38
freemangordonwhich 3rd party policy?22:39
freemangordonit should be listed under "problems" tab22:39
*** shanttu_ has joined #maemo22:39
qwazix__oh, I always forget problems tab, I already installed it, let me remove it and check again22:40
freemangordonqwazix__: BTW you should have either KP or KCSSU flasher installed22:40
freemangordonotherwise it won't work22:40
kerioHAM has a weird thing where third-party packages can't depend on exact versions of packages listed in the metapackage22:41
freemangordonhmm22:41
kerioit can be ignored via redpill22:41
qwazix__It's installed22:41
qwazix__the flasher, that is22:42
freemangordonbut you have problems installing bootimg? WTF?22:42
* qwazix__ is waiting patiently for HAM to do whatever is doing22:43
freemangordonhehe22:43
*** e-yes has joined #maemo22:43
*** spoofy has quit IRC22:43
vi__kerio: wtf, r u high?22:43
freemangordonqwazix__: though it should be a bit faster with -thumb you have installed22:43
keriovi__: ?22:43
keriowhy?22:43
vi__qwazix__: I predict you will be waiting some time.22:44
qwazix__yeah, it is much better, but with devel enabled it's still slow. I wonder if somebody has hidden code to compute fractals inside HAM22:44
*** fiferboy has joined #maemo22:44
*** spoofy_ has joined #maemo22:44
kerioapt 4 lyfe, yo22:45
qwazix__the problems tab has the following extremely useful information22:45
qwazix__Unable to install 'Linux kernel for Community SSU (boot image for u-boot and multiboot)'22:46
*** ToJa92_ has joined #maemo22:46
kerioit's because the 3rd party policy is half-assed22:46
qwazix__I'll upgrade to latest cssu-thumb and try again22:47
*** spoofy_ has quit IRC22:47
qwazix__freemangordon, ^^ (problems tab)22:48
vi__ham can suck my nuts.22:48
vi__I must make a confession.22:48
vi__I installed thumb by usihg apt.22:48
vi__I know.22:48
*** ToJa92 has quit IRC22:48
vi__I wish xterm worked properly.22:48
*** vi__ has quit IRC22:48
*** ToJa92_ is now known as ToJa9222:48
*** DocScrutinizer05 has quit IRC22:48
freemangordonqwazix__: yeah, saw it22:49
*** DocScrutinizer05 has joined #maemo22:49
freemangordonanything in the HAM log?22:49
qwazix__where's the HAM log?22:49
freemangordonin the menu22:49
qwazix__"Checking for updates, please wait"...22:50
freemangordon:)22:50
*** spoofy has joined #maemo22:50
*** dhbiker_ has joined #maemo22:51
*** dhbiker has quit IRC22:51
*** Gizmokid2005 has quit IRC22:53
qwazix__Except the same error message about breaking 3rd party policy, there is a load of errors "Ignoring version from wrong domain: libsdl-mixer1.2 1:1.2.6-5+0m5+ogg+mp322:54
freemangordonqwazix__: hmm, something is wrong there22:54
*** shanttu_ has quit IRC22:55
freemangordonwhat does apt-get upgrade say?22:55
freemangordonBTW i'll try to install -bootimg on my seconde device, lets see hot it will go here22:56
freemangordons/hot/how/22:56
infobotfreemangordon meant: BTW i'll try to install -bootimg on my seconde device, lets see how it will go here22:56
*** spoofy has quit IRC22:56
qwazix__libqtm-12-whatever, libsdl-mixer1.2, mypaint, mad-developer kept back, mp-fremantle-community-pr, busybox power, dosfstools and some apps to be upgraded22:58
qwazix__I'll upgrade cssu-thumb and try again after the upgrade23:00
freemangordonok23:00
*** Gizmokid2005 has joined #maemo23:00
*** brzys has joined #maemo23:01
freemangordonqwazix__: no problem here :(23:02
qwazix__hmm, I had the same problem when trying to upgrade cssu-thumb, and removed bootimg by hand. DrFrostDk on tmo had the same problem IIRC23:03
freemangordoncould it be libqtm?23:03
qwazix__anyway, I can live with installing bootimg with apt-get, but I am curious if the same thing will happen next time I upgrade cssu-thumb23:04
qwazix__possibly23:04
*** toxaris has joined #maemo23:04
DocScrutinizer05http://wiki.maemo.org/Red_Pill_mode23:04
freemangordonqwazix__: 5.1-thumb0 to 5.1-thumb1 should have no problems (and it does not have here)23:04
DocScrutinizer05I really missed it :-D23:04
qwazix__It doesn't seem to have any problems here either. (without the bootimg)23:05
DocScrutinizer05I mean, typing "matrix" into some URL, if that's not geeky then I dunno23:05
qwazix__DocScrutinizer05, I missed it too especially after PR1.whatever where it was the only way for me to install debs outside of the repos (had no idea of dpkg then)23:06
freemangordonqwazix__: hmm, that is really strange. it could be that HAM plays it smart and tries to autoremove cssu-kernel-flasher. though i can see a reason why it want to do that, -bootomg does not provide kernel-feature-errata-...23:06
freemangordon*i can not see23:07
kerioDocScrutinizer05: the hackerbox is a lot geekier23:07
qwazix__freemangordon, I am in thumb1 successfully, flasher is still installed, let's see what HAM says about bootimg23:10
*** guampa has joined #maemo23:10
*** dhbiker_ has quit IRC23:11
kerio"WARNING: Red Pill is not intended for use by users, power-users, nor the vast majority of developers. Red Pill mode is very likely to break your tablet and should not be used unless you know exactly what you are doing."23:11
keriobut rootsh is totally fine, isn't it23:11
qwazix__kerio, I love the message that sudo gainroot spits out without rootsh installed...23:12
*** fiferboy_ has joined #maemo23:14
*** fiferboy has quit IRC23:14
*** _rd has quit IRC23:14
*** valerius has quit IRC23:14
*** RP_ has quit IRC23:14
*** udovdh has quit IRC23:14
*** valerius has joined #maemo23:15
*** udovdh has joined #maemo23:15
*** RP_ has joined #maemo23:15
* kerio just optified /var/lib/apt and /var/lib/dpkg23:22
kerio66MB free on rootfs23:22
keriowith a size of 228MB, so it's more like 8023:22
*** Muelli has joined #maemo23:26
*** jhb has quit IRC23:29
*** ab[out] is now known as ab23:29
qwazix__freemangordon, still not installable neither kcssu-bootimg, nor kp-bootimg23:30
freemangordonqwazix__: NFC :(23:30
qwazix__it's probably some apt-spaghetti I've got on my device. Nevermind.23:30
freemangordonyeah23:31
*** _rd has joined #maemo23:33
*** toxaris has quit IRC23:35
*** _rd has quit IRC23:35
*** zap_ has joined #maemo23:50
*** Psotnick_ has joined #maemo23:53
freemangordonPali: ping23:54
Palifreemangordon, pong23:54
freemangordondo i need anything else installed besides hald-adon-bme and libbmeipc?23:55
*** auenfx4 has joined #maemo23:55
freemangordonto test libbmeipc and hald-...23:55
*** fortytwo_ has joined #maemo23:56
freemangordonhmm, hald-addon-bme depends on libdsme0.2.0-dev.23:56
kerioDocScrutinizer05: hm, why aren't /var/lib/{apt|dpkg} optified by default?23:56
freemangordonkerio: they are23:56
*** jrayhawk_ has joined #maemo23:56
*** setanta has joined #maemo23:57
*** Proteous_ has joined #maemo23:57
freemangordonat least /var/lib/apt23:57
*** heroux_ has joined #maemo23:57
keriofreemangordon: no it's not23:57
*** Shapeshi1ter has joined #maemo23:57
*** GGon_ has joined #maemo23:57
kerionot by default23:57
freemangordonapt -> /opt/var/lib/apt23:57
kerioyep23:58
keriobut i distinctly remember *making* that23:58
freemangordonthis is on a freshly flashed device23:58
kerioare you sure?23:58
kerio:o23:58
*** lizardo has quit IRC23:59
freemangordonyes, I am, I flashed my second device 1-2 weeks ago23:59
keriothis is madness23:59
freemangordonkerio: NFC23:59
kerioDocScrutinizer05: check iron900 pls23:59
freemangordonPali: do i need anything else installed besides hald-adon-bme and libbmeipc?23:59
*** Psotnick has quit IRC23:59
*** auenf has quit IRC23:59
*** strohalm has quit IRC23:59
*** kakashi_ has quit IRC23:59

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