**** BEGIN LOGGING AT Sat May 14 02:59:58 2016 May 14 03:37:46 sunshavi: `mkdir -p`? May 14 04:29:06 no to the oscp media player May 14 04:30:02 But, thanks Maxdamantus May 14 04:33:27 Anyway, improved the flash drive I've been carrying for the last 7 years: http://maxdamantus.eu.org/fd.jpg May 14 07:54:20 aaaaaaaaaah May 14 07:54:27 i'm not sending ciphered messages!!! May 14 07:54:37 at least now i understand why May 14 07:54:38 lol May 14 07:54:52 how can someone hate so much an inanimate piece of code May 14 08:22:55 gotta love modern phones. Tried to install Xabber for my gf android and guess what happen? You got that right, can't install memory full. May 14 08:24:00 that was like minute after she complained me being stubborn and not buying new phone. I returned that as "wanna ask me now why" :) May 14 08:26:24 Play Store loves to refuse to install apps when free space is below 500mb! May 14 08:27:05 problem is there are many different partitions where the app/data goes May 14 08:27:34 which means you can have 64GB card for apps and still get 'no free space' May 14 08:27:52 android is a mess May 14 08:28:03 Because the card is not taken as main "source" for stuff May 14 08:28:12 ios is much more legit May 14 08:28:26 Only it does if you dont have a "internal" storage May 14 08:28:30 aka /data/media May 14 08:29:02 * Juest hates his GT-I9000 May 14 08:29:06 9500* May 14 08:29:11 she has xcover 2. Notorious as always full memory May 14 08:29:12 juest, depends on droid version, manufacturer etc May 14 08:29:13 SGS4 intl octacore May 14 08:29:27 only one gb and can't install stuff on card May 14 08:29:52 Play store refuses to install with 1gb free? May 14 08:29:57 lol May 14 08:30:15 Well, people have the same problem with N900/Maemo if they don't hack around with the partitions, don't they? May 14 08:30:30 yup May 14 08:30:33 Wish i could repartition... :| May 14 08:30:37 vendor issues. May 14 08:31:38 You have some huge FAT32 filesystem for user data, a 256 M* filesystem for the base OS and some 2 GB or so filesystem for /opt May 14 08:31:38 Maxdamantus: never ever had that problem May 14 08:32:00 i guess im happy with few apps May 14 08:32:03 then May 14 08:32:19 and for xcover i guess zero is the limit May 14 08:32:25 If you used Android, that might still be the case. May 14 08:32:55 there was also update for samsung storo which couldn't be installed because of lack of space May 14 08:33:07 store* May 14 08:33:26 free space around 35mb May 14 08:33:34 2.8G maemo5-root May 14 08:33:37 5.0G debian-armel-root May 14 08:33:44 1.1G opt May 14 08:33:56 and xabber claimed to be 5,4 May 14 08:33:58 1.8G user May 14 08:34:18 on my latest backup (I have everything on the same filesystem) May 14 08:35:33 maemo says i have 1,32gb for apps May 14 08:35:46 lies. May 14 08:35:47 ;) May 14 08:35:53 but that can't be right May 14 08:36:02 df is the truth May 14 08:36:53 oh yeah i wanted to ask if it is possible to have different on screen keyboard layouts? Best would be if it changes when i change layout from menu. May 14 08:37:06 rootfs 27.4G 17.1G 8.8G 66% / May 14 08:37:06 /dev/mmcblk1p1 115.2G 49.2G 60.2G 45% /mnt/sd May 14 08:37:36 71% of rootfs used May 14 08:38:55 k shopping time bbl... May 14 09:03:15 ON ^NICKNAME "* *" {echo $Z Nick: $0 -> $1} May 14 09:18:03 Juest: install on memory card? May 14 10:33:40 this piece of shift may be failing due to google protobufs, i think May 14 10:33:52 version available on sb is old May 14 10:34:09 and i think the problem may be someplace related to protobufs May 14 10:34:55 what 'shit' you talking about lol? yappari or the other project? May 14 10:35:19 whenever i talk about some shit it's always yappari May 14 10:35:22 :D May 14 10:35:25 lol May 14 10:35:28 ;) May 14 10:36:06 protobufs?? May 14 10:36:19 DocScrutinizer05: yes May 14 10:36:26 never heard of May 14 10:36:31 a piece of gigantic shit brought to life by google May 14 10:36:58 https://developers.google.com/protocol-buffers/docs/overview#how-do-they-work May 14 10:37:20 and axolotl depends on this May 14 10:38:46 sounds like YACC reloaded and then raped til it shouts "Save me curl!" May 14 10:40:33 * DocScrutinizer05 thinks google simply has way too much money to waste May 14 10:40:59 also, i have a problem debugging this May 14 10:41:14 LOL, yeah, I can easily see why May 14 10:41:27 Breakpoint 3, SessionRecord::SessionRecord (this=0xa02cd0, serialized=...) May 14 10:41:27 at src/state/sessionrecord.cpp:19 May 14 10:41:27 19 textsecure::RecordStructure record; May 14 10:41:27 (gdb) n May 14 10:41:27 20 record.ParsePartialFromArray(serialized.constData(), serialized.size()); May 14 10:41:30 (gdb) p record May 14 10:41:32 No symbol "record" in current context. May 14 10:41:45 why? May 14 10:42:16 nfc May 14 10:42:29 sounds like c++ May 14 10:42:35 sadly, yes May 14 10:42:40 maybe that's been optimized out May 14 10:42:51 i don't know how much control i have over this automatic code generation shit May 14 10:42:54 rebuild? May 14 10:42:58 with -g ? May 14 10:43:03 i know my code is built with -g without any -O May 14 10:43:18 but i think the problem is right there May 14 10:43:21 actually if you dont use any -O then its probably -O2 May 14 10:43:24 so use -O0 May 14 10:44:47 sorry, no gdb expert here, no c++ expert either, but I wonder how gdb handles objects May 14 10:45:00 pretty badly May 14 10:54:18 hmm May 14 11:09:08 is *any* sort of music playback accelerated on the n900? May 14 11:09:31 i think media player uses it May 14 11:09:37 does oscp use it May 14 11:09:38 decodes mp3 etc May 14 11:09:46 nope, oscp doesnt use dsp May 14 11:09:50 .-. May 14 11:09:54 does it do flac May 14 11:10:05 unless you use gst interface, then yes May 14 11:10:11 yay May 14 11:11:22 but check yourself, use gst-launch and check cpu usage May 14 11:12:29 i'm also worried about resampling tbh May 14 11:15:49 A2DP is done on cpu right May 14 11:16:12 you should be happy you have a2dp at all May 14 11:16:52 no i mean May 14 11:16:58 can i pre-encode my songs for A2DP May 14 11:20:42 ~a2dp May 14 11:20:42 somebody said a2dp was http://www.internettablettalk.com/forums/showthread.php?t=13468 May 14 11:20:56 noice May 14 11:20:57 a2dp definitely in software May 14 11:21:28 uh. itt down May 14 11:24:41 am i a bad enough dude to play a 48/24 flac on the n900 May 14 11:25:15 i think oscp played flacs with 192k/24bit May 14 11:25:20 6ch May 14 11:25:31 unless i've broken something on the way May 14 11:25:42 noice May 14 11:37:56 now the real question May 14 11:37:57 is it worth it May 14 11:38:01 probably not May 14 11:38:15 yup. May 14 11:38:26 although i have to say, playing back a single flac (with openmediaplayer) seemed more snappy and responsive than playing back a v0 mp3 May 14 16:00:13 is yappari likely to ever work again? May 14 16:00:29 what with the encryption May 14 16:02:36 it is likely, i'd say May 14 16:02:39 if you send ceene motivational pack, maybe May 14 16:03:21 I can send koala feces May 14 16:03:43 there, you can see the problem May 14 16:04:11 I have an n900 with a broken usb May 14 16:05:09 hey is it possible to "bridge" the n900 with an android tablet? May 14 16:05:51 have the n900 work as a kind of 2g/3g modem? May 14 16:06:06 and have whatsapp and other things run on android? May 14 16:06:29 i think n900 can work as an ap? May 14 16:07:27 only using wep May 14 16:07:31 and ad hoc May 14 16:07:49 and I haven't found a version of android that can connect to it May 14 16:09:26 wihtout yappari I can't really use the phone May 14 16:14:23 the only other device I have is a nexus tablet May 14 16:15:03 maybe hacking bluetooth to use as network May 14 16:15:24 ~pan May 14 16:15:27 Gnome/GTK Newsreader. URL: http://www.superpimp.org/ May 14 16:15:29 ~btpan May 14 16:16:09 https://wiki.maemo.org/Bluetooth_PAN May 14 16:16:32 infobot: #maemo pan is https://wiki.maemo.org/Bluetooth_PAN May 14 16:16:32 okay, KotCzarny May 14 16:16:35 ~pan May 14 16:16:35 hmm... pan is https://wiki.maemo.org/Bluetooth_PAN May 14 16:18:36 this works? May 14 16:18:55 if you can convince that tablet to use it, yes May 14 16:20:16 * DocScrutinizer05 summons marius gedminas May 14 16:21:43 are the Programmers of Vilnius (Lit) on holiday, and the pov.lt boxes on service downtime? May 14 16:22:15 ~seen mgedmin May 14 16:22:17 mgedmin <~mg@Maemo/community/contributor/mgedmin> was last seen on IRC in channel #harmattan, 851d 3h 26m 33s ago, saying: 'if you rephrase the question as "what does it mean when the irc client on my n9 says 'channel mode is ...'", it suddenly becomes on-topic ;)'. May 14 18:11:35 ~ping May 14 18:11:36 1 packet transmitted, 1 packet received, 0.0% packet loss May 14 18:12:20 fishbulb: put the sim in the android .. simpler :) May 14 18:19:36 ~ping May 14 18:19:37 1 packet transmitted, 1 packet received, 0.0% packet loss May 14 18:32:50 sunshavi: press ';' or click 'more buttons' (third icon on the left) then 'make recursive list' (icon that looks like a page with the plus sign) May 14 18:33:22 is it just me or maemo pidgin can't send media? May 14 18:39:50 depends on protocol May 14 18:40:46 (or was it 'l' key and empty search string May 14 18:42:11 could be that it is because xabber client at the other end. It is currently not supporting file transfer May 14 18:42:17 protocol is xmmp May 14 18:45:10 unfortunately my battery is low .. can't test May 14 19:21:39 the android can't take a sim May 14 19:22:11 it's wifi only, tablet, that's the only reason in the world to do what I was sking May 14 19:22:27 which messaging apps are left for the n900? May 14 19:31:14 SMS :) May 14 19:59:11 pidgin May 14 19:59:23 irssi May 14 20:34:01 funny as it is, sdk chroot keeps hanging in 3.4.x kernel and runs without issues with 4.5.x May 14 20:34:25 does it mean fremantle can run with 4.5? May 14 20:35:36 yes, afaik .. that's what freemangordon and Pali work on/do May 14 20:45:54 or im just hitting some random futex bug May 14 21:00:36 a lot of these usb magnet chargers have poor reviews of slow charging etc May 14 21:00:43 someone has tested ZNAPS and it works fine? May 14 21:13:57 http://kickscammed.com/project/znaps/ May 14 21:13:58 o.O May 14 21:44:37 KotCzarny: :/ May 14 21:44:41 so what have people actually useD? May 14 21:56:30 Pali: freemangordon: could you help me and check if you find TWL4030 GPIO6/PWM0 (pin M4) used anywhere in the maemo code? May 14 23:01:46 KotCzarny: thanks. I am going to try it May 14 23:21:34 KotCzarny: r u planning on moving to 4.5 **** ENDING LOGGING AT Sun May 15 02:59:58 2016