| 07:18.43 | *** join/#htc-blueangel apt_ (i=ibot@rikers.org) |
| 07:18.43 | *** topic/#htc-blueangel is http://wiki.xda-developers.com/index.php?pagename=BlueangelResearch **NEW 2.6.12-hh2-2 uploaded at http://www.handhelds.org/moin/moin.cgi/BlueAngel SDCARD ** This site also carry`s a sdcard image ! |
| 07:23.44 | *** join/#htc-blueangel cp15 (i=ijvhty@p549A0B9E.dip0.t-ipconnect.de) |
| 07:23.44 | *** mode/#htc-blueangel [+o cp15] by ChanServ |
| 07:23.51 | cp15 | Good morning |
| 08:04.36 | *** join/#htc-blueangel rob_w (n=bob@p213.54.157.219.tisdip.tiscali.de) |
| 08:04.36 | *** mode/#htc-blueangel [+o rob_w] by ChanServ |
| 10:29.29 | immolo | cp15- Have you got your bluetooth patch? |
| 10:32.04 | cp15 | The bluetooth patch is in the xanadux sourceforge cvs |
| 10:32.21 | immolo | hmm couldn't see it last night |
| 10:32.26 | immolo | will check again |
| 10:32.56 | cp15 | http://cvs.sourceforge.net/viewcvs.py/xanadux/bluez-utils |
| 10:33.13 | immolo | I see it |
| 10:33.44 | cp15 | The viewcvs lags behind several hours |
| 10:33.49 | immolo | ah |
| 10:34.05 | immolo | I don't use cvs much as you can see :P |
| 10:36.58 | immolo | I've been having trouble with the oe bluez-utils-dbus bb |
| 10:37.28 | cp15 | Then you will probably also have trouble with building from cvs. It is nearly the same |
| 10:37.34 | cp15 | What errors did you get? |
| 10:37.52 | immolo | two secs, I'll pull them up |
| 10:38.22 | cp15 | BTW: It is possible to let haret run before customization without having to modify extrom |
| 10:39.21 | immolo | There is with wince2 but it means putting the sd card in at a certain time at boot |
| 10:39.34 | cp15 | I have a autorun.exe, which you can put into folder named "2577" on your sd card which calls \Storage Card\linux\haret.exe |
| 10:40.03 | cp15 | No, you can leave the sd card in, as soon as the cut & paste excercise is over, autorun.exe will be started |
| 10:41.13 | immolo | well currently I've just edited extrom to load haret |
| 10:41.24 | cp15 | Like me too :-) |
| 10:41.44 | immolo | but it's not a nice method :P |
| 10:42.04 | immolo | it would be nice for a clean way of doing it |
| 10:42.37 | immolo | | then mv -f ".deps/glib-ectomy.Tpo" ".deps/glib-ectomy.Po"; else rm -f ".deps/glib-ectomy.Tpo"; exit 1; fi |
| 10:42.37 | immolo | | glib-ectomy.c: In function `g_io_channel_read': |
| 10:42.37 | immolo | | glib-ectomy.c:22: error: `LONG_MAX' undeclared (first use in this function) |
| 10:42.38 | immolo | | glib-ectomy.c:22: error: (Each undeclared identifier is reported only once |
| 10:42.42 | immolo | | glib-ectomy.c:22: error: for each function it appears in.) |
| 10:42.44 | immolo | | make[2]: *** [glib-ectomy.o] Error 1 |
| 10:42.46 | immolo | | make[2]: Leaving directory `/root/org.openembedded.dev/tmp/work/bluez-utils-dbus-2.21-r0/bluez-utils-2.21/hcid' |
| 10:42.49 | immolo | | make[1]: *** [all-recursive] Error 1 |
| 10:42.51 | immolo | | make[1]: Leaving directory `/root/org.openembedded.dev/tmp/work/bluez-utils-dbus-2.21-r0/bluez-utils-2.21' |
| 10:42.54 | immolo | | make: *** [all] Error 2 |
| 10:42.56 | immolo | | FATAL: oe_runmake failed |
| 10:43.26 | cp15 | Just a moment |
| 10:44.02 | immolo | google pulls up an old problem that fixed an old issue |
| 10:46.19 | cp15 | Try adding a include <limits.h> |
| 10:47.09 | immolo | where? |
| 10:47.46 | cp15 | At top of glib-ectomy.c |
| 10:47.59 | immolo | make sense really |
| 10:48.29 | cp15 | Oh... Stop.. |
| 10:48.34 | cp15 | It's already there |
| 10:50.18 | cp15 | grep LONG_MAX staging/arm-linux/include/limits.h |
| 10:51.14 | immolo | # define LONG_MAX 9223372036854775807L |
| 10:51.14 | immolo | # define LONG_MAX 2147483647L |
| 10:51.14 | immolo | # define LONG_MIN (-LONG_MAX - 1L) |
| 10:51.14 | immolo | # define ULONG_MAX 18446744073709551615UL |
| 10:51.14 | immolo | # define ULONG_MAX 4294967295UL |
| 10:51.15 | immolo | # define LLONG_MAX 9223372036854775807LL |
| 10:51.21 | immolo | # define LLONG_MIN (-LLONG_MAX - 1LL) |
| 10:51.23 | immolo | # define ULLONG_MAX 18446744073709551615ULL |
| 10:51.25 | immolo | <PROTECTED> |
| 10:51.27 | immolo | # ifndef LLONG_MAX |
| 10:51.29 | immolo | # define LLONG_MAX LONG_LONG_MAX |
| 10:51.31 | immolo | # ifndef ULLONG_MAX |
| 10:51.32 | cp15 | Looks good |
| 10:51.33 | immolo | # define ULLONG_MAX ULONG_LONG_MAX |
| 10:52.32 | cp15 | Ok, lets try the hard way: add a #define LONG_MAX 2147483647L after then #includes in glib-ectomy.c |
| 10:53.52 | immolo | so put the line before the includes |
| 10:54.16 | cp15 | A sorry... I meant "after the #includes" |
| 10:54.31 | immolo | k |
| 10:55.31 | immolo | trying now |
| 10:56.39 | immolo | ok a new error |
| 10:56.53 | immolo | | request.c: In function `service_search_attr_req': |
| 10:56.54 | immolo | | request.c:657: error: `USHRT_MAX' undeclared (first use in this function) |
| 10:56.54 | immolo | | request.c:657: error: (Each undeclared identifier is reported only once |
| 10:56.54 | immolo | | request.c:657: error: for each function it appears in.) |
| 10:56.54 | immolo | | request.c: In function `process_request': |
| 10:56.54 | immolo | | request.c:770: error: `USHRT_MAX' undeclared (first use in this function) |
| 10:56.56 | immolo | | make[2]: *** [request.o] Error 1 |
| 10:56.58 | immolo | | make[2]: Leaving directory `/root/org.openembedded.dev/tmp/work/bluez-utils-dbus-2.21-r0/bluez-utils-2.21/sdpd' |
| 10:57.01 | immolo | | make[1]: *** [all-recursive] Error 1 |
| 10:57.03 | immolo | | make[1]: Leaving directory `/root/org.openembedded.dev/tmp/work/bluez-utils-dbus-2.21-r0/bluez-utils-2.21' |
| 10:57.06 | immolo | | make: *** [all] Error 2 |
| 10:57.08 | immolo | | FATAL: oe_runmake failed |
| 10:57.27 | cp15 | Strange |
| 10:59.11 | immolo | grep gives me |
| 10:59.13 | immolo | # define USHRT_MAX 65535 |
| 11:02.02 | cp15 | Yeah, but there has to be a reason why limits.h doesn't work |
| 11:02.45 | immolo | does it build on your system? |
| 11:02.49 | cp15 | Yes |
| 11:03.15 | immolo | could it be a x86_64 to arm crosscompile issue? |
| 11:03.25 | cp15 | Don't think so |
| 11:03.46 | immolo | a messed up machine config? |
| 11:05.23 | cp15 | Did the other packages compile? |
| 11:05.29 | immolo | yeah |
| 11:06.04 | immolo | but the machine config is using a non existing module for bluetooth |
| 11:06.39 | cp15 | ? |
| 11:06.53 | immolo | blueangel_bt |
| 11:07.06 | cp15 | Shouldn't matter here |
| 11:08.28 | cp15 | grep limits.h sdpd/.deps/request.Po |
| 11:09.52 | immolo | nothing |
| 11:10.05 | cp15 | Nothing? |
| 11:10.20 | immolo | all it has in the file is # dummy |
| 11:10.48 | cp15 | and the other *.Po too? |
| 11:12.05 | immolo | main.Po has it |
| 11:13.47 | immolo | two seconds, I need to restart X |
| 11:14.44 | *** join/#htc-blueangel immolo (n=immolo@cpc1-cosh1-4-0-cust126.cos2.cable.ntl.com) |
| 11:19.37 | cp15 | The # dummy should apper only if the source file has no dependencies. Very unlikely |
| 11:22.10 | immolo | how about running it with nodbus? |
| 11:22.38 | cp15 | Not a good idea, dbus is required for popping up a pin requester |
| 11:22.55 | immolo | keep dbus then :P |
| 11:23.00 | cp15 | grep depmode config.log |
| 11:23.22 | immolo | two seconds I broke something :D |
| 11:26.53 | immolo | just rebuilding bluez-libs |
| 11:28.53 | immolo | CCDEPMODE='depmode=gcc3' |
| 11:29.39 | cp15 | Strange |
| 11:38.54 | immolo | I suppose I should check into #oe |
| 11:39.19 | cp15 | Yeah, currenty I don't have an answer |
| 11:44.48 | immolo | great a quiet day |
| 11:45.49 | cp15 | Maybe we should fix it with #defines. Not clean, but brings us forward |
| 11:46.45 | immolo | yeah, I can go back an fix it when we have a better solution |
| 11:47.12 | cp15 | Show me your latest error messages |
| 11:47.23 | immolo | back to the first one |
| 11:47.28 | immolo | http://pastebin.com/380403 |
| 11:47.33 | immolo | that's everything |
| 11:49.25 | cp15 | add a #define LONG_MAX 2147483647L after the #includes in glib-ectomy.c |
| 11:51.16 | immolo | you have any luck with that haret mod you did? |
| 11:51.35 | cp15 | Haven't tried yet... Trying to fix wlan right now |
| 11:51.40 | immolo | cool |
| 11:51.56 | immolo | didn't cr2 post some closed source ones? |
| 11:52.26 | cp15 | Yeah, but they won't help. The interface is way too different, and the firmware has to match the transceiver |
| 11:52.39 | immolo | ah |
| 11:52.42 | immolo | | request.c: In function `service_search_attr_req': |
| 11:52.42 | immolo | | request.c:657: error: `USHRT_MAX' undeclared (first use in this function) |
| 11:52.42 | immolo | | request.c:657: error: (Each undeclared identifier is reported only once |
| 11:52.42 | immolo | | request.c:657: error: for each function it appears in.) |
| 11:52.42 | immolo | | request.c: In function `process_request': |
| 11:52.42 | immolo | | request.c:770: error: `USHRT_MAX' undeclared (first use in this function) |
| 11:52.44 | immolo | | make[2]: *** [request.o] Error 1 |
| 11:52.46 | immolo | | make[2]: Leaving directory `/root/org.openembedded.dev/tmp/work/bluez-utils-dbus-2.21-r0/bluez-utils-2.21/sdpd' |
| 11:52.51 | immolo | | make[1]: *** [all-recursive] Error 1 |
| 11:52.53 | immolo | | make[1]: Leaving directory `/root/org.openembedded.dev/tmp/work/bluez-utils-dbus-2.21-r0/bluez-utils-2.21' |
| 11:52.56 | immolo | | make: *** [all] Error 2 |
| 11:52.58 | immolo | | FATAL: oe_runmake failed |
| 11:53.00 | immolo | NOTE: Task failed: /root/org.openembedded.dev/tmp/work/bluez-utils-dbus-2.21-r0/temp/log.do_compile.25700 |
| 11:53.03 | immolo | NOTE: package bluez-utils-dbus-2.21-r0: task do_compile: failed |
| 11:53.05 | immolo | ERROR: TaskFailed event exception, aborting |
| 11:53.07 | immolo | NOTE: package bluez-utils-dbus-2.21: failed |
| 11:53.09 | immolo | new error |
| 11:53.14 | cp15 | add "# define USHRT_MAX 65535" after #includes in request.c |
| 11:55.51 | immolo | done :D |
| 11:56.39 | cp15 | Does it compile now? |
| 11:56.57 | immolo | yeah I'm on to freetypes |
| 11:57.55 | immolo | oh was it you I was talking to about that beer duveal or something along that name |
| 11:59.17 | cp15 | Maybe, at least we talked about beer |
| 12:00.02 | immolo | heh, I was going to say that I finally tried it |
| 12:00.58 | immolo | ok the problem was the kernel headers didn't compile |
| 12:06.43 | immolo | oh great a new issue |
| 12:07.45 | cp15 | What is the problem? |
| 12:08.04 | immolo | fontconfig native |
| 12:09.51 | cp15 | Any errors? |
| 12:10.04 | immolo | NOTE: package fontconfig-native-2.2.95-r1: task do_populate_staging: started |
| 12:10.04 | immolo | ERROR: function do_stage failed |
| 12:10.04 | immolo | ERROR: log data follows (/root/org.openembedded.dev/tmp/work/fontconfig-native-2.2.95-r1/temp/log.do_stage.4609) |
| 12:10.10 | immolo | I get that at the start |
| 12:10.45 | immolo | | if [ x = x ]; then fc-cache/fc-cache -f -v; fi |
| 12:10.46 | immolo | | /root/org.openembedded.dev/tmp/work/fontconfig-native-2.2.95-r1/fontconfig-2.2.95/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts": "/usr/share/fonts": Invalid argument |
| 12:10.46 | immolo | | /root/org.openembedded.dev/tmp/work/fontconfig-native-2.2.95-r1/fontconfig-2.2.95/fc-cache/.libs/lt-fc-cache: "/usr/X11R6/lib/X11/fonts/TTF": "/usr/X11R6/lib/X11/fonts/TTF": Invalid argument |
| 12:10.46 | immolo | | /root/org.openembedded.dev/tmp/work/fontconfig-native-2.2.95-r1/fontconfig-2.2.95/fc-cache/.libs/lt-fc-cache: "/usr/X11R6/lib/X11/fonts/Type1": "/usr/X11R6/lib/X11/fonts/Type1": Invalid argument |
| 12:10.47 | immolo | | /root/org.openembedded.dev/tmp/work/fontconfig-native-2.2.95-r1/fontconfig-2.2.95/fc-cache/.libs/lt-fc-cache: "/usr/X11R6/lib/X11/fonts/corefonts": "/usr/X11R6/lib/X11/fonts/corefonts": Invalid argument |
| 12:10.50 | immolo | | /root/org.openembedded.dev/tmp/work/fontconfig-native-2.2.95-r1/fontconfig-2.2.95/fc-cache/.libs/lt-fc-cache: "/root/.fonts": skipping, no such directory |
| 12:10.55 | immolo | | /root/org.openembedded.dev/tmp/work/fontconfig-native-2.2.95-r1/fontconfig-2.2.95/fc-cache/.libs/lt-fc-cache: failed |
| 12:10.58 | immolo | | make[2]: *** [install-data-local] Error 4 |
| 12:11.00 | immolo | | make[2]: Leaving directory `/root/org.openembedded.dev/tmp/work/fontconfig-native-2.2.95-r1/fontconfig-2.2.95' |
| 12:11.03 | immolo | | make[1]: *** [install-am] Error 2 |
| 12:11.05 | immolo | | make[1]: Leaving directory `/root/org.openembedded.dev/tmp/work/fontconfig-native-2.2.95-r1/fontconfig-2.2.95' |
| 12:11.08 | immolo | | make: *** [install-recursive] Error 1 |
| 12:11.10 | immolo | | FATAL: oe_runmake failed |
| 12:11.12 | immolo | NOTE: Task failed: /root/org.openembedded.dev/tmp/work/fontconfig-native-2.2.95-r1/temp/log.do_stage.4609 |
| 12:11.17 | immolo | NOTE: package fontconfig-native-2.2.95-r1: task do_populate_staging: failed |
| 12:11.19 | immolo | ERROR: TaskFailed event exception, aborting |
| 12:11.23 | immolo | NOTE: package fontconfig-native-2.2.95: failed |
| 12:11.25 | immolo | and then that at the end |
| 12:12.24 | immolo | I'm just going to change a nappy then I'll see what is playing up |
| 12:40.39 | *** join/#htc-blueangel rob_w (n=bob@p213.54.157.219.tisdip.tiscali.de) |
| 12:40.39 | *** mode/#htc-blueangel [+o rob_w] by ChanServ |
| 12:46.07 | immolo | cp15- does this look ok to you? |
| 12:46.09 | immolo | http://pastebin.com/380453 |
| 12:47.17 | cp15 | I think you can drop the kernel24 stuff |
| 12:47.44 | immolo | yeah |
| 12:47.56 | cp15 | And console is pts/2, not pts/0 |
| 12:48.08 | cp15 | Ah tts of course |
| 12:49.50 | immolo | http://pastebin.com/380457 |
| 12:52.14 | cp15 | replace h3900 in IPKG_ARCH with blueangel |
| 12:53.17 | immolo | done |
| 12:53.24 | cp15 | And replace handhelds-pxa-2.6 with xanadux-ba-2.6 |
| 12:53.35 | cp15 | You have to create a .bb for this |
| 12:53.42 | immolo | ok |
| 12:55.03 | immolo | right so the bb needs to check out the lastest xanadux kernel cvs and build it |
| 12:55.23 | cp15 | Yeah, I will give you support if you have trouble |
| 12:55.48 | immolo | cool, I'll try and use google to let you finish wlan support |
| 12:56.10 | cp15 | Thanks :-) At least now the attach function gets called |
| 12:56.59 | immolo | nice, wlan support will mean so much to me as then I can ssh my server whille looking after the kid |
| 12:57.45 | cp15 | Ah... And maybe a mistake... You don't have to check out the latest xanadux kernel, you have to check out the K2-6-12-hh2-xda0-ba0 branch |
| 13:00.54 | immolo | I only see the linux-2.6-xda |
| 13:01.10 | cp15 | Yes, it is the repository |
| 13:01.44 | immolo | I see |
| 13:22.20 | immolo | ok I can't seem to find out how you tell a bb where to find the kernel |
| 13:22.45 | cp15 | I will check... Moment please |
| 13:22.49 | immolo | I've set up the mirror XANADUX_CVS which points to anonymous@cvs.sourceforge.net:/cvsroot/xanadux |
| 13:22.51 | immolo | sure |
| 13:24.58 | bhima | Any idea how easy it is to see the sky in the Munich hauptbanhof? |
| 13:26.12 | cp15 | in the station not at all, it is completely covered, outside of it: difficult, there are very few open areas |
| 13:26.41 | bhima | Argh. That is _exceedingly_ annoying. |
| 13:27.12 | bhima | I will arrive there at 11:16 and leave at 11:30 |
| 13:27.23 | bhima | And that's about the same time as the eclipse. |
| 13:27.39 | cp15 | There is a eclipse? |
| 13:29.03 | cp15 | immolo: You need something like cvs://anonymous@cvs.sourceforge.net/cvsroot/xanadux;method=pserver;module=linux-2.6-xda;tag=K2-6-12-hh2-xda0-ba0 |
| 13:29.09 | bhima | yes! |
| 13:29.13 | bhima | http://sunearth.gsfc.nasa.gov/eclipse/SEmono/ASE2005/ASE2005.html |
| 13:31.32 | bhima | Hrm. |
| 13:31.38 | bhima | Their table for German cities is broken. |
| 13:31.40 | bhima | http://sunearth.gsfc.nasa.gov/eclipse/SEmono/ASE2005/ASE2005tab/ASE2005-Tab11.html |
| 13:31.43 | bhima | Stops at Mainz |
| 13:32.16 | bhima | Do you know a city near Munich? :) |
| 13:33.29 | immolo | damn I missed it :P |
| 13:33.32 | cp15 | Yes, the one I am living :-) |
| 13:33.44 | rob_w | bhima, totally rainy today ,, no chances even with "sky view" ! |
| 13:34.02 | cp15 | But its not too close :-) |
| 13:34.21 | bhima | Ooh. Rain. Forgot about that. :( |
| 13:34.37 | cp15 | I will take a look at the weather forecast |
| 13:34.43 | rob_w | when is it ? or was it already ? |
| 13:35.03 | cp15 | Tomorrow about 11 am |
| 13:35.14 | rob_w | cool |
| 13:35.16 | bhima | 11am European time. |
| 13:35.50 | rob_w | bhima, check the Augsburg time that is quite close to munich |
| 13:36.02 | immolo | I didn't miss it then :D |
| 13:36.27 | cp15 | But the sun is even not fully occupied at the eclipse path, and in germany there is only about 50% occupied |
| 13:36.38 | rob_w | to your kernel discussions ,,didnt we work with the 2.6-2.6.11-hh2 ?? |
| 13:36.52 | rob_w | that has a bb file and we only need to patch it !! |
| 13:37.08 | immolo | I like the sound of that :P |
| 13:37.15 | bhima | rob_w: Ok, thanks. |
| 13:37.42 | rob_w | bhima, to my understanding we need a MACHINE dependant patch against this bb .. |
| 13:38.51 | rob_w | i think we shouldnet enter again a new kernel in oe , they already moaned about the many spit ups of familiar ! |
| 13:39.01 | rob_w | and diff12 fe did apply nice |
| 13:39.26 | cp15 | No, this makes changes way too difficult |
| 13:39.28 | bhima | It looks like I may manage to see it... |
| 13:40.28 | rob_w | cp15, yeah i know .. handling diffs is slow |
| 13:41.10 | cp15 | And the way would be: checkin changes, make a diff, checkin diff in oe, checkout diff from oe, rebuild |
| 13:41.17 | cp15 | So its only: checkin changes, rebuild |
| 13:42.30 | cp15 | We can merge with another kernel later (when we get write access at hh cvs), but for now, I would like a new .bb more |
| 13:44.17 | rob_w | right that is quick |
| 13:47.24 | rob_w | but that looks a very partial eclipse so without glasses you wont see much |
| 13:48.38 | rob_w | bhima, are you astronomy interested ? |
| 13:51.22 | bhima | Not really, but an eclipse sounds cool :) |
| 13:52.38 | cp15 | There is a total one in turkey next year. I will take a trip to see it |
| 13:53.55 | bhima | Nifty. Where is it visible from? |
| 13:55.20 | cp15 | http://newton.physics.metu.edu.tr/~aat/TSE2006/TSE2006.html |
| 14:11.08 | rob_w | http://www.linuxdevelopment.org/projects/familiar/gomunicator/gomunicator_0.0cvs20051001-r2_arm.ipk |
| 14:24.57 | immolo | ok lets see how oe gets on with the new kernel |
| 17:03.25 | cp15 | immolo: I hope you were more successful than I have been... Can't get the firmware loaded to wlan |
| 17:22.44 | *** join/#htc-blueangel rob_w-BA (n=rob_w-BA@p83.129.174.223.tisdip.tiscali.de) |
| 17:23.05 | rob_w-BA | hi |
| 17:23.50 | rob_w-BA | does someone wanna a something nice to reengineer :-) |
| 17:24.55 | rob_w-BA | www.speedscript.ch |
| 17:25.57 | rob_w-BA | speedwriting on pda`s |
| 17:27.25 | rob_w-BA | i got a full version, but the technic is impressive |
| 17:30.41 | rob_w-BA | ~lart ppc irc clients for never trusting them to work |
| 17:32.05 | bhima | pocketirc sometimes just dies without warning. |
| 17:33.07 | bhima | the socket, I mean. |
| 17:33.38 | rob_w-BA | i found a 2nd one |
| 17:34.02 | rob_w-BA | pocketCHAT |
| 17:35.44 | bhima | So how much less does it suck? |
| 17:37.29 | immolo | at least xchat is ported to linux pdas |
| 17:38.09 | rob_w-BA | yeah that rocks on gpe |
| 17:38.26 | immolo | hehe |
| 17:38.51 | immolo | most of the wince one just die like bhima said |
| 17:40.06 | rob_w-BA | so that associates to ppc |
| 17:40.34 | bhima | I just found out that some of the newer Symbian phones support multiple concurrent bluetooth devices! |
| 17:40.49 | bhima | That makes Symbian + Nokia 770 sound better :) |
| 17:41.17 | immolo | oh has anyone noticed that wm2003se just lets bluetooth phones access the filesystem without letting you know |
| 17:41.28 | bhima | OTOH, there's no keyboard on the 770, and I like the keyboard on the BA. |
| 17:41.57 | bhima | immolo: does it ignore your preferences? |
| 17:42.49 | immolo | bhima- it used to tell me everytime but once you access someone phone/pda they can access you anytime |
| 17:43.04 | bhima | immolo: It does have settings for that, AFAIK. |
| 17:43.14 | immolo | unless the girlfriend has been playing with my ba again |
| 17:43.22 | rob_w-BA | hehe |
| 17:43.37 | rob_w-BA | that is a known issue |
| 17:43.59 | immolo | yeah losing your phone for jawbreaker usage |
| 17:44.13 | bhima | it ignores the settings, then? |
| 17:44.15 | bhima | That's lame. |
| 17:44.23 | bhima | But then...wince. eww. |
| 17:44.46 | immolo | bhima- I haven't changed the settings myself but once I'm allowed access to my ba again I'll double check |
| 17:45.33 | immolo | but with all the bluetooth hacking nowadays I don't want that happening to me |
| 17:46.25 | immolo | not as bad as one of my friends nokias you can just connect without the need of a pin :P |
| 17:47.10 | bhima | I think Symbian phones are by far the most at-risk. |
| 17:47.35 | bhima | You could just config the file server directory to be one without important data. |
| 17:47.35 | immolo | I've only played with a few |
| 17:47.49 | bhima | They're very common and tend to have good APIs. |
| 17:48.10 | immolo | I've not noticed I've been playing with them then :P |
| 17:48.26 | bhima | WinCE phones don't seem common enough to actually support a bluetooth virus IMHO. |
| 17:48.40 | immolo | they are about |
| 17:48.49 | bhima | Yes, but how often do you encounter anohter one? |
| 17:48.59 | immolo | I've seen one but never in use |
| 17:49.13 | bhima | A virus would have to be very, very good and very non-malicioius for awhile to work. |
| 17:49.38 | immolo | but the way pdas are going I'm sure we will start seeing them more and more |
| 17:50.03 | immolo | they already have ppc anti virus software |
| 17:50.13 | bhima | What does it _do_? |
| 17:50.25 | immolo | just scans every so othen |
| 17:50.53 | bhima | for...? |
| 17:51.00 | immolo | a known virus |
| 17:51.29 | immolo | they are pretty basic |
| 17:51.32 | bhima | Oh. hrm. I didn't think there was one yet. Ok. |
| 17:51.53 | immolo | give me a second I'll try and find it again |
| 17:52.10 | immolo | I had it on my himalaya for a few days |
| 17:52.32 | bhima | The virus, or the anti-virus program? |
| 17:52.44 | immolo | anti-virus program |
| 17:56.14 | immolo | http://www.f-secure.com/wireless/pocketpc/pocketpc-av.shtml |
| 17:56.40 | immolo | not the one I was talking about but just by googling I found quite a few |
| 18:05.27 | immolo | ok now that I'm using update bbs I should get further |
| 18:05.34 | immolo | *updated |
| 18:21.29 | immolo | ah it's building with gcc3.4.4 as well :D |
| 20:17.37 | *** join/#htc-blueangel rob_w (n=bob@p83.129.174.223.tisdip.tiscali.de) |
| 20:17.37 | *** mode/#htc-blueangel [+o rob_w] by ChanServ |
| 23:27.51 | cp15 | Good night, will go to bed now |