IRC log of #maemo for Thursday, 2015-11-26

*** Sicelo009N has quit IRC00:10
*** Pali has quit IRC00:11
*** futpib has quit IRC00:16
*** jonwil has joined #maemo00:32
jonwilhi00:33
*** LauRoman has quit IRC00:33
klopsi-u3 hi jonwil00:40
sixwheeledbeastof course but how? there isn't one included in CSSU AFAIK00:49
*** erlehmann has joined #maemo00:53
*** xorly has quit IRC01:00
*** frtachi has joined #maemo01:08
*** frtachi has quit IRC01:10
*** Neutron115 has joined #maemo01:17
*** Gadgetoid has quit IRC01:35
*** Gadgetoid has joined #maemo01:36
*** HtheB has quit IRC01:37
*** M4rtinK2 has quit IRC01:37
jonwilAll the pieces for portrait vkb are there I believe, its just a matter of someone writing something01:55
*** florian has quit IRC01:56
erlehmannjonwil vkb?01:59
jonwilvirtual keyboard02:00
erlehmannah ok02:01
*** HtheB has joined #maemo02:02
sixwheeledbeastwriting or packaging?02:09
jonwilthe relevant bits have been cloned02:12
jonwilso I imagine it wojuld be a matter of someone adding portrait support to it02:13
jonwilsomeone who knows more about GTK than I do that is :)02:15
*** vakkov has quit IRC02:41
*** erlehmann_ has joined #maemo02:49
*** pentanol has joined #maemo02:49
*** erlehmann has quit IRC02:49
*** erlehmann_ is now known as erlehmann02:49
*** meridion has quit IRC02:53
*** vakkov has joined #maemo02:54
*** erlehmann has quit IRC03:18
*** vakkov has quit IRC03:25
*** vakkov has joined #maemo03:28
*** erlehmann has joined #maemo03:30
*** unclouded has quit IRC03:35
*** pentanol has quit IRC03:35
*** meridion has joined #maemo04:01
*** eMHa__ has joined #maemo04:25
*** eMHa_ has quit IRC04:28
*** LauRoman has joined #maemo04:48
*** Defiant has quit IRC04:51
*** ian_r has joined #maemo04:56
*** Defiant has joined #maemo04:56
*** ian_r has quit IRC04:56
jonwil~seen pali05:12
infobotpali <~pali@Maemo/community/contributor/Pali> was last seen on IRC in channel #neo900, 22d 3h 39m 48s ago, saying: 'campaign for what?'.05:12
*** Roth has joined #maemo05:13
*** LauRoman has quit IRC05:21
*** jonwil has quit IRC05:27
*** jonwil has joined #maemo05:29
*** meridion has quit IRC05:31
*** RedW has quit IRC05:33
*** darkschneider has quit IRC05:34
*** darkschneider has joined #maemo05:35
*** RedW has joined #maemo05:36
Vajbhmm. i have portrait vkb. I thought all devices have it. It's just about enabling vkb from menu.05:36
*** meridion has joined #maemo05:38
*** Oksana has joined #maemo05:49
*** DocScrutinizer05 has quit IRC06:30
*** DocScrutinizer05 has joined #maemo06:30
*** Anasko has joined #maemo06:37
*** chfoo has quit IRC06:47
*** FlameReaper-PC has quit IRC07:54
*** sparetire_ has quit IRC07:55
*** FlameReaper-PC has joined #maemo07:56
*** N-Mi has quit IRC08:03
*** N-Mi has joined #maemo08:17
*** N-Mi has joined #maemo08:17
*** vakkov has quit IRC08:22
*** salyavin has joined #maemo08:23
freemangordonjonwil: hi!08:23
jonwilhi08:23
jonwilI saw your changes, good work so far :)08:23
freemangordonwhere did you get cmtspeech code from?08:24
jonwilI took the code that was in https://github.com/community-ssu/cmtspeech/08:24
jonwiland reverse engineered/changed it08:24
freemangordonI mean the fremantle version08:24
freemangordononly RE?08:24
jonwilyes only RE08:24
jonwilI reverse engineered it all out of module-nokia-voice08:25
freemangordonok08:25
freemangordongreat job08:25
jonwilon top of the existing FOSS Meego cmtspeech cod08:25
jonwilcode08:25
freemangordonjonwil: we'll have big troubles with that thread_func, for some reason  reset_call_stream_states and the functions it calls were declared inline in the header file08:26
freemangordonso the code is replicated all over the place, thus the size of that function08:27
jonwilthats going to be annoying08:28
freemangordonyeah08:28
*** vakkov has joined #maemo08:28
jonwilat least we have the code from the Meego source to help us out08:28
freemangordonI copied the code from meego, but until we start testing it on the device, we wouldn't know how close it is08:29
jonwilIt wont be correct, I can say that now08:29
freemangordonI know :)08:30
freemangordonbut at least we have some code to start with08:30
*** RedW has quit IRC08:30
jonwilyou seem to have gotten voice_cmt_dl_deactivate somewhat correct at least (for example)08:30
jonwiland also voice_cmt_ul_deactivate from the look of it08:31
freemangordonI tried hard to have at least that part correct08:31
freemangordonactually, besides thread_func and the function it calls, the other parts should be more or less correct08:32
freemangordon*functions it calls08:32
jonwilI am going to take a look at thread_func and see if I can see anything you got wrong :)08:33
freemangordonthat would be great08:33
jonwilI can already see one mistake, you missed a pa_rtpoll_install call at the start of the function08:34
freemangordonyeah08:35
freemangordonwill fix it08:35
jonwilI will fix it when I commit any other fixes I find :)08:36
freemangordonok08:36
jonwilI also see a missing check against the return value of cmtspeech_open08:37
jonwilwhere it does (if !cmtspeech) do stuff08:38
jonwiloh wait that's part of check_cmtspeech_connection i think08:38
freemangordonyes08:38
freemangordonit is like spaghetti :(08:38
jonwillooks like the whole if (!cmtspeech) bit is a copy of check_cmtspeech_connection08:39
freemangordonoh, now I see why they put the stuff in headers, see voice_aep_sink_process08:40
jonwilso once we verify that its properly cloned, we can tick it off and move on to the next step08:40
*** RedW has joined #maemo08:40
freemangordonchech_cmt... should be correct I think, but nevertheless won't hurt if you check it as well08:40
freemangordon*check...08:41
*** FReaper-PC has joined #maemo08:44
jonwilI think the hardest part of all this is going to be the mountain of math that sits behind functions like wrap_a_audio_enh_downlink and wrap_a_audio_enh_uplink08:44
freemangordonyou mean the NEON code?08:45
*** FlameReaper-PC has quit IRC08:46
freemangordonoh, I see what you mean08:46
freemangordonbut the good news is that those functions are relatively small, albeit lots of08:47
jonwilthe tricky part there will be figuring out all the data structures08:48
freemangordonyeah08:49
jonwilinit_main is where a lot of the stuff there will need to start08:49
jonwilinit_main looks like its the main function from something standalone taken and thrown into a blob08:50
freemangordonyes08:51
freemangordonI am not sure we should RE it at all08:52
jonwilso you are suggesting we go with my idea of simply re-using all of this math stuff (i.e. anything that doesn't call PulseAudio or talk to the hardware)?08:53
freemangordonno, I'd prefer to not carry blobs around08:54
jonwilok, so what do we do?08:54
freemangordonthe same we did with xprot, record and music08:54
freemangordononce we have the PA part, I'll RE the algos08:55
freemangordonfor testing we can use the blobs though, to verify PA part is ok08:55
freemangordonsounds ok to you?08:55
jonwilok08:55
jonwilwhat about init_main? We need that if we want all the algos to work :)08:55
freemangordondo we? well, we'll have to RE it then :D08:56
freemangordonI though it isn't called08:56
jonwilit is08:56
freemangordonok08:56
jonwilvoice_update_parameters calls it08:56
jonwilbasically it looks like they originally wrote something to test out aep08:57
jonwilwhich took a bunch of command line parameters (there is even "usage" info in that function which might help)08:57
jonwilthen they wrapped that up into the blob08:57
freemangordonyes, I saw that when I looked at the code back then08:58
freemangordoniirc there are code parts that try to open files08:58
jonwilanyhow, I am sure we will get there in the end09:00
jonwiland have a usable replacement for yet another nokia blob09:01
freemangordon"yet another"?09:02
freemangordonhmm, I'd say this is one of the major stoppers for porting fremantle around09:03
jonwilfor Neo900 it is09:03
jonwilsince we are copying the audio system09:03
freemangordonnot only, you need that for n900 as well, you you want to use newer kernels09:04
jonwilyes we do09:04
freemangordon*if you09:04
jonwilbut if you just wanted Fremantle apps and core on an existing device that had its own audio setup, you wouldn't need pulseaudio-nokia to make it happen09:04
freemangordonalso, I guess it will be needed ,at least partially, if one wants to port to some android HW09:04
freemangordonyou need that for voip09:05
freemangordonafaik09:05
jonwilAny android device will have its own stuff for making voip audio sound good (that will be tuned to the audio bits of that hw)09:05
*** BlackBox__ has joined #maemo09:06
freemangordonbut we won;t be able to reuse those09:06
*** FReaper-PC has quit IRC09:08
jonwilyou wouldn't be able to run Fremantle on most Android devices in any case, the GPU alone would be a problem (I dont think you can get x11 GPU drivers for most Snapdragon series SOCs for example)09:08
jonwilthat said, our mission here is focused on the N900 and Neo900 where we most definatly DO need a clone of pulseaudio-nokia to move forward09:09
jonwilok, looks like check_cmtspeech_item and pollfd_update are both correct09:09
freemangordonyou don;t really need GPU to run fremantle, hildon will be happy without it afaik09:09
freemangordonbut yeah, this is not in the first stage anyway09:10
freemangordonhowever, /me gtg09:12
freemangordonbye, see you later09:12
jonwilcya09:13
*** HtheB_ has joined #maemo09:25
DocScrutinizer05Nota Bene we are _not_ copying any cmtspeech related hardware! Neo900 cmt audio is a simle PCM "card"09:25
DocScrutinizer05simple even09:25
*** Oksana_ has joined #maemo09:26
*** phlixi has joined #maemo09:26
*** HtheB has quit IRC09:27
*** Heeb has joined #maemo09:27
*** trx has quit IRC09:27
*** delphi has joined #maemo09:27
*** tg has quit IRC09:27
*** FReaper-PC has joined #maemo09:27
*** wnd has quit IRC09:28
*** stryngs has quit IRC09:28
*** BlackBox__ has quit IRC09:28
*** ir2ivps6_ has joined #maemo09:28
*** tiwake has quit IRC09:28
*** antranigv has quit IRC09:28
*** nick20150916 has quit IRC09:28
*** Roth_ has joined #maemo09:28
*** strohi has joined #maemo09:29
*** strohi has joined #maemo09:29
*** thuttu77_2 has joined #maemo09:29
*** stryngs has joined #maemo09:29
*** xkr47_ has joined #maemo09:29
*** sunweave1 has joined #maemo09:29
*** stryngs is now known as Guest6964709:30
*** wnd has joined #maemo09:30
*** sfa_ has joined #maemo09:30
*** luke-jr_ has joined #maemo09:31
*** tanty_off has joined #maemo09:31
*** ShadowJK has joined #maemo09:31
*** BitEvil has joined #maemo09:31
*** eMHa has joined #maemo09:31
*** enyc_ has joined #maemo09:31
jonwilno but we copied the rest of the n900 audio system09:31
jonwilmost of it anyway09:31
*** gregoa_ has joined #maemo09:32
*** HRH_H_Cr1b has joined #maemo09:32
*** mhlavink_afk has joined #maemo09:32
*** TriztAway has joined #maemo09:33
*** pigeon has joined #maemo09:33
*** keithzg__ has joined #maemo09:33
*** piscodig has joined #maemo09:33
*** ToJa92 has joined #maemo09:34
*** pozitron has joined #maemo09:34
*** Gadgetoid has quit IRC09:34
*** ssvb has quit IRC09:34
*** krnlyng has quit IRC09:34
*** freemangordon has quit IRC09:34
*** erstazi has quit IRC09:34
*** LjL has quit IRC09:34
*** strohalm has quit IRC09:34
*** MikaT has quit IRC09:34
*** pigeon_ has quit IRC09:34
*** ToJa92_ has quit IRC09:34
*** hallyn has quit IRC09:34
*** frals has quit IRC09:34
*** MikaT_ has joined #maemo09:35
DocScrutinizer05basically all of it09:35
*** NIN101_ has joined #maemo09:35
*** Humpelstilzchen has joined #maemo09:35
*** Neutron115 has quit IRC09:35
*** Ras_Older has quit IRC09:35
*** mhlavink has quit IRC09:35
*** Trizt has quit IRC09:35
*** mavhc has quit IRC09:35
*** Vajb has quit IRC09:35
*** ashneo76 has quit IRC09:35
*** Hurrian has quit IRC09:35
*** ShadowJK_ has quit IRC09:35
*** phlixi_ has quit IRC09:35
*** pcfe has quit IRC09:35
*** Ex-Opesa has quit IRC09:35
*** darkschneider has quit IRC09:36
*** pcfe` has joined #maemo09:36
*** pcfe` has quit IRC09:36
*** pcfe` has joined #maemo09:36
*** Vajb has joined #maemo09:36
*** eMHa__ has quit IRC09:36
*** reinob has quit IRC09:36
*** esaym153 has quit IRC09:36
*** Natch has quit IRC09:36
*** TTilus has quit IRC09:36
*** ruskie has quit IRC09:36
*** darkschneider has joined #maemo09:36
*** Roth has quit IRC09:36
*** Khertan has quit IRC09:36
*** Luke-Jr has quit IRC09:36
*** jake42 has quit IRC09:36
*** hallyn has joined #maemo09:37
*** mavhc has joined #maemo09:37
*** Ras_Older has joined #maemo09:37
*** Mek__ has joined #maemo09:39
*** meridion_ has joined #maemo09:39
*** KotCzarny_ has joined #maemo09:39
*** Guest7748 has joined #maemo09:39
*** LjL has joined #maemo09:40
*** Defiant has quit IRC09:40
*** KotCzarny has quit IRC09:40
*** peetah has quit IRC09:40
*** SpeedEvil has quit IRC09:40
*** ir2ivps6 has quit IRC09:40
*** keithzg_ has quit IRC09:40
*** robink has quit IRC09:40
*** warfare has quit IRC09:40
*** tantyg has quit IRC09:40
*** Gh0sty has quit IRC09:40
*** jayne has quit IRC09:40
*** arossdotme has quit IRC09:40
KotCzarny_huh09:40
*** KotCzarny_ is now known as KotCzarny09:40
*** N-Mi has quit IRC09:40
*** Oksana has quit IRC09:40
*** meridion has quit IRC09:40
*** clopez has quit IRC09:40
*** infobot has quit IRC09:40
*** Hebi has quit IRC09:40
*** useretail has quit IRC09:40
*** teotwaki has quit IRC09:40
*** l_bratch has quit IRC09:40
*** juiceme has quit IRC09:40
*** HRH_H_Crab has quit IRC09:40
*** enyc has quit IRC09:40
*** Milhouse has quit IRC09:40
*** NIN101 has quit IRC09:40
*** FIQ has quit IRC09:40
*** discopig has quit IRC09:40
*** xkr47 has quit IRC09:40
*** ArGGu^^ has quit IRC09:40
*** sledges has quit IRC09:40
*** gregoa has quit IRC09:40
*** Mek has quit IRC09:40
*** mickname has quit IRC09:40
*** xkr47_ is now known as xkr4709:40
*** piscodig is now known as discopig09:41
KotCzarnysomething split09:41
*** Neutron115 has joined #maemo09:41
*** Guest7748 is now known as FIQ09:41
*** ArGGu^^ has joined #maemo09:41
*** ssvb has joined #maemo09:41
*** FIQ is now known as Guest9217609:41
*** reinob has joined #maemo09:41
*** sfa has quit IRC09:42
*** sunweaver has quit IRC09:42
*** thuttu77 has quit IRC09:42
*** Ex-Opesa has joined #maemo09:43
*** tg has joined #maemo09:43
*** Milhouse has joined #maemo09:44
*** N-Mi has joined #maemo09:45
*** warfare has joined #maemo09:45
*** useretail has joined #maemo09:45
*** BitEvil_ has joined #maemo09:49
*** esaym153 has joined #maemo09:50
*** zama_ has joined #maemo09:51
*** Rassi has joined #maemo09:51
*** fk_lx_ has joined #maemo09:51
*** arossdotme has joined #maemo09:52
*** tantyg has joined #maemo09:52
*** N-Mi has quit IRC09:52
*** Gh0sty has joined #maemo09:53
*** piscodig has joined #maemo09:53
*** RedM has joined #maemo09:54
*** teotwaki has joined #maemo09:54
*** peetah has joined #maemo09:54
*** ruskie has joined #maemo09:55
*** warfare has quit IRC09:56
*** Ras_Older has quit IRC09:56
*** darkschneider has quit IRC09:56
*** discopig has quit IRC09:56
*** enyc_ has quit IRC09:56
*** BitEvil has quit IRC09:56
*** tanty_off has quit IRC09:56
*** RedW has quit IRC09:56
*** vakkov has quit IRC09:56
*** ender| has quit IRC09:56
*** zama has quit IRC09:56
*** kylanpaj has quit IRC09:56
*** fk_lx has quit IRC09:56
*** aloril has quit IRC09:56
*** troulouliou_div2 has joined #maemo09:56
*** piscodig is now known as discopig09:56
*** ender| has joined #maemo09:58
*** warfare has joined #maemo09:58
*** aloril has joined #maemo09:58
*** luke-jr_ is now known as Luke-Jr09:59
*** githogori has joined #maemo10:01
*** Natch has joined #maemo10:02
*** kylanpaj has joined #maemo10:04
*** enyc has joined #maemo10:05
*** krnlyng has joined #maemo10:08
*** Gadgetoid has joined #maemo10:09
*** TTilus has joined #maemo10:09
*** nick20151916 has joined #maemo10:09
*** freemangordon has joined #maemo10:09
*** frals has joined #maemo10:09
*** juiceme has joined #maemo10:10
*** mickname has joined #maemo10:10
*** xorly has joined #maemo10:10
*** juiceme is now known as Guest3211710:10
*** erstazi has joined #maemo10:12
*** erstazi has quit IRC10:12
*** erstazi has joined #maemo10:12
*** clopez has joined #maemo10:12
*** darkschneider has joined #maemo10:14
*** unclouded has joined #maemo10:15
*** jayne has joined #maemo10:17
*** robink has joined #maemo10:17
*** robink has joined #maemo10:17
*** mhlavink_afk has quit IRC10:22
*** mhlavink_afk has joined #maemo10:22
*** useretail has quit IRC10:23
*** useretail has joined #maemo10:23
*** WalterN has joined #maemo10:24
*** geaaru has joined #maemo10:26
*** jake42 has joined #maemo10:27
*** infobot has joined #maemo10:27
*** ArGGu^^ has quit IRC10:36
*** mickname has quit IRC10:37
*** ArGGu^^ has joined #maemo10:39
*** erstazi_ has joined #maemo10:40
*** jake42 has quit IRC10:41
*** erstazi has quit IRC10:41
*** clopez has quit IRC10:41
*** Gadgetoid has quit IRC10:43
*** TTilus has quit IRC10:43
*** nick20151916 has quit IRC10:43
*** freemangordon has quit IRC10:43
*** frals has quit IRC10:43
*** unclouded has quit IRC10:44
*** Guest32117 has quit IRC10:44
*** mickname has joined #maemo10:49
*** mickname has quit IRC10:51
*** unclouded has joined #maemo10:52
*** arossdotme has quit IRC11:02
*** Roth_ has quit IRC11:04
*** Gadgetoid has joined #maemo11:05
*** arossdotme has joined #maemo11:15
*** jake42 has joined #maemo11:25
*** mickname has joined #maemo11:29
*** N-Mi has joined #maemo11:29
*** N-Mi has joined #maemo11:29
*** phlixi_ has joined #maemo11:31
*** Milhouse has quit IRC11:32
*** delphi has quit IRC11:32
*** TTilus has joined #maemo11:32
*** nick20151916 has joined #maemo11:32
*** freemangordon has joined #maemo11:32
*** frals has joined #maemo11:32
*** BitEvil_ is now known as SpeedEvil11:32
*** Neutron116 has joined #maemo11:32
*** FlameReaper-PC has joined #maemo11:32
*** HtheB_ has quit IRC11:32
*** auenfx4 has quit IRC11:32
*** juiceme has joined #maemo11:32
*** eMHa_ has joined #maemo11:32
*** juiceme is now known as Guest5581611:33
*** xorly has quit IRC11:33
*** tantyg has quit IRC11:33
*** Vajb has quit IRC11:33
*** eMHa has quit IRC11:33
*** thuttu77_2 has quit IRC11:33
*** ir2ivps6_ has quit IRC11:33
*** ir2ivps6_ has joined #maemo11:33
*** auenfx4 has joined #maemo11:33
*** troulouliou_div2 has quit IRC11:33
*** Gh0sty has quit IRC11:33
*** Ex-Opesa has quit IRC11:33
*** Neutron115 has quit IRC11:33
*** hallyn has quit IRC11:33
*** ruskie has quit IRC11:33
*** FReaper-PC has quit IRC11:33
*** phlixi has quit IRC11:33
*** Guest71407 has quit IRC11:33
*** Wizzup has quit IRC11:33
*** tanty has joined #maemo11:33
*** WalterN has quit IRC11:34
*** M-bobsummerwill has quit IRC11:34
*** Vajb has joined #maemo11:34
*** thuttu77 has joined #maemo11:34
*** Wizzup has joined #maemo11:35
*** Gh0sty has joined #maemo11:35
*** japh_ has joined #maemo11:35
*** trx has joined #maemo11:36
*** HtheB has joined #maemo11:37
*** ruskie has joined #maemo11:45
*** troulouliou_div2 has joined #maemo11:46
*** Milhouse has joined #maemo11:46
*** pcfe` is now known as pcfe11:47
*** Ex-Opesa has joined #maemo11:47
*** Hurrian has joined #maemo11:48
*** M-bobsummerwill has joined #maemo11:54
*** arossdotme has quit IRC12:06
*** meridion_ is now known as meridion12:07
*** hallyn has joined #maemo12:17
*** WalterN has joined #maemo12:31
*** troulouliou_div2 has quit IRC12:44
*** vakkov has joined #maemo13:10
*** darkschneider has quit IRC13:36
*** darkschneider has joined #maemo13:37
*** eMHa_ has quit IRC13:42
*** arossdotme has joined #maemo13:45
*** jonwil has quit IRC13:58
*** ssvb has quit IRC14:02
*** N-Mi has quit IRC14:02
*** vakkov has quit IRC14:03
*** eMHa_ has joined #maemo14:15
*** vakkov has joined #maemo14:16
*** ecloud is now known as ecloud_wfh14:27
*** vakkov has quit IRC15:01
*** N-Mi has joined #maemo15:07
*** vakkov has joined #maemo15:13
*** vakkov has quit IRC15:33
*** troulouliou_div2 has joined #maemo15:39
*** vakkov has joined #maemo15:46
*** ssvb has joined #maemo15:51
*** Kabouik_ has joined #maemo15:57
*** krnlyng has quit IRC16:07
*** krnlyng has joined #maemo16:20
*** Guest92176 is now known as FIQ16:26
*** FIQ has joined #maemo16:26
*** sunweave1 is now known as sunweaver16:31
merlin1991freemangordon: I've found a valid fix for the cssu thumb installation issues re repositories17:04
merlin1991new enabler is in testing, you probably want to merge master into your thumb branch and upload a new version to -thumb17:05
*** Guest69647 is now known as stryngs17:08
*** stryngs has joined #maemo17:08
*** sledges has joined #maemo17:22
*** gregoa_ is now known as gregoa17:23
*** sparetire_ has joined #maemo17:36
*** darkschneider has quit IRC17:37
*** darkschneider has joined #maemo17:37
*** LauRoman has joined #maemo17:39
*** auenfx4 has quit IRC17:46
*** auenfx4 has joined #maemo17:47
*** WalterN is now known as tiwake17:49
*** florian_kc has joined #maemo18:05
*** florian_kc has quit IRC18:21
*** phlixi has joined #maemo18:31
*** Wizzup_ has joined #maemo18:34
*** Gadgetoid_ has joined #maemo18:35
*** erstazi has joined #maemo18:35
*** erstazi has quit IRC18:35
*** erstazi has joined #maemo18:35
*** HtheB has quit IRC18:35
*** Gadgetoid has quit IRC18:35
*** jake42 has quit IRC18:35
*** darkschneider has quit IRC18:35
*** Wizzup has quit IRC18:35
*** githogori has quit IRC18:35
*** erstazi_ has quit IRC18:35
*** ruskie has quit IRC18:35
*** phlixi_ has quit IRC18:35
*** Gadgetoid_ is now known as Gadgetoid18:35
*** darkschneider has joined #maemo18:36
*** githogori has joined #maemo18:36
*** HtheB has joined #maemo18:36
*** futpib has joined #maemo18:38
*** jake42 has joined #maemo18:46
freemangordonmerlin1991: thanks, will do18:50
*** FIQ has quit IRC18:57
*** Guest92230 has joined #maemo18:57
*** Guest92230 has quit IRC18:58
*** Guest92230 has joined #maemo18:58
*** Guest92230 is now known as FIQ19:00
*** louisdk has joined #maemo19:00
*** NIN101_ has quit IRC19:05
*** NIN101 has joined #maemo19:05
*** ruskie has joined #maemo19:05
*** Pali has joined #maemo19:06
*** louisdk has quit IRC19:17
*** louisdk has joined #maemo19:29
*** SmilyOrg has joined #maemo19:33
*** SmilybOrg has joined #maemo19:34
*** Smily has quit IRC19:37
*** SmilyOrg has quit IRC19:38
*** ced117 has joined #maemo19:48
*** ced117 has quit IRC19:48
*** ced117 has joined #maemo19:48
*** geaaru has quit IRC19:52
*** troulouliou_div2 has quit IRC20:07
*** erlehmann has quit IRC20:08
*** l_bratch has joined #maemo20:14
*** florian has joined #maemo20:14
tiwakedoes communication error mean that my SIM card is dieing?20:19
KotCzarnycould be20:19
KotCzarnybut it can also be dying modem20:19
KotCzarnyor dirty sim contacts20:19
tiwakewell, I don't think its the cellphone tower20:19
tiwakeheh20:20
*** futpib_ has joined #maemo20:22
*** louisdk has quit IRC20:22
klopsi-u3i get those errors on occasion20:24
*** futpib has quit IRC20:25
*** eMHa_ has quit IRC20:26
*** NIN101_ has joined #maemo20:27
*** jayne_ has joined #maemo20:28
*** futpib_ has quit IRC20:28
*** futpib has joined #maemo20:28
*** robink_ has joined #maemo20:28
sixwheeledbeastVajb: I don't believe you will have proper portrait keyboard.20:32
*** NIN101 has quit IRC20:33
*** TTilus has quit IRC20:33
*** nick20151916 has quit IRC20:33
*** freemangordon has quit IRC20:33
*** frals has quit IRC20:33
sixwheeledbeastenabling forced rotation will make the vkb squash into portrait format, but I wouldn't call this portrait vkb. It's not fully usable IMO.20:34
*** jayne has quit IRC20:34
*** robink has quit IRC20:34
klopsi-u3 throw the ball up in the air and it takes a panorama image https://www.panono.com/home20:44
*** eMHa_ has joined #maemo20:46
*** louisdk has joined #maemo20:46
*** auenfx4 has quit IRC20:48
*** auenfx4 has joined #maemo20:49
*** HtheB has quit IRC20:49
*** auenfx4 has quit IRC21:10
*** futpib has quit IRC21:10
*** SmilybOrg has quit IRC21:10
*** Gadgetoid has quit IRC21:10
*** krnlyng has quit IRC21:10
*** ssvb has quit IRC21:10
*** Hurrian has quit IRC21:10
*** Milhouse has quit IRC21:10
*** tanty has quit IRC21:10
*** ir2ivps6_ has quit IRC21:10
*** Neutron116 has quit IRC21:10
*** Natch has quit IRC21:10
*** aloril has quit IRC21:10
*** warfare has quit IRC21:10
*** RedM has quit IRC21:10
*** SpeedEvil has quit IRC21:10
*** Mek__ has quit IRC21:10
*** Humpelstilzchen has quit IRC21:10
*** MikaT_ has quit IRC21:10
*** strohi has quit IRC21:10
*** xray256_ has quit IRC21:10
*** chainsawbike has quit IRC21:10
*** DocScrutinizer51 has quit IRC21:10
*** ceene has quit IRC21:10
*** Ashley_ has quit IRC21:10
*** joga has quit IRC21:10
*** `0660 has quit IRC21:10
*** salyavin has quit IRC21:10
*** jrayhawk has quit IRC21:10
*** kraft has quit IRC21:10
*** JamesJRH has quit IRC21:10
*** ketas has quit IRC21:10
*** brolin_empey has quit IRC21:10
*** haasn has quit IRC21:10
*** lool has quit IRC21:10
*** Axel_H has quit IRC21:10
*** AndrewX192 has quit IRC21:10
*** till has quit IRC21:10
*** ab has quit IRC21:10
*** totalizator has quit IRC21:10
*** Ariadeno has quit IRC21:10
*** arossdotme has quit IRC21:10
*** sixwheeledbeast has quit IRC21:10
*** ecc3g has quit IRC21:10
*** silviof has quit IRC21:10
*** Pali has quit IRC21:10
*** jake42 has quit IRC21:10
*** Guest55816 has quit IRC21:10
*** mickname has quit IRC21:10
*** robink_ has quit IRC21:10
*** jayne_ has quit IRC21:10
*** louisdk has quit IRC21:10
*** githogori has quit IRC21:10
*** japh_ has quit IRC21:10
*** Wizzup_ has quit IRC21:10
*** ruskie has quit IRC21:10
*** trx has quit IRC21:10
*** Rassi has quit IRC21:10
*** zama_ has quit IRC21:10
*** useretail has quit IRC21:10
*** tg has quit IRC21:10
*** KotCzarny has quit IRC21:10
*** pozitron has quit IRC21:10
*** keithzg__ has quit IRC21:10
*** Oksana_ has quit IRC21:10
*** Venusaur has quit IRC21:10
*** oniongarlic has quit IRC21:10
*** qwazix has quit IRC21:10
*** amospalla has quit IRC21:10
*** ashley has quit IRC21:10
*** johnsu01 has quit IRC21:10
*** LauRoman has quit IRC21:10
*** sledges has quit IRC21:10
*** Kabouik_ has quit IRC21:10
*** hallyn has quit IRC21:10
*** unclouded has quit IRC21:10
*** enyc has quit IRC21:10
*** discopig has quit IRC21:10
*** pcfe has quit IRC21:10
*** TriztAway has quit IRC21:10
*** jon_y has quit IRC21:10
*** yosafbridge has quit IRC21:10
*** henkjan_ has quit IRC21:10
*** kylanpaj has quit IRC21:10
*** teotwaki has quit IRC21:10
*** pigeon has quit IRC21:10
*** mhlavink_afk has quit IRC21:10
*** HRH_H_Cr1b has quit IRC21:10
*** Luke-Jr has quit IRC21:10
*** Redhair has quit IRC21:10
*** Arch-TK has quit IRC21:10
*** ZetaR has quit IRC21:10
*** klopsi-u3 has quit IRC21:10
*** rm_work has quit IRC21:10
*** odin_ has quit IRC21:10
*** netkat has quit IRC21:10
*** Xjs|moonshine has quit IRC21:10
*** janus has quit IRC21:10
*** chfoo- has quit IRC21:10
*** Anasko has quit IRC21:10
*** ChanServ has quit IRC21:10
*** florian has quit IRC21:10
*** N-Mi has quit IRC21:10
*** Vajb has quit IRC21:10
*** reinob has quit IRC21:10
*** obsed has quit IRC21:10
*** tm has quit IRC21:10
*** buZz has quit IRC21:10
*** Gizmokid2005 has quit IRC21:10
*** fuz_ has quit IRC21:10
*** Jack64 has quit IRC21:10
*** drathir has quit IRC21:10
*** dreamer has quit IRC21:10
*** bencoh has quit IRC21:10
*** ds3 has quit IRC21:10
*** Elleo has quit IRC21:10
*** Tenhi has quit IRC21:10
*** chadi has quit IRC21:10
*** script has quit IRC21:10
*** sparetire has quit IRC21:10
*** NIN101_ has quit IRC21:10
*** FIQ has quit IRC21:10
*** erstazi has quit IRC21:10
*** tiwake has quit IRC21:10
*** eMHa_ has quit IRC21:10
*** darkschneider has quit IRC21:10
*** vakkov has quit IRC21:10
*** M-bobsummerwill has quit IRC21:10
*** Ex-Opesa has quit IRC21:10
*** Gh0sty has quit IRC21:10
*** infobot has quit IRC21:10
*** LjL has quit IRC21:10
*** DocScrutinizer05 has quit IRC21:10
*** shamus has quit IRC21:10
*** heroux has quit IRC21:10
*** Cor-Ai has quit IRC21:10
*** lxp has quit IRC21:10
*** nslu2-log has quit IRC21:10
*** Maxdamantus has quit IRC21:10
*** xes has quit IRC21:10
*** Kabouik has quit IRC21:10
*** panais has quit IRC21:10
*** drawkula has quit IRC21:10
*** pavi has quit IRC21:10
*** APic has quit IRC21:10
*** grinsekatze has quit IRC21:10
*** ecloud_wfh has quit IRC21:10
*** g3kk3r has quit IRC21:10
*** Sicelo has quit IRC21:10
*** EgS has quit IRC21:10
*** fortytwo has quit IRC21:10
*** l_bratch has quit IRC21:10
*** ced117 has quit IRC21:10
*** gregoa has quit IRC21:10
*** basiaf has quit IRC21:10
*** Mekkis has quit IRC21:10
*** florentia has quit IRC21:10
*** XDS2010 has quit IRC21:10
*** guerby has quit IRC21:13
*** guerby has joined #maemo21:15
*** louisdk has joined #maemo21:15
*** Ashley_ has joined #maemo21:15
*** eMHa_ has joined #maemo21:15
*** EgS has joined #maemo21:15
*** fortytwo has joined #maemo21:15
*** Sicelo has joined #maemo21:15
*** g3kk3r has joined #maemo21:15
*** ecloud_wfh has joined #maemo21:15
*** grinsekatze has joined #maemo21:15
*** APic has joined #maemo21:15
*** drawkula has joined #maemo21:15
*** panais has joined #maemo21:15
*** Kabouik has joined #maemo21:15
*** xes has joined #maemo21:15
*** Maxdamantus has joined #maemo21:15
*** nslu2-log has joined #maemo21:15
*** lxp has joined #maemo21:15
*** pavi has joined #maemo21:15
*** heroux has joined #maemo21:15
*** shamus has joined #maemo21:15
*** DocScrutinizer05 has joined #maemo21:15
*** infobot has joined #maemo21:15
*** Gh0sty has joined #maemo21:15
*** Ex-Opesa has joined #maemo21:15
*** M-bobsummerwill has joined #maemo21:15
*** vakkov has joined #maemo21:15
*** darkschneider has joined #maemo21:15
*** MikaT has joined #maemo21:15
*** ab has joined #maemo21:15
*** florentia has joined #maemo21:15
*** Mekkis has joined #maemo21:15
*** basiaf has joined #maemo21:15
*** gregoa has joined #maemo21:15
*** ced117 has joined #maemo21:15
*** l_bratch has joined #maemo21:15
*** Ariadeno_ has joined #maemo21:15
*** lool- has joined #maemo21:15
*** till- has joined #maemo21:15
*** Guest80649 has joined #maemo21:15
*** krnlyng has joined #maemo21:15
*** aloril has joined #maemo21:15
*** sparetire has joined #maemo21:15
*** script has joined #maemo21:15
*** chadi has joined #maemo21:15
*** Tenhi has joined #maemo21:15
*** Elleo has joined #maemo21:15
*** ds3 has joined #maemo21:15
*** bencoh has joined #maemo21:15
*** dreamer has joined #maemo21:15
*** drathir has joined #maemo21:15
*** Jack64 has joined #maemo21:15
*** fuz_ has joined #maemo21:15
*** Gizmokid2005 has joined #maemo21:15
*** buZz has joined #maemo21:15
*** tm has joined #maemo21:15
*** obsed has joined #maemo21:15
*** reinob has joined #maemo21:15
*** Vajb has joined #maemo21:15
*** N-Mi has joined #maemo21:15
*** florian has joined #maemo21:15
*** Neutron117 has joined #maemo21:15
*** JamesJRH_ has joined #maemo21:15
*** tanty_off has joined #maemo21:15
*** erstazi_ has joined #maemo21:15
*** ketas- has joined #maemo21:15
*** ir2ivps6__ has joined #maemo21:15
*** chainsawbike has joined #maemo21:15
*** ssvb has joined #maemo21:15
*** auenfx4 has joined #maemo21:15
*** Axel_H has joined #maemo21:15
*** silviof has joined #maemo21:15
*** ecc3g has joined #maemo21:15
*** sixwheeledbeast has joined #maemo21:15
*** arossdotme has joined #maemo21:15
*** DocScrutinizer51 has joined #maemo21:15
*** haasn` has joined #maemo21:15
*** SmilyOrg has joined #maemo21:15
*** strohalm has joined #maemo21:15
*** xray256 has joined #maemo21:15
*** Guest99595 has joined #maemo21:15
*** joga_ has joined #maemo21:15
*** Gadgetoid has joined #maemo21:15
*** BitEvil has joined #maemo21:15
*** ceene_ has joined #maemo21:15
*** jrayhawk_ has joined #maemo21:15
*** FIQ has joined #maemo21:15
*** Defiant has joined #maemo21:15
*** brolin_empey_ has joined #maemo21:15
*** kraft has joined #maemo21:15
*** HtheB has joined #maemo21:15
*** `0660_ has joined #maemo21:15
*** NIN101 has joined #maemo21:15
*** robink_ has joined #maemo21:15
*** jayne_ has joined #maemo21:15
*** Pali has joined #maemo21:15
*** ruskie has joined #maemo21:15
*** jake42 has joined #maemo21:15
*** githogori has joined #maemo21:15
*** Wizzup_ has joined #maemo21:15
*** LauRoman has joined #maemo21:15
*** sledges has joined #maemo21:15
*** hallyn has joined #maemo21:15
*** trx has joined #maemo21:15
*** japh_ has joined #maemo21:15
*** Guest55816 has joined #maemo21:15
*** mickname has joined #maemo21:15
*** unclouded has joined #maemo21:15
*** enyc has joined #maemo21:15
*** kylanpaj has joined #maemo21:15
*** teotwaki has joined #maemo21:15
*** discopig has joined #maemo21:15
*** Rassi has joined #maemo21:15
*** zama_ has joined #maemo21:15
*** useretail has joined #maemo21:15
*** tg has joined #maemo21:15
*** KotCzarny has joined #maemo21:15
*** pcfe has joined #maemo21:15
*** pozitron has joined #maemo21:15
*** keithzg__ has joined #maemo21:15
*** pigeon has joined #maemo21:15
*** TriztAway has joined #maemo21:15
*** mhlavink_afk has joined #maemo21:15
*** HRH_H_Cr1b has joined #maemo21:15
*** Luke-Jr has joined #maemo21:15
*** Oksana_ has joined #maemo21:15
*** Anasko has joined #maemo21:15
*** Redhair has joined #maemo21:15
*** Arch-TK has joined #maemo21:15
*** jon_y has joined #maemo21:15
*** Venusaur has joined #maemo21:15
*** johnsu01 has joined #maemo21:15
*** ashley has joined #maemo21:15
*** amospalla has joined #maemo21:15
*** qwazix has joined #maemo21:15
*** oniongarlic has joined #maemo21:15
*** ZetaR has joined #maemo21:15
*** klopsi-u3 has joined #maemo21:15
*** yosafbridge has joined #maemo21:15
*** rm_work has joined #maemo21:15
*** odin_ has joined #maemo21:15
*** netkat has joined #maemo21:15
*** chfoo- has joined #maemo21:15
*** Xjs|moonshine has joined #maemo21:15
*** janus has joined #maemo21:15
*** henkjan_ has joined #maemo21:15
*** ChanServ has joined #maemo21:15
*** wilhelm.freenode.net sets mode: +o ChanServ21:15
*** Guest99595 has quit IRC21:15
*** LjL has joined #maemo21:15
*** Natch has joined #maemo21:16
*** Guest80649 has quit IRC21:16
*** totalizator has joined #maemo21:16
*** `0660 has joined #maemo21:16
*** erlehmann has joined #maemo21:16
*** RedM has joined #maemo21:17
*** erlehmann has quit IRC21:17
*** Pali_ has joined #maemo21:17
*** ir2ivps6___ has joined #maemo21:18
*** Axel_H_ has joined #maemo21:20
*** SpeedEvil has joined #maemo21:22
*** strohi has joined #maemo21:22
*** strohi has joined #maemo21:22
*** japh__ has joined #maemo21:24
*** ssvb_ has joined #maemo21:24
*** joga has joined #maemo21:24
*** Cor-Ai has joined #maemo21:25
*** Cor-Ai is now known as 7JTAA5B0K21:25
*** Smily has joined #maemo21:25
*** Cor-Ai has joined #maemo21:25
*** TTilus has joined #maemo21:26
*** nick20151916 has joined #maemo21:26
*** freemangordon has joined #maemo21:26
*** frals has joined #maemo21:26
*** brolin_empey has joined #maemo21:26
*** LauRoman|Alt has joined #maemo21:26
*** HtheB_ has joined #maemo21:26
*** SpeedEvil is now known as Guest3231821:26
*** strohalm has quit IRC21:26
*** guerby has quit IRC21:26
*** ab has quit IRC21:26
*** xray256 has quit IRC21:26
*** BitEvil has quit IRC21:26
*** jrayhawk_ has quit IRC21:26
*** githogori has quit IRC21:26
*** aloril has quit IRC21:26
*** haasn` has quit IRC21:26
*** japh_ has quit IRC21:26
*** xray256 has joined #maemo21:26
*** guerby has joined #maemo21:26
*** haasn has joined #maemo21:26
*** Cor-Ai has quit IRC21:27
*** NIN101 is now known as 16WAASFMD21:27
*** 7JTAA5B0K is now known as Cor-Ai21:27
*** ir2ivps6__ has quit IRC21:27
*** ssvb has quit IRC21:27
*** Axel_H has quit IRC21:27
*** SmilyOrg has quit IRC21:27
*** ceene_ has quit IRC21:27
*** brolin_empey_ has quit IRC21:27
*** `0660_ has quit IRC21:27
*** Pali has quit IRC21:27
*** jake42 has quit IRC21:27
KotCzarnywhat's happening to freenode?21:27
*** githogori has joined #maemo21:27
*** NIN101 has joined #maemo21:27
*** salyavin has joined #maemo21:28
*** HtheB_ has quit IRC21:28
*** chainsawbike has quit IRC21:28
*** Gadgetoid has quit IRC21:28
*** HtheB_ has joined #maemo21:28
*** auenfx4 has quit IRC21:28
*** chfoo-_ has joined #maemo21:29
*** Milhouse has joined #maemo21:29
*** auenfx4 has joined #maemo21:29
*** Ashley_ has quit IRC21:29
*** DocScrutinizer51 has quit IRC21:29
*** Defiant has quit IRC21:29
*** hallyn has quit IRC21:29
*** SmilyOrg has joined #maemo21:30
*** aloril has joined #maemo21:30
*** HtheB has quit IRC21:30
*** LauRoman has quit IRC21:30
*** sledges has quit IRC21:30
*** ab has joined #maemo21:30
*** ab has joined #maemo21:30
*** kraft has quit IRC21:31
*** hallyn has joined #maemo21:31
*** kraft has joined #maemo21:31
*** warfare has joined #maemo21:32
*** HtheB_ is now known as HtheB21:33
*** HtheB has joined #maemo21:33
*** chainsawbike has joined #maemo21:34
*** Gadgetoid has joined #maemo21:34
*** ceene has joined #maemo21:35
*** futpib has joined #maemo21:35
*** Smily has quit IRC21:35
*** Defiant has joined #maemo21:35
*** DocScrutinizer51 has joined #maemo21:35
*** salyavin has quit IRC21:35
*** DocScrutinizer51 has quit IRC21:35
*** DocScrutinizer51 has joined #maemo21:35
Vajbsixwheeledbeast: ok. Then that's what it is (portrait vkb). Usable easily with pointer IMO. Harder with fingers though.21:36
Vajbi mean i have forced rotation enabled...21:36
sixwheeledbeastnot all button are accessible21:37
*** jrayhawk has joined #maemo21:38
*** Humpelstilzchen has joined #maemo21:38
*** darkschneider has quit IRC21:38
*** Defiant has quit IRC21:38
*** N-Mi has quit IRC21:38
Vajbseems to me that they are21:39
*** Pali_ has quit IRC21:39
*** louisdk has quit IRC21:39
*** joga_ has quit IRC21:39
*** FIQ has quit IRC21:39
*** 16WAASFMD has quit IRC21:39
*** chfoo- has quit IRC21:39
*** darkschneider has joined #maemo21:39
Vajbcan't see symbols on two of them, but they r still accessible with stick atleast21:39
*** Mek has joined #maemo21:39
Vajbok four of them r missing proper signs21:40
*** futpib_ has joined #maemo21:40
Vajblayout switcher, shift, backspace and special character button21:40
*** Guest567 has joined #maemo21:41
*** DocAvalanche has joined #maemo21:41
*** DocScrutinizer51 has quit IRC21:42
*** DocAvalanche is now known as DocScrutinizer5121:42
*** erlehmann has joined #maemo21:42
*** Ashley_ has joined #maemo21:42
*** _rd has joined #maemo21:43
*** WalterN has joined #maemo21:46
*** futpib has quit IRC21:46
*** sledges has joined #maemo21:46
*** sledges has joined #maemo21:47
*** sledges is now known as 5EXAALMF521:48
*** jon_y has quit IRC21:50
*** XDS2010 has joined #maemo21:51
*** shentey has joined #maemo21:51
*** chfoo-_ has quit IRC21:52
*** haasn has quit IRC21:52
*** guerby has quit IRC21:52
*** Guest567 has quit IRC21:52
*** chainsawbike has quit IRC21:52
*** Gadgetoid has quit IRC21:52
*** aloril has quit IRC21:52
*** xray256 has quit IRC21:52
*** githogori has quit IRC21:52
*** DocScrutinizer51 has quit IRC21:52
*** Gadgetoid has joined #maemo21:52
*** chfoo- has joined #maemo21:52
*** chainsawbike has joined #maemo21:52
*** Vajb has quit IRC21:53
*** xray256 has joined #maemo21:53
*** WalterN has quit IRC21:54
*** aloril has joined #maemo21:54
*** githogori_ has joined #maemo21:56
*** DocScrutinizer51 has joined #maemo21:56
*** DocScrutinizer51 has quit IRC21:56
*** DocScrutinizer51 has joined #maemo21:56
*** DocScrutinizer51 is now known as 5EXAALNJG21:56
*** Vajb has joined #maemo21:57
*** arossdotme has quit IRC21:57
*** sixwheeledbeast has quit IRC21:57
*** ecc3g has quit IRC21:57
*** silviof has quit IRC21:57
*** githogori_ has quit IRC21:58
*** haasn has joined #maemo21:58
*** xorly has joined #maemo21:58
*** githogori_ has joined #maemo21:59
*** Guest24626 has joined #maemo22:01
*** salyavin has joined #maemo22:01
*** erlehmann has quit IRC22:01
*** haasn is now known as 5EXAALNLQ22:01
*** silviof has joined #maemo22:04
*** githogori_ has quit IRC22:04
*** githogori has joined #maemo22:05
*** guerby has joined #maemo22:06
*** erlehmann has joined #maemo22:13
*** ssvb_ has quit IRC22:18
*** Timo has joined #maemo22:18
*** jake42 has joined #maemo22:20
*** sixwheeledbeast has joined #maemo22:20
*** Guest24626 is now known as FIQ22:21
*** FIQ is now known as Guest9937122:22
TimoIs this just a channel about the Maemo software or can I ask a question about the N900 hardware?22:24
Siceloyes you can22:24
*** erlehmann has quit IRC22:25
KotCzarnyn900 is the best linux phone available (in sane price tag range)22:25
bencohTimo: it's a chan for both :)22:26
KotCzarnyum kay, oscp revision -54 upped22:27
*** timo__ has joined #maemo22:28
KotCzarnyi'm planning to add earwax in -5522:28
Sicelothat being?22:28
SiceloTimo: we're curios now .. what did you want to ask :)22:28
KotCzarnyhttp://pastebin.com/raw.php?i=6eHJ6JjM22:28
*** Timo has quit IRC22:29
*** timo__ is now known as Timo22:29
*** Timo has joined #maemo22:29
TimoSicelo: Well, the usual USB port thing. However, it doesn't seem to be the soldering on the board. It's more like the problem is *inside* the port. Charging only works when the USB cable is in a specific position and the problem worsens over the time...22:31
*** ssvb_ has joined #maemo22:31
KotCzarny~usbfix22:31
infoboti guess usbfix is http://talk.maemo.org/showthread.php?t=75920 - and **NEVER** use epoxy (unless you want to seal your device for underwater), or https://www.youtube.com/watch?v=fYz5nIHH0iY#t=1866, you will basically need two irons: a small good one (or better hot-air reflow) and a 60+ Watt22:31
*** 5EXAALNLQ is now known as haasn22:32
SiceloTimo: it happened to me .. ultimately you'll be resoldering the port22:32
Siceloi'd say the earlier the better22:33
TimoAh, so it isn't inside the port. It really is the soldering.22:33
KotCzarnyor if one has weak soldering skills, just start hunting for cheap ~20-40usd second hand one22:34
Siceloit also can just be inside port .. but there's no way to fix that. you change port as a whole22:34
TimoKotCzarny: Skills aren't the problem (one has an experienced father), but we don't have the right soldering iron.22:34
TimoI guess buying a cheap second hand one is my best option, right?22:35
KotCzarnyyou can invest in proper iron and start fixing them22:35
SiceloTimo: i used normal soldering iron on 2 N900. first smd project at that22:35
TimoHmm, and it worked, Sicelo?22:35
Siceloit didn't just work ;) it work*s* perfectly even now22:36
Siceloyou need to do your research properly .. so you understand the whole process of smd soldering22:36
Sicelowith soldering iron, copious amounts of flux are a definite necessity. you won't get far without it22:37
TimoHmhm.22:37
TimoI inspected the connections to the motherboard, but they seem to be good, not weak or something.22:38
Sicelohere is the technique i used: https://www.youtube.com/watch?v=5uiroWBkdFY22:38
Siceloideally though, use hot air22:39
bencohand get a printed-circuits soldering flux22:39
bencohnot some corrosive flux for other soldering uses22:40
SiceloKotCzarny: i want to try that earwax thing on my pc .. tbh i like the sound 'in' my head, but would like to try this too. maybe i will like it22:40
KotCzarnysicelo, its in the sox22:40
KotCzarnyit works as advertised22:40
KotCzarnyi was using it in the xmms times22:40
KotCzarny(~10 years ago)22:40
Siceloso i need to install sox?22:41
*** __LauRoman has joined #maemo22:41
*** silviof has quit IRC22:41
KotCzarnyyeah, and it can read mp3/play to alsa i think22:41
KotCzarnyor just use pc and convert to wav22:42
*** jonwil has joined #maemo22:42
TimoSicelo: Does the N900 have unleaded soldering tin? Because my iron doesn't get hot enough to melt that. :-/22:42
Siceloi used a 30-40W iron .. for desoldering, use braid .. i will say this is a necessity too22:43
SiceloTimo: don't you have good, equiped electronics shops around? they should be able to do it for you :)22:44
*** louisdk has joined #maemo22:44
Sicelojust make it clear that any mistake my lead to their instant death, haha22:44
KotCzarny:>22:44
*** rd_ has joined #maemo22:44
TimoI know one electronics shop in my town but I think they only sell parts, and don't do any reparations themselves.22:45
*** darkschneider2 has joined #maemo22:45
TimoI can ask it though. Guess it's safer than doing it myself. ;)22:45
Sicelolook around .. you may find experienced people22:45
bencoh"safer", hmm22:45
bencohyou never know22:45
*** Ariadeno has joined #maemo22:46
Sicelogive them your samsung first ;)22:46
*** Ariadeno is now known as Guest2213622:46
*** Ashley` has joined #maemo22:46
TimoHehehe22:46
*** japh_ has joined #maemo22:46
*** NIN101_ has joined #maemo22:46
*** RedW has joined #maemo22:47
TimoPeople don't seem to sell their N900s anymore.22:47
*** falk has joined #maemo22:47
KotCzarnydepends on the region22:47
TimoNetherlands.22:47
KotCzarnylots of them in .pl22:47
*** falk is now known as Guest164722:47
KotCzarnymost in 30-60usd range22:47
*** HtheB_ has joined #maemo22:47
bencohI think there were a few ones on maemo recently22:47
henkjan_Timo: i've been searching markplaats for maemo a lot lately, but no results22:48
Timobencoh: Those are rather expensive, given the (usually quite high) shipping costs.22:48
jonwilThe only reason I will get rid of my N900 is if it breaks in a way that is unfixable or if by some miracle I am able to afford a new better phone (which means Neo900)22:48
henkjan_managed to pickup a n900 last year for 25,-22:48
*** hallyn_ has joined #maemo22:48
*** 5EXAALMF5 is now known as sledges22:48
Timohenkjan_: I've bought one for €10,- lately, but it did have quite some problems.22:48
Siceloso you have two Timo?22:48
TimoYep.22:49
*** ced117_ has joined #maemo22:49
KotCzarny:)22:49
KotCzarnyit begins22:49
Sicelothen take care of your babies :)22:49
henkjan_my n900 has a defective camera shutter button :(22:49
henkjan_no taking pictures for me22:49
Siceloum .. nicocam allows you to capture with C key on hwkbd ;)22:50
*** till has joined #maemo22:50
TimoSicelo: Of course. Unfortunately one has a non-functioning power button (that's the €10,- one), the other one has the USB problem. Hopefully I can buy one soon. :)22:50
Siceloif you can't find working N900, buy broken one .. move parts around22:50
Timohenkjan_: I'm rather sure the white square on the left in cameraui2 does the job.22:50
TimoSicelo: The point is both the power button and the usb port are too difficult to move.22:51
henkjan_Sicelo: thnx for pointing me to that software. i'll give it a try22:51
freemangordonTimo: I found a shop(internet) that still sells unboxed n900, though not exactly cheap22:52
henkjan_Timo: i'll try that one also22:52
Sicelohenkjan_: it is that cameraui2 that Timo mentioned22:52
Sicelofreemangordon: how much?22:52
freemangordonabout 300 euros22:52
Siceloeek22:52
TimoErr, that's a bit of a lot too much. :-P22:53
*** gregoa_ has joined #maemo22:53
freemangordonwell, I bout it for about 450 back then, so the price is reasonable22:53
freemangordon*bought22:53
Siceloyes, was writing same :)22:53
*** krnlyng_ has joined #maemo22:53
TimoI was thinking of ~50 euros. I have a brand new digitizer and the screen from my previous ones so a cheap one with a working motherboard is fine.22:53
Sicelobought mine for EUR220 in 201122:54
TimoHeh, €150 in 2011.22:54
*** lool has joined #maemo22:54
*** silviof has joined #maemo22:54
SiceloTimo: get the L3/L4 Service Manuals, read up on tmo about the experiences of others .. you will find the usb and power button won't be as difficult as they seem right now22:56
*** Bratch has joined #maemo22:56
*** LauRoman|Alt has quit IRC22:57
*** Ariadeno_ has quit IRC22:57
*** xray256 has quit IRC22:57
*** Mek has quit IRC22:57
*** darkschneider has quit IRC22:57
*** NIN101 has quit IRC22:57
*** RedM has quit IRC22:57
*** till- has quit IRC22:57
*** l_bratch has quit IRC22:57
*** ced117 has quit IRC22:57
*** Mekkis has quit IRC22:57
*** _rd has quit IRC22:57
*** Ashley_ has quit IRC22:57
*** warfare has quit IRC22:57
*** japh__ has quit IRC22:57
*** lool- has quit IRC22:57
*** gregoa has quit IRC22:57
*** florentia has quit IRC22:57
*** basiaf has quit IRC22:57
*** krnlyng has quit IRC22:57
*** hallyn has quit IRC22:57
*** HtheB has quit IRC22:57
Sicelowtf!22:57
*** xray256 has joined #maemo22:57
TimoSicelo: If I can't find a decent replacement device I'll definitely try!22:58
*** florentia has joined #maemo22:58
*** basiaf has joined #maemo22:58
* Timo parties.22:59
TimoI asked on a forum whether someone had an N900 available to sell, got a reply. Hopefully it's inside my price range.22:59
bencohfreemangordon: unboxed n900? do they still have some?23:01
bencohsounds crazy in 201523:01
Sicelounsold stock23:02
bencohsure, but still ... 6 years later23:02
Sicelowhat else can they do with it :p23:02
KotCzarny:)23:03
KotCzarnydonate23:04
freemangordonbencoh: at least they list it as avalable http://gsm-bg.net/%D1%82%D0%B0%D0%B3%D0%BE%D0%B2%D0%B5/nokia/nokia-n90023:04
freemangordonsorry, but the site is in bulgarian only23:04
freemangordonhowever, the price is:23:04
freemangordon~669/223:04
infobot334.523:04
freemangordonand it is supposed to have 2 years of warranty23:05
*** gregoa_ is now known as gregoa23:05
freemangordonno idea if this is for real23:05
bencohoh well ... :)23:05
bencoh"nice"23:05
*** SmilyOrg has quit IRC23:05
*** Mek has joined #maemo23:05
KotCzarnyat that point its better to save a bit more for neo90023:06
Timo...if it ever comes to production state.23:06
Wizzup_why not just get a second hand one?23:06
*** Guest32318 has quit IRC23:07
freemangordonI guess it is getting harder to find one in a good condition23:08
*** SpeedEvil has joined #maemo23:09
Wizzup_I have several in decent condition23:09
*** AndrewX192 has joined #maemo23:10
*** Smily has joined #maemo23:13
*** rd_ has quit IRC23:14
*** rd_ has joined #maemo23:15
*** Rassi is now known as Ras_Older23:16
*** ssvb_ has quit IRC23:21
*** shentey has quit IRC23:22
klopsi-u3~repositories23:28
infobotrepositories are frequently old.23:28
KotCzarny~maemo-repos23:28
infobotwell, maemo-repos is http://wiki.maemo.org/Repository#List_of_Maemo_repositories23:28
*** ketas- is now known as ketas23:28
klopsi-u3ty23:30
*** Guest1647 is now known as warfare23:30
*** ssvb_ has joined #maemo23:32
*** Timo has quit IRC23:43
*** HtheB_ is now known as HtheB23:44
*** Oksana_ is now known as Oksana23:44
*** HtheB has quit IRC23:44
*** HtheB has joined #maemo23:44
*** futpib_ has quit IRC23:50
*** rd_ has quit IRC23:53
*** louisdk has quit IRC23:54
jonwilfreemangordon: ping23:54
freemangordonhi jonwil23:55
jonwilI happened to have the same changes you just made (plus some others) in my local commit so it was easier to pull your changes, overwrite the voice-cmtspeech.c file with the copy containing all my changes and push that than to undo my local commit, merge yours, make all my changes again then commit it all23:56
*** xorly has quit IRC23:56
*** Guest99371 has quit IRC23:57
*** Guest99371 has joined #maemo23:57
*** Guest99371 is now known as FIQ23:57
freemangordonI guess I should pull then?23:57
jonwilyes23:57
jonwilyou should pull23:57
freemangordonok23:57
*** shamus has quit IRC23:57
jonwilread my commit to see what changes I made :)23:58
jonwilI am still reverse engineering thread_func and friends so dont change that23:59
*** shamus has joined #maemo23:59

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