irclog2html for #htc-blueangel on 20050919

06:38.44*** join/#htc-blueangel cp15 (i=yryaoc@p549A1493.dip0.t-ipconnect.de)
06:38.44*** mode/#htc-blueangel [+o cp15] by ChanServ
06:38.58cp15Good Morning
07:24.00*** join/#htc-blueangel rob_w-cgi (n=txuser@dd1010.kasserver.com)
07:24.00*** mode/#htc-blueangel [+o rob_w-cgi] by ChanServ
07:24.44rob_w-cgimorning all ... what a weekend .. hehe
07:25.07rob_w-cgiplease spit out your political comments now ... or never
07:32.59cp15I will wait for dresden before giving up all hope
07:35.03rob_w-cgioh
07:35.28rob_w-cgii think the clear message is there is no clear message
07:35.48rob_w-cgiso any fu** plotician now has to sit together !!! thats how we voted !
07:36.22rob_w-cgithey are the bad people still thinking they can fight each other ,, no , they now have to work TOGETHER !
07:50.20cp15They won't work together, they will still fight
08:06.03*** join/#htc-blueangel rob_w-cgi (n=txuser@dd1010.kasserver.com)
08:06.03*** mode/#htc-blueangel [+o rob_w-cgi] by ChanServ
08:06.24rob_w-cgire ,, sorry closed the browser
08:07.20cp15You can surf at work? Seems to be a social company
08:10.24rob_w-cgihehe
08:11.17cp15My boss is not happy when I am surfing too much at work ;-)
08:17.28rob_w-cgi? i thought u r the boss `?
08:17.54rob_w-cgiwell as a techsupport it is hard to forbid or reglement the internet ..
08:18.15rob_w-cgiso as long as you deliver your statistics and calls iam safe !
08:20.41cp15Yes, I am my own boss, but not a nice one
08:24.25cp15Did you succeed in merging my changes into gomunicator 0.1.3?
08:25.20bhimagood morning.
08:25.40rob_w-cgino
08:25.42cp15Good morning
08:25.54rob_w-cgisalve bhima
08:26.26cp15:-( I wanted to continue development. Have you changed anything in 0.1.3? If not, I will try to merge
08:26.33rob_w-cgicp15 actually i didnt had too much time
08:26.55cp15Ok, then I will try
08:26.58bhimaThe h6300 uses a wifi device that apparently doesn't currently have a free driver.
08:27.09rob_w-cgisure go ahead , just try filling me with clear statues ...
08:27.37rob_w-cgimaybe try to keep it open via command lines so we might be compatible with other hardware
08:27.50rob_w-cgithats why i used term.h
08:29.07cp15bhima: It is the same chip as in the blueangel. There is a free driver, but it its not yet in production state and one important part (card service) is missing
08:29.52cp15I tried to implement it the last days, but there seems still something missing. Ther driver doesn't get called
08:30.05rob_w-cgicp15 but reading the README it tells that the pci devices will be problems
08:30.41cp15Its not connected via pci on the ba
08:31.16bhimacp15: Interesting. So it's definitely a PCMCIA interface?
08:31.44cp15bhima: Do you know at which sample rate the ba audio works? I have measured 40K, which seems a bit strange
08:31.54cp15Yes, I am nearly sure now :-)
08:33.03bhimacp15: Well, I do know that when I used a VoIP program on my BA, it sounded like shit and was _extremely_ garbled... :)
08:33.33bhimaMaybe it was trying to send out the wrong number of samples per second.
08:34.30bhimaI may be able to find a program that will change the hardware sampling rate of the BA under WinCE. Would doing that and then some GPIO dumping be useful
08:34.31bhima?
08:37.37cp15No, since I don't know where to set the sample rate. I just know a bit to turn the clock on and off. And it gives a rate of 40 kHz +-1%.
08:38.38bhimaI'd be somewhat happier with 40kHz + ~10%. :)
08:39.14cp15At first I thought it must be an error, and its really 44,1 kHz, but it doesn't look like that
08:40.08bhimaIf that is the case, that is truly fucked up.
08:41.31cp15Maybe we can switch the ssp port (used for audio transfer) to internal clock, but I am afraid from the cpu frequency you wont get any standard rate
08:50.20bhimaI suppose that'll do; it shoudln't be that hard to do sample rate conversion foo.
08:51.11bhimaI can probably get some source that does it fairly well integer-only without much CPU overhead.
09:03.00cp15That would be nice
09:05.40bhima(we have a speech recognizer ported to wince, integer only, and were using some code like this. Sadly, not open source)
10:14.04rob_w-cgido we support the battery already ,, ,i can load the module and i see messages regarding it but i cant find a device either under /proc nor /sys
10:16.20cp15I am not sure :-) There seems to be a register on the tsc2200 which is related to the battery, but reading it disturbs the touchscreen and the relation to battery is a bit strange
10:19.44rob_w-cgihmm how is the touch disturbed ?
10:20.09rob_w-cgialso does this register talk about both battery`s ?
10:39.40*** join/#htc-blueangel ChanServ (ChanServ@services.)
10:39.40*** mode/#htc-blueangel [+o ChanServ] by irc.freenode.net
13:44.39bhimapocketexplorer dies when it tries to look at my MMC card.
14:11.00cp15Use a real os :-)
14:11.37cp15But no kidding: WinCE doesn't seem to offer any process protection. Every process can do everything
14:13.05bhimaI believe that's incorrect. I think they do have protection.
14:13.24bhimaOld versions did: http://www.microsoft.com/msj/0598/memory.aspx
14:16.04cp15Hihi... Compare the virtual address space with http://wiki.xda-developers.com/index.php?pagename=BlueangelVirtualMemoryMapping
14:16.39cp15The "Reserved Area" contains everything not in the normal virtual address space
14:17.00cp15And haret can access everything, it does nothing special for it
14:17.25cp15Just a phystovirt call to get the virtual address from a physical address
14:18.36bhimaso it configures the system with protections for memory, but modifying those protections is an un-privileged operation?
14:25.39cp15Seems so... There is a function SetKMode in haret, but the comment states WinCE is always in kernel mode.
14:26.10bhimawell. That is better than not having memory protection.
14:26.13bhimabut it is a bit strange.
14:26.23cp15This makes drivers very easy. They can be implemented in a dll, no separate kernel interface required
15:50.10cp15So, i have a little interaction between contacts and phone now: The phone is looking into contacts to get the name for a number, and you can dial a number from contacts
15:52.42bhimanifty.
15:58.49cp15What do you think: Should a sms manager be integrated into the phone application, or should it be integrated into the mail app, and smses are occuring as a special mailbox?
16:00.18bhimaI think that SMS and mail should be integrated into one app, but I think that SMS is different enough from mail that it's hard to properly integrate SMS into generic mail.
16:01.39cp15Ah... The bluetooth person responded and told me the command to set the baud rate. He may also get a script for better powermanagement from TI
16:02.22bhimaexcellent. bluetooth audio is something I definitely want.
16:02.44cp15Do you know a linux app which uses it?
16:04.32bhimaNot really.  There's some stuff to do BT audio as a system audio device.
16:05.13cp15Ok, that would be a start. Do you have a link?
16:07.15bhimahttp://sourceforge.net/projects/bluetooth-alsa/
16:08.51bhimahttp://bluetooth-alsa.sourceforge.net/ is better.
16:08.52cp15Ok, i think i will go offline now. Tomorrow I will visit rob, maybe I can offer hi speed bluetooth on wednesday.
16:09.36bhimaok. Say hi to rob for me :)
16:10.28cp15Looks pretty easy from the instructions
16:11.42cp15Do you have to "wakeup" the headset when you want to transmit audio?
16:13.05bhimaAny "wakeup" stuff is done by those apps.
16:17.49cp15I just noticed the clock of the ba is running too fast... Maybe the measurement error was more than 1% :-)
16:18.57bhimaheh.
16:24.48cp15So, I will leave now
16:24.50cp15Bye
16:24.55bhimahave fun.
18:02.51*** join/#htc-blueangel ekkobelli (n=michi@p54A4DB04.dip.t-dialin.net)
19:01.55*** part/#htc-blueangel ekkobelli (n=michi@p54A4DB04.dip.t-dialin.net)
22:10.00*** join/#htc-blueangel cp15 (i=xqibzz@p549A1493.dip0.t-ipconnect.de)
22:10.03*** mode/#htc-blueangel [+o cp15] by ChanServ
22:10.10cp15Good evening
22:21.23cp15And good night
23:44.45*** join/#htc-blueangel immolo (n=immolo@cpc1-cosh1-4-0-cust126.cos2.cable.ntl.com)
23:57.06*** join/#htc-blueangel immolo_ (n=immolo@cpc1-cosh1-4-0-cust126.cos2.cable.ntl.com)

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc.