IRC log for #htc-linux on 20091028

00:00.24gehzumteufelin the kernel you have to prompt it to set it
00:00.32gehzumteufelotherwise it defaults to qwerty iirc
00:01.04tprok and the real file used in shell is ?
00:01.15tprhmm... ive an idea
00:01.49tpri will test if /sdcard/conf/keyboard.kl exists
00:02.04tprif yea ill replace the default one
00:02.27gehzumteufelbtw, that was an assumption from standard linux stuffs
00:02.47gehzumteufelSo, I could be wrong
00:02.55gehzumteufelAnd I am off for a bit. Going home
00:07.38phhtpr: ask mdrobnak he did some tricks with keymaps for android
00:07.50tprok, tx i will
00:07.58tpralmost finished my rootfs
00:08.01phhor read logs
00:08.01tprsomething to add ?
00:08.10phhmy wifi stuff :p
00:08.15tprworking ?
00:08.32phhit's just the /sdcard/modules-$(uname -r).tar.gz i gave earlier
00:08.50tprok, thing i can do
00:08.56tpr.....
00:09.08tpreuh why not add the insmod in your user.conf ?
00:09.19tpron sdcard
00:09.53phhwhy not add everything in the user.conf then ?
00:10.08phhmodules problem raise not only for wifi on diam/raph
00:10.26phhif someone wants to get any module without having to use the insmod -f thing, it will be needed
00:10.32tprmodules are related to kernel
00:10.45tprso maybe that should be somewhere else
00:10.57tprrootfs is like a dos box ;)
00:11.13phhi tried initramfs, but it's not as easy
00:11.57*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
00:12.36tprthe initramfs need to be unloaded
00:12.46phhi know
00:13.38tpri will mod that after to set rootfs as squash
00:13.50tprits a busybox too
00:14.21tpri just have to copy it to initrd directory and build the image and you have squash support
00:15.38phhyou don't need to ...
00:15.41phhyou can just mount it as is
00:16.11phhmaybe you have to say mount -t squashfs
00:16.21phhwhich is done for system anyway
00:17.27tprhmm yea maybe
00:17.33tprnot sure on 2.6.25
00:21.10tpris there some info on kernel abilities except the config.gz ?
00:22.10phhfor filesystem ?
00:22.40phhthen cat /proc/filesystems
00:22.48tprtx
00:22.52tprwas in proc ;)
00:22.59tpri see cat /kmsg
00:23.10tprexactly same as logcat
00:24.15tprnice, yes, cramfs squashfs
00:24.30tprno jffs2
00:26.24tpri like the cat /proc/iomem
00:26.41*** join/#htc-linux BabelO (n=fcr@unaffiliated/babelo)
00:27.46tprand cat /proc/interrupts
00:27.52tprioports is missing
00:30.45tpris there a good passwd file with android uids gids ?
00:30.58tprthe names i mean
00:31.53*** join/#htc-linux ImCoKeMaN_ (n=imcokema@pool-74-99-153-211.hrbgpa.fios.verizon.net)
00:32.19phhtpr: there is none :p
00:32.27phhyou have to go in android's source file to know
00:32.48tpror....
00:32.48phhmsm7200's datasheet might be useful
00:32.53phhbut time to got to sleep
00:32.59tpr:)
00:33.08tprfree day for me tomorrow
00:33.14tprje suis aux 4/5e
00:33.16phhfree day until 3 nobemver :p
00:33.27phh(or even more, don't really know)
00:33.50tprok, en tout cas j'aurais un systeme tout propre demain
00:34.10tprcf mon site http://tanguy.ath.cx/?q=android
00:34.26tprje mettrais des details plus tard dessus
00:35.01tprok, et hop j'ai mis hush en shell par défaut...
00:37.16tpr...
00:37.37tprthe only thing is need is a linux reset
00:37.44tprnot for the device
00:37.52tprfor linux from initrd point
00:37.57tprdunno if it's possible
00:38.46tprkexec maybe ?
01:06.18tprhttp://freerunner.android.koolu.com/release-files
01:07.01tprdfu-util
01:07.11tprthere are things to do with that
01:26.09flybackWON !!!!!!!!
01:28.27flybackhttp://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=110449741727 <-- woohoo! all 3 are 10.2 inch lcd's with composite video input so it doesn't matter they won't play discs anymore
01:29.04flybackdances
01:38.21tmzttpr: those uid/gids are dynamic
01:41.42tprok, thanks
01:41.51tprbecause ive some in the rootfs
01:41.53tpr1000
01:41.56tpr1000:1000
01:45.20tprmaybe you can explain me that, why e2fsck is before the mount ?
01:45.20tpr<PROTECTED>
01:45.20tprlosetup /dev/block/loop2 $root
01:45.20tpr[ $? -eq 0 ] || fail "Failed to find rootfs.img on SD Card. You need to unzip a rootfs zip file to the root of your SD card."
01:45.20tpr<PROTECTED>
01:45.21tpre2fsck -y /dev/block/loop2
01:45.23tprmount -t ext2 -o noatime,nodiratime,sync,ro /dev/block/loop2 /rfs
01:46.16tmztI disabled all that stuff
01:46.43tpri want to add rootfs.sqsh support to initrd
01:46.54tprmy rootfs is ready now...
01:47.01dzohi tpr, thanks for the busybox update, i pulled it to the github initrd.
01:47.02tmztchange +t ext2 to -t squash
01:47.19tprbut e2fsck
01:47.19tmztdrop the atime and sync stuff
01:47.26tmztand comment that
01:47.29tmztsqsh is ro
01:47.35tprok...
01:47.36tmztdzo: hey
01:47.43dzohi
01:47.47tprdzo :) hi
01:47.55tpr:) yes ive seen that
01:48.14tprsorry, sentences with my nicks appears in black ;)
01:48.24dzoi'd give you access but i can't since its not my git.
01:48.31tprand sometimes i dont see them...
01:48.43tprok, no problem
01:48.52tpri ve rewrote the init script
01:49.01dzoany other changes, just let me know.
01:49.10tprif you wanna test my new rootfs...
01:49.17tpri will zip you
01:49.21tprits compatible with existing
01:49.40flybackpays the ebay man :)
01:49.45tprjust change init script to /init.etc
01:49.46dzoif you push it to your github i'll take a look
01:49.48tproups no
01:49.54tprto /init.cfg
01:50.04tprand initetc to /init.etc
01:50.19tprand rewrote the script to be more simple
01:50.23tpreasy
01:50.37dzoit's getting a bit messy, too many devices and system images now....
01:50.41tprand also init1 to init.android
01:50.53tprthis one is compatible ;)
01:51.10dzook, thanks.
01:51.23tmztdzo: know if mdp class device is actually used for anything?
01:51.30tmztI'm thinking about removing it
01:51.57tmztof course maybe getting ramconsole working and figuring out ksyms would work instead
01:52.30tprok, last reboot (image from my real git rep)
01:52.33dzoi don't know, i'll take a look...
01:52.55tmztlet me push then
01:53.12tprit there a way to reset linux only at initrd ?
01:53.31tprumount all killall and run scripts again
01:54.31dzoi don't think so.
01:55.59tprk
01:56.11tprerk, i need to shutdown, start ce
01:56.15tprstart android :p
01:56.17tpreach time
01:59.25tprok ok done, and working
02:00.14tmztpushing
02:00.22tmztdzo: http://gitorious.org/htc-msm-upstream-tracking/htc-msm-upstream-2-6-31
02:01.08*** join/#htc-linux x29a_ (n=x29a@unaffiliated/x29a)
02:02.08dzotmzt: does this have the google 2.6.29 changes or is it msm-2.6.27 updated to 2.6.31?
02:02.17tmztmsm-2.6.27
02:02.23tmzt29 doesn't have the fixes I need
02:02.33tmztit looks like the breakage is mddi
02:02.41tmztnot timer like I thought on 32-rc5
02:03.10tmztbasically, it's our arch-msm transplanted to vanilla upstream
02:03.42dzook, makes sense. thanks. shall we make a new ltg branch?
02:03.59tmztmight make snese when this works
02:04.07tmztbut it's my private, with mdrobnak thing for now
02:04.15tmztI can add you if you want though
02:04.21tmztjust pm gito details
02:04.42dzoi don't have a diamond at the moment so no point.
02:04.47tmztah, true
02:05.09tmztwell, the problem seems to be driver model
02:05.30tmztI get an oops/abrt related to null pointer in kref_get from kobject_get from device_add or something
02:08.13*** join/#htc-linux luke-jr (n=luke-jr@2002:62b3:1d4c:0:20e:a6ff:fec4:4e5d)
02:09.38tprok, committed
02:10.05tpri have used git mv to move the files
02:10.07*** join/#htc-linux BHSPitLappy (n=BHSPitLa@unaffiliated/bhspitmonkey)
02:10.22tprso history is good
02:11.31tprmmm, i need to commit another time to specify the right commit title :/
02:17.21tprwith git, its possible to merge 2 commits ?
02:17.28tpror edit title ?
02:20.22tmztnot easy
02:20.34tmztyou can but it gets a new commit sha1
02:21.52tpryea ok, its my first day in git world :)
02:22.23tprso actually, my push are on your branch directly ?
02:22.31tpror you need to do something ?
02:22.39tprto understand the whole thing
02:25.10*** join/#htc-linux stickboy (n=anonymou@128.153.210.175)
02:35.17tprok.... i need to sleep now :p long day... 4AM to 3:33AM
02:35.21tpr=)
02:38.35tpr|is|awaynext step, munin ? :p
03:09.34flybackstill needs to bid on some things, bbl
03:14.16*** join/#htc-linux Bry8Star (n=Bry8Star@adsl-99-40-118-13.dsl.lsan03.sbcglobal.net)
03:21.10*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
03:30.56*** join/#htc-linux g55 (n=g55@93.135.216.176)
03:47.09*** join/#htc-linux pronik``` (n=user@ppp-88-217-120-129.dynamic.mnet-online.de)
04:40.56*** join/#htc-linux thedicemaster (n=thedicem@j89051.upc-j.chello.nl)
05:03.38*** join/#htc-linux goxboxlive (n=jrs@mail2.hjellnesconsult.no)
05:14.25*** join/#htc-linux droid0011 (n=g1@79.220.251.105)
05:15.17*** join/#htc-linux Tulga (n=chatzill@203.91.113.10)
06:10.39*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
07:18.26*** join/#htc-linux kiozen (n=oeichler@p54920597.dip0.t-ipconnect.de)
07:27.09*** join/#htc-linux itchy8me (n=itchy8me@ip80-116-211-87.adsl2.static.versatel.nl)
07:34.35*** join/#htc-linux BabelO (n=fcr@unaffiliated/babelo)
08:21.39*** join/#htc-linux Tulga (n=chatzill@203.91.113.10)
08:21.56Tulgatmzt: are you there? I need your help
08:26.40*** join/#htc-linux Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
08:38.29*** join/#htc-linux Squarc (n=Squarc@82.217.32.29)
08:42.25*** join/#htc-linux Gnutoo (n=gnutoo@host133-133-dynamic.54-79-r.retail.telecomitalia.it)
09:09.04*** join/#htc-linux mart (n=mart@203.152.117.146)
09:09.11*** part/#htc-linux mart (n=mart@203.152.117.146)
09:16.51*** join/#htc-linux kvaster (n=kvaster@93.84.112.80)
09:38.53*** join/#htc-linux NexVision (n=a@c-76-109-33-88.hsd1.fl.comcast.net)
09:57.27*** join/#htc-linux BabelO_ (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
10:11.37*** join/#htc-linux luminoso (n=lumos@av-217-129-139-239.netvisao.pt)
10:24.20*** join/#htc-linux mickey|office (n=M@dialbs-092-079-168-007.static.arcor-ip.net)
10:28.18*** join/#htc-linux FR^2 (i=frr@frquadrat.de)
10:28.28*** join/#htc-linux Tulga_ (n=chatzill@203.91.113.10)
10:35.56*** join/#htc-linux mickey|train (n=M@dialbs-092-079-168-007.static.arcor-ip.net)
10:37.21*** join/#htc-linux mrmoku|a` (n=mrmoku@188.174.14.202)
10:40.02*** join/#htc-linux StarLite` (n=nnscript@85.145.108.166)
11:04.37*** join/#htc-linux kvaster (n=kvaster@93.84.112.80)
11:14.54*** join/#htc-linux mrmoku|away (n=mrmoku@82.135.93.164)
11:25.50*** join/#htc-linux MethoS- (n=clemens@134.102.106.250)
11:34.24*** join/#htc-linux phh (n=quassel@2a01:e35:2e4b:b2b0:250:8dff:fee1:c793)
12:07.14*** join/#htc-linux no2chem2 (n=no2chem@cpe-76-90-65-27.socal.res.rr.com)
12:07.26*** join/#htc-linux mickey|office (n=M@dialbs-092-079-168-007.static.arcor-ip.net)
12:09.49*** join/#htc-linux no2chem (n=no2chem@cpe-76-90-65-27.socal.res.rr.com) [NETSPLIT VICTIM]
12:49.10mickey|officetmzt: got any chance yet?
13:07.17*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
13:47.25*** join/#htc-linux JoshuaL (n=JoshuaL@unaffiliated/joshual)
14:07.34*** join/#htc-linux kiozen (n=kiozen@93.135.204.41)
14:25.35*** join/#htc-linux kvaster (n=kvaster@93.84.112.80)
14:33.20*** join/#htc-linux sdt555 (n=titus@147.145.40.44)
14:40.27*** part/#htc-linux sdt555 (n=titus@147.145.40.44)
19:25.05*** join/#htc-linux apt (i=ibot@rikers.org)
19:25.05*** topic/#htc-linux is Welcome to htc-linux | Logs: http://apt.rikers.org/%23htc-linux | Livelogs: http://irclog.netripper.com/?chan=htc-linux | Wiki: http://htc-linux.org/wiki | Original project page: http://wiki.xda-developers.com/index.php?pagename=Xanadux | Please use device codenames. For aliases, see: http://wiki.xda-developers.com | Join #android for android centered discussion.
19:27.57*** join/#htc-linux NexVision (n=a@c-76-109-33-88.hsd1.fl.comcast.net)
19:39.26*** join/#htc-linux balans (n=balans@83.84.60.84)
19:49.36*** join/#htc-linux vincentri (n=vince@90.50.181.194)
19:56.03*** join/#htc-linux stickboy (n=anonymou@128.153.179.208)
19:59.06*** part/#htc-linux vincentri (n=vince@90.50.181.194)
20:08.25*** join/#htc-linux luc_ (i=59738023@gateway/web/freenode/session)
20:09.12luc_phh are you?
20:10.45phhi'm
20:11.37*** part/#htc-linux ali1234 (n=al@robotfuzz.co.uk)
20:12.07luc_i,am lucxxx from xda forum
20:12.24luc_i already have ini file in my root sdcard
20:12.32luc_and still no wireles
20:12.37phhwho speak about ini ?
20:13.01phhit's the file which is named "calibration", and the only documented way is to run an old of mine releases
20:13.11luc_is not that the calibration file?
20:13.25luc_aa
20:13.52*** join/#htc-linux [1]Captnoord (n=Captnoor@81.71.164.123)
20:14.05*** join/#htc-linux PSPdemon (n=PSPdemon@c-66-177-37-36.hsd1.fl.comcast.net)
20:15.08PSPdemonif i may ask... what is the difference between the htc hero and the htc topaz ( other than one runs android and the other wm )
20:15.34luc_i cant create this file by hand?
20:15.46luc_without old release?
20:16.22phhno
20:16.42phhPSPdemon: almost none, as all htc phones for 2 years
20:17.27PSPdemonphh: since the source for the HTC Hero is out is it possible to use that to build a base for the HTC Topaz?
20:17.39luc_like this
20:17.40luc_dd if=/dev/mtd/mtd0ro of=/sdcard/tempcal bs=8192 count=1 skip=4048
20:17.42luc_?
20:17.42PSPdemonwho something went wrong with my client just now O_o
20:17.44*** join/#htc-linux [2]Captnoord (n=Captnoor@81.71.164.123)
20:17.49PSPdemonwhoa*
20:18.06*** join/#htc-linux Spacy213 (n=casper@a80-101-159-228.adsl.xs4all.nl)
20:18.19phhluc_: if you run an old release, it will be done automatically
20:18.27phhif not, there won't be any mtd0ro
20:18.40phhwell, you can use a raphael zImage with the current build
20:18.48phherr no
20:18.57luc_what?
20:19.01phhno the only way is using one of my old build's zImage
20:19.34luc_biabijoe wifi old one is ok?
20:20.05phhyes
20:20.23phhwell i haven't checked what babijoee changed, but i assume he didn't broke that
20:20.57*** join/#htc-linux kvaster (n=kvaster@212.98.181.84)
20:21.06*** part/#htc-linux Spacy213 (n=casper@a80-101-159-228.adsl.xs4all.nl)
20:21.35*** join/#htc-linux cr2 (n=cr2@ip-109-85-15-114.web.vodafone.de)
20:21.40luc_do you have an build for an ext partition?
20:21.54luc_without img files?
20:22.00cr2PSPdemon: it was a good joke :)
20:22.07phhluc_: what do you mean ?
20:22.17PSPdemon...lol
20:22.28phhluc_: you want an ext2 instead of a sqsh as system ?
20:22.44luc_like system root on an ext partition
20:22.51luc_yes
20:22.57phhjust build it by yourself
20:23.04phhrootfs can already do that
20:23.21luc_i did, but i cant get rild to work
20:23.44phhrild isn't supposed on donut to work anyway
20:24.23PSPdemoncr2, im just curious about the hardware differneces and if anything from the hero could be used towards the topaz
20:24.29luc_is any build with 2.0?
20:31.37*** join/#htc-linux pleemans (n=toi@d54C2A96D.access.telenet.be)
20:33.24cr2PSPdemon: to be short - nothing can be reused from the kernel.
20:33.50PSPdemonthanks
20:34.00cr2PSPdemon: what is not already done. hardware-wise the android phones are much more primitive
20:34.09cr2with only one exception
20:34.18cr2they have a compass
20:34.22PSPdemonlol
20:34.55PSPdemonAT&T stop selling the touch pro's for the  touch pro 2's and diamond 2's
20:34.57PSPdemon:/
20:38.15cr2i find 2's too big
20:38.36AstainHellbringI love the size of the tp2
20:39.09cr2AstainHellbring: a matter of taste :)
20:39.39AstainHellbringtrue
20:39.53AstainHellbringI love the size of athena and prospective hd2 as well
20:42.09cr2AstainHellbring: athena is not a phone
20:42.22cr2but a very nice inet appliance
20:42.26AstainHellbringfor me it is
20:42.35AstainHellbringI've used it as phone regularly
20:45.19Gnutoohi
20:45.24*** join/#htc-linux [1]Captnoord (n=Captnoor@81.71.164.123)
20:45.48GnutooI'm continuing alsa debugging that I stopped for a while:
20:45.49Gnutoohttp://pastebin.com/m1c07adb5
20:46.02Gnutooso:
20:46.27Gnutoo[  363.386901] REMOVE_THAT: stopped: 0  is just before the wait_event_interruptible
20:46.28AstainHellbringcr2 hows status of the raph100 and raph800 android?
20:46.35AstainHellbringand has there been much work on rhod400?
20:47.23Gnutooin msm_pcm_playback_copy it executes rc = alsa_send_buffer(prtd, buf, fbytes, NULL);
20:47.46*** join/#htc-linux pleemans (n=toi@d54C2A96D.access.telenet.be)
20:48.09cr2AstainHellbring: i need to edit the RAM layout for rhod/topa
20:48.10Gnutoowhich blocks at wait_event_interruptible
20:48.20Gnutooin what direction should I search?
20:49.06Gnutooalsa_dsp_event is never executed
20:53.48Gnutoommm
20:53.54Gnutoomaybe copy_count is not 1
20:53.58GnutooI'll check
20:54.04Gnutoothat would explain all the mess
20:57.27*** join/#htc-linux Zoolooc (n=lucian@p54956CAC.dip.t-dialin.net)
20:58.26Gnutoostrange it does print copy_count only within aplay
21:06.36Epsylon3hi
21:06.47Epsylon3ok, trying to make a squash rootfs
21:08.17Epsylon3ok i think that works :)
21:08.36*** join/#htc-linux dspstv_afk (i=alejoo@gateway/shell/blinkenshell.org/x-qdtklxknibcmlvcu)
21:08.52Epsylon3now, i need to see if it's using less or more memory
21:09.47dspstv_afkei all, i went today to ask for the htc-magic phone, hoping to work on a port of an application i use often (puredata)
21:10.24dspstv_afkbut the guy in the store told me the device is locked forever to their network
21:10.37dspstv_afkused google and found some videos
21:11.24dspstv_afkon how to unlock, but i just dont trust much web based commercial services for such task
21:12.39dspstv_afkcould anyone share a word on the diff possibilities to fully unlock the device (the provider is orange in switzerland)
21:13.48phhmdrobnak: is cellid supposed to work ?
21:13.52phhbecause it actually worked today
21:16.49*** join/#htc-linux onen|openBmap (n=quassel@vbo91-1-89-87-201-85.dsl.club-internet.fr)
21:21.02GnutooI'll try the rate
21:21.07Gnutoomaybe it's the rate
21:21.19Gnutoobecause I've strange numbers that seem to correspond to the rate such as:
21:21.32Gnutoocount : 19200
21:21.41Gnutoocount : 14400
21:21.53Gnutoocount : 4800
21:22.49phhit doesn't seem like audio rates
21:23.03Gnutooah ok
21:23.25phhmaybe serial port baudrates
21:23.30Gnutooah the 14400
21:23.31Gnutoono
21:23.37Gnutoobut 4800 and 19200
21:23.54phhi've never seen audio rates lower than 8000
21:24.44Gnutooah ok
21:24.49Gnutoonever mind then
21:25.13Gnutoo(you would need to add a 0)
21:25.23Gnutoo4800->48000
21:25.58townkatthose look like serial boud rates
21:26.10townkati nevver seen 14400 as audio rate
21:26.13townkator 192000
21:26.18townkat19200
21:27.36townkatit is posible, bet highly unusual
21:27.44townkat*but
21:29.47*** join/#htc-linux nate2 (n=nate@cpe-76-168-200-146.socal.res.rr.com)
21:30.27nate2quick question, anyone know the status of CDMA support for the HTC Raphael devices? is it still non functional? thanks.
21:32.05ewaygnutoo i`ve seen sample rates of 8000Hz in the past but nothing lower than that
21:32.11Gnutoook
21:32.45eway8000 11025 16000 22050 44100 48000 96000
21:33.03ewaythats a list of the rates i know of
21:33.48phhand 192kHz too, but not really for mobile devices
21:36.29eway2822.4kHz aswell
21:36.39ewayalthough not seen very often
21:36.58ewayi think 2822.4 was super audio
21:37.24phhnever seen that high
21:38.45ewaywas a sacd rate
21:40.50*** join/#htc-linux FR^2 (i=frr@frquadrat.de)
21:42.42eway24kHz is also a valid sample rate iirc
21:48.16*** join/#htc-linux ali1234 (n=al@robotfuzz.co.uk)
22:02.02*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
22:09.19Epsylon3http://tanguy.ath.cx/?q=android_initrd
22:09.39Epsylon3in french for the moment, but i made a screenshot of actuel filesystem
22:22.55*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde)
22:24.04MoobyfrLa connexion a été refusée par le serveur
22:24.07Moobyfrin french too :)
22:24.22phhworks here
22:27.06*** join/#htc-linux Squarc (n=Squarc@82-217-32-29.cable.quicknet.nl)
22:40.17mdrobnakphh: How is cell id working?!?
22:40.25phhdon't know
22:40.28mdrobnakis extremely tired.
22:40.32phhmaybe it localized it me with another way
22:40.43phhbut the position it gave me is the exact position of the gsm cell
22:41.06mdrobnakwhat ril are you using?
22:41.13phhthat's the thing i have to check.
22:42.31mdrobnakwell, it shouldn't work, unless you're on the donut one?
22:42.35Epsylon3phh, did you tried my init/rootfs ?
22:42.40phhEpsylon3: nop
22:42.41phhmdrobnak: yes
22:43.08Epsylon3you can get it here : http://github.com/tpruvot/android-initrd/zipball/master
22:43.25mdrobnakphh: Interesting. I don't see any commits here on the tree though.
22:43.32mdrobnakphh: Must be someone's private build.
22:43.47mdrobnakIt would be nice to fix my location code, so it could be commited.
22:43.57mdrobnakI'm not sure of what to return, how many, etc..
22:45.45Epsylon3:) im in azerty in shell, dunno how i made that :p weird, maybe the "setprop persist.sys.country FR"
22:46.37Epsylon3and also touch keyboard hmm
22:47.22mdrobnakEpsylon3, Probably
22:47.54Epsylon3do... qwerty again, weird
22:48.04Epsylon3?wtf
22:48.12mdrobnaklol
22:49.13Epsylon3the only thing i made is open the built in keyboard
22:49.24Epsylon3the visual keyboard
22:49.27Epsylon3touch input
22:52.33Epsylon3is there a way to shut up the ds2746 kernel logs ?
22:55.32*** join/#htc-linux polyrhythmic (n=charles@c-67-171-16-39.hsd1.wa.comcast.net)
22:58.57*** join/#htc-linux NexVision (n=a@c-76-109-33-88.hsd1.fl.comcast.net)
23:00.52Captnoord[22:21] <Gnutoo> count : 19200
23:00.52Captnoord[22:21] <Gnutoo> count : 14400
23:00.52Captnoord[22:21] <Gnutoo> count : 4800
23:00.57Captnoordthats baudrate
23:01.12Captnoordlol
23:01.15Captnoordway to late
23:02.35*** join/#htc-linux surge (i=surge@pool-98-118-154-21.bflony.fios.verizon.net)
23:02.43tmztmdrobnak: hey
23:02.59tmztstill issues with mddi
23:08.24*** join/#htc-linux AstainHellbring (n=AstainHe@unaffiliated/astainhellbring)
23:17.12Captnoordre 2
23:17.26Captnoordtmzt: with the 2.6.31 branch?
23:30.44*** join/#htc-linux marmotta (n=skodde@unaffiliated/skodde)
23:35.07*** join/#htc-linux bagpuss_thecat (n=bagpuss_@2001:41c8:1:5253:0:0:0:2)
23:37.21*** part/#htc-linux dspstv_afk (i=alejoo@gateway/shell/blinkenshell.org/x-qdtklxknibcmlvcu)
23:45.30Epsylon3ok, compiled kernel with lastest vogue git and almost same compiler and almost exactly same options... hope this time its ok
23:46.01*** join/#htc-linux stickboy (n=anonymou@128.153.210.116)
23:48.48Epsylon3seems good :)
23:49.11*** join/#htc-linux eway (n=ellis@78-86-162-166.zone2.bethere.co.uk)

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