IRC log for #htc-linux on 20091222

00:03.33*** join/#htc-linux catfishk_ (n=catfishk@c-76-105-138-218.hsd1.or.comcast.net)
00:03.45leviathanfatal: The remote end hung up unexpectedly
00:03.47leviathanhmmm
00:04.55leviathanohh
00:04.57leviathannow it works
00:05.00leviathanwonderfull
00:05.13tmztadd your ssh key
00:05.21tmztdon't use a username, just git@
00:05.21leviathanits uploading
00:05.26leviathanyes
00:05.32leviathanits uploading
00:05.38tmztcan you give me the pull when it's done?
00:05.38leviathanjust a litle tired
00:05.41leviathanthats all
00:05.47tmztI'll branch as lev-tmzt locally
00:05.48leviathanok
00:06.06leviathanok
00:06.42tmzt<PROTECTED>
00:06.42tmzt<PROTECTED>
00:06.42tmzt<PROTECTED>
00:06.43tmzt<PROTECTED>
00:06.48tmztah, didn't know that
00:07.16leviathanhmm
00:07.30leviathanlets try newest shr on test-freerunner ^^
00:07.38tmzt<PROTECTED>
00:07.43tmztor this
00:07.46phhleviathan: oh it finally built ? :)
00:07.54tmztso when we start pulling from vanilla that will be very useful
00:08.42tmzt<PROTECTED>
00:09.28leviathan:)
00:09.31leviathanok
00:09.41tmzt<PROTECTED>
00:09.58*** join/#htc-linux catfishk (n=catfishk@c-76-105-138-218.hsd1.or.comcast.net)
00:10.00tmzttrying to see how I can do git checkout -b lev-tmzt with the clone git:// url
00:12.58leviathanok
00:13.08leviathanthe htcdream SHR is still building
00:13.16leviathanI'll try it tomorrow
00:13.26leviathanbut they are on the same level
00:13.32leviathansame versions and so on
00:13.37leviathanif it works for freerunner
00:13.44leviathanit should also work for dream
00:13.50leviathanif not, its platformspecific
00:14.14leviathanlikes references
00:15.00leviathantmzt: well, its on 11%
00:15.04tmztok
00:15.13leviathan12...
00:16.07*** join/#htc-linux catfishk_ (n=catfishk@c-76-105-138-218.hsd1.or.comcast.net)
00:16.11leviathanI would like to have dfu-util also working for dream
00:16.15leviathanand also same mtd partitions
00:17.04leviathanI dont need systemdata, userdata and cache
00:17.23leviathanwhy theres not simple solution for getting simply one big rootfs-partition?
00:17.28leviathanor is it?
00:17.39leviathanmeans simple solution
00:18.27phhI think you just have to change the atag
00:18.46leviathanwhere is this atag?
00:18.54leviathanor do you mean jtag?
00:18.55tmztno we don't need those partions
00:19.09tmztbut you will have to flash the spl and replace it with something (like uboot maybe)
00:19.12tmztto get that
00:19.18tmztand not break the radio, hard to do
00:19.20leviathanhmm
00:19.35leviathanhmm
00:19.57leviathanthat would it be, an uboot for htc-devices
00:19.59leviathan:)
00:20.16leviathanthen I could use dfu-util to flash
00:21.06leviathantheres an android app which allows rooting without goldcard
00:21.25leviathanperhaps we could even use that to make an uboot-installer-app
00:21.28leviathan:)
00:22.25tmzthow?
00:22.34tmzthmm, we can flash anything we want
00:22.40tmztbut messing with spl is dangerous
00:22.55leviathanuhm, yes
00:22.59tmztif cmonex gets the multiboot stuff working we could just load an xip like windows does from a single partition
00:23.06tmztdo you know if boot.img is actually bootable code?
00:23.19leviathanuhhm
00:23.32leviathanits a kernelimage with a commandline header
00:23.55leviathanI'm creating it myself with a simple app
00:23.55leviathanmkbootimg
00:24.11tmztit runs?
00:24.16tmztonce loaded
00:24.58leviathanyes
00:25.10leviathanit runs
00:25.30leviathanuhhm
00:29.25*** join/#htc-linux GregLem (n=greg@lal69-5-88-171-98-250.fbx.proxad.net)
00:30.32*** join/#htc-linux Snappo (i=209d20c8@gateway/web/freenode/x-qlxctjaypbpszhuv)
00:30.40Snappohey guys I'm going insane here
00:30.43leviathansuspend is broken in shr -.-
00:30.47leviathanon freerunner
00:30.50leviathan...
00:30.53SnappoI'm trying to mount a system.sqsh in ubuntu 9.10
00:30.56Snappoand I keep getting this
00:31.00leviathanSnappo: well! Im already insane
00:31.04leviathan;)
00:31.17tmztis it done?
00:31.18Snappomount: wrong fs type, bad option, bad superblock on /dev/loop0,        missing codepage or helper program, or other error
00:31.20SnappoI'm using this command:
00:31.33Snapporoot@ian-laptop:/media/data# mount /home/ian/android/system.sqsh /media/data/ -t squashfs -o loop
00:31.59leviathantmzt: http://ftp.o2s.ch/mkbootimg
00:32.06tmztsource?
00:32.12leviathanthats what I'm using for creating boot.img
00:32.15leviathandunno
00:32.18leviathan:)
00:32.19tmztwon't open
00:32.37Snappoleviathan any idea why this file won't mount?
00:32.41Snappoit works fine on my phone
00:33.17leviathanSnappo: perhaps you dont have the needed kernel module loaded/compiled?
00:33.22Snappohm
00:33.27leviathanlsmod
00:33.37leviathanmodprobe -l | grep squash
00:34.13Snapporoot@ian-laptop:/media/data# modprobe -l | grep squash kernel/fs/squashfs/squashfs.ko
00:34.36leviathantmzt: http://www.netmite.com/android/mydroid/system/core/mkbootimg/
00:34.45Snappofart, I'm at my bus stop
00:34.46Snappobbl
00:35.00leviathanokee
00:35.36leviathantmzt: 23%
00:35.39leviathan-.-
00:36.18tmztdoesn't seem boot.img is executable
00:37.32*** join/#htc-linux zz_rosseaux (i=znc@129-167-19-84.nbiserv.com)
00:44.27*** join/#htc-linux loxattack-2 (n=lox@cpe-72-181-54-118.satx.res.rr.com)
00:44.52leviathantmzt: its not executable
00:45.07leviathanit has a commandlineoption as header
00:45.17leviathanok
00:45.23leviathanI'll sleep now
00:45.26leviathanuntil then
00:45.37leviathanI'll take a look again in some hours
00:45.40leviathantmzt: gn8
00:54.16tmztpushed?
00:54.47tmztgit@gitorious.org:htc-msm-2-6-32/leviathan-incoming.git
00:55.15leviathan93%
00:55.21tmztgit checkout master
00:55.21tmztgit remote add origin git@gitorious.org:htc-msm-2-6-32/leviathan-incoming.git
00:55.21tmztgit push origin master
00:55.27tmztah, thought that was shr
00:55.32tmztcool
00:55.39leviathannope
00:55.44leviathannow 94%
00:55.48leviathan95
00:55.52tmztalright, good night
00:56.02leviathan06
00:56.05leviathan96
00:56.12emwebye.
00:56.14leviathantake a look in some minutes
00:56.19leviathanbye
00:57.39*** join/#htc-linux MatBee (n=MatBee@d24-150-35-2.home.cgocable.net)
00:57.45MatBeehey hey hey
01:02.47*** join/#htc-linux zz_rosseaux (i=znc@129-167-19-84.nbiserv.com)
01:14.51MatBeeSo I have a kernel loading, how do I get it to start loading Android?
01:15.00MatBeeI was told about something about noop
01:15.37ToAsTcfhtmzt: u gotta raph800 kernel u think might work on the hero?
01:18.31tmztno, only to get to htcfb and test smi
01:18.39tmztI can push an raph500 if I still have one
01:18.52tmztMatBee: what hardware?
01:19.01ToAsTcfh32a
01:19.03MatBeetreo pro
01:19.14MatBeemsm7501a
01:19.34ToAsTcfhcan i stuff it in an update zip?
01:20.05tmztno, you would have to build a boot.img
01:20.13tmztI wouldn't flash it though, boot from fastboot
01:20.14ToAsTcfhi can do that
01:20.29ToAsTcfhmkboot
01:20.33ToAsTcfhstyle
01:21.04ToAsTcfhanyhow, i dont know another way to push it to the device
01:21.28ToAsTcfhbut if u got one u think will work send it
01:28.07*** join/#htc-linux thedicemaster2 (i=thedicem@j89126.upc-j.chello.nl)
01:34.58MatBeeso if someone can let me know how to boot android, even if its not functioning, with my kernel...
01:35.27tmztwhat kernel?
01:42.16tmzt~seen emwe
01:42.30aptemwe <n=michael@86.56.50.180> was last seen on IRC in channel #htc-linux, 46m 18s ago, saying: 'bye.'.
01:42.42tmzthmm, cool
01:50.52ToAsTcfhtmzt: i thought u said lastnight maybe a raph800 kernel would boot on the heroc
01:51.41tmztraph500 and only to the htcfb
01:52.10ToAsTcfhoh..
01:54.30ToAsTcfhi guess that wouldnt be much help to me. but if it got that far would it be possible to back trace what is needed to use it on a heroc? or were u think of something different
01:58.51tmztyeah, it should
01:59.00tmztbut it would be interesting to see if it booted that far
01:59.18tmztbecause it tells you the ram banks are right
01:59.30tmztcloning lev git :)
02:00.36ToAsTcfhyeah we got a .27 kernel now and unless i get this framework hack right i need a newer kernel
02:01.04*** join/#htc-linux aker (n=quassel@219.142.122.100)
02:01.05*** join/#htc-linux x29a (n=x29a@unaffiliated/x29a)
02:01.20tmztthe sensor stuff? what does kernel matter?
02:03.31ToAsTcfhthe sensorsmanager has to be completely replaced with 1.5 s to get the gsensors to work
02:03.48ToAsTcfhcamera usses a different .so too
02:07.17ToAsTcfhwell if u got one in mind send it. ill check it out
02:07.24ToAsTcfhor a link
02:12.23*** join/#htc-linux defendthecommons (n=defendth@189-19-220-80.dsl.telesp.net.br)
02:22.55tmzt-       strcpy(ui->gadget.dev.bus_id, "gadget");
02:22.55tmzt+       ui->gadget.dev.init_name="gadget";
02:23.01tmztI think this should be dev_set_name now
02:23.08tmztlook at the fixups in the codeaurora log
02:28.20tmztlet's see if we can get this to htcfb
02:31.30tmzt+#else
02:31.31tmzt+#define HTC_FB_PHYS            0x16800000 /* physical page for our fb */
02:31.31tmzt+#define HTC_FB_OFF             0x0006a000 /* offset in the page to start of fb
02:31.33tmzt+#define HTC_FB_SIZE             0x00100000 /* map 1 MB (640 * 480 * 2 rounded p
02:31.37tmzt+#endif
02:31.39tmztmust be used on g1 then
02:33.02*** join/#htc-linux tjs_bsd (n=tjs@mail.CDPA.cc)
02:36.07*** join/#htc-linux sdt555 (n=titus@147.145.40.44)
02:37.12*** part/#htc-linux sdt555 (n=titus@147.145.40.44)
02:37.16*** join/#htc-linux catfishk_ (n=catfishk@c-76-105-138-218.hsd1.or.comcast.net)
02:39.28*** join/#htc-linux parmaster_ (i=par@69.60.134.179)
02:58.18MatBee\
02:58.36MatBeetmzt, the one phh made ;)
03:02.23*** join/#htc-linux toast__ (n=toast@110-43.200-68.tampabay.res.rr.com)
03:06.50*** join/#htc-linux ToAsTcfh (n=toast@110-43.200-68.tampabay.res.rr.com)
03:08.16*** join/#htc-linux jeremychang (n=jeremych@61-30-10-70.static.tfn.net.tw)
03:08.54*** join/#htc-linux Shadowline (n=JDShadow@97.101.243.247)
03:09.14Shadowlineany topaz android users here?
03:12.02Shadowlineno?
03:26.36*** join/#htc-linux Tinyboom (n=nahh@ti0121a340-dhcp0974.bb.online.no)
03:34.40Shadowlineanyone with android rom making experience?
03:50.15*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
03:53.16*** join/#htc-linux grayeul (n=grayeul@user-12lm3nn.cable.mindspring.com)
04:11.33grayeulquick question:  Looks to me like you use haret to boot android .... how do you boot back to winmo?
04:11.51MatBeerestart the device
04:12.14MatBeeit doesnt replace the wince loader
04:12.18*** join/#htc-linux MxxCon (i=donuts@ool-18b9baa8.dyn.optonline.net)
04:13.25grayeulah... so haret just does a one-time boot?
04:13.48MatBeeyep
04:14.24grayeulcool, thanks
04:14.25MatBeeonly time will android become permanent is with a flashing of the rom
04:17.34MxxConhey folks. what kind of help do you need with getting linux/android to touchpro2?
04:17.51MxxConi can't code, but i'll to help w/ whatever else i can
04:20.15MatBeesure you can
04:20.19MatBeeanyone can code:)
04:20.44MxxCon(i don't want to learn how to code. sysadmin'ing is enough for me)
04:20.49MatBeeahaha
04:21.33MxxConi can pipe ls into grep and that's as far as i'm willing to code :D
04:23.02MxxContmzt posted in rhodium thread that he/you need people to use haret to help figure out what's going on in the device..can i help?
04:32.06tmzthey
04:32.22tmztyeah, there's some stuff we can check
04:32.54tmzthow are the version 3 zImage working for you?
04:33.56MxxConum, version 3?
04:34.08*** join/#htc-linux sdt555 (n=titus@147.145.40.44)
04:34.08tmzton the thread
04:34.15*** part/#htc-linux sdt555 (n=titus@147.145.40.44)
04:34.18tmztare you on topaz or rhod thread?
04:34.30MxxConrhod
04:34.42tmzthmm a lot of stuff we do is sysadmin stuff
04:34.51tmztbut not really with android
04:35.16tmztsha: hey
04:37.02tmztsorry, the haret stuff is to find some address or adsp stuff to get some more features working
04:37.27tmztit's great to see so much progress on the gsm rhod
04:37.32tmztbut I have cdma rhod
04:37.40tmztcdma/gsm
04:38.12MxxConi'm on sprint
04:38.52MxxConi didn't unlock it yet so i can't use another US simcard
04:43.36tmztoah, the other thread
04:43.44tmztanyone tried this on cdma version?
04:44.17MxxConi tried 2.01 and 1.6 on my phone with similar results
04:45.33MxxConi didn't try build that EGOvoruhk assembled yet
04:46.26tmztno internet even with cr2's instructions?
04:47.00MxxCondon't know what those are
04:47.12tmztMxxCon: mostly we need to know what addresses to trace/investigate
04:47.21tmztin the rhod thread
04:47.27tmztor topa not sure
04:47.30tmztusing pppd
04:51.38MxxConhmm i don't see it..unless i'm looking in the wrong aplce
04:52.02tmztjust a question here
04:53.00tmztis there a reason to have separate rhod/topa projects?
05:05.49*** join/#htc-linux pidpawel (i=pidpawel@aacf2.neoplus.adsl.tpnet.pl)
05:13.56MatBeeso tmzt, I've gotten the android linux kernel booting, it loads the classic linux type boot screen
05:14.23MatBeeand phh told me to ask you about.. noop'ing it to make it start loading android?
05:16.02MatBeeim using a custom zImage kernel from phh
05:43.23*** join/#htc-linux makkonen1 (n=makkonen@cpe-66-69-229-9.austin.res.rr.com)
05:58.47*** join/#htc-linux makkonen2 (n=makkonen@cpe-66-69-229-9.austin.res.rr.com)
06:22.11*** join/#htc-linux aiscs (n=chatzill@188.248.22.119)
06:30.52*** join/#htc-linux Bi0hAzArD (n=bi0hazar@99-189-6-125.lightspeed.irvnca.sbcglobal.net)
06:38.33loxattack-2able to boot up 2.0.1 android on TP2
06:38.34loxattack-2:]
06:38.36loxattack-2success
06:38.38loxattack-2!!!!!!
06:38.41loxattack-2omg!
06:42.37makkonenWhat works/what doesn't?
06:43.11loxattack-2none of the hardware buttons
06:43.26loxattack-2able to load up to home screen and loaded browser
06:43.29loxattack-2rebooting now
06:44.09*** join/#htc-linux itchy8me (n=itchy8me@ip80-116-211-87.adsl2.static.versatel.nl)
06:58.38*** join/#htc-linux goxboxlive (n=jrs@mail2.hjellnesconsult.no)
07:14.20tmztmate: ah, just port the stuff from qualcomm-on-msm gito
07:14.30tmztthe mddi patches that comment out the init code
07:14.49tmztMatthew__:
07:14.55tmztmatb:
07:24.13*** join/#htc-linux kiozen (n=oeichler@rgnb-5d87ceac.pool.mediaWays.net)
08:19.35*** join/#htc-linux cefn (n=cefn@host86-159-13-55.range86-159.btcentralplus.com)
08:26.20*** join/#htc-linux catfishk (n=catfishk@c-76-105-138-218.hsd1.or.comcast.net)
08:26.36tmztwhy does topa board panel want raph include?
08:26.40tmztwait
08:26.43tmztI know :)
08:26.47tmztthe gpios are there
08:44.32*** join/#htc-linux AndP (n=Adfkl@88.204.115.113)
08:52.37*** join/#htc-linux davep (n=dp@122-148-37-59.static.dsl.dodo.com.au)
08:55.28*** join/#htc-linux Pandax (n=Adfkl@88.204.115.113)
09:04.23*** join/#htc-linux ccube (n=ccube@95-90-193-96-dynip.superkabel.de)
09:05.19*** join/#htc-linux AndP (n=Adfkl@88.204.115.113)
09:19.18*** join/#htc-linux kiozen (n=oeichler@p54920DD7.dip0.t-ipconnect.de)
09:45.06*** join/#htc-linux GNUtoo (n=GNUtoo@host130-158-dynamic.54-79-r.retail.telecomitalia.it)
09:51.40*** join/#htc-linux Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
09:52.01*** join/#htc-linux itchy8me (n=itchy8me@ip80-116-211-87.adsl2.static.versatel.nl)
09:55.22*** join/#htc-linux ccube (n=ccube@132.231.176.66)
10:24.05*** join/#htc-linux ali1234 (n=al@robotfuzz.co.uk)
10:25.09*** join/#htc-linux vawx (n=chatzill@ip54532c5f.speed.planet.nl)
10:30.54tmztanybody understand the irq.c changes for wince amss?
10:32.11*** join/#htc-linux balans (n=Gebruike@212-123-149-239.ip.telfort.nl)
10:35.29*** join/#htc-linux luc_ (i=c06d8c23@gateway/web/freenode/x-nlwldcwfgzfvjrfh)
10:37.33phhirq is changed ?
10:37.34phhhum
10:37.58phhoh right, vic is cleared
10:40.02tmztyeah
10:40.21tmztcan't push right now but things seem to be going ok
10:40.35tmztgito qualcomm-msm works with small change (init-mmc)
10:40.57tmztbut I'm working on lev's tree readding wince support
10:41.02tmztand no htcfb even
10:41.06phhok
10:41.12phhrhod in my tree would be cool :)
10:42.20tmzthmm they removed iomem base entries in ca 2.6.32?
10:42.27tmzthow would I work around that
10:42.29tmztand why?
10:42.35tmztyour tree?
10:43.04phhhttp://gitorious.org/linux-on-qualcomm-s-msm/linux-msm ?
10:45.02phh(I call it my tree because i setted it up and currently it's the only one i did, so there is no confusion)
10:45.34tmztah
10:45.45tmztwell rhod is working with topa mtype
10:45.55tmztto msmfb all I care about at this point
10:46.19tmztyou can bring in the patch from rhod thread to enable htcrhodium mtype
10:46.20tmzteasy
10:46.34tmztalso, change htcraphael mmc init to just init mmc
10:46.38tmztin board topa
10:46.44tmztpush that and rhod works
10:46.54tmztwith topa mtype
10:47.16phhhu ? i thaught i did the init_mmc
10:47.25tmztwait
10:47.32tmztI pulled a few hours ago
10:47.35*** join/#htc-linux The_Eccentric (n=ablack7@unaffiliated/theeccentric/x-737283)
10:47.39tmztmaybe you did
10:47.42phhno
10:47.45phhi didn't
10:47.58phhstrange, i was sure i did
10:48.25The_Eccentricknow where to find the driver TIWLAN?
10:48.48phhThe_Eccentric: android repo, in core/system/wlan/ti
10:49.19The_Eccentrichttp://connect-utb.com/index.php?option=com_rokdownloads&view=file&Itemid=68&id=52:android-1
10:49.25The_Eccentricis that the right site for the repos?
10:49.40phh?!?
10:49.52phhsure not.
10:50.25phhwait a second
10:50.29The_Eccentrickk
10:50.39*** join/#htc-linux defendthecommons (n=defendth@189-19-220-80.dsl.telesp.net.br)
10:54.48phhgit clone git://codeaurora.org/quic/la/platform/system/wlan/ti.git
10:56.31The_Eccentrichumm
10:56.34The_Eccentriccan i wget tha/
10:56.36The_Eccentric?
10:57.01phhno
10:58.10The_Eccentricdo i do that from my phone or what
10:58.17The_Eccentricsorry never used that format before
10:58.48phhyou first have to build it ...
10:59.04leviathan|sleeptmzt: some critic on my code? ;)
10:59.23leviathan|sleepI know,perhaps my usbgadget fixing method is not the best
10:59.25leviathan|sleepbut it works
10:59.26leviathan|sleep:)
11:02.53The_Eccentricphh, how?
11:03.03phhdon't know
11:03.15The_Eccentriclol
11:03.21The_Eccentricty for your help any way phh
11:06.23*** join/#htc-linux Squarc (n=Squarc@82-217-32-29.cable.quicknet.nl)
11:10.37tmztha
11:10.41tmztnot working
11:10.56tmztI don't think that's it
11:11.56tmztleviathan|sleep: your stuff is not working on rhod for me
11:12.11tmztbut I can't see why
11:12.18tmztnot even getting to htcfb
11:12.24tmztand no usb at all
11:12.45tmzthmm, did you pull the new stuff that enables timer shadow?
11:12.58tmztseems to be needed for 2.6.32
11:13.07tmztbut you have g1 working as is
11:13.12tmztso I don't know
11:14.04tmztthings are also missing from io.c and don't have hardcoded virtuals
11:14.19tmztcan't see if that matters
11:14.38tmztcan we get a bare minmal devices.c to work? I might need your help for that
11:15.05tmztalso, phy and mmc status are suppposed to be irq resources now not gpio numbers
11:15.15tmztI think you are behind on ca commits
11:15.46tmztthis makes device specific a little harder though
11:16.04tmztsince it has to modify resources not pdata
11:18.45tmzthmm, this is weird but dm is a iores mem
11:18.57tmztis that right? should that be phys?
11:19.01tmztaddr
11:28.49tmztadded a driver name alias to the toshiba client
11:28.56phhbaaaaaahhhhh
11:28.59phhi totally forgot the mdc clock
11:29.10phhwhy do they need three clocks just to talk to a camera
11:29.55tmztit's a weird camera interface
11:30.09tmztdo you have any other hardware?
11:30.12tmztjust g1?
11:30.40tmztwould be helpful to know if this thing is still runnable on g1
11:30.53tmztbut I made some Makefile changes not exactly clean
11:30.54tmzthmm
11:39.27*** join/#htc-linux aiscs (n=chatzill@188.248.22.119)
11:40.48*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
11:41.14*** join/#htc-linux GregLem (n=greg@lal69-5-88-171-98-250.fbx.proxad.net)
12:00.53StarLitewaves
12:01.10phhi'll take you for some haret gpio tests then
12:01.20Captnoordhahahahahahahahahahahahahahahaha
12:01.35StarLitergr :)
12:01.36Captnoordphh I have a bit of time
12:01.37Captnoord:P
12:01.52phhCaptnoord: get the damn camera working ! :p
12:02.02Captnoordlol
12:02.04phhanyway time to eat
12:02.06CaptnoordI don't have that time
12:02.06Captnoord:P
12:02.15Captnoordstill working on my school stuff
12:02.19Captnoordin my freaking holliday
12:02.29phhhaha
12:02.35Captnoordbut i'm at home
12:02.38Captnoordand taking it easy
12:02.39Captnoordso hit me
12:02.41Captnoord:P
12:03.05Captnoord'hit me baby one more time'
12:09.46*** join/#htc-linux DarkMasterHalo (n=DarkMast@modemcable187.118-80-70.mc.videotron.ca)
12:13.59tmzt2.6.32 boots to htcfb on rhod500 will push changes to a branch tomorrow
12:16.07tmztdzo: bootloader source yet?
12:17.00*** join/#htc-linux niall0s (i=niall@spoon.netsoc.tcd.ie)
12:17.16*** join/#htc-linux catfishk_ (n=catfishk@c-76-105-138-218.hsd1.or.comcast.net)
12:18.24phhtmzt: isn't it in androidhtc.git.sourceforge.net ?
12:18.53tmztnot sure
12:19.13tmztcan you try my tree on diam tomorrow?
12:19.21tmztyou'll have to readd board
12:19.32tmztlets get hsusb stuff in it's own file
12:19.44tmztnot in board anymore
12:19.59tmztand kill device specific because it breaks the resource stuff in ca
12:20.12phhsure.. which one is your tree ? :p
12:20.18tmztit's pointless anyway, a board or separate init is tiny
12:20.23tmztnot pushed
12:20.28tmztwill be gito ~tmzt
12:20.30phhok
12:20.42tmztbut it boots
12:20.54tmztmsmfb would work if I could figure out what's happening
12:20.59tmztit does on your tree
12:21.13tmztwait, disable htcfb boot
12:21.18tmztshould tell me the crash
12:21.25tmztprobably the strlen stuff
12:21.30tmzthow do I fix that?
12:21.40phh[    5.554443] Unhandled fault: external abort on linefetch (0x806) at 0x00000000
12:21.43phhi'm fed up of this.
12:21.59tmztof?
12:22.02tmztsound?
12:22.05phhcamera
12:22.12tmztah
12:22.13phhsound is leviathan|sleep 's work
12:22.16tmztfix clk
12:22.24phhi'm trying hard.
12:22.26tmztand gnutoo
12:22.40tmztabrt is normal
12:22.42tmztsort of
12:22.49tmztmight be bad ioresource
12:23.50phhI know it looks like bad ioresource, but it everything says ioresources are ok /o\
12:24.11tmztum
12:24.21tmztmaybe I can mail you a patch
12:24.33tmztagainst leviathan-incoming
12:24.44phhyou can't push it ?
12:24.50tmzttrying boot first
12:24.54tmztnot tonight
12:25.00tmztnot ip only phone
12:25.07phhok
12:25.10phhso phhusson@free.fr
12:25.26tmztlet me put that on sd and see if I can send from here
12:35.10tmzthmm clone lev's with -n
12:35.53tmztgit checkout -b lev-tmzt-phh origin/master
12:36.02tmztthen git apply those two in order
12:36.50tmztfwd that mail back to me still no sent items with activesync
12:36.53tmztannoying
12:37.30tmztphh: thanks, you should be able to add diam again and not change anything at core
12:37.35tmztexcept the old amss
12:37.48tmztin Kconfig
12:37.55phhok
12:38.20tmztyou'll see I split a bunch of stuff as -wince
12:38.40tmztthat is also temporary but it keeps g1 buildable after Makefile cleanup
12:39.07phhseparate qdsp5 ? mmmm
12:39.24tmztyeah, didn't mean to exactly
12:39.28*** join/#htc-linux StarLite (n=nnscript@s55916cb1.adsl.wanadoo.nl)
12:39.36tmztjust easier than recombining smd at this point
12:39.39phhseparate acpuclock ?!?
12:40.22phhafaik the acpuclock is the same for both wince and android
12:40.32tmztquite a few changes
12:40.36tmztso I'm not sure
12:40.39phhok
12:41.07tmztgoal is everything works on both android/wince amss
12:41.13tmztso ifdef won't work
12:41.18tmztbut that's not quite met
12:41.28tmztall the changes are in one commit really
12:41.38tmztso we can clean it up over time
12:42.07tmztalso, want to get all the wrong init names removed
12:42.13tmztand make the rest generic
12:42.32tmztno reason to have an init function that just calls core msm stuff
12:42.43tmztand devices should be soc devices
12:42.47*** join/#htc-linux zycho (n=zycho@hnvr-4d07ae17.pool.mediaWays.net)
12:43.06tmztbut we have to find out why the virts are fixed on wince but not android
12:43.11tmztwe init wrong I think
12:44.04phhthe kernel we had did fixed it
12:44.08phhthey cleaned it up later
12:44.18tmztwhere?
12:44.31tmztI tried the new stuff, doesn't boot
12:44.39tmztthis dies in smem-find by the way
12:44.42phhdon't know, but hero's kernel is still quite the same
12:44.46phhhu ?
12:44.52phhi can't see how it can die in smem_find
12:45.01tmztwell, that's the oops
12:45.36*** join/#htc-linux ccube (n=ccube@95-90-193-96-dynip.superkabel.de)
12:45.41tmztI added alias for the old mddi naming
12:45.49tmztI don't think that's an issue
12:46.03tmztlet's us use upstream android boards
12:46.25*** join/#htc-linux kiozen (n=oeichler@p54920DD7.dip0.t-ipconnect.de)
12:46.41tmzthmm, maybe topa doesn't have toshiba
12:46.44tmztdo you know?
12:47.42tmzthmm that's the only one in your tree
12:47.43phhI don't even know for my board
12:47.44tmztmust be
12:48.04tmztwith nop it shouldn't matter anyway
12:51.56*** join/#htc-linux GregLem (n=greg@lal69-5-88-171-98-250.fbx.proxad.net)
12:56.52*** join/#htc-linux BabelO (n=fcr@unaffiliated/babelo)
13:09.17*** join/#htc-linux orefkov (n=orefkov@mail.vgu.ru)
13:24.33*** part/#htc-linux orefkov (n=orefkov@mail.vgu.ru)
13:24.38*** join/#htc-linux GregLem (n=greg@lal69-5-88-171-98-250.fbx.proxad.net)
13:28.08*** join/#htc-linux MatBee_ (n=MatBee_@vpn.abelsoft.com)
13:28.26tmztcan anybody add htcfb to tinboot?
13:28.52tmztpeople.openezx.org/tmzt/green7-dzo-*
13:32.41*** join/#htc-linux Ice (i=Ice@79.119.158.12)
13:33.14leviathan|idlinghiho
13:33.41leviathan|idlingtmzt: tried the kernel thing?
13:33.48tmztwhat kernel thing?
13:33.56leviathan|idlinguhhm
13:33.59tmztlet phh forward you my patches
13:34.00leviathan|idlinggitorious
13:34.04tmztor I will
13:34.05tmztyes
13:34.11tmztit works somewhat
13:34.12leviathan|idlinghttp://gitorious.org/htc-msm-2-6-32/leviathan-incoming
13:34.13tmzton rhod
13:34.23tmztbusy tonight
13:34.44tmztphh: can you?
13:34.46leviathan|idlingI've always modified the usb gadget driver that building it as module is possible again
13:35.02tmztsmem-find is dying but I can't find why
13:35.03leviathan|idlings/always/also/r
13:35.10tmztgiven up on that tonight
13:35.53*** join/#htc-linux GeekLad (n=GeekLad@adsl-82-3-188.jax.bellsouth.net)
13:49.42leviathan|idlingSHR seems to have still some bugs
13:49.46leviathan|idlingbut its alpha
13:49.48leviathan|idlingso...
13:50.41leviathan|idlingI was wondering if its only on dream
13:50.50leviathan|idlingbut they are also there on freerunner
13:51.10leviathan|idlingbut it looks already nice
13:51.12leviathan|idling^^
13:51.19leviathan|idlingif wifi also works on dream
13:51.21leviathan|idlingand sound
13:51.26GNUtoohi leviathan|idling
13:51.35leviathan|idlinghi GNUtoo
13:51.57GNUtooshould we talk to mickey to have some publicity and/or at what point are you with pulseaudio?
13:52.06leviathan|idlinguhhm
13:52.19leviathan|idlingtmzt: told me that pulseaudio doesnt seem such a good idea
13:52.34leviathan|idlingbecause its in userpace and takes a hudge amount of cpu
13:52.39*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
13:52.46GNUtooyes but if it works
13:52.57leviathan|idlingso I thougt, perhaps I could write something like an oss-mixer
13:53.10leviathan|idling/dev/dsp /dev/dsp_mp3 and /dev/dsp_wav
13:53.13GNUtooor you could try to make an alsa plugin?
13:53.21leviathan|idlinguhhm
13:53.27leviathan|idlingyes
13:53.30GNUtoook
13:53.37MatBee_Would anyone be able to guide me where to go once a kernel has been made for my device?
13:53.46leviathan|idlingthe idea would be to have just a dsp-device which writes it over rpc to qdsp
13:53.55MatBee_it goes through the loading process, but just loops endlessly
13:54.00tmztno, alsa plugin is useful only for programs using the userspace lib
13:54.05leviathan|idlingMatBee_: what device?
13:54.15MatBee_Treo Pro, Treo 850
13:54.20leviathan|idlinguhhm
13:54.23tmztMatBee_: no kernel to.night
13:54.29tmztah wait
13:54.32tmztnot the heroc
13:54.39MatBee_uses 7501a
13:54.47tmztwhat do you want it to do?
13:54.58MatBee_I'm trying to get the beginning stages of Android, atleast
13:55.17leviathan|idlingtmzt: what do you think about a simple dsp-driver?
13:55.27leviathan|idlingwhich just writes inputs to qdsp5?
13:55.47MatBee_Right atm, it just goes through the boot process. I've just not found information for further development.
13:58.35tmztmaybe
13:58.53tmzthow is that different/better than the android one?
13:59.14leviathan|idlingtmzt: uhhm, then any app can write to dsp
13:59.17leviathan|idlingand can make sound
13:59.19leviathan|idling:)
13:59.29leviathan|idlingjust a primitive OSS interface
14:00.41*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
14:00.50tmztah
14:00.53tmztthat dsp
14:00.55*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
14:00.58leviathan|idlingyeah :)
14:01.00tmztstill think cuse in that case
14:01.06tmztas non cuse will go away
14:01.09*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
14:01.23*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
14:01.26leviathan|idlingone thing is clear
14:01.37*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
14:01.50leviathan|idlingsomehow the alsa thing shows the crapidity of the qdsp5-driver
14:01.51*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
14:01.51leviathan|idling:)
14:02.05*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
14:02.19*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
14:02.23tmztwe need to better understand it
14:02.29leviathan|idlingtmzt: yes
14:02.33*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
14:02.34tmztit has to be synchronization primatives
14:02.38tmztof some kind
14:02.42MatBee_Is it possible to log the boot sequence output?
14:02.47*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
14:02.50tmztof?
14:02.55MatBee_the initial loading of linux
14:02.56leviathan|idlingMatBee_: over debug serial
14:02.58*** join/#htc-linux herpez (n=herpez@87.196.173.92)
14:02.59tmzthmm, new serial driver for usb
14:03.01leviathan|idlinghF with solding
14:03.01*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
14:03.02leviathan|idling:=
14:03.06tmztor use ramconsole
14:03.09leviathan|idlingok
14:03.13leviathan|idlingworks too
14:03.15*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
14:03.29*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
14:03.39MatBee_Any information for the serial driver?
14:03.41leviathan|idlingcan someone kill kam187's autorelogin
14:03.42leviathan|idling?
14:03.43*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
14:03.57*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
14:04.18*** join/#htc-linux kam187_ (n=kam187@81-179-8-102.dsl.pipex.com)
14:04.27leviathan|idlinggood
14:04.42leviathan|idlingthese messages were ennoying
14:05.01leviathan|idlingnow
14:05.27leviathan|idlingtmzt: seems that they do not check back the buffer size
14:05.44leviathan|idlingmeans: mplayer makes an ioctl and gets wrong buffer-infos
14:06.07tmztcheck where?
14:06.20*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
14:06.33*** join/#htc-linux kam187_ (n=kam187@81-179-8-102.dsl.pipex.com)
14:06.35leviathan|idlingmplayer makes an ioctl on the device
14:06.44leviathan|idlingbut the ioctl ID seems wrong...
14:07.02tmzthow can it be?
14:07.03kam187_sorry guys, nickserv hates me
14:07.07*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
14:07.11tmzthave you looked at qsd?
14:07.23MatBee_then leave your name off kam187:P
14:07.33tmztor the new stuff from qualcomm they must know
14:07.44kam187_yeah i'll leave it as kam187_ for now
14:07.51leviathan|idling:)
14:09.27*** join/#htc-linux MxxCon (i=donuts@ool-18b9baa8.dyn.optonline.net)
14:11.14leviathan|idlingtmzt: I dont know whats the best way to do it
14:11.22leviathan|idlingbecause alsa is overbloat
14:11.43leviathan|idlingsomehow crap
14:11.51leviathan|idlingfor pulseaudio the same
14:12.21leviathan|idlingit would be nice to have the qdsp5 driver making the dsp-interface it self
14:12.26leviathan|idling... thats an idea
14:12.39tmztparts of it
14:12.49tmztah, so no wrapper
14:12.58tmztso just use alsa without the qdsp wrapper
14:13.09tmztlet it set up the module image and go away
14:14.09tmztmaybe you could use mailbox interface directly
14:16.14leviathan|idlingmhmm
14:16.36leviathan|idlingjust use the qdsp-algorithms to create an indipendent driver
14:16.48leviathan|idlingwhich makes qdsp5-driver with rpc useless
14:17.11leviathan|idlingshouldnt be such a problem
14:17.34leviathan|idlingIll just trace the rpc-end-functions
14:18.10leviathan|idlingand will pack them into a file in my alsa-drivers-folder
14:18.18leviathan|idlingthe problem is: there are a lot of android drivers too, I'll have to badly modify
14:19.00leviathan|idlingalone it isnt possible
14:19.08tmztwhat's the rpc for?
14:20.20leviathan|idlingthey are using it as middleware
14:20.23leviathan|idlingin kernelspace
14:20.32leviathan|idlingto abstract processes and so on
14:20.39leviathan|idlingits the replacement for alsa
14:20.40leviathan|idling...
14:20.44leviathan|idlingso for using alsa
14:20.46tmztyes
14:20.49leviathan|idlingwe first need to remove rpc
14:20.55tmztbut why in audio specifically?
14:21.03leviathan|idlinguhhm
14:21.14leviathan|idlingdunno, dont wanna know
14:21.20leviathan|idlingjust remove it :)
14:21.36leviathan|idlingI wanna have alsa not rpc
14:21.44tmztprobably needed for some things
14:21.51tmztbut hopefully not each frame
14:22.19leviathan|idlingohh, I'll just make the rpc stuff vanish
14:22.34leviathan|idlingand I'll import the whole qdsp5-base-driver into the alsa driver
14:22.40leviathan|idlingso that it gets indipendent
14:22.56leviathan|idlingI will also call it qdsp5
14:23.07tmztI mean setup the modules
14:23.11tmztuse a run flag
14:23.14tmztor workqueue
14:23.16leviathan|idlinghmm
14:23.29tmztshuffle the dat from alsa right to qdsp range
14:23.56tmztwhen the module image needs to change (like for camera) change it
14:24.05tmztbut ootherwise leave qdsp out of it
14:24.26leviathan|idlingqdsp is the hardware
14:24.30leviathan|idlingthe unit for sound
14:24.43leviathan|idlingso I think it makes sense to make an alsa driver which accesses this unit
14:24.52leviathan|idlingand drivers normally access it directly
14:24.59tmztnot hardware
14:25.03tmztbut close enough
14:25.09leviathan|idlingqdsp5-driver makes that, what alsa should do
14:25.18tmztthat's what I'm trying to say
14:25.31leviathan|idlingso why not change the driver to an alsa driver?
14:25.34tmztpmem, qdsp etc need to go away for us
14:25.39tmztyes
14:25.40leviathan|idlingyes
14:25.48tmztbut we need to load modules
14:25.54tmztand switch images
14:25.54leviathan|idlingyes
14:25.59leviathan|idlingyes
14:26.05tmztwe just don't need to be qdsp client
14:26.14tmztand we don't need pmem as sample cache
14:26.19tmzttakes up ram
14:26.25tmztnot dynamic
14:26.36tmztI think io.c is broke
14:26.52tmztneed to fix allocation of those ranges not use ce ones
14:28.08leviathan|idlinghmm
14:28.31tmztyeah, probably why our bank stuff is so bad too
14:28.35tmztand ramconsole
14:28.35leviathan|idlingI didnt manage to get the vanilla kernel booting with htcdream yet
14:28.42tmztmsm is not that hard
14:28.45tmztit can't be
14:30.31leviathan|idlinghmm
14:30.45leviathan|idlingthe even used pmem for allocation of the screen
14:30.56leviathan|idlingwhat should that crap be??
14:31.31tmztdrm
14:31.39tmztbut drm driver still uses pmem
14:31.40tmztuh
14:31.44leviathan|idlingyes...
14:32.36leviathan|idlingwe should try waste extraction
14:32.36leviathan|idlingmaking indipendent drivers
14:32.36leviathan|idlingand cleaning them from pmem
14:32.36leviathan|idlingand rpc
14:32.36tmztyes
14:32.36tmztand pavel upstream/next
14:32.39tmztif the 2.6.32 works
14:32.54tmztwe will get there
14:33.13tmztpretty happy with the diff
14:33.21tmztwish I knew the smd issue
14:33.34tmztguessing it might be the guessing stuff from dzo
14:33.52tmztor maybe that I have different headers in smd smd tty snd smd qmi
14:33.56tmztcould be that
14:36.21leviathan|idlinghmm
14:36.34leviathan|idlingI'll try again to boot the vanilla kernel
14:36.43leviathan|idlingif it works we would have a clean base
14:36.59leviathan|idlingthe ugly thing is, that there are already android things
14:37.04leviathan|idlingwhich are infecting the base
14:41.57leviathan|idlingtmzt: I've transplanted the files from experimental to newest vanilla
14:42.20leviathan|idlingand it refuses to build because of elemental armv6 operations
14:42.27*** join/#htc-linux sdt555 (n=titus@147.145.40.44)
14:47.52*** join/#htc-linux WigglerAway (n=WigglerA@cpc2-stav12-0-0-cust527.aztw.cable.virginmedia.com)
14:50.28*** part/#htc-linux sdt555 (n=titus@147.145.40.44)
15:09.40*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
15:12.49MatBee_for the modules-xxx.tar.gz should these be renamed to simply modules.tar.gz?
15:13.02leviathan|idlingwhere?
15:13.11MatBee_or extracted
15:13.24leviathan|idlingwhere?
15:13.32leviathan|idlingdo you mean shr?
15:13.46MatBee_You know, you download the zImage and the modules tar
15:13.52leviathan|idlingoh
15:14.02leviathan|idlingmodules is just for differing userspaces
15:14.04leviathan|idlingyou know
15:14.17leviathan|idlingyou wanna debootstrap arm-debian
15:14.22leviathan|idlingand then you need the modules
15:14.34leviathan|idlingin default rootfs the modules should already be there
15:14.43leviathan|idlingor beeing accesible by package manager
15:15.09MatBee_ah
15:15.42leviathan|idlingits just logic :)
15:16.03MatBee_logic may only make sense if explained :P
15:16.36leviathan|idlinglogic needs the basic knowledge of technical facts :P
15:16.50leviathan|idlinglike gravity, relativity and so on
15:16.52leviathan|idlingokeee
15:16.54leviathan|idlingenough flame
15:16.55leviathan|idling^^
15:16.58MatBee_:P
15:17.25leviathan|idlingI need to gonna coach someone in math again
15:17.32leviathan|idling18.00h
15:17.33leviathan|idlinghmm
15:17.37MatBee_Are there any guidelines to follow for porting android
15:17.50leviathan|idlingmy guidline is simple
15:17.52leviathan|idlingavoid android
15:17.53leviathan|idling:)
15:17.56Captnoordleviathan|idling: 0x2B | ~0x2B = ?
15:17.56MatBee_meh
15:17.57Captnoord:P
15:18.01Captnoordto be or not to be
15:18.25leviathan|idlinglol
15:18.33Captnoordvery old question
15:18.36Captnoordsimple awnser
15:18.37Captnoord0xFF
15:18.41leviathan|idlinglol
15:18.56MatBee_Do I have to be in Linux for my computer to communicate with my device while its booting?
15:19.07MatBee_PC linux ;P
15:19.30MatBee_Or is it possible to use rawconsole over windows
15:19.33leviathan|idlingyou need some serial interface like uart solded or usb serial
15:19.49leviathan|idlingthen you can use telnet console
15:19.51leviathan|idlingon com0
15:19.57leviathan|idlingor usb-serial
15:19.57MatBee_is it a simple usb -> serial driver?
15:20.04leviathan|idlingshould be
15:20.07MatBee_like the arduino?
15:20.08CaptnoordI think the problem is the hw
15:20.10Captnoordnot the sw
15:20.59Captnoordi've changed my headset into a nice serial thingy
15:21.06Captnoordtogether with usb -> serial converter
15:21.45MatBee_Oh, I need actual hardware?
15:21.55Captnoordon any htc device
15:22.00*** join/#htc-linux BabelO (n=fcr@unaffiliated/babelo)
15:22.05Captnoordyou need that special usb connector
15:22.16Captnoordthey use....
15:22.25Captnoordsoldering it is really easy
15:22.32CaptnoordI really should make a how to
15:22.54MatBee_im definitely not soldering, lol
15:23.07Captnoordnot on your device
15:23.14Captnoordnot on your phone
15:23.22MatBee_I have an arduino, with an FTDI FT232
15:23.27Captnoordaaaahhhh
15:23.30Captnoordperfect
15:23.31MatBee_can i just i2c my device?
15:23.38*** join/#htc-linux loxattack (n=lox@cpe-72-181-54-118.satx.res.rr.com)
15:23.51Captnoordhmmm
15:24.03Captnoordwhich phone?
15:24.08MatBee_treo pro
15:24.14MatBee_:P
15:24.28MatBee_or do i just take the ftdi chip off and use it? :P
15:24.29Captnoordis it htc?
15:24.32MatBee_yeah its htc
15:24.34Captnoordk
15:24.41Captnoordthe problem with those phones is
15:24.53Captnoordthat there uart is done trough the usb connector
15:25.01Captnoordand one way or the other
15:25.12Captnoordyou need to be able to get the rx and the tx from the uart
15:25.49Captnoordone way is to modify your headset
15:25.50MatBee_hmm
15:25.58Captnoordas it should have the special usb connector
15:26.02Captnoordmine did
15:26.11Captnoordnot that I even have time to use it
15:26.12MatBee_if i had a headset ;)
15:26.21Captnoordi'm in the middle of a crappy simulation
15:26.23Captnoordbleh math
15:26.23MatBee_my ex demolished it
15:26.26Captnoordperfect
15:26.28MatBee_"PAY ATTENTION TO ME, LBLARRRGH"
15:26.31Captnoordyou don't need it in tact
15:26.36MatBee_nah its gonezo
15:26.37Captnoordyou only need the usb part
15:27.02Captnoordyou don't need anything from the headset except the usb connector and a small length of the wire
15:27.15MatBee_oh?
15:27.33Captnoordhttp://www.instructables.com/id/Android_G1_Serial_Cable/
15:28.18leviathan|idlingok, I'll go now
15:28.18Captnoorddon't see the whole 'I bought a special usb connector todo this' part
15:28.20Captnoordk
15:28.22leviathan|idlingneed to coach someone
15:28.31leviathan|idlingcu
15:28.33Captnoordk
15:28.45MatBee_I can use 5v though, no?
15:28.52MatBee_why would i use 3.3v :P
15:29.01Captnoordlol
15:29.24Captnoordbecause 3.3v CMOS compatible
15:29.28MatBee_bah, i already have ftdi, easy
15:29.34MatBee_ill just put on a resistor
15:29.49MatBee_;P
15:31.31Captnoord1 thing of importance
15:31.39Captnoordus you get your headset
15:31.44Captnoordif
15:31.47Captnoordfind*
15:31.49Captnoordlol
15:31.56Captnoorddon't go wildly trying
15:32.06*** join/#htc-linux loxattack (n=lox@cpe-72-181-54-118.satx.res.rr.com)
15:32.09MatBee_oh i wont
15:32.11Captnoordthere is a nice circuit diagram on the internet for it
15:32.13MatBee_its long gone
15:32.21MatBee_ill just use my arduino somehow
15:32.25MatBee_its already al lthere
15:32.34MatBee_i have a 5v -> 3.3v converter anyway
15:33.06MatBee_it'll make for a nice arduino controlled phone anyway :P
15:35.48MatBee_Product Code: HTC-B-V-1_1
15:35.50MatBee_OUT OF STOCK
15:35.52MatBee_heh
15:36.46MatBee_I could paypal someone funds if they send me one they dont use :)
15:39.26MatBee_nm, i can use my uC
15:41.10Captnoordthanks himself for sticking with his initial idea.......
15:41.14*** join/#htc-linux miknix (n=miknix@gentoo/developer/miknix)
15:42.03MatBee_this is easy peezy
15:42.36Captnoordmine stuff isn't
15:44.10MatBee_power to uC +5v, RX/TX from uC to hacked up usb cable ;)
15:45.09MatBee_I can even automate responses
15:46.04Captnoordnice nice nice
15:46.22MatBee_now to imagine how i'm going to do it while at work
15:46.42Captnoordlooooool
15:52.39MatBee_my htc/palm device uses microusb
15:52.43MatBee_:P
15:53.21MatBee_lame
15:54.05MatBee_so maybe all i have to worry about is +5v and data+/-
15:55.15*** join/#htc-linux jmore (n=jmore@adsl-074-183-245-075.sip.rmo.bellsouth.net)
16:00.11*** join/#htc-linux zycho (n=zycho@hnvr-4d07ae17.pool.mediaWays.net)
16:06.05WigglerAwayMatBee_: Rather than buying a extUSB connector I used a htc 3.5mm headphone adapter bought for peanuts of ebay and wired onto the pins
16:06.34MatBee_I should be covered with my microcontroller anyway
16:06.45MatBee_i just need microusb pinouts
16:07.09MatBee_from what I think, its just +V, Data +/-, N/C, and GND
16:08.23MatBee_You can send the serial data over headphone?
16:08.30MatBee_of course!
16:08.39MatBee_that just makes sense
16:09.06*** join/#htc-linux ali1234 (n=al@robotfuzz.co.uk)
16:09.08*** join/#htc-linux JDShadowline (n=JDShadow@247.243.101.97.cfl.res.rr.com)
16:09.22MatBee_I have the headset that came with my phone, that should be enough, right?
16:10.04WigglerAwayhang on, bit confused, does your device have the htc extusb connector or just a microusb?
16:10.09MxxConleviathan|away i might be completely wrong here, but would it be useful to use audio parts from rockbox project?
16:10.24MatBee_it just has microusb
16:10.40MatBee_and the 3.5mm
16:11.13MatBee_Phone was made by HTC though.
16:12.11WigglerAwayoh right, what captnoord and I were describing was a extusb, the phones have a switch inside to toggle function of the pins
16:12.27JDShadowlinehmm anyone here good at android rom making?, and good morning mr WigglerAway
16:12.35MatBee_yeah I noticed the extusb was for miniusb
16:12.41MatBee_and microusb is stripped even more
16:13.13WigglerAwayCan't be sure if your phone has a uart coming out of the connector
16:13.24MatBee_lets hope
16:15.52WigglerAwayGood morning Shadowline
16:16.01MatBee_Actually, my device may only be able to be a slave
16:17.19WigglerAwayRight, I need to go to town before the shops close - christmas is bearing down on me
16:19.38*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
16:20.28MatBee_oh youre right
16:20.30MatBee_its almost christmas
16:20.36MatBee_i should start shopping
16:27.35phhMatBee_: you need msmfb working before getting android
16:28.34MatBee_yeah
16:30.04phhand well
16:30.10phhthat's the only thing you need before getting android.
16:30.42MatBee_i have a feeling i can't do serial over my phone anyway
16:30.51phhtmzt: do you know how to "noop" mddi ?
16:31.57phheven if we don't know the product id
16:32.32phhI can see that blackstone does that, but with known product id
16:32.43MatBee_he said that I need to be able to communicate over serial
16:33.15MatBee_however i dont believe microusb for my device does serial over USB Data +/-
16:33.16*** join/#htc-linux StarLite (n=nnscript@s55916cb1.adsl.wanadoo.nl)
16:33.50phhhu
16:33.58phhyou're sure it's microusb not ext-usb ?
16:34.02phhhow pins are there ? :p
16:34.07MatBee_yep 5
16:34.16MatBee_its microusb on my phone :P
16:34.37phhand you don't need serial for what's left to do anyway
16:34.43MatBee_oh
16:35.05phhserial is for you've almost nothing working
16:35.12phh+when
16:35.15MatBee_yeah
16:35.22MatBee_ok
16:36.33*** join/#htc-linux GregLem (n=greg@lal69-5-88-171-98-250.fbx.proxad.net)
16:57.19MxxConhmm EGOvoruhk's assemble of android 2.01 seem to be working better
16:57.32MxxConi can make nad recieve calls
16:58.02MxxConno data
16:58.45phhwhat are you talking about ?
16:59.14MxxConandroid on sprint touch pro2
17:00.10*** join/#htc-linux Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
17:00.12phhi should try eclair on my diamond one day.
17:04.10GregLemphh : hi, quick question for you
17:04.16phhyup ?
17:04.41GregLemphh: do you use a special defconfig for your diamond or do you set your config from scratch?
17:04.56phhhtc_msm_android_defconfig
17:05.32GregLemphh : ok, i tried the htcdiamond_android_defconfig but it does not seem so good
17:05.50phhmmm i think it should work, but i didn't try it for ages
17:06.10GregLemphh : it's ok, I'll just stick to htc_msm_android_defconfig
17:06.53GregLemphh: Also, who is responsible for generating the initr.gz when booting angstrom
17:07.12phhyou ? :p
17:07.20phhhe angstrom I have is in an initramfs by himself
17:08.11GregLemso you need to build a initrd.gz on you own. Does not seem straightforward to me
17:08.47*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
17:08.50phhandroid build's initrd.gz are easy to understand, and you'll need little (or no) modification to use it
17:09.30GregLemphh : ok so just tuning a prebuilt android initrd.droid.cpio.gz should do the trick
17:09.38phhyes
17:09.43GregLemphh: tx
17:09.44phhit's just a busybox + an init script
17:19.48*** join/#htc-linux [2]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
17:25.32*** join/#htc-linux toi (n=toi@d54C2A96D.access.telenet.be)
17:28.01YellowGTO|NixAnymore luck with the TP2?
17:33.15MatBee_brrr
17:34.14phhMatBee_: ?
17:35.53phhhaha
17:35.56phhi love nexus splashscreen
17:36.01MatBee_cold
17:36.14phhMatBee_: <-20°C ?
17:36.14MatBee_some guy just ranted for about 20 minutes while me and a coworker were eating lunch
17:36.27MatBee_yeah, its that cold outside, but its a little chilly in here
17:36.58phhlol, bootanimation eats 20% of the cpu -_-
17:37.16MatBee_thats awesome
17:37.27MatBee_i want to see a badass splash screen
17:37.45phhE/keystore(  258): chdir: /data/misc/keystore: Permission denied
17:37.53MatBee_as long as its only 20% for about 5 seconds
17:37.54phhI can see that the old bugs I fixed ages ago are still here. great.
17:38.04MatBee_someone resurrected them :P
17:38.10phhit has been running for more than one minute
17:40.48*** join/#htc-linux WM-Sef (n=Not@ip54506452.adsl-surfen.hetnet.nl)
17:41.18WM-Sef@tmzt Hi :)
17:42.09*** part/#htc-linux WM-Sef (n=Not@ip54506452.adsl-surfen.hetnet.nl)
17:42.33*** join/#htc-linux WM-Sef (n=Not@ip54506452.adsl-surfen.hetnet.nl)
17:42.44*** part/#htc-linux WM-Sef (n=Not@ip54506452.adsl-surfen.hetnet.nl)
17:43.51*** join/#htc-linux WM-Sef (n=Not@ip54506452.adsl-surfen.hetnet.nl)
17:44.24*** join/#htc-linux GregLem (n=greg@lal69-5-88-171-98-250.fbx.proxad.net)
17:53.21MatBee_phh, do you work on this fulltime? :P
17:53.40phhnot at all
17:53.57phhelse I had have android for weeks :p
17:54.04MatBee_lol
17:54.22MatBee_BUH SOME BASTARDS AT THE OFFICE GOT SWISS CHALET
17:54.25MatBee_AND DIDNT ASK ME
17:54.29MatBee_braaaaaaaaah
17:54.35phh"got" ?
17:54.40MatBee_ordered
17:55.12MatBee_i just ate a blande turkey sandwich
17:58.15MxxConshh. i'm sitting here drooling
17:58.21phhGregLem: any advance in camera or gps ?
17:58.27MatBee_lol
17:58.41MatBee_i have a tuna wrap here if u want it
17:58.46phh(i'm asking, just in case)
17:59.14phhand i want cr2 back :(
18:00.14MxxContuna is for hippies. i want black caviar
18:00.41MatBee_ahaha
18:00.46MatBee_disgusting
18:00.53MatBee_you disgust me MxxCon
18:00.55MatBee_:D
18:04.35MxxConthank you, i do my best
18:05.11MxxConand while eating black caviar, i'll go buy the necky
18:05.21MxxCon"A Smaller, Stupider Snuggie For Your Neck"
18:06.28MatBee_LOL
18:08.58*** join/#htc-linux tcccp (i=hey@asskicker.hey-ix.net) [NETSPLIT VICTIM]
18:09.18Captnoordphh me to
18:09.18CaptnoordI wonder what he's up to
18:31.50*** join/#htc-linux ChanServ (ChanServ@services.)
18:31.50*** join/#htc-linux toer (i=tore@179.81-166-86.customer.lyse.net)
18:31.50*** join/#htc-linux davep (n=dp@122-148-37-59.static.dsl.dodo.com.au) [NETSPLIT VICTIM]
18:31.50*** join/#htc-linux Jos (i=Jos@Lithium.Jossie90.info)
18:31.50*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde)
18:31.50*** join/#htc-linux tcccp (i=hey@asskicker.hey-ix.net) [NETSPLIT VICTIM]
18:31.50*** join/#htc-linux GregLem (n=greg@lal69-5-88-171-98-250.fbx.proxad.net) [NETSPLIT VICTIM]
18:31.50*** join/#htc-linux WM-Sef (n=Not@ip54506452.adsl-surfen.hetnet.nl) [NETSPLIT VICTIM]
18:31.50*** join/#htc-linux Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl) [NETSPLIT VICTIM]
18:31.50*** join/#htc-linux StarLite (n=nnscript@s55916cb1.adsl.wanadoo.nl) [NETSPLIT VICTIM]
18:31.50*** join/#htc-linux JDShadowline (n=JDShadow@247.243.101.97.cfl.res.rr.com) [NETSPLIT VICTIM]
18:31.50*** join/#htc-linux ali1234 (n=al@robotfuzz.co.uk)
18:31.50*** join/#htc-linux zycho (n=zycho@hnvr-4d07ae17.pool.mediaWays.net) [NETSPLIT VICTIM]
18:31.50*** join/#htc-linux jmore (n=jmore@adsl-074-183-245-075.sip.rmo.bellsouth.net) [NETSPLIT VICTIM]
18:31.50*** join/#htc-linux loxattack (n=lox@cpe-72-181-54-118.satx.res.rr.com) [NETSPLIT VICTIM]
18:31.50*** join/#htc-linux BabelO (n=fcr@unaffiliated/babelo)
18:31.51*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com) [NETSPLIT VICTIM]
18:31.51*** join/#htc-linux WigglerAway (n=WigglerA@cpc2-stav12-0-0-cust527.aztw.cable.virginmedia.com) [NETSPLIT VICTIM]
18:31.51*** join/#htc-linux MxxCon (i=donuts@ool-18b9baa8.dyn.optonline.net) [NETSPLIT VICTIM]
18:31.51*** join/#htc-linux herpez (n=herpez@87.196.173.92) [NETSPLIT VICTIM]
18:31.51*** join/#htc-linux GeekLad (n=GeekLad@adsl-82-3-188.jax.bellsouth.net) [NETSPLIT VICTIM]
18:31.51*** join/#htc-linux MatBee_ (n=MatBee_@vpn.abelsoft.com) [NETSPLIT VICTIM]
18:31.51*** join/#htc-linux niall0s (i=niall@spoon.netsoc.tcd.ie) [NETSPLIT VICTIM]
18:31.51*** join/#htc-linux Squarc (n=Squarc@82-217-32-29.cable.quicknet.nl) [NETSPLIT VICTIM]
18:31.51*** join/#htc-linux balans (n=Gebruike@212-123-149-239.ip.telfort.nl) [NETSPLIT VICTIM]
18:31.52*** join/#htc-linux itchy8me (n=itchy8me@ip80-116-211-87.adsl2.static.versatel.nl) [NETSPLIT VICTIM]
18:31.52*** join/#htc-linux GNUtoo (n=GNUtoo@host130-158-dynamic.54-79-r.retail.telecomitalia.it)
18:31.52*** join/#htc-linux cefn (n=cefn@host86-159-13-55.range86-159.btcentralplus.com) [NETSPLIT VICTIM]
18:31.52*** join/#htc-linux pidpawel (i=pidpawel@aacf2.neoplus.adsl.tpnet.pl) [NETSPLIT VICTIM]
18:31.52*** join/#htc-linux ToAsTcfh (n=toast@110-43.200-68.tampabay.res.rr.com) [NETSPLIT VICTIM]
18:31.52*** join/#htc-linux parmaster (i=par@69.60.134.179)
18:31.52*** join/#htc-linux tjs_bsd (n=tjs@mail.CDPA.cc) [NETSPLIT VICTIM]
18:31.52*** join/#htc-linux x29a (n=x29a@unaffiliated/x29a) [NETSPLIT VICTIM]
18:31.52*** join/#htc-linux aker (n=quassel@219.142.122.100) [NETSPLIT VICTIM]
18:31.52*** join/#htc-linux thedicemaster (i=thedicem@j89126.upc-j.chello.nl) [NETSPLIT VICTIM]
18:31.52*** join/#htc-linux rosseaux (i=znc@129-167-19-84.nbiserv.com) [NETSPLIT VICTIM]
18:31.52*** join/#htc-linux dzo (n=dzo@mail.marginz.co.nz) [NETSPLIT VICTIM]
18:31.52*** join/#htc-linux m1dlg (n=m1dlg@bb-87-81-252-83.ukonline.co.uk) [NETSPLIT VICTIM]
18:31.52*** join/#htc-linux DJWillis (i=djwillis@82-46-19-72.cable.ubr02.bath.blueyonder.co.uk)
18:31.52*** join/#htc-linux Bry8Star (n=Bry8Star@99.22.201.208) [NETSPLIT VICTIM]
18:31.52*** join/#htc-linux cyberdesigner (n=cyberdes@port-92-206-55-79.dynamic.qsc.de) [NETSPLIT VICTIM]
18:31.52*** join/#htc-linux kvaster (n=kvaster@live.bn.by) [NETSPLIT VICTIM]
18:31.52*** join/#htc-linux lenix (n=irc@78.47.129.211) [NETSPLIT VICTIM]
18:31.52*** join/#htc-linux luminoso_ (n=lumos@av-217-129-128-10.netvisao.pt) [NETSPLIT VICTIM]
18:31.52*** join/#htc-linux gazab_ (n=gazab@c-2d85e555.04-117-6c6b7013.cust.bredbandsbolaget.se) [NETSPLIT VICTIM]
18:31.52*** join/#htc-linux Ekips (i=spike@d51A460C9.access.telenet.be) [NETSPLIT VICTIM]
18:31.52*** join/#htc-linux |Jason8| (i=JayAte@server2.tiltshellz.org) [NETSPLIT VICTIM]
18:31.52*** join/#htc-linux HardDisk_WP (n=Marco@wikipedia/harddisk) [NETSPLIT VICTIM]
18:31.52*** mode/#htc-linux [+o ChanServ] by irc.freenode.net
18:32.12*** join/#htc-linux fish1209 (n=fish1209@unaffiliated/fish0912) [NETSPLIT VICTIM]
18:32.12*** join/#htc-linux Radix_ (i=quasselc@203.161.71.161.static.amnet.net.au) [NETSPLIT VICTIM]
18:32.12*** join/#htc-linux NexVision (n=a@c-76-109-33-88.hsd1.fl.comcast.net) [NETSPLIT VICTIM]
18:32.12*** join/#htc-linux hicks (i=hix@cpc2-uddi21-2-0-cust389.uddi.cable.virginmedia.com) [NETSPLIT VICTIM]
18:32.13*** join/#htc-linux maejrep (n=madcoder@c-68-42-30-56.hsd1.pa.comcast.net) [NETSPLIT VICTIM]
18:32.13*** join/#htc-linux pini (n=pini@tho01-1-88-189-102-17.fbx.proxad.net)
18:32.13*** join/#htc-linux mrmoku|away (n=mrmoku@ppp-93-104-178-203.dynamic.mnet-online.de)
18:32.13*** join/#htc-linux zule (n=zule@shadowmite.com) [NETSPLIT VICTIM]
18:32.13*** join/#htc-linux nozze1 (n=nozze@u193-11-162-41.studentnatet.se) [NETSPLIT VICTIM]
18:32.13*** join/#htc-linux YellowGTO|Nix (n=quassel@c-71-226-239-246.hsd1.pa.comcast.net) [NETSPLIT VICTIM]
18:32.13*** join/#htc-linux rashire (n=ed1112wa@pool-98-114-89-30.phlapa.fios.verizon.net) [NETSPLIT VICTIM]
18:32.13*** join/#htc-linux Matthew__ (n=Matthew@c-71-226-239-246.hsd1.pa.comcast.net) [NETSPLIT VICTIM]
18:32.13*** join/#htc-linux ImCoKeMaN (n=imcokema@pool-71-251-145-41.hrbgpa.fios.verizon.net) [NETSPLIT VICTIM]
18:32.13*** join/#htc-linux surge (i=surge@pool-98-118-154-21.bflony.fios.verizon.net) [NETSPLIT VICTIM]
18:32.13*** join/#htc-linux Battousai (n=bryan@gentoo/developer/battousai) [NETSPLIT VICTIM]
18:32.13*** join/#htc-linux pigeon (n=pigeon@eth5284.nsw.adsl.internode.on.net)
18:32.14*** join/#htc-linux muffinssi (i=muffinss@hoasnet-fe2fdd00-160.dhcp.inet.fi) [NETSPLIT VICTIM]
18:32.14*** join/#htc-linux kri5 (n=kri5@cowdy.vlmc.org) [NETSPLIT VICTIM]
18:32.14*** join/#htc-linux leviathan|away (n=quassel@c-82-192-226-27.customer.ggaweb.ch)
18:32.14*** join/#htc-linux phh (n=quassel@4be54-3-82-228-187-43.fbx.proxad.net) [NETSPLIT VICTIM]
18:32.14*** join/#htc-linux UdontKnow (i=udontkno@freenode/staff/udontknow) [NETSPLIT VICTIM]
18:32.14*** join/#htc-linux alanp (n=alanp@206-248-152-26.dsl.teksavvy.com)
18:32.14*** join/#htc-linux furtardo (n=mks@nat/yahoo/x-xihntllgwhfdrdfv) [NETSPLIT VICTIM]
18:32.14*** join/#htc-linux friehmaen (i=freeman@2001:41d0:1:8ed:0:0:6:beaf) [NETSPLIT VICTIM]
18:32.14*** join/#htc-linux Funklord (n=cow@c-e1d571d5.014-46-73746f28.cust.bredbandsbolaget.se) [NETSPLIT VICTIM]
18:32.14*** join/#htc-linux thinko (n=jdoe6alp@smaug.rackdragon.com) [NETSPLIT VICTIM]
18:32.14*** join/#htc-linux NetRipper (n=netrippe@tikkie.net) [NETSPLIT VICTIM]
18:32.14*** join/#htc-linux high-rez (n=gus@207.229.121.50) [NETSPLIT VICTIM]
18:32.14*** join/#htc-linux Miek (n=mike@unaffiliated/mikechml) [NETSPLIT VICTIM]
18:32.14*** join/#htc-linux alphaone|gone (n=alphaone@2001:638:602:af01:0:0:0:1)
18:32.14*** join/#htc-linux tmzt (n=tmzt@99.164.34.42)
18:32.14*** join/#htc-linux prinex (n=prinex@m57s22.vlinux.de) [NETSPLIT VICTIM]
18:32.14*** join/#htc-linux infernix (i=nix@unaffiliated/infernix) [NETSPLIT VICTIM]
18:32.14*** join/#htc-linux Kevin2 (n=Kevin2@207-172-165-101.s101.tnt1.nywnj.ny.dialup.rcn.com) [NETSPLIT VICTIM]
18:32.14*** join/#htc-linux Dindon (i=OSEF@193.27.79.0) [NETSPLIT VICTIM]
18:32.14*** join/#htc-linux chemical_at_work (n=chemical@217.6.162.228) [NETSPLIT VICTIM]
18:32.14*** join/#htc-linux bartman (n=bart@tau.jukie.net) [NETSPLIT VICTIM]
18:32.14*** join/#htc-linux docc (n=docc@static.88-198-83-83.clients.your-server.de) [NETSPLIT VICTIM]
18:32.14*** join/#htc-linux Dunedan (n=dunedan@phoenitydawn.de)
18:32.14*** join/#htc-linux ius (n=thralas@ius.student.utwente.nl) [NETSPLIT VICTIM]
18:32.14*** join/#htc-linux Hellie (i=soulreap@wield.the.scythe.of.the.soulreaper.net) [NETSPLIT VICTIM]
18:32.14*** join/#htc-linux Dinde (i=kayser@sur-internet.net) [NETSPLIT VICTIM]
18:32.14*** join/#htc-linux dilinger (n=dilinger@LUNGE.MIT.EDU) [NETSPLIT VICTIM]
18:32.15*** join/#htc-linux rzk_ (n=rzk@daemonet.ru) [NETSPLIT VICTIM]
18:32.15*** join/#htc-linux label2k10 (n=label2k1@chessman.acephale.fr) [NETSPLIT VICTIM]
18:32.15*** join/#htc-linux nrirclog (n=nrirclog@netripper.com) [NETSPLIT VICTIM]
18:32.15*** join/#htc-linux avrj (i=avrj@shell.lf.fi) [NETSPLIT VICTIM]
18:35.28*** join/#htc-linux GlemSom (n=glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk)
18:35.28*** join/#htc-linux MrPippy (n=pip@adsl-75-11-167-51.dsl.sndg02.sbcglobal.net)
18:41.06*** join/#htc-linux ram2 (i=5acd441c@gateway/web/freenode/x-oideneudcwsqgcfb)
18:43.29*** join/#htc-linux luminoso (n=lumos@av-217-129-128-10.netvisao.pt)
19:08.15*** join/#htc-linux polyrhyt1mic (n=charles@c-67-171-16-39.hsd1.wa.comcast.net)
19:22.57*** join/#htc-linux ChanServ (ChanServ@services.)
19:22.57*** join/#htc-linux zycho_ (n=zycho@hnvr-4d07ae17.pool.mediaWays.net)
19:22.57*** join/#htc-linux kiozen (n=oeichler@rgnb-5d87ceac.pool.mediaWays.net)
19:22.57*** join/#htc-linux GregLem (n=greg@lal69-5-88-171-98-250.fbx.proxad.net)
19:22.57*** join/#htc-linux _LittleJ (n=linuz@82.78.185.26)
19:22.57*** join/#htc-linux MrPippy (n=pip@adsl-75-11-167-51.dsl.sndg02.sbcglobal.net)
19:22.57*** join/#htc-linux GlemSom (n=glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk)
19:22.57*** join/#htc-linux toer (i=tore@179.81-166-86.customer.lyse.net)
19:22.57*** join/#htc-linux davep (n=dp@122-148-37-59.static.dsl.dodo.com.au)
19:22.57*** join/#htc-linux Jos (i=Jos@Lithium.Jossie90.info)
19:22.57*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde)
19:22.57*** join/#htc-linux tcccp (i=hey@asskicker.hey-ix.net)
19:22.57*** join/#htc-linux WM-Sef (n=Not@ip54506452.adsl-surfen.hetnet.nl)
19:22.57*** join/#htc-linux Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
19:22.58*** join/#htc-linux StarLite (n=nnscript@s55916cb1.adsl.wanadoo.nl)
19:22.58*** join/#htc-linux ali1234 (n=al@robotfuzz.co.uk)
19:22.58*** join/#htc-linux loxattack (n=lox@cpe-72-181-54-118.satx.res.rr.com)
19:22.58*** join/#htc-linux BabelO (n=fcr@unaffiliated/babelo)
19:22.58*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com) [NETSPLIT VICTIM]
19:22.58*** join/#htc-linux WigglerAway (n=WigglerA@cpc2-stav12-0-0-cust527.aztw.cable.virginmedia.com)
19:22.58*** join/#htc-linux MxxCon (i=donuts@ool-18b9baa8.dyn.optonline.net)
19:22.58*** join/#htc-linux herpez (n=herpez@87.196.173.92)
19:22.58*** join/#htc-linux GeekLad (n=GeekLad@adsl-82-3-188.jax.bellsouth.net)
19:22.58*** join/#htc-linux MatBee_ (n=MatBee_@vpn.abelsoft.com)
19:22.58*** join/#htc-linux niall0s (i=niall@spoon.netsoc.tcd.ie)
19:22.58*** join/#htc-linux Squarc (n=Squarc@82-217-32-29.cable.quicknet.nl)
19:22.58*** join/#htc-linux balans (n=Gebruike@212-123-149-239.ip.telfort.nl)
19:22.58*** join/#htc-linux itchy8me (n=itchy8me@ip80-116-211-87.adsl2.static.versatel.nl)
19:22.58*** join/#htc-linux GNUtoo (n=GNUtoo@host130-158-dynamic.54-79-r.retail.telecomitalia.it)
19:22.58*** join/#htc-linux cefn (n=cefn@host86-159-13-55.range86-159.btcentralplus.com) [NETSPLIT VICTIM]
19:22.58*** join/#htc-linux pidpawel (i=pidpawel@aacf2.neoplus.adsl.tpnet.pl)
19:22.58*** join/#htc-linux ToAsTcfh (n=toast@110-43.200-68.tampabay.res.rr.com)
19:22.58*** join/#htc-linux parmaster (i=par@69.60.134.179)
19:22.58*** join/#htc-linux tjs_bsd (n=tjs@mail.CDPA.cc)
19:22.58*** join/#htc-linux x29a (n=x29a@unaffiliated/x29a) [NETSPLIT VICTIM]
19:22.59*** join/#htc-linux thedicemaster (i=thedicem@j89126.upc-j.chello.nl)
19:22.59*** join/#htc-linux rosseaux (i=znc@129-167-19-84.nbiserv.com)
19:22.59*** join/#htc-linux dzo (n=dzo@mail.marginz.co.nz)
19:22.59*** join/#htc-linux m1dlg (n=m1dlg@bb-87-81-252-83.ukonline.co.uk)
19:22.59*** join/#htc-linux DJWillis (i=djwillis@82-46-19-72.cable.ubr02.bath.blueyonder.co.uk)
19:22.59*** join/#htc-linux Bry8Star (n=Bry8Star@99.22.201.208) [NETSPLIT VICTIM]
19:22.59*** join/#htc-linux cyberdesigner (n=cyberdes@port-92-206-55-79.dynamic.qsc.de)
19:22.59*** join/#htc-linux kvaster (n=kvaster@live.bn.by)
19:22.59*** join/#htc-linux lenix (n=irc@78.47.129.211)
19:22.59*** join/#htc-linux gazab_ (n=gazab@c-2d85e555.04-117-6c6b7013.cust.bredbandsbolaget.se)
19:23.25*** join/#htc-linux Ekips (i=spike@d51A460C9.access.telenet.be)
19:23.25*** join/#htc-linux |Jason8| (i=JayAte@server2.tiltshellz.org)
19:23.25*** join/#htc-linux HardDisk_WP (n=Marco@wikipedia/harddisk)
19:23.25*** mode/#htc-linux [+o ChanServ] by irc.freenode.net
19:23.25*** join/#htc-linux fish1209 (n=fish1209@unaffiliated/fish0912)
19:23.25*** join/#htc-linux Radix_ (i=quasselc@203.161.71.161.static.amnet.net.au)
19:23.25*** join/#htc-linux NexVision (n=a@c-76-109-33-88.hsd1.fl.comcast.net)
19:23.26*** join/#htc-linux hicks (i=hix@cpc2-uddi21-2-0-cust389.uddi.cable.virginmedia.com)
19:23.26*** join/#htc-linux maejrep (n=madcoder@c-68-42-30-56.hsd1.pa.comcast.net)
19:23.26*** join/#htc-linux pini (n=pini@tho01-1-88-189-102-17.fbx.proxad.net)
19:23.26*** join/#htc-linux mrmoku (n=mrmoku@ppp-93-104-178-203.dynamic.mnet-online.de)
19:23.26*** join/#htc-linux zule (n=zule@shadowmite.com) [NETSPLIT VICTIM]
19:23.26*** join/#htc-linux nozze1 (n=nozze@u193-11-162-41.studentnatet.se)
19:23.26*** join/#htc-linux YellowGTO|Nix (n=quassel@c-71-226-239-246.hsd1.pa.comcast.net)
19:23.26*** join/#htc-linux rashire (n=ed1112wa@pool-98-114-89-30.phlapa.fios.verizon.net)
19:23.26*** join/#htc-linux Matthew__ (n=Matthew@c-71-226-239-246.hsd1.pa.comcast.net)
19:23.26*** join/#htc-linux ImCoKeMaN (n=imcokema@pool-71-251-145-41.hrbgpa.fios.verizon.net)
19:23.26*** join/#htc-linux surge (i=surge@pool-98-118-154-21.bflony.fios.verizon.net)
19:23.26*** join/#htc-linux Battousai (n=bryan@gentoo/developer/battousai)
19:23.26*** join/#htc-linux pigeon (n=pigeon@eth5284.nsw.adsl.internode.on.net)
19:23.26*** join/#htc-linux muffinssi (i=muffinss@hoasnet-fe2fdd00-160.dhcp.inet.fi)
19:23.26*** join/#htc-linux kri5 (n=kri5@cowdy.vlmc.org)
19:23.26*** join/#htc-linux leviathan|away (n=quassel@c-82-192-226-27.customer.ggaweb.ch)
19:23.26*** join/#htc-linux phh (n=quassel@4be54-3-82-228-187-43.fbx.proxad.net)
19:23.26*** join/#htc-linux UdontKnow (i=udontkno@freenode/staff/udontknow)
19:23.26*** join/#htc-linux alanp (n=alanp@206-248-152-26.dsl.teksavvy.com)
19:23.26*** join/#htc-linux furtardo (n=mks@nat/yahoo/x-xihntllgwhfdrdfv)
19:23.27*** join/#htc-linux friehmaen (i=freeman@2001:41d0:1:8ed:0:0:6:beaf)
19:23.27*** join/#htc-linux Funklord (n=cow@c-e1d571d5.014-46-73746f28.cust.bredbandsbolaget.se)
19:23.27*** join/#htc-linux thinko (n=jdoe6alp@smaug.rackdragon.com)
19:23.27*** join/#htc-linux NetRipper (n=netrippe@tikkie.net)
19:23.27*** join/#htc-linux high-rez (n=gus@207.229.121.50)
19:23.27*** join/#htc-linux Miek (n=mike@unaffiliated/mikechml)
19:23.27*** join/#htc-linux alphaone (n=alphaone@2001:638:602:af01:0:0:0:1)
19:23.27*** join/#htc-linux tmzt (n=tmzt@99.164.34.42)
19:23.27*** join/#htc-linux prinex (n=prinex@m57s22.vlinux.de)
19:23.27*** join/#htc-linux infernix (i=nix@unaffiliated/infernix)
19:23.27*** join/#htc-linux Kevin2 (n=Kevin2@207-172-165-101.s101.tnt1.nywnj.ny.dialup.rcn.com) [NETSPLIT VICTIM]
19:23.27*** join/#htc-linux Dindon (i=OSEF@193.27.79.0) [NETSPLIT VICTIM]
19:23.27*** join/#htc-linux chemical_at_work (n=chemical@217.6.162.228)
19:23.27*** join/#htc-linux bartman (n=bart@tau.jukie.net)
19:23.27*** join/#htc-linux docc (n=docc@static.88-198-83-83.clients.your-server.de)
19:23.27*** join/#htc-linux Dunedan (n=dunedan@phoenitydawn.de)
19:23.27*** join/#htc-linux ius (n=thralas@ius.student.utwente.nl)
19:23.27*** join/#htc-linux Hellie (i=soulreap@wield.the.scythe.of.the.soulreaper.net)
19:23.27*** join/#htc-linux Dinde (i=kayser@sur-internet.net)
19:23.27*** join/#htc-linux dilinger (n=dilinger@LUNGE.MIT.EDU)
19:23.28*** join/#htc-linux rzk_ (n=rzk@daemonet.ru) [NETSPLIT VICTIM]
19:23.28*** join/#htc-linux label2k10 (n=label2k1@chessman.acephale.fr)
19:23.28*** join/#htc-linux nrirclog (n=nrirclog@netripper.com)
19:23.28*** join/#htc-linux avrj (i=avrj@shell.lf.fi)
19:25.36phh<PROTECTED>
19:25.36phhbaaaahhhhhh
19:25.43*** join/#htc-linux GNUtoo (n=GNUtoo@host130-158-dynamic.54-79-r.retail.telecomitalia.it)
19:29.54*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde) [NETSPLIT VICTIM]
19:29.54*** join/#htc-linux Jos (i=Jos@Lithium.Jossie90.info) [NETSPLIT VICTIM]
19:30.38Battousaiabi incompatible?
19:31.26*** join/#htc-linux loxattack-2 (n=lox@cpe-72-181-54-118.satx.res.rr.com)
19:31.38*** join/#htc-linux aker (n=quassel@219.142.122.100)
19:32.00phhBattousai: no, i rebuilt it
19:32.08Battousaiok
19:33.29phhhum, the one getting killed is the kernel, not ARM9
19:33.54phhargh
19:34.03phhright they broke sound.
19:36.34phhsounds cool.
19:37.32phhhum no, it's not somewhere in their code
19:37.32phhwth.
19:37.36*** join/#htc-linux ward- (n=ward@91.178.96.186)
19:37.48ward-is there currently any device supported that can run android, but also debian?
19:38.17phhdepends which features you need
19:38.34phhand if you don't worry having to package things yourself
19:38.35ward-debian and its giant repositories
19:38.43MatBee_lol
19:38.55*** join/#htc-linux Zoolooc (n=fredsiba@p549552AD.dip.t-dialin.net)
19:39.02ward-lol let me explain
19:39.04MatBee_i wouldnt mind debian if i could just make my own WM and all my phone features worked
19:39.13ward-i used to have a pocket loox 720 running debian trough haret
19:40.27ward-and i'm looking for something to replace it with
19:40.33ward-since its screen is broken
19:40.48ward-so i was thinking why not get a phone this time, preferably with gps aswell
19:41.19MatBee_debian would be pretty hot
19:41.22ward-everything worked on it, wifi, bluetooth, framebuffer, usb host, ...
19:41.35ward-touchscreen
19:41.50ward-well you dont need to make your own WM :p
19:41.54ward-you can use matchbox
19:42.03ward-i used fluxbox aswell
19:42.08ward-and even gnome just to try
19:42.17MatBee_nah i wouldnt want something that looks like a desktop
19:42.26ward-oddasionally its nice
19:42.29ward-occasionally
19:42.35ward-its nice you can choose
19:42.41ward-howver matchbox is not like a desktop
19:42.51*** join/#htc-linux ali1234 (n=al@robotfuzz.co.uk)
19:42.55ward-matchbox is made for small screens and makes most applications pretty usable
19:43.35MatBee_yeah if i could atleast have sms/data/talk working, id definite try debian
19:43.49ward-well the pda didnt have any gsm stuff so
19:43.55MatBee_yeah
19:44.03ward-it was mainly to mess under linux
19:44.13ward-if i really needed to be productive most of the time i used windows mobile
19:44.19MatBee_yeah
19:44.24ward-but still the messing with it was SO nice
19:44.24MatBee_hense haret
19:44.30ward-runing kismet on it for instance
19:44.37ward-really fantastic
19:44.56ward-so no debian yet for any HTC devices?
19:45.05MatBee_phh was saying something about ubuntu i think?
19:45.06ward-what do you guys have working atm?
19:45.16ward-ubuntu would obvousely be good too :)
19:45.17phhward-: any android device can do that
19:45.25ward-phh, yes with chroot
19:45.28phhnot only
19:45.41phhyou can also boot it
19:45.50ward-the website for that project was down :(
19:45.58ward-do you know something about it?
19:46.07ward-i assumed it was primitive and they quit developing it
19:46.11ward-since the website was down
19:46.42ward-and in #android they told me android drivers wont work on any linux etc etc
19:46.47ward-its android specific they said iirc
19:46.53ward-was a little earlyer today...
19:46.59ward-also the people there are REALLY OVER THE TOP arrogant
19:47.27ward-they said it was a STUPID QUESTION to ask if i could boot any other distros on a android device
19:47.29phhafaik, what won't work is gps
19:47.35phhand well, i think that's it
19:47.42phhstill you'll need to do some work
19:47.44ward-i woouldnt mind that
19:47.52MatBee_lol, stupid question to think a linux based distro would work the same as another linux based distro?
19:47.53phhdon't know for usb host
19:48.11phhMatBee_: GNU/Linux vs GNU/Linux yes
19:48.14phhandroid vs GNU/Linux no
19:48.16ward-MatBee_, an op even said that lol
19:48.24MatBee_yeah
19:48.26ward-strange deranged people there
19:48.41MatBee_but it's still linux based, just doesnt follow gnu guidelines
19:48.51ward-then android == evil
19:48.54phhMatBee_: and some proprietary drivers.
19:48.59MatBee_yeah
19:49.15*** join/#htc-linux herpez (n=herpez@87-196-173-92.net.novis.pt)
19:49.23itchy8me*nods
19:49.30ward-the best option to run linux seems to be the N900 or allmost any windows mobile phone
19:49.31ward-lol
19:49.31phhward-: sound is tricky to get working (eh leviathan|away ! :p ), but apart from that, it should be right
19:49.54ward-phh, any links about that or someting?
19:50.01phh#htc-linux ? :p
19:50.20ward-lol ah you mean it like that
19:50.24ward-sorry i misunderstood you
19:50.32ward-so this is for all devices what you say?
19:50.38phhwell no
19:50.41ward-aha
19:50.45phhmsm7xxx based
19:50.49phhI don't know for others
19:50.53*** join/#htc-linux BHSPitLappy (n=BHSPitLa@unaffiliated/bhspitmonkey)
19:50.55ward-which ones are that if you happen to know
19:50.57phhoh and 3D chip won't work
19:51.14phhward-: leviathan|away and GNUtoo are heavily working on dream afaik
19:51.36phhmsm72xx even
19:51.44ward-and what currently works from the msm72xx devices?
19:51.45phh75xx is another story
19:51.55ward-im not familiar with the chipsets yet
19:52.01phhdepends on the devices
19:52.03ward-ive been researching the intire day lol
19:52.09ward-yesterday evening aswell
19:52.17phhbut wifi, bluetooth, usb slave, framebuffer, touchscreen, buttons, trackball, phone, data connection should work
19:53.13ward-phh, but now can any of these run debian?
19:53.23phhjust flash it
19:53.39ward-with haret...
19:53.40phhor on sdcard with fastbook trick
19:53.52ward-i mean just with haret
19:53.58ward-i dont mind booting troigh windoze mobile
19:54.12phhwindows mobile on android devices ?
19:54.16MatBee_lol
19:54.21MatBee_phh got lost :P
19:54.24phhyes.
19:54.26ward-lol ah ok now you are talking about android devices :)
19:54.35phhwell it's quite the same for wince devices
19:54.53ward-aha, is there something similar like haret for android then?
19:55.01ward-lol i allready got more info about android here then in #android
19:55.20MatBee_If I could boot debian on my treo, i'd be a happy camper
19:55.26phhward-: fastboot
19:55.31phhMatBee_: oh you can
19:55.39ward-phh, so fastboot is something similar?
19:55.42ward-like haret
19:55.47ward-man thats SO cool
19:55.51phhward-: if you're familiar with linux on desktop, it's kexec
19:56.11ward-im familiar with linux on a desktop but i dont think i ever heard of kexec
19:56.20ward-not familiar enouigh i'm guessing :p
19:56.37MatBee_so its like the windows rom update utility?
19:56.49phhMatBee_: not at all
19:56.52*** join/#htc-linux greebear (n=greenbea@pD9E72526.dip0.t-ipconnect.de)
19:56.53phhit's like haret
19:56.54ward-if its anythling like haret then no
19:57.06MatBee_i just google'd fastboot and it come up with flashing and such
19:57.07ward-it will reboot your device, and boot what you choose
19:57.09phh+ it can read the zImage from the computer
19:57.32phhit doesn't reboot the device, but that's another story
19:57.44MatBee_ho hum
19:57.44ward-ah ok, i read it reboots
19:57.49ward-and it allways seems to reboot
19:57.52ward-at least on my pda
19:57.53phhMatBee_: you want ubuntu ? :p
19:58.04MatBee_yep
19:58.22MatBee_or just debian with gnome:P
19:58.35phhhttp://dl.free.fr/pZz3EKnxs
19:58.35MatBee_it'd go well with my 16gb internal storage
19:58.38phhdownload that
19:58.43ward-i wouldnt recommend gnome lol
19:59.11MatBee_127mb, its a big one ;P
19:59.22GNUtooward-, hi what did you want to know?
20:00.12phhMatBee_: it's ubuntu :p
20:00.24MatBee_that's alot of stripping
20:00.30MatBee_whats the window manager?
20:00.52phhgnome
20:00.55phhor lxde ?
20:00.56MatBee_ah
20:00.57phhdon't rember :D
20:01.03MatBee_easy enough to change
20:01.11phhyeah... no...
20:01.14MatBee_LOL
20:01.57MatBee_Is there an issue with modules/files on linux as well?
20:03.02phhuh ?
20:03.07MatBee_i suppose not
20:03.17phhwhich issue are you talking about ?
20:03.26phhyou mean the need of having modules-xxxx.tar.gz file ?
20:03.34MatBee_no
20:03.52MatBee_windows mobile and android both have to balance system modules and files, right?
20:04.11MatBee_what is kept in memory, and what is stored
20:04.13*** join/#htc-linux GNUtoo (n=GNUtoo@host130-158-dynamic.54-79-r.retail.telecomitalia.it)
20:04.22phhI still don't get it.
20:04.29MatBee_nm then i guess theres no issue
20:05.07MatBee_35k, your france storage is blazingly fast
20:05.13phhpcchhh
20:05.28MatBee_i dont think i could keep up these speeds here at work
20:05.31MatBee_;P
20:05.50phhI have 1.5MB/s download and 100kB/s upload
20:05.57phhbut this cache server is blazingly fast
20:06.03MatBee_on free.fr?
20:06.11phhanyway, once you got and extracted it
20:06.15phhrename ubuntuarm.img to ubuntu.img
20:06.21MatBee_ok
20:06.22phhchange the startup.txt and zImage
20:06.30phhubuntu.img has to be in the root of the sdcard
20:06.34MatBee_ok
20:06.56phhbtw, the extracted file is 900MB
20:07.00MatBee_oh shi
20:07.03phhyou might want to make some room on your card :p
20:07.08MatBee_yeah ive got plenty space
20:07.16phhnot like me then
20:07.23MatBee_im only using 8gb for music
20:07.32MatBee_sooo i guess thats 8gb for linux and android eh? :P
20:07.38phhgroumpf
20:07.43phhWhy didn't I get a raphael.
20:07.51ward-GNUtoo, sorry i was out for a smoke
20:08.19ward-GNUtoo, if there's any HTC that can both boot android and debian (or ubuntu)
20:08.40MatBee_ubuntu is debian, so it should be able to boot np
20:09.35ward-please read again
20:09.36phhanyone has some spare htc raphael around btw ?
20:09.55phh(i'm asking just in case.)
20:10.04MatBee_isn't the vogue the closest in booting winmo + android?
20:10.05ward-phh, they seem to get sold second hand really cheap
20:10.14phhnot here
20:10.19phhthe lowest i can find is >100€
20:10.23GNUtooward-, we booted SHR but you should talk with leviathan|away
20:10.29ward-here 125 for one without any scratches etc
20:10.34ward-and 50 for one thats heavily used
20:10.40phhward-: i don't call that "really cheap" :p
20:10.45MatBee_lol
20:10.48GNUtooward-, because he had nearly everything working but alsa(they had a custom sound system)
20:10.49ward-GNUtoo, whats SHR please
20:10.58phhward-: an openmoko distribution
20:11.01MatBee_i paid $50 for mine............. on my 3yr contract lol
20:11.05ward-ah yes nice
20:11.13phhMatBee_: 3 years ? huhu
20:11.19MatBee_2 more years left too
20:11.24phhouch
20:11.25ward-GNUtoo, did SHR actually support calling etc aswell?
20:11.31MatBee_thankfully i have a replacement plan
20:11.32phhMatBee_: it already hurts a lot I guess ? :p
20:11.36GNUtooward-, yes there were some issues but yes
20:11.36MatBee_i can destroy it and i get a new one
20:11.40phhbah
20:11.44MatBee_hahaha
20:11.51MatBee_ive replaced it already actually
20:11.51phhI have no subscription
20:11.53phhthat's easier.
20:11.57ward-GNUtoo, anyone tried getting maemo to work? lol
20:12.01phh(and used to be cheaper.)
20:12.01ward-that would be epic
20:12.09phhward-: ~= Mer no ?
20:12.18ali1234people have got mer to work, yes
20:12.25GNUtooward-, did you read that: http://wiki.maemo.org/Free_Maemo
20:12.29ward-yeah maybe i dunno much about mer yet
20:12.29ali1234for a certain value of "work"
20:12.45phhI got Mer "working" on my phone too
20:12.49ward-GNUtoo, no someone gave me another link earlyer i didnt see this one
20:12.51ward-yt
20:12.53ward-yet
20:12.54phheven with wifi ! :p
20:12.59GNUtoook
20:13.11ward-yeah my loox 720 had wifi and bluetooth and everything too :)
20:13.11ali1234http://wiki.maemo.org/Mer too
20:13.16ward-i guess im pretty spoiled lol
20:13.56GregLemphh: I can't make a homebuilt zImage to run on my Diamond, can you help me?
20:14.07phhGregLem: sure, what's the problem ?
20:14.31GregLemphh: it just crashes right away when I launch it with Haret.
20:14.45phhGregLem: with the htc_msm_android_defconfig ?
20:14.52GregLemphh: yes
20:14.56phhand what do you mean with crashes ?
20:15.09GregLemphh: the phone, vibrates, then hangs
20:15.30phha,d you changed nothing to the config ?
20:15.39GregLemphh: what git branch should I use?
20:15.46phhhtc-msm-2.6.27
20:15.58phhif you want to work on camera it's htc-msm-2.6.27-camera
20:16.05phhbut this one kills the kernel really soon
20:16.15GregLemphh: I actually built my crashing kernel from the camera branch
20:16.24phhanyway it should still works as is
20:16.26GregLemphh: so I gues that's the problem
20:16.30phhunless you activated mt9t013 in kernel config
20:16.34GNUtooward-, sorry I forgetten: gps,3d,camera don't work
20:16.53phhGNUtoo: I think camera should work, there are some v4l drivers available
20:16.53GNUtooward-, but I don't consider them as esential
20:17.01phhGregLem: well first try htc-msm-2.6.27
20:17.12ward-GNUtoo, i do but i dont mind rebooting when i need my GPS etc
20:17.15GNUtoophh, with the kernel I had it didn't ...there were some ugly things in dmesg but I bet pavel got it working
20:17.18GregLemphh: alright, I'll start iver from there
20:17.23ward-i would use mer as a secondary OS
20:17.27MatBee_gps and camera are pretty high priority tho :P
20:17.45ward-camera would be cool
20:17.47MatBee_else we just have touchscreen dumbphones lol
20:17.49ward-for timelapses etc
20:18.06phhMatBee_: it already does a lot more than windows mobile imho
20:18.35MatBee_yeah, sometimes i really feel like snapping a quick photo though, although gps is no big deal breaker
20:19.12phhwell, the only reason I want camera is for hightened (or something like that:p) reality
20:19.14MatBee_sadly my phone may never recieve camera support, unless it's the same as one of the others
20:19.33*** join/#htc-linux Zoolooc_ (n=fredsiba@p54956EC0.dip.t-dialin.net)
20:19.34MatBee_phh, you dont get pics of your ladies? :P
20:19.40phhmy ladies ?
20:19.43phhwhich one ? :p
20:19.46MatBee_the girls you take home
20:19.52MatBee_all of them
20:19.52phhyeah... there are none.
20:20.00WM-Sefwehere is tmzt?
20:20.00MatBee_hmm
20:20.08MatBee_come to canada, they love geeky french guys
20:20.28WM-SefI want a girl too :p
20:20.32phhMatBee_: first, i have finish my studies :p
20:20.33ward-haha
20:20.34MatBee_girls absolutely adore geeks here
20:20.44ward-MatBee_, wow where do you live lol
20:20.58ward-girls avoid geeks over here
20:20.59MatBee_toronto area
20:21.09phhMatBee_: I hope they are contagious :p
20:21.11MatBee_especially girls around art schools
20:21.25ward-artists are openminded
20:21.27ward-some at least
20:21.30MatBee_yeah
20:21.46ward-it also goes well togethe
20:21.48MatBee_although i met my lady at work, and shes an anthropologist so shes a geek as well
20:21.51MatBee_geeks <3
20:21.57ward-artistic stuff and geeky stuff like linux etc
20:22.11phhanthropologist ? you mean like the woman in Bones TV show ? :p
20:22.15MatBee_yep
20:22.18MatBee_haha
20:23.04ward-some people consider code art too
20:23.08WM-Sefwhat's the channel for MerPhone?
20:23.10MatBee_they're drunk
20:23.21MatBee_Mer? like Sea?
20:23.21ward-but a lot of artists are fashion victems
20:23.23phhward-: and my father's code is abstract art.
20:23.28ward-phh, lol
20:23.28phhnoone understand it.
20:23.31MatBee_hahaha
20:23.50MatBee_public abstract void phh() {
20:24.37ward-fertilize(wife);
20:24.43ward-waitNineMonths();
20:24.46ward-}
20:24.53MatBee_abort
20:24.55MatBee_abort
20:24.57MatBee_;
20:24.58ward-lol
20:25.09MatBee_goto bailout;
20:25.25MatBee_im out of scope :(
20:25.58WM-Seftmzt: I'm working on a port of Mer (based on Maemo 5) to the Touch Pro 2 and Diamond 2 which I'm currently calling Merphone.
20:26.15WM-Sefdo any of you guys know?
20:27.13GNUtooMatBee_, abort only work in anormal conditions?
20:28.20MatBee_30 minutes left of ubuntu download, and 30 minutes left of work
20:28.24MatBee_who'll win?
20:28.30MatBee_bus arrives in 39 minutes
20:28.44MatBee_so i have < 9 minutes to copy to my phone lol
20:30.11phhWM-Sef: I think tmzt knows
20:30.26phhMatBee_: 800MB to copy in <9minutes ?
20:30.40phhthat makes 100MB/minute, 2MB/s
20:30.46phhwill be tough :p
20:30.46MatBee_over activesync
20:30.49MatBee_hahaha
20:30.50phhhaha
20:30.52phhyou won't make it :p
20:30.57MatBee_no ill copy over the archive
20:31.01ward-MatBee_, if you got wifi then you cna copy while wealking to the bus :p
20:31.06MatBee_hah
20:31.11MatBee_I do have data
20:31.14MatBee_oO
20:31.15ward-untill you run out of range lol
20:31.21MatBee_i can run an ftp server on my phone
20:31.25MatBee_transfer from work
20:31.26ward-lol
20:31.34ward-i had a webserver on it for a while
20:31.35phhsounds a lot of fun
20:31.36ward-on my old pda
20:32.02ward-i had so much fun with that thing lol
20:32.31ward-also had a usb host, very nice
20:32.35MatBee_nice
20:32.41MatBee_external keyboard :P
20:32.50ward-i did this unemplyment course half a year back or so
20:33.26ward-it also included some cisco stuff
20:33.26MatBee_unemployment course eh?
20:33.26MatBee_put that on your resume? :P
20:33.27ward-so while the others had to use desktops to program the cisco routers i used my pda lol
20:36.29greebeardoes anyone here have a clue about denotational semantics with haskell?
20:36.33greebear^^
20:36.34greebear^
20:36.54greebearbtw: my girls a geek too
20:37.21MatBee_yep
20:37.24MatBee_geeks rule
20:38.03ward-geek girls are rare
20:38.48MatBee_jsut goto a university
20:38.52MatBee_or art school
20:38.57greebear^^
20:40.29ward-lol im currently enrolled at a university
20:40.35ward-and i regret it a lot
20:40.43ward-schools just dont work
20:40.50ward-at least not over here in this retarded country
20:40.54MatBee_degrees do
20:40.57MatBee_which country?
20:41.00ward-yes thats the problem
20:41.03ward-belgium
20:41.06MatBee_ah
20:41.25ward-for all i care ill go collect the garbage
20:41.29greebeargoto germany, not to far away
20:41.30ward-i dont even WANT a degree anymore
20:41.34MatBee_loool
20:41.39ward-i dont speak german
20:42.02greebearmost of the stuff is in english (depending on what you study, but I guess its not tiermedizin)
20:42.12ward-MatBee_, really shocking crap happened to me in the passed
20:42.18ward-at belgium schools
20:42.32ward-greebear, i didnt know that
20:42.57ward-anyway im too old for it too
20:43.03ward-i just wnat a job, any job
20:43.11ward-ill keep computers for my fee timee
20:43.14ward-free
20:43.21ward-cant even find a job in a damn PC shop so...
20:43.39ward-building my own computers since i was 12, but who cares
20:45.23ward-even setup a website with mysql replication (over ssh reverse portforwarding), file synchronization of some folders with rsync, and a failover system for the dyndns domain
20:45.30ward-lol
20:46.10ward-if the first one goes down or just the webserver, the other one will notice and update dyndns to link the domain to its own ip
20:46.36*** join/#htc-linux zycho (n=zycho@dslc-082-083-254-148.pools.arcor-ip.net)
20:46.54greebearproblem is (as far as i know form germany): you have to have a piece of paper saying "qualified as a this and that". without this paper its pretty damn hard convincing anyone
20:47.12ward-greebear, yeah but we're talking PC shop here lol
20:47.18ward-why in godsname would they want academics :s
20:47.43ward-and not that i want to be arrogant but there are a lot of incapable academics graduating
20:47.59greebearthats true
20:48.01MatBee_D's get Degrees
20:48.04MatBee_:)
20:48.08ward-for example the federal police here had a undercover website, for undercover police to login to
20:48.14ward-and THEY FORGOT TO REMOVE THE GUESTBUTTON
20:48.28ward-some newspaper found it... writes about it
20:48.28MatBee_weird
20:48.47ward-some police spokesman: they hacked our website and we will sue themn!
20:49.03greebearhehe
20:49.07ward-i mean...
20:49.13ward-is THAT why they need academics lol?
20:49.30ward-because at the police they only hire academics (for those jobs)
20:49.47*** part/#htc-linux WM-Sef (n=Not@ip54506452.adsl-surfen.hetnet.nl)
20:49.57ward-i mean, i can remove the login alltogether to make it even simpler for outsiders to get in, if thats what they want
20:49.57ward-lol
20:51.58*** join/#htc-linux teh_eb (i=ebcain@cpe-24-210-123-84.insight.res.rr.com)
20:52.02greebeari know now who the people are who respond to the mails saying "buy a degree now"
20:52.16ward-lol
20:52.16MatBee_hahaha
20:52.44ward-the other day oin class @ linux shell scripting
20:52.48greebearsome thins can be so simple its hard to manage for some people
20:52.58ward-"sir, what is the difference between sh and bash?"
20:53.02*** join/#htc-linux zycho_ (n=zycho@dslc-082-083-254-148.pools.arcor-ip.net)
20:53.08ward-"hmmm... good question... i got no idea"
20:53.14ward-i kid you not...
20:53.33MatBee_ahaha
20:53.50ward-thats a damn phd student
20:53.53ward-:S
20:54.05MatBee_university teaches theory
20:54.09MatBee_so its okay to be dumb
20:54.20ward-well i dont want to be part of that crap
20:54.35MatBee_ever think of becoming an international student?
20:54.50ward-impossible
20:54.52MatBee_its expensive but you get a great experience
20:54.58greebearinternational like what? studying in germany and fuck off to australia?
20:55.07greebearXD
20:55.11MatBee_2 minutes left
20:55.19ward-i just dont want to study anymore lol
20:55.25ward-im getting old im from 1983...
20:55.32ward-too old to study anyways
20:55.35MatBee_im 1984
20:55.39greebearhm... crap
20:55.40MatBee_i still have a year left
20:55.44greebear87
20:55.46ward-was unemployed for a few years...
20:55.53ward-now because i cant find anything i started studying again
20:56.01MatBee_im taking systems analysis and design
20:56.11MatBee_and i may take another year or 2 for a degree
20:56.11greebearcomputer science
20:56.15ward-you dont evne want to know what happened when i initially started studyging
20:56.39ward-you dont even have those specific choices here
20:56.44ward-its just "informatics"
20:57.00ward-and some specialisations you can choose at the last 2 years
20:57.44ward-MatBee_, you also started pretty late then i'm guessing?
20:57.51MatBee_2 years ago
20:57.53MatBee_yeah
20:58.03MatBee_no help from parents, so ive been on my own
20:58.33ward-finanacially it was no problem luckily
20:58.35MatBee_home time boys
20:58.37ward-for me
20:58.38MatBee_ttyl
20:58.45*** part/#htc-linux MatBee_ (n=MatBee_@vpn.abelsoft.com)
20:59.45greebear@ward-: bachelor?
21:00.12ward-greebear, if i would stop after 3 years it would be a bachelor, if i would do 5 years it would be a master
21:00.40ward-i hope i find a job lol, then i'm outta there
21:00.53ward-if not i'll keep going and try to make the best of it
21:01.15ward-x-mas vacation now so i got some time for sollicitations :)
21:01.17greebearwell you can still decide after 3 years to do another 2 years for master
21:01.50ward-nah, i wouldnt do that
21:02.09ward-i intend to find work asap and if i can find any, then i quit
21:02.15ward-(with studying)
21:05.36*** join/#htc-linux zycho (n=zycho@dslc-082-083-254-148.pools.arcor-ip.net)
21:10.42*** join/#htc-linux luminoso (n=lumos@av-217-129-128-10.netvisao.pt)
21:13.22*** join/#htc-linux luc_ (n=luc@89-115-128-35.cl.ipv4ilink.net)
21:17.52*** join/#htc-linux googleman (n=googlema@41.105.58.12)
21:17.58googlemanhi all
21:18.08ward-hello
21:18.16*** join/#htc-linux zycho (n=zycho@dslc-082-083-254-148.pools.arcor-ip.net)
21:19.00googlemani got new xperia x1
21:19.09leviathanward-: hi
21:19.10googlemanand i want to try linux on it
21:19.23leviathanyou had questions concerning dream+SHR?
21:19.27googlemanfrom where i can begin ?
21:19.35*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
21:20.45leviathanward-: I'm working on a rootfs with working wifi, sound and gui
21:20.50leviathanbut sound is very tricky
21:21.18leviathanI decided to clean up the kernel from unneeded android hacking and doing the drivers new
21:21.21ward-leviathan, ah nice :)
21:21.41leviathanmeans, I'll use basefunctions of qdsp5-driver from the android people
21:21.56leviathanand will take it as base for an indipendent alsa-driver
21:22.26ward-leviathan, yeah someone said earlyer that osund was pretty hard
21:22.39leviathanyes
21:22.41leviathanit is
21:22.55leviathanhttp://gitorious.org/htc-msm-2-6-32/leviathan-incoming
21:23.12leviathanis a already booting android experimental
21:23.15leviathanwith wifi running
21:23.36leviathanbut I would prefer to have a android free vanilla kernel booting
21:23.53leviathanbecause I totally dislike android
21:24.27leviathanwrong license, wrong architecture.... they didnt follow the guidlines
21:24.36leviathanthey've just hacked something ugly
21:24.43leviathanwhich works... yes... but how?
21:24.51leviathanI'll clean it up
21:30.11MxxConany chance of getting webos running? :)
21:30.35phh<PROTECTED>
21:30.39phhdo we have all sources ?
21:30.50ward-leviathan, wow sounds bad
21:31.14ward-yeah @ #android they told me all the drivers and such were pretty much android only
21:31.19ward-and then i was like: huh :s
21:31.29ward-they also said  my question was stupid
21:31.42ward-and the question was if i could run another linuxbased OS on a android device
21:32.49MxxConwhat else is there to run?
21:33.12ward-debian!
21:33.12ward-lol
21:33.14phhmer, shr, ubuntu mid, at least
21:33.24ward-yewah lots of stuff
21:33.56phhnot even talking about desktop-sized stuff which might also works
21:33.56ward-its jsut fun to mess with it, and occasionally it can be very usefull to have desktop progs handy
21:35.06*** join/#htc-linux greebear (n=greenbea@pD9E72526.dip0.t-ipconnect.de)
21:35.10phh(i forgot many phone-oriented things, i don't know each ones)
21:35.51ward-cellwriter is a nice application btw :)
21:35.58phhbof
21:36.02ward-in case you dunno it yet
21:36.09ward-its rather unknown
21:36.10phha virtual keyboard is way faster
21:36.22ward-yes, but its nice to have both options
21:36.37leviathanso
21:36.42leviathanI'm cleaning up the drivers
21:36.49leviathanthat most of the things will work
21:36.50*** join/#htc-linux r4v3nsw0rd (n=quassel@c-67-184-33-177.hsd1.il.comcast.net)
21:37.06r4v3nsw0rdhmm, would this be a good place to ask how to resolve an issue with my HTC Wizard (8125) that I accidentally wiped the Operating System off of during an attempt to install Android OS?
21:37.11leviathanthe only way to get other distros running is making it free from android
21:37.24leviathanuhhm
21:37.29leviathannot from me
21:38.32MxxConleviathan i don't know if you saw my post earlier today. could you guys use some of the sound stuff from rockbox project?
21:38.50phhMxxCon: uh ?
21:38.58leviathanMxxCon: hu?
21:39.09leviathanwould be nice
21:39.14leviathanwhat kind of code?
21:39.47ward-if there's a rockbox supported device with the same sound hardware...
21:39.56phhward-: no way
21:39.57ward-if there's not its probably not usefull
21:40.10phhI can't see any audio-dedicated device running msm :p
21:40.12*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
21:40.17MxxConi don't know. i could be totally off base here. but it seems like rockbox would have sound drivers and dsp code pretty polished?
21:40.20ward-i dunno, im not into these photo-thingys lol
21:40.27ward-waste of electricity
21:40.38phhward-: uh ?
21:40.43phhwhat's the link with photo ?
21:40.58ward-MxxCon, there nee3ds to be a rockbox-supported device with similar or the same sound hardware, as far as i know
21:41.27ward-phh, it also runs on some of these photo-thingies
21:41.32phhok
21:41.50ward-rockbox-supported device is the key here :p
21:41.57MxxConbut that's what i'm saying..maybe there is one. i don't know hardware specifics of htc devices or everything that rockbox can run on
21:41.58ward-i should have been more clear
21:42.20ward-MxxCon, yes i understand
21:42.58ward-whats the sound hardware?
21:43.18*** part/#htc-linux r4v3nsw0rd (n=quassel@c-67-184-33-177.hsd1.il.comcast.net)
21:43.40phhMSM72xx
21:44.39*** part/#htc-linux greebear (n=greenbea@pD9E72526.dip0.t-ipconnect.de)
21:47.32ward-http://www.rockbox.org/wiki/DeviceChart
21:47.33ward-not in here so
21:47.34ward-no luck i suppose
21:47.43phhit's not a matter of luck ...
21:47.57phhMSM socs are for full-blown phones, or maybe MIDs
21:48.08phhnot for the devices that rockbox is likely to support
21:48.11ward-cant hurt to check
21:51.25phhworking data connection on android 2.0 \o/
21:52.53herpezphh, data is already working on android 2.0? or still working on it?
21:53.04phhis working
21:53.19phhherpez: which board do you have ?
21:53.43herpezi have blac100 but i was asking in general and not board specific
21:53.54phhit depends on the boards :p
21:54.14phhso, next step is phone calls
21:55.10herpezand you are working in which board?
21:55.33phhdiam100
21:55.52phhshould work also on blac/raph, maybe even on rhod who knows
21:56.36herpezsure.
21:56.44phhnow i have to remember the name of my SIP client.
21:56.51herpezand about the sound, any news on those boards?
21:57.15phhone things at a time :p
21:57.25phhi'll try to make usable 2.0 for christmas :p
21:57.58phhis looking at his organisation for the next three days
21:58.03phhwill be kind of short.
21:58.09herpezsure, i think that the 3 most imp things are sound, data  and at last backlight off when sleep
21:58.52phhcan't help for backlight off :/
22:00.09herpeznp, even in 1.6 was never working so i guess it will take longer than sound and data because those worked on 1.6. lets see...
22:00.20herpezand wait for cristhmas to have a release (maybe)
22:00.49ward-leviathan, is there any URL for your project?
22:01.06leviathanuhmm
22:01.08leviathannot yet
22:01.15leviathanI'm still fixing bootup issues
22:01.25leviathanthe framebuffer needs to get initialised
22:01.41leviathanbut its not so easy, because I first need to trace pmem
22:01.50leviathanand do it without androids pmem
22:02.12ward-ah ok, i was thinking maybe you got a page or something with updates, i could bookmark
22:02.44*** join/#htc-linux The_Eccentric (n=ablack7@unaffiliated/theeccentric/x-737283)
22:03.01ward-the framebuffer on my old pocket loox 720 was working but when we enabled wifi aswell the screen was messing up a bit lol
22:03.21ward-the mess seemed to quit when the touchscreen was being touched haha
22:03.24ward-really strange
22:08.56leviathanyes
22:09.04leviathananyway... it will take some time
22:09.08leviathanbut I'm working on it
22:09.27leviathanas soon as I got screen working, I'll upload to vanilla-upstream-tracking
22:09.32leviathanon gitorious
22:09.45ward-where's that?
22:09.51leviathanuhhhm
22:09.53ward-(i'm new)
22:10.13leviathanhttp://gitorious.org/replicant/vanilla-tracking-gnulinux
22:10.22leviathanbut for now its empty
22:10.35leviathanas you can read
22:10.39ward-yeah ok :)
22:10.44ward-i dont have a phone yet anyway
22:10.49ward-just researching on what to buy
22:10.58leviathanandroid driver writers are not really working together with GNU people
22:11.06leviathanso I do not write code for android
22:11.12leviathanif it doesnt work for them
22:11.14leviathanbad luck
22:11.22ward-yeah, i dont really like the whole idea either
22:11.25ward-it would be nice to use it though
22:11.43ward-but in the first place i would want to use any linux distro i want
22:11.52ward-and i like debian most
22:12.24ward-so i dont really care all that much about running android, but it would be nice
22:12.39ward-i dont really see why i should choose android if there are no benifits to it using linux
22:12.53ward-then i would rather choose a windoze mobile phone that can boot linux with haret
22:13.01googlemanhow i do start linux on xperia x1 ?
22:13.29ward-so is there any accurate list with whats supported by what hardware?
22:13.43leviathangoogleman: uhhm
22:13.47leviathanwait
22:14.01googleman?
22:14.20phhthey didn't break sensors, cool
22:14.22googlemani'm newbie
22:14.26ward-http://forum.xda-developers.com/showthread.php?t=456595
22:14.33ward-googleman, google gave me that link :p
22:14.57phhward-: you could have used bing, that would have been funier
22:14.58ward-http://forum.xda-developers.com/showthread.php?p=4206618
22:15.00ward-that one actually
22:15.28ward-lol i didnt even know bing
22:15.36leviathanlol
22:15.43leviathanwanted to do the same
22:15.48leviathanhttp://forum.xda-developers.com/showthread.php?t=541002
22:16.57ward-yes i was guessing that :p
22:17.51ward-is there any accurate list with whats supported by what hardware?
22:20.08phhkernel source? :p
22:22.00leviathanlol
22:22.10leviathanok, on htcdream you can surv
22:22.15leviathanmake phonecalls
22:22.28leviathanand play games like sudoku
22:22.34leviathanplayed one
22:22.44leviathanbut sound doesnt work yet properly
22:22.46herpezis the hardw similar between Xperia X1 and Blackstone?
22:22.53leviathandunno
22:23.14leviathanI havent either a blackstone nor a xperia
22:23.25herpezok , thks
22:24.17zychois there no terminal app in android 2.0.1 builds?
22:25.03herpezzycho, put better terminal in the apps folder
22:25.08ward-lol the kernel source is also the source for information about on what hardware it runs?
22:25.15phhzycho: there is
22:25.17phhin dev tools iirc
22:25.18ward-the word source is redefined :p
22:27.38zychocant find :<
22:32.00phhbah search better :p
22:32.45leviathanfind arch/ | less
22:32.46leviathan:P
22:33.25phh:-)
22:34.26ward-if there's no list: can someone please tell me the best supported devices at the moment?
22:34.35ward-liek the best 3 or something
22:34.46phhmy desktop ? :p
22:35.03ward-so tell me the contents of your desktop :p
22:37.59leviathanward-: http://pastebin.com/m2d02b7cc
22:38.01leviathan:)
22:38.28leviathanbut not very mobile... you know?
22:38.42ward-lol i thought you meant you had the best supported devices on your desktop...
22:38.52phhlol no
22:38.52ward-your physical desktop
22:38.54*** join/#htc-linux Zoolooc__ (n=fredsiba@p549546CC.dip.t-dialin.net)
22:39.05*** join/#htc-linux al1997111 (n=pac1963@95.234.1.120)
22:39.05phhward-: you might go for omap devices
22:39.22al1997111hi
22:39.22ward-iieeuw AMD leviathan :p
22:39.33leviathanyes
22:39.35leviathan4 cores
22:39.35ward-phh, omap?
22:39.36leviathan:)
22:39.44phhward-: omap.
22:39.45phhgoogle :p
22:39.50ward-leviathan, my laptop has a Q9000 :D
22:39.55leviathanaha
22:40.01ward-also 4 cores
22:40.04ward-pretty happy with it
22:40.04phhcool, when trying to make a phone call, the system crashes in msm_rpc_call_reply
22:40.12phhone of the few functions i just don't get
22:40.48leviathanthats the reason, why I'm making a new one
22:41.07phhhaha, i don't think it will be easier afterwards :p
22:41.10leviathanwhich makes direct methods from qdsp5-driver from alsa
22:41.25leviathanI'll just take qdsp5
22:41.28leviathanand remove rpc
22:41.37ward-ill keep omap in mind
22:41.38leviathanand make them callable by alsa
22:41.44leviathanok
22:41.50ward-now to find out what htc devices use omap... lol
22:41.59ward-why is there no list of supported hardware lol
22:42.06ward-would make stuff much easyer
22:45.09phhoh i think there is no such htc device
22:45.21*** part/#htc-linux al1997111 (n=pac1963@95.234.1.120)
22:45.54*** join/#htc-linux aavan (n=aavan@83.101.33.57)
22:47.05ward-no htc device supported by htc-linux?
22:47.16leviathanuhhm
22:47.20ward-lol
22:47.24leviathanhtcdream
22:47.25leviathan:)
22:47.26phhward-: that's not what i'm saying /o\
22:47.41ward-phh, i was assuming that yes lol
22:47.48ward-i need to use lol less
22:47.54leviathanyes
22:48.03phhand htc diamond, raphael, black,vogue,kaiser,nike, <big breah>, rhod, topaz, kvosky
22:48.14phhjust the support is relative :p
22:48.21leviathan:)
22:48.25ward-yes thats why i asked for the best supported phones :p
22:48.28leviathanwe are working on it
22:48.28ward-like the top 3 or something
22:48.37leviathanuhhhm
22:48.55leviathanyou can use htcdream as handheld
22:48.55leviathanbut it wont make sound yet
22:49.24ward-and no phonecalls i presume
22:49.25ward-since no sound
22:49.53thedicemasterphh, you missed the HTC victor
22:50.02phhthedicemaster: hu ? what's that ?
22:50.26thedicemasterthe diamond with the different design and flipped buttons you so conveniently added a switch option for.
22:50.39phhok
22:50.43thedicemasterit actually has it's own HTC codename.
22:50.54phhif we do every sub-board, it will take some time :p
22:51.38ward-sounds good though :), everything except sound
22:52.09leviathanbut be warned
22:52.19leviathanits crap to install openmoko on it
22:52.22phhit's for tough men :p
22:52.28ward-haha
22:52.29leviathanokee... its already android on it
22:52.35leviathanbut we want GNU/Linux >_>
22:52.48leviathannot such crappy Apache/Linux
22:53.02ward-yes i agree
22:53.17ward-personally debian is my preferance but people should be able to choose
22:54.38leviathanyes
22:54.49leviathanI just wanna GNU/Linux on the device
22:54.56leviathanespecially SHR
22:55.02leviathanother distros will run as well
22:55.03ward-SHR?
22:55.05leviathanwithout problems
22:55.08leviathanyes
22:55.11leviathanSHR
22:55.16leviathanaka. OpenMoko :)
22:55.23leviathanStable Hybrid Release
22:55.28phhleviathan: btw, what does your company wants to do with SHR on dream ?
22:56.02leviathanuhhm, we want to have some influence possibilities
22:56.08*** join/#htc-linux MatBee (n=MatBee@d24-150-35-2.home.cgocable.net)
22:56.14ward-but if openmoko runs anybody can use the (new) drivers to roll there own kernel and everything right?
22:56.17leviathanbecause there are people who are ready to buy a bigger amount of these
22:56.26leviathanif its usable
22:56.43phhleviathan: ok, why the "people" wants usable SHR on dream ? :)
22:56.43leviathanSHR on freerunner I mean
22:56.51phhah freerunner ?
22:57.02leviathanphh: usability on dream is just because I've got a dream
22:57.09phhhum ok
22:57.16MatBeephh, want to dcc me the ubuntuarm.7z?
22:57.20leviathanand I'm pissed on because of the closed parts
22:57.21leviathan:)
22:57.21ward-the freerunner is just ugly imho
22:57.22phhMatBee: no dcc
22:57.24MatBeeyour .fr download spot is slow as ass
22:57.36phhlol
22:57.38MatBeei didnt make in time at work :P
22:57.44phhlol bis
22:57.48MxxConleviathan pissed on? :/
22:58.01leviathanclosed parts like tiwlan or sound -.-
22:58.10leviathanthats pissing me on
22:58.10phhMatBee: how much data have you got ?
22:58.14phhleviathan: tiwlan isn't closed :p
22:58.17phhsound neither :D
22:58.19MatBee500mb
22:58.24leviathanphh: yes
22:58.32leviathanbut unusable for GNU
22:58.40MxxConusually people get pissed off..not on, but to each their own
22:58.43phhleviathan: anyway for wifi wl1251 works great
22:58.48leviathanyes
22:58.49phhpower management isn't awesome but it works
22:58.58phhMatBee: you mean 62MB ?
22:58.58zychocan i use 'ubuntuarm.7z' with latest zImage?
22:58.58leviathanI've also 2.6.32 with already integrated wifi
22:58.59leviathan:)
22:59.10phhzycho: sure
22:59.24phhzycho: but wait, you're trying that too ?
22:59.47zychoyes
22:59.48phhzycho: you might have to add msm_fb.fix_x=1 to cmdline too
23:00.08zychognome booting well :>
23:00.21phhand then you'll discover that this thing isn't usable at all :p
23:00.30zychobut touchscreen is not usable..
23:00.33phhapt: what do you know ?
23:00.36phhapt: list
23:00.37aptone warez list being sent
23:00.45phhbaah
23:00.51MatBeephh, 62mb?
23:00.54phhzycho: apt knows how to set up touchscreen, but i don't :p
23:01.11MatBeeim on 5.2 of 127mb
23:01.17MatBeewith 1 hour remaining
23:01.19zychohm.. first ill try latest zImage
23:01.22MatBeeat 21k/s
23:01.34phhMatBee: you only downloaded 5.2MB ?!?
23:01.45MatBeeat work it finished downloading, not enough time to transfer
23:01.51phh-_-'
23:01.53MatBeehaha
23:02.02MatBee6.2mb
23:02.04phhzycho: you have some fast internet upload ?
23:02.17phhif so, please upload ubuntuarm.7z somewhere fast :D
23:02.21*** join/#htc-linux loxattack (n=lox@cpe-72-181-54-118.satx.res.rr.com)
23:02.27zychono sorry
23:02.39phhapt: ~xfbdev
23:02.52MatBeewake up apt
23:02.53zychoi needed 2 hour for download :<
23:03.11phhok i'll search in my history if apt isn't helpful
23:03.21zychothanks
23:03.57phha 237MB sqlite database ... bah
23:04.04MatBeetiny
23:04.06thedicemastertook me like 3 minutes to download i think...
23:04.08phh~tslib-xfbdev
23:04.08apti heard tslib-xfbdev is TSLIB_TSDEVICE=/dev/input/eventX ts_calibrate ; Xfbdev -mouse tslib,,device=/dev/input/eventX -keybd keybd,,device=/dev/input/eventX
23:04.13thedicemasterif my calculations are correct.
23:04.41phhthedicemaster: I don't think dl.free.fr is that fast from nl ips
23:04.55phhzycho: you have to guess the eventX by yourself :p
23:05.00thedicemasterwent at 600-700kbps
23:05.00phhiirc it's 2
23:05.06MatBeewhy are they limiting my speed from .fr?
23:05.13MatBeethis is seriously bogged down
23:05.24MatBeemy average is 1.8mb/s
23:05.36phhmy is 1.5m*B* :p
23:05.56MatBeemegabytes
23:06.46phhbah
23:07.03MatBeefine, tomorrow hwen this download finishes, ill put it up somewhere WORLD FRIENDLY
23:07.10MatBeeor maybe next week
23:07.55phhlol
23:08.05phhit's unusable, i can't see the point of mirroring it
23:08.28MatBeeso other people can unuse their devices
23:09.03phhlol
23:09.16aavanhi
23:09.31thedicemasterit doesn't matter if you can use it as intended or not, it can always be used to show off.
23:10.54phhthedicemaster: the touchscreen isn't even usable -_-
23:11.06phhbasically you can show a nice screenshot of ubuntu and that's it :p
23:11.18phhwith some luck you might start lxterminal
23:11.21phhbut that's it
23:11.39MatBeenice
23:11.53MatBeeyou need to guide me how to load up plain ole debian
23:12.08phhyou need to get an arm debian
23:12.31phhput it in a loopbacked ext2 img named "ubuntu.img" and .... that's it.
23:13.03thedicemasterit's even show-off material to get an ancient copy of windows running on a psp, so slow it takes 15-30 minutes to boot.
23:14.19phh:)
23:14.44MatBeehaha
23:15.09MatBeewtf is the difference between CATS And NSLU and Thecus and GLAN
23:15.10MatBeelol
23:15.15MatBeewhy so many branches for arm debian
23:15.26thedicemasterwonders if somehow windows 95 could run on a diamond.
23:15.35phhthedicemaster: just runs qemu or bochs
23:15.49phhgoogle bochs windows mobile
23:15.53phhi'm pretty sure you'll get something
23:15.59thedicemasternot planning on trying.
23:16.23phhwhy ? :p
23:16.47thedicemastersomehow i find the idea of ubuntu running on a WM phone way more interesting than windows 95.
23:16.53MatBeeyeah
23:17.22MatBeei dont really care for 'ubuntu', id be happy with X Windows, and Debian
23:17.38thedicemasterperhaps something to do with the fact that the phone is made for windows.
23:18.42thedicemasterwould a megaupload link to ubuntuarm.7z do any good?
23:18.51MatBeeyeah
23:18.58MatBeestill 1 hour left
23:19.02MatBeelol
23:19.04thedicemasterhttp://www.megaupload.com/?d=U97JSYO0
23:19.26aavanphh: have you ever worked on the init script for android on htc ?
23:19.35phhaavan: yes
23:19.58phhif you see some ugly thing about wifi or modules in some rootfs.img, it's me :p
23:20.10aavanmmmh, I've stumbled on some code "Charging fix", can you tell me what that is exactly ?
23:20.25zychocan i calibrate screen manually when i cut msmts_calib= from startup?
23:20.33phhaavan: the echo 2 > ......... ?
23:20.36MatBeelol 8 mins remaining
23:20.42leviathanbeats thedicemaster if he always would be able to boot windows95 on a mobile phone and also does it
23:20.44aavanyep
23:20.45phhzycho: it's not the problem for ubuntu
23:20.54leviathan:)
23:21.07phhaavan: that's another ugly thing, we just tell the ARM9 to always charge the phone
23:21.23phhbut correctly.
23:21.24leviathananyway
23:21.29leviathanI'll sleep now
23:21.34phhmeaning that it will stop charging when battery is full
23:21.37leviathanI seem to have some cold or so
23:21.45leviathangn8
23:21.45phhso basically, there is no real point not to set it to 2
23:21.57phheven if wince set it to 0 when no charging device is connected
23:22.24aavanok ok I think I'll let that in place for the time being
23:22.56MatBeewww.matbee.com/francefrancefrance.png
23:23.16*** join/#htc-linux luminoso (n=lumos@av-217-129-128-10.netvisao.pt)
23:23.28phhMatBee: pcccchhh
23:23.31MatBeehahaha
23:23.50aavanmatbee: are you downloading from a "free.fr" server by any chance ?
23:23.54MatBeeyeah
23:24.00MatBeethe bottom one
23:24.28aavanpretty annoying that they slow down all the non .fr people
23:24.33MatBeeyeah
23:24.57MatBeeits a waste of electricity
23:25.04MatBeeim sure its costing more to filter than it is to leave it open
23:25.09phhaavan: not only the non .fr people :p
23:25.12aavanhehehe
23:25.22phhthe non free.fr people
23:25.25phhMatBee: and it's buggy
23:25.30phhsometimes it filters me too.
23:25.35aavanlooool
23:25.37phhbut that's all I have to mirror
23:25.54phhwell no some people gave me ftp access
23:26.05aavanahlala, reminds me of these ads, cretins.fr !!! ;)
23:26.28phhlol
23:27.22thedicemastertheir filter doesn't work that well i guess.
23:27.39phhdon't know if it's actual filter
23:28.10aavanit's just a bunch of crap hacked together, that's what they call a filter :)
23:28.12thedicemasterif there's an actual filter it should've prevented me from downloading at 700kBps
23:28.20thedicemasterright?
23:28.24MatBeeits probably port
23:28.32phhthedicemaster: maybe.
23:28.33phhwho knows :p
23:28.37MatBee.se does port throttling
23:28.46MatBeeany non port-80 gets throttled out of the country
23:29.08zychoif there is no msmts_calib= in startup.txt, touchscreen doesnt work also
23:29.16zychocant calibrate it manually
23:30.00phhzycho: you have to start Xfbdev with the command I gave earlier
23:30.00phh(not easy to do, I know.)
23:30.03zychohow does this work exactly?
23:30.15zychoi am new with ubuntu and htc :>
23:30.15phhzycho: using an appropriate touchscreen Xorg driver
23:30.22phhinstead of the default one which is totally wrong
23:30.48zychodo i have to start a shell in ubuntu and run this command?
23:31.13phhno, you have to modify init script
23:31.16phhdon't know where :p
23:31.30zychouh :<
23:32.06phhi'll try to make a "usable" version for christmas, if i finish android 2.0 today.
23:32.10phhwill be really tough :D
23:32.17zychohehe
23:32.20zychovery nice
23:33.44aavanphh did hero kernel code provide you a lot of new ideas ?
23:34.02phhaavan: yes
23:34.04phhbut none works.
23:34.23aavanmmmh weird
23:35.22aavanI tried to figure out things in that, but I was rapidly overwhelmed by the code
23:35.48phhwhat I did was:
23:35.50phhdiff -urX .gitignore . ~/AndroidDiamond/kernel_hero
23:35.55phhthe result is only 30klines
23:36.03phh(I can give you the result)=
23:36.22phhaavan: oh well, usb worked
23:36.32phhhttp://husson.hd.free.fr/hero-msm4.diff
23:36.40phhdifferences are quite understandable
23:38.24phhand then there is the sound thing
23:38.28phhI just don't get what they did to it
23:39.53aavanyou told there was also some clues for the internal clocks dealind with the camera and whatnot, IIRC, did it lead to something ?
23:40.02phhuh ?
23:40.05phhnot in hero source code
23:40.27phhoh well, there is the leak wince source in it
23:40.37phhbut still no advance for camera
23:40.52phhwell, now camera clocks are setted up correctly at least
23:41.07phhbut the kernel panic is still at the exact same code line
23:41.49aavanat least now you're sure the clocks are OK, that's true
23:42.22*** join/#htc-linux MatBee (n=MatBee@d24-150-35-2.home.cgocable.net)
23:42.25phhno i'm not :p
23:42.30MatBeecrazy
23:42.33aavanlol
23:42.34MatBeehow long have i been gone
23:42.45phhMatBee: 14minutes
23:42.48MatBeelol
23:42.53MatBeei thought everyone just stopped talking
23:43.02aavanhehehe
23:43.47phhARGH
23:43.49phhi hate them
23:44.14aavanoh come on, we didn't do anything phh, I promise
23:44.25phhthey moved some stuff from open to closed things
23:44.41phhupdating qdsp won't be easy.
23:45.13aavanqdsp ?
23:45.38MatBeei want a device with usb3
23:45.40MatBeeplsthx
23:46.59phhaavan: the "thing" that does everything linked to audio
23:47.05phhand sometimes video decoding
23:47.23aavanas long as you will download on free.fr, usb1 is more than sufficient, MatBee ;)
23:47.26phhoh btw i'll have to try to setup clock to see if our phones can do h264 hardware decoding :D
23:47.35phhaavan: pccchhh
23:47.38aavanlol
23:47.50MatBeeim going to go and say no it cant ;P
23:48.57aavanphh you meant adsp ?
23:49.08MatBeetoo bad laptops dont come with microsd readers
23:49.09phhaavan: yeah... don't know :p
23:49.14phhits driver is named qdsp
23:49.19aavansorry I'm sometimes a bit lost in all those acronyms
23:50.40phhi'm too.
23:50.52phhI think there is qdsp and adsp which are differents
23:50.55phhbut i can't say for sure
23:51.07aavanI'd love to help you phh, but my C is quite far behind me now
23:52.12MatBeewho votes for a .net os?
23:52.17phhlol
23:52.36aavanlol
23:53.00aavannah lets do it in Flash
23:53.03aavan:)
23:53.05MatBeedone
23:53.07phhwell this java android thing works not too badly, so .Net might work :p
23:53.08MatBeejava?
23:53.18MatBeehmm
23:53.24MatBeei hate java
23:53.27MatBeehate hate hate
23:53.39phhsame here.
23:53.59MatBeeif .net ran faster on winmo....
23:54.08aavanwell android is actually in dalvik, which is kind of portable java ;)
23:55.52aavanbut well java is not that bad
23:56.03MatBeeyes it is
23:56.13MatBeeive taken 2 years of java in school
23:56.18MatBeeand .net blows it away
23:57.22aavanI don't know, I still have a big trust problem in .net
23:59.08aavanbut it's more because of the Microsoft politics than really the framework itself
23:59.37phhMatBee: so you're having fun with ubuntu ?

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