| 00:05.53 | *** join/#htc-blueangel immolo (n=immolo@cpc1-cosh1-4-0-cust126.cos2.cable.ntl.com) |
| 00:58.40 | immolo | . |
| 00:59.50 | *** join/#htc-blueangel immolo (n=immolo@cpc1-cosh1-4-0-cust126.cos2.cable.ntl.com) |
| 01:00.26 | *** join/#htc-blueangel clmntch (n=gcc80x86@wsip-68-101-41-3.dc.dc.cox.net) |
| 01:02.58 | clmntch | bhima: i asked about the audio the other day, doesnt this device have the uda1380 |
| 01:27.36 | immolo | there |
| 01:27.57 | immolo | I think I fixed all the login issues with the sd image |
| 06:43.20 | *** join/#htc-blueangel rob_w (n=bob@p213.54.145.60.tisdip.tiscali.de) |
| 06:43.20 | *** mode/#htc-blueangel [+o rob_w] by ChanServ |
| 11:38.31 | *** join/#htc-blueangel cp15 (i=sjanuo@p549A1AA8.dip0.t-ipconnect.de) |
| 11:38.31 | *** mode/#htc-blueangel [+o cp15] by ChanServ |
| 11:38.48 | cp15 | Good morning |
| 15:23.48 | clmntch | hello |
| 15:31.01 | cp15 | Hello clmntch |
| 15:33.05 | clmntch | cp15: i asked about the audio the other day.... i was wondering if the uda1380 worked for the blueangel???? |
| 15:33.59 | clmntch | i'm switching from t-mobile to cingular, for better service in the U.S., and was thinking about the siemens sx66 |
| 15:35.00 | cp15 | Well, there is still a problem with the uda1380 and linux... You can use it to make voice calls, but sound output only works if you boot linux while playing sound in windows |
| 15:35.46 | cp15 | The registers which are missing initialisation seem to be hidden somewhere... |
| 15:36.39 | clmntch | but in theory, when the registers are found, it will work |
| 15:36.56 | clmntch | my issue is that i have a h6315, but the sx66 is wayyyy better |
| 15:37.16 | clmntch | and if i switch i can roll the payment of the phone into my monthly payments |
| 15:37.59 | cp15 | And the h6315 has also an uda1380 and it doesn't work? |
| 15:38.46 | clmntch | the h6315 has the tsc2101.... |
| 15:39.26 | cp15 | Ah... The sx66 is a blueangel... That was my missing link |
| 15:41.24 | cp15 | Well, linux development will probably still need some time, though i am still using it. But it's a good phone even with the other OS. |
| 15:41.26 | clmntch | oh, i'm sorry |
| 15:42.42 | cp15 | Ähmm... I mean I am already using it |
| 15:43.41 | clmntch | i did notice that you guys have the gsm/gprs somewhat functional |
| 15:44.28 | cp15 | GSM works for audio, gprs and GSM data calls currently only in receive direction, so it is not yet useable |
| 15:45.42 | clmntch | what else needs to be worked on |
| 15:48.01 | cp15 | Take a look at http://forum.xda-developers.com/viewtopic.php?t=20670&postdays=0&postorder=asc&start=97 |
| 15:48.20 | cp15 | There is a fairly complete list from cr2 and me what works and what not |
| 15:50.07 | cp15 | Hmm... The wiki is still out of order... It would be a nice place for such a list |
| 15:51.47 | clmntch | thank you very much |
| 15:55.12 | bhima | cp15: so when you do "atd*99#" it feeds the data out via dpram? It won't even let you do it directly over the UART? |
| 15:58.26 | cp15 | Yes, correct. The question is: Should we implement a seperate uart for dpram, or one which combines the command and data stream? |
| 15:59.36 | bhima | Does the command UART respond after "connect"? |
| 15:59.51 | bhima | ie: can I still do other random stuff? |
| 16:00.14 | cp15 | Sure... You can still issue other commands or terminate the data connection with ATH |
| 16:00.30 | bhima | Great! That is excellent! |
| 16:00.40 | bhima | That means I don't need to write a multi-plexer :) |
| 16:00.48 | bhima | (I may need to on the h6300 though, dunno) |
| 16:01.22 | bhima | So, I would prefer to have the dpram on a separate UART, and just feed that to pppd after a "connect" |
| 16:01.41 | bhima | MMS messages are sent via HTTP. |
| 16:01.45 | cp15 | Well, it would be excellent when the dpram would work in both directions |
| 16:01.53 | bhima | well, yes. :) |
| 16:02.39 | bhima | reception, I believe, involves an SMS or SMS like message that contains a URL for retrieving them. |
| 16:02.47 | cp15 | I already have found out the MMS thing. But how does the phone know a mms arrives? It seems to get a kind of special sms. |
| 16:03.08 | bhima | Pretty much, yes. |
| 16:04.30 | cp15 | Aha? If you send a mms on a not mms-enabled phone via vodafone, you get an SMS: "You just received an MMS. Since your phone doesn't support mms, get it at http://blabla" |
| 16:04.53 | bhima | Interesting. This was awhile back, on T-Mobile in the USA. |
| 16:05.04 | bhima | They may have gotten snazzier MMS systems now. |
| 16:05.54 | cp15 | Do you know a service which sends free mms? |
| 16:06.06 | bhima | No, I don't. |
| 16:06.31 | bhima | I know how to set up an MMS _server_ for free... |
| 16:07.40 | cp15 | How? |
| 16:08.05 | bhima | peffisaur or mbuni. |
| 16:08.07 | bhima | http://www.mbuni.org/ |
| 16:08.29 | bhima | When you send an MMS, your phone does an HTTP POST transaction. |
| 16:08.42 | bhima | So you can run a cgi on any web server you want. |
| 16:08.51 | bhima | You may pay for traffic on yoru plan. |
| 16:10.03 | cp15 | Thats not so important... My company pays the phone bill :-) |
| 16:10.14 | bhima | Same here. :) |
| 16:22.04 | cp15 | But... Since the company is mine, it is still sort of my money... |
| 16:41.42 | bhima | bbiab. |
| 21:43.01 | *** join/#htc-blueangel cp15 (i=yjokvb@p549A1AA8.dip0.t-ipconnect.de) |
| 21:43.01 | *** mode/#htc-blueangel [+o cp15] by ChanServ |
| 22:15.15 | *** join/#htc-blueangel immolo (n=immolo@cpc1-cosh1-4-0-cust126.cos2.cable.ntl.com) |