IRC log for #htc-linux on 20110319

00:00.16Entropy512yup, more specifically, doesn't report any position info until it has a valid lat/long fix
00:00.23jonpryah. doesn't 2d fix come before 3d?
00:00.46arrrghhhshould, but there's something wrong with 0x4
00:00.51arrrghhh(height)
00:01.09jonprymaybe 0x4 is 2d fix or something
00:01.26jonprywe're just not parsing the result correctly
00:01.32arrrghhhyes
00:01.38*** join/#htc-linux GPFerror (~GPF@ip72-208-193-231.ph.ph.cox.net)
00:01.39*** join/#htc-linux GPFerror_ (~GPF@ip72-208-193-231.ph.ph.cox.net)
00:01.52arrrghhhthe 'fix' is kinda a hack, just makes sure lat/long exists before showing it's locked.
00:01.52rpierce99based on timing i believe he thinks 0x4 is 1HZ NMEA or something equally over my head
00:01.58arrrghhhlmao
00:02.40Entropy512hahah
00:03.02Entropy512based on a combination of timing, and just consistency of those flags with some of the cyanogenmod GPS code
00:03.16jonpryits all 1hz nmea
00:03.31Entropy512unfortunately while I'm positive 0x1, 0x2, 0x4 are the same, I can't comment properly on anything else - there's a clear divergence for some values
00:03.56arrrghhhjonpry, did you write the GPS code or did phh?
00:04.34jonpryi wrote my own, then he did his
00:04.42arrrghhhofc
00:04.48arrrghhhwhich one is being used today?  phh's i assume?
00:05.05jonpryyeah, mine used the windows mobile dll's
00:05.12Entropy512https://github.com/CyanogenMod/android_hardware_qcom_gps/blob/gingerbread/loc_api/libloc_api-rpc/inc-1240/loc_api_fixup.h
00:05.19arrrghhhhrm... wouldn't that be "better" jonpry ?
00:05.23arrrghhhRE dll's
00:05.32Entropy512advantages and disadvantages
00:05.45jonpryi swear some of the qcom gps code explains this crap. they have this structure that more or less is 1 to 1 mapping to rpc results
00:05.55jonprygtg
00:06.09Entropy512it's the "real deal" but wrappers are a hack, and if we can get solid open source drivers that's optimal.  :)
00:06.09arrrghhhaw... cya
00:06.12Entropy512cya
00:06.19arrrghhhEntropy512, well that's true
00:06.28arrrghhhsomething about writing all the code yourself
00:06.32arrrghhhbut if the wrapper works better :P
00:07.32Entropy512some of the RPC_LOC_EVENT values in the file above seem consistent with our chipset (At least based on timing, good confidence in 0x1,2,4, but need to look at the data too), but other values are either unknown or definately different.
00:08.10arrrghhhchrist, did htc do anything standard with this device?
00:11.12*** join/#htc-linux tyween (~tyween@pool-71-163-117-57.washdc.fios.verizon.net)
00:11.45Entropy512more like qualcomm
00:11.52Entropy512fairly certain that's just a qualcomm API
00:11.54*** join/#htc-linux netson-ubuntu_ (~netson-ub@125.161.202.104)
00:11.58Entropy512that qualcomm keeps updating/revving
00:12.04arrrghhhhrm
00:18.14*** join/#htc-linux rajkosto (~rajkosto@2001:470:1f0b:728:c004:8347:b148:d9ff)
00:58.43*** join/#htc-linux gauner19861 (~Adium@p508C7428.dip.t-dialin.net)
01:08.03*** join/#htc-linux arrrghhh_ (~arrrghhh@c-24-9-150-163.hsd1.co.comcast.net)
01:08.47*** join/#htc-linux Christie (Christine@adsl-71-156-44-252.dsl.irvnca.sbcglobal.net)
01:11.32*** part/#htc-linux rafpigna (rafpigna@151.71.145.21)
01:18.08*** join/#htc-linux Sisco (~Sisco@pool-173-51-119-119.lsanca.fios.verizon.net)
01:18.09*** join/#htc-linux Sisco (~Sisco@unaffiliated/sisco)
01:18.15Christiehello
01:18.22SiscoI have an HD2 bricked, I have Qualcomm Diagnostics 3197 access.. it shows up in QDLtool.. How can I unbrick this?
01:18.35*** join/#htc-linux arif-ali (~arif-ali@88-111-128-250.dynamic.dsl.as9105.com)
01:19.05ChristieIf the HTC Inspire is unlocked, will I be able to run it on T-Mobile's 4G Network?
01:19.53*** join/#htc-linux gauner1986 (~Adium@p508C7428.dip.t-dialin.net)
01:33.25*** join/#htc-linux WisTilt2 (~wisgreg@wireless248.wirelesstcp.net)
01:34.37WisTilt2hey arrrghhh you there?
01:35.14rpierce99he's just pwning noobs on #xdandroid, give him a sec :)
01:35.26arrrghhhlmao
01:35.28arrrghhhWisTilt2, what's up
01:35.51stinebdiptables needs a noob conntrack module
01:36.04WisTilt2have you guys run the autobuild kernel by chance?  i cloned a clean tree and tried it, toggles sleep/wake over and over
01:36.27rpierce99i tried it for about 10 minutes prior to the commit on the 17th
01:36.50arrrghhhi heard that
01:36.58arrrghhhtoggles sleep/wake repeatedly...
01:37.04arrrghhhdidn't try it myself tho :/
01:37.34WisTilt2looks like the microp code jb put in there for buttons are waking microp while trying to sleep
01:38.12arrrghhhsuck
01:38.27arrrghhhso much for testing before committing lol
01:38.37WisTilt2yeah and i still dont know why the bt stuff wont work with my pm code coming out of sleep now
01:38.45arrrghhhhrm
01:38.51arrrghhhbusted your stuff good too eh?
01:38.54WisTilt2bt is whats killing wake on my pm changes i think
01:39.20arrrghhhhrm
01:40.53Entropy512oooh didn't know there was a #xdandroid
01:40.56Entropy512there any logs?  :)
01:40.58WisTilt2found something else interesting.  if you put phone on charger, AC type not usb, and let it charge fully it will say charged, leave it plugged in and it will actually finish charging to 100% and eventually will go to sleep when done.
01:41.51rpierce99Entropy512: yes http://xdandroid.com/irclogs/
01:41.53arrrghhhEntropy512, yea.  have you been to xdandroid.com?
01:41.53arrrghhhlol
01:42.02arrrghhhrpierce99, just hand feeds
01:42.04Entropy512yeah but I always seem to miss critical links
01:42.06Entropy512:P
01:42.53Entropy512tiad8 got banned?
01:43.05Entropy512and yeah, I'm disappointed to even live in an adjacent state from him
01:43.15stinebdlol, i'm in the same half of the same state :/
01:43.19WisTilt2what he get banned for?
01:43.33Entropy512stinebd: yeah saw what you said in the logs.  :)
01:44.11WisTilt2guess i need to start checking the forums again, sounds like im missing all the action
01:44.17Entropy512his writing style and grammar were atrocious - I'd understand if english weren't his native language
01:44.21stinebdi really don't know what happened
01:44.21Entropy512but
01:44.26stinebdand i don't really care
01:44.36Entropy51234 years old and from PA?
01:44.40Entropy512he seemed like a teenager
01:44.44arrrghhhhe's from dominican republic
01:44.46arrrghhhso yea...
01:44.47Entropy512ah
01:44.54Entropy512oh so english wasn't his native language
01:44.58Entropy512then somewhat forgivable
01:45.03stinebdshouting is his native language
01:45.05arrrghhhlol
01:45.22Entropy512lol
01:45.23rpierce99been so long since i've seen mdp irq already on 4 4
01:45.24Entropy512yeah
01:45.29Entropy512he's ALL ABOUT TEH CAPS
01:46.45Entropy512one thing about ndno's question regarding loopmount vs. native partitions:
01:46.59Entropy512USB mass storage mode sorta works if you partition the SD card instead of using loop images
01:47.17Entropy512you can mount, but when you unmount from the PC, /sdcard won't get remounted on the device
01:47.29Entropy512good for dropping a file somewhere in /sdcard before rebooting.  :)
01:47.42Entropy512(yeah am reading the #xdandroid logs)
01:48.37rpierce99WisTilt2: just booted up the auto build, bounced to orange and back about every 5 seconds for the first minute or so but it's sleeping solid now
01:49.36WisTilt2i didnt wait that long and rebooted after 15s or so.  when you wake it then sleep does it repeat again or is normal?
01:51.14*** join/#htc-linux rpierce99 (~rpierce99@71-82-139-28.dhcp.roch.mn.charter.com)
01:51.27rpierce99it seems to do it every time it comes out of sleep
01:52.16*** join/#htc-linux swc|666 (~x00@unaffiliated/swc666/x-4934821)
01:52.59rpierce99hmm that time it slept fine
01:53.14*** join/#htc-linux arrrghhh_ (~arrrghhh@c-24-9-150-163.hsd1.co.comcast.net)
02:01.55*** join/#htc-linux Segnale007 (~Segnale00@ppp-89-142.98-62.inwind.it)
02:03.40Entropy512stinebd: I was looking throught the logs, it looks like you're thinking of a trip to Japan?
02:03.52stinebdEntropy512: i booked it tonight
02:03.54*** join/#htc-linux odz (~odz@2001:470:1f07:a1a:108f:16b1:b6c7:f1b8)
02:03.57Entropy512sweet
02:04.22Entropy512I've been wanting to return to Japan for a long time, but it's so damn expensive.  My family went there when I was a little kid
02:04.38stinebdi'm looking through kohls catalogs for designer nuclear containment suits now
02:04.44stinebdthey're hard to come by though
02:04.50Entropy512I wish I could find a good non-spun source of updates from Fukushima I.
02:05.05stinebdyou're in luck: http://www.nhk.or.jp/nhkworld/
02:05.19Entropy512TEPCO is proving to be a kinda shitty source - downplaying it enough to lose credibility.  Nearly all other media outlets are overplaying it.
02:05.35stinebdtheir english channel, available via live internet stream, is providing regular live updates along NHK
02:05.40Entropy512I'm more curious about keeping on top of it because of the political/psychological fallout
02:05.50stinebdyeah, it's a huge hit for nuclear power
02:05.58Entropy512it's more of a disaster in that way than anything else
02:06.08stinebddespite the fact that a 50s design survived the largest recorded earthquake in the country's history without a hitch
02:06.17Entropy512Yeah.
02:06.40Entropy512Some lessons to be learned - not many of the safety analyses take into account multiunit reactor siting and possible interactions
02:06.57Entropy512but yeah - it's done well considering the circumstances
02:07.17stinebdin retrospect it wasn't too bright to put it in tsunami range
02:07.24Entropy512poor facility planning as far as the location of the backup generators though.  :(
02:07.47Entropy512The plant had tsunami protection to something like just less than 2 feet below the level of the tsunami.  :(
02:08.23Entropy512still - they should have planned some flood pumping and maybe snorkels for the generators
02:08.35Entropy512snorkels = easy and cheap
02:09.02Entropy512the big problem is it'll make it even harder to get new reactors built
02:09.03Entropy512end result
02:09.11Entropy512more old reactors get service life extensions
02:09.31Entropy512ABWR would likely have done better in this scenario
02:09.45Entropy512ESBWR would probably have shrugged off the SBO situation without any issue at all
02:09.57Entropy512too bad ESBWR is still under design review
02:13.38*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
02:14.55Entropy512when is your trip booked for?
02:15.02stinebdlate may
02:15.12stinebdthis should all be over with by then
02:16.05stinebdthe radioactive food should be hitting store shelves by then too
02:16.14stinebdso i can see what i'm eating in the dark
02:17.24Entropy512kewlers
02:17.51Entropy512What part of Japan?  Not sure if the quake aftermath will be over in the affected areas by May
02:18.01Entropy512that whole entire-towns-wiped-out thing
02:18.10stinebdtokyo
02:18.49Entropy512ah, yeah, if you stay in tokyo I get the impression it took minimal damage
02:19.15stinebdsome buckled sidewalks and chips of decorational concrete off the sides buildings and that's it
02:19.20stinebdand a lot of pictures fell off walls
02:19.38Entropy512When my family went there, we were in Tokyo for a week
02:19.49Entropy512then went around the country for 1-2 weeks, can't remember exactly
02:20.10Entropy512We went westwards towards Kyoto, including a visit to Hiroshima
02:20.20*** join/#htc-linux swc|666 (~x00@unaffiliated/swc666/x-4934821)
02:20.21Entropy512also think we went northwards briefly?
02:20.23stinebdi was hoping for kyoto but that's probably too much for me
02:20.36Entropy512got one of those nifty JR rail passes for unlimited riding
02:20.56stinebdyeah they're about 30,000JPY
02:22.09Entropy512hahah reading through #xdandroid logs - stinebdi squeezed out two kangs after breakfast
02:22.24Entropy512right to where they belong - in the toilet, right?  :)
02:22.43stinebdi usually go in the corner and cover it up until that month's cleaning day
02:24.19*** join/#htc-linux crawling (crawling@a89-152-194-56.cpe.netcabo.pt)
02:33.00*** join/#htc-linux jonpry (~jon@63.245.31.4)
02:33.05*** join/#htc-linux swc|666 (~x00@unaffiliated/swc666/x-4934821)
02:38.17jonpryhi WisTilt2
02:38.58*** join/#htc-linux mitsutaka_ (~mitsutaka@rt.miraclelinux.com)
02:39.08jonprydid you figure out the voltage clock thing?
02:42.14WisTilt2jonpry, back in a bit - dinner
02:54.19*** join/#htc-linux mitsutaka (~mitsutaka@rt.miraclelinux.com)
02:59.29*** join/#htc-linux Nautis (4cda4629@gateway/web/freenode/ip.76.218.70.41)
03:02.05*** join/#htc-linux mastermerlin (~Adium@p4FEE4CCE.dip.t-dialin.net)
03:11.49*** join/#htc-linux AstainHellbring (~AstainHel@unaffiliated/astainhellbring)
03:13.01*** join/#htc-linux arrrghhh (~arrrghhh@c-24-9-150-163.hsd1.co.comcast.net)
03:25.00WisTilt2jonpry: im back but need to get out of here shortly, promised my son i'd play at least an hour of black ops with him after he gets the kids to sleep:)
03:25.24WisTilt2yeah messed with clocks but need to have you look at this vdd stuff
03:28.13*** join/#htc-linux bzo (~bzo@c-76-126-175-200.hsd1.ca.comcast.net)
03:30.01Entropy512so wait - did tiad8 just release a build that was COMPLETELY untested?
03:31.11Entropy512http://forum.xda-developers.com/showpost.php?p=12205645&postcount=1956
03:38.41stinebdi do that regularly
03:40.38arrrghhhEntropy512, so far he hasn't done anything from what i can tell
03:46.42Entropy512I don't like how he sold this new RIL as the greatest thing since sliced bread, when in fact it is completely untested
03:47.27arrrghhhnot sure how that's unlike any of the other junk he releases
03:47.32arrrghhhpeople sayin 3g doesn't work in one build
03:47.33arrrghhhwifi in another
03:47.36arrrghhhit's just a mess.
03:47.48arrrghhhi love his PROJECT SOON TO BE DISCONTINUED
03:47.52arrrghhhtitles
03:48.03arrrghhhas if he is THE PROJECT
03:50.04*** join/#htc-linux odz (~odz@cpe-24-90-128-101.nyc.res.rr.com)
04:02.57Entropy512well, if he were to be discontinued himself
04:03.00Entropy512that would be pretty cool
04:09.20*** join/#htc-linux rpierce99 (~rpierce99@71-82-139-28.dhcp.roch.mn.charter.com)
04:11.35XirXesare you saying that tiad is going to give up?
04:11.42arrrghhhone can only hope
04:42.59*** join/#htc-linux aberry (48c0550e@gateway/web/freenode/ip.72.192.85.14)
04:43.35*** join/#htc-linux johnb81 (~johnb81@78.187.86.161)
04:44.16*** join/#htc-linux GPFerror (~GPF@ip72-208-193-231.ph.ph.cox.net)
04:53.16*** join/#htc-linux Rob2223 (~Miranda@p4FFF25D7.dip.t-dialin.net)
04:54.29*** join/#htc-linux D3tul3 (~Oliver@cpe-174-109-223-235.nc.res.rr.com)
05:09.39*** join/#htc-linux SG (~SG@cpe-76-186-50-40.tx.res.rr.com)
05:15.42*** join/#htc-linux MacDrunk (~marper@201.165.118.194)
05:45.48*** join/#htc-linux Kasjopaja (~Tina@p578FF813.dip.t-dialin.net)
05:51.21*** join/#htc-linux mitsutaka_ (~mitsutaka@rt.miraclelinux.com)
05:56.25*** join/#htc-linux aBiNg (~cn.fyodor@218.94.136.168)
05:59.04*** join/#htc-linux WoZzeR_ (~WoZZeR@d192-24-60-174.try.wideopenwest.com)
06:30.26*** join/#htc-linux Ceesheim (~ceesheim@p5B3471A5.dip.t-dialin.net)
06:36.53*** join/#htc-linux luklew_eee (~luklew_ee@west-217-98-39-207.gre.pl)
06:37.29luklew_eeehi
06:38.00*** part/#htc-linux luklew_eee (~luklew_ee@west-217-98-39-207.gre.pl)
07:01.33*** join/#htc-linux lorne (~lorne@144.188.68.1)
07:11.35*** join/#htc-linux kvaster (~kvaster@vpn-e0.bas-net.by)
07:14.22*** join/#htc-linux [acl] (~abel@cpe-69-203-141-229.si.res.rr.com)
07:14.27[acl]who dat ? who der ?
07:41.58*** join/#htc-linux dekar_ (~dekar@drms-590ed6b6.pool.mediaWays.net)
08:02.39*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@89.32.146.153)
08:07.39*** join/#htc-linux kiozen (~kiozen@rgnb-4d04b6d7.pool.mediaWays.net)
08:10.05*** join/#htc-linux _twitch (~burning_a@64.112.96.58.static.exetel.com.au)
08:16.03*** join/#htc-linux mitsutaka (~mitsutaka@p1227-ipbf3907marunouchi.tokyo.ocn.ne.jp)
08:27.13*** join/#htc-linux |Jeroen| (~jeroen@d5152B25B.access.telenet.be)
08:43.08*** join/#htc-linux kiozen (~kiozen@rgnb-4d04b6d7.pool.mediaWays.net)
08:44.12*** join/#htc-linux CIA-103 (~CIA@208.69.182.149)
08:55.53*** join/#htc-linux swc|666 (~x00@unaffiliated/swc666/x-4934821)
09:51.33*** join/#htc-linux mastermerlin (~Adium@p4FEE4CCE.dip.t-dialin.net)
09:51.42*** join/#htc-linux mastermerlin (~Adium@p4FEE4CCE.dip.t-dialin.net)
10:09.20*** join/#htc-linux rajkosto (~rajkosto@2001:470:1f0b:728:94c7:3c67:ff43:7c65)
10:20.29*** join/#htc-linux kiozen (~kiozen@rgnb-4d04b6d7.pool.mediaWays.net)
10:24.05*** join/#htc-linux Erikson (~Erik@p54B750B3.dip.t-dialin.net)
10:40.56*** join/#htc-linux LordDeath (~Lord|Lapt@cable-81-173-166-52.netcologne.de)
10:41.43*** join/#htc-linux MN-- (~yaaic@host86-138-132-137.range86-138.btcentralplus.com)
10:47.59*** join/#htc-linux Berger (~noreply@c65wn1.wifi.halden.net)
10:50.12*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
10:56.53*** join/#htc-linux rob_w (~bob@ppp-188-174-0-57.dynamic.mnet-online.de)
11:24.56*** join/#htc-linux gauner1986 (~Miranda@p508C6FF7.dip.t-dialin.net)
11:27.13*** join/#htc-linux MN-- (~yaaic@host86-138-132-137.range86-138.btcentralplus.com)
11:29.40*** join/#htc-linux gauner19861 (~Miranda@p508C6FF7.dip.t-dialin.net)
11:33.48*** join/#htc-linux mitsutaka (~mitsutaka@p1227-ipbf3907marunouchi.tokyo.ocn.ne.jp)
11:39.37*** join/#htc-linux gauner1986 (~Miranda@p508C6FF7.dip.t-dialin.net)
11:51.55*** join/#htc-linux D3tul3 (~Oliver@cpe-174-109-223-235.nc.res.rr.com)
11:55.30*** join/#htc-linux HardDisk_WP (~marco@velirat.de)
11:55.30*** join/#htc-linux HardDisk_WP (~marco@wikipedia/harddisk)
12:03.16*** join/#htc-linux GlemSom (~glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk)
12:08.27*** join/#htc-linux Jhinta (~Jhinta@s529c116e.adsl.wanadoo.nl)
12:11.18*** join/#htc-linux jonpry (~jon@63.245.31.4)
12:25.03*** join/#htc-linux MN-- (~yaaic@host86-138-132-137.range86-138.btcentralplus.com)
12:43.55*** join/#htc-linux GNUtoo|laptop (~gnutoo@host226-134-dynamic.25-79-r.retail.telecomitalia.it)
12:47.45*** join/#htc-linux arif-ali (~arif-ali@88-111-142-105.dynamic.dsl.as9105.com)
12:57.51*** join/#htc-linux daevoq (~dae@host198-95-dynamic.52-79-r.retail.telecomitalia.it)
13:06.30*** join/#htc-linux GNUtoo|bug20 (~GNUtoo@host226-134-dynamic.25-79-r.retail.telecomitalia.it)
13:09.43dcordes~seen Cotulla
13:09.46aptcotulla <~opera@nat004-252-205-109.tvoe.tv> was last seen on IRC in channel #htc-linux, 3d 18h 11m 8s ago, saying: ':D'.
13:13.08dcordesalsa
13:13.14*** join/#htc-linux Gabriel___ (bb65066b@gateway/web/freenode/ip.187.101.6.107)
13:15.05Gabriel___Hi guys. When I click to install the .cab android when it reaches 4 point in installation it shows a message: MJG Project Android Rebuild Cannot be installed. Choose another place to install. But I'm installing it on my SD Card already! Can somebody help me?
13:19.38gauner1986apt: alsa
13:19.38apthmm... alsa is the Advanced Linux Sound Architecture, or at http://www.alsa-project.org/, or available only for Linux (if you intend your code to be portable, ask me about OSS)
13:19.53gauner1986apt: oss
13:19.53aptextra, extra, read all about it, oss is a portable sound interface available in 11 different Un*x systems.  The propietary package is available at http://www.opensound.com/.  However, free systems like GNU/Linux or *BSD include free GPL/BSD re-implementations. The support in Linux is being gradually removed in favor of ALSA. an acronym that stands for "Open Source Software"
13:40.35*** join/#htc-linux Hellie (soulreaper@wield.the.scythe.of.the.soulreaper.net)
13:50.57*** join/#htc-linux mitsutaka (~mitsutaka@p1227-ipbf3907marunouchi.tokyo.ocn.ne.jp)
13:55.34*** join/#htc-linux kiozen (~kiozen@rgnb-4d04b6d7.pool.mediaWays.net)
14:05.07*** join/#htc-linux arrrghhh (~arrrghhh@c-24-9-150-163.hsd1.co.comcast.net)
14:07.38*** join/#htc-linux tre9 (d0360444@gateway/web/freenode/ip.208.54.4.68)
14:12.54tre9I'd like to write a GNOME applet to display 3G/2G status for Leo.
14:13.07tre9Anyone know if the kernel exposes this info?
14:13.23tre9or can I transparently intercept it from a /dev node?
14:14.45jonpryprobably need to get it from the ril
14:15.28tre9ah, ok. I will look into it.
14:15.38tre9Would the sphone source be a good place to look?
14:22.58*** join/#htc-linux _twitch (~burning_a@CPE-121-221-44-117.lns4.wel.bigpond.net.au)
14:24.23jonpryyour running ubuntu or something?
14:24.47*** join/#htc-linux xanathar (~xanathar@f053221070.adsl.alicedsl.de)
14:27.41tre9yes, ubuntu.  I'm looking at ophono.  maybe it will make it easy for me.
14:28.49*** join/#htc-linux phh (~quassel@93.19.90.135)
14:30.41tre9s/ophono/ofono/
14:39.40*** join/#htc-linux rob_w (~bob@ppp-188-174-0-57.dynamic.mnet-online.de)
14:56.50*** join/#htc-linux GNUtoo|laptop (~gnutoo@host226-134-dynamic.25-79-r.retail.telecomitalia.it)
14:57.14*** join/#htc-linux arif-ali (~arif-ali@88-111-142-105.dynamic.dsl.as9105.com)
15:04.26*** join/#htc-linux phh (~quassel@137.194.15.151)
15:10.44*** join/#htc-linux Alex[sp3dev] (~alexander@ip-95-220-12-212.bb.netbynet.ru)
15:11.21tre9I added a patch and instructions for using maximus with Leo ubuntu to save some screen real estate.
15:11.24tre9http://htc-linux.org/wiki/index.php?title=Ubuntu/Leo#Cosmetics
15:15.24*** join/#htc-linux GNUtoo|bug20 (~GNUtoo@host226-134-dynamic.25-79-r.retail.telecomitalia.it)
15:40.47*** join/#htc-linux rpierce99 (~rpierce99@71-82-139-28.dhcp.roch.mn.charter.com)
15:43.03*** join/#htc-linux gauner1986 (~Miranda@p508C6FF7.dip.t-dialin.net)
15:44.08*** join/#htc-linux DuperGhost (~Duper@46-116-90-170.bb.netvision.net.il)
15:58.43*** join/#htc-linux MN-- (~yaaic@genkt-049-076.t-mobile.co.uk)
16:09.14*** join/#htc-linux Erikson (~Erik@p54B750B3.dip.t-dialin.net)
16:10.47*** join/#htc-linux arif-ali (~arif-ali@88-111-142-105.dynamic.dsl.as9105.com)
16:19.57*** join/#htc-linux jonpry (~jon@63.245.31.4)
16:29.53*** join/#htc-linux MN-- (~yaaic@149.254.56.76)
16:32.30*** join/#htc-linux Segnale007 (~Segnale00@ppp-89-142.98-62.inwind.it)
16:40.48*** join/#htc-linux MN-- (~yaaic@genkt-051-054.t-mobile.co.uk)
16:52.14*** join/#htc-linux MN-- (~yaaic@genkt-051-054.t-mobile.co.uk)
17:11.07*** join/#htc-linux GNUtoo (~GNUtoo@host226-134-dynamic.25-79-r.retail.telecomitalia.it)
17:13.20*** join/#htc-linux jonpry (~jon@63.245.31.4)
17:32.14*** join/#htc-linux Sisco (~Sisco@pool-173-51-119-119.lsanca.fios.verizon.net)
17:54.16*** join/#htc-linux MN-- (~yaaic@genkt-049-054.t-mobile.co.uk)
17:54.25*** join/#htc-linux arif-ali (~arif-ali@88-111-142-105.dynamic.dsl.as9105.com)
18:05.28*** join/#htc-linux MassStash (~MassStash@c-67-175-41-173.hsd1.il.comcast.net)
18:14.13*** join/#htc-linux furtardo (~mks@nat/yahoo/x-njekfqaukcmjkksm)
18:17.21*** join/#htc-linux xanathar (~xanathar@f053221070.adsl.alicedsl.de)
18:25.23*** join/#htc-linux mickey| (~M@e180145202.adsl.alicedsl.de)
18:32.41*** join/#htc-linux Segnale007 (~Segnale00@ppp-89-142.98-62.inwind.it)
18:32.44*** join/#htc-linux GNUtoo|bug20 (~GNUtoo@host226-134-dynamic.25-79-r.retail.telecomitalia.it)
18:34.08*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@89.32.146.153)
18:34.54*** join/#htc-linux GNUtoo|bug20 (~GNUtoo@host226-134-dynamic.25-79-r.retail.telecomitalia.it)
18:35.50*** join/#htc-linux GNUtoo|bug20 (~GNUtoo@host226-134-dynamic.25-79-r.retail.telecomitalia.it)
18:39.23*** join/#htc-linux Sisco (~Sisco@unaffiliated/sisco)
18:40.39SiscoI have an HD2 (semi-bricked) with Qualcomm Diagnostics 3197 access.. it shows up in QDLtool.. So can I flash it with the right software instead of using jtag?
18:41.41GNUtoo|bug20what's qualcomm diagnostics?
18:41.52*** join/#htc-linux kiozen (~kiozen@rgnb-4d04b6d7.pool.mediaWays.net)
18:42.02GNUtoo|bug20I tought qualcomm bootrom(if any) didn't support booting on usb
18:43.03Siscowell the phone is semi-bricked, no screen, vibrates once when turned on, but it does appear via USB
18:44.46*** join/#htc-linux tyween (~tyween@pool-71-163-117-57.washdc.fios.verizon.net)
18:45.44Siscohttp://forum.xda-developers.com/showthread.php?t=999012
18:53.32*** join/#htc-linux jonpry (~jon@63.245.31.4)
19:03.41*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
19:10.15*** join/#htc-linux D3tul3 (~Oliver@cpe-174-109-223-235.nc.res.rr.com)
19:17.10*** join/#htc-linux Sisco (~Sisco@pool-173-51-119-119.lsanca.fios.verizon.net)
19:17.34*** join/#htc-linux Erikson (~Erik@p54B750B3.dip.t-dialin.net)
19:21.34*** join/#htc-linux Sisco (~Sisco@unaffiliated/sisco)
19:24.26*** join/#htc-linux Jhinta (~Jhinta@s529c116e.adsl.wanadoo.nl)
19:25.35*** join/#htc-linux Daani (Daani@wlanguest91221.eduroam.hj.se)
19:32.25*** join/#htc-linux XaSe (183cdfb8@gateway/web/freenode/ip.24.60.223.184)
19:32.57*** join/#htc-linux arif_ali (~arif-ali@88-104-130-53.dynamic.dsl.as9105.com)
19:34.58*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@89.32.146.153)
19:42.33GNUtoo|bug20Sisco, ok I'll look
19:42.37*** join/#htc-linux surge (surge@pool-98-118-157-221.bflony.fios.verizon.net)
19:44.21GNUtoo|bug20Sisco, ok I read the post
19:44.35GNUtoo|bug20basically the qualcomm diagnostics should be the bootrom
19:44.49GNUtoo|bug20but I've no idea on how it works or if there is available software to use that
19:44.55GNUtoo|bug20for instance for omap
19:44.59GNUtoo|bug20there is pusb
19:45.16GNUtoo|bug20that can get you a bootloader running trough usb with the bootrom
19:45.44GNUtoo|bug20"but I've no idea on how it works" means I'm not even sure there are pubilc datasheet for that
19:46.24ali1234<PROTECTED>
19:46.47ali1234but you need a different kind of rom file
19:47.01ali1234not the kind they trade on xda
19:50.22GNUtoo|bug20ali1234, how?
19:50.33GNUtoo|bug20that could be interesting for trying LK
19:50.48GNUtoo|bug20(the free qualcomm bootloader)
19:51.38rajkostoit should be able to read/write ram and registers
19:51.50GNUtoo|bug20yes but do we have tools for all that?
19:52.01GNUtoo|bug20like easily .c compilable files
19:52.01rajkostodump it somehow and reverse engineer it ?
19:52.17GNUtoo|bug20and bang my head against walls, no thanks
19:52.30rajkostopfft
19:52.47ali1234what do you mean "how?"
19:53.08ali1234you load up the software and click "flash" and then give it a flash file pretty much
19:53.33GNUtoo|bug20how to flash
19:53.35GNUtoo|bug20ah ok
19:53.37*** join/#htc-linux swc|666 (~x00@unaffiliated/swc666/x-4934821)
19:53.52GNUtoo|bug20so there is a GUI and it's proprietary?
19:53.56ali1234yeah
19:54.00ali1234it's called QPST
19:54.02GNUtoo|bug20ok
19:54.16rajkostohttp://www.x-drivers.com/catalog/flash/mobile_phones/companies/qualcomm/models/qpst/12051.html wat
19:54.23GNUtoo|bug20btw is there some free tools for the n900?
19:54.32GNUtoo|bug20to do the same thing
19:54.34GNUtoo|bug20like pusb
19:54.35ali1234no
19:54.38GNUtoo|bug20ok
19:54.40ali1234only the flasher
19:54.53GNUtoo|bug20how different is flasher -c from pusb?
19:55.05ali1234flasher supports pusb supposedly
19:55.12ali1234i have never tried it
19:55.13GNUtoo|bug20(coldflash, I don't remember the exact argument)
19:55.17ali1234yeah
19:55.22ali1234that's supposed to be pusb
19:55.27GNUtoo|bug20I tried flasher and it worked, I tried pusb and it failed
19:55.32ali1234yeah
19:55.43ali1234you can't get into pusb mode without "bricking" it first
19:55.44GNUtoo|bug20basically maybe because pusb only load the first level image
19:55.51GNUtoo|bug20ahh ok
19:55.59GNUtoo|bug20that's why it failed on my bug 2.0
19:56.04GNUtoo|bug20altough pserial seemed to load
19:56.10GNUtoo|bug20but at the end I got no prompt
19:56.23ali1234this is why no one really knows if it works
19:56.32GNUtoo|bug20lol ok
19:56.37ali1234btw the omap 3430 trm has the dull details on how it all works
19:56.43GNUtoo|bug20ok
19:57.16GNUtoo|bug20but I could coldflash....wihtout bricking my device
19:57.19GNUtoo|bug20I tried first
20:00.14GNUtoo|bug20do they detail the secure mode in the reference manual
20:00.14GNUtoo|bug20?
20:02.10ali1234yes
20:03.04GNUtoo|bug20ok nice
20:11.57*** join/#htc-linux hasi (hasi@mausi.hasicon.org)
20:12.42*** join/#htc-linux Liammm (~Liam@host86-154-119-167.range86-154.btcentralplus.com)
20:16.17*** join/#htc-linux surgex (surge@pool-98-118-157-221.bflony.fios.verizon.net)
20:23.07Siscookay thank you GNUtoo|bug20
20:25.36Siscoali1234: my phone dosen't appear in qpst
20:26.08Siscoonly appears in qdltool
20:26.37Siscoactually I got it working now
20:28.25Siscohd2 is showing up as Qualcomm HS-USB Diagnostics 9002 now
20:31.25*** join/#htc-linux ftoz (~root@214-151.gtt-net.cz)
20:40.04*** join/#htc-linux MN-- (~yaaic@host86-138-132-137.range86-138.btcentralplus.com)
20:41.18*** join/#htc-linux BHSPitMonkey (~stephen@unaffiliated/bhspitmonkey)
20:41.35*** join/#htc-linux mes (~mes@S0106000ce55186df.cc.shawcable.net)
20:41.55*** join/#htc-linux jonpry (~jon@63.245.31.4)
20:53.35*** join/#htc-linux miknix (~miknix@jua06-1-82-242-159-241.fbx.proxad.net)
20:53.35*** join/#htc-linux miknix (~miknix@gentoo/developer/miknix)
20:58.44*** join/#htc-linux [acl] (~abel@cpe-69-203-141-229.si.res.rr.com)
21:15.35*** join/#htc-linux Daani (~Daani@host109-189.junet.se)
21:28.52*** join/#htc-linux bukington (~bukington@fac34-2-82-228-151-145.fbx.proxad.net)
21:29.18*** join/#htc-linux johnb81 (~johnb81@78.187.86.161)
21:44.05*** join/#htc-linux kvaster (~kvaster@vpn-e0.bas-net.by)
21:57.21*** join/#htc-linux JustLiving (~Quilck@90.183.82.215)
21:57.41*** join/#htc-linux D3tul3 (~Oliver@cpe-174-109-223-235.nc.res.rr.com)
22:01.33*** join/#htc-linux rob_w_ (~bob@ppp-188-174-0-57.dynamic.mnet-online.de)
22:09.25*** join/#htc-linux gassed (gassed@c-76-30-161-228.hsd1.tx.comcast.net)
22:21.26*** join/#htc-linux MN-- (~yaaic@host86-138-132-137.range86-138.btcentralplus.com)
22:29.17*** join/#htc-linux Wally (~wally@c-75-73-178-169.hsd1.mn.comcast.net)
22:50.01*** join/#htc-linux Sisco (~Sisco@pool-173-51-119-119.lsanca.fios.verizon.net)
23:00.34*** join/#htc-linux bukington (~bukington@fac34-2-82-228-151-145.fbx.proxad.net)
23:01.51*** join/#htc-linux rpierce99 (~rpierce99@71-82-139-28.dhcp.roch.mn.charter.com)
23:13.12*** join/#htc-linux dekar_ (~dekar@drms-590ed6b6.pool.mediaWays.net)
23:36.25*** join/#htc-linux Termana (~bradley@122.151.95.241)
23:49.58*** join/#htc-linux miknix (~miknix@jua06-1-82-242-159-241.fbx.proxad.net)
23:49.58*** join/#htc-linux miknix (~miknix@gentoo/developer/miknix)
23:54.58*** join/#htc-linux toastcfh (~toastcfh@29-37.200-68.tampabay.res.rr.com)

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