IRC log for #htc-linux on 20120320

00:00.18jonprythats an interesting idea
00:00.47*** part/#htc-linux Cotulla (~myfakemai@nat100-255-205-109.tvoe.tv)
00:01.01jonpryi have this 800 number that i do a similar thing with. but its like .03/min
00:01.46bzoonly downside is that people you're calling may get confused about the caller id displayed
00:02.08bzobut I guess you could get around that by telling android to always route calls through GV
00:02.28jonpryor fake the caller id
00:02.48bzocan you do that calling directly from your phone?
00:03.06jonpryyeah there is a code to do it for single use
00:03.22jonpryprobably can do it permanently if your carrier cooperates
00:03.47bzois the single time code a standard gsm command?
00:04.11jonpryits one of those like *61*29837897982# kind of things
00:04.39bzohmm, could hack the dialer to always prepend the code
00:36.26*** join/#htc-linux furtardo (~mks@nat/yahoo/x-hfywntkimgugflwz)
00:48.25*** join/#htc-linux hardwalker (~hardwalke@114-47-114-49.dynamic.hinet.net)
01:01.50*** join/#htc-linux rpierce99 (~rpierce99@96-42-107-19.dhcp.stcd.mn.charter.com)
01:33.35*** join/#htc-linux mitsutak_ (~mitsutaka@219.143.36.82)
01:47.44*** join/#htc-linux detule (~detule@pool-96-234-128-143.bltmmd.east.verizon.net)
01:47.52*** join/#htc-linux detule (~detule@unaffiliated/d3tul3)
01:53.26*** join/#htc-linux jonpry (~jon@adsl-98-85-200-124.mco.bellsouth.net)
01:53.47*** join/#htc-linux bartman (~bart@2607:f2c0:f00e:700:2e0:81ff:fe47:3d02)
01:54.01detulehey jonpry
01:54.12jonpryhi detule
01:54.18jonpryport 3.3 yet?
01:54.44detulehaven't tried, i've backported some of the stuff from 3.3:staging/android back to 3.2
01:55.00detuleshould make for an easier transition
01:55.09detuleanyways, i was thinking about your IO sim errors
01:55.14jonpryyeah that is a good technique
01:55.27detulethere's some functionality in our ril (that phh's to blame) that delays IO request to the sim
01:55.39detuleit takes a command line parameter (slow_sim)
01:55.54detuleand then delays IO requests by usleep(slow_sim)
01:56.18detulethis functionality was removed though at some point....i put it back in and compiled a ril with it if you want to give it a go
01:56.19jonpryany idea why?
01:56.31detulehyc cleared out all command line parameters for the ril
01:56.37detule(rightfully so)
01:57.11jonpryi'm not sure what is going on with my system.img anymore since i was doing all that ril wrapper stuff
01:57.41jonpryi can give it a go
01:57.46detulejust grab the latest from the xda thread
01:58.16rpierce99we couldn't find anyone who was using slow_sim anyways
01:58.37detulehttp://dl.dropbox.com/u/38520332/libhtcgeneric-ril.so.5
01:59.46jonprywill take a while to download
02:00.10*** join/#htc-linux Bry8Star{EB (Bry8Star-@2001:470:4:743::2)
02:06.37detulethere are some other 210 users (hyc included) reporting some ril/radio issues...though none as severe as yours
02:10.03jonprywhat kind of issues?
02:10.56detuleoutgoing phonecalls mostly....
02:11.08detuledisapearing incall screen but phone active in background
02:11.11detuleno io errors
02:15.53jonpryhmm. my screen doesn't disappear. just says call ended
02:17.14detuleis the call still active?
02:17.24detuleas in when you try to make another call it asks you to merge or something
02:17.55jonpryjust as soon as the callee answers my phone hangs up
02:19.23detulewell that dropbox ril has a testing patch that seems to alleviate some of the symptoms ... though not sure if you have the same thing going on....their calls are still active even though the dialer either disappears or it says call lost
02:19.58jonprysomething like that happened once
02:20.08jonpryhad this perpetual call i couldnt hang up
02:20.15detuleyeah
02:21.15detulenot sure what's the root cause of that, but at least we can predict when the radio will return an incorrect call listing (and cause the dialer to say "call lost" when the call is still active)
02:24.29detulehere's the full diff of the ril above http://pastebin.com/2HmLenBH
02:27.55jonprythe usleep is the slow sim?
02:29.35jonpryick 27 kernel
02:31.05jonpryanyone ever talk about gposit?
02:34.13*** join/#htc-linux ALoGeNo (~alogeno@179.Red-81-32-131.dynamicIP.rima-tde.net)
02:34.13*** join/#htc-linux ALoGeNo (~alogeno@unaffiliated/alogeno)
02:35.06detuleno the usleep was for something else (slow down the call listing requests)....the usleep(slow_sim) was already in there...just the part where we parsed the command line was commented out
02:45.49*** join/#htc-linux swc|666 (~goldbond@Aircrack-NG/Friend)
02:46.21jonpryno joy
02:46.33detulehow big of a delay did you give it
02:46.59jonpry?
02:47.11detulehave to pass "slow_sim=x" in commandline
02:47.22jonpryoh
02:47.26jonprynone
02:48.14detuletry half a second? or perhaps a full second
02:48.14jonprywhat is a reasonable value?
02:48.17detuleno idea
02:48.24jonpryin microseconds?
02:48.57detule500000?
02:49.15detuleyeah it just does usleep(whatever was passed down as slow_sim)
02:49.44detuleshould've put some debugging printouts in there to make sure it parses the commandline correctly
02:49.46jonpryone sim command per .5 second seems really slow
02:50.07detuleit just does that for the IO stuff
02:51.55jonprymaybe it will work better with a 3.3 kernel
02:52.20detulefor sure
02:53.51*** join/#htc-linux infernix (nix@unaffiliated/infernix)
02:55.10jonprywell it seems to be working in a very slow sense
02:56.51jonpryor not
02:57.32detulestill IO errors?
02:59.20jonprycan't tell because of radio spam
02:59.57jonprynone in the log anyways
03:00.28jonpryV/RILJ    ( 1377): Incoming UUS : NOT present!
03:00.40detulei got those too (i think)
03:01.15detuleany AT< WCDMA or AT< GSM
03:01.24jonpryD/RILJ    ( 1377): NOTE: mReqWaiting is NOT 0 but3 at TIMEOUT, reset! There still msg waitng for response
03:02.04detulethere should be a FAILURE above that somewhere
03:04.08jonpryprobably died after trying to setup data
03:05.26detuleI think that mReqWaiting message can be rectified...it's somewhere in the ril where we are returning failure to userland but the response is still waiting in the at_channel
03:05.37detuleif we can figure out which at call is failing
03:06.04detuleperhaps add an "at_response_free(p_response);" or something
03:06.04jonpryno e/
03:06.54jonpryat least it didn't reboot when i called it this time
03:07.07*** join/#htc-linux MacDrunk (~marper@201.165.143.24)
03:08.13*** part/#htc-linux MacDrunk (~marper@201.165.143.24)
03:09.14jonpryGSM     ( 1399): [IccCard] Broadcasting intent ACTION_SIM_STATE_CHANGED NOT_READY reason null
03:09.15jonpryD/RILJ    ( 1399):
03:09.37detulebtw those failure don't show up as e/ something like "03-14 18:41:33.064 D/RILJ    ( 1396): [0252]< GET_CURRENT_CALLS error: com.android.internal.telephony.CommandException: GENERIC_FAILURE"
03:10.20jonpryD/RILJ    ( 1377): [0122]< SETUP_DATA_CALL error: com.android.internal.telephony.CommandException: GENERIC_FAILURE
03:10.25detulealright
03:10.54jonpryD/AT      ( 1266): AT< +CREG: 1,"6A7E","6217"
03:11.35detulei could add a free_sponse in setup_data_call that won't address why the data_call is failing but perhaps it will stop backing up the channel?
03:12.06jonpryit calls that command 3 times in succession with 621d 618 6217
03:12.11jonpryer 6218
03:13.14detulethat's coming from the radio
03:13.47detuleour commands are ">" radio spam is "<"
03:14.40detulethere's some command in the ril unsolicitedCREG which i assume handles those messages
03:14.57detule"/* Format is +CREG: <state>,[<lac>,<cid>] */"
03:16.22detulecid -> what's that different cell towers?
03:16.50jonprymust be
03:18.21jonpryD/RIL     ( 1266): onRequest: SIM_IO (28)
03:18.21jonpryD/RILJ    ( 1382): [0049]< SIM_IO error: com.android.internal.telephony.CommandException: GENERIC_FAILURE
03:19.01*** join/#htc-linux Ondalf (~ondalf@cable-roi-fffbdd00-144.dhcp.inet.fi)
03:21.14detulethere's a FIXME message tag in that IO function " /* FIXME handle pin2 */ "
03:21.53jonprywith data disabled it basically works except that once i make a call i can never receive one
03:22.07jonpryit shows up in the log. but no ring
03:22.54detuleyou get CRING's -> it should ask for getcurrentcalls after that -> does the radio return a call listing?
03:23.11jonpry<PROTECTED>
03:23.49*** join/#htc-linux infernix (nix@unaffiliated/infernix)
03:25.00jonpryits like it alternates between failure and a list of calls
03:25.56jonpryis that n0rmal?
03:27.33detuleCLCC (get current calls) never returns
03:30.50detulethis phone listed in CLIP is the one that was calling you?
03:30.57jonpryyes
03:31.05detulewe can patch it somehow to use the output from that instead of waiting for CLCC to return
03:31.14detuleAT > CLCC should return with a listing
03:31.17detulebut it never does
03:31.36jonpryit must be working until i make a call
03:32.14jonpryprobably doesn't terminate correctly or something
03:36.01jonprynot sure how any of this could possibly be related to my sim card
03:41.21detulepretty sure we can rig to return CLCC from CLIP but that would be an ugly workaround
03:42.09detulea CLCC response looks like AT< +CLCC: 1,0,2,0,0,"xxxxxxx",129
03:43.18jonprysounds good to me
03:45.10*** join/#htc-linux Bry8Star{EB (Bry8Star-@2001:470:4:743::2)
03:45.43jonpryi gotta sleep. ttyl
03:47.22detulelater
03:52.31*** join/#htc-linux Bry8Star (~Bry8Star@gateway/tor-sasl/bry8star)
03:56.13*** join/#htc-linux mitsutaka (~mitsutaka@219.143.36.82)
04:16.06*** join/#htc-linux mitsutaka (~mitsutaka@219.143.36.82)
04:33.31*** join/#htc-linux Bry8Star (~Bry8Star@gateway/tor-sasl/bry8star)
04:41.19*** join/#htc-linux mitsutak_ (~mitsutaka@219.143.36.82)
04:55.46*** join/#htc-linux Rob2223 (~Miranda@p5B024E80.dip.t-dialin.net)
05:32.18*** part/#htc-linux EdLin (~EdLin@securabit/listener/edlin)
05:43.10*** join/#htc-linux ALoGeNo (~alogeno@unaffiliated/alogeno)
06:32.53*** join/#htc-linux Crooks_mobile (~Crooks@64-110-199-81.regn.hsdb.sasknet.sk.ca)
06:51.35*** join/#htc-linux MacDrunk (~marper@201.165.143.24)
07:05.56*** join/#htc-linux kiozen (~kiozen@p578a42db.dip0.t-ipconnect.de)
07:06.21*** part/#htc-linux MacDrunk (~marper@201.165.143.24)
07:20.07*** join/#htc-linux rajkosto (~rajkosto@2001:470:d76b:da7a:2922:5a4a:4e40:41da)
07:40.19*** join/#htc-linux |lippa| (~lippa@CPE-121-219-53-86.lnse1.lon.bigpond.net.au)
07:42.13*** join/#htc-linux ychavan (ychavan@nat/redhat/x-wtmtjtmrglpkxriv)
08:08.22*** join/#htc-linux Arganis31 (c2a78c66@gateway/web/freenode/ip.194.167.140.102)
08:36.45*** join/#htc-linux lamikr (lamikr@nat/nokia/x-bxshirmngwrpbjqc)
08:49.16*** join/#htc-linux gauner1986 (~Miranda@ip-109-91-241-106.unitymediagroup.de)
09:54.23*** join/#htc-linux Ondalf (~ondalf@cable-roi-fffbdd00-144.dhcp.inet.fi)
10:10.45*** join/#htc-linux rajkosto (~rajkosto@2001:470:d76b:da7a:2922:5a4a:4e40:41da)
11:09.05*** join/#htc-linux zeusk (77eb360e@gateway/web/freenode/ip.119.235.54.14)
11:11.11*** join/#htc-linux balans21 (~user@82-170-217-205.ip.telfort.nl)
11:18.59*** join/#htc-linux Alex[sp3dev] (~alexander@178.176.66.95)
11:29.05*** join/#htc-linux detule (~detule@pool-96-234-128-143.bltmmd.east.verizon.net)
11:47.27*** join/#htc-linux LordDeath (~LordDeath@cable-81-173-164-174.netcologne.de)
12:22.14*** join/#htc-linux balans21 (~user@82-170-217-205.ip.telfort.nl)
12:32.14*** join/#htc-linux [1]NeoMatrixJR (~NeoMatrix@173-18-84-218.client.mchsi.com)
12:32.18*** join/#htc-linux balans22 (~user@82-170-217-205.ip.telfort.nl)
12:32.20*** join/#htc-linux LargePrime (~LargePrim@c-68-41-228-41.hsd1.mi.comcast.net)
12:32.21*** join/#htc-linux NeoMatrixJR (~NeoMatrix@173-18-84-218.client.mchsi.com)
12:37.07*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
12:39.01*** join/#htc-linux balans21 (~user@82-170-217-205.ip.telfort.nl)
13:09.18*** join/#htc-linux DuperMan (~Duper@85-250-214-207.bb.netvision.net.il)
13:33.38*** join/#htc-linux lamikr (lamikr@nat/nokia/x-psscxnlvmpmimgdk)
14:17.10*** join/#htc-linux zeusk (77eb360e@gateway/web/freenode/ip.119.235.54.14)
14:28.01*** join/#htc-linux lamikr (lamikr@nat/nokia/x-rrpjlyjytmznhlhj)
14:35.27*** join/#htc-linux ALoGeNo (~alogeno@74.Red-83-41-48.dynamicIP.rima-tde.net)
14:35.27*** join/#htc-linux ALoGeNo (~alogeno@unaffiliated/alogeno)
14:38.25*** join/#htc-linux detule (~detule@unaffiliated/d3tul3)
15:05.27*** join/#htc-linux zeusk_ (77eb360e@gateway/web/freenode/ip.119.235.54.14)
15:11.36*** join/#htc-linux detule (~detule@unaffiliated/d3tul3)
15:37.44*** join/#htc-linux LargePrime_ (~LargePrim@c-68-41-228-41.hsd1.mi.comcast.net)
16:31.41zeuskLOL http://www.mslinux.org/
16:32.34whitekidneyzeusk: no way
16:32.53whitekidneyoh lol
16:33.09zeuski thought it was fake too
16:33.17zeuskthen i saw http headers from www.microsoft.com
16:33.38whitekidneywait
16:33.42whitekidneyit isnt fake?
16:34.01whitekidneyfacepalm
16:34.12zeuskofcourse not !
16:34.22whitekidney:D i jsut read "microsoft invades cuba"
16:34.37zeuskBut who will buy an outdated microsoft linux distro for 250 USD ??
16:35.11zeuski am stuck between which linux distro to use :(
16:35.25zeusktried arch, ubuntu, lubuntu, debian and many more
16:35.52zeusk-and then i found mslinux... Trololololololo
16:39.30whitekidneyzeusk: hannah montana linux
16:39.42whitekidneyhttp://hannahmontana.sourceforge.net/
16:39.59zeuskoh god
16:40.37zeuskthat is worse than devil
16:40.42whitekidneylol
16:41.05zeuskhow do people get so crazy idea :o
16:41.41*** join/#htc-linux x1o (57f54144@gateway/web/freenode/ip.87.245.65.68)
16:46.00zeuskMicrosoft has hired lawyers to attack it's own product line in an attempt to confuse the DOJ
16:46.04zeuskfail
16:53.45*** join/#htc-linux GNUtoo (~gnutoo@host155-102-dynamic.10-188-r.retail.telecomitalia.it)
16:57.02*** join/#htc-linux helicopter88 (~helicopte@host139-12-dynamic.47-79-r.retail.telecomitalia.it)
16:58.23*** join/#htc-linux Alex[sp3dev] (~alexander@178.176.66.95)
17:03.34*** join/#htc-linux kiozen (~kiozen@p578a42db.dip0.t-ipconnect.de)
17:05.52*** join/#htc-linux detule (~detule@unaffiliated/d3tul3)
17:07.17*** join/#htc-linux furtardo (~mks@nat/yahoo/x-simvzmbhnmvhwjdr)
17:07.33*** join/#htc-linux balans21 (~user@82-170-217-205.ip.telfort.nl)
17:12.45*** join/#htc-linux DuperMan (~Duper@85-250-214-207.bb.netvision.net.il)
17:15.36*** join/#htc-linux ccxCZ (~ccxCZ@new.webprojekty.cz)
17:27.14*** join/#htc-linux x1o (57f54144@gateway/web/freenode/ip.87.245.65.68)
18:13.59*** join/#htc-linux paulk-desktop (~paulk@lib33-1-82-233-88-171.fbx.proxad.net)
18:27.35*** join/#htc-linux Cotulla (~myfakemai@nat100-255-205-109.tvoe.tv)
18:28.03fakkerprivet
18:29.38Cotullahihi
19:02.10*** join/#htc-linux zeusk (77eb360e@gateway/web/freenode/ip.119.235.54.14)
19:02.40zeuskhii
19:03.40zeuskfakker
19:04.01zeusklook what i got for you http://www.mslinux.org/
19:05.09Cotullaweed?
19:05.39zeuskmicrosoft linux > weed
19:06.07*** join/#htc-linux kiozen (~kiozen@ppp-93-104-71-205.dynamic.mnet-online.de)
19:06.17zeuskand yeah cotulla, it is not real. Just some troll
19:06.31Cotullabut cool
19:06.41Cotullais ur $249.99  ready?
19:06.45zeusklol
19:06.57zeuskMS Linux to have Start Button
19:08.55zeuskgoing to try windows 8
19:09.05Cotullau try to more
19:09.05zeuskanyone here tried it already ?
19:09.09Cotullajust go and make something useful
19:09.14Cotullalike finish usb host
19:09.30zeusklol, crappy cygwin wont let me compile
19:09.38zeuskor maybe my package settings are wrong
19:12.10Cotullaol
19:12.38CotullaG0 |)66PPER
19:14.51zeuskc01ulla 15 1337
19:15.15zeusklol
19:20.46*** join/#htc-linux rob_w (~bob@host-188-174-192-117.customer.m-online.net)
19:20.46*** join/#htc-linux rob_w (~bob@unaffiliated/rob-w/x-1112029)
19:24.10*** join/#htc-linux mastermerlin (~Adium@p4FEE5AB8.dip.t-dialin.net)
19:24.59NetRipperdownloading hannah montana linux as we speak
19:25.33NetRipperi hope it comes preloaded with lots of wallpapers and nifty startup and other event sounds
19:25.36zeuskLOL
19:25.48zeusktry mslinux :p
19:26.21NetRipperlol
19:26.50NetRipper"Microsoft Linux includes a new Troubleshooting Daemon (crapd)"
19:26.52NetRipperawesome
19:26.54Cotullau download linux for wallpapers?
19:27.06NetRipperwell i saw a screenshot and i decided i must have it
19:27.18NetRipperdon't you download ubuntu for its awesome background?
19:27.36Cotullanope
19:27.58zeuskI don't usually download linux, but when i do, i make sure it has awesome wallpapers
19:28.11zeuski rate my answer 10/10
19:30.31NetRipperi agree
19:30.34NetRipper+rep
19:31.18Alex[sp3dev]i rate skype 0/10
19:31.54Cotullawhy?
19:31.59NetRipperi didnt even see this
19:32.04CotullaI rate my question 10/10
19:32.04zeuski rate skype -1/10, i have 8 id and i cannot recover password for any of them... the button simply does not work
19:32.13NetRipperyou can also download theme packs of hannah montana
19:32.20NetRipperor a logo to put on your pc
19:32.25Cotullawho is it? I rate my question 5/10
19:32.30NetRipperhttp://hannahmontana.sourceforge.net/Site/Downloads_files/hannah_montana_linux_logo.png
19:32.46Cotullalol. I rate my text as 10/10
19:33.01zeusklol, i rate your lol as 1/10
19:33.19Alex[sp3dev]on my linux desktop skype keeps crashing often. and mic does not work for some reason. i have installed skype on my sgs2 and called a friend. first 5 secs we could hear each other, then - not. who is to blame - skype or my 3g?
19:33.30NetRipperi rate the current intelligence level of this at 0/10
19:33.37NetRipperof this channel*
19:34.19Cotullawhat about ur hands, Alexx? I rate my q as 6/10.
19:34.51Alex[sp3dev]i rate my hands 5/10
19:35.01zeuski rate your rating 7/10
19:35.14zeuskbut since i have not seen your hands, i rate it 0/10
19:35.22Cotulla:)
19:35.24Alex[sp3dev]HANDS OR DIDNT HAPPEN
19:35.32CotullaHANDS UP
19:35.39NetRipperPANTS DOWN
19:35.47NetRipperoh wait, thats another channel
19:35.51Cotullalol
19:36.05Cotullai rate your text as 1/10 NetRipper :P
19:36.14*** join/#htc-linux Bry8Star{EB (Bry8Star-@2001:470:4:743::2)
19:36.15NetRipperi fully agree
19:36.21Alex[sp3dev]seriously i wonder how we can revive this channel. but since most of us are not working on msm7k now and are busy, the only thing left is making stupid ratings
19:36.30fakkeri rate my rating craze 10/10
19:36.35fakker:D
19:36.37Cotullarate epidemic . . . who started it?
19:36.40fakker<<
19:36.40zeusklol
19:36.40CotullaAlexx u?
19:36.45Alex[sp3dev]no it was fakker
19:36.49Cotullalol
19:36.51fakkeri rate fakker 10/10
19:36.53Cotullamy teacher :)
19:36.54NetRippersince there are no more hilarously idiotic popular windows mobile devices, we have no shit to fix anymore
19:37.25Cotullau should open a school fakker
19:37.29zeuski think wm6.5 > android 2.2
19:37.53zeuski would rate that school 10/10
19:37.57Cotulla[.....H.O.W.....T.O.....T.R.O.L.L......]
19:38.19Cotullaby using assembler code in comments :)
19:38.46Alex[sp3dev]http://pete.com/files/photos/the-secret-to-trolling.jpg
19:39.53zeuskyour link is broken alex, i rate it 0/10
19:40.17Alex[sp3dev]is not going to check if it works or not
19:43.16helicopter88it works Alex[sp3dev]
19:43.23helicopter88zeusk is a troll
19:43.41zeuskx( not for me, it redirects to some page
19:44.01helicopter88the secret of trolling is
19:44.04helicopter88and
19:44.39zeuskphotoshop pro http://www.youtube.com/watch?v=5Ce_954P20I
19:45.11Alex[sp3dev]you knew i don't have flash!
19:45.27helicopter88he's not that good
19:45.30helicopter88he's better http://www.youtube.com/watch?v=1XZGHOxnCto
19:45.52helicopter88Alex[sp3dev] get flash quickly
19:46.32zeuskyoutube.com/html5 ?
19:46.40Alex[sp3dev]helicopter88: your video worked without flash
19:46.40helicopter88sudo troll
19:47.08helicopter88because zeusk sucks :P
19:47.24zeuskcall it the troll power, not my fault x(
19:48.20Alex[sp3dev]http://www.youtube.com/watch?v=y0Qvq5Cr6Ek
19:48.58Cotullatrols
19:49.07CotullaI started from assembler code
19:49.20Cotullathey are trolling about audio in linux now  lol
19:49.29Cotullasystem is working
19:49.31Cotulla:)
19:51.17zeuski think it is windows, because it had c:\ in path
19:53.06*** join/#htc-linux jonpry (~jon@adsl-98-85-200-124.mco.bellsouth.net)
19:53.39Cotullait's linux cuz this channel is htc-linux
19:55.00fakkeryea
19:55.08fakkermy linux windows os is having problems
19:55.10fakkerbut it's ok
19:55.28*** join/#htc-linux nil_ (521c3507@gateway/web/freenode/ip.82.28.53.7)
19:55.33zeuskmy lubuntu just got a bsod :(
19:55.39zeusklol
19:55.43fakkeri rate your funny 0/10
19:56.26zeuski rate your rating 10/10
19:56.48fakkeri bet you sucked at counter-strike as well as life
19:56.49fakker:D
19:56.55fakker1deagle hs NetRipper
19:57.13zeuski have not tried counter strike yet
19:57.17NetRipperi rate the possibility of that 0/10
19:57.21zeusktoo bad for my taste
19:57.23fakkerpfff
19:57.26fakkeri did it before i'm sure
19:57.30NetRipper:P
19:57.31CotullaNetRipper in game. I rate that as 100/10
19:57.38fakkerChoke, pfff
19:57.41fakker:D
19:57.44NetRipperfortunately cotulla does nto know my gaming history
19:57.52fakkerhaha
19:57.55zeusklol
19:57.55CotullaCS? I know.
19:58.07Cotullaor it was ur idea? :o
19:58.08NetRipperwhoops you do
19:58.12fakker:)
19:58.18Cotullato rate everything on this channel ? :o
19:58.29NetRippernot mine
19:58.30NetRipperfor sure
19:58.32NetRipperi think
19:58.35NetRipper.
19:58.41zeuskhe is trolling you
19:58.45fakkeri rate your thinking 0/10
19:58.50Alex[sp3dev]let's rate everything. trolls will go bankrupt
19:59.03fakkeri rate your stock market 0/10
19:59.12CotullaI rate fakkers rate relative to zeusk rate as 5.5/11.5
19:59.28fakkeri rate your face 4/10
19:59.41NetRipperpics or it didnt happen
20:00.11CotullaI rate NetRipper's style relative to Alexx style as 10/10
20:00.16fakkerhttp://media.egotvonline.com/wp-content/uploads/2012/03/vladimir_putin_17.jpg
20:00.36NetRipperso how do you guys rate windows 8 beta
20:00.36NetRipper:P
20:00.37zeuskthats a nice face fakker, i rate it 8/10
20:00.40Cotullau show that picture already
20:00.47fakkerhttp://oilandglory.foreignpolicy.com/files/putin_2.jpg
20:00.48Cotullafakker. I rate this as 0/10
20:00.49zeuski am going to install consumer preview
20:00.54NetRipperi have
20:01.10zeuskhow is it ?
20:01.15Alex[sp3dev]it sucks, trust me
20:01.26Alex[sp3dev]i have not installed it though
20:01.34NetRipperif you have a touch screen with bevel edges (i.e. no flat screen), it sucks ass
20:01.35fakkerCotulla, http://ecodiario.eleconomista.es/imag/_v2/ecodiario/global/225x250/putin_judo.jpg ?
20:01.54fakkeryou are the kid
20:01.58fakkeri rate your Judo 0/10
20:02.02Cotullagood that leo has flat screen
20:02.07NetRipperlol
20:02.08NetRipperyes
20:02.37NetRipperthey havent confirmed win8 will be available as arm build afaik
20:02.53NetRippereven though it was originally planned
20:03.05*** join/#htc-linux balans21 (~user@82-170-217-205.ip.telfort.nl)
20:03.06Alex[sp3dev]http://media.boreme.com/post_media/2009/putin-doll-1-1.jpg putin is trolling
20:03.14NetRipper:smug:
20:03.22fakkerumadbro
20:03.54NetRipperhttp://images.intomobile.com/wp-content/uploads/2009/08/o-rly-putin1.jpg
20:04.01CotullaLOL
20:04.10CotullaI rate NetRippers picture as 13/10
20:04.17NetRipper:D
20:04.34Cotullabut I rate NetRippers troll-shield as 0/10
20:04.40Alex[sp3dev]basically the whole country is doing what putin is showing in this photo ;)
20:04.40NetRipperty
20:05.13fakkerhttp://files.abovetopsecret.com/images/member/d763fe961b0c.jpg Putin on weekends
20:05.25CotullaIron Curtain ready. Select target!
20:06.47zeuskmaybe we should rename channel to htc-putin ?
20:07.05zeuskhmm, nice name for phone, htc putin
20:08.23zeuskbb guys, i go install wp8 and rage on msdn later xD
20:09.28Cotullabb g l
20:19.31*** join/#htc-linux detule (~detule@unaffiliated/d3tul3)
20:50.40*** join/#htc-linux balans21 (~user@82-170-217-205.ip.telfort.nl)
20:53.19*** part/#htc-linux Cotulla (~myfakemai@nat100-255-205-109.tvoe.tv)
20:53.32*** join/#htc-linux Cotulla (~myfakemai@nat100-255-205-109.tvoe.tv)
21:22.16*** join/#htc-linux mastermerlin (~Adium@p4FEE5AB8.dip.t-dialin.net)
21:34.43*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
21:44.54*** join/#htc-linux zeusk_ (77eb360e@gateway/web/freenode/ip.119.235.54.14)
21:45.03zeusk_Netripper, you were right.. Windows 8 preview, i rate it 0/10
21:45.29NetRipperlol
21:45.46NetRipperi think its nice for tablets
21:46.08NetRipperbut not for regular pcs
21:46.10zeusk_maybe, but i dunno what they had in mind putting it on a desktop, the mouse gestures are pain, the scroll bars are ugly
21:46.28NetRipperyea they did that for touch obviously
21:46.31zeusk_and installation is !@#!$ SLOW !!
21:46.35NetRipperslow??? wtf
21:46.42NetRipperit installed within 10 mins here
21:46.45NetRipperon a 1.2ghz i3
21:46.52zeusk_hmm, must be my usb then
21:47.27zeusk_I still rate it 0/10, unity looks better than metro on desktop
21:47.37NetRipperi hope unity has improved a lot then
21:47.43NetRippercos it worked like shit on my tablet laptop
21:47.52NetRipper(a year ago)
21:48.13zeusk_yes, tried the 12.04 yet ? (its not best yet but atleast not as shit it was in 11.04)
21:48.14NetRipperwin8 is a blessing compared to what i experienced back then
21:48.19NetRipperno i havent
21:48.40NetRipperi dont do much with linux (on desktop) lately since i've stopped active development on the Leo
21:48.56zeusk_oh
21:49.19zeusk_finally i can compile my leo usbhost code, cygwin was eating my brain...
21:49.38NetRipperoh god you use cygwin and cross compile for your leo?
21:50.25zeusk_i tried
21:50.34zeusk_but it failed
21:50.38zeusk_miserably
21:53.45NetRipperif you cant part with your windows desktop, you're better off with a linux vm
21:53.46NetRipper:p
21:54.00zeusk_actually i'd prefer windows vm
22:09.22*** part/#htc-linux Cotulla (~myfakemai@nat100-255-205-109.tvoe.tv)
22:16.09*** join/#htc-linux zeusk (~shantanu@119.235.54.14)
22:20.57*** part/#htc-linux zeusk (~shantanu@119.235.54.14)
23:34.49jonpryunity ugh

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.