IRC log for #htc-linux on 20091211

00:03.49*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
00:13.20ToAsTcfhtmzt: quiet got data working
00:18.55ToAsTcfhecho -n 'config:auth 2' > /dev/qmi0
00:18.55ToAsTcfhecho -n 'config:tech 2' > /dev/qmi0
00:18.55ToAsTcfhecho -n 'up:0  ' > /dev/qmi0
00:20.17*** join/#htc-linux dzo (n=dzo@mail.marginz.co.nz)
00:28.00tmzta cool
00:28.11tmztplease paste those in #ofono as well
00:28.20tmztjust the lasgt three
00:28.29ToAsTcfhyeah i guess now its how to get it to do it auto
00:28.45tmzthow is ip autoconfig handled?
00:29.45ToAsTcfhim not sure. he posted these on his thread
00:29.53ToAsTcfhdns
00:30.15tmztokay, paste the thread there
00:30.46ToAsTcfhwhats the best way to get these to happen automaticly?
00:33.25ToAsTcfhtmzt:?
00:34.45*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
00:35.45tmztget binary qmi in userspace
00:36.07ToAsTcfhjava?
00:37.26tmztno
00:38.35ToAsTcfhthen what?
00:39.29tmztadd support to gatchat
00:40.32ToAsTcfhew... ive never even hesard of it
00:41.43tmztdummy is diasbaled
00:41.46tmztphh:
00:41.51tmztToAsTcfh: part of ofono
00:58.58ToAsTcfhok tmzt how are we gonna get these to happen without using adb everytime we boot
01:03.49tmztso the init is nooped
01:04.33tmztToAsTcfh: I mean let's not discuss which android version works and which doesn't
01:04.38tmztover there
01:04.49tmztwe need to be able to bring it up manaully
01:04.57tmztso we can code a driver for ofono
01:05.11tmztand the write a proxy to let the ril code in android talk to it
01:09.16ali1234so there's a ril for ofono?
01:09.31ali1234or that's what you're going to make?
01:14.46tmztan interface from android ril to ofono
01:14.59tmztonce it/connman can bring up the network
01:15.26tmztI don't like crosscompiling and fso is in too much of a state of flux at the low level
01:15.37tmztnot the api itself, but the code
01:15.55tmztanyway, legacy ril is just broken
01:17.54ali1234interesting anyway
01:18.17ali1234i guess i will try to get wizard gsm working with ofono, but not until after xmas at the earliest
01:22.27ToAsTcfhtmzt i cant fine what service it is in the init.rc
01:23.16tmztemail it tot me
01:23.30tmztali1234: okay, cool
01:26.53tmztali1234: what do atmel interrupt vectors look like?
01:27.04tmztdo they have a hardware vector table?
01:27.08ali1234atmel what?
01:27.16tmztsay atmega328
01:27.55tmztI'm watching a presentation on aduion dmn
01:28.02tmztarduino
01:28.34ToAsTcfhdid u get my email i sent?
01:28.48tmztnot yet
01:29.06ali1234i'm pretty sure they just jump to a fixed memory address where you install whatever handler you want
01:29.07tmztit has to push it
01:29.17tmztokay, that's what he said
01:29.24tmztof course arm, msm don't
01:29.40tmztthey have a demux routine
01:29.57ali1234avr is 8 bit with a tiny amount of ram...
01:30.20tmztis there a timer register to reset the scaler to a certain value?
01:30.27tmztafter it fires
01:30.33tmztah, ok
01:30.46ali1234not sure. avr is not comparable to arm in any way
01:30.52tmztright
01:31.15ali1234avr-32 is totally different of course
01:31.20ali1234don't know anything about those
01:31.22tmztthings things are incredibly simple
01:31.37tmztclear int on read?
01:32.08ali1234don't know these specifics off hand... you'll have to get the datasheet :)
01:33.02tmztyeah that's okay
01:33.08tmztI wasn't asking
01:33.22tmztjust can't believe how complex our chips are sometimes
01:33.42ali1234horses for courses
01:34.44ali1234somebody built a NES-like games console using atmega, and that's incredible hacking skills... they're not even meant for that kind of use
01:36.02tmzthow many of them?
01:36.14tmztif the video stuff and everything is done that way
01:36.25tmztnot much worse than z80 though
01:36.34tmztwhich projects do you work on?
01:36.34ali1234there's a few different projects actually, i think one uses just a single atmega
01:36.38tmztin hardware
01:37.06tmztI guess a general purpose os would be quite hard
01:37.12ali1234yeah
01:37.12tmzton the 8 biit devices
01:37.41ali1234i haven't really done much on avr, i know the openservo guy well
01:37.43ali1234known as ginge here :)
01:38.21tmztah right
01:39.45tmztthat's asm or c?
01:39.49ali1234i did some hacking on s1mp3, which means no-name chinese mp3 players with z80 cores
01:40.00tmztyeah, those are cool
01:40.03ali1234openservo is mostly C, possibly entirely C
01:41.24ali1234openservo is a really cool project... the control it gives over the servo is basically better than what most hobby servos and robots can handle
01:42.21ali1234it could easily drive a full size biped, if somebody could come up with a decent frame
01:42.57tmztthis arduino server stuff is pretty cool
01:43.00tmztservo
01:43.02tmztuh
01:43.18tmztI don't know what library it uses internally though
01:43.22ali1234not looked at it
01:43.30tmztservo.attach(2)
01:43.48tmztserver.write(0) // full ccw
01:43.51tmztthat's it
01:43.54ali1234lol
01:43.55tmzt2 is the pin
01:44.07ali1234and write(0) is the angle you want?
01:44.08tmztno pwm support yet though
01:44.15ali1234that's terrible :)
01:44.16tmzthmm, not sure
01:44.36tmztthe bike sounds awesome, so a video on them
01:45.01ali1234on openservo you upload a hermite curve describing what the servo is to do, then the avr interpolates and adjusts for load, while providing feedback
01:45.15ali1234it's total overkill
01:45.39tmztyeah, write is the angle
01:45.40ali1234unless you're trying to build a real terminator
01:47.22tmztterminator?
01:47.56ali1234you know, like the movie?
01:48.19tmztah
01:48.33tmzthe uses a 6502 though
01:48.57tmztwhich is far less capable from my memory for the interfacing stuff
01:49.04*** join/#htc-linux maejrep (n=madcoder@c-68-42-30-56.hsd1.pa.comcast.net)
01:49.07tmztbut 6mhz tristate
01:49.10tmzthmm
01:49.21ali1234the beauty of openservo is it is really simple to interface
01:49.27ali1234they are controlled over i2c
01:49.32tmztno cam?
01:49.48ali1234cam is too expensive for the project
01:50.05ali1234avr has i2c, so they use i2c :)
01:50.07tmztthe new rerap design is using it or a similar multilevel bus
01:50.10tmzttoo noisy
01:50.17tmztthey have cam versions now
01:50.39ali1234wait cam?
01:50.45ali1234do you mean can?
01:51.27ali1234(canbus)
01:53.42tmztyes
01:53.44tmztsorry
01:54.09tmztavr with can chip onboard
01:54.20ali1234yeah, can was considered, but would have been to expensive for a hobby project
01:55.58ali1234also openservo is designed to fit inside the servo casing, replacing the PWM controlled circuit... so it needs to be really small
01:56.39ali1234so it turns a cheap generic servo into a high end digital controlled one, for very low cost
01:56.52tmztyeah
01:56.56tmztI see
02:00.54*** join/#htc-linux x29a_ (n=x29a@unaffiliated/x29a)
02:05.10tmztToAsTcfh: can you paste it in the email
02:05.15tmztwm won't open .rc
02:06.26MrPippywhere can i get the ramzswap and xvmalloc modules? are they helpful?
02:07.11tmztthe exact ones? no idea
02:07.17tmztask cyanogen in #android
02:09.32MrPippyok, phh had posted a link a few days ago but it 404s
02:13.17*** join/#htc-linux Battousai (n=bryan@gentoo/developer/battousai)
02:19.41*** join/#htc-linux jeremychang (n=jeremych@61-30-10-70.static.tfn.net.tw)
02:21.37*** join/#htc-linux mintishhippo (n=mintishh@adsl-149-8-8.mia.bellsouth.net)
02:22.05mintishhippohello
02:22.08mintishhippo?
02:24.25tmzthello
02:24.43ToAsTcfhhello
02:24.49ToAsTcfhsent again
02:25.30tmztthanks
02:26.12tmztgmail is being slow
02:31.40ToAsTcfhtmzt: when i run wifi it says in logcat its starting then as soon as it starts it crashes the phone and will boot loop till u do a factory wipe. any ideas?
02:31.44*** join/#htc-linux BHSPitMonkey (n=stephen@unaffiliated/bhspitmonkey)
02:32.03tmztwifi?
02:32.12tmztdon't know
02:32.27ToAsTcfhyeah wifi. trying to figure it out
02:32.43ToAsTcfhoh well.
02:33.45ToAsTcfhi think im gonna use the rild and stuff from the aoosp rom and try to put it in my 2.1
02:34.46ToAsTcfhthoase comands wont work for mme. the ips assign and all but it still has no data
02:35.08tmztpretty sure that won't work
02:35.11tmzthmm
02:35.12*** join/#htc-linux BHSPitMonkey (n=stephen@unaffiliated/bhspitmonkey)
02:35.20ToAsTcfhi have everything but data working in my build
02:35.22tmztwhy can't you bring it up?
02:35.27ToAsTcfhidk
02:35.44tmztdid you stop ril?
02:36.11ToAsTcfhin aosp? or my rom?
02:36.41tmzteither
02:36.45ToAsTcfhno
02:38.03ToAsTcfhi can still ping data after stop ril
02:39.09ToAsTcfhdid u get my email yetr
02:41.52tmztyou can ping after stop ril
02:42.02ToAsTcfhyes\
02:42.07tmztbut we need to start rmnet without ril
02:42.22ToAsTcfhidk
02:43.48tmztril-daemon
02:43.53tmztstop ril-daemon
02:45.06ToAsTcfhhold up i started over did a reset
02:46.34tmztgood
02:46.40tmztshutdown data
02:46.45tmztthen stop ril
02:46.55tmzttry to bring up qmi
02:47.00ToAsTcfhtmzt: i did a wipe. is there anything u want me to do before i start data up?!
02:47.05tmzttell me if you have an ip on rmnet0
02:47.33tmztactually comment ril in init.rc
02:47.36tmztis the best way
02:47.54ToAsTcfhok no ip
02:48.02*** join/#htc-linux catfishk (n=catfishk@76.105.138.218)
02:48.47ToAsTcfhanything else?
02:48.48*** join/#htc-linux DarkMasterHalo (n=DarkMast@modemcable187.118-80-70.mc.videotron.ca)
02:49.49catfishkany vogue guys have working wap data on Cricket?  looking for a way to bring up ppp0 on RAPH800
02:50.32ToAsTcfhtmzt:
02:53.00tmzthuh?
03:07.18ToAsTcfhwoot. i got it working in my 2.1 build
03:07.37ToAsTcfhrmnet0 wasnt getting put up
03:48.11ToAsTcfhalso had to put it in airplane mode and back out before data would start. so im thinking in order for it to work i have to restart the ril
04:40.18*** join/#htc-linux NexVision (n=a@c-76-109-33-88.hsd1.fl.comcast.net)
04:56.13*** join/#htc-linux AstainHellbring (n=AstainHe@unaffiliated/astainhellbring)
04:58.40AstainHellbringhi
05:00.03*** join/#htc-linux catfishk (n=catfishk@76.105.138.218)
05:31.03*** join/#htc-linux droid001 (n=g1@p4FDC9995.dip.t-dialin.net)
05:34.23kupoyo
06:23.18*** join/#htc-linux NexVision (n=a@c-76-109-33-88.hsd1.fl.comcast.net)
06:46.19*** join/#htc-linux apt (i=ibot@rikers.org)
06:46.19*** topic/#htc-linux is Welcome to htc-linux | Project homepage and wiki http://htc-linux.org | Livelogs: http://irclog.netripper.com/?chan=htc-linux | Logs: http://apt.rikers.org/%23htc-linux | htc-linux is not android
07:06.04*** join/#htc-linux kiozen (n=oeichler@p54920DF5.dip0.t-ipconnect.de)
07:19.11*** join/#htc-linux itchy8me (n=itchy8me@ip80-116-211-87.adsl2.static.versatel.nl)
07:30.01*** join/#htc-linux praxidike (n=praxidik@68.35.1.6)
07:41.31*** join/#htc-linux NexVision (n=a@c-76-109-33-88.hsd1.fl.comcast.net)
07:43.28*** join/#htc-linux balans (n=Gebruike@212-123-149-239.ip.telfort.nl)
07:47.53*** join/#htc-linux balans1 (n=Gebruike@5ED1D858.cable.ziggo.nl)
08:11.03MrPippywow the wince dmesg is amazing. on touch diamond cdma (diam500), it is at 0x17600000
08:16.21*** join/#htc-linux balans (n=Gebruike@5ED1D858.cable.ziggo.nl)
08:17.52*** join/#htc-linux yoyey (n=yoann@bro69-3-82-237-160-83.fbx.proxad.net)
08:18.32*** join/#htc-linux balans1 (n=Gebruike@5ED1D858.cable.ziggo.nl)
08:21.05*** join/#htc-linux UnknownArtists (n=unknown@84.19.199.203)
08:25.12*** join/#htc-linux BabelO (n=fcr@unaffiliated/babelo)
09:00.14*** part/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
09:49.12*** join/#htc-linux balans (n=Gebruike@5ED1D858.cable.ziggo.nl)
09:53.23*** join/#htc-linux balans2 (n=Gebruike@5ED1D858.cable.ziggo.nl)
09:53.51*** join/#htc-linux Transformer (n=Transfor@67.86.52.96)
09:56.22*** part/#htc-linux Transformer (n=Transfor@67.86.52.96)
10:03.51*** join/#htc-linux kvaster_ (n=kvaster@93.84.112.80)
10:08.13*** join/#htc-linux balans1 (n=Gebruike@212-123-149-239.ip.telfort.nl)
10:16.41*** join/#htc-linux Squarc (n=Squarc@82-217-32-29.cable.quicknet.nl)
11:11.50*** join/#htc-linux balans (n=Gebruike@212.123.149.239)
11:14.16*** part/#htc-linux yoyey (n=yoann@bro69-3-82-237-160-83.fbx.proxad.net)
11:38.02*** part/#htc-linux Brenton (n=chatzill@c122-107-100-34.blktn5.nsw.optusnet.com.au)
11:41.30*** join/#htc-linux zycho (n=zycho@dslc-082-083-244-002.pools.arcor-ip.net)
11:41.34zychohi
11:47.44*** join/#htc-linux marex (n=marex@78.128.198.52)
12:01.06*** join/#htc-linux zycho_ (n=zycho@dslc-082-083-244-002.pools.arcor-ip.net)
12:30.54*** join/#htc-linux zycho__ (n=zycho@dslc-082-083-244-002.pools.arcor-ip.net)
12:33.27*** join/#htc-linux kvaster (n=kvaster@93.84.112.80)
12:39.03*** join/#htc-linux Captnoord (n=Captnoor@145.74.216.254)
12:47.08*** join/#htc-linux GeekLad (n=GeekLad@adsl-82-3-110.jax.bellsouth.net)
12:55.13*** join/#htc-linux tids2k (n=xXx@122.111.80.212)
13:08.58*** join/#htc-linux tavelram (n=nope@marle.vat.sgsnet.se)
13:21.23*** join/#htc-linux zycho__ (n=zycho@dslc-082-083-244-002.pools.arcor-ip.net)
13:33.28*** join/#htc-linux sdt555 (n=titus@147.145.40.44)
13:37.31*** part/#htc-linux sdt555 (n=titus@147.145.40.44)
13:39.05*** join/#htc-linux balans1 (n=balans@212-123-149-239.ip.telfort.nl)
13:39.18Captnoordhmmm
13:39.20Captnoordphh
13:39.24Captnoordor anyother one
13:39.32Captnoordthe gllib.o
13:39.43Captnoordis there a way to get some
13:39.44Captnoord?
13:39.44Captnoord:P
13:40.26Captnoordlibgles.so
13:40.28CaptnoordI mean
13:54.47Captnoordnvm
14:20.18tids2knetripper pong
14:20.28*** join/#htc-linux MatBee_ (n=MatBee_@vpn.abelsoft.com)
14:20.34NetRipperping
14:20.47MatBee_pong
14:21.47tids2klol
14:22.00tids2khows the dev.
14:22.15NetRippererrr
14:22.21NetRippernot much change
14:22.24tids2kthnx 4 d comment on the thread
14:22.24NetRipperi mean
14:22.29NetRippernp
14:22.35NetRipperthat's basically what im doin
14:22.35NetRipper:P
14:22.41NetRipperdebugging
14:22.46tids2ku had any success with lcd panel :)
14:22.55AstanHellbringmorning NetRipper
14:22.55NetRipperi got passed the zImage decompression croutine
14:22.56NetRipper(omg gprs sucks)
14:23.01AstanHellbringhow goes your hd2 progress?
14:23.11NetRipperread man read :P
14:23.19tids2kha ha
14:23.36NetRipperjust 10 lines up astan :p
14:23.40tids2ki thonk we only 2 have leo
14:23.43AstanHellbringnot much change eh?
14:23.44tids2klol
14:23.53AstanHellbringI will have snapdragon in a few days
14:23.54NetRipperim still stuck in the boot process
14:23.57tids2kno change eh ;)
14:23.59AstanHellbring(hopefully)
14:24.03NetRippernot even getting to the main
14:24.09AstanHellbringassuming ATT pulls head out of ass
14:24.11NetRipperhangs in asm code somewhere
14:24.37tids2kgwt it checked by cr2
14:24.37NetRipperany o fyou have experience with early virtual memory mapping in linux?
14:24.56NetRipperlike, when the mmu is turned on, how can i still access my physical addresses?
14:25.04NetRipperaret hey at an offset until the full iomap has been performed?
14:25.13NetRipperor what/ :)
14:25.28*** join/#htc-linux bronek (i=bronek@082139015142.jeleniagora.vectranet.pl)
14:25.29NetRippertids2k, i wish i could :)
14:25.30NetRipper~seen cr2
14:25.33aptcr2 <n=cr2@82.203.205.227> was last seen on IRC in channel #htc-linux, 6d 14h 55m 55s ago, saying: 'different'.
14:25.39NetRipper^^
14:25.39NetRipper:)
14:26.03NetRipperim basically going through all linux kernel code in the bootup now
14:27.01NetRipperbut im not sure if my flashlight test is still functional once mmu is up
14:28.07NetRipperanyway i'll be testing a bit more tonight again
14:28.18NetRipperany info is welcome
14:28.18NetRipper:)
14:28.50*** join/#htc-linux MatBee_ (n=MatBee_@vpn.abelsoft.com)
14:29.45*** join/#htc-linux MatBee_ (n=MatBee_@vpn.abelsoft.com)
14:30.21NetRippertids2k, AstanHellbring, you both went quiet... give me some inspiration! :)
14:30.29AstanHellbringlol
14:30.55AstanHellbringhmm
14:31.16AstanHellbringso how far do you get with this?
14:31.24NetRipperim at work now so i cant work at it now anyway, but will be home in like 6 hours
14:31.34NetRipperok what i got is this
14:31.40tids2kman i thought u were my inspiration ;)
14:32.02NetRipperi know it enters th elinux kernel, so im good with memory and stuff
14:32.18NetRipperi added flashlight test code to th elinux kernel, before the mmu was enabled
14:32.23NetRipperbut that's only like 10 lines of asm
14:32.26NetRipperbefore mmu is enabled
14:32.46tids2kso does the test work
14:32.52AstanHellbringso remind me whats the mmu?
14:32.59tids2ki mean ur code is it workin
14:33.01NetRippermemory mapping unit
14:33.39tids2kNetRipper
14:33.58NetRippertids2k, once haret i sdone, it jumps to the linux kernel, i've verified that these instructions are actually called... however, when the mmu is enabled, my flashlight asm doesn't work anymore
14:34.09NetRipperalso
14:34.16AstanHellbringinteresting
14:34.18NetRipperthe zImage de compression didn't work
14:34.34NetRipperthe armv7 cache flush asm code is invalid in the linux kernel
14:34.36NetRipperit doesn't work for snapdragon
14:35.01NetRipperi dont know why
14:35.10NetRipperit should be backard compatible
14:35.12NetRipperbut idsnt
14:35.14NetRipper-d
14:36.12tids2kthe arm7 is not comaptible with arm11 branches
14:36.25NetRipperer
14:36.40NetRipperthe snapdragon has a cortex-a8
14:36.44NetRipperwhich is armv7
14:36.50NetRipperwhich we still call the arm11
14:37.04NetRipperdunno why exactly but thats how its named in the kernel
14:37.06NetRipperthe radio is arm9
14:37.13tids2karm-cortex a8>arm9
14:37.18NetRipperbut that differs from armv9 which doesnt exist yet)
14:37.19tids2kyepp
14:37.44tids2kbeta chips are available in china :;)
14:37.55NetRippercortex a8 = the application core afaik, which is the arm11
14:38.00NetRipperbut the instruction set is armv7
14:38.05tids2kfor arm9
14:38.22NetRipperyou dont make sence
14:38.29NetRipperelaborate? :)
14:38.34tids2kdid u show the code to phh or cr2
14:38.50tids2kthey might help
14:38.54NetRipperwhich code
14:39.09tids2kyour code and the asm one
14:39.43tids2kmy gf said this phone is too big for my hands
14:40.04NetRipperhttp://htc-linux.org/wiki/index.php?title=LeoFlashlightTest
14:40.54NetRipperignore the last piece of asm about MMU, it's not a serious problem
14:41.06MatBee_lol
14:41.10MatBee_too big
14:41.26NetRipperthe linux cod where the mmu cache is flashed, is at arch/arm/boot/compressed/head.S
14:41.32NetRipperflushed*
14:43.57tids2kNetRipper is the battery drain solved on blac with android
14:44.08NetRipperi wouldnt know
14:44.14NetRipperim not working on that, nor keeping an eye on it ;)
14:44.42NetRipperand i sold my raphael
14:45.02tids2kfor how much
14:45.11NetRipper150 eur
14:45.27tids2ki got a new nokia n97 for 580AUD
14:45.38NetRipperwhich is 10 cents?
14:45.42MatBee_LOL
14:45.57AstanHellbringtids2k whose your carrier?
14:46.08NetRipper~google 580 aud in euros
14:46.19NetRipperif that works
14:46.29MatBee_aud in EUR
14:46.32MatBee_would be best
14:46.41tids2k359 euro
14:46.43NetRipper580 Australian dollars = 359.920016 Euros
14:46.48tids2klol
14:46.57tids2kim with optus
14:47.03MatBee_AstanHellbring:
14:47.14MatBee_AstanHellbring: is 100k/yr a lot for australia?
14:47.25MatBee_fuck
14:47.26AstanHellbringhuh MatBee_?
14:47.29MatBee_tids2k: ...
14:47.41NetRipperaud and usd is pretty similar
14:47.47AstanHellbringtids2k damn not telstra huh
14:47.48NetRipperi thought aud was worthless
14:47.48NetRipper:P
14:47.56NetRipper(like halft)
14:48.00NetRipperhalf*
14:48.07MatBee_aud and cad are much the same
14:48.17MatBee_usd is worth just slightly more
14:48.39NetRipper1 U.S. dollar = 1.05029991 Canadian dollars
14:48.45NetRipperusd and cad are similar
14:48.54NetRipperaud is 0.9 dollar
14:49.25tids2klol
14:49.32tids2kis gettin better
14:49.56MatBee_tids2k: is 100k/yr a lot for australia? sydney area?
14:50.10tids2kAstanHellbring u mean 100k aud or usd
14:50.12MatBee_I'm not sure about cost of living, but I'm thinking of going over the next 3 years
14:50.19MatBee_100kAUD
14:50.43AstanHellbringwell MatBee_ sounds like thats the equivelant of 90k USD
14:50.50tids2kenough
14:50.53MatBee_AstanHellbring: yeah but what are the costs of living, etc
14:51.15tids2ki earn less than 5k a month ;)
14:51.36tids2kliving costs depends
14:51.40MatBee_yeah
14:51.48MatBee_sydney will be a bit more expensive
14:51.48tids2khow u want to live
14:52.05MatBee_well, an Audi R8 for starts
14:52.09tids2klike a party animal or like a saint
14:52.16tids2khehehe
14:52.22NetRippersaint
14:52.29MatBee_middle
14:52.33MatBee_lol
14:52.41tids2kim getting a4 or toyota corolla in feb
14:52.51NetRipperonce you're a saint you can always choose what ot waste your money on
14:53.04NetRipper(and i just love that movie)
14:54.16tids2klol
14:54.20tids2kNetRipper lol
14:56.41tids2knetripper rds on leo will work soo.
14:56.44tids2ksoon
15:02.12NetRipperwho's working on it?
15:02.17NetRipperflywhc?
15:02.37AstanHellbringrds?
15:05.45*** join/#htc-linux stickboy (n=anonymou@128.153.178.165)
15:09.40tids2kyes
15:09.56tids2khe needs some files from the leo
15:10.01NetRipperah
15:10.09NetRipperthe leo kitchen is available
15:10.09tids2ki will post them tomorrow
15:10.13NetRipperso he can have all files he needs
15:10.32NetRipperis flywhc a he or she?
15:10.36NetRipper:P
15:10.47tids2kheshe ;)
15:11.24tids2knetripper what is ur qualifications
15:14.07*** join/#htc-linux leobaillard (n=leobaill@leobaillard.org)
15:14.55NetRipperdiploma?
15:15.15NetRipperbachelor of ict
15:15.42NetRipperi don't know international terms actually
15:18.30tids2kwhat is ict
15:18.46NetRipperIT
15:18.50NetRipperinformation and communication technologies
15:19.00tids2knice
15:19.41tids2kim ann accountant by profession
15:20.03NetRipperand basically im just a programmer ;) .net /java / php/ c
15:20.08NetRipperah
15:20.14NetRipperyou do this for a hobby then
15:20.25tids2kya
15:20.50NetRipperfor me it all depends on the project at work, what my hobby will be ;)
15:20.53tids2ki always wanted ti be a computer engineer
15:21.06NetRipperif im doing a lot of c at work, im not going to bothrer working with the linux kernel at home
15:21.10NetRipper:P
15:21.14tids2klol
15:21.17MatBee_NetRipper: hense my position
15:21.25MatBee_im working on Linux and C++ at work
15:21.28NetRipperwhich is MatBee_ ?
15:21.29NetRipperah
15:21.46NetRipperi'd love microsoft in times like those
15:21.55NetRipperor just gaming.
15:21.57MatBee_yeah
15:22.01tids2kok
15:22.04MatBee_i, in reality, hate my computer when iget home
15:22.12NetRipperlol
15:22.13tids2klol
15:22.32NetRipperthat's the toll of working in IT
15:22.36NetRipperit's sad
15:22.39NetRipperwe have this hard time
15:22.40NetRipper:P
15:22.41MatBee_yeah
15:24.27NetRipperanyway im doing .net and a lot of SQL at work now
15:24.33NetRipperwhich makes my head spin
15:24.34NetRipperthe sql
15:24.43NetRipperso im glad when i get home and can do some real work
15:24.45NetRipper:p
15:25.23MatBee_yeah
15:25.28MatBee_well im actually doing all that too
15:25.33MatBee_trying to get our app to run under wine
15:25.51NetRipperah
15:25.57NetRipperso what's stopping it
15:26.04NetRippermost apps work on wine ootb
15:26.05MatBee_so far, windows authentication
15:26.12NetRipperohhh awesome
15:26.19NetRippergood luck with that
15:26.26MatBee_yeah, using windows auth with MSSQL
15:26.33MatBee_so im just trying to strip it, make it login/pass
15:26.42NetRipperyea
15:33.16tids2kgood night everyone
15:33.45tids2kNetRipper i hope u will fix the boot errors today
15:39.09*** join/#htc-linux yoyey (n=yoann@lns-bzn-49f-81-56-185-87.adsl.proxad.net)
15:46.54*** join/#htc-linux GeekLad (n=GeekLad@adsl-82-3-110.jax.bellsouth.net)
15:56.57phh[01:48:44] <tmzt> dummy is diasbaled <------ you meant dummy mddi ? if so, it's really weird
15:59.21*** join/#htc-linux AstainHellbring (n=AstainHe@unaffiliated/astainhellbring)
16:22.05*** join/#htc-linux toer (i=tore@179.81-166-86.customer.lyse.net)
16:23.09*** join/#htc-linux catfishk (n=catfishk@76.105.138.218)
16:24.19*** join/#htc-linux Hellie (i=soulreap@wield.the.scythe.of.the.soulreaper.net)
16:31.08*** join/#htc-linux GlemSom (n=glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk)
16:36.36*** join/#htc-linux luminoso (n=lumos@av-217-129-139-239.netvisao.pt)
16:51.13phh[   86.804626] ARM9 has CRASHED
16:51.18phhI always love that
16:53.02MatBee_lol
16:53.22MatBee_anyone here know how to close connections on mssqlserver :P
16:54.08phhkillall -9
16:54.49MatBee_bah
16:59.59*** join/#htc-linux Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
17:04.26GeekLadservice mysql stop
17:04.53*** join/#htc-linux jenericc` (i=ebcain@cpe-24-210-123-84.insight.res.rr.com)
17:10.04AstainHellbringMatBee_ use the enterprise manager
17:10.24MatBee_ahhh
17:23.43*** join/#htc-linux luc_ (n=luc@89-115-128-35.cl.ipv4ilink.net)
17:31.46*** join/#htc-linux jmcbrother (n=jmcbroth@189.38.180.115)
17:32.54*** join/#htc-linux kvaster (n=kvaster@live.bn.by)
17:41.55MatBee_this program is messed up. This tab only works 1/10th of the time
17:41.58MatBee_:P
17:42.04MatBee_for no apparent reason
17:49.27*** join/#htc-linux balans (n=Gebruike@212-123-149-239.ip.telfort.nl)
17:56.02*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
18:07.20*** join/#htc-linux GNUtoo (n=GNUtoo@host173-140-dynamic.45-79-r.retail.telecomitalia.it)
18:24.29*** join/#htc-linux JoshuaL (n=JoshuaL@kbl-tnz2380.zeelandnet.nl)
18:35.17*** part/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
18:35.40leviathanGNUtoo: hi
18:36.07leviathanI'm trying to port the whole samsung board specification to 2.6.29
18:36.10leviathanhard work...
18:36.23GNUtooleviathan, ok
18:36.31GNUtoohi
18:36.35leviathanGNUtoo: hi
18:36.37leviathan:)
18:36.58leviathanso I found out, that the rpc and the adsp do not seem to harmonate
18:37.12leviathanso I'm trying to move all the msm stuff from 27 to 29
18:37.27leviathanbecause the samsung drivers seem to be cleaner at all
18:41.28*** join/#htc-linux zycho__ (n=zycho@dslc-082-083-244-002.pools.arcor-ip.net)
19:04.43*** join/#htc-linux apt_ (i=ibot@rikers.org)
19:04.44*** topic/#htc-linux is Welcome to htc-linux | Project homepage and wiki http://htc-linux.org | Livelogs: http://irclog.netripper.com/?chan=htc-linux | Logs: http://apt.rikers.org/%23htc-linux | htc-linux is not android
19:11.04*** join/#htc-linux MrPippy (n=pip@adsl-75-36-53-28.dsl.sndg02.sbcglobal.net)
19:15.59*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
19:19.42tmztphh: yeah, but somebody just if 0'd all the init instead
19:20.16phhtmzt: so it's dummy client made the dirty way ?
19:21.01tmztyes
19:21.03tmzthah
19:21.19tmztbut it's needed because the registers are still used
19:21.34tmztjust the init, power down and all that removed
19:21.39*** join/#htc-linux onen|openBmap (n=quassel@vbo91-1-89-87-201-85.dsl.club-internet.fr)
19:21.46tmztand hey, it boots to msmfb
19:21.50tmztso I'm happy
19:21.57tmztwe can put the init back slowly
19:26.12phh~touchscreen-xfbdev
19:26.15phhnot that one
19:26.17phhapt_: list
19:26.27phhapt_: you're dead ? :(
19:30.25tmzt~tslib-xfbdev
19:30.26aptextra, extra, read all about it, tslib-xfbdev is TSLIB_TSDEVICE=/dev/input/eventX ts_calibrate ; Xfbdev -mouse tslib,,device=/dev/input/eventX -keybd keybd,,device=/dev/input/eventX
19:30.44tmztbeats typing that for the fiftieth time
19:30.58phh:)
19:31.08phhI have to put that in the init of the ubuntu mobile
19:31.27tmztwhy?
19:31.41tmztonly if no /etc/pointercal ?
19:31.58tmztall this work, you should do it with mer :)
19:32.13tmztsame base but all ready has scripts for this
19:36.48phhoh well I have some time to "waste" today, how to build it ? :)
19:41.05phhyou have your own branch somewhere or standard branch should work without too many fixes ?
19:43.30tmztwhat have you done on ubu mobile so far?
19:43.47tmztstart with arm generic 0.17x
19:44.08tmztno, I worked on smartq5 based 0.16
19:44.24tmztit was easier for a couple reasons but those should be fixed
19:45.33*** join/#htc-linux Tinyboom_ (n=nahh@ti0121a340-dhcp0974.bb.online.no)
19:46.10*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
19:46.55*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
19:46.57*** join/#htc-linux balans1 (n=Gebruike@212-123-149-239.ip.telfort.nl)
19:50.48*** join/#htc-linux phh (n=quassel@4be54-3-82-228-187-43.fbx.proxad.net) [NETSPLIT VICTIM]
19:51.58*** join/#htc-linux balans (n=Gebruike@212-123-149-239.ip.telfort.nl) [NETSPLIT VICTIM]
19:51.58*** join/#htc-linux GlemSom (n=glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk) [NETSPLIT VICTIM]
19:51.58*** join/#htc-linux GeekLad (n=GeekLad@adsl-82-3-110.jax.bellsouth.net) [NETSPLIT VICTIM]
19:51.58*** join/#htc-linux UnknownArtists (n=unknown@84.19.199.203)
19:51.58*** join/#htc-linux maejrep (n=madcoder@c-68-42-30-56.hsd1.pa.comcast.net) [NETSPLIT VICTIM]
19:51.58*** join/#htc-linux Tinyboom (n=nahh@ti0121a340-dhcp0974.bb.online.no) [NETSPLIT VICTIM]
19:51.58*** join/#htc-linux Kevin2 (n=Kevin2@207-172-165-101.s101.tnt1.nywnj.ny.dialup.rcn.com) [NETSPLIT VICTIM]
19:54.03*** join/#htc-linux Bry8Star_ (n=Bry8Star@99.22.201.208) [NETSPLIT VICTIM]
19:54.04*** join/#htc-linux tcccp (i=hey@asskicker.hey-ix.net)
19:54.40*** join/#htc-linux luminoso (n=lumos@av-217-129-139-239.netvisao.pt) [NETSPLIT VICTIM]
19:55.30*** join/#htc-linux balans2 (n=Gebruike@212-123-149-239.ip.telfort.nl)
19:58.27phh415MB ... I'll have some problems to put that somewhere on my phone
19:58.27NetRippermemory card
19:58.27NetRipper:p
19:58.28*** join/#htc-linux Mooby (n=blindaue@ibis.u-strasbg.fr) [NETSPLIT VICTIM]
19:58.28phhbuy me a raph :p
19:58.28*** join/#htc-linux davep (n=dp@CPE-124-188-210-63.sfcz1.cht.bigpond.net.au)
19:58.28NetRipperget a job
19:58.28NetRipper:P
19:58.29NetRipperi just sold mine :P
19:58.42*** join/#htc-linux sdt555 (n=titus@147.145.40.44)
19:58.51*** join/#htc-linux dave_p (n=dp@CPE-124-188-210-63.sfcz1.cht.bigpond.net.au)
19:58.55*** part/#htc-linux sdt555 (n=titus@147.145.40.44)
19:59.33*** join/#htc-linux Miek (n=mike@unaffiliated/mikechml) [NETSPLIT VICTIM]
20:00.47*** join/#htc-linux yoyey (n=yoann@lns-bzn-49f-81-56-185-87.adsl.proxad.net)
20:02.01*** join/#htc-linux dave_p (n=dp@CPE-124-188-210-63.sfcz1.cht.bigpond.net.au)
20:09.49*** join/#htc-linux MatBee_ (n=MatBee_@vpn.abelsoft.com)
20:09.58*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821) [NETSPLIT VICTIM]
20:12.22*** join/#htc-linux YellowGT0|73in (n=HRinc@c-71-226-239-246.hsd1.pa.comcast.net)
20:12.29YellowGT0|73inHi
20:13.10*** part/#htc-linux yoyey (n=yoann@lns-bzn-49f-81-56-185-87.adsl.proxad.net)
20:24.08*** join/#htc-linux onen|openBmap (n=quassel@vbo91-1-89-87-201-85.dsl.club-internet.fr)
20:24.08*** join/#htc-linux tids2k (n=xXx@122.111.80.212)
20:24.08*** join/#htc-linux AngriestDog (n=jmissao@unaffiliated/sundial)
20:24.08*** join/#htc-linux pini (n=pini@tho01-1-88-189-102-17.fbx.proxad.net)
20:24.08*** join/#htc-linux reid99 (n=reid99@CPE00226b5e2074-CM000e5c6ebb22.cpe.net.cable.rogers.com)
20:32.22parmasterinteresting, so samsung never rebranded and htc phone
20:32.30parmasteri thought they had, at least once
20:33.07MatBee_palm did ;P
20:33.13MatBee_before their WM exit
20:34.22tmztaren't some Palm OS palms HTC?
20:34.27tmztnot sure
20:34.37tmztand they still have Treo Pro
20:34.50MatBee_yeah thats htc
20:35.07phhtmzt: grr, I *really* need to boot through NFS, file exchange is way too slow
20:35.27tmztextract to sd
20:35.37tmztwith card reader
20:35.47phhsure ... with internal storage :p
20:35.52tmztah
20:35.55tmztright
20:36.17tmztI forget you have diamond
20:36.56phhtmzt: mer has onscreen keyboard ?
20:37.50tmztit does but in some environments
20:38.01tmztyou still in the channel?
20:38.05tmztI would ask there
20:38.36parmasterhi tmzt
20:38.44parmasteri see you're still fighting the good fight ;)
20:38.48phhhu, strange i left
20:48.46YellowGT0|73inSo is there anywhere I can learn about porting android or is so new there no real documentation?
20:49.50tmztto?
20:50.08tmztpar, ha yeah and now on tp2
20:50.17YellowGT0|73inI was kinda intrested in seeing how someone would go about porting Android
20:50.19tmztencouraged to have framebiffer working
20:50.24tmztto?
20:50.32YellowGT0|73inTp2
20:51.31YellowGT0|73inEveryone has to learn somewhere right heh
20:52.36*** join/#htc-linux Thetime (n=HRinc@c-71-226-239-246.hsd1.pa.comcast.net)
20:52.51AstainHellbringsup YellowGT0|73in
20:52.51phhfirst get the kernel working, get an android release from a board which is similar
20:52.52phhand fix what doesn't work.
20:52.59tmztwhich tp2?
20:53.00tmztuh
20:53.00ThetimeSup
20:53.03ThetimeWow
20:53.05ThetimeEveryones in this room
20:53.06ThetimeLoL
20:53.10ThetimeI have a Tilt2
20:53.15ThetimeDamnm it
20:53.19tmztrhod?
20:53.22ThetimeWhy does my name keep getting switch
20:53.24ThetimeYeah
20:53.26ThetimeRhod
20:53.45YellowGT0|73inThere we go
20:56.58tmztthere's two essential models, gsm and cdma/gsm
20:56.58tmztthat's the gsm one right?
20:56.59YellowGT0|73inGSM
20:56.59MatBee_nope
20:56.59MatBee_nobody is here
20:56.59YellowGT0|73inATTs GSM model
20:56.59*** join/#htc-linux klinux (n=fircuser@41.92.1.236)
20:56.59tmztare you GTO?
20:56.59YellowGT0|73inYeag
20:56.59YellowGT0|73inYeah
20:57.00YellowGT0|73inThetime is just some weird name it switchs to sometimes
20:57.00YellowGT0|73inNo idea
20:58.18*** join/#htc-linux Miek (n=mike@unaffiliated/mikechml) [NETSPLIT VICTIM]
20:58.18*** join/#htc-linux balans2 (n=Gebruike@212-123-149-239.ip.telfort.nl) [NETSPLIT VICTIM]
20:58.18*** join/#htc-linux tcccp (i=hey@asskicker.hey-ix.net) [NETSPLIT VICTIM]
20:58.18*** join/#htc-linux Tinyboom_ (n=nahh@ti0121a340-dhcp0974.bb.online.no)
20:58.18*** join/#htc-linux luc_ (n=luc@89-115-128-35.cl.ipv4ilink.net) [NETSPLIT VICTIM]
20:58.18*** join/#htc-linux Hellie (i=soulreap@wield.the.scythe.of.the.soulreaper.net) [NETSPLIT VICTIM]
20:58.18*** join/#htc-linux tavelram (n=nope@marle.vat.sgsnet.se) [NETSPLIT VICTIM]
20:58.18*** join/#htc-linux Dinde (i=kayser@sur-internet.net) [NETSPLIT VICTIM]
20:58.18*** join/#htc-linux ius (n=thralas@ius.student.utwente.nl) [NETSPLIT VICTIM]
20:58.18*** join/#htc-linux Salt|afk (n=Salt@vergil01.u.washington.edu) [NETSPLIT VICTIM]
20:58.18*** join/#htc-linux nrirclog (n=nrirclog@netripper.com) [NETSPLIT VICTIM]
20:58.18*** join/#htc-linux dilinger (n=dilinger@LUNGE.MIT.EDU) [NETSPLIT VICTIM]
20:58.19*** join/#htc-linux rzk_ (n=rzk@daemonet.ru) [NETSPLIT VICTIM]
20:58.19*** join/#htc-linux tjs_bsd (n=tjs@140.117.205.245) [NETSPLIT VICTIM]
20:58.19*** join/#htc-linux pigeon (n=pigeon@eth5284.nsw.adsl.internode.on.net)
20:58.19*** join/#htc-linux avrj (i=avrj@shell.lf.fi) [NETSPLIT VICTIM]
20:58.19*** join/#htc-linux alphaone (n=alphaone@2001:638:602:af01:0:0:0:1)
20:58.19*** join/#htc-linux ImCoKeMaN (n=imcokema@pool-96-249-148-32.hrbgpa.fios.verizon.net) [NETSPLIT VICTIM]
20:58.19*** join/#htc-linux chemical_at_work (n=chemical@217.6.162.228) [NETSPLIT VICTIM]
20:58.20*** join/#htc-linux nozze (n=nozze@193.11.162.41) [NETSPLIT VICTIM]
20:58.20*** join/#htc-linux bartman (n=bart@tau.jukie.net) [NETSPLIT VICTIM]
20:58.20*** join/#htc-linux docc (n=docc@static.88-198-83-83.clients.your-server.de) [NETSPLIT VICTIM]
20:58.20*** join/#htc-linux Dunedan (n=dunedan@phoenitydawn.de) [NETSPLIT VICTIM]
20:58.20*** join/#htc-linux |Epsy| (n=tpruvot@85.69.127.136) [NETSPLIT VICTIM]
20:58.20*** join/#htc-linux NetRipper (n=netrippe@tikkie.net) [NETSPLIT VICTIM]
20:58.20*** join/#htc-linux Funklord (n=cow@c-e1d571d5.014-46-73746f28.cust.bredbandsbolaget.se) [NETSPLIT VICTIM]
20:58.20*** join/#htc-linux Jos (i=Jos@Lithium.Jossie90.info) [NETSPLIT VICTIM]
20:58.20*** join/#htc-linux parmaster (i=par@dipole.idlepattern.com)
20:58.54*** join/#htc-linux swc|666 (n=infidel2@65.101.151.78)
20:58.55*** join/#htc-linux swc|666 (n=infidel2@65.101.151.78)
20:59.43MatBee_welcome
21:01.34*** join/#htc-linux sdt5551 (n=titus@147.145.40.44)
21:04.32*** part/#htc-linux tuples (n=Tuple@unaffiliated/tuples)
21:04.40*** join/#htc-linux YellowGTO (n=Matthew@c-71-226-239-246.hsd1.pa.comcast.net)
21:14.28tmztleviathan: gnu:
21:15.21GNUtootmzt, I am
21:15.46tmztYellowGTO: anyway, linux kernel support is first
21:15.55tmztadnroid should work at that point
21:16.17tmztbut sound, calls, wifi, bluetooth, and possibily 3d will be missing
21:16.18leviathanhmm
21:16.41leviathan2.6.32 soon should work
21:16.56leviathanbut only with openmoko, debian, etc.
21:17.00tmztyeah, from google? or Pavel?
21:17.02leviathannot with android >_<
21:17.22leviathanhttp://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=tree;f=arch/arm/mach-msm;h=64433675f8e537590138e1bd6a8b9a31780f0193;hb=bf923ab0c44c38cfee9d9e4c106d3fd272ba9e5a
21:17.23tmztanymore lkml threads?
21:17.41leviathantmzt: official linux-next
21:18.11leviathanseems to compile
21:18.17leviathanlets see, if it boots
21:18.22YellowGTOAnyone have any information on htc Rohdium and android?
21:18.22leviathanf...
21:18.26leviathandoesnt compile
21:18.43tmztmissing header
21:18.54tmztand one is in the worng place
21:19.08tmztshould be in include/linux
21:19.12tmztmsmsdcc I think
21:21.44YellowGTOtmzt TP2 doesn't even support linux kernel?
21:26.41YellowGTOWould learning C# for trying to help port Linux and/or android help at all?
21:27.09tmztno
21:27.18tmztif anything it would retard the effort
21:27.21YellowGTOWhat language?
21:27.21tmztlearn c
21:27.34YellowGTOAre they similar?
21:27.36tmztleviathan: let's get htcfb on there
21:27.47tmztin syntax, but don't start with c#
21:28.02tmztyou need to be able to get low level enough
21:28.14YellowGTOSo just C
21:28.19leviathanYellowGTO: yes
21:28.20tmztyes
21:28.31YellowGTOWould would I use for a compiler?
21:28.33leviathanand learn about the target architecture
21:28.37leviathanwhat hardware, adresses
21:28.42YellowGTOVisual studio work?
21:28.47tmztno
21:28.50leviathandito
21:28.50YellowGTOLoL
21:28.53leviathan:)
21:29.01tmztleviathan: let's get htcfb on there
21:29.05YellowGTOFlipping my world upside down
21:29.13tmztthey left out mddi in the new board
21:29.14leviathanYellowGTO: take gcc, a linux, and kdevelop ;)
21:29.34tmztbut that's ok
21:29.35leviathantmzt: yes lets do it
21:29.35tmztkdevelop for editing only
21:29.37phhleviathan: you use kdevelop to develop in the kernel ?
21:29.37tmztI don't have dream
21:29.39YellowGTOSo I should install linux again for this
21:29.41leviathanhmm
21:29.43leviathanOk
21:29.45tmztI can help you with the fixup though
21:29.56leviathanwill do it then :)
21:30.00tmztYellowGTO: get very familar with linux command line
21:30.02leviathanok
21:30.07YellowGTOI used linux a bit
21:30.14leviathanwow
21:30.19tmztlearn some psoix
21:30.29tmztleviathan: you on my gito ~tmzt?
21:30.30leviathanposix
21:30.35tmztstart a next there
21:30.47leviathanhmm, ok
21:31.01tmztread the first part of 'Art of Unix Programming'
21:31.10leviathantmzt: first I'll make my changes and get a booting version
21:31.14leviathanthen I'll upload
21:31.23tmztfair
21:31.34YellowGTOI should start with the Art of Unix programming?
21:31.52tmztdon't import mach-msm
21:31.55tmztjust htcfb
21:32.02tmztand fix the headers to use staging
21:32.21tmztpatch the linux sd header with the asm stuff it complains about
21:32.25tmztmuch easuer
21:32.33tmztcheck my gito log for details
21:32.46tmztYellowGTO: it explains the philospohy
21:33.40*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
21:33.45phhtmzt: may I say that unix's philosophy is really far with android ? :p
21:33.45YellowGTOAight i'll install Ubuntu and start reading that book
21:33.45tmztleviathan: if you can get this booting on dream I can try to figure out how NetRipper, cr2 etc. fixed the clocks
21:33.45tmztand other stuff for ce
21:33.53leviathantmzt: ok
21:33.57tmztphh: but it's crucial to understanding the kernel
21:34.25tmztYellowGTO: ubuntu is fine
21:34.34leviathantmzt: its sufficient
21:34.38leviathanyes
21:35.11*** join/#htc-linux MatBee_ (n=MatBee_@vpn.abelsoft.com) [NETSPLIT VICTIM]
21:35.11*** join/#htc-linux GlemSom (n=glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk) [NETSPLIT VICTIM]
21:35.11*** join/#htc-linux GeekLad (n=GeekLad@adsl-82-3-110.jax.bellsouth.net) [NETSPLIT VICTIM]
21:35.11*** join/#htc-linux UnknownArtists (n=unknown@84.19.199.203)
21:35.11*** join/#htc-linux maejrep (n=madcoder@c-68-42-30-56.hsd1.pa.comcast.net) [NETSPLIT VICTIM]
21:35.11*** join/#htc-linux Kevin2 (n=Kevin2@207-172-165-101.s101.tnt1.nywnj.ny.dialup.rcn.com) [NETSPLIT VICTIM]
21:35.15leviathanI've got gentoo, and debian, and dont like ubuntu, but for n00bs, its sufficient xD
21:35.26tmztI use ubuntu :)
21:35.31leviathanoops
21:35.37*** join/#htc-linux MatBee (n=MatBee@d24-150-35-2.home.cgocable.net)
21:35.38tmztit's fine with codesourcry compiler
21:35.41leviathanfreezed after an oops
21:35.45tmztI just like debian
21:36.12leviathandoesnt like the kernel freezes he sometimes gets with ubuntu
21:36.21tmztwhat gpu?
21:36.30leviathannvidia+atheros-chip
21:36.36leviathanleads to kernelfreeze
21:36.39leviathanevery 10min
21:36.41tmzthmm
21:36.43tmztah
21:36.45tmztwow
21:36.46leviathanits totaly crap
21:36.51tmztuse upstream kernel
21:36.55leviathanadditionaly I love tuning
21:36.56leviathan^^
21:37.09leviathanI tuned glibc and so on
21:37.13tmztthey switched back to madiwifi I think
21:37.14*** join/#htc-linux AngriestDog (n=jmissao@unaffiliated/sundial) [NETSPLIT VICTIM]
21:37.19leviathanand everything is alway bleeding edge
21:37.27leviathanoh
21:37.28leviathanokee
21:37.36leviathanI love gentoo xD
21:37.44tmztyeah, I'm thinking of doing that new x thing
21:38.00tmztbuilds from git every day or whatever
21:38.12tmztbut keeps my core system in apt
21:39.36*** join/#htc-linux MatBee_ (n=MatBee_@vpn.abelsoft.com) [NETSPLIT VICTIM]
21:39.36*** join/#htc-linux GlemSom (n=glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk) [NETSPLIT VICTIM]
21:39.36*** join/#htc-linux GeekLad (n=GeekLad@adsl-82-3-110.jax.bellsouth.net) [NETSPLIT VICTIM]
21:39.36*** join/#htc-linux UnknownArtists (n=unknown@84.19.199.203)
21:39.36*** join/#htc-linux maejrep (n=madcoder@c-68-42-30-56.hsd1.pa.comcast.net) [NETSPLIT VICTIM]
21:39.36*** join/#htc-linux Kevin2 (n=Kevin2@207-172-165-101.s101.tnt1.nywnj.ny.dialup.rcn.com) [NETSPLIT VICTIM]
21:40.00leviathanhmm, ok
21:40.46leviathanI'm using debian sid on my notebook, and gentoo on the workstation, and OpenMoko on my smartphone
21:41.01leviathanonly thing I need now is additionally a linux coffee machine
21:41.02leviathan^^
21:41.49*** join/#htc-linux reid99 (n=reid99@CPE00226b5e2074-CM000e5c6ebb22.cpe.net.cable.rogers.com) [NETSPLIT VICTIM]
21:42.18YellowGTOLoL tmzt
21:42.19YellowGTOArt of Unix programming
21:42.27YellowGTOYou should read this book if you are an experienced Unix programmer who is often in the position of either educating novice programmers or debating partisans of other operating systems, and you find it hard to articulate the benefits of the Unix approach.
21:42.38YellowGTOI am not an experienced unix programer
21:42.56*** join/#htc-linux AngriestDog (n=jmissao@unaffiliated/sundial)
21:44.15leviathanYellowGTO: then its impossible for you to articulate it and not only hard :P
21:44.19leviathan...sry
21:44.33leviathanjust read it
21:44.37leviathanthen ask questions
21:44.41YellowGTOOk
21:44.42leviathanthen we answer
21:44.48leviathanthen you write code
21:44.55leviathanthen we review it
21:45.03YellowGTOWell I need to wait for ubuntu to finish downloading
21:45.05leviathanthen we give patches, or reject it at all
21:45.14leviathanthen you can correct the errors
21:45.18leviathanthe you give it again
21:45.23leviathan<-loop on this point
21:45.42leviathanwhil(!acceptable) {review();}
21:45.55leviathanwhile(!acceptable) {review();}
21:45.57leviathansry
21:46.08leviathansmoking
21:46.10leviathanbrb
21:46.33phhleviathan: he can do his own branch if he wants to
21:47.29phhMrPippy: I think my mistake with gpu0 pmem miss is a good thing :d
21:47.52phhI think it means that the whole GPU memory can be wherever you want, gpu gpu0 is in SMI and gpu1 in EBI
21:48.02*** join/#htc-linux bsod666 (n=bsod666@5e02aa85.bb.sky.com)
21:48.03phhso we might free 7MB from RAM, and have quicker GPU :D
21:48.13bsod666hows the blackstone dev going?
21:48.56MrPippyso...gpu0 just allocates its own memory somewhere, doesn't have to be fixed?
21:49.18phhMrPippy: no
21:49.21phhgpu0 just doesn't exist
21:49.29phhwhenever android asks for gpu0 memory, there is just nothing
21:49.41phhit allocates all its memory in gpu1
21:49.52*** join/#htc-linux NexVision__ (n=a@c-76-109-33-88.hsd1.fl.comcast.net)
21:50.04phhI haven't tried with only SMI yet, but I hope it works the same
21:50.27bsod666can i ask why it takes so long to release a rom for blackstone that works? I looked at the htc hero specs and they look pretty much identical bar the screen
21:50.30phhMatBee: I failed again at calculating memory layout for treo ....
21:54.04phhbsod666: not the same modem software
21:54.04phhand nobody cares about doing a rom
21:54.05phhwell, not exactly
21:54.05phhbut very little work is done
21:54.05bsod666but it runs so slowly?
21:54.05bsod666they have like virtually the same cpu
21:54.05phhslowly ... ?
21:54.15bsod666granted the blackstone runs 480x800
21:54.15bsod666as opposed to 320x480
21:55.16*** join/#htc-linux pini (n=pini@tho01-1-88-189-102-17.fbx.proxad.net)
21:55.16*** join/#htc-linux sdt5551 (n=titus@147.145.40.44) [NETSPLIT VICTIM]
21:55.16*** join/#htc-linux Miek (n=mike@unaffiliated/mikechml) [NETSPLIT VICTIM]
21:55.16*** join/#htc-linux tcccp (i=hey@asskicker.hey-ix.net) [NETSPLIT VICTIM]
21:55.16*** join/#htc-linux Tinyboom_ (n=nahh@ti0121a340-dhcp0974.bb.online.no) [NETSPLIT VICTIM]
21:55.16*** join/#htc-linux luc_ (n=luc@89-115-128-35.cl.ipv4ilink.net) [NETSPLIT VICTIM]
21:55.16*** join/#htc-linux Hellie (i=soulreap@wield.the.scythe.of.the.soulreaper.net) [NETSPLIT VICTIM]
21:55.16*** join/#htc-linux tavelram (n=nope@marle.vat.sgsnet.se) [NETSPLIT VICTIM]
21:55.16*** join/#htc-linux Dinde (i=kayser@sur-internet.net) [NETSPLIT VICTIM]
21:55.17*** join/#htc-linux ius (n=thralas@ius.student.utwente.nl) [NETSPLIT VICTIM]
21:55.17*** join/#htc-linux parmaster (i=par@dipole.idlepattern.com)
21:55.17*** join/#htc-linux Jos (i=Jos@Lithium.Jossie90.info) [NETSPLIT VICTIM]
21:55.17*** join/#htc-linux Funklord (n=cow@c-e1d571d5.014-46-73746f28.cust.bredbandsbolaget.se) [NETSPLIT VICTIM]
21:55.17*** join/#htc-linux NetRipper (n=netrippe@tikkie.net) [NETSPLIT VICTIM]
21:55.17*** join/#htc-linux |Epsy| (n=tpruvot@85.69.127.136) [NETSPLIT VICTIM]
21:55.17*** join/#htc-linux Dunedan (n=dunedan@phoenitydawn.de)
21:55.17*** join/#htc-linux docc (n=docc@static.88-198-83-83.clients.your-server.de) [NETSPLIT VICTIM]
21:55.18*** join/#htc-linux bartman (n=bart@tau.jukie.net) [NETSPLIT VICTIM]
21:55.18*** join/#htc-linux nozze (n=nozze@193.11.162.41) [NETSPLIT VICTIM]
21:55.18*** join/#htc-linux chemical_at_work (n=chemical@217.6.162.228) [NETSPLIT VICTIM]
21:55.18*** join/#htc-linux ImCoKeMaN (n=imcokema@pool-96-249-148-32.hrbgpa.fios.verizon.net) [NETSPLIT VICTIM]
21:55.18*** join/#htc-linux alphaone (n=alphaone@2001:638:602:af01:0:0:0:1)
21:55.18*** join/#htc-linux avrj (i=avrj@shell.lf.fi) [NETSPLIT VICTIM]
21:55.18*** join/#htc-linux pigeon (n=pigeon@eth5284.nsw.adsl.internode.on.net)
21:55.18*** join/#htc-linux tjs_bsd (n=tjs@140.117.205.245) [NETSPLIT VICTIM]
21:55.18*** join/#htc-linux rzk_ (n=rzk@daemonet.ru) [NETSPLIT VICTIM]
21:55.18*** join/#htc-linux dilinger (n=dilinger@LUNGE.MIT.EDU) [NETSPLIT VICTIM]
21:55.18*** join/#htc-linux nrirclog (n=nrirclog@netripper.com) [NETSPLIT VICTIM]
21:55.18*** join/#htc-linux Salt|afk (n=Salt@vergil01.u.washington.edu) [NETSPLIT VICTIM]
21:55.22MrPippyok interesting, so something else can go in smi?
21:55.22pjottrrphh, about testing, would you post a mesage on the bugtracker on all messages you need and where to find them when having bugs on various parts ?
21:55.22phhif you mean that on heavy MMC load it is almost unusable, well that's true
21:55.22phhbut it's the same for windows mobile so ...
21:55.22bsod666it just takes ages to boot
21:55.26bsod666im downloading the latest release of the blackstone rom now
21:55.26phhbsod666: you reboot your phone hourly ... ?
21:55.26phhpjottrr: groumpf... ok
21:55.27pjottrrlol
21:55.27bsod666well with windows
21:55.27bsod666mobile maybe every couple of hours under intense use it crashes
21:55.27phhoh... so it's maybe not linux's fault
21:55.27phh(under really heavy MMC load, linux freezes...)
21:55.28leviathanre
21:55.28bsod666surely haret limits android rom performance?
21:55.30bsod666being compressed and what now
21:55.30phhno
21:55.30phhnot at all
21:55.31bsod666no?
21:55.32bsod666oh just wondering why the phone itself seemed sluggish under android
21:55.32phhthe only performance problem which could possibly arise is the speed of inner NAND VS MMC
21:55.32pjottrrphh; nice work btw this latest build, works very nice on blackstone, wifi problem i mentioned earluer is solved also
21:55.32bsod666i mean a 528mhz processor sounds more than fast enough for a small os
21:55.33*** join/#htc-linux muffinssi (i=muffinss@hoasnet-fe2fdd00-160.dhcp.inet.fi)
21:55.33phhbsod666: haha.
21:55.33phh528MHz means nothing :p
21:55.33phhwell it means the clock is set to 528MHz
21:55.33phhbut that's it
21:55.34bsod666maybe qualcomm != to pentium 3 528mhz?
21:55.44Captnoordand its arm not x86
21:55.44phhfrom far.
21:55.45phhnot speaking about true architectural changes
21:55.47bsod666so qualcomm chips do way less caclulations per clock
21:55.48bsod666?
21:55.51Captnoordthats arm vs risc
21:55.54phhpentium3 has > 256kB of cache
21:55.59phhqualcomm has 64kB.
21:56.02phh(or 32 ?)
21:56.16phhbsod666: oh i don't know for the chip
21:56.20phhbut for the ARM11 processor yes.
21:56.29phh(qualcomm chips runs several processors)
21:56.54bsod666hmm thats no good! gonna have to swap out my 7 series chip for a pentium 3!
21:57.02bsod666if it can be done
21:57.06phhok.
21:57.07bsod666it would be htc magic!
21:57.15bsod666lol
21:57.18phhthe battery life won't be exactly the same.
21:57.23*** join/#htc-linux boogeyman (n=boogeyma@unaffiliated/boogeyman)
21:57.32bsod666will it even boot without a proper desktop psu?
21:57.44bsod666lol forget it im crazy
21:57.54phha bit.
21:58.21phhtmzt: mer's copy to my mmc is still not ended :p
21:58.31*** join/#htc-linux DJW|Home (n=djwillis@82-46-19-72.cable.ubr02.bath.blueyonder.co.uk)
21:58.36bsod666yeah if anyone here works on the blackstone rom i do a bit of programming so would be prepared to help out in order to push this project forward but i dont know anything about rom cooking
21:58.52bsod666i can flash my phone thats abou it lol
21:59.06bsod666and i use linux from time to time
21:59.15phhyou haven't even panel support ....
22:00.11*** join/#htc-linux GeekLad (n=GeekLad@adsl-82-3-110.jax.bellsouth.net)
22:00.31leviathanok, thats strange
22:00.35leviathanbuilt trough
22:00.43leviathanafter some minimal changes
22:00.50bsod666maybe someone should try running make menuconfig on the blackstone remove all the irrelevant modules?
22:00.52leviathanimported msmfb from linux-to-go
22:00.53bsod666lol
22:00.59leviathanno changes were needed
22:01.08phhbsod666:  such as ... ?
22:01.20leviathanok
22:01.23leviathanlets boot
22:01.24leviathan^^
22:01.42MrPippyhmm android does open pmem_gpu0 (and gpu1 and hw3d) but i'm not sure what happens when it fails
22:01.55bsod666ive done it with gentoo...just go through removing modules that seem irrelvant and test out different configurations
22:01.59bsod666theres got to be some in there
22:02.16phhMrPippy: well with my kernel it happens (since i forgot to add it), it says that smi memory available is 0MB and that's it
22:02.37MrPippyand hw3d works?
22:02.40phhyes
22:02.58phhso I'll do the opposite, everything in SMI
22:03.08bsod666can anyone tell me why windows mobile is so shocking as well?
22:03.17leviathanI'd like to have a real  opensource driver for Xorg
22:03.21bsod666do microsoft not care about losing market share?
22:03.41leviathanso, tha I can use every function of the graphics-chip
22:03.43leviathanin X
22:03.54leviathanthat will be the next
22:04.00phhleviathan: the android's source code for 2D acceleration is free
22:04.07leviathanand 3d?
22:04.13phhno
22:04.22phhonly a closed libgles.so
22:04.26leviathan-.-
22:04.42leviathanis there a possibility to get the datasheet for the graphics chip?
22:04.43phhgood 2D would already be quite good
22:04.45MrPippyonly the gsm diamonds that have 64MB SMI, diam500 is like raph: 32MB SMI and 2*128 EBI
22:04.48phhhaha.
22:04.52phhleviathan: it's qualcomm :p
22:04.58phhMrPippy: ah.
22:05.11phhMrPippy: and my kernel crashes on your phones I guess ?
22:05.25leviathanphh: wondeful, then can get me a guy from qualcomm into the line, to get the datasheets?
22:05.27leviathan:)
22:06.28*** join/#htc-linux yoyey (n=yoann@lns-bzn-49f-81-56-185-87.adsl.proxad.net)
22:06.55MrPippyyeah with patches it boots, but doesn't run as well as a 2 month old ltg kernel
22:07.16phhMrPippy: you patched pmem.c ?
22:07.17*** join/#htc-linux onen|openBmap_ (n=quassel@vbo91-1-89-87-201-85.dsl.club-internet.fr)
22:07.36phhframebuffer is in SMI2
22:07.48phhthere is no way it boots at all if you  don't have 64MB SMI ...
22:07.55MrPippyright
22:08.14phh(or my calculations are wrong, again.)
22:08.33MrPippyyeah i have it set up like raph was before the pmem.c change, it works
22:09.01phhreporting such bugs is useless I guess ... ?
22:09.11bsod666does anyone know how the iphone cpu compares to the cpus found in our  htc devices qualcomm 72xx?Just wondering if the software is lacking or hardware
22:09.13phhtmzt: mer's booting ! crossing fingers
22:09.29phhbsod666: about the same
22:09.38MrPippyunfortunately the cdma diamonds are too different to share a machtype, so we need another one
22:09.58phhMrPippy: like diam500 and diam800 ?
22:10.47MrPippyyeah diam400 and diam500, 400 has SD slot, 500 has internal storage
22:10.54bsod666well its the software then, just hopes the ms gives us an operating system with the traits of windows 7
22:10.58MrPippythere's probably lots of other differences, but i don't think anyones tested on diam400
22:10.58*** join/#htc-linux Patrick_Bateman (n=infidel2@unaffiliated/swc666/x-4934821)
22:11.17phhdiam400 is cdma ... ?
22:11.29phhi thaught it was gsm
22:12.27*** part/#htc-linux yoyey (n=yoann@lns-bzn-49f-81-56-185-87.adsl.proxad.net)
22:12.47MrPippyyeah its cdma, sold by verizon
22:12.51bsod666i know its offtopic but did anyone ever manage to get wm6.5 working smoothly on blackstone?
22:12.52leviathantmzt: I managed to compile it, but it didnt show me a splash
22:12.53leviathan-.-
22:13.08leviathanGNUtoo: some ideas?
22:13.10MrPippyi don't think they sold many of them, users are pretty hard to find
22:13.26GNUtooleviathan, I'll look 5s
22:13.36leviathanok
22:13.42leviathanI'll compile again
22:13.46leviathanthen you can have it
22:13.53GNUtooleviathan, ok
22:13.56leviathanI'll mail it
22:13.59GNUtooleviathan, so you rebased?
22:14.21leviathanNope, I just made linux-next compile for htcdream
22:14.27leviathantheres already a board file
22:14.39leviathanbut somehow it doesnt load the msmfb-driver or so
22:14.58leviathanI'll look
22:15.28leviathannext I will rebase also qdsp5
22:15.36leviathanbut first we need a really booting linux-next
22:15.59leviathanif we get a really booting linux-next
22:16.18leviathanwe can move on to making a standartized sound driver
22:16.23leviathanwhich can make it into main
22:19.51MrPippyyeah diam400 has the 7500a (like raph500), and a microSD slot (I think the only diamond with it)
22:23.10*** join/#htc-linux boogeyman (n=boogeyma@unaffiliated/boogeyman)
22:24.06*** join/#htc-linux boogeyman (n=boogeyma@unaffiliated/boogeyman)
22:24.09GNUtooleviathan, ok
22:24.17GNUtoolinux-next means .33?
22:24.24GNUtooor is it an old -next
22:24.39*** join/#htc-linux droid001 (n=g1@p4FDCBFE3.dip.t-dialin.net)
22:26.07*** join/#htc-linux lama (i=lama@netbsd.pl)
22:26.12leviathannope
22:26.13leviathanwait
22:26.26leviathanVERSION = 2
22:26.26leviathanPATCHLEVEL = 6
22:26.26leviathanSUBLEVEL = 32
22:26.26leviathanEXTRAVERSION =
22:26.26leviathanNAME = Man-Eating Seals of Antiquity
22:26.40leviathanbut...
22:26.49leviathanI dont get any vt
22:27.00leviathanit boots without fbconsole
22:27.01leviathan-.-
22:27.03*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
22:27.14leviathanshould I send you the patch?
22:27.32leviathanGNUtoo: http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=summary
22:27.40GNUtoook
22:27.40leviathanjust checkout and git am
22:27.44*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
22:27.46leviathancomes
22:33.21leviathanGNUtoo: sent it
22:33.34GNUtoook thanks
22:33.49leviathannow linux-next builds for htcdream
22:33.56leviathanbut it doesnt load the fbcon
22:34.03leviathantheres something broken, I guess
22:34.34leviathanperhaps I didnt import everything, which is needed for it
22:34.40leviathanokee, well, it builds
22:34.43leviathanat all...
22:36.20leviathanokee
22:36.22leviathanfound it
22:36.23leviathan-.-
22:36.32leviathanI did really forget to import something essential
22:36.38leviathanis dump, I fear
22:37.07leviathanbut it seems to be already there
22:37.10leviathanhmmm
22:37.12leviathangrml
22:37.21leviathanGNUtoo: take a look please...
22:37.39GNUtoook I'll try it
22:37.51leviathanit looks clean
22:37.53leviathanbasically
22:38.00leviathanbut it doesnt work in exchange -_-
22:38.09*** join/#htc-linux ToAsTcfhzzZZzz (n=toast@110-43.200-68.tampabay.res.rr.com)
22:38.21GNUtoonot arrived yet
22:38.51phhgrrr
22:39.00phhmer finds all my wifi access points
22:39.01phhbut mine.
22:39.09phhoops
22:39.14phhit's not powered /o\
22:39.49GNUtooleviathan, exchange?
22:40.27leviathanin exchange... means we trade clean code for functionality >_<
22:40.38leviathanhmm
22:40.47leviathannot arrived yet?
22:41.00GNUtoonot yet
22:41.05leviathanhmm
22:41.07GNUtoook
22:41.27leviathanresent
22:41.34*** join/#htc-linux mblancom (n=mblancom@230.Red-217-126-178.staticIP.rima-tde.net)
22:41.47mblancomhi all,
22:41.55leviathanmblancom: hi
22:41.56mblancomphh: please read http://pjottrr.no-ip.org:81/redmine/issues/show/22
22:42.30mblancomphh: blac g-sensor related
22:42.37phhyes I know
22:42.43phhi just don't know the proper way to fix that
22:43.31mblancomok
22:44.52phhtmzt: wifi connection's working :)
22:51.37*** join/#htc-linux boogeyman (n=boogeyma@unaffiliated/boogeyman)
22:52.56*** join/#htc-linux bsod666 (n=bsod666@5e02aa85.bb.sky.com)
22:53.15bsod666when i try to boot the latest android i get fsck running and it says truncating file to 0 bytes and stops
22:53.24bsod666for blackstone at least
22:53.51bsod666does anyone know whats causing this?
22:54.02phhremove your data.img
22:54.13bsod666data.img?
22:54.23phhdata.img
22:54.54bsod666any reason for this problem?
22:55.25phhremoved the battery when buffer not flushed ?
22:55.57bsod666i did remove my sdcard it did say something then jumped out and left my at a rather useless command prompt
22:56.17bsod666without a keyboard i mean its a bit hard to use
22:57.35leviathanGNUtoo: did you get it now?
22:58.05GNUtoooh no...my mail client was offline
22:58.08GNUtooI don't know why
22:58.14leviathanoh, okee
22:58.18GNUtooyes I got it
22:58.23leviathanwell
22:58.24GNUtoomaybe network manager's fault
22:58.30leviathanmhmm
22:58.32*** part/#htc-linux mblancom (n=mblancom@230.Red-217-126-178.staticIP.rima-tde.net)
22:58.54leviathanand? did you see something?
22:59.07GNUtooyes I've got the mails
22:59.16leviathanim mean in the code ;-)
22:59.18GNUtoounfortunately I have to go to sleep
22:59.23leviathanoh
22:59.24bsod666is there any way to connect a keyboard to the htcs with just a touchscreen?
22:59.24leviathanok
22:59.26leviathannp
22:59.29GNUtooI'll try to look tomorrow
22:59.32leviathanok
22:59.41leviathanI'll hack around a little bit more
22:59.44GNUtoook
22:59.46leviathanthen I'll go to sleep too
22:59.50leviathancu
22:59.53leviathanand gn8
23:00.27GNUtoook thanks
23:02.58*** join/#htc-linux YellowGT0|73in (n=HRinc@c-71-226-239-246.hsd1.pa.comcast.net)
23:02.59*** join/#htc-linux ali1234 (n=al@robotfuzz.co.uk)
23:07.44bsod666is there a best allocation unit size to format my microsd 16gb card with?
23:07.55bsod666or
23:08.01bsod666or doesnt it matter?
23:09.18phh32kB blocks
23:12.56*** join/#htc-linux BHSPitMonkey (n=stephen@unaffiliated/bhspitmonkey)
23:14.41phhtmzt: getting mer working was really easy after all.
23:15.07phhloves linux's power
23:15.15phhget a kernel, get everything.
23:15.57phhanyway, time to sleep
23:16.49bsod666erm just tried to boot
23:16.51bsod666and i get
23:17.44bsod666the superblock could not be read or does not describe a correct ext filesystem
23:17.57*** join/#htc-linux MrPippy (n=pip@adsl-75-36-53-28.dsl.sndg02.sbcglobal.net)
23:18.03bsod666last line i get cant access job control
23:18.04phhremove the data.img.
23:19.04bsod666where abouts is that?
23:19.50phhin the root of the sdcard
23:19.52phhtime to sleep
23:20.00bsod666you mean rootfs.img?
23:28.25bsod666mmm obviously not
23:53.23*** join/#htc-linux AstainHellbring (n=AstainHe@unaffiliated/astainhellbring)
23:54.03bsod666hey can someone help cant get android to boot

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