IRC log for #htc-linux on 20090302

00:00.11NetRippermaybe the wrong msmsdcc_id
00:00.15Untouchab1eby "checking mount".. you mean just typing 'mount'?
00:00.18NetRipperyes
00:00.27Untouchab1eyeah as I said.. typing mount gives mount:no/proc/mounts
00:00.32NetRipperyes
00:00.32NetRipperbut
00:00.33Untouchab1eand Ive tried both msmsdcc_id 2 and 3
00:00.37NetRipperto make that work
00:00.42NetRipperdo mkdir /proc; mount -t proc none /proc
00:00.47NetRipperafter that, 'mount' will work
00:00.52Untouchab1eah ok..
00:00.55Untouchab1ethanks.. will give a go
00:01.01cr2Untouchab1e: can he dump the spl ?
00:01.17cr2then i'll tell you his settings
00:01.46Untouchab1ecr2, I dont think I can manage to guide him through the process of dumping his spl.. he isnt exactly the most experienced user I know to put it simple
00:02.06cr2Untouchab1e: pwf spl110 0x0 0x100000
00:02.20cr2you can add that to default.txt
00:02.26cr2and then press 'Run'
00:02.36Untouchab1ehmm..
00:02.50Untouchab1enever seen that before.. does this apply to older kernel images as well? or is this something new? :)
00:03.01NetRipperheh
00:03.14NetRipperit's a command to make it sump the SPL to a file
00:03.18Untouchab1eah, ok.. lol
00:03.20Untouchab1enice
00:03.35NetRippernormally you telnet to haret but you can put it in default.txt too (before bootlinux command)
00:03.39cr2Untouchab1e: in haret
00:03.42Untouchab1ecool
00:04.35cr2NetRipper: you can use the 0x172* wince dmesg megabyte, but above is no-go
00:04.51cr2NetRipper: because it's the umts ram :)
00:05.01NetRipperaha
00:05.12cr2NetRipper: i've added that to wiki
00:05.13NetRipperyou checked the memory locks?
00:05.25captnoordcr2: how's rpc...
00:05.32cr2no, just run objdump on the amss
00:05.41cr2captnoord: too difficult.
00:05.58captnoordyea I can understand....
00:06.06captnoordyour not going to try?
00:06.34captnoordI mean i've found paralells from the g1 code
00:06.39captnoordin the raph's dll's asm
00:06.49captnoordcertain names and stuff
00:06.57captnoordoffsets
00:07.06captnoordbut i'm checking if I can find key offsets and stuff
00:07.23captnoordsubstracts "and stuff" from his lines
00:07.46captnoordLDRNE   R1, =0x30010014
00:07.49captnoordused in init
00:07.51captnoordrpc init
00:07.59captnoordBLNE    RPC_IOControl
00:09.19captnoordatm i'm checking rpc router
00:09.23captnoord.dll
00:09.28captnoordand also the rpc code of the g1
00:09.36Untouchab1ethe pwf spl110 0x0 0x100000.. where is the dump file?
00:12.15Untouchab1eanyone?
00:12.31captnoordsorry
00:12.42captnoordi'm still here with my big mouth... but dono
00:13.22NetRipperUntouchab1e, the file will be called "spl110" in the same directory as haret.exe
00:15.20Untouchab1eok, thanks
00:15.25Untouchab1egiving it a go now
00:16.13maejrepNetRipper: adding smd_7500 first..  what should I know about committing to git?  I'm a complete git newb
00:28.18AstainHasPS3ohh smd cool
00:28.18Untouchab1eok, i got the spil dump now
00:28.29Untouchab1espl*
00:28.31Untouchab1enow what?
00:29.09Untouchab1eso many errors.. lol
00:33.17maejrepmaybe I should test that this works first :p
00:33.20cr2maejrep: 7500 is vogue ?
00:33.39maejrepcr2: the smd handling should be the same for msm750x(A)
00:33.57cr2ah
00:33.58maejrepso this driver should work on vogue as well, yes
00:34.20maejrepbut its much cleaner than vogue-smd.c :x (no offense dzo! ;)
00:34.29cr2you don't send dex cmds to the dead arm9 anmore ? :)
00:34.56maejrepshrugs
00:35.03maejrepdoes it matter, if it's crashed? :p
00:35.20maejrepnot sending it isn't going to magically make the arm9 recover, is it?
00:35.51cr2lol
00:35.56maejrepi'll check though..  When I added it, the point was simply to make sure that it would work
00:36.04maejrepand then NetRipper committed it :P
00:36.21AstainHasPS3so maejrep does it work?
00:36.32NetRippermaejrep, em, sec
00:36.33maejrepI still wasn't quite sure exactly where the reboot handler really was
00:36.33cr2it makes an oops on my machine because of that
00:36.36maejrepbut now I think I do
00:36.48maejrepcr2: but the arm9's crashed, so it needs a reboot regardless, right?
00:37.02NetRippermaejrep, query
00:37.10maejrepSELECT true;
00:38.23cr2maejrep: yes, but a clean reboot. not an oops
00:39.13maejrepunderstood, but if we don't know how to reboot cleanly after an arm9 crash, its a moot point
00:39.16cr2oops is a bug by definition. the filesystem is left as is...
00:40.37cr2even if arm9 is dead, the arm11 is operational, and should halt gracefully
00:41.03maejrepk
00:42.06maejrepso:         /* in this case the modem or watchdog should reboot us */  <-- that doesn't apply to us, right?
00:42.35cr2it's M2A
00:42.40cr2i mean A2M
00:43.31cr2if arm9 will cut power to arm11, you can't protect against it ;)
00:43.59maejrepsure
00:44.38maejrepbut what I want to know is when and where we should implement whatever power controls we know of
00:44.56maejrepthere's like 5 places where the machine could be rebooted, and trout code seems to handle each one differently
00:45.05cr2hehe
00:45.06maejrepbut the only reboot code we have is what's in board-raph
00:45.24maejrepwe dont even have "powerdown" code yet afaik
00:45.34cr2i have nt thought abuout pm
00:45.57cr2sound,rpc,tvout,fm. wifi & bt
00:46.02maejrepright, which is kind of why it just ended up like this :p  no one was worried about the case of it trying to reboot after a crash, and it can't :p
00:46.37cr2ok, but it should not oops. just doing nothing is better
00:46.47maejrepfine
00:46.56maejrepbut that still doesn't tell me where it needs to happen
00:47.14maejrepif you have a code path that does a reboot where it shouldn't, then I'll remove it
00:47.26maejrepbut otherwise, I have 0 clue what code path an opps takes
00:47.31maejrepoops*
00:48.07cr2it calls proc_comm recursively, which does sleep in irq or something bad like that
00:49.33maejrepso there's a panic during an irq handler, crashes the arm9, smd code sees the arm9 has crashed, then triggers a reboot instead of halting, thus oops
00:49.36maejrepI understand that much
00:49.53maejrepbut I don't know *which* place is called in that case
00:50.22maejrepor if not a panic, some other arm9 crash
00:50.37maejrep(I know a panic is not an arm9 crash -_-)
00:52.51*** join/#htc-linux ttols (n=ttols@210.105.51.63)
00:53.53ttolstmzt: hello again :)
00:54.48maejrepcr2: I don't mind fixing it obviously, but I don't know enough about it to just jump right to it and remove the line of code that's causing the problem
00:55.42maejrepif you see a printk being printed just before the oops, that might be helpful
00:57.20cr2maejrep: ok, i'll try to reproduce it. but not right now
00:57.36maejrepok
00:59.41cr2i've just seen the oops on the screen.
00:59.52cr2but it does not always appear there
01:04.22maejrep:/
01:09.51cr2maejrep: the drvstr for SD is different on raph110 vs raph100
01:10.05maejrepheh that sucks
01:10.06cr2maejrep: is it supported by the current kernel ?
01:10.13maejrepit's supposed to be
01:10.17maejrepoh
01:10.21maejrepdrvstr
01:10.25maejrepprobably not
01:10.29cr2ok
01:10.29TheiPiratewith the most recent release for tilt can ijust replace the system.img?
01:10.53maejrepcr2: when I gave it to NetRipper I only put the gpio configs for raph800, and then he added configs for raph100
01:11.12maejrepproblem is going to be how we detect raph110 :x
01:11.14cr248 1001000
01:11.40cr2drvstr=1
01:11.48cr2on 100
01:12.32TheiPiratenobody knows?
01:13.21Untouchab1eAnyone here has a Raph110 at all?
01:13.55AstainHasPS3looks like a no
01:14.24tmztUntouchab1e: hello, is your image meant to work with cdma for data connection?
01:14.39Untouchab1edont believe so.. I didnt compile the latest image though
01:14.43TheiPiratesorry to ask again what is dzo's site with the newest release?
01:14.47Untouchab1ebut im going to be now.. lol
01:15.00Untouchab1eTheiPirate newest releases for which device?
01:15.06TheiPiratetilt
01:15.09tmztmaejrep: building htc-msm-2.6.27 doesn't work, I've disabled some things in .config (started with make msm_defconfig)
01:15.32*** join/#htc-linux pigeon (n=pigeon@60-241-137-179.static.tpgi.com.au)
01:15.55maejreptmzt: cdma data conenction isn't working yet..  I'm just committing the smd fix now, but have not tried data yet.  this will let you start using the AT commands though
01:16.55tmztmaejrep: something else, is there a keymap for raph500 (should be like raph100 I think)?
01:17.08maejrepI don't know
01:17.17TheiPirate?
01:18.55cr2tmzt: you have 64MB sram ?
01:20.17TheiPiratewhere can i get the latest release for tilt?
01:21.40*** join/#htc-linux BHSPitMonkey (n=stephen@unaffiliated/bhspitmonkey)
01:21.52NetRippermaejrep, where does the raph110 differ from raph100?
01:22.26maejrepI honestly have no idea
01:22.52cr2NetRipper: drvstr=1 on 100, and =0 on 110
01:22.58Untouchab1eGood night all
01:23.35NetRipperwhat's drvstr?
01:23.40NetRippernight untouchable
01:23.53cr2gpio cfg
01:24.14NetRipperok what does it impact?
01:25.24cr2don't know
01:25.35*** join/#htc-linux balsat (n=balsat@87.72.13.87)
01:25.41cr2maejrep: should we use the g1 wifi fw, or the wince fw ?
01:25.50NetRippermaejrep, INT_A9_M2A_0 = 0?
01:26.00maejrepyes
01:26.38cr2maejrep: don't forget that your usb setup is wrong.
01:26.41NetRipperah ok you init just 0 if not cdma, and 0-4 if cdma
01:26.41NetRipperok
01:26.50maejrepyeah
01:27.23NetRippermaejrep, in irq.c the #if defined(MSM_SMD_7500) should be CONFIG_SMD_7500)
01:27.24NetRipperuh
01:27.32NetRipperCONFIG_MSM_SMD_7500
01:27.42maejrepyeah :x  I noticed that after I pushed
01:28.10maejrepis there an easy way to do a "minor fix" commit? :P
01:29.06NetRipperwell you could reset the HEAD by 1, correct it and commit again, but that'd cause issues in case someone else has just committed something in the meantime ;)
01:29.20NetRipperbut i think you should just fix it and commit again
01:31.12NetRippername the commit that it fixes a minor issue in the previous commit.. when we rebase our changes on top of the latest android stuff, we can fix it
01:31.40maejrepI named the revision hash
01:32.17cr2ok, good night
01:32.28NetRipperalso, if you look at the commit diff: http://git.linuxtogo.org/?p=groups/mobile-linux/kernel.git;a=commitdiff;h=eb29d64e1d02bef4d69f463f17670366afdc3378
01:32.28tmztNetRipper: 2008q3 is not broken?
01:32.29maejrepoh
01:32.40maejrepforgot to push
01:32.50NetRipperyou can see the first line is the summary, and other lines are the detailed info
01:32.57tmztthen the revert should work locally?
01:33.05NetRippertmzt, eh?
01:33.06tmztor reuse the commit or something like that
01:33.26tmztNetRipper: I get similar errors to exc*
01:33.26NetRippertmzt, he already pushed the commit with a minor error.. so its dangerous to revert that
01:33.32tmztoh
01:33.56NetRippertmzt, im using 2008q3 with the htc-msm-2.6.27.. no issues
01:34.06tmztfor what device, raph100?
01:34.10NetRipperyes
01:34.14tmztwith msm_defconfig?
01:34.20NetRipperhtcraphael_defconfig
01:34.25tmztwhere is that?
01:34.31NetRipperhtc-msm-2.6.27 branch
01:34.32NetRipper;)
01:34.43tmztah, right, I was on master before, then switched to htc-msm-2.6.27
01:34.46tmztok
01:34.53maejrepcr2: I don't seem to be getting the panic/reboot with git head :x  must have been something I screwed up :p
01:35.33NetRippermaejrep, cr2 has a raph100... your reboot code is not working on my raph100
01:36.15tmztNetRipper: would you have a keymap with symbols?
01:36.35NetRippertmzt, ?
01:36.42tmztfor raph100
01:36.56tmztdo you have
01:36.58NetRipperthe basic keymap is in the kernel.. but fn + x keys should be mapped by userspace
01:37.09NetRipperi think
01:37.12tmztyes, a keymap for loadkeys
01:37.18NetRipperno i dont have a keymap
01:37.28tmztso you just use ssh?
01:37.34NetRipperyes mostly
01:37.42NetRippercan't do the pipe on the hardware keyboard yet
01:38.22NetRipperim off to bed
01:38.27NetRippergood night guys
01:45.39ttolstmzt: hello again, I couldn't find the way that running linux on rw6100. can you introduce similar device with rw6100? HTC or etc...
02:41.33*** join/#htc-linux apt (i=ibot@rikers.org)
02:41.33*** topic/#htc-linux is HTC Linux Channel: Find logs at http://apt.rikers.org/%23htc-linux/ | please check http://handhelds.org/moin/moin.cgi/HTC_2dPhones | http://wiki.xda-developers.com/index.php?pagename=Xanadux | <cr2> let's define a common setup.
02:42.09maejrepsuccess!
02:42.15maejrepit fixes android colors :)
02:42.21tmzthuh, u still doesn't work
02:42.47TheiPiratedangit anyone with the newest release and a tilt have working data?
02:49.36tmztalright, I'll try that patch now
02:52.28maejrepAstainHasPS3: let me know when you can try that
02:52.52maejrepor if you need a zimage with it already built
02:59.37AstainHasPS3will you do the zimage for now so I can do it fast
02:59.47AstainHasPS3TheiPirate the last tilt one I tried data worked
02:59.52AstainHasPS3was a little buggy but it worked
03:00.56*** part/#htc-linux p3t3r__ (n=peter@134.245.164.105)
03:02.42AstainHasPS3maejrep not sure how comfortable I feel about doing the patch I've tried a few before and had failures...
03:03.56maejrepAstainHasPS3: ok, I'll upload a zImage
03:04.01AstainHasPS3cool thx
03:04.27AstainHasPS3maejrep how much can one do with the newly commited smd_7500 file on raph800?
03:04.30maejrepAstainHasPS3: http://www.privatepaste.com/18W95WupwE
03:04.44maejrepAstainHasPS3: I've only tried cat'ing smd0
03:04.50maejrepand that much works
03:05.18maejrepI haven't tried with minicom or something like that, or to see if it responds to commands properly
03:07.59maejreptmzt: the vkeyb should look like: http://i40.tinypic.com/25rz2o6.jpg
03:08.13maejrepon raph800 without this change, it looks close, but the sticky keys are red
03:08.18AstainHasPS3hmm odd its not booting at all
03:08.24maejrepheh
03:08.25tmztand android?
03:08.43maejreptmzt: I tested my old android initrd (0.8) and colors are correct
03:09.49maejrepAstainHasPS3: in that case you might want to try your own builds, if you know they worked previously
03:10.06tmztmaejrep: well, I'm using connectutb, compiling now
03:10.09AstainHasPS3gonna check for odd lines in the default.txt
03:10.13maejrepthe patch is really simple..  just edit mdp.c, search for "666", and on the next line, change the two constants as noted in the diff
03:10.28*** join/#htc-linux PoohbaLT (n=BlkPoohb@c-69-141-71-249.hsd1.nj.comcast.net)
03:10.46maejrepI've never had to build for a raph100 device, so there may be something in my config that is breaking it for you
03:10.54AstainHasPS3thats possible
03:11.04AstainHasPS3I've not built my own zImage for raph100 either
03:11.06tmztAMSS?
03:11.18maejreptmzt: ?
03:11.26tmztAMSS config options
03:11.33maejrepthis is git head, so it just has an "AMSS_WINCE" version option
03:12.01maejrepthe kconfig option to choose 52xx and 61xx was in my development checkout, which is not included in this zImage
03:12.31maejrepAstainHasPS3: try building git head first, and make sure it boots for you
03:12.44AstainHasPS3ok
03:12.50maejreponce you know it does, then try the mdp and msm_fb change
03:13.07maejrepyou don't even need the msm_fb change, just mdp.c is enough to test how raph100 reacts
03:13.41AstainHasPS3hmm ok
03:21.57AstainHasPS3htcraphael_defconfig's still good make option right?
03:22.49tmztmine stops at handover also
03:25.36maejrepwith git head?
03:26.14AstainHasPS3git head is the fresh pull off of git right?
03:26.19maejrepyes
03:26.23AstainHasPS3ok yes
03:26.44maejrephmm, that doesn't make sense
03:27.39maejreper, AstainHasPS3 are you saying you have the same issue as tmzt, or still asking if htcraphael_defconfig is right?
03:28.15maejrepit is, yes .. just make htcraphael_defconfig, then make, should be good enough to get you booted
03:29.01tmztmaejrep: git head? you mean branch htc-msm-2.6.27 right? so HEAD is the revision?
03:29.42maejrepyes, I just mean the HEAD revision of the branch
03:30.47tmzthow do I pull it?
03:30.52maejrepgit-pull
03:34.15tmztoh, I'm on no branch
03:34.56tmztlast commit is ed61..ccac
03:35.44maejrepok, that doesn't include my smd_7500 commit from 2 hours ago
03:35.48maejrepbut it shouldn't affect you anyway
03:36.03maejrepare you saying it doesn't get past handover now, after the mdp.c change?
03:36.10tmztyeah
03:36.12maejrepor is this your first kernel you are building from git?
03:36.16tmztso that's the init?
03:36.30maejrepno, the mdp change should not affect console handover at all
03:36.33tmztno, that one worked
03:36.40tmztlet me boot again
03:36.44maejrepwhich one worked?
03:36.55maejrepsorry, I'm confused now
03:37.02tmztbefore the mdp change
03:37.28*** join/#htc-linux raven_coda (n=raven@c-67-166-122-169.hsd1.ut.comcast.net)
03:37.36maejrepso you built from git, without the mdp change, and it worked?  then you changed mdp.c, and now it doesn't work?
03:39.42tmztyes
03:40.37maejrepyeah that doesn't make sense :/
03:40.59maejrepthis should not affect console or boot in any way, it just changes the way the data gets written to memory
03:41.45tmztok, it's working
03:41.52tmztsame zImage
03:42.05tmztandroid logo is green
03:42.20*** join/#htc-linux jenkem_pusher (n=pocketir@32.156.142.32)
03:42.26tmztI don't have a camera key so I don't know how to get vkeyb
03:42.43maejrepandroid 1.0?
03:42.54tmztyeah, looks good
03:42.57tmztconnect-utb.com
03:43.15maejrepso that change fixes your color problem on raph500 as well?
03:43.19tmztyes
03:43.24maejrepcool
03:43.31tmztit works on raph800?
03:43.36maejrepthe handover problem might have been one of those random freezes that NetRipper mentioned
03:43.37maejrepyes
03:43.42tmzthave you tried the connect-utb images?
03:43.46maejrepbut need to be able to test raph100
03:43.49maejrepno I haven't
03:44.01tmztAT should work but not data?
03:45.07maejrepI think so, but I don't know that raph500 has the same smem layout
03:45.22tmztI have a usb0 on the pc now, I don't know what the ip is on that image
03:45.24maejrepyou can try to cat /dev/smd0
03:45.35maejrepthe ip is done by the initrd
03:45.44maejrepso its whatever it was with your previous kernel
03:46.09tmztI hadn't tried it
03:46.10maejrepthough I don't know if the android initrd sets up ssh
03:47.18tmztwhat about adb?
03:47.38maejrepI don't know what that is
03:47.50maejrepI think all the usb functions have been disabled except ether
03:49.27tmztit seems ADB function is enabled in the .config, you mean in kernel somewhere?
03:58.38maejrepin the board file, its commented out
04:01.54tmztok
04:05.50maejrepstatic char *halibut_usb_functions[] = {
04:05.50maejrep<PROTECTED>
04:05.50maejrep/      "diag",
04:05.50maejrep/      "adb",
04:06.08maejrepheh, can't believe we are still using "halibut" :p
04:07.44tmztis it possible to switch between those at runtime
04:07.59tmztor should we use the composite device support for gadget?
04:08.09tmztwait, sdtool does on g1
04:13.03maejrepI think it could work, we just need to know how to switch the usbfunc device
04:13.14maejrepbut I don't know anything about how to use adb
04:18.21tmztSpareParts or Settings>Development can do that I think
04:18.54*** join/#htc-linux ImCoKeMaN (n=imcokema@pool-98-111-118-30.hrbgpa.fios.verizon.net)
04:19.07maejrepok, I don't know much about the android side of it yet :p
04:19.12maejrephaven't even tried android 1.0 yet
04:19.34maejrepgonna try to figure out my battery-smem issue now
04:23.17*** join/#htc-linux Student (n=Student@62.16.118.7)
04:33.39*** join/#htc-linux PoohbaLT (n=BlkPoohb@c-69-141-71-249.hsd1.nj.comcast.net)
04:35.27swc|666debian > android ;)
04:37.22*** join/#htc-linux NetRippah (n=netrippe@netripper.nl)
04:40.35*** join/#htc-linux ttols (n=ttols@210.105.51.63)
04:43.24tmztmaejrep: the not getting past handover seems to be random
04:43.42maejrepyeah, what's your RAMSIZE in default.txt?
04:43.55tmztRAMSIZE?
04:44.04tmztnot mem=?
04:44.17tmztI'll have to check
04:44.19maejrepNetRippah said setting that to 0x5900000 should help with the random freezes
04:47.43tmztI have telnet on android
04:47.53tmzthad to disable adb in spareparts
04:48.02tmztand replug
04:48.14tmztthe usb0 showed up before but didn't work
04:52.28tmztbut it's not stable, telnet keeps freezing
04:55.28tmztusb disconnects
04:55.43*** join/#htc-linux NetRipper (n=netrippe@netripper.nl)
04:55.44tmzt(saw that in dmesg after dmesg -c)
04:58.56tmztping is failing now, after two returns
05:20.49*** join/#htc-linux goxboxlive (n=goxboxli@mail2.hjellnesconsult.no)
05:26.11*** join/#htc-linux captnoord (i=5147a47b@gateway/web/ajax/mibbit.com/x-ec19a9865ebb93db)
05:47.32*** join/#htc-linux woods26 (n=CDP@c-68-54-66-168.hsd1.fl.comcast.net)
06:07.06*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
06:34.30*** join/#htc-linux milas (n=milas@resnet135-34.medford.tufts.edu)
06:43.08*** join/#htc-linux MethoS- (n=lem@host-091-096-208-093.ewe-ip-backbone.de)
06:51.03*** join/#htc-linux ttols (n=ttols@210.105.51.63)
06:58.03*** join/#htc-linux Patrick_Bateman (n=carramro@unaffiliated/swc666/x-4934821)
07:05.25*** join/#htc-linux Untouchab1e (n=Untoucha@82.147.51.146)
07:05.28Untouchab1eGood morning
07:09.32Untouchab1eAnyone in?
07:09.45*** join/#htc-linux pleemans (n=toi@116.54-246-81.adsl-static.isp.belgacom.be)
07:10.20tmztUntouchab1e: hey, how do I get terminal or something locally?
07:10.51tmztand it looks like maejrep has video working on raph800/500 with a patch
07:11.18Untouchab1evideo, as in fix for the distorted colors?
07:11.24tmztyeah
07:11.29Untouchab1ereal nice :)
07:11.42tmzthttp://www.privatepaste.com/f30PDccBDk
07:11.51Untouchab1eknow anything regarding the "battery patch" Ive heard about?
07:12.14tmztnot really
07:12.46tmztwell, if you mean how to get the current charge, I've heard of them working on it but didn't know there was a patch
07:13.03maejrepthe capacity formula still needs work, and need to find out why it breaks smem clock sometimes
07:13.31tmztmaejrep: why so many keymap modifiers in the kernel?
07:13.32maejrepi've been going through battery.dll for the past few hours
07:13.40maejrepkeymap modifiers?
07:13.56tmztI ran dumpkeys and got a huge file of text, the top line is
07:14.13tmzt0-63
07:14.26maejrepi still don't know what you're asking
07:14.45tmztand I have no idea how to define a Control key, unless it's just a standard keysym
07:15.07*** join/#htc-linux MethoS-- (n=lem@host-091-096-215-090.ewe-ip-backbone.de)
07:15.36maejrepit is a standard keysym
07:15.43maejrepKEY_LCONTROL i think ?
07:15.47maejrepor something like that
07:15.54maejrepLCTRL maybe
07:15.57Untouchab1emaejrep, what else is people working on atm? Color distortion fix, battery...
07:16.07maejrepthose are just me
07:16.10tmztlike star is = for some reason
07:16.24maejrepcr2 has been looking into rpc and sound, among other things
07:16.33maejrepbut thats mostly research, no actual code
07:16.40tmztfn is 464
07:16.56maejreptmzt: i'm still confused, fyi
07:17.22maejrepif you want to edit the keymap you can do that in microp-keypad.c
07:17.31tmztah, it works
07:17.38*** join/#htc-linux kiozen (n=oeichler@p549227EB.dip0.t-ipconnect.de)
07:17.41tmztno made a keymap for loadkeys on my debian image
07:17.46maejrepoh
07:17.51tmztadding a Control line makes control work
07:18.18maejrepyeah I haven't tried using loadkeys
07:18.32tmztandroid has something similar with it's kcm format
07:18.46Untouchab1eYou have the qwerty.kcm I believe
07:18.47maejrepif you're talking about all the MSC_KEY bits, that's so that you're able to use loadkeys ;)
07:18.59maejreper, MSC_RAW
07:19.05tmztok
07:19.16tmztis this the same way the sio on pc works?
07:19.30tmztI'll have to run evtest on the laptop
07:19.35Untouchab1eIs NetRipper working on anything special? :)
07:20.18maejrepnot sure
07:20.31maejrephe did mention he's going to have less time available soon
07:20.36tmzttype 4 code 4
07:20.51maejrepand pushed to get me setup with git access
07:22.33Untouchab1eAh, cool
07:25.17tmztmicrop-keypad has 464 for Fn, but it won't work in loadkeys
07:26.21tmztUntouchab1e: is there somewhere I can put Terminal.apk to make it work in the android image from connect-utb.com?
07:26.55Untouchab1eNo idea.. depends which android image you are using?
07:27.05tmztthe latest one
07:27.09Untouchab1efor..?
07:27.11Untouchab1eDiam or Raph?
07:27.13tmztraph
07:27.36Untouchab1eI think... wasnt it j0b0 or balsat who put that one together.. can't remember
07:27.46Untouchab1ethat one i just tested and published
07:28.09maejreptmzt: "464" ?
07:28.20tmztyeah, from MSC_RAW
07:28.26tmztI can check with evtest though
07:28.40maejrep0x33 is the keycode, which gets turned into KEY_FN
07:28.47maejrep<PROTECTED>
07:28.47maejrep<PROTECTED>
07:28.47maejrep<PROTECTED>
07:29.09maejrepheh, KEY_COMPOSE is probably wrong for that ;p
07:29.53maejrepMSC_SCAN should be reporting 0x33
07:30.35maejrepyou should note, though, that there really isn't any use for KEY_FN currently
07:30.46maejrepunless you map it in android
07:30.54tmztI'm trying to map it to altgr
07:30.58tmztbut this is debian right now
07:31.21maejrepisnt altgr KEY_COMPOSE?
07:31.36tmztI need to see if I have the same layout (physical) as raph800
07:31.40maejreplike the option key on a mac
07:32.15tmzttxt/sms is a mailbox icon?
07:32.33maejrepno, says "TXT"
07:32.41maejrepnext one over is mailbox
07:32.45maejrepthen "SYM"
07:33.04tmztbottom row: rn, star, mailbox, period, space, left, down, right, enter
07:33.07tmztoh
07:33.09tmztfn
07:33.39maejreper, no
07:33.41tmztI thought you were sending raw microp codes with MSC_RAW though
07:33.41maejrepnot the same
07:33.50maejrepno, MSC_SCAN, sorry
07:34.10maejrepraph800: ctrl, fn, txt, email, sym, space, comma, period, left, down, right
07:34.14*** join/#htc-linux MethoS-- (n=lem@host-091-096-214-195.ewe-ip-backbone.de)
07:34.24tmztyou have a ctrl?
07:34.37maejrepvery similar to this: http://images.intomobile.com/wp-content/uploads/2008/06/htc-touch-pro-keyboard-review-1.jpg
07:34.43maejrepyes, bottom left is ctrl
07:34.54tmztthat would be useful in putty
07:35.04maejrepthe only difference between mine and that, is the "SMS/MMS" button is labeled "TXT" on mine
07:35.08maejrepyes :)
07:35.36tmztanyway, 1 is escape? I don't seem to have a 1 key at all
07:35.38*** join/#htc-linux hechu (n=hechu@116.22.230.26)
07:36.03maejrepyou don't have a number row?
07:36.16tmztyes, but it starts at 2 in showkey
07:36.22tmzt2-11
07:36.24maejrepwtf lol
07:36.26tmztskips to 14
07:36.37tmzthuh?
07:36.45maejrepthere is no "Esc" on mine
07:36.51tmztit does have keys labeled 1-10
07:37.10maejrepso your keymap is just off then?
07:37.19tmztit looks like it
07:37.36maejrepif you turn on debugging in keypad.c, you'll see the reported MSC_SCAN code
07:37.51tmztI'm installing evtest now
07:37.55maejrep#define MICROP_DEBUG 1
07:40.32tmztoh, ok
07:42.45Untouchab1ehey maejrep, maybe you can shed some light..
07:42.56Untouchab1ebut Ive got two guys.. one on a Raph110, and another one on a Raph800..
07:42.57*** join/#htc-linux rob_w (n=bob@p549BF16D.dip.t-dialin.net)
07:43.38Untouchab1ethey are getting "cannot find [insert_foldername]" errors when trying to boot.. Ive walked them through more or less any solutions I can think of..
07:44.03tmztthey seem to be related to mmc
07:44.29tmztmaejrep: msm_sdcc detect is based on mtype?
07:44.30maejrepmaybe they don't have the img files in the right place?
07:44.34maejrepyes
07:44.49tmztenabling all the ports still doesn't work?
07:44.54Untouchab1ethey have downloaded the full packages from connect-utb.com
07:45.38Untouchab1ethey have tried more or less every package I have hosted.. made sure default.txt's are correct, tried with activeSync-mode in, activeSyncMode out and no cables attached..
07:45.38maejrepno, because it has to be tied to gpios, etc
07:45.50Untouchab1emade sure their memory card were correctly formatted (FAT16)
07:46.28maejrepi'd suggest using the angstrom initrd until you get the mount in /media
07:46.33tmztyeah, but I mean it only probes one host based on mtype
07:46.34maejrepwill let them check dmesg also
07:46.40tmztnot the pdata for gpios
07:47.12tmztand FAT16 should not be neccessary
07:47.13maejrepyes, but adding all 4 controllers does not work
07:47.27Untouchab1eOn the bright side, I've now confirmed that Raph110 is msmsdcc_id = 2
07:47.34Untouchab1e(the Wiki was blank on the Raph110)
07:47.44maejrepit's already on the wiki
07:48.01maejrepoh, nevermind :)
07:48.03Untouchab1e:)
07:48.10tmztfuze
07:48.10maejrephttp://wiki.xda-developers.com/index.php?pagename=MSM_SDIO that page you mean?
07:48.20Untouchab1eyup
07:48.27Untouchab1eIm editing it now
07:49.03maejrepdiam110 has it
07:49.14maejrepand the diam/raph controllers should be the same
07:50.21tmztah, I forgot about smd tty
07:50.41maejrepanyway, it should just work without the msm_sdccid on the command line
07:51.09tmztEV_MSC is 0x4, MSC_SCAN is 0x4, same as pc
07:51.30maejrepand if you use the override with the wifi controller enabled, you might have problems
07:51.33tmztwhat kind of keycodes do you get from the microp, maejrep?
07:51.42maejrepin fact, i think recent kernels have that override completely removed
07:51.58maejreptmzt: meaning what?
07:52.18tmztmaejrep: the value in the register you read on the microp
07:52.19maejrepI get a number between 1 and 0x47
07:52.25maejrep^
07:52.44maejrepand the 0x80 bit will be turned on during a release
07:53.38tmztgot it, you send the MSC_SCAN with the raw code AND a key event
07:53.49maejrepyes, as per the input documentation
07:54.19tmztso I just need to see which one the keymap expects
07:54.52maejrepyeah, the values are commented next to each KEY_RESERVED entry
07:55.07maejrepthen you can just count to the next value
07:57.14tmztok, what smd should AT command be on?
07:57.32maejrep0
08:01.08tmztraph500: SMD_RPCCALL, SMD_CONTROL, SMD_DATA5, SMD_DATA6, 7, CS_A2M
08:01.18tmztyou registered those? smd_alloc_channel?
08:01.27maejrepthose are auto-discovered
08:02.00maejrepSMD_DS should be found with smd_7500, but that was just committed tonight
08:02.04tmzt2, 5, 11, 12, 13, 33
08:02.07maejrepand needs to be added to .config
08:02.12maejrepyeah, sounds just like raph800
08:06.34*** join/#htc-linux StarLite (n=nnscript@s55916ca6.adsl.wanadoo.nl)
08:08.28*** join/#htc-linux BabelO (n=fcr@unaffiliated/babelo)
08:10.54tmztok, I'll add those two to the kernel tommorow then
08:30.02*** join/#htc-linux NetRipper (n=netrippe@netripper.nl)
08:31.55*** join/#htc-linux methril|work (n=Methril@213.27.233.98)
08:43.56*** join/#htc-linux liba2k (n=liba2k@194.90.149.193)
08:45.38*** join/#htc-linux nebi (n=nebi@170.ftth2.cust.fyrobs1.upps.se.borderlight.net)
08:58.40*** join/#htc-linux timebomb (n=tb@e176112001.adsl.alicedsl.de)
09:04.12*** join/#htc-linux BabelO_ (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
09:31.01dcordesmorning
09:31.16dcordesBabelO_ how is the t-rex?
09:36.20BabelO_dcordes-kais: very good
09:49.50*** join/#htc-linux markya23 (n=mark@212.183.136.195)
10:30.31dcordes-kaisBabelO nice. my rx antenna mod wors well
10:30.45dcordes-kaisbut I will try yagi for better perfomance
10:33.53dcordes-kaisBabelO you have the 450 t-rex correct?
10:49.39*** join/#htc-linux mrmoku (n=mrmoku@ppp-93-104-47-17.dynamic.mnet-online.de)
11:02.01BabelO_dcordes-kais: yes
11:02.06BabelO_the smallest :)
11:38.47*** join/#htc-linux captnoord (i=914ab696@gateway/web/ajax/mibbit.com/x-7f3aa5f5686e8b5a)
11:49.14dcordes-kaisBabelO do you have the aluminum frame?
12:07.47*** join/#htc-linux MethoS- (n=lem@host-091-097-244-111.ewe-ip-backbone.de)
12:28.55*** join/#htc-linux miknix (n=miknix@gentoo/developer/miknix)
12:34.50*** join/#htc-linux woods26 (n=CDP@c-68-54-66-168.hsd1.fl.comcast.net)
12:45.41*** join/#htc-linux Zinbolic (n=chatzill@84.238.80.215)
13:27.03*** join/#htc-linux toi (n=pleemans@d5153128F.access.telenet.be)
13:32.05*** join/#htc-linux timebomb (n=tb@e176112001.adsl.alicedsl.de)
14:06.10*** join/#htc-linux MethoS-- (n=lem@host-091-097-240-045.ewe-ip-backbone.de)
14:12.21*** join/#htc-linux apt (i=ibot@rikers.org)
14:12.21*** topic/#htc-linux is HTC Linux Channel: Find logs at http://apt.rikers.org/%23htc-linux/ | please check http://handhelds.org/moin/moin.cgi/HTC_2dPhones | http://wiki.xda-developers.com/index.php?pagename=Xanadux | <cr2> let's define a common setup.
14:34.49*** join/#htc-linux sdt555 (n=titus@147.145.40.44)
14:50.13Marajinyo
14:53.37*** part/#htc-linux sdt555 (n=titus@147.145.40.44)
14:54.18*** part/#htc-linux zule (n=zule@shadowmite.com)
14:58.15*** join/#htc-linux miknix (n=miknix@gentoo/developer/miknix)
15:10.11*** join/#htc-linux pleemans (n=toi@116.54-246-81.adsl-static.isp.belgacom.be)
15:22.09*** join/#htc-linux ltxda (n=anon@unaffiliated/ltxda)
15:24.56*** join/#htc-linux metter (n=metter@86-36.0-85.cust.bluewin.ch)
15:28.19*** join/#htc-linux AstainHasPS3 (n=AstainHe@unaffiliated/astainhellbring)
15:38.49AstainHasPS3morning
15:47.12*** join/#htc-linux ltxda (n=anon@c-98-201-4-57.hsd1.tx.comcast.net)
15:53.55*** join/#htc-linux MethoS- (n=lem@dyndsl-085-016-162-027.ewe-ip-backbone.de)
16:02.19*** join/#htc-linux ClashTheBunny (i=c72ec6e6@gateway/web/ajax/mibbit.com/x-c7efe8bf2750f718)
16:09.05*** join/#htc-linux sdt555 (n=titus@147.145.40.44)
16:16.24*** join/#htc-linux MethoS-- (n=lem@host-091-097-242-218.ewe-ip-backbone.de)
16:24.34*** part/#htc-linux sdt555 (n=titus@147.145.40.44)
16:24.37*** join/#htc-linux xutywx (n=pawel@195.205.38.92)
16:37.00Marajinmorning AstainHasPS3
16:37.51AstainHasPS3hows it going Marajin?
16:38.15Marajinah ya know, day after a 'family' meal.. still trying to get my bloodpressure down ;)
16:38.24AstainHasPS3lol
16:38.50Marajinmostly my aunt that does it :p
16:53.13*** join/#htc-linux pH5 (n=ph5@e178235062.adsl.alicedsl.de)
17:05.28*** join/#htc-linux captnoord (i=5147a47b@gateway/web/ajax/mibbit.com/x-5cddf952738db85b)
17:08.21Marajinhey captnoord
17:08.29*** join/#htc-linux pH5_ (n=ph5@e178252081.adsl.alicedsl.de)
17:08.33Marajinhmm I'm getting surer that my SDHC card is broken =/
17:08.55captnoordtell the story
17:09.02captnoordI kinda had the same feeling some time ago
17:09.24Marajinthe android errors persist on my 4GB card and also, it came up as completely blank but completely full at one point and I had to format it
17:09.36*** join/#htc-linux tsdogs (n=tsdogs@net70-17.metalit.net)
17:09.50Marajintries the latest 1.1 build
17:09.54captnoordyou formatted it with windows?
17:10.13captnoordand
17:10.16captnoorddoes it work
17:10.23captnoordif you put it in a card reader
17:10.36captnoordnot using your phone
17:11.14*** join/#htc-linux MethoS- (n=lem@host-091-096-213-156.ewe-ip-backbone.de)
17:12.41Marajinnah it didn't until I formatted it
17:13.00captnoordbut it works completely?
17:13.06captnoordas you can write files to it
17:13.07Marajinafter formatting yeah
17:13.07captnoordand stuff
17:13.10captnoordgood
17:13.17captnoordwhy do you think your card is broken
17:13.31captnoordwhat I had
17:13.38captnoordwas that I tryed to delete something
17:13.41captnoordunder ubuntu
17:13.45*** join/#htc-linux MethoS- (n=lem@host-091-096-213-156.ewe-ip-backbone.de)
17:13.46Marajinit errors with buffer io but it doesn't crash like the old SD bug used to
17:13.50captnoordand it created a safe lock
17:14.05captnoordwhich got me wierd errors and stuff
17:14.10captnoordhmmm
17:14.16captnoordyou had a raph didn't you?
17:14.21captnoordi'm a bit sick atm
17:14.25captnoordI can't remember
17:14.32Marajinno I have a kaiser
17:14.45*** join/#htc-linux Pure4Real (n=pure4rea@89-97-140-219.ip17.fastwebnet.it)
17:14.50captnoordlet me check the code
17:14.57*** join/#htc-linux mib_hx3wka (i=403223cf@gateway/web/ajax/mibbit.com/x-d17ce5975d2e5c49)
17:15.00captnoordbecause on the raph not all the data channels are enabled
17:15.04MarajinI won't get my kaiser till later
17:15.26Marajinheh, my kaiser still says its battery is dead after rebooting into win mobile but I know it can't be cause it was about 90% before I tried booting android
17:16.16Marajinwhich forces win mobile to shut it down again, if I turn it back on it registers normal battery
17:18.05captnoordlol
17:18.09captnoordMarajin: I don't know
17:18.32captnoordyou can try to compile one with the slow sd stuff enabled
17:18.44captnoordit should be a compatible mode or something
17:18.50captnoordrpc is fucked
17:18.50captnoordlol
17:19.42captnoordhmmm
17:19.43captnoordbrb
17:19.44captnoorddinner
17:23.03*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
17:23.17Marajingreat, now android is stuck doing 'wakeup's constantly and never boots
17:29.18*** join/#htc-linux pH5_ (n=ph5@e178253247.adsl.alicedsl.de)
17:31.02*** join/#htc-linux MethoS-- (n=lem@host-091-096-213-122.ewe-ip-backbone.de)
17:40.15*** join/#htc-linux hechu (n=hechu@61.140.123.224)
17:43.14*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
17:50.42*** join/#htc-linux milas (n=milas@wr-130-64-189-245.medford.tufts.edu)
17:58.19*** join/#htc-linux milas (n=milas@resnet135-243.medford.tufts.edu)
18:00.59*** join/#htc-linux MethoS- (n=lem@dyndsl-085-016-161-136.ewe-ip-backbone.de)
18:12.13Marajincaptnoord: nah it's really not happy, I even cleaned it fully under linux and recreated the partition table and it just won't play ball
18:15.32captnoordhmmmm
18:15.33*** join/#htc-linux ph5 (n=ph5@e178236249.adsl.alicedsl.de)
18:15.38captnoordand you don't have a diff card?
18:18.59*** join/#htc-linux zycho_ (n=zycho@a89-182-30-215.net-htp.de)
18:21.36*** join/#htc-linux snader (n=sander@5ED7A4B0.cable.ziggo.nl)
18:24.16*** join/#htc-linux goxboxlive (n=goxboxli@185.84-48-126.nextgentel.com)
18:26.07*** join/#htc-linux kiozen (n=oeichler@rgnb-5d87dd32.pool.einsundeins.de)
18:51.25*** join/#htc-linux oliwan (n=ollie@client-80-3-100-82.bsh-bng-012.adsl.virginmedia.net)
19:04.06*** join/#htc-linux apt (i=ibot@rikers.org)
19:04.06*** topic/#htc-linux is HTC Linux Channel: Find logs at http://apt.rikers.org/%23htc-linux/ | please check http://handhelds.org/moin/moin.cgi/HTC_2dPhones | http://wiki.xda-developers.com/index.php?pagename=Xanadux | <cr2> let's define a common setup.
19:10.02*** join/#htc-linux Zoolooc (n=fredsiba@nrbg-4dbfcf18.pool.einsundeins.de)
19:23.10*** join/#htc-linux pleemans (n=toi@d54C2AAB7.access.telenet.be)
19:31.57Marajincaptnoord: I snaffled my father's 2GB, I don't get the IO errors on it
19:32.21*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
19:32.26captnoordthen your screwed
19:32.35captnoordI hope it wasn't a "good one"
19:32.45captnoordMarajin: is there a way to check how much IO it had?
19:33.18Marajinno but it spams IO errors like a bitch in the dmesg.
19:33.28Marajinthe 2GB shows no errors at all visibly
19:33.34*** join/#htc-linux Pure4Real (n=pure4rea@89-97-140-219.ip17.fastwebnet.it)
19:33.38Marajinhaha, android still reads my network as BTCellnet
19:33.47MarajinI don't think it's existed in years
19:33.57captnoordis it a brand?
19:34.07Marajinkingston yeah
19:34.17*** join/#htc-linux pichurri (n=pichurri@194.230.146.181)
19:36.46Marajininteresting, seem to be getting no (less?) android app crashes on this 2GB card too
19:36.49captnoordbranded stuff may have a IO counter
19:37.04Marajintries to pair to gmail account but it fails still.
19:37.08captnoordbecause there something wrong with the SD stuff
19:37.12captnoordits not perfect
19:37.33captnoordI can't run android when I have other stuff on it
19:37.47Marajinnope, tell a lie, it crashed out
19:37.52captnoordthen it simply doesn't load correctly
19:37.55captnoordlol
19:38.04Marajinwhich release are you using?
19:39.37captnoordhttp://www.connect-utb.com/index.php?option=com_jdownloads&Itemid=58&task=viewcategory&catid=4
19:39.39captnoordthe top one
19:39.47captnoordas I don't want to build the entire enviroment
19:39.52captnoordbut as i'm freaking bussy
19:40.00captnoordI haven't been able to build a newer one
19:40.25Marajinoh you're using raph yeah
19:40.46captnoordyup
19:40.54captnoordI think the offsets are a bit off
19:41.05captnoordbut I will double check those when I've finished this
19:42.00lupine_85notes that he's using a 4-partition SD card with stuff all over for his linux testbed
19:42.31lupine_852 fat partitions - one for everyday use, one for android images; two ext3 partitions for angstrom
19:43.18Marajinyeah
19:45.38*** join/#htc-linux Xime (n=xime@bankize.net)
19:47.58*** join/#htc-linux Moku (n=John@f054233019.adsl.alicedsl.de)
19:49.39*** join/#htc-linux sietse (n=sietse@vogons.xs4all.nl)
19:56.18*** join/#htc-linux hollo (n=hollo@3e6b025d.rev.stofanet.dk)
19:56.44*** join/#htc-linux MethoS-- (n=lem@host-091-097-240-248.ewe-ip-backbone.de)
20:08.04*** join/#htc-linux wdslbr (n=asa@dslb-088-069-207-207.pools.arcor-ip.net)
20:09.39*** join/#htc-linux exco (n=exco@e181065023.adsl.alicedsl.de)
20:10.38*** join/#htc-linux TripleQ (n=joost@ip49-198-173-82.adsl2.static.versatel.nl)
20:11.50*** part/#htc-linux exco (n=exco@e181065023.adsl.alicedsl.de)
20:23.30*** join/#htc-linux MethoS- (n=lem@host-091-096-208-072.ewe-ip-backbone.de)
20:25.54*** join/#htc-linux pichurri (n=quassel@194.230.146.181)
20:29.22*** join/#htc-linux timebomb (n=tb@e176112001.adsl.alicedsl.de)
20:31.45*** join/#htc-linux pichurri_ (n=pichurri@194.230.146.181)
20:32.54*** join/#htc-linux BabelO_ (n=fcr@unaffiliated/babelo)
20:34.56*** join/#htc-linux pichurri (n=quassel@194.230.146.181)
20:36.10*** join/#htc-linux pichurri (n=quassel@194.230.146.181)
20:36.24pichurrinight ppl...
20:37.04captnoordnn
20:37.26pichurrianybody knows how to compile android? meaning, generate the: cache.e2img  data.e2img  system.e2img. EXT2 images ?
20:37.42pichurrito run from sd card....
20:38.01pichurriI downloaded and compiled, but it compiles for x86...
20:38.13Pure4Realuse a crosscompiler
20:38.16captnoordI suggest you try a bit of reading more
20:38.21*** join/#htc-linux metter_ (n=metter@243-185.62-81.cust.bluewin.ch)
20:38.23captnoordforum is full of into your searching
20:44.52*** join/#htc-linux apt (i=ibot@rikers.org)
20:44.52*** topic/#htc-linux is HTC Linux Channel: Find logs at http://apt.rikers.org/%23htc-linux/ | please check http://handhelds.org/moin/moin.cgi/HTC_2dPhones | http://wiki.xda-developers.com/index.php?pagename=Xanadux | <cr2> let's define a common setup.
20:44.55captnoordfor the gui stuff
20:44.59captnoordand stuff
20:45.08captnoordbut I haven't read as much as I should about it
20:47.21Pure4Realah ok
20:47.23Pure4Realgotta go
20:47.26Pure4Realciao
20:48.37*** join/#htc-linux Stud (n=Student@93.185.177.3)
20:54.47*** join/#htc-linux oliwan (n=oliwn@client-80-3-100-82.bsh-bng-012.adsl.virginmedia.net)
21:03.36*** join/#htc-linux apt (i=ibot@rikers.org)
21:03.36*** topic/#htc-linux is HTC Linux Channel: Find logs at http://apt.rikers.org/%23htc-linux/ | please check http://handhelds.org/moin/moin.cgi/HTC_2dPhones | http://wiki.xda-developers.com/index.php?pagename=Xanadux | <cr2> let's define a common setup.
21:05.35*** join/#htc-linux cr2 (n=cr2@ip-90-186-121-117.web.vodafone.de)
21:06.39cr2kiozen: do you know how are the tiles ordered in a tiff file ?
21:07.48kiozenleft top to bottom right
21:10.20cr2ok, thanks
21:11.48kiozenkompass maps it's left bottom to top right
21:12.04kiozenthat makes it easy to hack their maps :)
21:12.27cr2lol
21:13.17cr2afair the ozf2 is like tiff, but the lines in a tile are mirrored
21:13.18kiozenstruggle to get sattelite SNR bar graph into 236 pixel width
21:13.33cr2targeting 240x240 ?
21:13.48kiozen240 x 320
21:14.03cr2qpegps had such a widget ?
21:14.21kiozenwho cares for qpegps
21:15.01cr2a widget design
21:15.21cr2i mean, it was possible
21:15.38cr2even with qt :)
21:17.19kiozenhttp://www.qlandkarte.org/shot10.png
21:18.33captnoordsexy
21:19.40kiozenhttp://www.qlandkarte.org/shot11.png
21:19.58*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
21:20.29cr2blac100 is 480x800
21:20.46cr2so it should not be a problem too
21:21.04kiozenthere are 2 screen layouts to select at compile time
21:21.07cr2but msm gps is... hm.
21:21.13kiozena large one and a small one
21:21.29cr2in width ?
21:22.48*** join/#htc-linux captnoord (i=5147a47b@gateway/web/ajax/mibbit.com/x-76e967a3c777a8a0)
21:23.02kiozenwell large is optimized to 480 pixel
21:23.12kiozensmall for 230
21:23.52cr2ok
21:24.08cr2landscape ?
21:24.13kiozenbut I use qt layout management this time
21:25.43cr2also for the OSD buttons ?
21:25.53kiozenyep
21:26.03kiozen100% qt like
21:26.21kiozenI never do the same error twice :)
21:27.43cr2ok
21:27.48BabelO_kiozen, cr2 and wince compatible, even n800 , my debian virtualbox is setup with scratchbox for that
21:28.15kiozenbiiiiiiiiiiiiiinaaaaaaaaaaaaaariiiiiiiiiiiiiiiiiiiis
21:28.22kiozenpleeeeeeeeeeeeese :)
21:28.25kiozen:)
21:29.38*** part/#htc-linux TripleQ (n=joost@ip49-198-173-82.adsl2.static.versatel.nl)
21:30.00*** join/#htc-linux pichurri_ (n=quassel@194.230.146.106)
21:31.17cr2BabelO_: but wince gps is also PITA
21:31.39cr2BabelO_: will you use a serial port or a wince "gpsd" ?
21:33.40BabelO_cr2: i will use same that roadmap serial code
21:34.19BabelO_kiozen: i forgot that windows 7 broke my grub :( so have to fix eeepc linux boot first
21:35.45kiozenstrike back break windows 7
21:36.34cr2BabelO_: ok
21:37.03cr2kiozen: hehe. icons from roadmap, gps code from roadmap. now i'm waiting for routing :)
21:37.38BabelO_tsst
21:37.40BabelO_not icon
21:37.51kiozenBabelO_: yes the 2D and 3D
21:37.52BabelO_cr2: you will get a big screen on athena
21:38.24kiozencr2: hope you are patient
21:38.37BabelO_grrh
21:38.54BabelO_wait i do it this evening tomorrow you get the built
21:38.59BabelO_but i need to eat before :)
21:39.11kiozennothing in the fridge anyway
21:39.21cr2:)
21:40.06cr2omg. they have written hdf4 tiles in a column-row order ;)
21:42.21*** join/#htc-linux NWO-Sickness (n=stijn_de@94-224-28-164.access.telenet.be)
21:42.26NWO-Sicknesselooo
21:42.34NWO-Sicknesshow's the project going?
21:43.29Marajinyo
21:47.56einandHi
21:48.18cr2BabelO_: is it possible to tell 'convert' to create and ascii .pbm ?
21:48.25cr2s/and /an /
21:49.00BabelO_cr2: source format ?
21:49.27BabelO_cr2: should be ok, it is available as png2pnm and pnm2pbm :)
21:49.30cr2binary .pbm
21:49.40*** part/#htc-linux NWO-Sickness (n=stijn_de@94-224-28-164.access.telenet.be)
21:50.20cr2the source is actually a grass raster :)
21:51.23cr2i need to do a very simple operation
21:51.46cr2average all pixel values < 255
21:52.24cr2it should be trivial in grass, but i don't have any real experience with grass raster operations
22:00.51*** join/#htc-linux miknix (n=miknix@gentoo/developer/miknix)
22:07.29*** join/#htc-linux woods26 (n=CDP@c-68-54-66-168.hsd1.fl.comcast.net)
22:09.58einandGodmorgon
22:10.03*** join/#htc-linux mordy_ (n=mordy@pool-68-161-219-198.ny325.east.verizon.net)
22:10.23*** join/#htc-linux ltxda (n=anon@unaffiliated/ltxda)
22:11.54einandannoing
22:12.20einandi did download lates kaiser-android, but now the screen are 180 degres wrong
22:20.32einand:)
22:22.18*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
22:28.58*** join/#htc-linux nebi (n=nebi@170.ftth2.cust.fyrobs1.upps.se.borderlight.net)
22:33.34einandGhaaa.
22:34.20einandi cant get my data connection to works sens i downloaded todays version av android for kaiser ( http://www.androidonhtc.com/kaiser/start [+])
22:38.20*** join/#htc-linux mordy (n=mordy@141.157.206.39)
22:40.17einandstrange, it don't say all that stuff about ppp now, as previus versions did
22:41.50*** join/#htc-linux Bally3 (n=chatzill@cpc1-blac6-0-0-cust618.manc.cable.ntl.com)
22:45.31*** join/#htc-linux MethoS- (n=lem@dyndsl-085-016-160-057.ewe-ip-backbone.de)
22:51.40*** join/#htc-linux tsdogs (n=tsdogs@net203-187-146.mclink.it)
23:03.39*** join/#htc-linux mooky_ (n=suzannet@berger.projecthugo.co.uk)
23:03.39*** join/#htc-linux dan-vogue-titan (n=none@198.53.132.235)
23:03.40*** part/#htc-linux dan-vogue-titan (n=none@198.53.132.235)
23:03.46*** join/#htc-linux mordy (n=mordy@pool-141-157-206-39.ny325.east.verizon.net)
23:03.47mordyhey, anyone here using the universal?
23:03.47mordythinking about getting one -- i just want to know if it's able to connect as a terminal client to a host computer via usb-serial adapter
23:04.37*** join/#htc-linux [loy] (n=nobody@209.250.241.104)
23:04.37*** join/#htc-linux cr2 (n=cr2@ip-90-186-121-117.web.vodafone.de)
23:04.37*** join/#htc-linux MethoS- (n=lem@dyndsl-085-016-160-057.ewe-ip-backbone.de) [NETSPLIT VICTIM]
23:04.37*** join/#htc-linux Beef (n=beef@unaffiliated/beef) [NETSPLIT VICTIM]
23:04.37*** join/#htc-linux Jos (i=Jos@Lithium.Jossie90.info) [NETSPLIT VICTIM]
23:04.37*** join/#htc-linux Miek (n=mike@unaffiliated/mikechml) [NETSPLIT VICTIM]
23:04.37*** join/#htc-linux Kevin2 (n=Kevin2@207-237-194-161.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com) [NETSPLIT VICTIM]
23:05.09*** part/#htc-linux oliwan (n=oliwn@client-80-3-100-82.bsh-bng-012.adsl.virginmedia.net)
23:05.13*** join/#htc-linux woodyPL (i=woody@gateway/shell/blinkenshell.org/x-7d7ece8578d507af)
23:11.10*** join/#htc-linux Jos (i=Jos@Lithium.Jossie90.info) [NETSPLIT VICTIM]
23:11.10*** join/#htc-linux MethoS- (n=lem@dyndsl-085-016-160-057.ewe-ip-backbone.de) [NETSPLIT VICTIM]
23:11.10*** join/#htc-linux cr2 (n=cr2@ip-90-186-121-117.web.vodafone.de) [NETSPLIT VICTIM]
23:11.10*** join/#htc-linux [loy] (n=nobody@209.250.241.104) [NETSPLIT VICTIM]
23:11.10*** join/#htc-linux woodyPL (i=woody@gateway/shell/blinkenshell.org/x-7d7ece8578d507af) [NETSPLIT VICTIM]
23:11.10*** join/#htc-linux Kevin2 (n=Kevin2@207-237-194-161.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com) [NETSPLIT VICTIM]
23:11.10*** join/#htc-linux Miek (n=mike@unaffiliated/mikechml) [NETSPLIT VICTIM]
23:11.10*** join/#htc-linux Beef (n=beef@unaffiliated/beef) [NETSPLIT VICTIM]
23:11.10*** join/#htc-linux mordy (n=mordy@pool-141-157-206-39.ny325.east.verizon.net) [NETSPLIT VICTIM]
23:11.10*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz) [NETSPLIT VICTIM]
23:11.10*** join/#htc-linux timebomb (n=tb@e176112001.adsl.alicedsl.de) [NETSPLIT VICTIM]
23:11.10*** join/#htc-linux sietse (n=sietse@vogons.xs4all.nl) [NETSPLIT VICTIM]
23:11.10*** join/#htc-linux Pure4Real (n=pure4rea@89-97-140-219.ip17.fastwebnet.it) [NETSPLIT VICTIM]
23:11.10*** join/#htc-linux zycho_ (n=zycho@a89-182-30-215.net-htp.de) [NETSPLIT VICTIM]
23:11.10*** join/#htc-linux hechu (n=hechu@61.140.123.224) [NETSPLIT VICTIM]
23:11.11*** join/#htc-linux toi (n=pleemans@d5153128F.access.telenet.be)
23:11.11*** join/#htc-linux NetRipper (n=netrippe@netripper.nl) [NETSPLIT VICTIM]
23:11.11*** join/#htc-linux StarLite (n=nnscript@s55916ca6.adsl.wanadoo.nl) [NETSPLIT VICTIM]
23:11.11*** join/#htc-linux ImCoKeMaN (n=imcokema@pool-98-111-118-30.hrbgpa.fios.verizon.net) [NETSPLIT VICTIM]
23:11.11*** join/#htc-linux balsat (n=balsat@87.72.13.87) [NETSPLIT VICTIM]
23:11.11*** join/#htc-linux pigeon (n=pigeon@60-241-137-179.static.tpgi.com.au) [NETSPLIT VICTIM]
23:11.11*** join/#htc-linux ali1234 (n=al@robotfuzz.co.uk) [NETSPLIT VICTIM]
23:11.11*** join/#htc-linux lupine_85 (n=lupine@89-16-178-98.no-reverse-dns-set.bytemark.co.uk) [NETSPLIT VICTIM]
23:11.11*** join/#htc-linux osnr (n=osnr@ool-4351a8e6.dyn.optonline.net) [NETSPLIT VICTIM]
23:11.11*** join/#htc-linux RZK333 (n=rzk@daemonet.ru) [NETSPLIT VICTIM]
23:11.11*** join/#htc-linux Abracadabra (n=aaabraca@unaffiliated/abracadabra) [NETSPLIT VICTIM]
23:11.11*** join/#htc-linux dream_kill (n=nospam@92.56.48.66) [NETSPLIT VICTIM]
23:11.11*** join/#htc-linux krisje8 (i=krisje8@gateway/shell/blinkenshell.org/x-d0b99fa854c1b1df) [NETSPLIT VICTIM]
23:11.11*** join/#htc-linux Funklord (n=cow@c-76d271d5.014-46-73746f28.cust.bredbandsbolaget.se) [NETSPLIT VICTIM]
23:11.11*** join/#htc-linux paulproteus (n=paulprot@2002:db69:2513:0:0:0:0:1)
23:11.11*** join/#htc-linux lama (i=lama@netbsd.pl) [NETSPLIT VICTIM]
23:11.11*** join/#htc-linux Dinde (n=kayser@81-65-176-209.rev.numericable.fr) [NETSPLIT VICTIM]
23:11.11*** join/#htc-linux shoragan (n=shoragan@debian/developer/shoragan) [NETSPLIT VICTIM]
23:11.11*** join/#htc-linux toer_ (i=tore@179.81-166-86.customer.lyse.net) [NETSPLIT VICTIM]
23:11.11*** join/#htc-linux Dunedan (n=dunedan@phoenitydawn.de) [NETSPLIT VICTIM]
23:11.11*** join/#htc-linux mickeyl (i=mickey@openmoko/coreteam/mickey) [NETSPLIT VICTIM]
23:11.11*** join/#htc-linux nizox (n=none@eros.ph0k.eu)
23:11.11*** join/#htc-linux dase (i=dase@p1atin.de) [NETSPLIT VICTIM]
23:12.06*** join/#htc-linux cr2 (n=cr2@ip-90-186-121-117.web.vodafone.de)
23:20.39*** join/#htc-linux cr2_ (n=cr2@ip-90-186-84-56.web.vodafone.de)
23:30.34*** join/#htc-linux BabelO (n=fcr@unaffiliated/babelo)
23:32.01*** join/#htc-linux BabelO_ (n=fcr@unaffiliated/babelo)
23:35.53*** join/#htc-linux Babel1 (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
23:36.40BabelOhey BabelO_ , Babel1
23:37.59BabelOcr2_: still azround ?
23:39.09cr2_yes
23:40.10BabelOcr2_: what is gauss-schreiber transverse mercator, is this used a lot ?
23:40.34cr2_dont' think so
23:41.27BabelOcr2_: i ve a problem compiling gdal with it
23:42.16cr2_it is in a config file ?
23:42.24BabelOcr2_: nooo
23:42.47BabelOdefinition and use is , but not the code
23:43.17cr2_it must be something exotic
23:43.32cr2_http://trac.osgeo.org/gdal/ticket/2663
23:45.05*** join/#htc-linux exco (n=exco@e181065023.adsl.alicedsl.de)
23:45.44BabelOok i try to compile with min computer so
23:52.54*** join/#htc-linux zule (n=zule@shadowmite.com)
23:54.05BabelOcr2_: cool , proj + gdal dll for wince done ;)
23:55.50cr2_nice
23:57.10BabelOcr2_: i go faster than last time :)
23:58.57cr2_lol

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