IRC log for #htc-linux on 20091013

00:00.11tmztI'm working on Mer right now, built on ubuntu jaunty using maemo 5
00:00.17Saltintersting
00:00.18tmztwiki.maemo.org/Mer and #mer
00:00.35Saltso angstrom doesn't have mic support then
00:00.48Saltor mer doesn't and angstrom does
00:00.49tmztthere should be more interest now that people have hardware (n900)
00:00.53tmztno
00:00.58tmztkernel doesn't
00:01.03Saltahh
00:01.05Saltgotcha
00:01.29tmztwe have to fix that
00:02.13tmztsince this is my phone I need calls and sms working before I can do much with linux
00:03.01Saltyeah
00:03.10Saltreason i didn't switch to android when i first looked at the project
00:03.14Saltsound wasn't supported
00:03.55tmztright
00:04.11tmztsound works in calls so you can hear the other caller
00:04.16tmztbut not talk
00:04.31tmztit's probably a missing rpc call and should be fixable
00:04.39ali1234you could call me, and then neither of us could hear the other person :)
00:04.44Saltlol
00:05.01Saltok, so mer vs the other site you linked
00:05.34tmztwell, the other site is an initramfs
00:05.40tmztso quick for testing
00:07.10tmztit's a matter of echoing at commands to a device and echoing other things to sysfs
00:07.24tmztalso, wav and mp3 playback ork
00:07.44tmztexternal speaker might need some changes like gpio
00:07.58tmztshould already be documented
00:08.41Saltright
00:08.50Salthow about wifi/bluetooth
00:08.56Saltand i suppose teathering
00:11.11tmztwifi should work with one of two drivers
00:11.28tmztI haven't quite got it working or dumped my eeprom data yet
00:11.47tmztbluetooth is known problem and should have a solution soon
00:11.56tmztteathering is iptables
00:12.02tmztthis is linux :)
00:12.05Saltheh
00:12.06Saltyeah
00:26.35*** join/#htc-linux thedicemaster2 (n=thedicem@j89051.upc-j.chello.nl)
00:44.24mdrobnakHey everyone...
00:44.55tmzthello
00:45.02tmztyou join us in #mer?
00:47.58mdrobnaksure
01:01.02*** join/#htc-linux x29a_ (n=x29a@unaffiliated/x29a)
01:03.33mdrobnakis trying to catch up on the log
01:11.45*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
01:13.38*** join/#htc-linux marex (n=marex@78.128.198.52)
01:15.52dzohi  mdrobnak
01:16.03mdrobnakHi dzo
01:16.09dzohow is the ril coming along?
01:16.20mdrobnakI used it all day today until battery died lol
01:16.29mdrobnakIt was up for about 20 hours
01:16.40mdrobnakNo ril crash.
01:17.05dzoexcellent, are there patches anywhere, i'll push changes to git.
01:17.24tmztdzo: how can I get mic to work in calls on cdma?
01:17.36mdrobnakI think we need to do two things: Remove setupmodem.sh related stuff (done),  and focus on less universal drivers..
01:17.43tmztdo we know the endpoints now?
01:17.57mdrobnakdzo: Well, here's the problem, it will break the Vogue based builds.
01:18.15mdrobnakone sec I'll get you a git diff
01:18.18tmztmachid is in sysfs now?
01:18.35tmztcan't you dlload the correct ril at runtime?
01:18.37dzopossibly change the audio params in smem and then do proc_com(0x1c).
01:19.20tmztwe have htc-hw.c and sound from the other caller works
01:19.21dzomdrobnak: not a big problem, init can choose a ril. we do that for donut anywwway.
01:20.04mdrobnakOk. Basically, all the smodem stuff was replaced with...         mypppstatus = system("/bin/pppd /dev/smd1");
01:20.04mdrobnak<PROTECTED>
01:20.04mdrobnak<PROTECTED>
01:20.06mdrobnak:-)
01:20.20dzobest thing to do is write smem from haret before and during a call.
01:20.39tmztdarkstar62: sorry to interrupt you, how do you do this for wing-linux and do you need multiple ril/libhardware/etc.?
01:20.49dzomdrobnak: does dns work then?
01:21.03darkstar62reading
01:21.10mdrobnakdzo: Using setprop net.dns1 = Opendns and setprop net.dns2 = Opendns  .. yes :-)
01:21.13tmztyou might need peerdns in ootions for dns
01:21.20mdrobnakTried that. Didn't work.
01:21.30mdrobnakAndroid does some weird stuff.
01:21.49mdrobnakI must side with cr2 on this one, they did stuff different for seemingly no good reason to do so.
01:22.11tmztalso, if I don't hangup ppp on cdma, lcp fails to get the values
01:22.11darkstar62for wing linux, we use just one libril, it's actually libreference_ril with a bit more filled in for ppp and whatnot
01:22.14dzoit does dns strangly but if-ip should set it i think.
01:22.25darkstar62we have a ppp script that calls setprop to set net.dns1 and net.dns2
01:22.25dzook got to go for 10 mins back soon.
01:22.45tmztdzo: there's no lubresolve or resolv.conf involved
01:22.47mdrobnakdzo: if-up seems not to run..
01:22.53mdrobnakk
01:23.31tmztif you check how qmi works you should see where/how to set dns
01:24.07tmztdarkstar62: have you changed libhardware for omap?
01:24.30darkstar62yes, we added a module for backlights
01:24.41mdrobnaktmzt: I looked into the reference RIL a bit...and even into the Java code. It just didn't make sense for me at the time.
01:24.58darkstar62yeah, it took a lot of staring at and code tracing to make any sense of it
01:25.01mdrobnakSo I just hardcoded DNS which should work fine 95% of the time.
01:26.15tmztmdrobnak: git grep /dev/qmi
01:27.00mdrobnakhmm ya
01:28.38tmztI looked into that trying to bring up data for someone on a g1
01:29.31mdrobnakon the non-stock RIL?
01:29.58tmztno ril :)
01:30.15tmztI thought /dev/qmi was binary
01:30.16mdrobnakoh..
01:30.22tmztbut it's not
01:30.23mdrobnakNo, it looks like it's text
01:30.31tmztit's ascii commands
01:30.38mdrobnakyeah weird stuff
01:30.38tmztup:rmnet0
01:30.41mdrobnak"status=UP"
01:30.44tmztget ip
01:30.44mdrobnakor something
01:30.51tmztsomething like that
01:30.54mdrobnaklol
01:31.06tmztyeah, no ril, just angstrom
01:31.12mdrobnakAh.
01:31.36mdrobnakwonders if anyone downloaded the android package on my site
01:31.42tmztit's in the logs
01:31.54tmztbut I was tired and he g55 ve up
01:32.06mdrobnakhow long ago was that
01:32.19tmztmonths
01:32.23tmztnot sure
01:32.30tmztgrep /dev/qmi
01:32.58tmztfunny how useless g1 is without android
01:33.38tmztno data, wifi, bluetooth (though that should be doable)
01:33.49tmztwifi should also now
01:34.08mdrobnaklol. well, considering it was made for android, or vice versa...
01:35.18mdrobnakdzo: http://pastebin.com/m1f34a698  <--- Patch to remove setupmodem stuff.  I also have a different patch with a bunch of debug lines added in. I figured that wasn't necessary now.
01:38.40mdrobnakdzo: These are the only other changes I made to my setup: http://drobnak.com/mdrobnak-raph-changes.txt
01:39.49mdrobnaktmzt: Yeah, after success over the weekend, I figured the next things on my list were: Getting keyboard right in Android on the Fuze. Looking at Samsung code and seeing what could be brought in that might help with memory or whatever..
01:40.06mdrobnakNot sure what we're going to do about X, it's kinda slow.
01:40.14mdrobnakbrbr
01:40.42tmztzswap
01:40.52tmztlike cyanohen
01:42.56mdrobnakback
01:43.06mdrobnakYeah, where is the source for that kernel driver??
01:45.08mdrobnakBut, no, the problem is, why should I use that, when I've got 100+MB of RAM I'm not using?
01:45.29tmztit's in new kernels
01:45.33tmztyeah, me too
01:45.39tmztyou have raph110?
01:46.30tmzthe backported it, his kernels are either in gitorious etc.
01:46.45mdrobnakYeah 110
01:46.54mdrobnakhmm I'll have to look for it
01:51.18tmztit's called something else, compcache
01:51.41mdrobnakYeah, that sounds right too
01:51.52mdrobnakis drifting toward sleep..
01:51.59mdrobnakgonna be out of here in like 10 mins
01:56.01*** join/#htc-linux dzo_ (n=dzo@mail.marginz.co.nz)
02:15.00mdrobnakBtw, if someone knows the commands to do network type selection ie GSM / UMTS (like AT+XRAT maybe? but that's not right)...we can add that into the RIL.
02:16.01mdrobnakAnyway, night all.
02:19.39tmztask mickeyl
02:19.57tmztI have ts0707 on my computer also
02:20.03tmztif it's in there
02:21.05*** join/#htc-linux dzo (n=dzo@mail.marginz.co.nz)
02:21.19*** join/#htc-linux Kevin2 (n=Kevin2@207-237-194-161.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com) [NETSPLIT VICTIM]
02:21.56*** join/#htc-linux stickboy (n=anonymou@128.153.211.150)
02:44.56*** join/#htc-linux g55 (n=g55@rgnb-5d8744d0.pool.mediaWays.net)
02:45.55*** join/#htc-linux dzo_ (n=dzo@mail.marginz.co.nz)
02:46.54mdrobnakts0707?
02:47.44tmztgsm at standard
02:47.48mdrobnakoh.
02:48.03mdrobnakI tried enabling the USE_IDCC_MODEM thing in the RIL, which failed miserably.
02:48.32mdrobnakThat sends: AT+XRAT?", "+XRAT:"
02:48.35mdrobnakwhich doesn't work
02:48.35tmzttell ppmap I started working on ofono but only disabled cfun=0 and created a plugin
02:49.01mdrobnakif I see him, I will.
02:49.22mdrobnakGood to hear. When more of the Maemo 5 stuff is available, we'll see more phone related stuff I think
02:50.57dzomdrobnak: i'm trying to use your ril but when ppp starts the ril dies.
02:51.15mdrobnakit does?
02:51.32mdrobnakDid you make the modifcations I outlined?
02:52.14tmztdzo: think you explain this cid/prog thing in #android?
02:52.22dzoyes, i modified the initrd to choose the diamond ril and it all seems to work. But then my diamond is very odd and i never had working data.
02:52.27mdrobnakhttp://www.drobnak.com/mdrobnak-raph-10-11-2009.zip  <-- Try using rootfs.img from there
02:53.40tmztmdrobnak: oh, I'd prefer to work on cdma as I have cdma phone
02:53.52mdrobnakdzo: are you on a fast connection, or should I upload just the rootfs.img?
02:54.02tmztin reference ofono
02:54.08mdrobnakOh.
02:54.29mdrobnakWell, won't you be able to use the dialer and such from Maemo?
02:56.50tmztno, until there is one for ofono api
02:58.28mdrobnakdzo: Let me know. Not sure if anyone else but me is actually using this build. So I have no idea how well it works. In theory, it should be fine. :-)
02:58.33mdrobnakI'm *really* off to bed now.
02:58.37mdrobnakNight.
02:59.32tmztdzo: sorry, I mean could you explain the cid/prog thing, what's being resolved, etc. in #android
03:11.47*** join/#htc-linux dzo (n=dzo@mail.marginz.co.nz)
03:28.54*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
03:41.46*** join/#htc-linux mindphasr (i=mind@phasr.net)
03:46.37*** join/#htc-linux stickboy (n=anonymou@128.153.211.150)
04:05.13*** join/#htc-linux AstainHellbring (n=AstainHe@unaffiliated/astainhellbring)
04:10.12*** join/#htc-linux droid0011 (n=g1@p4FDCCA73.dip.t-dialin.net)
04:11.51*** join/#htc-linux goxboxlive (n=jrs@mail2.hjellnesconsult.no)
04:14.58*** join/#htc-linux NexVision__ (n=a@c-76-109-33-88.hsd1.fl.comcast.net)
04:59.04*** join/#htc-linux luc_ (n=luc@89.115.128.35)
05:24.56*** join/#htc-linux goxboxlive (n=jrs@mail2.hjellnesconsult.no)
05:47.34*** join/#htc-linux xixx (n=xixx@cpmsq.epam.com)
06:13.18*** join/#htc-linux Squarc (n=Squarc@82-217-32-29.cable.quicknet.nl)
06:35.40*** join/#htc-linux Untouchab1e (n=Untoucha@82.147.51.146)
06:48.55*** join/#htc-linux chemical_at_work (n=chemical@217.6.162.228)
06:49.24*** join/#htc-linux pleemans (n=toi@d51A49C45.access.telenet.be)
06:59.30*** join/#htc-linux Mooby (n=blindaue@ibis.u-strasbg.fr)
06:59.33Moobyhello
07:00.19Moobygreat work,, I have a running android on HTC diamond
07:01.08Saltcongratz
07:01.50LittleJMooby yea but is any powermanagement working ?
07:02.43Moobyno doesn't
07:03.00tmzt++<<<<<<< HEAD:arch/arm/mach-msm/irq.c +#if defined(CONFIG_MACH_HTCRAPHAEL) || defined(CONFIG_MACH_HTCRAPHAEL_CDMA) ||
07:03.04tmzt++=======
07:03.06tmzt+ /* TODO */
07:03.09tmzt+ #if defined(CONFIG_MSM_AMSS_VERSION_WINCE)
07:03.09Moobysometimes, it reboots, or the screen comes up, after powersaving, but no contrast
07:03.36tmztwhich diam do you have?
07:03.38Moobybut SMS works 100% ans tel sometimes lock up
07:03.40Moobydiam 100
07:04.54*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
07:26.10LittleJMooby yea but still, cant use it daily...
07:43.13*** join/#htc-linux Untouchab1e (n=Untoucha@82.147.51.146)
07:52.35*** join/#htc-linux leaigor (n=laigor@188.134.16.241)
07:56.59*** join/#htc-linux FR^2 (n=frzwo@2001:41d0:1:ed2f:0:0:0:cafe)
08:26.24*** join/#htc-linux balans (n=Administ@212-123-149-239.ip.telfort.nl)
08:29.08leviathantmzt: With update.zip I meant last time, that I could update HTC-Dream to OpenMoko instead updating android =)
08:29.13*** join/#htc-linux Squarc (n=Squarc@145.81.0.104)
08:29.18tmzthello
08:29.21tmztright, cool
08:29.24leviathantmzt: hi
08:29.29leviathanso OpenMoko would become easy to install for anyone
08:29.37tmztI might have something for you, are you using OE now or debian?
08:29.41tmztoh, oe
08:29.46leviathanjo
08:30.23leviathanI'm trying to compile maemo6's new qt4-desktop under bitbake and make an maemo-indipendent package of it
08:30.54Stskeepsthat requires heavy GL though
08:33.39leviathanyou can command it to build without OpenGL and additionally
08:33.50leviathanyou can compile it to use fbdev
08:33.54Stskeepsmm
08:33.59leviathanthen you dont even need X
08:34.05Stskeepsjust watch out, the license conditions are a bit hefty :)
08:34.31leviathanI'm using theyre OpenSource-Edition
08:34.36leviathanthis one under LGPL
08:35.01leviathanIs there something wrong with this license?
08:35.15tmztfor whom?
08:35.23tmztoh, hey
08:35.28leviathanyeah?
08:35.32Stskeepsah, you mean qt4, not the homescreen stuff?
08:36.44leviathannope
08:37.00leviathanI mean qt4 mobility
08:37.08Stskeepsk
08:37.13leviathanon which this new maemo6-desktop is based
08:37.32leviathanhttp://labs.trolltech.com/blogs/2009/10/09/qt-on-the-n900/
08:37.37leviathanoops maemo5
08:37.39leviathananyway
08:37.43leviathanthe new one ;)
08:37.46Stskeepshehe
08:37.54Stskeepsthere's two new ones, which doesn't confuse people at all :)
08:38.27tmztah, but no clutter? :)
08:39.17Stskeepsmaemo6 doesn't use clutter, thank god
08:39.43leviathanhmm, another question
08:39.48leviathanis someone of you physically located near Zürich?
08:39.54leviathanmeans Switzerland?
08:40.29leviathanbecause I am looking for some swiss people who want like to make some swiss OM developer meetings
08:41.33leviathanas you know my company is goind to do a official OM repo in Switzerland in order to allow us uploading stuff like mp3codecs in root-images
08:45.23tmztwho is this: http://github.com/rkirti/maemo-oe
08:45.30leviathanhm
08:45.36leviathandont know
08:45.55tmztsomebody here, I just had it open in a tab in arora
08:46.00leviathanbut his packages break the OE
08:46.02leviathan^^
08:50.15*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
08:58.51*** join/#htc-linux leobaillard (n=leobaill@leobaillard.org)
09:08.15tmzt++<<<<<<< HEAD:drivers/video/msm/msm_fb.c +#if defined(CONFIG_MACH_HTCRAPHAEL) || defined(CONFIG_MACH_HTCRAPHAEL_CDMA) || +//    x = 0; y = 0; w = msmfb->xres; h = msmfb->yres; +#endif
09:08.19tmzt++=======
09:08.22tmzt+
09:08.24tmzt++>>>>>>> aa06fe1a8230d47d1d34a17c477296f6afb7c57e:drivers/video/msm/msm_fb.c
09:17.33*** join/#htc-linux Zinbolic (n=zinbolic@0x57390b26.hbnqu1.dynamic.dsl.tele.dk)
09:23.05leobaillardhi tmzt !
09:23.08leobaillardsomething new ?
09:28.17*** join/#htc-linux townkitty (n=town@86.127.6.111)
09:35.02*** join/#htc-linux leobaillard (n=leobaill@leobaillard.org)
09:40.16*** join/#htc-linux balans (n=Administ@212-123-149-239.ip.telfort.nl)
09:44.16chemical_at_workI'm amazed by the number of commits going on right now
09:44.34chemical_at_workthe thing is .. its 5 to 12 for me to get a new mobile phone.. :-/
09:56.45*** join/#htc-linux Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
10:07.16*** join/#htc-linux stefan_schmidt (n=stefan@p5B033C60.dip.t-dialin.net)
10:16.12*** join/#htc-linux thedicemaster2 (n=thedicem@j89051.upc-j.chello.nl)
10:27.31*** join/#htc-linux nozze (n=nozze@u193-11-162-41.studentnatet.se)
10:29.33*** join/#htc-linux tuxhero (n=quassel@124.124.114.211)
10:29.45tuxherodzo hi
10:30.13tuxherodzo it seem ur recent commit break android booting
10:30.51tuxherotmzt hi
10:31.05dzohi, which device?
10:31.54*** join/#htc-linux kvaster (n=kvaster@93.84.112.80)
10:32.09dzowhere does if fail, what does ram console say?
10:32.52tmzthey
10:32.55tmzttuxhero: blak?
10:33.06tuxherodzo it just rebooting before android start graphic mode on blackstone
10:33.12tmztcan somebody make type do something or get rid of it?
10:33.13tuxherotmzt yes
10:33.24tmzttype being the lcd type variable in *-panel.c
10:33.47dzotuxhero: can you get a dmesg from ram console.
10:34.10tuxherodzo USB on blackstone is not working so i was not able to get logs
10:34.44dzofrom haretconsole do: pwf dmesg 0xe0000 0x20000
10:34.46tmztdid you try init from raph800 or is it completely different?
10:34.50*** part/#htc-linux stefan_schmidt (n=stefan@p5B033C60.dip.t-dialin.net)
10:35.02*** join/#htc-linux rayman18 (n=opera@residL-102-227.uc3m.es)
10:35.23*** join/#htc-linux leobaillard (n=leobaill@leobaillard.org)
10:36.16tuxherodzo ok i will try
10:36.55dzotmzt: type works for me, 1 for hitachi panel.
10:38.30tmztoh, so it's a cmdline thing?
10:38.44tmztany reason for so many panel.c's? if that work works
10:39.07tuxherodzo do u know why any of the hero build are not working for us.
10:39.09dzoyes board_htcdiamond_panel.type=1 in cmdline.
10:39.32*** join/#htc-linux DarkMasterHalo (n=DarkMast@modemcable070.63-56-74.mc.videotron.ca)
10:39.49dzono, but hero is too slow anyway.
10:40.02dzolets just get ion working first.
10:42.06*** join/#htc-linux MethoS- (n=clemens@134.102.106.250)
10:42.19dzotmzt: different devices have different panels and different clients, so it's easiest to separate them.
10:42.51tmztdzo: yeah, right, didn't explain some recent commits though
10:43.16tmztanyway, trying current git with some local changes on raph500
10:43.22tmztanything to test with the rpc code?
10:43.32dzowhich ones, the only important one is the audio fix to get rid of adsp_cid.
10:43.34tmztmp3 still works
10:44.41dzoaudio_in doesn't work but it gets close, slightly different adsp messages i think.
10:47.13tuxherodzo http://pastebin.com/m63c4a521
10:49.08tmztwell, it would be very nice to be able to reanble ppp on cdma
10:49.17dzotuxhero: looks like a memory problem, has anyone changed the memory map on blackstone, i haven't
10:49.19tmztI tried hanging up voice with at+chld=11
10:49.22tmztbut didn't work
10:50.45tmztdzo: where in ril would I find that?
10:51.01tmztI'm not working on android though, I just need to be able to do it from scripts
10:51.30dzotuxhero: your last commit enables the 2nd memory bank, that doesn't work aparently.
10:51.58tuxherodzo yes i am disabling it thankyou
10:53.23dzotmzt: i think its in SETUP_PDP of similar. i didn't write that part though.
10:53.49dzook, got to go now, getting late here, good night.
10:54.01tmztsame gsm?
10:55.02dzotmzt: only difference is that it dials 777 rather tahn the gsm number.
11:01.26*** part/#htc-linux rayman18 (n=opera@residL-102-227.uc3m.es)
11:02.11tmztok
11:05.21tmztwhat is /smodem/live?
11:05.34tmztoh, missed that, sorry
11:22.39*** join/#htc-linux Gnutoo (n=gnutoo@host137-159-dynamic.54-79-r.retail.telecomitalia.it)
11:23.57*** join/#htc-linux pleemans (n=toi@d51A49C45.access.telenet.be)
11:33.14tmztanybody with vogue can tell me what /smodem/live is?
11:39.01mdrobnaktmzt: look at /setupmodem.sh :-)
11:39.38mdrobnakand do you sleep? lol
11:40.11tmztI should
11:40.25tmztnot initial setup, I want to reconnect after voice call
11:40.35tmzt(on cdma device)
11:41.09mdrobnakHmm. Not sure how that would work. I'd have to force 2G data here..
11:41.26mdrobnak(which I don't know how to do yet, that's coming)
11:41.39tmzt2g data?
11:41.39mdrobnakNo, /setupmodem.sh is what "controls" /smodem
11:41.39tmztI mean cdma, not wcdma
11:41.39mdrobnakI know that.
11:41.39tmztwhat is smodem?
11:41.40tmztok
11:41.47mdrobnakI'm saying, I don't know the path, because I've only been dealing with 3G.
11:41.59mdrobnak(code path)
11:42.04tmztoh, so it's a fifo created by the script?
11:42.06tmztnot kernel?
11:42.10mdrobnaksmodem is s{etup}modem
11:42.18mdrobnakyeah, it's a script
11:42.20mdrobnaknothing kernel
11:42.26tmztbut it's open('d from libril
11:42.34mdrobnakthe RIL reads and writes to it
11:42.36mdrobnakas it was..
11:42.39mdrobnakI ripped that out.
11:42.47mdrobnakMy RIL doesn't crash.
11:42.47tmztwhere's your ril?
11:42.55tmztand do you have any cdma support left?
11:43.05mdrobnakI did not remove any CDMA support
11:43.10mdrobnakOnly smodem
11:43.10tmztI'm trying to understand how to list pdp contexts, if it even uses such a thing
11:43.17tmztso you will have isgsm checks?
11:43.20mdrobnakyea
11:43.21tmztok, link?
11:43.23mdrobnakone sec.
11:43.32mdrobnakyou'd like with debug, right?
11:43.59tmztyeah, but I just want to read it
11:44.08tmztI want to use a script to do this so I understand it
11:44.12tmztit's just for testing calls
11:44.23tmztanything to get mic working though would be great
11:44.29tmztdzo said it's coming
11:44.41mdrobnakOh, you just want source?
11:44.46tmztyeah
11:44.49mdrobnaksure, one sec.
11:44.50tmztgitweb
11:46.20mdrobnakhttp://www.drobnak.com/ril-no-debug-no-smodem.c
11:46.25mdrobnakNo, not gitweb
11:47.50tmztthe responses are faked
11:47.56tmztthere are no at commands issued
11:48.34mdrobnak:-(
11:48.44mdrobnakSorry
11:49.00tmztsmodem at 1035
11:49.09mdrobnakalmost lost his changes due to a wrong directory "git reset --hard"
11:50.15tmztif(isgsm)
11:50.16tmzterr = at_send_command("AT+CFUN=0", &p_response);
11:50.16tmztelse
11:50.17tmzterr = at_send_command("AT+CFUN=66", &p_response);
11:50.20tmztyay!
11:50.27tmztno more turn off modem but save power
11:50.33tmztturn off phone
11:51.08mdrobnak??
11:52.04*** join/#htc-linux Untouchab1e (n=Untoucha@82.147.51.146)
11:53.34mdrobnakDID lose his changes. Ugh.
11:53.37tmzterr = at_send_command_singleline("AT+HTC_CSQ", "+HTC_CSQ:", &p_response);
11:53.39mdrobnakI think I fixed them.
11:53.42tmztoh, sorry
11:54.02tmztdid you get the new ppp stuff integrated? I hope you didn't lose that
11:54.29tmztI think if you know the commit you can get them back, but not completely sure
11:54.50tmztabout the CFUN=66, CFUN=0 turns my whole device off (power off)
11:54.54tmztnot sure why
11:54.56mdrobnakYeah, I didn't locally commit.
11:55.01mdrobnaklol wow really?
11:55.06tmztyeah
11:55.18tmztbut it could be modem issue rather than intended
11:55.19mdrobnakyeah I found the patches, I am ok
11:56.08tmztroot@raph:~# echo -e 'AT+CMUT?\r' > /dev/smd0
11:56.08tmztroot@raph:~# AT+CMUT?
11:56.08tmzt+CMUT: 0
11:56.14tmztguess that's good
11:56.18mdrobnakI'm back. :-)
11:56.24mdrobnakwhat's CMUT?
11:57.39mdrobnakthe reason I just panicked..I have 3 versions...Stock with smodem removed, stock with smodem + debug, stock with smodem removed + debug...It's hard keeping the patches straight hehe
11:58.42tmztalso, line 1945
11:58.46tmztrefers to the pid
11:58.53tmztook
11:59.10tmztCMUT is something to do with mute, but apparently also used to stop dtmf
12:00.02mdrobnaklooks at source
12:00.06mdrobnak1035 and 1945
12:01.05mdrobnakCrap. That patch isn't quite complete that I pastebin'd to dzo
12:01.15tmztlooks like no CCFC in cdma
12:01.25*** join/#htc-linux x29a (n=x29a@unaffiliated/x29a)
12:02.27tmztCHLD=2 or switch waiting/active calls: (22.030 6.5.5)
12:02.34tmztat_send_command("AT+HTC_SENDFLASH", NULL);
12:03.10mdrobnak1945 is fine - that's the pppd PID file
12:04.02mdrobnak1023 - 1035 needs to be modified.
12:04.30mdrobnakThanks for the catch. Will fix that later today.
12:04.42tmztok
12:04.46tmztso I guess we don't know
12:04.49mdrobnakHmm.
12:04.57tmztand I have no idea how dzo did it on vogue, if at all
12:05.14mdrobnakOk, so in my code, that is commented out. One of the patches must not have generated right
12:05.33tmzthttp://www.toodoc.com/creating-PDP-context-in-CDMA-pdf.html
12:06.12tmzthttp://books.google.com/books?id=b_ty_1ydl24C&pg=PA335&lpg=PA335&dq=cdma+pdp+context&source=bl&ots=dRt8xm8aZN&sig=9oYRgfp9EevXu3NK3AtaV1djNXA&hl=en&ei=_GzUStYCjYKyA4ao8MoK&sa=X&oi=book_result&ct=result&resnum=2&ved=0CAwQ6AEwAQ
12:07.33mdrobnakFun stuff.
12:07.36mdrobnakAnyway, off to work.
12:07.45mdrobnakSee ya
12:18.21*** join/#htc-linux xixx (n=xixx@cpmsq.epam.com)
12:31.01*** join/#htc-linux balans (n=Administ@212-123-149-239.ip.telfort.nl)
12:32.08*** join/#htc-linux UnknownArtists (n=unknown@84.19.198.69)
12:36.06tmztroot@raph:~# AT+CLCC
12:36.07tmzt+CLCC: 9,0,0,1,0,"#777",129
12:36.12tmztok, that makes sense
12:36.26tmztso if I make a voice call I have to return to a different cid?
12:36.41tmztoh, no, 9 is just unknown
12:36.45tmztor in cdma then, data
12:44.51mdrobnakIs that in the RIL already?
12:45.22mdrobnakdzo: Correct smodem removal patch: http://www.drobnak.com/smodem-clean.patch  -- missed a section. Thanks tmzt.
12:46.11mdrobnakAnyway, gotta catch the train.
13:00.25*** join/#htc-linux leobaillard (n=leobaill@leobaillard.org)
13:15.46*** join/#htc-linux |_i|\]|_|X (n=CoSmiC@ppp-244-201.33-151.iol.it)
13:15.50|_i|\]|_|XHi
13:29.32*** join/#htc-linux leobaillard (n=leobaill@leobaillard.org)
13:31.14*** join/#htc-linux skodde (n=skodde@adsl-ull-147-19.47-151.net24.it)
13:37.52*** join/#htc-linux leobaillard (n=leobaill@82.229.189.93)
13:41.01*** join/#htc-linux dzo (n=dzo@121.98.128.127)
13:51.10*** join/#htc-linux xixx (n=xixx@cpmsq.epam.com)
13:58.14*** join/#htc-linux leobaillard (n=leobaill@82.229.189.93)
14:09.40*** join/#htc-linux sdt555 (n=titus@147.145.40.44)
14:26.48*** join/#htc-linux stickboy (n=anonymou@128.153.211.150)
14:27.22*** join/#htc-linux tuxhero (n=tuxhero@122.169.215.206)
14:39.25*** join/#htc-linux mirth18 (n=nick@99-9-113-231.lightspeed.livnmi.sbcglobal.net)
14:39.39*** part/#htc-linux mirth18 (n=nick@99-9-113-231.lightspeed.livnmi.sbcglobal.net)
14:42.15*** part/#htc-linux sdt555 (n=titus@147.145.40.44)
14:49.15*** join/#htc-linux the_sys0p (n=the_sys0@cpe-66-75-215-0.bak.res.rr.com)
14:49.39Gnutooleviathan, hi did you made a keyboard map?
14:50.18Gnutooleviathan, btw I think I'll push and abandon the alsa driver
14:50.37GnutooI'm fed up of achieving nothing
14:52.13leviathanGnutoo: so you stop developing alsa driver for htc-dream?
14:52.14leviathanok
14:52.17leviathanthen push it
14:52.48GnutooI think so...I'll try dummy sound card  + file redirection and then abandon
14:52.49leviathanill look into it and try to fix the last few problems
14:53.00Gnutoolast few means a lot
14:53.05leviathanok
14:53.07Gnutooit's not so simple
14:53.30Gnutoomaybe the fact that I didn't sleep well affect my jugement tough
14:55.10leviathanperhaps someone with another perspective can find solutions you just overlooked... very abstract spoken
14:55.23Gnutooleviathan, the problem is simple...I've no serial
14:55.33Gnutooserial means kgdb
14:55.41GnutooI can't even have simple gdb
14:55.51Gnutooit crash the phone
14:56.00Gnutoocrash means it reboots as soon as I do bt
14:56.17leviathandid you see, that theres an option for debugging interface in the kernel?
14:56.18Gnutooso it takes lots of time:
14:56.28Gnutoowhat do you mean?
14:56.35leviathanin the kernel
14:56.37leviathansystemtype
14:56.37Gnutooyes?
14:56.45leviathantheres an option for debugging
14:56.46leviathanmom
14:57.42leviathan] FIQ Mode Serial Debugger                                                                                                                        â”‚ │
14:57.42leviathan<PROTECTED>
14:58.30Gnutooyou mean MSM*SERIAL*DEBUGER
14:59.11leviathanyeah
14:59.13Gnutooas I said I've no serial
14:59.38leviathanuhhm, you could sold one onto the pcb =)
14:59.40Gnutooif I open my usb cable will I be able to make a serial cable with it?
14:59.45Gnutooare you kidding?
14:59.57Gnutoosolder on the PCB...after I get an un-usable phone
15:00.13GnutooI did that for my router but it was easy
15:00.25Gnutoohere I bet it's not possible
15:00.40*** join/#htc-linux dcordes (n=luke-g@unaffiliated/dcordes)
15:00.44Gnutoorouter = wrt54gsv4
15:01.03dcordeshi
15:01.11Gnutoodcordes, hi
15:01.34Gnutoocan the stock usb cable comming with the htcdream be used as serial cable?
15:01.45leviathanIf Im not wrong, there exists an developerboard for MSM-platform
15:01.47Gnutoois soldering possible on this cable?
15:01.53dcordesGnutoo, you pasted frameworkd output recently. did you use an image with gui?
15:02.10Gnutoodcordes, I used my own autorev image
15:02.23GnutooI don't remember if I used GUI
15:02.26dcordesGnutoo, does it have gui?
15:02.28Gnutoobut I think that's not relevant
15:02.32Gnutoodcordes, yes
15:02.41dcordesit is. I want to play around with framework gui on kovsky
15:02.48Gnutoodcordes, but it uses xorg...
15:02.54dcordesbut fso-illume-image seems unmaintained
15:03.01Gnutooand xorg has no recent tslib driver
15:03.09Gnutoodcordes, try shr/import
15:03.22dcordesGnutoo, is that a branch?
15:03.31Gnutoodcordes, yes it's an oe branch
15:03.44dcordescool let me check that out
15:03.56dcordeslet's see how fast university internet is
15:04.05Gnutooelse I can give my image but...that's not good because you want to be able to modify it right...
15:04.17dcordesyep
15:04.48Gnutoodcordes, btw I'm fed-up of evdev and alsa:
15:05.36Gnutoo*evdev's filters uses platform_device and we don't use that
15:05.37Gnutoo*alsa is buggy as hell I traced it until a point
15:05.37Gnutoothat is to say:
15:06.33Gnutoorc = wait_event_interruptible(the_locks.read_wait,(prtd->in_count > 0)|| prtd->stopped);
15:06.47Gnutooafter that I looked at the_locks.read_wait
15:06.57Gnutooand found an unique candidate for waking it up
15:07.26Gnutoobut how strange...it never get called with working or non-working audio player
15:09.50Gnutooin userspace it doesn't seem related to the frame numbers sent
15:10.11Gnutooand no debugger nor in userspace nor in kernelspace
15:11.11CaptnoordGnutoo: its always possible to create some sort of serial device....
15:11.12Captnoordbut
15:11.28Captnoordhacking into the board makes your warrenty crap...
15:11.29Captnoord:P
15:11.49dcordesGnutoo, klaus kurzmann seems to run the business
15:11.51GnutooCaptnoord, I don't care about the warranty...but I care about the board....
15:12.04dcordesGnutoo, which image do I want for the full gui fun?
15:12.09dcordesin shr/import ?
15:12.11Gnutoodcordes, shr-image
15:12.14dcordesok
15:12.15Gnutooor the light one
15:12.16CaptnoordI think you need a usb - rs232 cable
15:12.18Gnutooyou choose
15:12.25GnutooCaptnoord, indeed
15:12.38GnutooCaptnoord, I went looking for a cradle ->not found
15:12.44Captnoord?
15:12.47Captnoordcradle?
15:12.52GnutooCaptnoord, or docking station
15:13.04Captnoordk
15:13.06GnutooCaptnoord, so I could solder the pin of the docking station and get a serial cable
15:13.07Captnoordhttp://www.ftdichip.com/
15:13.18Captnoordhehe
15:13.30dcordesGnutoo, will it provide lots of unneeded gta-0? specific stuff when not building for gta-0? machine type ?
15:13.40Captnoordits in the usb socket isn't it
15:13.49GnutooCaptnoord, I've already the rest....that is to say usb->serial and max3232
15:13.57*** join/#htc-linux the_sys0p (n=the_sys0@cpe-66-75-215-0.bak.res.rr.com)
15:14.00Gnutoodcordes, it will
15:14.06dcordesGnutoo, yuck
15:14.08Gnutoodcordes, I'll pastebin my patch
15:14.18Gnutoobut it's for dream
15:14.23dcordesperfect thanks
15:14.43CaptnoordGnutoo: you have to check the signal comming out the device
15:14.45dcordesGnutoo, you should have them push it. it's good to spread the multi device word
15:14.57Captnoordbecause you only need a max232 when the signal level isn't correct
15:15.13Captnoordthat usb->rs232 has anough of 0v and 5v signals
15:15.15dcordesthinking outside the openmoko phone box, a big problem of openmoko inc
15:15.19Captnoordthe standard is 12v
15:15.26GnutooCaptnoord, I know you can and how to build the serial cable....but I don't have a htcdream->serial connector
15:15.36GnutooCaptnoord, I didn't look at the voltages yet
15:15.42Captnoordk
15:16.59Gnutoohttp://www.podgizmo.com/index.php?act=viewProd&productId=30 says out of stock
15:17.05Gnutooso...what should I do now?
15:17.12Gnutoocan I use the usb cable?
15:17.24Gnutooif I disect it will it have all the good pins
15:17.28Gnutooor only the usb pins
15:17.32Captnoordhttp://www.podgizmo.com/index.php?act=viewProd&productId=29
15:18.11Gnutoook thanks....
15:18.17Gnutooseem so small in order to solder
15:18.36Captnoordlol
15:18.40Gnutooand http://www.podgizmo.com/images/uploads/htc-pinout.jpg is not very clear
15:18.49Captnoordyea
15:18.56Captnoordwhat type of solder station do you have?
15:19.03Gnutooa very normal one
15:19.10Gnutoowitout heat adjustement
15:19.28Gnutoomy old one with heat adjustment broke during the transport
15:19.46Gnutoobut I've some good tip
15:19.48Gnutoos/tip/tips
15:19.58Captnoordalright
15:20.00Captnoordimportant
15:20.09Captnoordto prep the wire's your soldering
15:20.23Captnoordmake sure they have a VERY small copper tip
15:20.25Captnoordlike 1mm
15:20.29Gnutoook
15:20.33Captnoordthis makes it easier to solder
15:20.34Captnoordand
15:20.40Captnoordmakes it less possible to fuckup
15:20.44Captnoordget yourself this
15:20.44Captnoordhttp://www.tme.eu/katalog_pics/0/9/f/09f27cdd817bc77a0a9e6ecf3b5bfc78/ch-sw40-2-5.jpg
15:20.46Gnutoobut...wait a sec...I've nothing to solder....
15:21.10Gnutooeverybody is talking aobut this: http://www.tme.eu/katalog_pics/0/9/f/09f27cdd817bc77a0a9e6ecf3b5bfc78/ch-sw40-2-5.jpg in order to desolder
15:21.12Captnoordthat product will allow you to cleanly remove solder
15:21.31Captnoordyea.....
15:21.31GnutooI've one based on aspiration for now
15:21.36Captnoordyou know how it works?
15:21.43Gnutoothe http://www.tme.eu/katalog_pics/0/9/f/09f27cdd817bc77a0a9e6ecf3b5bfc78/ch-sw40-2-5.jpg ?
15:21.45Gnutoono
15:21.51Captnoordhow it works is...
15:21.59GnutooI bet it works because it's metal
15:22.08Captnoordyou put the wire... on the part you want to desolder....
15:22.16Captnoordand you press your solder tip on it
15:22.27Captnoordthe solder willl melt and the copper will absorb it
15:22.28Gnutoook
15:22.45dcordesGnutoo, got the patch available?
15:22.46GnutooI was thinking it would absorb it
15:22.53CaptnoordI use it also for when I need to solder extreme small stuff
15:22.54Gnutoodcordes, ok I'll send it now
15:23.01CaptnoordI just put a big hunk of solder on it
15:23.03Captnoordand use this
15:23.13Captnoordto remove the not needed stuff
15:23.23Captnoordbut... thats besides the point atm
15:23.47Captnoordhmmm why don't they have a better picture of that connector
15:24.22Captnoordhttp://pda-artemis.narod.ru/files/p3300-ExtUSB.jpg
15:24.26Captnoordhtc aramis
15:24.27CaptnoordI think
15:24.29Gnutoohttp://pastebin.com/m5bcd5e86
15:24.30Captnoordartemis
15:24.45Gnutoowow
15:24.46Captnoordits the same how the raph one works....
15:24.56GnutooCaptnoord, I should go and look better for a craddle?
15:25.03Captnoordthis time only the headset stuff is done
15:25.04Captnoordnope
15:25.21GnutooCaptnoord, so what should I solder to get serial?
15:25.28GnutooI've headphones * 2
15:25.31Gnutooand an usb calbe
15:25.34Gnutoo*cable
15:25.39Captnoordi'm thinking
15:25.49CaptnoordI don't think the headphone connector has these things easy to reach
15:25.54Captnoordi've done that stuff before
15:26.02Captnoordthey usualy remove the pins they don't use
15:26.06Gnutoook
15:26.08Captnoordso its almost impossible to solder
15:26.19Gnutooand I use it as an ogg player...so...not a good idea
15:27.02GnutooI bet it's the same for the usb cable
15:27.13Captnoordhttp://images.google.com/imgres?imgurl=http://www.instructables.com/files/deriv/FG5/0INV/FSMSY5WF/FG50INVFSMSY5WF.MEDIUM.jpg&imgrefurl=http://www.instructables.com/id/STTNTU4FSLF7OAL/&usg=__Bao_6vrpWvBlm3gbaNNOewP2TQw=&h=285&w=500&sz=19&hl=nl&start=22&um=1&tbnid=YCR2zf9Od_ifXM:&tbnh=74&tbnw=130&prev=/images%3Fq%3DHTC%2BExtUSB%26ndsp%3D21%26hl%3Dnl%26lr%3D%26sa%3DN%26start%3D21%26um%3D1
15:27.39GnutooCaptnoord, that is out of stock
15:27.49Captnoord8: Audio - (GND) Labeled "CK" (Serial 2.8v Level TX)
15:27.49Captnoord9: Switch (Talk) Labeled "OT" (Serial 2.8v Level RX)
15:27.56Captnoordits the pinout i'm interested in
15:28.04CaptnoordTX and RX
15:28.10Captnoordits 2.8v style
15:28.13Captnoordso
15:28.15Captnoordbrb
15:28.18Gnutoommm
15:28.18Captnoordphone call
15:28.20Gnutoook
15:28.25Gnutoosee you soon then
15:30.13*** join/#htc-linux AstainHellbring (n=AstainHe@unaffiliated/astainhellbring)
15:31.48dcordesGnutoo, would you like to push the (dream) kernel specific bits to org.oe.dev ?
15:32.23Gnutoodcordes, I was proposed commit access to the 2.6.29 branch of linuxtogo...so yes I can push machine + kernel
15:32.49Gnutoodcordes, if I take the commit access I would push:
15:32.51Gnutoo*tslib
15:33.02dcordesGnutoo, no just push with the leviathan branch
15:33.11Gnutoo???
15:33.18dcordesnevermind what you said
15:33.19Gnutoothere is a leviathan branch?
15:33.22dcordesit's the best way
15:33.35Gnutooyes but I want clean things
15:33.38dcordesthe whoever put it non android dream branch
15:33.53GnutooI've a personal branch at replicant
15:34.05Gnutooit is clean and has:
15:34.07Gnutoo*tslib
15:34.14Gnutoo*framebuffer
15:34.21Gnutooand a third patch I don't remember
15:34.29dcordeslet's do this now
15:35.08Gnutoook you mean that I would point oe to my personnal branch???
15:35.26dcordesbefore the 29 branch will collect dust
15:35.27dcordesgit clone git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git
15:35.41dcordesyes right. it's better to have all the msm crud central at ltg
15:36.06Gnutoothe third thing was for not having *2 as screen size(android specific thing)
15:36.22dcordesok. framebuffer panning
15:36.48Gnutoodcordes, what do you mean by "it's better to have all the msm crud central at ltg"
15:36.57Gnutooso roughly what should I do?
15:50.29dcordes~ping phh
15:50.30aptpong phh
15:53.07*** join/#htc-linux mirth18 (n=nick@99-9-113-231.lightspeed.livnmi.sbcglobal.net)
15:53.15*** part/#htc-linux mirth18 (n=nick@99-9-113-231.lightspeed.livnmi.sbcglobal.net)
15:56.14dcordesanybody who knows how to fetch in remote changes of a remote tracking git branch so the commits can be pushed to the local branch?
16:21.33*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
16:26.59*** join/#htc-linux gekas (i=8d1c065d@gateway/web/freenode/x-cdkuqbtboyaigewt)
16:27.14*** join/#htc-linux [2]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
16:29.43*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
16:30.41[2]Captnoordre
16:30.42[2]CaptnoordGnutoo:
16:30.57[2]Captnoordneed to know more.....
16:31.03[2]Captnoordmy mom got back from the hospital
16:31.04[2]Captnoordso
16:32.28Gnutoook so she is ok
16:32.50[2]Captnoordyup
16:32.58Gnutoo[2]Captnoord, i'll prepare some patches then I'll continue the debugging with you
16:33.09[2]Captnoordk
16:33.49*** join/#htc-linux unknown_ (n=unknown@84.19.199.151)
16:33.53[2]CaptnoordGnutoo: I think its possible to create a serial cable using a headset
16:34.01Gnutoook
16:34.12gekashey
16:34.16[2]Captnoordand I also think
16:34.21[2]Captnoordit should work on the raph
16:34.37Gnutooif it works on one htc it should work on the others
16:34.46Gnutoobut what if I buy a cradle/docking-station
16:35.04GnutooI could use the easily accesible pins to make a serial cable no?
16:35.10[2]Captnoordyup
16:35.12[2]Captnoordshould be possible
16:35.19[2]Captnoordif you can also use it as a headset
16:35.21[2]Captnoordand stuff
16:35.37GnutooI'll try to find a cradle than at the town center
16:35.43*** join/#htc-linux kiozen (n=kiozen@93.135.218.104)
16:35.58[2]Captnoordhmmm
16:36.01[2]CaptnoordI even think its possible
16:36.06Gnutoobecause I've tried near my home for now...in telephony or consumer electronics shops
16:36.09[2]Captnoordto create a cable using a normal usb connector
16:36.16Gnutoosome people did it
16:36.29Gnutoonormal means the one from the htcdream?
16:36.39Gnutooor a normal-normal
16:36.43[2]Captnoordlol
16:36.44[2]Captnoordnope
16:36.45[2]Captnoordits not
16:37.07[2]Captnoordits not that easy
16:37.13[2]Captnoordits easy using the headset
16:37.43Gnutoook
16:37.43Gnutoois there a howto somewhere?
16:37.51Gnutooor docs or something?
16:37.53[2]CaptnoordI don't think so
16:37.55Gnutoook
16:38.05[2]Captnoordbut I don;t know anough
16:38.19[2]CaptnoordI wish I had a spare headset
16:38.20*** join/#htc-linux onen|openBmap (n=quassel@vbo91-1-89-87-201-85.dsl.club-internet.fr)
16:38.20Gnutoook
16:38.27*** join/#htc-linux BabelO (n=fcr@unaffiliated/babelo)
16:38.29Gnutoothanks a lot for your help
16:38.31[2]Captnoordthe 2.8v level
16:38.38[2]Captnoordis going to be a problem with your max3232
16:38.39Gnutoo2.8v...ouch
16:38.42Gnutoonot even 3.3v
16:38.54[2]Captnoordnope
16:39.13[2]Captnoordi'l check the doc's
16:39.16Gnutoommm....even if I put 2.8v into the max3232
16:39.45CaptnoordFor Low-Voltage or Data Cable Applications:
16:39.45CaptnoordMAX3380E/MAX3381E: +2.35V to +5.5V, 1ìA,
16:39.45Captnoord2 Tx/2 Rx RS-232 Transceivers with ±15kV
16:39.45CaptnoordESD-Protected I/O and Logic Pins
16:40.05Gnutoook thanks a lot
16:40.06Captnoordhmmm
16:40.09Captnoordwait
16:40.21CaptnoordI think its still possible as its 0.7 - 5v
16:40.22Captnoordstuff
16:40.23Captnoordso
16:40.26Captnoord2.8 is within that
16:40.29Gnutoook
16:40.41Captnoordyup
16:40.43Captnoordyour safe
16:41.04Captnoordbut you need to feed it 3.3 V
16:41.08Captnoordnot 5V
16:41.08Gnutoook
16:41.13GnutooI've 3.3v in my router
16:41.26Gnutoolol
16:41.31*** join/#htc-linux tuxhero (n=tuxhero@122.169.215.206)
16:41.37Gnutoorouter = wrt54gsv4
16:42.18Captnoordgot the same
16:42.24Captnoordmine running tomato firmware
16:42.27CaptnoordI got the GL
16:42.35GnutooCaptnoord, mine runs nothing...used for oe dev...
16:42.45Captnoordlol
16:42.52GnutooI use a pentium III@500 Mhz as router
16:42.56Gnutoowith b43+hostapd
16:43.11Gnutooso it has apache,proftpd,git etc...
16:43.48Captnoordlm317 is a adjustable voltage regulator
16:43.49Gnutoobtw I had to solder;desolder;resolder
16:43.55Captnoordyou can turn 5v into 3.3v
16:43.59Gnutoook
16:44.14Captnoordyou need the L version of it
16:44.15Captnoordor
16:44.16Captnoordat least
16:44.18Captnoorda small one
16:44.21Gnutoothey didn't have one at my local electronic shop
16:44.22Captnoordnot the 1.5A's one
16:44.25Gnutoook
16:44.30Captnoordhmmm
16:44.39Gnutoothe 5v->3v thing
16:44.41Captnoordyou can try a lm7805
16:44.45Gnutoobut they had a:
16:45.19Captnoord?
16:45.32Gnutooah yes it was lm317T
16:45.39Captnoordhehe
16:45.43Captnoordthats the one
16:46.03Gnutoobecause there was something 5v->3.3v that was not lm317 and that didn't require all this circuit
16:46.08Gnutoothey didn't have that one
16:47.24Captnoordhehe
16:47.32Captnoordyou got the needed components?
16:47.37Captnoord2x 100nF
16:48.22Captnoordthe thing is...
16:48.34Captnoordit takes already 1.25 V of your supplied voltage
16:48.40Captnoordas its needed for operation
16:48.50Captnoordso its 0 - 3.75V left
16:49.04Captnoordhttp://www.national.com/ds/LM/LM117.pdf
16:49.11Captnoordgoto page 9
16:49.20Captnoordyou see figure 1
16:49.34CaptnoordVRef is always 1.25V
16:49.59Captnoordso you want to make R1 slightly bigger than usual
16:50.44Captnoordthe resistors need to have a ratio of
16:50.46Captnoord1 : 1,64
16:51.18Captnoordso you an make R1 1K
16:51.26Captnoordand R2 640 ohm
16:51.31Captnoordis that correct?
16:51.32Captnoordlol
16:51.51Captnoordnope
16:51.52Captnoordits not
16:51.53Captnoordlol
16:52.05GnutooI think I've the components
16:52.07Gnutoobut wait a min
16:52.12GnutooI need the craddle first
16:52.17Captnoordhehe
16:52.25CaptnoordR2 needs to be 1K640
16:52.35Captnoordthats 1K + 640ohm
16:52.44Captnoordbut I can't remember 640 to excists
16:52.53Captnoord680 excists
16:53.19Captnoordbtw
16:53.24Captnoordthey all excist...
16:53.31Captnoordi'm talking about most commonly used parts...
16:53.35Gnutooit's not given that I find a craddle
16:53.41Captnoordhttp://www.logwell.com/tech/components/resistor_values.html
16:53.56Captnoordthen if you have a spare headset
16:54.02Gnutoothanks
16:54.04Gnutooi've one
16:54.21Captnoordthe ranges of
16:54.22CaptnoordE6E12E24E48E96
16:54.23Gnutoobut I prefer buying a craddle thatn sacrificing one
16:54.29Captnoordare easy to get
16:54.38CaptnoordE192 will get a bit harder
16:54.40Gnutoobut I can sacrify the usb cable
16:55.05Captnoordyou need the headset...
16:55.08Gnutooin the past I did some electronics circuits so I've some material...
16:55.10Gnutoook
16:55.14Captnoordthe usb cable doesn't have the pinning ont he right side
16:55.20Gnutoook ouch
16:55.27GnutooI've 2 headsets but one is the complete one
16:55.39Gnutoothe other can accept headphones
16:55.56Gnutooso I think that if I don't find a craddle I'll buy one more headset
16:56.34Captnoordbut... you can also use the 5v from the usb
16:56.38Gnutooso I have to do something like that: https://www.noisebridge.net/wiki/Image:G1-two-usb-to-serial-cable.jpg
16:56.39Gnutoook
16:56.39Captnoordand hope it works
16:56.41CaptnoordI think it would
16:56.52Captnoordless work
16:56.56Gnutooindeed
16:56.59Captnoordbetter chance of succes
16:57.01Gnutoo5v->3.3v
16:57.40Gnutoofor the router I had a huge problem making the serial cable: first problem bad contact on the breadboard...second problem I took a 5 for a 6 on the schematics
16:59.28Captnoordjust simply disasmbled mine
17:00.30Gnutoook
17:01.13CaptnoordI wonder if I could use it without destroying it
17:01.14Captnoordlol
17:01.43Captnoordanyone knows if the serial stuff is also connected on a raph?
17:02.55Gnutoobtw while debugging android(replicant) stuff maybe I found a bug in alsa : maybe the HEADSET+HANDSET is wrong and makes the adsp crash
17:03.01Gnutoobecause on android it did
17:03.24Gnutoothat may be the cause of the first bug(the one with the bars)
17:04.18Captnoordhttp://kamaa.viritetty.com/Raphael/spk_connected.png
17:04.24Captnoordhehe
17:05.33*** join/#htc-linux luc_ (n=luc@89-115-128-35.cl.ipv4ilink.net)
17:05.43*** join/#htc-linux c4software (n=Adium@roo49-2-88-161-139-221.fbx.proxad.net)
17:05.51GnutooI won't solder in it...I use it (freely) as phone and ogg player...
17:05.56c4softwareHi
17:06.21Gnutoobtw the lack of gdb is the consequences of /dev/mem issues?
17:06.24Gnutooc4software, hi
17:06.35c4softwareSomething have change in panel support for diam100. suspend seems okay with sharp panel
17:13.36tuxherodzo r u there
17:16.54dtracktuxhero
17:17.19darkstonehey, do you want me to upload the files for hero build?
17:17.25darkstoneit doesnt boot though
17:17.25darkstoneD:
17:17.44c4softwarehmm; nop in fact the mobile poweroff when the panel poweroff
17:18.50c4softwareafter one or two second.
17:18.52tuxherodarkstone, iam waiting for working port. I used hero builds but non of  them are able to boot
17:19.14darkstonesame here
17:19.24darkstonei just get a _ cursor
17:19.31darkstonewhen trying to boot into graphical mode
17:20.01c4softwaresame with the pulse system
17:20.04darkstoneon the upside, squashfs seems to be working
17:20.12*** join/#htc-linux GlemSom (n=glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk)
17:20.58tuxherodarkstone, i don't understand why it's not able to boot if we know problem then we can find solution
17:22.27darkstonei have no idea
17:22.29darkstonebrb
17:27.26*** join/#htc-linux pleemans (n=toi@84.194.169.109)
17:28.07darkstoneback
17:30.02darkstonehrm
17:30.38darkstonei might try the vogue build
17:30.38darkstoneinstead of the kaiser build
17:31.53tuxherodarkstone, i used all available vogue and kaiser hero build none of them worked :((
17:32.07darkstone:/
17:39.06darkstonelol
17:39.13darkstonetried kaiser build
17:39.14darkstoneno luck
17:39.49darkstonehrm, is it possible to decompress squashfs files and put them into an img file?
17:41.15phhunsquashfs; dd;mkfs.ext2;cp
17:41.26tuxherodarkstone, if ur using linux then u can do it
17:41.30darkstoneyeah
17:41.33darkstoneim on windows
17:41.36darkstonexD
17:41.44darkstoneconsiders using a VM
17:42.21tuxherodarkstone, yes use virtualbox or vm ware
17:42.52darkstoneim lazy
17:42.55darkstone:P
17:43.01darkstonemaybe later on
17:43.11phhwhy do you want to "convert" squashfs to img ?
17:43.50darkstonei wanna take a look at the filesystem
17:44.13tuxherophh i want to know i2c address of kionix do u know how to trace it with haret
17:44.30phhtuxhero: no, but you can maybe try using i2cdetect
17:44.48phh(in the angstrom initramfs)
17:44.59tuxherophh thnx i will try it now
17:45.14phhbut you need to build your kernel with the "I2C device" option
17:45.27tuxherophh yes i already have it
17:45.42tuxherophh which device do u have?
17:45.46phhdiam100
17:47.04tuxherophh did u try booting hero build?
17:47.19phhno
17:47.23phhwhere is that ?
17:49.19tuxherophh get squashfs supported kernel here http://glemsom.anapnea.net/android/
17:49.27phhi already have
17:49.52tuxherohttp://kaiser-hero.googlecode.com/files/kaiser-hero-130809-1.zip
17:50.43tuxherophh if u test it please let us know results
17:52.22phhdownloading
17:53.15phhnow i've to transfer it to my phone ...
17:53.29phhwhy is my internet connection quicker than my phone ? :p
17:54.43phhtuxhero: this build is cramfs anyway ...
17:54.55tuxherophh ok
17:57.36Captnoordre
17:58.16*** join/#htc-linux zwon (n=sven@ip-78-94-250-13.unitymediagroup.de)
17:58.33zwonhallo
18:04.05tuxherophh what happen?
18:05.05phhwas still uploading
18:05.25phhstarted
18:06.09phhfrozen on A N D R O I D
18:06.13phhwill be easy to debug.
18:06.40phh(yes i'm ironic)à
18:09.53phhtuxhero: any luck with i2cdetect ?
18:09.56*** join/#htc-linux rayman18 (n=opera@residL-102-227.uc3m.es)
18:10.20tuxherophh no it's not working :(
18:10.33phhi2cdetect won't find your sensor ?
18:15.36*** join/#htc-linux cr2 (n=cr2@ip-109-85-12-253.web.vodafone.de)
18:15.55tuxherophh it's show available i2c but unable to scan
18:16.07tuxherocr2 hi
18:16.09phhdoes the /dev/i2c-0 file exists ?
18:16.19tuxherophh yes
18:16.30phhhow do you call it ?
18:17.03tuxheroi2cdetect -l to show available bus
18:17.11tuxheroi2cdetect 0 to scan
18:18.01phhwhat's the exact message it says ?
18:18.08phhiirc i had to add -q option or something like
18:18.53tuxherophh i forgot it i will do it again give me a min
18:18.59phhor was it -r ?
18:19.01phhmm can't remember
18:20.22tuxherophh let try all :)
18:20.43tuxherocr2 any new thing for us?
18:20.52phhwell, if you read and understand the error, and do man i2cdetect
18:20.57phhyou should be able to get it working
18:21.47tuxheroCan't use SMBus Quick Write command on this bus (ISA bus?)
18:21.55phhthen do -r :p
18:23.48tuxheroyes -r worked but log of kernel messages Bus still busy
18:24.16phhyeah don't care
18:24.22phhit might crash
18:25.39*** part/#htc-linux rayman18 (n=opera@residL-102-227.uc3m.es)
18:27.47*** join/#htc-linux stickboy (n=anonymou@128.153.178.44)
18:35.50*** join/#htc-linux Bry8Star_ (n=Bry8Star@adsl-99-40-117-44.dsl.lsan03.sbcglobal.net)
18:49.29*** join/#htc-linux balans (n=barry@212-123-149-239.ip.telfort.nl)
18:52.18thedicemasteris babijoee here?
18:54.03tuxhero<PROTECTED>
18:54.04tuxhero00:          -- -- -- -- -- -- -- -- -- -- -- -- --
18:54.04tuxhero10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18:54.04tuxhero20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18:54.04tuxhero30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18:54.04tuxhero40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18:54.06tuxhero50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18:54.09tuxhero60: -- -- -- -- -- -- UU -- -- -- -- -- -- -- -- --
18:54.10tuxhero70: -- -- -- -- -- -- -- --
18:54.17tuxherophh this is the output of i2cdetect
18:55.50*** join/#htc-linux balans (n=barry@212-123-149-239.ip.telfort.nl)
18:56.06*** join/#htc-linux Squarc (n=Squarc@82-217-32-29.cable.quicknet.nl)
19:01.24*** join/#htc-linux rayman18 (n=opera@residL-102-227.uc3m.es)
19:04.12*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
19:11.19*** part/#htc-linux rayman18 (n=opera@residL-102-227.uc3m.es)
19:20.21phhtuxhero: so that doesn't help
19:20.25phhthedicemaster: i've never seen him here
19:20.53tuxherophh ya :(
19:21.05tuxherophh do u know how to trace it with haret
19:21.20phhno
19:21.54tuxheroi think cr2 know's
19:22.05tuxherocr2 helppppppppp
19:22.32phhi'm sure he knows :p
19:22.52thedicemasterthe pack he uploaded somewhere with a 1.6 android had a little problem with the gps
19:23.17phhwhat do you mean ?
19:23.21phhgps always got system freezing
19:24.12thedicemasterit freezes yes, that's not a problem yet. it is when gps freezes your phone before you even get far enough into android to disable it.
19:25.03thedicemasterno longer a problem though, managed to get further using a newer zimage.
19:29.36thedicemasterthere was a way to prevent standby-crashing right?
19:32.20phhon diam ?
19:32.43thedicemasteryes
19:33.07c4softwareon my diam when the device suspend. and if i don't touch to the sensitive area the device shutdown
19:33.09phhwell, i commited something like for raph, but someone reverted it because "it works for someones"
19:33.09thedicemastersome setting which disabled (a part of) standby
19:33.48phhyou could try board_htcdiamond_panel.type=0, but last time i tried, it did nothing
19:33.54c4softwarebut. on the sharp panel the suspend seems correct. :)
19:34.22thedicemasterstandby support really took a sudden nosedive.
19:34.46thedicemasterat first getting out of standby got easie, and now sandby crashes the entire phone.
19:35.25phhhave you tried today's builds ?
19:35.47c4softwarestandby working for some diam not on all. now its seems working on all but its crash after 1 or 2 seconds
19:36.04c4softwarethis problem its with the todays build phh
19:36.07thedicemasterusing the one marked commit f524306ab293e5faa4b736657b2718f9b3dee643
19:36.18phhc4software: awesome.
19:36.27phhand i don't know who commited theses.
19:36.39c4softwarethe panel support its better than before
19:36.44c4softwareits not dzo?
19:36.56phhmost likely
19:37.04thedicemasterthe accelerometer preventing sleep shouldn't have been fixed
19:37.15phhthedicemaster: hu ?
19:37.32thedicemasterAbimanyu did the last few commits
19:37.58thedicemasteraccelerometer is enabled in the builds i'm using, but at first it prevented sleep/standby
19:38.46thedicemasterit then got disabled temporarily because it prevented sleep, and i think today someone fixed it
19:38.51*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
19:39.18phhit didn't prevent me from anything /o\
19:39.40c4softwarei try on my diam to see if its prevent the standby
19:39.50thedicemasterit no longer does
19:40.09thedicemasterFix Accelerometer preventing sleep and enable it again for diamond.
19:41.39thedicemasterreally seems as if DIAM200 has all internet/networking related stuff just slightly different from all other diamonds.
19:42.38*** join/#htc-linux leaigor (n=laigor@188.134.16.241)
19:42.47c4softwarereally strange the shutdown problem
19:42.48c4software:p
19:44.18thedicemasterah well, back to having only my favourite part of android. the desktop&programlist interface.
19:45.22c4softwareokay i try one more time. the system shutdown after one second when its in sleep mode
19:45.37tuxherophh it's dzo who committed those changes
19:46.39c4softwarebut the screen is turned off and the backlight too. its really a big step :)
19:48.41tuxheroEpson code is not at read :(( :(( :((
19:48.57tuxheroEpson code is not at ready :(( :(( :((
19:49.38c4softwarehad to go
19:49.39phhc4software: we could do it before
19:49.44phhthe problem is to wake up
19:49.55c4softwarethe wake up its fine on my device
19:50.06c4softwareno no
19:50.18c4softwareon sharp panel the sleep having some problem before
19:50.55c4softwarethe backlight was not shutting down. but right no its seems okay
19:50.56c4software:)
19:50.59c4software(for the backlight
19:51.01c4software)
19:51.16phhi neved had problem with backlight /o\
19:51.49c4softwareyou maybe don't have a sharp panel ;)
19:51.57c4softwareproblem was only with sharp panel
19:51.57c4software:)
19:52.49c4softwarei dhad to go guys ;)
19:52.58c4softwares/shad/had
19:53.04c4softwaredamn
19:53.12c4softwarei'm tired ^^
19:53.51thedicemasteri do think i should go with android for my next phone.
19:53.53nozzeme 2 and I have to go to work in 10 minutes
19:54.20thedicemasterby the time i can afford one someone must've designed a good looking one.
19:59.01*** join/#htc-linux Reactor16 (n=Reactor1@41.105.67.129)
19:59.12Reactor16Hi all
20:09.07tmzthello
20:13.15*** join/#htc-linux luke-jr (n=luke-jr@2002:62b3:1d4c:0:20e:a6ff:fec4:4e5d)
20:19.22tuxherophh, tmzt, cr2 how to test Accelerometer?
20:22.27tuxherocr2 what happen to u today no messages???
20:22.55tmzthe could be busy
20:23.01tmzttest how?
20:23.08tmztevtst should be enough
20:23.10*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
20:23.14tmztevtest
20:23.22tuxherook i will try it
20:30.30phhtuxhero: od -x /dev/input/event3
20:30.35phhwell evtest can do the trick too :D
20:31.23tuxherophh is Accelerometer working in android?
20:31.33phhnot yet
20:31.36phhi'm working on it
20:32.03phhi hope getting for results for next week
20:32.44kri5hello there
20:35.20tmzttuxhero: also, people.openezx.org/tmzt/ev.py if you have python
20:35.43tmztit's terse, just read the output carefully or add what you want to it
20:36.35tuxherotmzt ok
20:39.05tuxherotmzt from they day i saw you in irc i was think i have seen u nick name some where else but i remember correctly. Now i got it i have see ur nicename lot of time at openezx
20:39.30tmztyeah, I'm in few channels
20:39.43tmztwork on motoq sometimes
20:39.50tmztbut more msm lately
20:40.04tmztas motoq is off of th network
20:41.39tuxherotmzt is A1600 able to boot custom kernel?
20:41.43Captnoordhttp://www.connect-utb.com/
20:41.47Captnoordborked
20:41.48Captnoord?
20:42.57tmzttuxhero: as in #openezx
20:43.01tmztask
20:43.13tmztis it it pxa/ezx or magx?
20:43.24tuxheroezx
20:51.26kri5does apn connection work with latest build posted on xda?
20:53.01*** join/#htc-linux SneakyViper (n=martijn@78-27-5-79.dsl.alice.nl)
20:53.19phhkri5: what are you talking about ?
20:53.28phhif it's a donut release for raph/diam, then no
21:03.06kri5phh: think it's a donut version, maybe that why it doesn't seem to work :D
21:03.23*** join/#htc-linux SneakyViper (n=martijn@78-27-5-79.dsl.alice.nl)
21:03.45phhafaik only 1.5 releases gets data connection
21:05.57kri5phh: ok
21:07.13kri5phh: any ideas of why it does not work? changes in donut APIs?
21:07.42phhmostly because builders don't know how to do i think
21:08.00phhbut maybe api changed too
21:08.02phhnot sure
21:09.20kri5ok :)
21:13.58phhanyway, 1.5 works great imho
21:14.39*** join/#htc-linux rayman18 (n=opera@residL-102-227.uc3m.es)
21:15.16kri5phh: can you point me to a good 1.5 android package for blac100?
21:15.33phhmmm don't know
21:15.40phhi guess diamond's one should be good
21:15.50phhdon't know if connection works
21:16.37kri5where could i get this one?
21:18.17rayman18kri5: search on http://www.connect-utb.com/
21:18.49rayman18kri5: isnt there?
21:23.30*** part/#htc-linux rayman18 (n=opera@residL-102-227.uc3m.es)
21:34.31*** join/#htc-linux rayman18 (n=opera@residL-102-227.uc3m.es)
21:38.30*** part/#htc-linux rayman18 (n=opera@residL-102-227.uc3m.es)
21:42.15*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
21:48.36*** join/#htc-linux leobaillard (n=leobaill@leobaillard.org)
21:48.50*** join/#htc-linux stickboy (n=anonymou@128.153.211.150)
21:59.42*** join/#htc-linux captnoord (n=captnoor@dc5147a47b.adsl.wanadoo.nl)
22:03.22*** join/#htc-linux enate (n=user@c-69-254-31-113.hsd1.fl.comcast.net)
22:09.25enateso.. someone know about dropping a GSM ril onto a CDMA ROM (Sprint Hero)?
22:16.10*** join/#htc-linux thedicemaster (n=thedicem@j89051.upc-j.chello.nl)
23:04.35*** join/#htc-linux Tinyboom (n=nahh@41.80-202-154.nextgentel.com)
23:29.16*** join/#htc-linux Bry8Star (n=Bry8Star@99.40.117.44)
23:33.29*** join/#htc-linux stickboy (n=anonymou@128.153.211.150)
23:33.56*** join/#htc-linux Bry8Star__ (n=Bry8Star@adsl-99-40-117-14.dsl.lsan03.sbcglobal.net)

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