IRC log for #htc-linux on 20110516

00:00.02hychey, I tried to increase the size of pmem_adsp but random processes die on bootup
00:00.19hycdoes pmem_adsp need to be particularly aligned, power of 2 or something?
00:00.34WisTilt2hyc in .27 you talking?
00:00.38hycyeah
00:00.48jonpryprobably page boundary
00:00.54WisTilt2are you trying to use the smi2 switch or normal?
00:00.59hycit's 8M, I want to see if a larger one will get HQ video
00:01.07hycnot using the smi2 switch
00:01.32WisTilt2i think increasing in 4M incs work
00:02.20hychmm. I tried 12M and system still doesn't come up all the way
00:02.38WisTilt2isnt FB right above that?  been awhile dont remember but increasing that is pushing other things up
00:02.42hycI wonder if I have to shrink my dalvik vm heapsize or sometging to make room.
00:02.43*** join/#htc-linux ftoz (~root@cst-prg-100-25.vodafone.cz)
00:02.56hycmmm, yeah I think FB is right above that
00:03.45WisTilt2i know FB freaks out when its moved up very high, something else was using memory up there but dont remember off the top of my head right now
00:03.56hycbummer
00:04.14hychow did we arrive at this particular layout? does winmo use a similar memory map?
00:04.21WisTilt2you can move FB to the base of smi2 with no problem then increase adsp just to test it.
00:04.55hycso I have to turn on USE_SMI2 ?
00:05.44WisTilt2no, just move FB by itself up to 0x20000000 and it will work.  thats where i ran it for a month or so when playing around.  the first 8MB of smi2 base are safe
00:05.53hycok
00:06.01WisTilt2i may not have that addy 100% correct but smi2 base is ok
00:06.10hycso instead of using CALC to set its addr, just set it
00:06.29WisTilt2yes
00:06.51WisTilt2i just reset the pointers after the normal calc code ran
00:07.15hycok
00:07.24hyclemme give that a try
00:07.30WisTilt2jonpry i got unlock screen for the first time, locked up then it went back into bootani again though.
00:07.44*** join/#htc-linux bzo (~chatzilla@c-76-126-175-200.hsd1.ca.comcast.net)
00:08.14WisTilt2howdy bzo
00:08.20bzohey WisTilt2
00:08.29hychey bzo
00:08.35bzohi hyc
00:09.04bzohyc, can't just increase pmem_adsp without fixing up the rest of the memory sizes
00:09.56hycI guess not ;)
00:10.25bzolemme take a look, a bit rusty on this
00:10.52hychmmm. do I need to set pmem_start 4M lower to make room?
00:11.29hycthen FB would pmem_camera and fb would wind up in their original position
00:11.38bzoyeah, first on line 315, change the 50mb offset and add what you want
00:11.45hycok
00:12.03bzothen in board-device.c, you also have to change the 50mb value to match
00:12.10bzosome fixup function
00:12.42hycgot it
00:12.44hycthanks
00:12.57hycwe really ought to use a #defined constant for this :P
00:13.21bzohaha, I will lol if this is the problem. I convinced jerome to decrease it from 16mb to 8mb because no other devices had such a large pmem allocation
00:13.38hycok, added 4M just to try it
00:13.40jonpryWisTilt2, you know the comparison in mmu.c?
00:13.48bzoyeah, jerome actually refactored all this stuff to be more readable but phh didn't like it
00:14.19WisTilt2jonpry ? what you mean
00:14.32hycbzo: really, what objection did he have at the time?
00:14.47jonpryWisTilt2, mmu.c:810, the thing that decides to kick bank 2
00:15.16bzojb moved the #defs to the board files to mirror the style of most other device files
00:15.27bzobut phh wants everything to be self contained in pmem.c/h
00:15.30*** join/#htc-linux mitsutaka (~mitsutaka@rt.miraclelinux.com)
00:16.24hychmmmmm. but it's still device-dependent
00:16.26hycoh well
00:16.38jonpryi've got fc800000 for vmalloc_min, c0000000 for PAGE_OFFSET, and __va(bank-start) = d0000000
00:16.42bzowell, I suppose the unique thing about our tree is that it supports a lot of devices
00:16.46jonpryso go figure
00:18.41hycok, looks like it's booting fine this time
00:20.16bzohyc: did you try any hq 4:3 videos?
00:20.36hycnot yet
00:20.42*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
00:20.46hychm, my Launcher is coming up empty :P
00:20.59hycwtf...
00:21.53WisTilt2i need to go get the barbecue started and ice down some beer, bbl
00:22.18jonpryman down
00:25.51hychm, videotask still refused it at 12M adsp
00:26.09hycI guess I can try 16M since that was where it started
00:31.54hycI don't suppose you know of any 4:3 HQ video offhand
00:32.56jonpryWisTilt2, cooking with gas
00:40.21WisTilt2jonpry: charcoal man!  so you mean you got things going?
00:40.28jonpryoh yeah. bout to make first phone call
00:40.35WisTilt2no way, really?
00:40.41jonpryheck yes
00:40.47WisTilt2call me and prove it
00:40.52WisTilt2:)
00:41.12jonprysomething is still hogging cpu, but after a couple minutes it calms down. only problem now is touch screen x is inverted
00:41.12*** join/#htc-linux hardwalker (~hardwalke@122-117-115-146.HINET-IP.hinet.net)
00:41.14bzohyc, just browse the categories and click on one that is cropped on the sides
00:41.21hycyeah found one
00:41.24hycplays just fine
00:42.25jonpryWisTilt2, you were right about the memory thing
00:42.35*** join/#htc-linux arif-ali (~arif-ali@82-71-22-204.dsl.in-addr.zen.co.uk)
00:42.37WisTilt2cpu hog is going to be system_server im betting.  thats fixable.  if it boots on my phone all the way then maybe i can get the qdsp stuff going
00:42.38hycbzo: ut it's actually 480x320. doh.
00:42.54WisTilt2jonpry: so its now using both banks?
00:43.04bzoguess that makes sense, that is the native res of the hvga devices
00:43.12jonpryWisTilt2, sure is
00:43.34hycso dunno that it really counts as HQ. oh well
00:43.44hyclemme look for another
00:44.03WisTilt2cool. ive got about 30mins before i start cooking the steaks so sync me and ill see if it works on my jinxed phone
00:44.25WisTilt2maybe i can get the qdsp stuff working tonight:)
00:44.41jonprytis up
00:45.12bzohyc, I'm not positive the "4x3" ones that worked for me were actually 480x360
00:45.21WisTilt2so we need to keep the tls changes we have then still ?
00:45.25hycthey may have been 320?
00:45.39bzoyeah, but the quality looked just like the 16x9 widescreen ones cropped to my eye
00:45.47jonpryWisTilt2, yes
00:46.02bzobbl
00:47.08hycfound one that's 480x360. also fine.
00:48.32jonprythe only thing that can get system server calmed down enough to work is calling the thing. no sound though
00:49.13WisTilt2yeah making a call clears it
00:49.30WisTilt2same problem with .27 way back when.
00:49.47jonpryyeah, not sure how they fixed it
00:50.18WisTilt2disabled jit was part of it
00:50.27rpierce99no it wasn't
00:50.35WisTilt2?
00:50.38rpierce99the bug was in libsensors
00:50.50rpierce99it had an untimed loop
00:51.09jonpryhmm, all sensors are broken right now
00:51.23jonpryit wants i2c access or something
00:51.24rpierce99jit was a "i think we might have fixed it, oh wait, no, false positive" moment
00:52.49rpierce99that moment lasted like 3 days though :P
00:53.01WisTilt2jonpry you still 10M offset for initrd?
00:53.08jonpryyep
00:53.18WisTilt2k. booting now with fingers crossed
00:53.56WisTilt2i may have to ice down a lot more beer if this really works, then fly you up here for a week:)
00:54.34jonpryi guess that depends on your definition of work lol
00:55.24WisTilt2just being to get calls to work is worth celebrating.  adding all the other stuff shouldn't be that hard, just time consuming
00:55.43hycok pmem_adsp 16MB made no difference
00:55.49jonprywe have no incall audio.
00:56.11WisTilt2thats because no audio switching logic yet i think?
00:56.22WisTilt2woohoo i have ignition!
00:56.33jonpryif qdsp partially inits it will kill the in call
00:56.54jonprycelebration time!
00:57.07WisTilt2need to get battery working, it thinks i have low battery and wants charger
00:57.26jonpryhave to put scbs in :p
00:57.34WisTilt2damn right
00:57.45WisTilt2nothing else is worth the time
00:58.49WisTilt2well congrats, this sucker works.  need to get this cpu hog fixed. guess after dinner i know what im going to be doing.
00:59.33WisTilt2oh, it doesnt know how to charge yet lol. good thing i have a full battery
00:59.52jonpryalrighty then. add some random drivers :)
00:59.59jonprymakes it good
01:00.53WisTilt2wow landscape/portrait switched even works when sliding kbd nice.  microp seems happy as far as kbd backlight
01:01.29jonpryyeah i only changed like 3 lines from .27
01:01.40jonpryno sense in working too hard
01:02.05jonpryits the lazy mans new ass kernel
01:02.07WisTilt2touchscreen ints are getting stacked up with this system_server i think
01:03.35jonprywhat does that mean?
01:04.03*** join/#htc-linux Segnale007 (~Segnale00@ppp-150-59.26-151.libero.it)
01:04.19WisTilt2i think we're losing ints from touchscreen that are not being serviced
01:04.47WisTilt2i need to dump the log and check things out.
01:05.27WisTilt2so acpuclock is different in .39? arm11 clock now
01:07.14jonpryi used whatever they had in 35
01:07.30jonprybut its probably a good idea to look at 27 code and maybe just use it
01:09.15WisTilt2well this is exciting.  im going to get to barbecuing but i'll be back into this later tonight.  great job jonpry!
01:09.34rpierce99any of you know how to dump a byte array to a file using the eclipse debugger
01:09.44hychow was the vdc_clk rate chosen in adsp_6125.c ?
01:09.51hyc96MHz here
01:22.10*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
01:33.35*** join/#htc-linux BHSPitMonkey (~stephen@unaffiliated/bhspitmonkey)
01:42.47*** join/#htc-linux HardDisk_WP (~marco@velirat.de)
01:42.47*** join/#htc-linux HardDisk_WP (~marco@wikipedia/harddisk)
01:58.17*** join/#htc-linux rajkosto (~rajkosto@wan.rajkonet.info)
02:01.17*** join/#htc-linux BHSPitMonkey (~stephen@unaffiliated/bhspitmonkey)
02:34.52*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
03:06.20*** join/#htc-linux msnuser111 (~raymonddu@24-236-171-67.dhcp.monr.mi.charter.com)
03:08.00msnuser111is bored
03:08.03msnuser111I'm bored
03:14.41jonpryits probably the lack of people on msn
03:20.11*** join/#htc-linux raymonddull (~raymonddu@24-236-171-67.dhcp.monr.mi.charter.com)
03:24.57WisTilt2jonpry: full, relaxed, and ready.  ts not working yet correct?
03:25.33WisTilt2thought it was from cpu hog but no response but kbd works great
03:26.23jonpryts works after getting a phone call for me
03:28.13WisTilt2hmm, just noticed no service either so call not going to work
03:28.31jonpryouch. guess your in rough shape
03:29.03jonpryit works eventually. figure if its unlocked. it must have processed your finger motion to unlock it
03:30.09jonprygetting wifi is probably easier than usb. unless we can get something simple like rndis to work with 72k_udc
03:30.16WisTilt2i just slide kbd open to unlock.  also the bottom buttons dont seem to respond
03:30.34jonprybottom buttons work for me, but power button does not
03:30.46WisTilt2is this on your 210?
03:31.05jonpryer. i guess back works. haven't actually seen response from the others
03:31.09jonpry210
03:32.26WisTilt2i guess we need to either get usb and adb working next or wifi and adb so we can troubleshoot easier?
03:32.42jonpryi think so
03:32.50jonpryadbd is busted atm
03:33.28jonprywifi requires msm nand thingy, changes to mmc.c and board file
03:34.10jonprybut the wifi sucks at my house, so i probably wouldn't be able to use it
03:34.37WisTilt2wouldn't usb easier?
03:35.06WisTilt2also that mylog on sd card is always 0
03:35.35jonpryworks for me :p
03:35.48WisTilt2you change rootfs since your last that i got?
03:36.14jonpryno, but the slightest kernel change seems to result in renumbering of the misc drivers
03:36.34jonpryand its hard coded maj,min now. so it gets messed up easily
03:37.18WisTilt2looks like scbs is still in this rootfs?  getting scbs.log.x's each boot
03:38.00jonpryyeah, no kernel driver though
03:38.18jonprycan we use EHCI_MSM? says it can't use external PHY
03:38.45*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
03:38.48WisTilt2worth a try
03:39.38jonpryhrm. also USB_GADGET_CI13XXX_MSM
03:41.31WisTilt2is this actually using msm_ts or something else?
03:44.15jonprymsm_ts
03:44.27jonpryits working though. you just need phone call first
03:45.16WisTilt2missing tssc_manager
03:47.18jonpryis that a driver?
03:47.28jonprythe pdata is there
03:48.33WisTilt2yes
03:50.51WisTilt2sets the evbits including buttons
03:52.32jonpryi'm quitting for today. the usb problem seems ultra complicated to me
03:54.03WisTilt2im going to get the tssc driver going.  its needed to setup samples and evbits.  going to work on it for another hour then im out also so catch you tomorrow sometime.
03:54.39jonpryok, cya
03:58.32*** join/#htc-linux Rob2223 (~Miranda@p4FFF2A30.dip.t-dialin.net)
04:03.36*** join/#htc-linux raymonddull (~raymonddu@24-236-171-67.dhcp.monr.mi.charter.com)
04:04.37*** join/#htc-linux Alex[sp3dev] (~alexander@ip-95-220-0-221.bb.netbynet.ru)
04:06.14Alex[sp3dev]hey jonpry
04:10.30Alex[sp3dev]jonpry: in case you need ehci. didn't look at 39 but my 27 tree has the driver from hero/n1 ported to x1
04:13.49*** join/#htc-linux raymonddull (~raymonddu@24-236-171-67.dhcp.monr.mi.charter.com)
04:20.07*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
04:26.16*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
04:34.07*** join/#htc-linux ORi| (~ORi@91.181.150.79)
04:56.11*** join/#htc-linux mitsutaka (~mitsutaka@rt.miraclelinux.com)
04:58.03*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@94.52.236.39)
04:58.44*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
04:59.43*** join/#htc-linux mitsutaka (~mitsutaka@rt.miraclelinux.com)
05:05.28*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@94.52.236.39)
05:10.49*** join/#htc-linux XirXes (~xirxes@71-35-197-137.slkc.qwest.net)
05:15.12*** join/#htc-linux Alex[sp3dev] (~alexander@82.179.218.11)
05:25.59*** join/#htc-linux programmer89221 (~Evan@67.219.164.162)
05:28.31*** join/#htc-linux XirXes (~xirxes@71-35-197-137.slkc.qwest.net)
05:50.08*** join/#htc-linux programmer8922 (~Evan@67.219.164.162)
05:57.16*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
06:04.45*** join/#htc-linux mitsutaka (~mitsutaka@rt.miraclelinux.com)
06:09.43*** join/#htc-linux kiozen (~kiozen@p5DDF3628.dip.t-dialin.net)
06:20.20*** join/#htc-linux mdj_ru (~mdj@46.182.128.248)
06:38.40*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
06:55.32*** join/#htc-linux dekar__ (~dekar@drms-590ec94b.pool.mediaWays.net)
06:59.56*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
07:01.41*** join/#htc-linux mitsutaka (~mitsutaka@rt.miraclelinux.com)
07:05.34*** join/#htc-linux gauner1986 (~Miranda@2.208.44.34)
07:06.21*** join/#htc-linux dobrin (~dobrin@85.91.150.26)
07:19.28*** join/#htc-linux ray|server (~raymonddu@pool-70-17-188-200.pitt.east.verizon.net)
07:20.02*** join/#htc-linux MacDrunk (~marper@201.164.176.184)
07:23.56*** join/#htc-linux hardwalker (~hardwalke@122-117-115-146.HINET-IP.hinet.net)
07:24.21*** part/#htc-linux kiozen (~kiozen@p5DDF3628.dip.t-dialin.net)
07:26.13*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
07:32.34*** part/#htc-linux Cass (~cass@188-220-34-222.zone11.bethere.co.uk)
07:33.15*** join/#htc-linux Segnale007 (~Segnale00@ppp-150-59.26-151.libero.it)
07:36.09*** join/#htc-linux gauner1986 (~Miranda@46.115.20.237)
07:49.12*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
08:07.31*** join/#htc-linux programmer8922 (~Evan@67.219.164.162)
08:15.38*** join/#htc-linux gauner1986 (~Miranda@p508C640C.dip.t-dialin.net)
08:23.56*** join/#htc-linux mitsutaka (~mitsutaka@rt.miraclelinux.com)
08:36.56*** join/#htc-linux XirXes (~xirxes@71-35-197-137.slkc.qwest.net)
08:40.50*** join/#htc-linux XirXes (~xirxes@71-35-197-137.slkc.qwest.net)
09:24.48*** join/#htc-linux skodde (~skodde@unaffiliated/skodde)
09:28.18*** join/#htc-linux tmzt (~tmzt@adsl-99-164-111-168.dsl.akrnoh.sbcglobal.net)
09:43.07*** join/#htc-linux gauner1986 (~Miranda@p508C640C.dip.t-dialin.net)
09:44.01*** join/#htc-linux tmzt (~tmzt@adsl-76-244-149-210.dsl.akrnoh.sbcglobal.net)
09:44.14*** join/#htc-linux ftoz (~root@cst-prg-100-25.vodafone.cz)
09:50.52*** join/#htc-linux GNUtoo|laptop (~gnutoo@host13-85-dynamic.51-79-r.retail.telecomitalia.it)
09:55.18*** join/#htc-linux gauner1986 (~Miranda@p508C640C.dip.t-dialin.net)
09:57.18*** join/#htc-linux khorben_ (~dont@office.bearstech.com)
10:05.46*** join/#htc-linux rajkosto (~rajkosto@wan.rajkonet.info)
10:13.25*** join/#htc-linux jawa_ (ca8df822@gateway/web/freenode/ip.202.141.248.34)
10:13.58jawa_I want to know where is the cab file of android for htc touch pro 2
10:14.59*** join/#htc-linux mitsutaka (~mitsutaka@rt.miraclelinux.com)
10:33.46*** join/#htc-linux mickey|office (~Mickey@business-092-079-168-007.static.arcor-ip.net)
10:34.15*** join/#htc-linux avinashhm (~avinash-h@192.91.66.189)
10:37.47*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
10:39.49*** join/#htc-linux gauner1986 (~Miranda@p508C640C.dip.t-dialin.net)
10:50.56*** join/#htc-linux kvaster (~kvaster@leased-line-93-125-0-84.telecom.by)
10:53.58*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
10:56.06*** join/#htc-linux Calsmurf2904 (5ed0f033@gateway/web/freenode/ip.94.208.240.51)
10:56.53Calsmurf2904Hello, is the executable in ramdisk code provided here: http://forum.xda-developers.com/showthread.php?t=689911 correct for the HTC Desire? I can't seem to get that one working (normal boot works fine though), I would like to use that method to get linux booting from sd-card
11:09.52*** join/#htc-linux gauner1986 (~Miranda@p508C640C.dip.t-dialin.net)
11:12.16*** join/#htc-linux Segnale007 (~Segnale00@ppp-150-59.26-151.libero.it)
11:23.53*** join/#htc-linux jonpry (~jon@199.85.236.239)
11:24.43tmztCalsmurf2904: mostly they should work on any arm
11:25.32Calsmurf2904Yes, but for some reason when using the default init files from the CyanogenMod boot.img on the sd-card, it still won't boot while it uses them in a normal boot (IE without home pressed)
11:26.33*** join/#htc-linux rob_w (~bob@ppp-188-174-3-57.dynamic.mnet-online.de)
11:26.53Calsmurf2904better said, how do I compile my own init files? I tried it but it doesn't work with my custom one (one that basically just calls the default init file)
11:28.11tmztit sounds like the bootloader modifications don't work very well
11:28.20tmztif you have to press home multiple times
11:28.55*** join/#htc-linux LordDeath (~LordDeath@cable-81-173-166-52.netcologne.de)
11:30.48Calsmurf2904Well, I looked through the patches and it doesn't seem like you have to press home multiple times....don't know why its on there though
11:34.11Calsmurf2904Also using the minui from clockworks it should be possible to create a boot selection menu
11:35.38*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
11:39.56*** join/#htc-linux ali1234 (~ajb@robotfuzz.co.uk)
11:41.28*** join/#htc-linux stinebd (~bryan@maduin.southcape.org)
11:42.21tmztCalsmurf2904: everything else looks fine, I didn't look through the zip (should have been a tgz though)
11:42.32tmztwhat patches actaully enable the boot selection are you referring to?
11:56.49*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
12:05.15*** join/#htc-linux darkstone (dtrack@kimoshi.net)
12:05.33*** join/#htc-linux Cass (~Cass@nat/sun/x-zrpwjzxexryfgydp)
12:08.29Calsmurf2904tmzt: None, I was just referring to the minui system used in ClockworkMod for the menu's, this could be used to create a boot selection with this method to boot from sd-card
12:08.47*** join/#htc-linux tmzt (~tmzt@76.244.149.210)
12:09.32*** join/#htc-linux tmzt (~tmzt@76.244.149.210)
12:09.39Calsmurf2904tmzt: None, I was just referring to the minui system used in ClockworkMod for the menu's, this could be used to create a boot selection with this method to boot from sd-card
12:10.30tmzthold on a second, fighting with irssi
12:10.47Calsmurf2904k
12:11.25*** join/#htc-linux tmzt (~tmzt@76.244.149.210)
12:11.57tmztyay
12:12.02tmztfixed
12:14.05Calsmurf2904tmzt: What I currently have done is just get the boot.img in that thread, retrieve the kernel and altinit file from the boot.img and then merge that with the cyanogen boot.img (the boot.img in that thread didn't work), this gives me a normal boot and a reboot after 10s when presssing the home key
12:14.38*** join/#htc-linux skodde (~skodde@unaffiliated/skodde)
12:15.18Calsmurf2904I also have a altboot.ext2 file on my sd-card with an init file that boots linux from /linux/rootfs.ext2, which is also in the altboot.ext2 file
12:15.22*** join/#htc-linux MN-- (~yaaic@host81-129-245-106.range81-129.btcentralplus.com)
12:21.05Calsmurf2904I also compiled the wifi kernel module for that kernel since the normal CyanogenMod uses a later kernel version then 2.6.32
12:22.20*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
12:29.18*** join/#htc-linux tmzt (~tmzt@adsl-99-164-34-231.dsl.akrnoh.sbcglobal.net)
12:30.45*** part/#htc-linux sado1 (~sado1@static.213-133-103-196.clients.your-server.de)
12:34.36Calsmurf2904tmzt: when using the cyanogenmod init file on the sdcard it still reboots when pressing the home key, so I don't think the sd-card gets mounted correctly
12:35.31Calsmurf2904when replacing altinit on the ramdisk with the one from cyanogenmod it boots correctly....so altinit doesn't start or what it does doesn't work
12:38.31*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
12:42.11*** join/#htc-linux tmzt (~tmzt@adsl-99-164-34-231.dsl.akrnoh.sbcglobal.net)
12:44.41*** join/#htc-linux tjs_bsd_ (~tjs@mail.CDPA.cc)
12:49.35*** join/#htc-linux gauner1986 (~Miranda@p5B3833F9.dip.t-dialin.net)
13:00.05*** join/#htc-linux khorben_ (~dont@office.bearstech.com)
13:10.00*** join/#htc-linux Dave888 (~Dave888@41.226.68.254)
13:14.59*** join/#htc-linux Ceesheim (~ceesheim@p5B346B9B.dip.t-dialin.net)
13:17.21*** join/#htc-linux helicopter88 (~helicopte@host50-115-dynamic.22-79-r.retail.telecomitalia.it)
13:30.06*** join/#htc-linux kvaster (~kvaster@vpn-e0.bas-net.by)
13:31.24*** join/#htc-linux gauner1986 (~Miranda@p5B3833F9.dip.t-dialin.net)
13:31.27*** join/#htc-linux sado1 (~sado1@static.213-133-103-196.clients.your-server.de)
13:47.11*** join/#htc-linux gauner1986 (~Miranda@p5B3833F9.dip.t-dialin.net)
13:51.12*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
13:58.56*** join/#htc-linux Andreyxxl[HD2EU] (Andreyxxl@94.52.236.39)
14:27.32*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
14:31.09*** join/#htc-linux emwe (~emwe@cable-86-56-10-158.cust.telecolumbus.net)
14:40.43*** join/#htc-linux mitsutaka (~mitsutaka@p1227-ipbf3907marunouchi.tokyo.ocn.ne.jp)
14:49.59*** join/#htc-linux Ceesheim (~ceesheim@p5B346B9B.dip.t-dialin.net)
14:59.56*** join/#htc-linux rzk_ (~rzk@95-25-211-53.broadband.corbina.ru)
15:03.17*** join/#htc-linux vinceweis (4463ed13@gateway/web/freenode/ip.68.99.237.19)
15:07.25*** join/#htc-linux ali1234 (~ajb@robotfuzz.co.uk)
15:18.44*** join/#htc-linux LordDeath (~LordDeath@cable-81-173-166-52.netcologne.de)
15:21.28*** join/#htc-linux Alex[sp3dev] (~alexander@ip-95-220-0-221.bb.netbynet.ru)
15:22.08Alex[sp3dev]tmzt: hi
15:30.22*** join/#htc-linux jose_makalolot (4122af0c@gateway/web/freenode/ip.65.34.175.12)
15:37.53*** join/#htc-linux AstainHellbring (~AstainHel@unaffiliated/astainhellbring)
15:39.09*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
15:44.20*** join/#htc-linux helicopter88 (~helicopte@host50-115-dynamic.22-79-r.retail.telecomitalia.it)
15:50.19*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
16:05.20*** join/#htc-linux programmer8922 (~Evan@67.219.164.162)
16:09.52*** join/#htc-linux gauner1986 (~Miranda@46.115.20.136)
16:11.33*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
16:12.03*** join/#htc-linux Segnale007 (~Segnale00@ppp-133-49.26-151.libero.it)
16:13.47*** join/#htc-linux Erikson (~Erik@musketeer.wlan.uni-jena.de)
16:17.40*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
16:22.11*** join/#htc-linux gauner1986 (~Miranda@46.115.20.136)
16:24.34*** join/#htc-linux mastermerlin (~Adium@p4FEE5EC0.dip.t-dialin.net)
16:28.06*** join/#htc-linux Andreyxxl[HD2EU] (Andreyxxl@94.52.236.39)
16:37.01*** join/#htc-linux kiozen (~kiozen@ppp-88-217-25-97.dynamic.mnet-online.de)
16:45.29*** join/#htc-linux gauner1986 (~Miranda@46.115.2.236)
16:45.49*** join/#htc-linux GNUtoo (~GNUtoo@host13-85-dynamic.51-79-r.retail.telecomitalia.it)
16:48.20*** join/#htc-linux helicopter88 (~helicopte@host50-115-dynamic.22-79-r.retail.telecomitalia.it)
16:54.01*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
16:57.42*** join/#htc-linux khorben_ (~dont@office.bearstech.com)
16:59.12*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
17:00.02*** join/#htc-linux tmzt (~tmzt@adsl-76-253-142-176.dsl.akrnoh.sbcglobal.net)
17:03.27*** join/#htc-linux arif-ali (~arif-ali@82-71-22-204.dsl.in-addr.zen.co.uk)
17:07.22*** join/#htc-linux onen|openBmap (~quassel@vbo91-1-89-87-201-85.dsl.sta.abo.bbox.fr)
17:10.50*** join/#htc-linux gauner1986 (~Miranda@p5B3833F9.dip.t-dialin.net)
17:11.23*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
17:12.44*** join/#htc-linux Dave888 (~Dave888@41.226.68.254)
17:17.59*** join/#htc-linux tmzt (~tmzt@adsl-99-164-47-134.dsl.akrnoh.sbcglobal.net)
17:23.00*** join/#htc-linux tmzt (~tmzt@adsl-99-164-47-134.dsl.akrnoh.sbcglobal.net)
17:26.02Alex[sp3dev]tmzt: when you have time could you answer a couple questions about androix?
17:28.19*** join/#htc-linux surge (surge@pool-98-118-157-221.bflony.fios.verizon.net)
17:29.42*** join/#htc-linux arrrghhh (~arrrghhh@184.248.253.160)
17:43.48*** part/#htc-linux Dave888 (~Dave888@41.226.68.254)
17:44.09*** join/#htc-linux Dave888 (~Dave888@41.226.68.254)
17:55.52*** join/#htc-linux skodde (~skodde@unaffiliated/skodde)
18:02.10*** join/#htc-linux tmzt (~tmzt@adsl-76-244-149-55.dsl.akrnoh.sbcglobal.net)
18:02.26*** join/#htc-linux dekar__ (~dekar@drms-590ec94b.pool.mediaWays.net)
18:11.39*** join/#htc-linux swc|666 (~x00@unaffiliated/swc666/x-4934821)
18:16.36*** join/#htc-linux vinceweis (4463ed13@gateway/web/freenode/ip.68.99.237.19)
18:26.16*** join/#htc-linux GNUtoo|laptop (~gnutoo@host13-85-dynamic.51-79-r.retail.telecomitalia.it)
18:33.49*** join/#htc-linux rob_w (~bob@ppp-188-174-3-57.dynamic.mnet-online.de)
18:41.49*** join/#htc-linux Nautis (63270516@gateway/web/freenode/ip.99.39.5.22)
18:55.26*** join/#htc-linux arrrghhh (~arrrghhh@184.248.253.160)
19:03.34*** join/#htc-linux androidguy (1b201e20@gateway/web/freenode/ip.27.32.30.32)
19:03.45androidguyhello all ..
19:04.15androidguyjust goign to give a shot on builidng my first custom rom for desire hd
19:04.24androidguycan someone please help me with links
19:05.08androidguyi have successfully set up the kitchen and would like to know how to remove radio.img from the stock rom and also what effects boot.img has own the rom
19:05.44androidguydo I need to extract the boot.img from a stock desire hd rom and use it in my custom rom
19:05.49androidguyi hope someone would help me on this
19:08.32*** join/#htc-linux Alex[sp3dev] (~alexander@ip-95-220-0-221.bb.netbynet.ru)
19:16.44*** join/#htc-linux Dunedan_ (~dunedan@phoenitydawn.de)
19:28.55*** join/#htc-linux Berger (~noreply@c65wn1.wifi.halden.net)
19:33.21*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
19:35.52*** join/#htc-linux marc1706 (~Marc@phpbb/modifications/marc1706)
19:58.02*** join/#htc-linux GNUtoo|laptop (~gnutoo@host13-85-dynamic.51-79-r.retail.telecomitalia.it)
20:02.06*** part/#htc-linux marc1706 (~Marc@phpbb/modifications/marc1706)
20:15.38*** join/#htc-linux kiozen (~kiozen@ppp-88-217-17-131.dynamic.mnet-online.de)
20:21.14*** join/#htc-linux GNUtoo|laptop (~gnutoo@host13-85-dynamic.51-79-r.retail.telecomitalia.it)
20:22.55*** join/#htc-linux F22 (~upcm@c-76-99-46-25.hsd1.nj.comcast.net)
20:23.46*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
20:34.55*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
20:43.06*** join/#htc-linux vinceweis (4463ed13@gateway/web/freenode/ip.68.99.237.19)
20:46.06*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
21:04.39*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
21:07.19*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
21:37.43*** join/#htc-linux Segnale007 (~Segnale00@ppp-133-49.26-151.libero.it)
21:43.51*** join/#htc-linux rpierce99 (~rpierce99@96-42-102-103.dhcp.stcd.mn.charter.com)
21:46.52*** join/#htc-linux AstainHellbring (~AstainHel@unaffiliated/astainhellbring)
21:49.24*** join/#htc-linux mes (~mes@S0106000ce55186df.cc.shawcable.net)
21:55.45*** join/#htc-linux tmzt (~tmzt@adsl-99-164-40-18.dsl.akrnoh.sbcglobal.net)
22:00.01*** join/#htc-linux stinebd (~bryan@maduin.southcape.org)
22:03.09*** join/#htc-linux AstainHellbring (~AstainHel@unaffiliated/astainhellbring)
22:05.52*** join/#htc-linux leviathan (~quassel@c-82-192-226-27.customer.ggaweb.ch)
22:10.57*** join/#htc-linux arrrghhh_ (~arrrghhh@184.248.253.160)
22:25.59*** join/#htc-linux GNUtoo (~GNUtoo@host13-85-dynamic.51-79-r.retail.telecomitalia.it)
22:32.07*** join/#htc-linux ali1234 (~ajb@robotfuzz.co.uk)
22:34.08*** join/#htc-linux jonpry (~jon@199.85.236.239)
22:43.55*** join/#htc-linux tyween (~tyween@pool-71-163-117-57.washdc.fios.verizon.net)
22:48.18*** join/#htc-linux tmzt (~tmzt@adsl-99-164-51-88.dsl.akrnoh.sbcglobal.net)
22:57.12*** join/#htc-linux arrrghhh_ (~arrrghhh@184.248.253.160)
23:05.30*** join/#htc-linux gassedup (gassed@c-76-30-161-228.hsd1.tx.comcast.net)
23:08.01*** join/#htc-linux stinebd (~bryan@maduin.southcape.org)
23:14.11*** join/#htc-linux tjs_bsd (~tjs@mail.CDPA.cc)
23:38.02*** join/#htc-linux tmzt_ (~tmzt@adsl-69-208-3-206.dsl.akrnoh.ameritech.net)
23:42.53*** join/#htc-linux Cass (~cass@188-220-34-222.zone11.bethere.co.uk)

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