**** BEGIN LOGGING AT Tue Apr 26 02:59:58 2016 Apr 26 08:06:33 moin :) Apr 26 08:08:18 moin Apr 26 08:27:04 does anyone use hamster filer? There is option to open files with certain programs. Like if i put there "mplayer -ao pulse" it opens file in mplayer, but what to include that it launches terminal and runs mplayer via terminal and not just launch mplayer on the background? Apr 26 08:29:44 osso-xterm -something mplayer -ao pulse? Apr 26 08:30:36 possibly even just osso-xterm mplayer -ao pulse Apr 26 08:31:55 nope. It just pops terminal and closes without playing any Apr 26 08:34:06 osso-xterm "sh -c 'cd """$(dirname ""%s"")"""; sh'" that is the string in program which opens terminal in that directory the file is Apr 26 08:34:36 maybe that gives away some hint im not aware of? Apr 26 08:41:59 osso-terminal -h ? Apr 26 08:42:52 also, probably you are missing path, sh is in /bin so it gets found, try adding: /usr/bin/mplayer as a command Apr 26 08:45:29 -h does nothing and adding usr/bin/mplayer pops xterm shortly but not playing Apr 26 08:46:29 does it pass file name as an arg? probably %s (from your example) Apr 26 08:46:43 so i guess there has to be some command to execute mplayer after xterm is launched Apr 26 08:47:43 yes with "mplayer -ao pulse %s" it starts playback in the bacground, but i wanna see it in terminal to be able to fast forward and pause Apr 26 08:49:59 osso-xterm /usr/bin/mplayer -ao pulse %s Apr 26 08:50:24 ok when i put mplayer -ao pulse instead of dirname it started to play file via terminal but not showing any info Apr 26 08:50:54 kerio: just pops up terminal and closes Apr 26 08:51:22 oh hm Apr 26 08:51:27 "osso-xterm /usr/bin/mplayer -ao pulse %s" Apr 26 08:51:29 er fuck Apr 26 08:51:33 osso-xterm "/usr/bin/mplayer -ao pulse %s" Apr 26 08:52:31 osso-xterm "sh -c 'cd """$(mplayer -ao pulse ""%s"")"""; sh'" Apr 26 08:53:03 that's the string that pops terminal starts playing but gives no info of the file playing. Can pause tho Apr 26 08:53:45 no that's not how it works ._. Apr 26 08:54:43 osso-xterm "sh -c 'mplayer -ao pulse ""%s""'" Apr 26 08:54:49 also with " " ur last idea just pops terminal and closes Apr 26 08:55:09 so that's "" "" around %s, then close ' then close " Apr 26 08:55:47 ok lets try Apr 26 08:56:51 works! Apr 26 08:56:55 woop Apr 26 08:57:02 thx a lot kerio! Apr 26 11:40:14 Are marbles an open-source game? If so, could somebody please work "save game" into the code? Apr 26 14:25:47 argh Apr 26 14:25:57 my two numbers have been banned Apr 26 14:26:20 ican't even test things now Apr 26 14:34:37 there must be test accounts (aka 'numbers') you could use to test authentication and communication to a serverside test facility Apr 26 14:35:34 none that i know of Apr 26 14:35:41 like SIP "echo123" or "10000" Apr 26 14:36:18 if they don't have anything like that, they are really not worth bothering about their service Apr 26 14:37:15 they may have, but if they do, it's a secret user with a secret password Apr 26 14:37:25 hmmm Apr 26 14:37:31 they win't publish their internal test users Apr 26 14:37:42 s/win/won/ Apr 26 14:37:42 ceene meant: they won't publish their internal test users Apr 26 14:39:40 there also must be ways to unban an account, no? Apr 26 14:40:20 basically... nope Apr 26 14:40:44 i can write them and cry and they won't even answer back Apr 26 14:40:56 with a bit of luck i've only been banned for a couple days Apr 26 14:41:06 worst case is 60 days Apr 26 14:54:54 ceene: https://blog.heckel.xyz/2013/07/07/send-whatsapp-messages-via-php-script-using-whatsapi/ Apr 26 14:55:05 but i guess it's old Apr 26 14:55:44 https://github.com/venomous0x/WhatsAPI/ Apr 26 14:55:46 hehe Apr 26 14:56:31 yep Apr 26 14:56:36 i got several implementations Apr 26 14:56:40 i was pretty near :( Apr 26 14:56:47 libwa is almost there Apr 26 14:56:54 the yowsup guy has promised to look at it Apr 26 14:57:05 but i don't know if he'll be able to see what's wrong Apr 26 14:57:26 on parallel i was implemeting cipher onto yappari's original wa code Apr 26 14:57:44 in case libwa fails, be able to try something else Apr 26 14:58:00 but now that i'm banned... it's gonna be pretty hard Apr 26 14:58:07 my gf is gonna lend me a number of hers Apr 26 14:58:17 but once that is gone also... Apr 26 14:58:22 but yowsup's code works? Apr 26 14:58:28 yep Apr 26 15:01:52 it's quite frustrating, because libwa code is much better structured than Yappari Apr 26 15:02:03 but whereas libwa won't login, Yappari will Apr 26 15:02:21 and i can't for the life of me see what's wrong Apr 26 15:07:39 well obviously messy service asks for messy code =) Apr 26 15:08:52 i also don't understand why do we have to implement a full blown out xmpp client Apr 26 15:09:16 i don't know much about xmpp though, so maybe the reason is WA has modified the underlying protocol Apr 26 15:09:37 but for what i understand... we're implementing xmpp when that should already exist Apr 26 15:10:34 it's all insane Apr 26 15:10:48 i understand all of this was done by RE the protocol and all that, but... Apr 26 15:11:40 this should have been just a layer on top of qxmpp Apr 26 15:12:04 problem now is that this is all a race against the clock Apr 26 15:12:22 what use would it make if i started it all from scratch and spend six months on a perfect implementation Apr 26 15:12:31 by then everybody would have migrated to something else Apr 26 15:12:43 so that'd be as good as doing nothing at all Apr 26 15:12:49 maybe android version is way to go Apr 26 15:13:13 problem is the same Apr 26 15:13:18 either we run original apk Apr 26 15:13:34 or we have to implement the protocol Apr 26 15:15:59 maybe android version is closer to our ecosystem than s40? Apr 26 15:16:11 what os was s40 anyway? Apr 26 15:16:20 S40 version is written on java Apr 26 15:16:24 so it is easily decompilable Apr 26 15:16:37 oh i see Apr 26 15:16:50 android version, for what i've seen, is compiled to a binary .so Apr 26 15:16:59 IIRC the S40 os was boringly named Nokia OS Apr 26 15:16:59 so RE is quite harder Apr 26 15:17:17 i guess there must be some way to run code from that .so :) Apr 26 15:17:29 not that i'd feel comfortable doing that Apr 26 15:18:14 we need someone from wassup company to give some hints about source code Apr 26 15:18:42 working implementations seem to... work Apr 26 15:18:49 mine is a non working implementation right now Apr 26 15:18:49 :/ Apr 26 15:19:43 but victory will be sweeter after epic struggle than just struggle :) Apr 26 15:20:39 is there any opensource xmmp protocol which might excist in all phones? Apr 26 15:21:05 sure, xmpp is quite standard Apr 26 15:25:10 ceene: if you look for decompiler then magic word is 'ida' Apr 26 15:26:02 and you can probably ask local RE gurus Apr 26 15:26:04 well then. What would be best option that can be ran in maemo, lumia and android? Apr 26 15:26:07 jownil and friends Apr 26 15:26:40 yes i red several times that jonwil had ran out of things to do Apr 26 15:26:45 vajb: xmpp is open source protocol, and marketing name is 'jabber' Apr 26 15:26:56 Vajb: it doesn't matter if people, friends of friends of friends aren't willing to change from whatsapp to something else Apr 26 15:27:00 I doubt hel'' be intereted in REing watsapp :) Apr 26 15:27:03 and we're not enough people to instigate that change Apr 26 15:27:17 jonwil I mean Apr 26 15:27:32 ceene: how big is that .so? Apr 26 15:27:52 but in time when whatsup drops support of old phones Apr 26 15:28:14 i doubt that everyone is going to buy new phone then Apr 26 15:29:15 https://github.com/rafa-aguilar/WhatsAPI Apr 26 15:30:10 PHP?!? Apr 26 15:30:32 well, all he needs is a working code that can be rewritten Apr 26 15:30:48 that's quite an old implementation Apr 26 15:30:50 i got yowsup Apr 26 15:30:52 which works Apr 26 15:31:02 freemangordon: can't tell right now Apr 26 15:31:09 i'd have to redownload that thing and look for it Apr 26 15:31:15 but it probably has axolotl embedded Apr 26 15:31:19 and quite a few things Apr 26 15:31:23 so... big, I guess Apr 26 15:32:03 forget about REing then, unless they forgot to strip it Apr 26 15:35:22 ceene, i assume you already know about mgp25/chat-api ? Apr 26 15:35:39 yes Apr 26 15:35:50 that's the guy who is from my city Apr 26 15:36:04 but doesn't seem very keen on socializing and helping a brother out Apr 26 15:36:19 at least he is polite Apr 26 15:38:44 libwa is so near! Apr 26 15:38:50 but there's some stupid little thing wrong there Apr 26 15:59:29 ceene: if you need another number, i still have a 3rd working one ;) Apr 26 16:49:02 ask council to provide numbers! there's a reason we got funds for Apr 26 16:53:23 funds Apr 26 16:53:25 what funds Apr 26 16:53:27 i need some Apr 26 16:53:53 https://www.youtube.com/watch?v=op-LBp4sH7w Apr 26 17:49:05 Sicelo: thanks! right now i'm using a number of my gf Apr 26 17:49:12 DocScrutinizer05: ditto! Apr 26 17:49:35 i've registered fine using libwa Apr 26 17:49:40 faking an S40 Apr 26 17:49:43 this should work Apr 26 17:49:45 ¬¬ Apr 26 17:49:54 you shouldn't block that one too, I tellya dat bro Apr 26 17:50:01 lol Apr 26 17:50:03 she knows what I do Apr 26 17:50:14 but i'll try very hard not to get banned Apr 26 17:50:34 bring her to irc? :> Apr 26 17:51:18 sure Apr 26 17:51:48 there she is Apr 26 17:51:53 hi :) Apr 26 17:52:05 now you can pm her ;) Apr 26 17:52:18 yeah, i don't need yappari to talk to her Apr 26 17:52:22 xD Apr 26 17:52:22 ahycka: greetings earthling Apr 26 17:52:34 well, she's sitting right here, so i could always use my voice or what3ever Apr 26 17:52:57 ceene: pah, voice is overrated Apr 26 17:53:42 he needs me near to ask me whatsapp's code xD Apr 26 17:54:54 we used MSN a lot when we were young... Apr 26 17:55:20 also irc Apr 26 18:00:29 no icq? ;) Apr 26 18:00:50 we're not that old Apr 26 18:00:58 pft :P Apr 26 18:17:19 i thin k i found a difference Apr 26 18:17:20 ! Apr 26 18:18:50 doesn't work :( Apr 26 18:19:05 but at least no ban? ;) Apr 26 18:19:24 not for the moment Apr 26 18:19:28 since i can't login... Apr 26 18:34:29 * ahycka eats ceene Apr 26 18:34:43 where is my dinner??? Apr 26 18:34:58 on the fridge, woman Apr 26 18:35:09 sudo make yourself a sandwich Apr 26 18:35:48 https://xkcd.com/149/ Apr 26 18:36:56 -.- Apr 26 18:37:43 lets play "find the 10 diferences"! Apr 26 18:53:54 how do you get a number blocked, that's a good thing right? Apr 26 18:56:03 it depends on your definition of "good thing" Apr 26 18:56:09 most people would say that's bad Apr 26 19:05:51 well i guess you have to agree with there privicy policy to get blocked in the first place. so maybe it's a lose lose situation anyway Apr 26 19:06:38 question is, do we want to keep that part of n900's userbase or try to convert them (unlikely)? Apr 26 19:07:36 as said before it's the people the other end that's the issue Apr 26 19:08:00 my question still holds Apr 26 19:31:42 the gf is helping me :) Apr 26 19:31:50 she's more organized than I am Apr 26 19:32:02 well, only debugging, I am a better coder Apr 26 19:32:15 and I keep the house tidier Apr 26 19:34:32 she's really helped me find the issue! Apr 26 19:34:37 at least now I know where to look Apr 26 19:34:55 she's earned dinner Apr 26 19:35:07 so i'll be back later Apr 26 19:35:30 :) Apr 26 19:37:56 dinner!! dinner!! \o/ \o/ Apr 26 19:45:47 ceene: so God was right that it's not good for a man to remain alone :p Apr 26 19:46:13 sicelo: there are also cats as an lesser evil alternative :P Apr 26 19:59:09 warfare: do you have a link at hand to that video where the IPHH guys moved a server while running? Apr 26 19:59:48 DocScrutinizer05: https://www.youtube.com/watch?v=vQ5MA685ApE ;) Apr 26 19:59:54 \o/ ta! Apr 26 20:14:45 not understanding german, but those guys were nuts :p Apr 26 20:15:20 those are the guys hosting our maemo server Apr 26 20:15:33 great folks Apr 26 20:16:12 i know :) Apr 26 20:16:30 I just wondered what been that PDA used to check if the server still online, at first glance looked like N900, but too many keys on kbd Apr 26 20:17:45 warfare: next time you meet them for a beer, tell them my kudos please :-) Apr 26 20:19:00 DocScrutinizer05: Will do. IIRC it was a Danger HipTop. Apr 26 20:19:14 ooh Apr 26 20:19:23 never heard of Apr 26 20:20:21 https://en.wikipedia.org/wiki/Danger_Hiptop Apr 26 20:20:21 aaah yes, exactly Apr 26 20:20:30 same pafge :-) Apr 26 20:20:33 page* Apr 26 20:21:33 https://en.wikipedia.org/wiki/Danger_Hiptop#T-Mobile_Sidekick_LX_.28Danger.2FSharp.29 sidekick sounds familiar Apr 26 20:25:09 the UPS must have had enough power for another 3 days of continuous operation, no? Apr 26 20:25:36 this is out of this world :) Apr 26 20:25:39 * Sicelo likes Apr 26 20:26:22 https://youtu.be/vQ5MA685ApE?t=469 "UPS 100%? we originally planned to take the microwave oven with us too" Apr 26 20:27:01 and I thought they planned McDrive Apr 26 20:27:29 hello DocScrutinizer05 Apr 26 20:27:47 you can read my mind by now Apr 26 20:28:18 :-) Apr 26 20:28:25 hi & cya l8r Apr 26 20:28:31 dinner time Apr 26 20:28:41 where is infobot Apr 26 20:28:54 ceene, hello to you too Apr 26 20:31:17 hi, zamn900 Apr 26 20:31:25 things are looking good tonight Apr 26 20:31:38 how are you first of all Apr 26 20:33:19 pretty good ;) Apr 26 20:33:23 how you doing? Apr 26 20:33:38 wonderfully Apr 26 20:33:58 so I wonder how is yappari? Apr 26 20:34:11 it's going to work soon :) Apr 26 20:34:20 pretty soon I'd say Apr 26 20:34:32 maybe in next compilation that i'm starting in 30 seconds Apr 26 20:34:44 Freaky exciting statements hero Apr 26 20:35:11 ahycka is responsible for this today :) Apr 26 20:35:27 awesome Apr 26 20:36:24 and i earned my dinner for that! :) Apr 26 20:36:45 that's touching Apr 26 20:38:14 ahycka, how old are you? Apr 26 20:38:55 same as ceene Apr 26 20:39:34 well I don't know that... but it's good the same Apr 26 20:39:50 lol Apr 26 20:39:52 im 30 Apr 26 20:40:09 i'm 31 :( Apr 26 20:40:09 you did like anyway the hero assistant Apr 26 20:40:37 I am 25 Apr 26 20:41:12 you're almost younger than the n900 is now Apr 26 20:41:28 If you will, we can arrange the heroes band for the town into the night Apr 26 20:42:06 Yappari party Apr 26 20:42:18 it even rhymes Apr 26 20:43:21 it's very exciting the night... I go driving and rushing... you screming out our batmobile... and you on roof and with a bat smashing all around the villans Apr 26 20:44:04 I feel excited Apr 26 20:44:32 party will be... everynight Apr 26 20:44:34 well, at least i've surpassed this login obstacle! Apr 26 20:44:47 but... Apr 26 20:44:53 Generating keys... Apr 26 20:44:53 terminate called after throwing an instance of 'WhisperException' Apr 26 20:44:53 Aborted (core dumped) Apr 26 20:44:57 this isn't cool Apr 26 20:44:58 :/ Apr 26 20:45:21 all aborted with it Apr 26 20:45:54 don't want to distract you anymore Apr 26 20:46:23 click and type firmly better the next times Apr 26 20:47:15 an entire community is with you inside your actions right now Apr 26 20:47:18 :) Apr 26 20:48:09 it'll be tomorrow probably Apr 26 20:48:13 it's late now Apr 26 20:48:37 rught let's kick arses Apr 26 20:48:51 I go driving Apr 26 20:48:57 jump in Apr 26 20:52:22 * zamn900 doesn't wait anymore and rolls away on the road **** ENDING LOGGING AT Wed Apr 27 02:59:58 2016