#htc-linux

<2010> <January> Show msg only
1234567891011121314151617
1819202122232425262728293031

00:00 phh config BCM4329_FW_PATH
00:00 phh depends on BCM4329
00:00 phh string "Firmware path"
00:00 phh default "/system/etc/firmware/fw_bcm4329.bin"
00:00 phh I can see broadcom knows the clean things too
00:00 v1nz0r makkonen: ok, that's nice. i'm trying to understand the code for the 'hero', since the code that's in here right now, just makes a mess of state-of-charge-estimation... (being battery percentage...)
00:00 cr2 phh: /lib/firmware/*
00:00 phh cr2: hotplug.
00:00 phh the proper way is to use an hotplug helper
00:00<= kvaster left/quit
00:01 phh cr2: wifi reset/power on rhod is the same as topa ?
00:01 cr2 /system/etc is some stupid androidism
00:01 cr2 phh: no, but it's documented in wiki.
00:01 v1nz0r ok, what am I doing wrong when I can see "High Tech Computer Corp." in lsusb, but Android isn't notifing me of 'usb debugging' and 'adb devices' finds nothing (not even as root...)
00:01 cr2 do you have board-htcrhodium-wifi* already ?
00:02=> Zoolooc joins
00:02<= SFXman left/quit
00:02 phh cr2: not yet
00:02 phh I haven't done anything yet
00:02 MrPippy i've been having trouble getting adb to work on linux, when it works fine on my mac
00:05 v1nz0r how else am I going to read the kernel messages from android :s
00:07 MrPippy either use usbnet or run adb on a mac or windows
00:09 phh cr2: hum I still miss some infos about vregs
00:09 phh how do we know which vreg is setted to which gpio ?
00:10 v1nz0r MrPippy: mm running win x64 here, suppose there's not many chances to getting it running on that :/
00:11 MrPippy not sure, try it http://developer.android.com/sdk/win-usb.html
00:11 phh cr2: hum actually in the wiki it seems to me that only wifi reset is documented
00:11 makkonen I was able to get adb running on win7 x64... not with the new usb from december, though.
00:12 makkonen (i.e. since rndis and everything was added)
00:12 phh makkonen: according to someone on the forum you have to edit a bit the inf file
00:13 makkonen I was using the one for the vogue. (from androidhtc.sf.net)
00:13 makkonen I thought that already had the edit. but I'd be willing to try other things. is it in the big linux on the diamond thread?
00:13 v1nz0r yes, i found the inf file to edit...
00:15 v1nz0r ok, 2 linuxes not working, and windows neither
00:15 v1nz0r in android 'usb debugging' never shows it, i'm starting to think that's the problem...
00:16 makkonen cr2: is there somewhere I can find documentation on what powermon in haret does?
00:16 makkonen v1nz0r: I noticed that in donut. it does show up in eclair... but I still can't connect.
00:16 makkonen it = 'usb debugging enabled' in the notification bar
00:16 v1nz0r makkonen: mm i'm using eclair..
00:17 v1nz0r it's babijoee's latest squashfs...
00:17 makkonen dunno. it might be your issue. but it might not.
00:17 makkonen I'm helpful, I know. :-)
00:18 phh cr2: I pushed bcm4329 driver and some early preliminary (etc.) init code for rhodium
00:18 phh (and it builds)
00:18 cr2 phh: i don't see any extra vregs for rhod
00:18 phh cr2: ah but same vreg as topa ?
00:18 cr2 makkonen: type 'powermon 5'
00:19 cr2 phh: no. nothing
00:19 phh oO
00:19 phh ok
00:19 cr2 phh: but already other enabled vregs
00:20 makkonen cr2: yeah, I got it. interesting numbers are 4094, 157 and 3054.. I don't really know what they mean.
00:20 phh cr2: now all we need is a tester
00:21 phh anyway, time to go to sleep
00:22 v1nz0r phh: in the hero, apparently htc is doing battery stuff via RPC. is this black magic, which shouldn't be used, or can it be found out where the info gotten via rpc is in mem?
00:22 v1nz0r makkonen: hehe :]
00:22 cr2 v1nz0r: hero has different amss version, so it's completely irrelevant
00:23 v1nz0r cr2: ow crap! didn't know that
00:23 cr2 makkonen: hm. check the haret source, i don't remember
00:23 v1nz0r cr2: which android phone is more similar?
00:23 makkonen damn. I deleted my copy of the haret source.
00:23 cr2 v1nz0r: nothing
00:24 makkonen ~seen maejrep
00:24 cr2 makkonen: use gitweb
00:24 v1nz0r cr2: ok :]
00:24<= AstainHellbring left/quit
00:24 cr2 v1nz0r: it's uneasy to RE, because it uses integer division functions in msvc
00:25 cr2 but with some patience it'd be doable
00:25 v1nz0r cr2: mm, I'm into C programming, but not so into kernel programming, and that just seems beyond my abilities...
00:26 cr2 it's about .dll disassembling
00:26 v1nz0r cr2: what i wanted to do was: use haret to find where windows it getting it's battery info, esp. all the info's that Tbattery.exe shows. is that doable?
00:27 v1nz0r cr2: also, i'm just supposing all the battery values I need, can be found 'somewhere' in the memory map. but maybe that's just a too simplistic ideo of mine?
00:27<= GNUtoo left/quit
00:27 cr2 v1nz0r: it's already known and implemented in the kernel
00:27 cr2 v1nz0r: what is not known good, is how to calculate the values fro raw data
00:28 v1nz0r cr2: are all batterie values known? because it seems to me, only voltages are being read, and state-of-charge determination from voltage, is not quite good...
00:29=> Squarc joins
00:29 cr2 v1nz0r: all raw "input" values are known
00:30<= Squarc left/quit
00:30 v1nz0r ok nice, and these can be found in htc_battery_smem ?
00:32=> Zack84a joins
00:33 v1nz0r cr2: do you know who wrote this htc_battery_smem ?
00:34 Zack84a hey phh i can test for the rhodium (realize i have liited knowledge of linux, and even smaller of c programming)
00:34<= sxe left/quit
00:36 Zack84a *limited
00:40<= BabelO left/quit
00:43<= YellowGTO|Nix left/quit
00:48 makkonen anyone know if battery status reporting is working accurately on xperia x1, topaz, rhodium, or cdma diamond?
00:49 v1nz0r makkonen: i'm looking at that code right now, but i can't figure out what the sms_offset is :/
00:49** mrmoku is now known as mrmoku|away
00:50 makkonen well, I was just reading irc logs from april of last year, when this stuff was committed, and maejrep said 'work in progress, untested'... and I don't think it's been touched since.
00:52 v1nz0r makkonen: mm, but there's a thing I don't get: i'm looking at the source, and nowhere i look, i can find where this htc_batt_info.resources->smem_offset is actually set.... weird?
00:52 v1nz0r i'm obviously missing something
00:53 Snarf mm still having weird things w/ my DIAM100 (no umts)
00:53 chamonix still in germany Snarf ?
00:53 Snarf ahah
00:53 Snarf ;)
00:53 chamonix lol
00:53 Snarf this IP is still here yes
00:53 makkonen v1nz0r: it's set in the different board-htcXXX.c files.
00:54 Snarf but now i ha found a manificent "[GsmDataConnectionTracker] trySetupData: Not ready for data:" in radio logcat
00:55 v1nz0r makkonen: damn... ofcourse, as it could be different, per device
00:55 v1nz0r makkonen: cheers! :)
00:55<= luc_ left/quit
01:00=> DarkMasterHalo joins
01:01<= Sussex left/quit
01:02=> luc_ joins
01:02 v1nz0r makkonen: is it possible to read smem with haret?
01:02<= luc_ left/quit
01:05 v1nz0r ok, apparently, it is.
01:05 makkonen yes
01:05 v1nz0r gonna check that out tomorrow!
01:06 makkonen we were just talking about that about 5 pages up. glance over the logs when you next get into it.
01:06 v1nz0r because the raw values read for battery, are interpreted wrong, like even battery voltage is wrong
01:06 v1nz0r makkonen: ok, will do
01:07 makkonen what device are you working on?
01:09 v1nz0r makkonen: ok found it. i'm on diam100
01:10 v1nz0r meaning 16 bit values, and offset 0xfc110
01:10 v1nz0r u?
01:10 makkonen ok. so the values reported are batt ID, temp, voltage, charge, and discharge. what's ID? and charge and discharge are the transient numbers for voltage going in and out, I assume? anyone know? I'm just trying to figure out how you get from the raw data to the actual percentage.
01:10=> BabelO joins
01:11 makkonen raph800. meaning 32 bit values and offset fc140, and meaning it always reports 5% full regardless of what you do.
01:11 makkonen even inaccurate numbers would be better.
01:11 v1nz0r oh really? diam100 is a bit better
01:11 makkonen yeah
01:11 v1nz0r but that is caused because of the crappy voltage mapping in htc_battery_smem
01:12 v1nz0r have you seen those tables?
01:12 makkonen everything without a field size of 4 works. sort of. everything with one, as far as I know, is completely useless.
01:12 makkonen yeah. they're a bit... sparse.
01:12 v1nz0r oh, is it because of the field size?
01:12 makkonen but I'm not clear on how they work.
01:13 v1nz0r have you tried printing the values read, to see what they look like?
01:13 makkonen a bit.
01:13 v1nz0r i.e. adding a BATT("voltage: ...) piece?
01:13 makkonen oh. that's a good idea.
01:13 makkonen I always forget to.
01:13 v1nz0r how what works, this 'table' thing?
01:13 makkonen but right now I'm running to the gym, so I can't.
01:14 makkonen yeah, the table. not clear on it at all.
01:14 v1nz0r well, I want to, but adb is not working :p
01:14 v1nz0r ok i'll explain tomorrow or so
01:14 v1nz0r in fact it's a simple mapping table
01:14 v1nz0r so you're off to the gym now, or?
01:17 Battousai babijoee: looks like the glemsom autobuild kernels should have working mic now (in-call and for apps ie voice search). my local build of latest git is working well.
01:17 Battousai it's probably best to repack with the latest glemsom
01:18=> mickey|sofa joins
01:20 mickey|sofa phh: (audio routing) ok, so i will do this manually. via which interfaces is this to be done?
01:25 chamonix babijoee: 12 hrs and still up....
01:30<= BabelO left/quit
01:35 v1nz0r goodnight!
01:35<= v1nz0r left/quit
01:38<= Tuxbrother left/quit
01:49 polyrhythmic makkonen: battery values don't report correctly on Kaiser either, idk if the driver files are similar
01:50<= Billyonthemounta left/quit
01:53<= ALoGeNo left/quit
01:55 leviathan mickey|sofa: I'll try to pack it into alsa
01:55 cr2 polyrhythmic: kaiser has a separate chip for monitoring the battery ?
01:55 leviathan mickey|sofa: I mean the audio routing
01:55 mickey|sofa that's cool as final solution
01:56 polyrhythmic cr2: idk but battery life reports different than WM for every value besides 100%
01:56 mickey|sofa i'd appreciate to know how to do it now though...
01:56 polyrhythmic cr2: it also has a lot of charging problems under android
01:56 leviathan hmm
01:56 mickey|sofa longing for a breakthrough
01:56 mickey|sofa after waiting for working phonecalls for a year or so :D
01:56 polyrhythmic *battery charge
01:56 leviathan mickey|sofa: you could modify playwav2.c to change the routing ;)
01:56 mickey|sofa so it's done via ioctls?
01:56 leviathan jup
01:56 mickey|sofa any doc somewhere?
01:57 cr2 leviathan: maybe we can learn more from htc_acoustic.so ?
01:57 leviathan hmm
01:57 mickey|sofa is there source for htc-acoustic?
01:57 cr2 mickey|sofa: such firmware hacking is not fun ;)
01:57 leviathan http://ftp.o2s.ch/
01:57 leviathan there is documentation
01:57 cr2 mickey|sofa: of course not.
01:57=> Tukon joins
01:58 leviathan I'm just using the functions according the documentation
01:58 mickey|sofa hmm
01:58 cr2 mickey|sofa: do you know something about hci programming ?
01:59 cr2 leviathan: which functions ?
01:59 mickey|sofa human computer interaction?
01:59 cr2 mickey|sofa: bluetooth
01:59 mickey|sofa ah
01:59 mickey|sofa not a single thing, sorry
01:59 mickey|sofa so which one is routing?
01:59 leviathan alsa_send_buffer
01:59 mickey|sofa AUDIO_SET_CONFIG ?
02:00 leviathan cr2: alsa_send_buffer
02:00 cr2 mickey|sofa: i've documented the fm radio commands on raph et al. ti brf63xx
02:00 leviathan e.g.
02:00 mickey|sofa cr2: oh, nice
02:00 leviathan cr2: msm_pcm_buffer stuff and so on
02:00 cr2 mickey|sofa: but we need some userspace program to control the fm radio
02:00 leviathan the whole rolling behind alsa
02:00 leviathan withouth the whole qdsp5 monster
02:00 leviathan just using what is needed
02:00 cr2 leviathan: i think they are not in htc_acoustic.
02:00 mickey|sofa cr2: sounds good. but then again, we need routing first
02:01 leviathan I dont have routing now in the alsa driver
02:01 leviathan but it is working
02:01 leviathan with aplay
02:01 cr2 mickey|sofa: dev=0xb
02:02 leviathan (0x2b | ~0x2b)
02:02 cr2 mickey|sofa: no android can do fm radio. and tvout afaik
02:02 leviathan hmm
02:02 leviathan cr2: mickey|sofa: SHR cant either
02:02 leviathan ...
02:02 mickey|sofa sooo.... do_route_audio_rpc ( 0, 0 ) should do what i need?
02:03 leviathan yes
02:03 leviathan I gues...
02:03 mickey|sofa what's with micbias?
02:03 leviathan :)
02:03 cr2 mickey|sofa: 0xb,0,0
02:03 mickey|sofa phh said i also need to touch micbias
02:03 leviathan hmm
02:03 cr2 i think so
02:03 cr2 mickey|sofa: what for ?
02:03 mickey|sofa 0xb is the code for GSM?
02:03 mickey|sofa cr2: audio during call
02:04 leviathan hmm, you need mic and handset
02:04 leviathan perhaps he ment, that you also need to initialize the mic
02:04 leviathan what would make sense
02:04 leviathan because its not on all the time
02:04 leviathan :)
02:04 cr2 mickey|sofa: dev=0 is EARCOUPLE aka HANDSET, dev=1 is SPEAKER, dev=2 is HEADSET aka EARPHONE, dev3 is BT headset, dev=0xb is FMRADIO
02:05 mickey|sofa cr2: thanks, now we're making progress :)
02:05 cr2 this dev=xxx is used as an rpc routing parameter
02:06 mickey|sofa this is ... like mixing sinks and sources
02:06 mickey|sofa *shudder*
02:06 cr2 yeah
02:07 cr2 and htc keeps it closed source, because of some 3D sound crap. probably patented
02:07 leviathan yeah
02:07 leviathan but I'm making alsa out of qdsp5
02:08 leviathan then routing and so on will be no more problem
02:08 leviathan and now I'll sleep
02:08 mickey|sofa g'night
02:08 cr2 leviathan: but you need this stuff for mixer, equaliser digital filters & such
02:08 cr2 good night
02:08 leviathan ok
02:08 leviathan thx
02:08 NetRipper cr2, the nexus kernel helps alot on the leo, i'm now getting passed the iomap :)
02:09 cr2 NetRipper: yes, i'm looking at microp too
02:09 NetRipper so i can debug using the gpio again with virtual addressing :)
02:09 leviathan cr2: I'll reverese parts of it, when its on the time to do so :)
02:09 leviathan gn8
02:09 cr2 NetRipper: nexus column for gpio ?
02:09 cr2 in the leo wiki ?
02:09 NetRipper cr2, umm im using the bright led gpio
02:09 cr2 NetRipper: then we can easier modify the code.
02:10 NetRipper it's bank6 bit 0x200000
02:10 cr2 interesting ,how i've missed it.
02:10 NetRipper it's added in wiki already
02:11 cr2 i suggest to add 1 more column to this table
02:11 NetRipper this is the gpio for bright flash though, the normal flash gpio doesn't work (i think it needs a soft-interrupt or microp or i2c whatever too)
02:11 cr2 so we can add nexus values
02:11 cr2 NetRipper: they may use microp gpios ;)
02:12 NetRipper eww
02:12 cr2 but then you will see it while tracing i2c
02:12 NetRipper but the bright mode gpio works though
02:12 cr2 ok
02:12 NetRipper only 500ms though
02:12 NetRipper then the hardware disables it
02:12 NetRipper also in linux, so it must be hardware
02:12 cr2 NetRipper: pmic dex buzz ?
02:12 NetRipper cr2, you think i already merged proc_comm_wince into nexus tree? :P
02:12 cr2 ok. dex is more difficult
02:12 NetRipper im not that fast ;)
02:12 cr2 lol
02:13 cr2 NetRipper: don't do it
02:13 NetRipper why not?
02:13 mickey|sofa cr2: two last questions before i'm falling asleep. a) [fmradio] how would we actually tune to a station once we got routing? b) do we need the headset plugged in as an fm antenna?
02:13 cr2 we need some cleaner code.
02:14** alphaone|gone is now known as alphaone
02:14 FuZi0n im fascinated by how much you all know about this android/linux stuff
02:14 cr2 mickey|sofa: a) you send a bt command b) antenna is a gpio test
02:14 NetRipper ummm ok.. i just want it to work, we could try using the interface they defined for the AMSS versions.. and just add a WINCE version.. but isn't that what we did last time?
02:15 cr2 mickey|sofa: it's like controlling the sirf gps receiver
02:15 cr2 NetRipper: we know about 98% to do these things properly.
02:16 mickey|sofa oki
02:16 NetRipper ok i've never followed the proc_comm talks though, so i'm blank on that
02:16 cr2 NetRipper: unlike when we have started it. it's mainly about the programming style and implementation now.
02:17 cr2 proc_comm api for android includes 4 separate subsystems on wince
02:17 NetRipper btw i also added a new command to haret.. SETBIT[P|V], handy for GPIOs
02:17 cr2 so we need a proper demux driver + 4 subsystem drivers.
02:17 cr2 ok
02:17 NetRipper ok let me see if i can follow you by checking the code
02:17 cr2 NetRipper: i want to add VIDEOLFB atag
02:17 NetRipper what are those 4 subsystems?
02:18 cr2 clk, vreg, gpio, dex
02:18 NetRipper which is? physical FB address?
02:18 cr2 NetRipper: and the resolution
02:18 NetRipper does linux read that already if it's there?
02:19 cr2 so you can pick this data in drivers like htc_fb_console
02:19 cr2 it's already implemented in setup.h
02:20 cr2 #define ATAG_VIDEOLFB 0x54410008
02:20 cr2 truct tag_videolfb {
02:20 cr2 __u16 lfb_width;
02:20 cr2 __u16 lfb_height;
02:20 cr2 __u16 lfb_depth;
02:20 cr2 __u16 lfb_linelength;
02:20 cr2 __u32 lfb_base;
02:20 cr2 __u32 lfb_size;
02:20 cr2 etc
02:21 NetRipper ok
02:21 cr2 it's very easy to add it to haret
02:21 NetRipper that define and struct is already in haret
02:21 NetRipper or did you mean that
02:21 NetRipper :)
02:22 cr2 yes
02:22 NetRipper ok thought you copied this from linux-side
02:22 NetRipper but does linux already support this ATAG?
02:22 NetRipper or will it need to be accessed by the htc_fb_console manually?
02:22 cr2 i mean linboot.cpp
02:22 cr2 htc_fb_console should parse this atag
02:23 cr2 instead of creating the ifdef spaghetti
02:23<= mickey|sofa left/quit
02:23 NetRipper ok
02:23 NetRipper however i think haret might not correctly detect the physical fb address
02:23 cr2 it is
02:24 cr2 otherwise all wince directfb will be useless
02:24 NetRipper there was a difference for the raphael between what haret said, and what we used in linux
02:24 NetRipper hm
02:24 cr2 not on raph
02:24 cr2 and all other values come from 'print "%X" VRAM'
02:25 cr2 so we are not breaking anything
02:25<= swc|666 left/quit
02:25 NetRipper ok
02:25 cr2 NetRipper: did we find wince dmesg for leo ?
02:26 NetRipper not afaik
02:26 cr2 btw, did i document the memeory map for leo DEX ?
02:26 NetRipper it's not on memorymap
02:26 NetRipper http://htc-linux.org/wiki/index.php?title=LeoMemoryMap
02:26<= F22 left/quit
02:27 NetRipper http://htc-linux.org/wiki/index.php?title=Leo
02:27 NetRipper no dex yet
02:27 NetRipper only gpio and just a few memory addresses
02:27 cr2 ok, i need to add the names
02:27 NetRipper btw, http://android.git.kernel.org/?p=kernel/msm.git;a=blob;f=arch/arm/mach-msm/arch-init-scorpion.S;h=2eaf4eafb448057d83bb0f947bd28dbe7ad81763;hb=android-msm-2.6.29-nexusone
02:27=> F22 joins
02:27 NetRipper very interesting assembly code for initing the qsd
02:28=> GNUtoo|oeee joins
02:28 cr2 DEX area is shifted, but the rest is the same
02:28 GNUtoo|oeee leviathan, hi
02:28 NetRipper ok
02:28 GNUtoo|oeee leviathan, can we boot the dream with a 2.6.32 based kernel?
02:28 NetRipper cr2, DEX is proc_comm right?
02:28 cr2 NetRipper: you have uboot code too
02:29 cr2 NetRipper: yes, but proc_comm is not only dex
02:29 NetRipper ok
02:29 NetRipper yes because it also does clock and stuff?
02:29 cr2 dex is proc_comm_wince
02:30 cr2 dex is mainly pmic control on wince.
02:30 NetRipper ok
02:30 cr2 android may use rpc for pmic now.
02:30 cr2 android = android-friendly amss versions
02:31 NetRipper ok
02:31 NetRipper right
02:31 cr2 btw, it's funny how htc stubbornly uses uart2dm for BT on wince, and uart1dm for android :)
02:31 NetRipper anyway next step i think is to get htc_fb_console working tomorrow
02:31 cr2 ok
02:32 cr2 you know the fb address ?
02:32 NetRipper haret tells me :)
02:32 NetRipper but
02:32 NetRipper do i need more info? like dma?
02:32 cr2 don't know 100%
02:32 cr2 check nexus code.
02:34 NetRipper MSM_MDP_BASE
02:34 NetRipper thats in nexus codebase
02:34=> ALoGeNo joins
02:35 NetRipper they renamed it to MSM_PMEM_MDP_BASE
02:35 GNUtoo|oeee leviathan, btw is the fd not the ioctl
02:36=> herpez joins
02:36 NetRipper cr2, and from raphael i remember we need to identify the lcd panel.. not sure if that's still needed though as the controller is now built into the snapdragon?
02:37 cr2 NetRipper: mdp pmem and mdp registers are 2 different things
02:37 NetRipper hm ok
02:37 cr2 NetRipper: we need to id the panel too
02:38 cr2 is it in wiki ?
02:38 cr2 114 0x72 3, I/O panel_id1
02:38 cr2 121 0x79 3, I/O panel_id2
02:38 cr2 err
02:38 cr2 139 0x8b c, +cecompr_XPR.dll
02:39 cr2 hehe
02:39 cr2 NetRipper: so there are 2 bits = 4 possible panels
02:39 NetRipper 29 0x1d 3 I/O samsung lcd=0,msleep 0x19,=1, panel_id0
02:40 NetRipper 3 bits
02:40 cr2 ok. 8 panels
02:40 NetRipper 130 0x82 3, I/O panel_id3
02:40 cr2 btw, did you track the buttons ?
02:40 NetRipper 4 bits :(
02:40 NetRipper :)
02:40 NetRipper buttons? no?
02:40 NetRipper why?
02:41 NetRipper it's probably microp
02:41 cr2 matrix keyboard
02:41 NetRipper oh
02:41 NetRipper kpad0/1/2?
02:41 cr2 i need to check the cam bits too
02:42 cr2 3x3 pad
02:42 NetRipper yes ok
02:42 cr2 <=9 buttons
02:42 NetRipper yes, 5
02:42 NetRipper and two volume buttons
02:42 NetRipper but not sure if they're part of the matrix
02:42 tmzt GNUtoo|oeee: leviathan has booted dream with 2.6.32 kerenl, check gito/~leviathan
02:42 tmzt leviathan-incoming
02:42<= Zack84a left/quit
02:42<= Zoolooc left/quit
02:42 GNUtoo|oeee ok
02:42 GNUtoo|oeee what works and what doesn't work?
02:43 cr2 tmzt: checked the rhod wifi already ?
02:43 NetRipper im off to bed though, will try htc_fb_console tomorrow
02:43 NetRipper nn guys
02:43 NetRipper :)
02:43 cr2 NetRipper: good night
02:43 GNUtoo|oeee only aplay and usbnet?
02:45 tmzt videolfb depth should be 16 or 18? we can change the dest based on that? I thought our source was always 16
02:45 tmzt or is the tag not enough?
02:45 cr2 tmzt: raph100 has 18bits
02:45 cr2 at least
02:46 cr2 and it's up to the driver how do interpret the tag
02:46 cr2 what does wince report for the depth ?
02:46 cr2 fixme:hnetcfg:fw_profile_get_FirewallEnabled 0x1a7a08, 0x10bd59c
02:46 cr2 hahaha
02:48 tmzt cr2: what's that adsp dev list for/from?
02:49 cr2 adsp dev ?
02:51=> Zack84a joins
02:52=> zycho_ joins
02:55<= Tukon left/quit
02:56 cr2 NetRipper: ok, i've found the 2 flashled gpios in the cam driver
02:57=> AstainHellbring joins
02:57<= zycho left/quit
02:58 tmzt makkonen: try to get no2chem's new battery tools for cdma, it seems he patched htc or wrote a new one that works
02:59 tmzt for raph800 etc.
02:59 tmzt his source for somethings is on nuerom.com now
03:02 cr2 tmzt: hm. looks like it's pdriver too
03:04 tmzt lcm is microp controlled on nexus?
03:04 GNUtoo|oeee ouch... http://lwn.net/Articles/367876/
03:04 cr2 lcm init
03:04 GNUtoo|oeee android drivers will be removed in 2.6.33
03:04 cr2 tmzt: can you dump the rhod nk.exe from ram ?
03:05 GNUtoo|oeee I hope we don't need/use them
03:06 GNUtoo|oeee but things are better for dream
03:07 cr2 GNUtoo|oeee: "android drivers" ?
03:07=> ccube joins
03:07 GNUtoo|oeee "android drivers. Google and no one else stepped up to maintain them, so they will be dropped. So sad..."
03:08 herpez hi guys! i wanted to debug backlight.dll, but im not being able to do it with IDA, any solution ?
03:09=> x29a_ joins
03:13<= cr2 left/quit
03:18 tmzt cr2: I have rhod500 cdma/gsm on Verizon Wireless
03:18=> cosein joins
03:18 tmzt lcm meaning the lcd registers, not scanout of course
03:19 tmzt cr2: the list of adsp/qdsp devices you pasted earlier
03:19 tmzt cr2: right, but if we overload that depth to tell us the dst value rather than the source that would seem to violate the intent of the tag
03:20 tmzt which is clearly the source linear framebuffer pixelformat
03:20 tmzt dst is an mdp thing
03:24<= x29a left/quit
03:31 cosein hrm, not that i care about the camera, but i'm seeing images from the rom i have installed when i open the camera app under android on the kovosky
03:34<= GNUtoo|oeee left/quit
03:38=> Traveler1 joins
03:49 babijoee hi all
03:49 herpez hi
03:50 babijoee Battousai, so i should tell everyone to update to latest glemsom kernel?
03:50 babijoee chamonix, thats good. Thats how much battery life i get so i'll spread the news
03:50 babijoee hi herpez
03:51 Battousai babijoee: yeah, it's working for me so far
03:51 babijoee sweet
03:52=> GeekLad joins
03:53 Battousai babijoee: one thing i noticed is that after booting, you seem to need to make a call before the mic works for programs
03:53 Battousai but it does work for both
03:53 babijoee okay
03:53<= leaigor left/quit
03:53 babijoee sweet
03:54 tmzt hmm, that's interesting
03:55 tmzt so it may still be at commands affecting micbias or something else
03:56=> dekar joins
03:56 Battousai so what implication would that have?
03:56 cosein i'm interested in working on getting this phone a little more functional, but the wiki seems a little off on information. is there a generic template around for the phone info pages? (http://htc-linux.org/wiki/index.php?title=Kovsky)
04:03<= dekar left/quit
04:05=> dekar joins
04:05<= dekar left/quit
04:05=> dekar joins
04:07 babijoee ok just updated first post
04:07 babijoee Hopefully it works for alot of people
04:08 tmzt coss: which phone?
04:08 tmzt I think kovs is under raphael
04:09 tmzt cosein:
04:09 cosein hrm.
04:11 cosein it's bloody close, but not the same :/
04:11 tmzt right, but the differences are in a column
04:11 tmzt I think cr2 did this
04:12 herpez when wifi is turned off, blackstone freezes :s
04:13 cosein err, did what
04:13=> rzk__ joins
04:13 tmzt the wiki design
04:14 tmzt and putting gpios, pcom, etc for different devices together
04:14 cosein ahh
04:17 babijoee herpez, it happens to everyone
04:18 babijoee at the moment we use an ugly hack to turn off wifi
04:21 babijoee Battousai: how accurate is voice dialer for you?
04:21 Battousai babijoee: i haven't tried it yet
04:22 babijoee its damn shit for me XD
04:22 babijoee oh
04:22 babijoee saying redial worked :P
04:24 Battousai yeah that's something i don't expect to work very well
04:24 Battousai just in concept
04:25<= Chicago left/quit
04:25 herpez babijoee: my hack is to enable airplane, then disable airplane and when wifi is going on, disable it
04:28 herpez can anyone give me a hand trying to figure out why some devices dont have lcd backlight full OFF...
04:28 cosein my first goal (once i get the dev environment setup) is to get backlight control working on the kovs
04:29 babijoee herpez: it requires a dump iirc
04:30 herpez babijoee: and from where can i start to work on it? maybe download some tools... dunno, need some clues of how to do it
04:30 babijoee yeah
04:30 babijoee i'm not too sure as i never done it
04:31 babijoee i'm sure someone on here can help you with that
04:32<= DarkMasterHalo left/quit
04:33 herpez thanks babijoee
04:34 herpez as far as i understood, the lcd light comes from 2 different things. the brightness and the backlight. Anyone can confirm if this is true?
04:35 babijoee htc-linux might have the necessary info you seek
04:38 herpez wiki page?
04:38<= m1dlg left/quit
04:39 herpez specific blackstone information is very rare on htc-linux
04:43 babijoee Battousai, are you able to disable sleep mode while in call?
04:43 babijoee some people arent able to end call due to sleep mode
04:44 Battousai hm
04:44 babijoee i mean if it doesnt require too much work
04:44 babijoee as i can always provide a simple apk that diables back light in calls
04:53 Battousai i don't understand
04:54 Battousai if my phone goes into sleep and i wake it up, it goes to the call screen and i can press the end button and it works fine
04:54 Battousai what's happening for them?
04:55<= GeekLad left/quit
04:57 Battousai oh
04:57 Battousai i wake it up with the power button
04:57 rzk__ mhehehe...
04:57 Battousai if i wake it up with the end button, it ends the call immediately after waking up
04:57 Battousai i could see how that would be annoying
04:57 rzk__ started tinboot on NIKI100
04:58 rzk__ kernel working
05:00 rzk__ tmzt:
05:01 tmzt nice
05:01 tmzt video works?
05:03 rzk__ yup, downscale and lcd works
05:03 tmzt well, kaiser next then I guess
05:04 tmzt all the non routed rpc devices should work
05:04 rzk__ problem was that nike loads rom from 0x10300000
05:04 rzk__ not from 0x10000000
05:05 rzk__ I added that shift to RAM_START, kernel_start and tags_addr
05:06 tmzt ok
05:06 tmzt cool
05:06 tmzt that's all?
05:06 rzk__ for now, yes
05:06 rzk__ dzo answered me on mail, that i need to fix some vregs for nike
05:07 rzk__ he did that for vogue to get nand work
05:15<= zycho_ left/quit
05:15 rzk__ now kernel stops loading on "rpc_write(2,0,2,30000048,0,4,0,0,0,0)"
05:16 tmzt in what code?
05:16 rzk__ just stop, no panic, no oops.
05:17 rzk__ looks like kernel waits for something
05:17 rzk__ cursor still flashing
05:19 tmzt using initrd?
05:20 tmzt can you try a shell or something other than android?
05:21 herpez how can i know i2c addresses for backlight @ blackstone?
05:22 rzk__ keys arent working, i think it stops on some early stage, before loading keys module and initrd things
05:23 herpez tmzt - do you know if blackstone lcd is the same as xperia lcd?
05:23 tmzt no I don't
05:24 tmzt keys are matrix
05:24 tmzt I bet your mux settings are incomplete fron windows mobile
05:24 tmzt port the omap3 debugfs mux support to msm
05:24 tmzt and dump the settings booted from haret
05:24 tmzt then add them to the board
05:25 herpez tmzt - how can i know the i2c lcd addresses in blacksotne?
05:26 tmzt is there one?
05:27 tmzt it's not spi through mddi?
05:29<= rzk_ left/quit
05:30<= tcccp left/quit
05:32 herpez dont really know. i was reading file board_htcblackstone
05:33 herpez and i saw this // LED & Backlight controller
05:33 herpez I2C_BOARD_INFO("microp-klt", 0x66),
05:33 tmzt yes
05:33 tmzt that's not lcd init on blac I think
05:34 herpez and started to try to understand it, and saw that in xperia they addressed it as 0x67
05:34 tmzt but maybe some other devices
05:34 tmzt it has multiple i2c addresses
05:34 babijoee Battousai, so you think you can do alittle coding for it 'p
05:34 babijoee ;p*
05:34 herpez so tmzt, i may be looking in the wrong place to this lcd problem, right?
05:35 Battousai babijoee: i don't know enough about android yet
05:35 babijoee ah k
05:35 Battousai i've been looking at the keymap
05:36 herpez here, we have info but thats just about raph/diam and not black - http://htc-linux.org/wiki/index.php?title=RaphaelMicroP
05:41 Battousai babijoee: is there a repo for the android port you're using?
05:42 babijoee nop
05:43 babijoee actually only thing me and phh have is this
05:49<= herpez left/quit
05:51 Battousai i don't understand why waking up with the end key is sending the keypress to the dialer
05:51 Battousai according to the key layout, it shouldn't
05:52 Battousai end key has that magic WAKE_DROPPED flag
05:54 rzk__ tmzt: http://forum.xda-developers.com/showthread.php?t=614275 I'm not one who interested :D
06:00<= rzk__ left/quit
06:02 parmaster oh, tinboot?
06:03 tmzt her: what's the lcd problem?
06:03 tmzt parmaster: you have a kaiser?
06:04 parmaster nope. i'm hardware depreived :)
06:05 parmaster just the vogue and some old pxa based
06:05 tmzt you boot vogue from nand yet?
06:12=> jamenlang joins
06:23 jamenlang my irc client isn't working, so i'm going to ask what the status is with a "non CDMA/GSM specific" zImage... then i'm going to check the logs on another site...
06:24 tmzt what?
06:26<= babijoee left/quit
06:33=> YellowGTO|Nix joins
06:41 parmaster no, i haven't patched it to boot from nand at all
06:42 tmzt it works
06:42 tmzt any android image you want mostly
06:45 parmaster tmzt, what hardware do you have nowadays?
06:45 tmzt tp2 verizon
06:46<= YellowGTO|Nix left/quit
06:48=> randomblame joins
06:48=> YellowGTO|Nix joins
06:50 randomblame hey guys any idea what could cause handle_modem_crash to be called
06:50 randomblame more specifically what can cause the modem to crash :D
06:52 tmzt anything
06:52 parmaster tmzt, yep i remember the rhod... still have other hardware tho?
06:52 tmzt motoq and mp900c and samsung sph-i600
06:53 randomblame how come I never encounter a specific easy to track down glitch
06:53 tmzt because it's qualcomm?
06:54 tmzt well, getting the volume settings out of the pcm path might help
06:54 tmzt there's some locking mechanism involved there
06:54 randomblame I thought qualcomm followed the arm spec completely
06:54 tmzt I don't understand it
06:54 tmzt it's a complex system
06:54 tmzt has nothing to do with isa
06:55 randomblame have you seen the specs on the tegra2
06:55 randomblame 2 cortex a9's
06:56 randomblame gotta be a pain in the ass to work with though
07:12=> jumoit joins
07:21 randomblame what happens if I disable smd
07:22 randomblame the baseband processor would be out of the loop right
07:25 tmzt something like that
07:25 tmzt well
07:25 randomblame that might get me further
07:25 tmzt no, you'd be out of the loop
07:26 tmzt arm9 will do as it pleases
07:28** alphaone is now known as alphaone|gone
07:35=> rzk_ joins
07:45=> babijoee joins
07:45 randomblame but if the arm9 crashes will it still panic the kernel with smd disabled
07:45 randomblame or would the kernel be oblivious
07:46 babijoee Battousai, how the fuze keyboard going?
07:53<= Zack84a left/quit
08:21=> kevin__ joins
08:22=> swc|666 joins
08:24<= rzk_ left/quit
08:32=> GlemSom joins
08:34<= dekar left/quit
08:35** mrmoku|away is now known as mrmoku
08:39<= babijoee left/quit
08:39=> rzk_ joins
08:41<= randomblame left/quit
08:41<= kevin__ left/quit
08:52=> balans joins
08:55=> leobaillard joins
08:59<= balans left/quit
09:03=> luc_ joins
09:13=> m1dlg joins
09:14=> balans joins
09:15** mrmoku is now known as mrmoku|away
09:20=> dekar joins
09:20=> kiozen joins
09:25<= ali1234 left/quit
09:33<= BHSPitLappy left/quit
10:11=> BabelO joins
10:19=> TMWH joins
10:21=> jenericc` joins
10:22<= teh_eb left/quit
10:23=> teh_eb joins
10:25** x29a_ is now known as x29a
10:29=> cefn joins
10:39=> Ozzapoo joins
10:39<= Ozzapoo left/quit
10:42<= jenericc` left/quit
10:42=> SFXman joins
10:42 SFXman hi
10:42=> jenericc` joins
10:44<= ALoGeNo left/quit
10:47<= GlemSom left/quit
10:53<= teh_eb left/quit
10:57=> ALoGeNo joins
11:03<= SFXman left/quit
11:06=> SFXman joins
11:09=> Squarc joins
11:12** Squarc is now known as Squarc|afk
11:14=> pH5 joins
11:16=> balans1 joins
11:17<= balans left/quit
11:20 SFXman \|€¶ŧâ†â†“→øþ[]
11:20 SFXman damn
11:20 SFXman sorry :D
11:20 SFXman I was looking for ~ on CZ keyboard :)
11:20 SFXman ~seen polyrythmic
11:22 tmzt you can also say apt:
11:23<= TMWH left/quit
11:25=> randomblame joins
11:26 randomblame pwf log.txt 0xe000d 0x020000 for ram console right? Or is it device specific
11:26 madCoder- its device specific
11:26 madCoder- the starting address is
11:27 randomblame I have a new device, how would I go about setting it up?
11:28 madCoder- setting what up?
11:28 randomblame a memory address for the ram console
11:29=> teh_eb joins
11:30 madCoder- one of us is confused.
11:30 madCoder- if you have a new device, running windows mobile (pwf being a haret command, I'm assuming so), then it has a ram console already :)
11:31 randomblame I need the kernel boot log, stored in a section of memory that will survive a reboot so I can pwf it and read it at my leisure
11:32 madCoder- the windows kernel log, or linux kernel?
11:33 randomblame linux
11:33 randomblame I think I found the address it's set to use in board-xx.h
11:35 madCoder- the kernel will transfer the previous buffer on boot, and make it available in /proc/last_kmsg
11:35 madCoder- but that will only survive reboots, not power cycles
11:35 randomblame unfortunately my kernel is not mature enough to complete a boot :D It panics after enabling smd
11:36 madCoder- yeah I'm having a similar problem with mine, but I don't get any console (ram or otherwise), so I still don't know why it panics
11:37 tmzt madCoder-: what are you working on? hero still?
11:37 madCoder- yeah
11:38 madCoder- haven't for the past couple days though
11:38 madCoder- been giving my brain a rest (and working on work)
11:38 randomblame sheesh diamond has a 1mb ramconsole dump?
11:39<= cefn left/quit
11:43<= MrPippy left/quit
11:43<= jenericc` left/quit
11:45=> jenericc` joins
11:58=> cefn joins
11:59=> GlemSom joins
12:01<= teh_eb left/quit
12:17<= jumoit left/quit
12:19 SFXman hmms... tatoo looks cool :) anyway... Is there anyone who knows the kaiser drivers here? I am not sure what source to look at... but I need to fix some radio related things... so?
12:19 SFXman anyone?
12:19 tmzt what?
12:20=> Corky joins
12:20<= balans1 left/quit
12:20 SFXman well :) i want to help a bid :)
12:21 tmzt with?
12:21 SFXman and at last solve that tricky things that makes Android unusable for me on kaiser :(
12:21 tmzt what about getting it to boot from nand
12:21 SFXman so... I have to solve the RIL thingie :)
12:21 tmzt we know it's possible
12:21 tmzt what's the RIL issue?
12:22 SFXman that when you try to set CLID (and perhaps any other thing that needs SIM to set up) the RIL fails and from that on it never lets you to use radio
12:22 SFXman so it says out of operational area
12:23 SFXman I do not want to have my CLID hidden which is default for my operator
12:23 SFXman but when I try to change it says network or sim error and fails
12:23 SFXman no radio until I recreate data area
12:23=> kholk joins
12:25<= randomblame left/quit
12:26<= Sti_02391 left/quit
12:27=> anno65120 joins
12:31=> toi joins
12:32=> balans joins
12:34=> Xobias joins
12:35<= dekar left/quit
12:39<= Squarc|afk left/quit
12:41=> Squarc joins
12:41<= ALoGeNo left/quit
12:41=> Hellie joins
12:46=> dekar joins
12:49=> xdexx joins
12:51<= xdexx left/quit
12:53 NetRipper cr2, can you check the cam driver again.. for the normal flashled, something else must be done besides the GPIO.. can you see what it is? setting the GPIO alone does not enable flashled.. (but it does work for bright mode with GPIO only)
12:53=> luc__ joins
12:57=> ALoGeNo joins
12:58 Snarf hi all
12:58<= cefn left/quit
12:59 phh [01:24:16] <mickey|sofa> phh: (audio routing) ok, so i will do this manually. via which interfaces is this to be done? <----- ioctl SND_SET_DEVICE on /dev/msm_pcm
13:00 phh [02:00:44] <mickey|sofa> is there source for htc-acoustic? <---- this has to be rewritten, properly.
13:01 kholk hey guys, I'm trying to compile a linux kernel for QSD8x50
13:01 kholk but I'm getting errors in compilation time
13:01<= balans left/quit
13:01 phh [02:06:47] <mickey|sofa> phh said i also need to touch micbias <---- mic bias is now setted on snd_set_device with mic_mute==0
13:01 kholk of the type...
13:01 kholk arch/arm/mach-msm/idle-v7.S:47: Error: selected processor does not support `fmrx r1,fpexc'
13:01 phh kholk: which tree ?
13:01 kholk I've set a crosscompilation toolchain
13:01 phh built how ?
13:01 Snarf i think that there is something crappy in my WinMo.
13:02 kholk phh: HTC Passion builds..
13:02 Snarf really can't get my 3G wroking w/ eclair
13:02=> Dakuchii joins
13:02 chamonix lol Snarf, still fighting?
13:02 kholk took it from
13:02 kholk http://android.git.kernel.org/?p=kernel/msm.git;a=shortlog;h=refs/heads/android-msm-2.6.29-nexusone
13:03 phh Snarf: I've some ideas but I'm kind of too lazy.
13:03 phh kholk: you did the command git checkout android-msm-2.6.29-nexusone ?
13:03 kholk no, git cloned all
13:03 phh so you need to checkout this branch
13:03 kholk okay
13:03 Snarf i did nt understard from where come this @!##@ de_DE IP
13:04 phh kholk: but ask NetRipper he already did some work
13:04 phh Snarf: i'm pretty sure it's not the problem anyway
13:04 phh afaik this info is useless
13:04 phh (and it's not the actual ip)
13:05 phh for me this setting is set to 0.0.0.0
13:07 chamonix phh: have you ever tried compiling with config HAVE_FTRACE on? I've done some reading and ftrace should help with clean function traces as well as pid
13:07 kholk kk
13:08 Snarf i know this is not a relevent IP, the question is "Where is this @#!##@! setting"
13:08=> balans joins
13:08=> bubbax joins
13:13<= bubbax left/quit
13:15<= balans left/quit
13:17=> GNUtoo joins
13:23 parmaster is the Leo covered by the qualcomm codeaurora android-msm.2.6.29 branch?
13:27 phh [05:55:27] <Battousai> end key has that magic WAKE_DROPPED flag <------ warning, sleep != screen off
13:28 phh [11:32:14] <randomblame> a memory address for the ram console <----- on gito main tree it's in pmem.c not in .h files
13:29 phh parmaster: there is no source tree for leo.
13:29 phh chamonix: mmm ?
13:29 phh Snarf: I mean this IP should be useless
13:29 phh Snarf: this setting is read from WiMo settings, if 3G works in wImo it shouldn't matter
13:30 phh i'm not totally sure though.
13:30 phh rhod user around ?
13:31 phh groumpf
13:31 parmaster tmzt: u awake?
13:32<= swc|666 left/quit
13:37 NetRipper kholk, use the Image instead of zImage, the decompression routine needs a patch before it works on leo
13:37 parmaster phh: i thought Leo should be MSM/QSD git
13:37 NetRipper it executes an invalid instruction which hangs the processor
13:37 phh parmaster: yes and ... ?
13:38=> zachy joins
13:38 phh "MSM/QSD" means nothing ...
13:38** mickeyl is now known as mickey|bbiab
13:38 NetRipper kholk, but don't expect it to work out of the box :) it gets through to board init, but needs a new memory layout, a console driver (the nexus one doesn't init yet, probably wrong addresses)
13:38 NetRipper kinda needs everything:p
13:38 phh parmaster: there are already a lot of "MSM/QSD" branches
13:39 parmaster ah ok... acer as well?
13:39 phh mmm
13:39 phh I guess so, but I don't remember having seen it
13:39 parmaster ok thanks
13:39 NetRipper acer liquid you mean? i don't think acer has released the sources yet
13:39** kiozen is now known as kiozen_away
13:39 NetRipper they should have though
13:40=> houmles joins
13:40 parmaster yeah, they'd rather do less work.. i know them :)
13:40 parmaster lol
13:40 parmaster just my 2 cents about 'em
13:41 phh NetRipper: no hurry anyway, I don't think there will be anything interesting in it
13:41 phh althouh every single kernel source I've seen has some interesting (but strange) things
13:43 chamonix phh: there is a functionality "ftrace" part of the kernel (kernel/trace) that can be activates with HAVE_FTRACE (kernel/trace/Kconfig). It's a std trace that can be turned on/off by code or debugfs. One feature is function call-trees.... I'm trying it right now to see if it runs because it would save us a lot of adding printk stuff for diag propose
13:43 NetRipper phh, hehe it might have nice things but the nexus code covers all the bases we need
13:43 chamonix s/pro/pur
13:44 NetRipper and it's probably far better maintained than the acer code :p
13:44 NetRipper i doubt they'd open a git :)
13:46 parmaster exactly, they're hardcore engineer out of school... not open source community contributors
13:46<= makkonen left/quit
13:46 kholk NetRipper: yes I wasn't expecting to see it working.. :P
13:46** kholk is now known as kholk`AFK
13:46 parmaster they want an oem reference model and to just start blasting out tons of product through the factory lines in hsin chu
13:48 Dakuchii Hello all guy.
13:49 NetRipper kholk`AFK, would've been nice if at least framebuffer worked out of the box :P albeit wishful thinking :)
13:49 Dakuchii It is there not even a tiny chance that the htc hd2 support one days android?
13:50 phh chamonix: hum, and how do we trigger backtrace ?
13:50 chamonix no backtrace, it inserts "enter/exit" on each function as NOP code that can be dinamically turned on/off
13:51 chamonix s/di/dy
13:51 Dakuchii NetRipper ?
13:51 phh on *each* function ?
13:51 phh that would be kind of heavy no ?
13:51 chamonix no as it's NOP by default
13:51 phh when we activate it i mean
13:52 chamonix sure
13:52 chamonix but we get nice trees asnd it can be activated by code so it can be very local
13:53 chamonix I've built it already so I'll check if the slightly larger kernel runs at all, and then try if it's usable
13:53 chamonix I'm messing with headset detection redirection anyway so I need trace
13:54 phh I've read that soft mic works ?
13:54 NetRipper Dakuchii, ?
13:54 NetRipper oh
13:54 tmzt after calls apparently
13:54 NetRipper Dakuchii, maybe one day yes, not soon though :)
13:54 chamonix I read to too :)
13:54 phh tmzt: I can't see how this is possible
13:55 NetRipper hell of a lot needs to be done for it to work
13:55 chamonix but as far as I undertodd only after playing sounds
13:55 phh tmzt: you have enough time to try wifi ?
13:55 NetRipper i gtg, be back tonight
13:55 tmzt NetRipper: actually, swetland said the mdp still requires a contiguously mapped framebuffer
13:55 tmzt not actually
13:55<= toi left/quit
13:56 tmzt I mean that it hasn't changed as much as I thought on 8k
13:56 NetRipper ok im going to try the htc_fb_console tonight so
13:56 NetRipper stay tuned
13:56 NetRipper :)
13:56 NetRipper gtg
13:56 tmzt parmaster: there is maybe an s3c6410 phone, the samsung omnia 2
13:56 Dakuchii Ok, thx Netripper !
13:57 tmzt NetRipper: also, rpc is going to be the hardest part I think, to convert all the new calls back to pcom on ce amss
13:58 tmzt unless they changed to rpc as well
13:58 phh tmzt: for wifi, use last kernel (built version in http://zimages.googlecode.com/svn/trunk/autobuild_system/htc-msm-android/zImage-modules-20100109_002437.tar ), mount debugfs, set wifi_cd to 1, and I think it should work
13:58 phh (and their driver use wl extension so wpa_supplicant/iwconfig will work.)
13:59 phh (the wifi module is built in the zImage)
13:59<= zachy left/quit
13:59 tmzt parmaster: what you need?
13:59 parmaster anyway yeah i was hoping stan shih would be able to change the culture at Acer before he stepped down in 04.
14:00 parmaster when i worked at Neweb there he actually walked by and looked at my laboratory and my desk.
14:00=> swc|666 joins
14:00 tmzt phh: ok, I could have tried earlier
14:00 tmzt maybe I can try now if battery is charged enough
14:00 parmaster now Neweb is spun off into Wistron
14:00 parmaster genious radio people there tho
14:00 tmzt I still don't know chargermod sysfs works
14:01 parmaster tmzt: its ok i don't need anything.. just curiosity
14:01 tmzt you have a culture full of well trained engineers, continually growing
14:01 tmzt but not the systemic change in corporate culture that should follow?
14:01 phh tmzt: if GPIOs in board file are correct, charging setting should work
14:01 tmzt maybe they are wrong on rhod500 then
14:01 parmaster tmzt: its really based on the bottom line and thats just profit :)
14:01 tmzt need to do some haret testing
14:01 phh tmzt: maybe
14:02** kholk`AFK is now known as kholk
14:04** kiozen_away is now known as kiozen
14:12 parmaster i think wistron neweb's got some phones out in mainlan china...
14:12 parmaster site doesn't show any details though
14:12 parmaster www.wneweb.com
14:16<= Dakuchii left/quit
14:17=> leaigor joins
14:20<= GlemSom left/quit
14:23<= houmles left/quit
14:24<= swc|666 left/quit
14:29 phh groumpf, where are my rhod100 testers
14:31=> Tuxbrother joins
14:31=> herpez joins
14:31 SFXman :)
14:32 SFXman sounds like: Kingdom for a horse :D
14:32 phh hum
14:32 phh not really.
14:34 SFXman :)
14:34 phh SFXman: which board do you have ?
14:37 phh bah dead again.
14:38 SFXman phh: I have Kaiser
14:38 phh ah, not for me then :p
14:39 SFXman I know :)
14:43=> toi joins
14:54=> rayman18 joins
14:59=> roe1and joins
15:05 GNUtoo hi leviathan
15:07 GNUtoo the leviathan incomming is based on what?
15:07 GNUtoo I bet it's not stock 2.6.32
15:08 GNUtoo because it has numerous commit about the msm gadget driver
15:09<= toi left/quit
15:11=> sprite- joins
15:12 sprite- hi
15:12** mrmoku|away is now known as mrmoku
15:12 sprite- see from xda-developers that NetRipper is having a go at porting andriod to the HD2 :)
15:15=> GlemSom joins
15:20 GNUtoo mmm strange...strange:
15:21 GNUtoo arch/arm/mach-msm/board-dream.c:85: error: 'MSM_DEBUG_UART_PHYS' undeclared here (not in a function) but I have that in board-dream.c: #include <mach/msm_iomap.h>
15:22 phh GNUtoo: it needs CONFIG_MSM_DEBUG_UART
15:22 GNUtoo which contains: #define MSM_DEBUG_UART_PHYS MSM_UART1_PHYS and #define MSM_UART1_PHYS 0xA9A00000
15:22 GNUtoo ok
15:22** mickey|bbiab is now known as mickeyl
15:22 GNUtoo thanks a lot
15:26 herpez phh - i have now haretconsole working
15:27 phh search mmutrace on haret's doc
15:27 herpez sure, i guess this is the command
15:27 herpez addlist mmutrace 0xa9900000 0xff
15:27 herpez i added it
15:28 herpez now to see the reports on that range, i do wirq 10 or other commnad?
15:28 tmzt GNUtoo: it's based on android experimental.git
15:28 GNUtoo ok
15:28 GNUtoo thanks a lot
15:28 phh herpez: herpezyes it's that
15:29 phh herpez: but you have to turn backlight off without stopping haret
15:30 phh I don't know how this can be done
15:30 tmzt there's no reason it couldn't be forward ported to 2.6.33 though
15:30 tmzt though the android situtation is getting more confusing upstream
15:30 tmzt set the timeout with usb plugged in very low
15:30 tmzt and don't touch the screen
15:30=> balans joins
15:31 tmzt just display, not suspend
15:31 tmzt or does that shut of rndis too?
15:31 herpez phh - turn backlight off while runnign the wirq 10 command right?
15:31 phh herpez: yes
15:31 herpez tmzt - was for me?
15:31 phh herpez: yes
15:31 tmzt yes, :)
15:31<= rayman18 left/quit
15:32 herpez ok, thanks!
15:32=> Ekips_ joins
15:33 herpez grrr, tmzt - as to run haret, i need usb cable, and with usb cable the device is "on external power" so, the minimum timeout is of 1min :s
15:33 herpez i will try to make the device dont chare in usb mode
15:33 tmzt so wait a minute
15:33 tmzt use wi 120
15:33 tmzt that might work too
15:34 herpez ah, my bad, i didnt understand the syntax of the command i was executing
15:34=> sxe joins
15:36 YellowGTO|Nix Anyone seen the LG GW990?
15:36 phh I think noone will see it before months :p
15:37 YellowGTO|Nix Tomshardware has pictures of it from CES
15:37 YellowGTO|Nix Phone is crazy
15:37<= Ekips left/quit
15:37 herpez in wirq x , the x is the seconds "listening"?
15:37 phh herpez: yes
15:37 leviathan GNUtoo: oh, its incoming from me ;)
15:37 GNUtoo ok
15:38 GNUtoo leviathan, btw are you aware that the 2.6.33 has a dream board config + some drivers ?
15:38 leviathan yes
15:38 leviathan but its not booting
15:38 leviathan :)
15:38 leviathan They just removed every thing android specific
15:38 GNUtoo why?
15:38=> jumoit joins
15:39 GNUtoo I know
15:39 leviathan to get it into upstream
15:39 leviathan and now not even framebuffer works anymore
15:39 GNUtoo ok
15:39 GNUtoo btw it's upstream that removed android support
15:39 tmzt yes
15:39 GNUtoo that is to say the android part in staging was removed
15:39 herpez grrr . i made wirq 120 and stills "working" :S is it safe to remove the device from usb while "working?"
15:39 tmzt link to lkml not on lwm?
15:39 tmzt it was broken anyway
15:40 GNUtoo leviathan, what do you mean by fb does not work...Xorg or plain fb
15:40 phh herpez: yes
15:40 GNUtoo I've only a link telling the changes but not the details
15:41 tmzt fb doesn't work?
15:41 leviathan GNUtoo: I mean that theres no fbconsole
15:41 leviathan :)
15:41 tmzt what device? g1?
15:41 leviathan yes
15:41 tmzt there isn't?
15:41 GNUtoo leviathan, ouch
15:42 leviathan GNUtoo: yes, ouch
15:42 leviathan they have a board in upstream but its totaly useless
15:43=> mightymn joins
15:44 herpez with usb, my device dont goes backlight off
15:44 herpez is any possibility of this helps me out? - "Tracing during suspend and resume" @ haretwebsite
15:45 phh herpez: you got nothing with the wirq ?
15:45 phh oh wait
15:45 phh I gave you wrong address
15:45 herpez i have the wirq but with lcd backlight always on
15:46 phh well, first dim the backlight
15:46 phh groumpf, I don't know which address to trace
15:47 herpez phh - dim while haret is listening right?
15:47 phh yes
15:49 herpez phh - how can i find the right address?
15:49 phh do help
15:49 phh there is a command to dump mmu state
15:50 tmzt dump mmu 2 phys
15:50 herpez wow
15:50 herpez its runing forever
15:51 herpez shall i do something to knwo what i want?
15:51 herpez the output is like this
15:51 herpez 50ed5000 | 007d5000 | Extended (4K) | AP=3 T=7 XN
15:51 herpez 50ed6000 | 007d6000 | Extended (4K) | AP=3 T=7 XN
15:51 herpez but about 1x10^9 times more
15:51 phh it will eventually stop :p
15:51 herpez ok
15:51 phh dump mmu 2 0xa9900000 0x1000
15:51=> DarkMasterHalo joins
15:51 phh maybe
15:53 herpez please, see here http://pastebin.com/m1a3bf9ac
15:54 phh add trace to the two virtual addersses
15:54 herpez but with end trace at oxff?
15:55<= mightymn left/quit
15:55 phh yes
15:55 herpez and trace the virtual addresses and not the physical right?
15:55 phh yes
15:56 herpez now i shall dim while tracing?
15:56 phh yes
15:57 herpez http://pastebin.com/m4a0b5f16
15:57 herpez it helps?
15:58 phh wait, I have to understand
15:59 herpez what i have done - start menu - settings - power
15:59 herpez backlight ++ and then --
16:00 herpez im pasting the full log
16:01 herpez http://pastebin.com/mea484db
16:01 herpez its big
16:04<= anno65120 left/quit
16:04** Ekips_ is now known as Ekips
16:04 GNUtoo leviathan, so what should I do for the audio
16:04 GNUtoo ?
16:07** mrmoku is now known as mrmoku|away
16:08 tmzt just routing with asoc?
16:08 herpez just say if you need another test. And thanks for the help
16:09 phh herpez: I'll need "some" time to understand that stuff.
16:10 herpez sure, thats why i want you to know that you have your time and if you then need something to be tested, just say, i will be around here
16:11 SFXman is there some tool to debug directly on mobile phone when I am not able to connect via USB?
16:12 phh linix or windows ?
16:12 phh linux*
16:12 GNUtoo SFXman, what do you want to debug?
16:15 SFXman GNUtoo: I am curious if there is a possibility to trace some processes that calls directly Android core and drivers
16:15 SFXman but that can not be done on virtual device
16:17 GNUtoo SFXman, if it's for reverse engineering purposes I don't know....you could modify the drivers itself....
16:17 GNUtoo s/itself//
16:17 tmzt what driver?
16:18=> ICEMANno1 joins
16:18 ICEMANno1 hey guys
16:18 GNUtoo I don't know which driver he is talking but if it's ril I can search my patch if SFXman wants
16:18 ICEMANno1 quick question, is there already different topaz HW or only the topa100?
16:18 phh ICEMANno1: I'd bet there is a cdma topa500
16:19 tmzt cdma, but it's called pasi I think
16:19 ICEMANno1 k, so my german gsm one is most likely the topa100
16:20 SFXman GNUtoo, tmzt: yes, I am trying to find out what is going on on Kaiser and RIL calls
16:20 phh SFXman: does original android ril works ?
16:20 tmzt don't we have open ril for it now?
16:21 phh or maybe the one used on raph/topa/diam/etc
16:21 tmzt like dzo has vilord source
16:21 phh tmzt: I'd bet kaiser's one is yes
16:21 sprite- Hey
16:21 SFXman Yes.. I know
16:21 sprite- Anyone here gotten close to Andriod on the HTC HD2 yet ?
16:22 tmzt it's being worked on
16:22 tmzt since nexus release
16:22 SFXman tmzt: I am looking at the ril souce code that is maintained by vilord
16:22 phh tmzt: you tried wifi ?
16:22 tmzt before, but it's going quicker now
16:22 tmzt no
16:22 tmzt still in wm
16:22 tmzt can't take calls in linux
16:22 tmzt or sms, just binary
16:22 GNUtoo SFXman, http://pastebin.com/m468cd3b3
16:23 sprite- tmzt - How smoothly is it going so far do u know, or we looking at quite a substainial time like other products before we see something close to fully working.
16:23 herpez going out, come back later to see if there are news. Thank you guys!
16:23 tmzt too early to tell
16:24 tmzt but talk to NetRipper he's the one working on it
16:24 sprite- ah fair enough
16:24 sprite- interested to see what WM7 looks like in feb
16:24 SFXman GNUtoo: How exactly CLID settings work? is it a datagram that is sent to the network? or something that is just set in the phone system?
16:24<= herpez left/quit
16:24 sprite- I can't imagine MS are gonna make much of a huge leap, Andriod has gathered to much steam now.
16:24 GNUtoo SFXman, I don't know
16:25 GNUtoo I must look and I need to implement ringtones on FSO for now
16:26=> Markinus joins
16:27** mrmoku|away is now known as mrmoku
16:32 ICEMANno1 phh: anythin particular which could be tested on the current glemsom
16:32 phh ICEMANno1: you have topa ?
16:32 ICEMANno1 yep
16:38 ICEMANno1 phh: why? anything which has been changed on the topaz code?
16:38 phh no
16:38 phh I just need a rhod user.
16:38 ICEMANno1 k
16:38 leviathan GNUtoo: just try to find out, where this ioctl error comes from
16:38 ICEMANno1 but it seems like andoird always crashes after a couple of minutes
16:39 GNUtoo ok
16:39 leviathan if we now where the error comes from, we can fix it
16:39 leviathan damn, I need a whiteboard in my room >_<
16:39 GNUtoo leviathan, I sent you a mail describing the ioctl btw
16:39 leviathan ok
16:39 leviathan thx
16:39 ICEMANno1 hmm, I'll post a dmesg as soon as i can be sure
16:40 GNUtoo leviathan, ioctl decoding are easy (but the doc is not very clear)
16:40=> poolsc joins
16:40 tmzt patching strace might be more helpful
16:40 tmzt or building from newer source
16:40 GNUtoo leviathan, ioctl(5, 0x400c4150 <unfinished ...> means:
16:40 GNUtoo 41 -> A
16:40 Markinus phh: I have a version of backlight control ofor Topaz, but it isn't working correctly. I don't know why, bute I have many of wrong i2c packages ..
16:40 GNUtoo 50 -> 0X50
16:41 phh Markinus: you tried adding msleeps ?
16:41 phh Markinus: and can i see the code ?
16:41 Markinus yes, then it is working sometimes . . . but then not .. strange . .
16:41 Markinus yes
16:41 Markinus I would check this in in linux-msm-topaz
16:42 phh ok
16:42 chamonix phh: I built with FTRACE but now I'm confronted with an error that was resolved in Linux 2.6.31.... I have the commit so I'll look if it can be backmerged
16:42 phh chamonix: ok
16:43=> ddonnie joins
16:43 Markinus Mayby I build this in in a wroing place. I made many logfiles with haret under winmo, there is very much i2c comms to the i2c chip (spi initialisation of the display)
16:43 phh panel init is done through SPI over I2C with the help of microp ?
16:43<= jumoit left/quit
16:44 Markinus yes, I think
16:44=> jumoit joins
16:44 phh awesome.
16:44 Markinus MicroP: topa100:
16:44 Markinus cc,70,xx,3,1 -> wr, spilcmdata
16:45 phh I know, but afaik SPI is for sensors
16:45 Markinus I make a zip of the logfiles, I send you a link then you can take a look on it . .
16:45 phh I don't get those I2C logs
16:45 phh understand*
16:46 phh Markinus: stylus detection is only for rhod or rhod+topa ?
16:46 Markinus I never tried this . .
16:47 phh oh wait no stylus detection is gpio
16:47 phh the problem is keyboard detection
16:47 tmzt slider?
16:47 phh yes
16:47 phh I'm reading nexus one microp driver and their are some things in it
16:48 tmzt good
16:48 tmzt but it's not like maejrep's
16:48 tmzt so we either have to rewrite or switch
16:48 phh HAHA
16:49 tmzt his was first
16:49 phh nexus one also has gsensor on microp
16:51 phh backlight stuff will be a bit tough to merge, but I think i'll use this driver
16:51=> Zack84a joins
16:52 ICEMANno1 phh, Markinus does it make sense what sjaquet says here: http://forum.xda-developers.com/showpost.php?p=5316983&postcount=1735
16:54 tmzt phh: sorry to confuse things
16:55<= GregLem left/quit
16:56 phh tmzt: it seems so
16:56 phh //TODO: Find out what channel 0x11 is for
16:56 phh I didn't know that
16:56 GNUtoo leviathan, http://pastebin.com/m2d71edfb and I have rfkill support
16:57 phh GNUtoo: yes they changed this rfkill API
16:57 phh ICEMANno1: bah it seems normal to mez
16:57 phh -z
16:57=> GregLem joins
16:57 GNUtoo ok
16:57 phh testing development kernels
16:57 GNUtoo I'm on the phone
16:58 ICEMANno1 phh: but if everyone does it, it my be very messy
16:58 phh ICEMANno1: uh ?
16:58 phh everyone does what ?
16:58 phh report the results on glemsom's site ?
16:58 ICEMANno1 yes
16:58 phh it's already messy anyway ...
16:58 Zack84a hey phh, tried that zimage for wifi on my rhod300 last night, starting wifi turned the phone off completely... however I did not have set wifi_cd to 1.. does that need to have in my default.txt?
16:58 ICEMANno1 k :)
16:59=> makkonen joins
16:59 phh Zack84a: you can't test it with android GUI
16:59 phh it will need a new rootfs
16:59 phh Zack84a: do you have adb running ?
16:59 Zack84a one sec, let me see if I can get it up and running again, its been since my kaiser since I have attempted to us it
17:00 leviathan GNUtoo: wl127x builds for me
17:00 leviathan really strange
17:00<= sxe left/quit
17:01<= YellowGTO|Nix left/quit
17:02 tmzt http://android.git.kernel.org/?p=kernel/msm.git;a=commit;h=8d023db28fa14326901561b77f79f7577c0b5529
17:02 tmzt phh: you use that?
17:03 phh .cccr = {
17:03 phh .multi_block = 0,
17:03 phh .low_speed = 0,
17:03 phh .wide_bus = 1,
17:03 phh .high_power = 0,
17:03 phh .high_speed = 0,
17:03 phh },
17:04 phh I'd guess the wide_bus thing will make it not working.
17:04 tmzt on rhod?
17:04 phh all boards
17:04 tmzt oh
17:04 phh I'll do a test for rhod with this cccr then
17:05<= ALoGeNo left/quit
17:05 phh oh .cis is wrong too
17:05 tmzt nice
17:08 phh pushed
17:08=> ddarko joins
17:09 phh tmzt: what are the available leds on rhod ?
17:09 phh green/amber/red/blue ?
17:10 GNUtoo ok back
17:11 phh Markinus: have you tried i2c command 0x25 ?
17:11 GNUtoo leviathan, http://pastebin.com/m14ecb702
17:12=> Tukon joins
17:12 ICEMANno1 phh: did you want the just pushed changes in switch(__machine_arch_type) {
17:12 phh I think so
17:13 ICEMANno1 the gsm_mmc_pdata.sdcard_status_gpio=38; is now at topaz and was at rhod
17:13 leviathan GNUtoo: you have to disable qdsp5 in order to get it building
17:13 leviathan they are colliding
17:13 phh ICEMANno1: there is no "break;", meaning it doesn't stop
17:13 GNUtoo ok
17:13 phh to sdcard_status_gpio is for both topa and rhod
17:14 ICEMANno1 ahh, right
17:14 ICEMANno1 u changed the order, too
17:14 ICEMANno1 k!
17:14 phh Markinus: oh never mind 0x25 is again something else
17:14 leviathan GNUtoo: I'll make another branch where I remove the android specific driver by GNU conform drivers
17:14 leviathan each after another
17:14 GNUtoo ok
17:14 leviathan means
17:14 leviathan remove qdsp5
17:15 GNUtoo what should I do to remove QDSP5...grepping .config doesn't show it ....I'll look in Kconfig for the qdsp5 dir
17:15 phh GNUtoo: remove ADSP from config
17:15 GNUtoo ok
17:16 leviathan or just use menuconfig and deselect it ;)
17:16 leviathan thats my way to handle kernel config
17:17 Ekips Let's see if I can boot that phh :)
17:17 phh Ekips: rhod ?
17:17 Ekips Yeah
17:17 Ekips 7373
17:17 phh Ekips: reupdate the kernel then
17:17 Ekips I did
17:18 phh http://zimages.googlecode.com/svn/trunk/autobuild_system/htc-msm-android/zImage-modules-20100109_171151.tar ?
17:18 Ekips spike@ubuntu:~/linux-msm$ git pull
17:18 Ekips Already up-to-date.
17:18 phh ah you built it by yourself ?
17:18 phh that works too.
17:18 Ekips Aye
17:18 Ekips Ah
17:18 Ekips It booted :)
17:18 phh Ekips: you enabled the wifi driver ?
17:18 Ekips Hm
17:18 Ekips I used the defconfig
17:18 Ekips I think it built
17:19 phh ok
17:19 Ekips CC drivers/net/wireless/bcm4329/dhd_linux.o
17:19 Ekips etc
17:19 phh fine
17:19 phh Ekips: see if there is anything about bcm4329 in dmesg
17:19 Ekips Hm
17:19 Ekips Instant unable to start wifi
17:20 Ekips Yeah, let's see in term
17:20 Ekips argh
17:20 Ekips com.android.term doesn't run
17:20 phh Ekips: yes it isn't supposed to work in android gui
17:20 Ekips "stoppped unexpectedly"
17:20 Ekips Ah, ok :)
17:20 phh Ekips: which IME you have ?
17:20 Ekips Great
17:20 Ekips IME?
17:20 Ekips I'm very new to this "scene"
17:20 phh virtual keyboard
17:20 tmzt phh: I've seen red, not blue I think
17:21 tmzt green when charged
17:21 tmzt blue on back
17:21 phh tmzt: not same leds as nexus then, ok
17:21 phh it can't be that easy.
17:21 phh Ekips: no adb ?
17:21 phh or usbnet ?
17:21 Ekips Nope
17:21=> ALoGeNo joins
17:21 Ekips I can connect it to usb
17:21 Ekips But it doesn't seem to do anything
17:22 phh Ekips: boot with wimo connected on usb
17:22 tmzt GNUtoo: what kernel?
17:22 Ekips Activesync?
17:22 tmzt phh: same colors, but all together
17:22 phh Ekips: yes
17:22 phh tmzt: hum ok
17:22 tmzt like, red amber green are one led under the screen power button
17:22 Ekips The build works, at least that's that
17:22 leviathan phh: I would never use anything prebuilt from google
17:22 Ekips Let's reboot etc :)
17:22 leviathan ;)
17:23 tmzt well, normal rhod it is power button but not mine
17:23 phh leviathan: uh ?
17:23 phh leviathan: the sources are fine
17:23 tmzt GNUtoo: what kernel?
17:23<= ALoGeNo left/quit
17:23 GNUtoo tmzt, sorry ...leviathan-incomming
17:23 phh leviathan: they even did a /dev/input device for light sensor !
17:24 leviathan sry I'm very similiar to Dr. Rush from SGU, means paranoic and egocentric ;)
17:24 phh leviathan: I haven't seen him for too long :(
17:25 tmzt so 2.6.32?
17:25 leviathan phh: Stargate Universe is cool. And doctor Rush was my favorite charactere. What a pitty that he's landet on a desert
17:25 tmzt can you do it on a branch?
17:25 tmzt I don't want to lose qdsp5 on there
17:26 phh leviathan: bah i'll come back soon :p
17:26 tmzt yet
17:26 leviathan tmzt: sure
17:26 leviathan I'll make a branch called
17:26 leviathan get-gnu-conform
17:26 phh leviathan: I don't know how he'll be able to travel faster that this ship though
17:26 tmzt phh: thet are learning :)
17:26=> ALoGeNo joins
17:26 ICEMANno1 phh, Markinus does this help http://pastebin.com/m16d9eb10 somehow for mic/sound/calling/wifi problems?
17:27 leviathan He will manage it *crossing the fingers*
17:27<= ddonnie left/quit
17:27 Ekips leviathan: There's a ship on that planet, I'm sure he'll get back ;)
17:27 leviathan tmzt: oke, I'll make a branch and remove qdsp5 there
17:27 leviathan Ekips: yes, I guess too
17:27 phh Ekips: oh right I forgot that part
17:28 leviathan And its not antic ship
17:28 Ekips He's pretty much the lead character and signed for a season
17:28 leviathan so perhaps it has special abilities
17:28 Ekips :p
17:28 leviathan like flying trough something more efficient then hyperspace
17:28 tmzt -gnuaudio?
17:28 leviathan tmzt: good idea
17:28 leviathan leviathan-gnuaudio?
17:29 leviathan oder msm-gnuaudio?
17:29 phh Ekips: booted ?
17:29 tmzt either is fine
17:30 tmzt can you add it? I don't get why you don't have admin
17:30 tmzt on -2.6.32
17:30 phh groumpf I don't know what to do with this microp stuff ...
17:30<= Markinus left/quit
17:30 phh import nexus one's driver into our tree and use it
17:30 phh or import the documentations from it into our driver
17:30 Ekips No phh, some difficulties disconnecting it from my VM :p
17:30 phh Ekips: ok
17:31 GNUtoo leviathan, I bet you run kdrive
17:31 phh Ekips: oh right you don't have to connect it to windows mobile
17:31 Ekips Connecting to windows mobile now
17:31 phh s/mobile//
17:31 Ekips synce is ok too?
17:31 Ekips heh
17:31 Ekips Oh well
17:31 Ekips It's connected now
17:31 sprite- crikey
17:31 Ekips Can I connect to some port?
17:31 sprite- u guys are very dedicated to this Andriod development arent ya :)
17:31 leviathan GNUtoo: until I get xf86-video-msm working yet
17:31 leviathan yet
17:31 leviathan *yes
17:31 leviathan need cigarette
17:31** mrmoku is now known as mrmoku|away
17:32 phh sprite-: don't tell that to leviathan.
17:32 sprite- tbh when someome mentioned this net / chan on xda developers, i expected a handful of guys working on stuff... Every now and then..
17:32 sprite- You guys really going for it aren't ya lol :)
17:32 GNUtoo because xorg doesn't start....maybe because of the virtual size that is doubble
17:33 sprite- Whats the general main goal for the majority of ya ? porting Andriod to which device or just in general improving andriod for andriod devives
17:33 phh sprite-: it's GNU/Linux on all devices and android on non android devices
17:33 tmzt linux on htc devices
17:34 tmzt android is just a bonus, even if it's an important one
17:34 sprite- yeah
17:34 sprite- You lot take any form of donations ?
17:35 Ekips phh: It booted
17:35 tmzt hardware?
17:35 Ekips But no idea how to reach it over USB
17:35 tmzt there are plenty of xda threads
17:35 phh Ekips: which is your host OS ?
17:35 Ekips Windows 7
17:36 phh Ekips: baaahhh
17:36<= DarkMasterHalo left/quit
17:36 Ekips lol
17:36 Ekips You asked for windows mobile
17:36 Ekips :p
17:36 tmzt see some of the developers here working on tp2 android port for which there is money offered
17:36 sprite- aye tmzt but i'd only wanna donate cash to a group of guys, seriously looking at porting Andriod to the HD2.
17:36 phh tmzt: money is offerred, android is now usable on it, but noone got any monay afaik
17:36 tmzt aren't they waiting for nand?
17:36=> c2d joins
17:36 phh tmzt: only half
17:37 phh or 2/3
17:37 tmzt was it for specific tasks?
17:37 phh no
17:37 phh tmzt: that's stupid, isn't it?
17:37 tmzt so who lnows who or what entity did what?
17:37 tmzt and when?
17:37 phh bah at the end noone noone will donate. basically.
17:38** poolsc is now known as xvinyl
17:38 phh well I received one donation for topa iirc
17:39 makkonen phh: is it rude to ask how much you've gotten in total donations?
17:39 Ekips I'm gonna eat a bit, quite hungry
17:39 Ekips I'll be back
17:39 phh makkonen: around 200€
17:39 makkonen nods
17:39 leviathan sprite-: me, for my part are against android
17:39 leviathan because its non gnu linux
17:40 makkonen not bad for something you'd be doing for yourself anyway.
17:40 leviathan and they do not follow the integration guidlines of linux
17:40 makkonen ...not great for an hourly wage, though. :-)
17:40 phh makkonen: I did only diamond for myself
17:40=> sxe joins
17:40 leviathan they are just tinkering something different to suck up to all enterprises producing hardware
17:40 sprite- Well i'd donate around 50 euros to a collective of people, serious about a Andriod HD2 port.
17:40 sprite- It would be upto any project lead to distribute that cash :P
17:40** xvinyl is now known as poolsc
17:41 phh makkonen: but I believe that merging code with blac/raph/topa/rhod will provide some developers for commun things
17:41 phh like GPS or camera
17:41 leviathan my enterprise - namely me - is planing to do the oposite. means making GNU linux pda/smartphones like the freerunner ones
17:41 leviathan but this time with better planing and project managment
17:42 phh leviathan: on which phone ?
17:42 tmzt there's interest in a 6410 based device
17:42 leviathan non yet existing
17:42 phh leviathan: oh you plan to do the whole phone ?
17:42 phh ok
17:42 leviathan but you are on the save side to expect a platform similar to the neo freerunner
17:42 phh I thaught you were saying about providing a linux distribution for some existing phones
17:42 leviathan phh: yes
17:42 leviathan I mean
17:43 leviathan We well do a new one
17:43** poolsc is now known as xvinyl
17:43 leviathan based on freerunner
17:43 leviathan but planed is this time UMTS
17:43 phh OMAP3?
17:43 leviathan yup
17:43=> XTC0r joins
17:43 leviathan or never
17:43 leviathan we have to watch license poltics on the whole spectrum
17:44 leviathan but there will not be such compromises like android did
17:44 leviathan the platform needs to be free
17:44 GNUtoo leviathan, I think I need wifi....usbnet is down after playing with mplayer
17:44 leviathan should be no problem with 2.6.32
17:44 tmzt compromises?
17:44 leviathan tmzt: yes, like closing parts of the system
17:45 leviathan this will not happen in our project
17:45 leviathan everything needs to be free
17:45 leviathan I have found a GSM/UMTS chip development going on in my university
17:45 tmzt baseband?
17:45 leviathan jup
17:45 tmzt with omap3, you won't have everything open
17:45 GNUtoo free baseband?
17:46 leviathan we can the specialists there for the hardware part
17:46 GNUtoo free DSP would be possible
17:46 leviathan yes
17:46 GNUtoo simply adapt the work of an openpma person
17:46 phh Ekips: ping ?
17:46 leviathan the exact plan we will make together in the FSOSHRDEM
17:46 GNUtoo he's doing a Free OMAP1 DSP os+libs
17:47 leviathan I'll present there my company and the idea
17:47 leviathan I'm also inviting sean
17:47 leviathan the CEO of FIC
17:47=> DarkMasterHalo joins
17:47 tmzt openpma?
17:47 tmzt is he using omap850 hardware?
17:48 leviathan ATM its just the concept
17:48<= c2d left/quit
17:48 leviathan we need to make it happen
17:48 leviathan and when it happens
17:48 leviathan we'll see such details
17:51<= SFXman left/quit
17:51=> c2d joins
17:52 leviathan I hope Sean Paul-Moss will come
17:52 leviathan so that he can also watch the whole concept I'm making here in my company
17:53 GNUtoo tmzt, for pma430
17:53 GNUtoo I'll show the mails
17:53 phh Ekips: pong ?
17:53 tmzt omap850 already has the hardware
17:53 leviathan hmm
17:53 tmzt seems to be a better target
17:53 leviathan Its also the matter what we are allowed to sell
17:53 GNUtoo tmzt, http://pastebin.com/m2847ba03
17:54 leviathan ok
17:56 mickeyl GNUtoo: did you make any progress wrt. fixing the lcd backlight "led"?
17:56 GNUtoo mickeyl, I did 2 things:
17:56 mickeyl i'll write some kxsd9 fixes next week
17:56 GNUtoo *disable suspend in frameworkd.conf
17:56 phh mickeyl: kxsd9 needs fixes ?
17:57 makkonen ok... I'm doing "pwf batt.hex 0x01ffc100 0x1000" to try to get my battery values. but I'm still looking at the wrong place, and I don't know why. that's 0x01f00000 (MSM_SHARED_RAM_PHYS) + 0xfc100 -- am I still doing something obviously stupid?
17:57 GNUtoo *disable the led driver(I tried to convert it to a backlight one but it didn't work and it disabled it)
17:57 phh makkonen: you're sure the 0xfc100 is correct ?
17:58<= Corky left/quit
17:58 makkonen yes. well, gsm smem_offset is 0xfc110, and cdma is 0xfc140
17:58 mickeyl GNUtoo: hmm, i wonder why it didn't work
17:58 mickeyl couldn't the backlight driver just use the exported led function from the led driver?
17:59 ICEMANno1 phh: can you mail me th working adb or push it on some server?
17:59<= sxe left/quit
17:59 mickeyl phh: ya, enable is kind of bogus. it should autoenable/disable when opening/closing the input node
17:59 mickeyl phh: also we should check whether we can use it as a wakeup source
17:59 GNUtoo mickeyl, I don't know...I did like on the freerunner board file
18:00=> Markinus joins
18:00<= Markinus left/quit
18:00=> Markinus joins
18:00 c2d phh: need a rhod tester?
18:00<= grayeul_ left/quit
18:00 GNUtoo mickeyl, should I repastebin the modifications?
18:01=> YellowGTO|Nix joins
18:02 mickeyl GNUtoo: yeah, perhaps someone here can fix it
18:02 mickeyl at least this is where the experts are
18:02 GNUtoo ok
18:02<= YellowGTO|Nix left/quit
18:02=> YellowGTO|Nix joins
18:02 mickeyl although fixing the led/backlight issue doesn't seem to be a priority, it might be nice to solve it anyways
18:03 mickeyl less userland workarounds
18:03 mickeyl it touches the issue of where the kernel should be heading towards though
18:03 mickeyl such as optimized for one userland or not
18:03 mickeyl *shrug*
18:03<= luminoso left/quit
18:03 phh ICEMANno1: http://husson.hd.free.fr/adb
18:04 phh mickeyl: argh please no
18:04 phh for auto (en|dis)able
18:04 phh I'll have to change my android sensors driver :(
18:04 mickeyl well
18:04 phh c2d: you have adb working ?
18:04 mickeyl you have to decide
18:04 mickeyl either you want to have a kernel that's userland neutral
18:04 mickeyl or you want to have an android kernel
18:05 phh right.
18:05 mickeyl i'M afraid sooner or later you will have to make a choice
18:05=> magnus1 joins
18:05 mickeyl i don't think everything can be #ifdefd
18:05 mickeyl (and mainline would not accept that anyways)
18:06 tmzt kxsd9 is disabled because of power usage
18:06 GNUtoo driver: http://pastebin.com/m59dc56e4 diff : http://pastebin.com/m1e33f70b
18:06 tmzt and it's constant irq wakeups
18:06 Ekips phh: Not possible with Windows7 then?
18:06 phh Ekips: I don't know how
18:06 Ekips How would you do it in xp?
18:06 phh mickeyl: hum what's the thing with backlight ?
18:06 Ekips I can try and look at which tools I need
18:06 tmzt if it's enabled when opened that makes sense unless you want to open fd's and just select
18:06 phh Ekips: I don't know either
18:06 Ekips oh
18:06 tmzt then opening a closing complicates things
18:06 Ekips Then why use activesync?
18:06 mickeyl phh: the kernel exports the backlight wrongly
18:07 mickeyl it's exported as led class device
18:07 mickeyl which is bogus since there is a backlight class interface
18:07 phh Ekips: because there must be a connection somewhere when starting
18:07 Ekips ah, ok
18:07 phh mickeyl: oh ok
18:07 Ekips That's there, but that's about it :p
18:07 tmzt GNUtoo: what's the paste?
18:07 phh mickeyl: I thaught you were speaking of topa/rhod/blac's problem
18:07 mickeyl no, just trying to get it more in line with mainline
18:07 GNUtoo tmzt, ???
18:08 phh mickeyl: well do your changes, I'll change android user land.
18:08 GNUtoo driver: http://pastebin.com/m59dc56e4 diff : http://pastebin.com/m1e33f70b
18:08 GNUtoo ah
18:08 GNUtoo tmzt, led->backlight
18:08<= Tukon left/quit
18:08 leviathan GNUtoo: yes
18:08 GNUtoo basically fso power off the leds at startup
18:08 leviathan led is wrong, backlight would be correct
18:08 leviathan :)
18:08 GNUtoo so it power off the backlight
18:08 mickeyl tmzt: sure it needs to be disabled. but we can do it nicely on demand, not via a fixed sysfs node.
18:09<= XTC0r left/quit
18:09=> YellowGTO|Nix_ joins
18:09<= x29a left/quit
18:09 phh mickeyl: you have any idea for scale/rate setting ?
18:09 GNUtoo so you have to do echo 255 > /sys/class/led/lcd-something/brightnedd
18:09 GNUtoo *brightness
18:09 tmzt GNUtoo: nothing to do with gsm then? just opeing dsp routines?
18:10 c2d phh: no
18:10=> luminoso joins
18:10 c2d phh: where can i get it
18:10 Ekips phh: I can connect it to my VM running linux too
18:10 tmzt mickeyl: somebody was asking about exposing freerunner backlight control on kms interface
18:10 GNUtoo tmzt, no nothing to do with gsm...it just render the phone inusable without ssh console
18:10 mickeyl phh: rate milliseconds, scale millig
18:10 mickeyl err no
18:10 mickeyl scale in g
18:10 tmzt uh, I think it was Weiss in #xorg-devel
18:10 mickeyl so the current sysfs interface seems to be ok to me for that
18:10 phh mickeyl: that's not the question, I mean for a proper linux-ish interface
18:10 tmzt GNUtoo: what phone?
18:10 mickeyl it'd be nice to unify the name of the nodes
18:10 phh ok
18:10 GNUtoo tmzt, htcdream
18:10 tmzt mickeyl: so you want to drop the fd when not in use?
18:11 tmzt GNUtoo: the openpma stuff
18:11 GNUtoo tmzt, ah no phone
18:11 phh mickeyl: hum still use sysfs for scale/rate ?
18:11 GNUtoo tmzt, the openpma stuff is a media player
18:11 mickeyl tmzt: correct. that way it's pretty nice
18:11 tmzt then I'm really confused
18:11 mickeyl phh: sure, why not
18:11 GNUtoo but it's omap1
18:11 phh mickeyl: so every accelerometer clients have to agree on the rate
18:11=> grayeul_ joins
18:11 mickeyl phh: correct
18:11 magnus1 hey, is the git repo at gitorious really slow today?
18:12 mickeyl in reality you only have one client anyways to save CPU
18:12 mickeyl and this one mangels the accel data into gestures
18:12 mickeyl which you can then process from UI
18:12 mickeyl that's the standard way, if you don't need raw data
18:12 mickeyl and _if_ you need raw data
18:12 mickeyl you can't read in parallel anyways
18:12 phh uh ? why ? the input layer handles it
18:13 mickeyl so games or what not use exclusive access
18:13 phh I already do two reads at the same time
18:13 phh two process reading the input I mean
18:13 mickeyl for what use case?
18:13 mickeyl how many applications are using the data at once?
18:13<= grayeul_ left/quit
18:14 phh the system_server handles the orientation of the device, the process handles its own datas
18:14=> grayeul_ joins
18:14 mickeyl whew
18:14 mickeyl that's wasting CPU
18:14 mickeyl if a process is taking control over the accelerometer
18:14 phh I know.
18:14 mickeyl there's little value in having the system server read them
18:15 mickeyl same for compass and similar devices
18:15 mickeyl anyways, back to the original topic. since there is no class device for things like an accelerometer, either you propose one, or we try to unify the names of the sysfs interfaces
18:16 tmzt isn't it input?
18:16 mickeyl yes, input device
18:16 tmzt abs x z flags
18:16 mickeyl but there is no standard for configuration yet
18:16 tmzt should be easy enough to detect
18:16 tmzt isn't there an linux-input list?
18:17 mickeyl wakeup threshold, free fall detection, scale, and rate
18:17 mickeyl all these things are not covered yet
18:17 mickeyl (by standard interfaces IIRC)
18:17 mickeyl yes, there's a mailing list for that
18:17 tmzt hmm, the Pixi only has two phy settings, 0x40, 0x06
18:17 mickeyl lis302 has two or three as well
18:17 tmzt yeah, and rate is a huge issue
18:17 tmzt even android's method is broken
18:18 tmzt the rate isn't high enough or it's too high
18:18 tmzt nothing can agree
18:18 tmzt what is ulpi_test_ctl on 7x27?
18:18 mickeyl anyways, please have a look at GNUtoo's backlight fix. that should be simple for you guys
18:19 mickeyl bbl
18:19** mickeyl is now known as mickey|bl
18:19** mickey|bl is now known as mickey|bbl
18:19 tmzt and is APPS_RESET used for usb reset on any of our kernels?
18:20 tmzt pixi patch has it !
18:20 tmzt phh: ?
18:20 phh tmzt: ?
18:20 tmzt opensource.palm.com 1.3.5 linux-kernel
18:20 tmzt it's not complete, I've asked them about it
18:21 tmzt but I'm reading board-chuck now
18:21 phh it has what ?
18:21 tmzt full phy reset
18:21 tmzt for usb
18:21 phh oh
18:21** kiozen is now known as kiozen_away
18:21 tmzt but using the tl chip apparently, forget what that refers to
18:22<= luc_ left/quit
18:22<= luc__ left/quit
18:22 tmzt translogic maybe?
18:22 phh maybe
18:22 GNUtoo ah for the msm one?
18:22 phh why do they ioremap tlmmgpio01_base in phy reset ?!?
18:23 GNUtoo (the palm msm device)
18:23=> SFXman joins
18:23 tmzt yes
18:24 phh msm_set_mux("CAM_DATA4", CONFIG_ACTIVE);
18:24 phh I wonder if this uses RPC or something else.
18:24 phh but where are the damn sources hum
18:24 tmzt hmm
18:24 tmzt we don't have the code
18:27 phh unsigned data1 = (PCOMM_PM_MPP_CFG_AOUT << 16) | PCOMM_PM_MPP_7;
18:27 phh unsigned data2_on = ( (uint32_t) PCOMM_PM_MPP_AOUT_LEVEL_VREF_1p25_Volts << 16) | ( (uint32_t) PCOMM_PM_MPP_AOUT_SWITCH_ON & 0xFFFF);
18:27 phh unsigned data2_off = ( (uint32_t) PCOMM_PM_MPP_AOUT_LEVEL_VREF_1p25_Volts << 16) | ( (uint32_t) PCOMM_PM_MPP_AOUT_SWITCH_ON & 0xFFFF);
18:27 phh
18:27 phh It seems they have almost direct access to registers through msm_proc_comm
18:27 phh (this data2_* is exactly what's written in pmic registers)
18:27 tmzt access to shadow registers
18:28 tmzt AOUT?
18:29 tmzt could this be a near ce device?
18:29 phh I guess so
18:29 phh * linux/arch/arm/mach-msm/board-chuck.c
18:29 phh * Copyright (C) 2007 Google, Inc.
18:29 tmzt makes sense, Palm has other ce devices
18:29 phh funny
18:29 tmzt yeah
18:30 phh tmzt: we need this source code ! :p
18:30 phh first, try usb_phy_reset
18:31<= YellowGTO|Nix left/quit
18:32 tmzt cr2's long lost uart dm might be too
18:32 tmzt seems it has both channels
18:32=> Micha__ joins
18:33 leviathan GNUtoo: http://gitorious.org/htc-msm-2-6-32/leviathan-incoming/commits/msm-gnuconform
18:33 leviathan * removed qdsp5
18:33 leviathan * removed android staging drivers
18:33 tmzt AstainHellbring: yello: optical prox sensor, isl29018 has lux settsetting 
18:33 GNUtoo leviathan, ok
18:34 AstainHellbring tmzt huh?
18:34 leviathan GNUtoo: next will be to remove unneeded android interfaces and make it run smoother
18:34 leviathan namely alsa
18:34 GNUtoo ok
18:34 tmzt hah, a different kxsd9 driver
18:34 tmzt maybe want mickeyl wanted
18:34 tmzt AstainHellbring: were you in that discussion?
18:35 tmzt no it was Chainfire and gto sorry
18:35 tmzt it's an ir proximity sensor
18:35 AstainHellbring cool
18:35 AstainHellbring what device is the isl29018?
18:36 tmzt palm pixi
18:36 tmzt it might be in rhod and others
18:36 AstainHellbring cool
18:37 tmzt v4l2
18:38 tmzt we have CURRENT endpoint setting?
18:39 phh sound endpoint ?
18:40 phh some boards has it some others don't
18:40=> babijoee joins
18:40 phh iirc it's 0xff
18:40 babijoee hi everyone
18:40 phh hi babijoee
18:41 babijoee i'll implement that flipclock mentioned on thread
18:41 babijoee looks so good XD
18:41=> sxe joins
18:41 phh it's donationware
18:41 phh well, payware.
18:41 tmzt hmm
18:42 babijoee ooo phh read in other post that eclair on g1 doesnt have gles either
18:42 tmzt vreg_set_level
18:42 babijoee isit -
18:42 babijoee 0.0
18:42 tmzt could be the ce version
18:42 phh tmzt: I'd bet on something even better.
18:42 phh direct access to registers :p
18:42 tmzt I haven't seen us set those just enable
18:42 babijoee ohh phh have you seen swype for android?
18:42 phh babijoee: no
18:42 babijoee i tried installing it
18:42 babijoee but doesnt work
18:42 makkonen there's also shapewriter
18:42 babijoee awesome keyboard
18:42 phh tmzt: we have set_level
18:43 babijoee shapewriter ?
18:43 babijoee i'll check it out
18:43 makkonen haven't tried it in android, but it works pretty great in winmo.
18:43 babijoee whats the general idea about it
18:43 makkonen it's the same concept as swype.
18:43 babijoee awesome
18:43 babijoee free?
18:44 makkonen unfortunately not.
18:45 tmzt what is a VIBRATOR_EN
18:45 tmzt don't we have to use pcom for that?
18:46 tmzt pixi uses bootie
18:46 babijoee damns
18:47 GNUtoo we already have pixi's sources?
18:47 GNUtoo does it have alsa?
18:47 phh GNUtoo: not all sources.
18:47 GNUtoo ouch
18:47 GNUtoo what is missing?
18:47 phh in arch/arm/mach-msm there is only the board file
18:48 GNUtoo ok
18:48 tmzt l2x0 cache? this is 7x27 only?
18:48 phh no alsa driver
18:48 tmzt they didn't package them
18:48 tmzt geist knows about it
18:49 GNUtoo :(
18:52<= c2d left/quit
18:54 babijoee oh phh i havent read through the logs, but in calls when screen goes off, you have to turn the screen back on to end call.? Would this be easy to fix?
18:54 phh babijoee: I don't know
18:55 babijoee ah k
18:55<= ALoGeNo left/quit
18:55 babijoee i'll just implement an app to keep screen on during calls
18:56=> ALoGeNo joins
18:59=> recKon joins
18:59 phh tmzt: palm reset phy doesn't kill usb at least.
18:59 phh I'll now see if it starts usb correctly
19:00 Ekips Hm, I wonder why I can't install those android drivers on windows 7
19:00 phh you can't or it doesn't work ?
19:00 Ekips I hope the first, but still
19:00 Ekips This shouldn't be rocket science
19:01 phh it' windows.
19:01 Ekips I have them, it finds my phone without drivers, I point to the right directory
19:01 Ekips And it doesn't find them
19:01 phh Ekips: it finds no ethernet or network usb device ?
19:01 Ekips I try to install android_winusb.inf and that doesn't work either
19:01 Ekips No, it finds a smartphone
19:01 phh ?!?
19:02 Ekips VID_0BB4&PID_0C02
19:02 Ekips As hardware ID
19:02 phh Ekips: there is a MI I think too no ?
19:02 Ekips ; HTC Dream
19:02 Ekips %SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C01
19:02 Ekips %CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C02&MI_01
19:02 Ekips %SingleBootLoaderInterface% = USB_Install, USB\VID_0BB4&PID_0FFF
19:02 phh tmzt: doesn't change anything
19:02 Ekips According to the inf for the drivers, that's close and certainly HTC
19:02 phh Ekips: some said on the forum that for our device, mi is 02 or 03
19:02 phh someone*
19:02 Ekips MI?
19:03 phh %CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C02&*MI_01*
19:03 Ekips There's that ID and the same with &REV_0100 added
19:03 Ekips Ah yes
19:03 Ekips Nope, not in the hardware IDs
19:03 Markinus phh: I cannot checkin something in the moment, I don't know why. I made a patch, here it is, mabe you have a Idea! http://www.megaupload.com/?d=762RQMVN
19:03 Ekips VID_0BB4&PID_0C02 and VID_0BB4&PID_0C02&REV_0100
19:03 phh Ekips: hum please try with 03
19:04 Ekips Try with? :p
19:04 tmzt phh: doesn't init?
19:04 tmzt so booting without usb plugged in still doesn't work?
19:04 Ekips I can't really change its hardware ID, and altering the drivers inf file doesn't seem to help
19:04 phh Ekips: changing MI_O1 to MI_O2
19:05 phh tmzt: yes
19:05 Ekips could not find driver software for your device
19:05=> Fjodor joins
19:05 Ekips But I should be able to install the drivers anyhow afaik
19:05 phh Ekips: that's the error before or after ?
19:05 Ekips Or even force them to a device, but they don't do that either
19:05 Ekips Same
19:05 GNUtoo leviathan, http://pastebin.com/m25f3a612 makes the dream not boot
19:05 Ekips They just don't appear to be drivers to W7
19:06 phh Ekips: ok
19:06 GNUtoo I bet it's the fault of +CONFIG_TROUT_WIFI=y
19:06 Ekips adb is running too now, but obviously doesn't see devices
19:07=> ali1234 joins
19:08 leviathan GNUtoo: strange
19:08 leviathan might be
19:08 leviathan yes
19:08 leviathan I deactivated it
19:08 GNUtoo leviathan, not boot means not finding rootfs
19:08 leviathan ohh
19:08 leviathan uhh
19:09 leviathan I'm booting from internal memory ATM
19:09 phh Markinus: try adding usleep(50) after micropklt_write's
19:10 phh Markinus: and try changing device_initcall to late_initcall in panel file
19:12 GNUtoo leviathan, ok so what should I do then to debug alsa?
19:12 GNUtoo usbnet breaks when using mplayer
19:12 GNUtoo with the real card
19:12 GNUtoo wifi prevent it to boot
19:12 GNUtoo and if I put to nand...I loose ability to use the device as a music player
19:13 GNUtoo (main function of the device)
19:13 ToAsTcfh phh: D/libEGL ( 996): loaded /system/lib/egl/libGLES_android.so
19:13 ToAsTcfh E/copybit ( 996): Error opening frame buffer errno=13 (Permission denied)
19:13 phh ToAsTcfh: chmod a+rw /dev/graphics/fb0
19:13<= recKon left/quit
19:14 ToAsTcfh phh: bad mode
19:14 phh chmod 666 /dev/graphics/fb0
19:16 leviathan hmm
19:16 leviathan GNUtoo: I'll try to fix the sdcard issue
19:16 GNUtoo leviathan, ok but could you at least integrate this patch:
19:16 ToAsTcfh wow it got rid of the error but still no opengl i guess
19:16 leviathan yes
19:17 GNUtoo http://bobcopeland.com/srcs/android/msm_wifi.patch
19:17 GNUtoo and fix it
19:17 ToAsTcfh it loaded the textures and all but its still slow a all get out
19:17 leviathan uhm, isnt it already in it?
19:17 leviathan I mean wifi patch
19:17 phh ToAsTcfh: give me full logcat
19:17 leviathan I thought its only for older kernels
19:17 GNUtoo leviathan, it was not in the leviathan-incomming
19:17 leviathan hmm
19:17 GNUtoo before your last commit
19:17 leviathan I mean
19:17 GNUtoo should I pull
19:17 leviathan is it needed at all?
19:18 GNUtoo ?
19:18 phh leviathan: for wl1251 driver yes it is
19:18 leviathan hmm
19:18<= SFXman left/quit
19:18 phh well you can use debugfs too I think
19:18 leviathan kk
19:18 leviathan I'll put it into the dev branch for gnuconformity
19:20 GNUtoo leviathan, ok but without a better idea for debugging I need a fi
19:20 GNUtoo x
19:21 GNUtoo note the subject of the patch:
19:21 GNUtoo Subject: [PATCH] msm: add platform driver for sdio-based wifi
19:21 GNUtoo *sdio*
19:21 phh GNUtoo: and ?
19:21 GNUtoo so it is that driver and can't be the others changes
19:22 GNUtoo I'll remove that driver and boot
19:22 GNUtoo to verify
19:22 GNUtoo but the other changes were only mac80211
19:22 Snarf hi all
19:22 Snarf So 3G works
19:23 Markinus phh: ok, I will try it!
19:23 phh Snarf: how ?
19:23<= Markinus left/quit
19:23 Snarf i put an Offical HTC Winmo
19:23 Snarf was some crappy conf in Wimo
19:23 phh ok
19:23 phh ToAsTcfh: ping ?
19:23 leviathan GNUtoo: http://gitorious.org/htc-msm-2-6-32/leviathan-incoming/commits/msm-gnuconform
19:24 Snarf was an old cooked rom (EnergyRom 3.x)
19:24 GNUtoo ok
19:24 Snarf phh: i have a qestion faor an Orange user, can i query you ?
19:25 phh \o/ at least, someone who asks \o/
19:25 phh Snarf: you can
19:25 Snarf thx ;)
19:26** mrmoku|away is now known as mrmoku
19:26=> x29a joins
19:27 ddarko nub here but i'd like to ask the dev progress for the hd2
19:27 ToAsTcfh phh: sorry i was looking through the logcat and noticed something missin. i fixed it adn now im trying again
19:27 phh ToAsTcfh: ok
19:29<= grayeul left/quit
19:30 Ekips phh: I give up, would it be easier over a linux connection?
19:30 phh Ekips: yes
19:30 Ekips odccm?
19:30 phh odccm ... ?
19:31 Ekips Well, synce?
19:31 phh Ekips: just set activesync in wimo and plug usb cable
19:31 phh should be enough
19:31 ToAsTcfh phh: http://pastebin.com/d506160e5
19:31 Ekips ugh
19:31 phh ToAsTcfh: still slow ?
19:31 Ekips I don't get it
19:31 ToAsTcfh yep
19:31 Ekips Connect it to a windows box or not
19:31 phh Ekips: no
19:31 Ekips When I do and reboot, I can't install drivers for the android smartphone device, just been trying that for a while
19:32 ToAsTcfh phh:it seems to have all it needs too.
19:32 phh ToAsTcfh: wrong egl.cfg
19:32 phh ToAsTcfh: I'd bet egl.cfg has no qcom driver in int, only android
19:32 phh (which is software rendering)
19:32 Ekips That's done and linux finds it
19:32 Ekips So lets reboot I guess :)
19:33 ToAsTcfh hold up im gonna try something
19:35 Ekips lol
19:35 Ekips That somehow seems to trigger a small kernel oops I think
19:36 Ekips It's connected phh, but I doubt it works
19:36 babijoee phh: need me to do some testing with hw3d?
19:37 Ekips http://pastebin.com/m214a7174
19:37 Ekips That's dmesg after connecting it
19:37 Ekips ow
19:37 Ekips I do have a usb0 network interface
19:39 Ekips adb not listing any devices
19:40 Ekips Do I somehow have to start a dhcp client on my device now? :)
19:41 ToAsTcfh phh:D/libEGL ( 99): loaded /system/lib/egl/libGLES_android.so
19:41 ToAsTcfh D/libEGL ( 99): loaded /system/lib/egl/libGLES_qcom.so
19:41 ToAsTcfh D/EGL.oem ( 99): system process, deny GL context
19:41 ToAsTcfh E/libEGL ( 99): No EGLDisplay for hardware EGL!
19:41 ToAsTcfh im guessing my kernel is the issue
19:42 ToAsTcfh E/EGL.oem ( 464): could not open hw3dc (No such file or directory)
19:43 GNUtoo leviathan, maybe I could do console over bluetooth?
19:43 ToAsTcfh phh: http://pastebin.com/d775f7480 a better look
19:44<= leaigor left/quit
19:48 leviathan GNUtoo: possible
19:48 leviathan :)
19:48 NetRipper my god
19:48 leviathan would minimize cable salad
19:48 NetRipper im going nuts
19:48 GNUtoo leviathan, ok I'll do something then try
19:48 leviathan ok
19:48 NetRipper where do i enable specific fonts int he kernel menuconfig
19:48 NetRipper i cant find it
19:50** mrmoku is now known as mrmoku|away
19:51 GNUtoo NetRipper, the console fonts?
19:51 NetRipper yes, i cant find it, some option must be hiding it
19:51 NetRipper but i cant find it, even if i check the dependencies, it should be good
19:54<= jamenlang left/quit
19:54 NetRipper found it
19:54 NetRipper had to enable virtual terminal in character devices
19:55 NetRipper pff..
20:00 Ekips Sigh, the only terminal working is pterminal, and it crashes when I try to su
20:01 leviathan Do not use android :P
20:01 leviathan use SHR
20:01 leviathan ^^
20:01 leviathan joke
20:01 leviathan but soon it will be a true raisonable argument
20:02 Ekips I'll try it as soon as it works on a TP2 :p
20:03 leviathan http://www.insidepda.de/blog/wp-content/uploads/2009/05/htc-touch-pro2.JPG
20:03 leviathan this one?
20:03 Ekips yeah
20:04 leviathan hot
20:05 Ekips sigh
20:05 Ekips So annoying :(
20:05<= GregLem left/quit
20:06<= sxe left/quit
20:07=> BHSPitLappy joins
20:08 ToAsTcfh phh: im gonna try swaping the libEGL.so with the one from 1.5. i doubt itll work because they are way diff when i run strings against them
20:08 ToAsTcfh but that seems to be where the " No EGLDisplay for hardware EGL!" comes from
20:09 phh [19:40:30] <babijoee> phh: need me to do some testing with hw3d? <----- I wait for ToAsTcfh to test :D he has heroc, but the problem is the same
20:10=> MrPippy joins
20:11 ToAsTcfh <===genie pig!!!
20:11 phh [19:41:27] <Ekips> I do have a usb0 network interface <------ set ip to 192.168.20.2 and telnet to 192.168.20.1
20:11 phh if you happen to have network manager, just kill it.
20:11 phh ToAsTcfh: it works ?
20:11=> sxe joins
20:12 ToAsTcfh no
20:12 ToAsTcfh not yet
20:12 tmzt kill it and then set it
20:12 ToAsTcfh i had to reflash
20:12 tmzt thought he was on windows
20:12 phh tmzt: he has both, and I don't want to fight with windows.
20:14 tmzt okay
20:14 tmzt me neither
20:17 ToAsTcfh QUALCOMM, Inc.
20:17 ToAsTcfh Q3Dimension MSM7500 01.02.08 0 4.0.0
20:17 ToAsTcfh OpenGL ES 1.0-CM
20:17 ToAsTcfh < found this in libGLES_qcom.so so im thinking this thing should work
20:17 phh ToAsTcfh: it needs a proper kernel driver that you don't have
20:18 Ekips phh: It seems to be impossible to change the ip on the usb0 device
20:18 ToAsTcfh yeah i was thinking that too. its for the .29 kernel
20:18 phh Ekips: kill networkmanager.
20:18 Ekips Already did that
20:18 phh ToAsTcfh: it is? "oops"
20:18 Ekips root@ubuntu:~# service network-manager stop
20:18 Ekips network-manager stop/waiting
20:18 Ekips root@ubuntu:~# service network-manager stop
20:18 Ekips stop: Unknown instance
20:18 Ekips root@ubuntu:~# ifconfig usb0 192.168.20.2
20:18 Ekips root@ubuntu:~# ifconfig usb0
20:18 ToAsTcfh yep
20:18 Ekips usb0 Link encap:Ethernet HWaddr 46:16:8b:33:2a:7c inet addr:169.254.2.2
20:19 tmzt weird
20:19 ToAsTcfh phh: this the stuff from the hero gsm 2.1 dump
20:19 phh Ekips: ps ax |grep avahi and kill everything matching
20:19 phh Ekips: maybe try ifconfig usb0:0 192.168.20.2
20:19 Ekips grmbl, it just restarts
20:20 Ekips That does work, adding another one
20:20 phh tmzt: do you know how WiMo handles MMS sending ?
20:20 phh tmzt: I can't see any AT command to connect to multiple APNs
20:20 tmzt no, I was thinking about it yesterday
20:20 phh ok
20:20 tmzt I think it's a thirdparty component
20:21 phh (and changing APN is ssssssoooooo slow)
20:21 tmzt no cgdcont?
20:21 phh tmzt: you have to stop the connection and restart another
20:21 phh that takes a lot of time
20:21<= Fjodor left/quit
20:21 ToAsTcfh phh: yeah it didnt work. it wont init now. lol
20:22 ToAsTcfh just for fyi
20:22 tmzt mms is slow
20:22=> c2d joins
20:22 phh tmzt: ah. so all I can do is change the RIL to make changing APN on the fly smoother.
20:23 ToAsTcfh heroc .27 kernel blows. this damn thing doesnt have support for anything
20:23<= c2d left/quit
20:23 ToAsTcfh eveytim it says msm-blah its a no go
20:24 tmzt what?
20:25 tmzt you referring to stuff in logcat?
20:25 Ekips root@ubuntu:~# route add 192.168.20.1/32 dev usb0:0
20:25 Ekips root@ubuntu:~# telnet 192.168.20.1
20:25 Ekips Trying 192.168.20.1...
20:25 Ekips telnet: Unable to connect to remote host: No route to host
20:26 Ekips Somehow these usb* network devices behave... weird
20:26 phh Ekips: use /24 ?
20:26 GNUtoo leviathan, it boots
20:26 GNUtoo http://pastebin.com/m82e178e
20:26 tmzt 32?
20:26 Ekips Hm, that's with -net then
20:26 GNUtoo note the voltages problem
20:26 Ekips Yes, single IP
20:26 tmzt that won't even work on ptpt links
20:26 GNUtoo leviathan's kernel+wifi thing+sd rootfs
20:26 Ekips root@ubuntu:~# route add -net 192.168.20.0/24 dev usb0:0
20:26 Ekips root@ubuntu:~# telnet 192.168.20.1
20:26 Ekips Trying 192.168.20.1...
20:26 Ekips telnet: Unable to connect to remote host: No route to host
20:26 GNUtoo basically I added a bigger timeout
20:26 tmzt right, but it emulates ethernet
20:27 GNUtoo like rootdelay=20
20:27<= DarkMasterHalo left/quit
20:28 phh Ekips: the no route to host is after a timeout ?
20:28 Ekips There's a second delay it seems
20:28 phh Ekips: usb0:0 has 192.168.20.2 ip ?
20:29 Ekips root@ubuntu:~# ifconfig usb0:0
20:29 Ekips usb0:0 Link encap:Ethernet HWaddr 46:16:8b:33:2a:7c inet addr:192.168.20.2 Bcast:192.168.20.255 Mask:255.255.255.0
20:29 Ekips Yeah
20:29 phh Ekips: you're using latest babijoee's rootfs ?
20:29 Ekips Hm, probably not
20:29 Ekips Just latest kernel
20:30 GNUtoo leviathan, ping
20:30 phh well, one that is more recent than 3days old should be enough
20:30 GNUtoo leviathan, your problem seem the same than mine
20:30 GNUtoo leviathan, you still have the buffer size problem....
20:30 Ekips Hmmm
20:31 Ekips Where do I find the latest one?
20:31 Ekips Gonna try to upgrade that anyhow then
20:31 phh Ekips: http://forum.xda-developers.com/showthread.php?t=601751
20:31 tmzt with alsa?
20:32 tmzt phh: cr2: do we have a list of APPS_RESET devices?
20:32 phh tmzt: my leaked doc counts ?
20:33 phh hum anyway I didn't understand this part
20:33=> GregLem joins
20:34 tmzt why didn't usbc work then?
20:34 phh maybe some vreg
20:34 tmzt well I guess, so they are standard to the hardware?
20:34 tmzt do we know how to set the vreg vdd?
20:34 phh yes
20:35 phh I don't think we need to set the value
20:35 phh enabling it might be enough
20:36 phh hum there is no vreg reference in msm hsusb function or gadget driver
20:36 tmzt you mean disabling/enabling it?
20:36 tmzt like pixi code?
20:37 phh pixi code enable/disable vreg ?
20:37 phh anyway yes that's what I mean
20:38 tmzt yes
20:38 tmzt I think so
20:38=> ddonnie joins
20:38 tmzt not looking at it now
20:39 tmzt but it calls vreg_get
20:41** kholk is now known as kholk`AFK
20:47** mrmoku|away is now known as mrmoku
20:48<= ddarko left/quit
20:49 Ekips pft
20:49 ICEMANno1 on what usb stuff are you guys wokring atm?
20:50 phh ICEMANno1: usb reset
20:50 phh to be able to start usb even if it wasn't connected in wimo
20:50 ICEMANno1 ahhh, great!
20:50 ICEMANno1 very usefull for debugging
20:50 ICEMANno1 anyhow I can help?
20:51 Ekips Hm, box re-creates usb0 when unplugged and plugged in again
20:51 phh Ekips: ?
20:51 Ekips That's usb reset
20:51 Ekips But yeah, it was plugged in when it booted
20:52 phh usb phy isn't resetted by doing this
20:52 Ekips Oh, figures
20:52 Ekips Hm, yeah, the led stays on too on the device
20:53 phh yes we don't handle them at all
20:53 Ekips I see
20:53 Ekips Oh yeah
20:53 phh nexus one's microp driver might help, but I don't feel like importing it
20:54 Ekips Oh
20:54 Ekips I managed to telnet to the device... from the device
20:54 Ekips With a telnet client
20:54 Ekips As terminal doesn't work
20:54 phh cool
20:54 Ekips Hm, colourcodes everywhere
20:54 Ekips But oh well
20:54 phh uh ?
20:55 phh anyway.
20:55 Ekips Prolly a crappy telnet client
20:55 Ekips Don't mind that
20:55 phh Ekips: do dmesg, and post the result on pastebin
20:56 Ekips uhm
20:56 Ekips That sounds a lot harder than it is
20:56 Ekips I'm on the device, remember
20:56 phh oops
20:57 phh I didn't read that part of the text :D
20:57 phh Ekips: dmesg > /sdcard/dmesg
20:57 phh and then send dmesg on the sdcard... well... somewhere.
20:57 Ekips Uhu, if only I could make a ">" :')
20:58 Ekips If I had symbols, I've have tried su -c dmesg in ptelnet
20:58 Ekips But noooo
20:58 Ekips Somehow this thing should have a virtual keyboard
20:58 phh long press on home button
20:58 Ekips If only I knew where :p
20:58 phh it should show up a virtual keyboard
20:58 Ekips Does as much as a short press on it
20:58 Ekips Nothing
20:59 phh even with keyboard closed ?
20:59 Ekips Yeah
21:00 Ekips It doesn't rotate when the keyboard is closed either
21:00 Ekips Maybe it thinks it's always open
21:00 phh oh right
21:00 tmzt shift . doesn't work?
21:00 phh remove the stylus
21:00 tmzt hmm in android
21:00 Ekips It's always removed
21:01 Ekips Necessary to remove the back cover
21:01 Ekips And I need that reset button a lot ;)
21:01 phh Ekips: put it in then maybe
21:01** alphaone|gone is now known as alphaone
21:01 phh landscape/portrait is controled through it
21:01 Ekips ow
21:01 Ekips Indeed, heh
21:01 phh :p
21:01 Ekips lol
21:02 Ekips And now it shows a keyboard as soon as I hit a text box
21:02 phh (another bug that should be fixable using N1's microp.)
21:02 Ekips DAMN YOU!
21:02 phh Ekips: lol
21:02 Ekips (Android, not you)
21:02 Ekips pft
21:02 parmaster hmm there's no htc/linux channel for pxa anymore is there?
21:02 Ekips That could have saved me hours
21:08 Ekips Anything else phh?
21:08 Ekips I'll need to reboot to access it, hence my asking
21:08 phh Ekips: ah.
21:08 phh Ekips: mount -tdebugfs none /dbgfs
21:09 phh echo 1 > /dbgfs/mmc/wifi_cd
21:09 phh dmesg > /sdcard/dmesg.2
21:09 phh and then you can reboot
21:10<= Micha__ left/quit
21:11 Ekips device or resource busy
21:11 phh when doing what ?
21:11 Ekips Mounting
21:11 Ekips Might already be mounted
21:11 phh oh right
21:11 Ekips Aye, it is :)
21:11 phh just do the next step
21:11 Ekips ofc
21:14 Ekips Hm, there is no /dbgfs/mmc
21:14 phh uh ?
21:15 phh /dbgfs is not empty ?
21:15 Ekips Nope
21:15 Ekips Just hasn't got that dir
21:15 phh oops
21:15 phh it's mmc_dbg
21:17 Ekips Good :)
21:19=> rayman18 joins
21:20 Ekips Rebooting it :)
21:24 Ekips phh: The first one: http://pastebin.com/m54990233
21:25 Ekips And, more interesting, the second one: http://pastebin.com/m2b0cc28a
21:25 phh thanks
21:25 Ekips np
21:25 Ekips Dunno what all that BATT crap is doing there
21:26 phh it's generated every 10seconds
21:26 Ekips Yeah, I noticed
21:26 Ekips Prolly someone working on a battery indicator
21:26 Ekips Who needs debug data?
21:26<= GregLem left/quit
21:27 phh groumpf
21:27 phh Ekips: oh well, do the same thing, but with wifi activated in wimo
21:27 Ekips lol
21:27 Ekips Right, I could have thought of that
21:28=> DarkMasterHalo joins
21:28<= dekar left/quit
21:28 Ekips Hm
21:28 Ekips Besides the small issue the device doesn't allow that when linked to activesync
21:29 tmzt allow what?
21:29 Ekips Turning on wifi
21:29 tmzt it won't get an ip but it will turn on the hardware
21:29 tmzt no?
21:29 Ekips Probably it will
21:29 phh or not
21:30 Ekips I should have an app to do that somewhere
21:30 phh Ekips: bah usb doesn't work anyway you said
21:30 tmzt there's an option in wmdc to allow local connections
21:30=> c2d joins
21:30<= c2d left/quit
21:30 tmzt what's going on? why doesn't usb work?
21:31 Ekips Good
21:31 Ekips wifi on
21:31 Ekips Oh, phh does the interface create the usb0 device even if I don't connect it?
21:31 Ekips I telnet locally to it now
21:31 phh Ekips: yes
21:31 Ekips But I'm afraid I won't be able to
21:31 Ekips Ah
21:32 Ekips Anyhow, managed to get wireless up
21:32 Ekips And it finds my networks
21:32 Ekips So reboot time
21:32 phh you're not speaking about android I hope ?
21:32 Ekips lol
21:32 Ekips You're supposed to hope I actually am
21:32 Ekips Alas, no :p
21:32=> herpez joins
21:34<= xvinyl left/quit
21:36=> malisha joins
21:37=> c2d joins
21:37 phh Ekips: android is so slow to boot ? :p
21:38 herpez hi phh - found anything on that file?
21:39 phh herpez: no, I don't understand how this works :/
21:39 Ekips phh: My typing on that crappy keyboard is
21:39 Ekips Got a dmesg now
21:39 Ekips But it looks exactly the same
21:39 phh really ?
21:39 Ekips FIXME! enabling a clock
21:39 phh the one after the echo is the same ?
21:39 Ekips Then the STUB!
21:39 herpez ok, thanks phh. i guess the backlight problem is more psycological than real problem
21:39 Ekips And mmc0: Command timeout
21:39 Ekips Yeah
21:40 herpez do u have idea if it affects the battery in a significant way?
21:40 phh Ekips: grrr
21:40 Ekips Quite grrrr
21:40 phh herpez: some people already got 8hours of battery life of blackstone
21:41 Ekips Is the mmc_dbg a directory your driver made?
21:41 phh Ekips: mmc driver yes
21:42<= c2d left/quit
21:42 tmzt mmc command timeout at boot?
21:42 tmzt or after cd
21:42 tmzt ?
21:42 phh tmzt: after cd
21:42 herpez sure phh. Well, what are you working on? Or... what can we expect to be working next ;) ?
21:42<= we350z left/quit
21:43 phh herpez: I'm working on 2D acceleration, 3D, better low memory killer
21:43 phh both are not far from working, but there is a little something wrong
21:43 Ekips There's a wifi_pwr in that dir too
21:43 Ekips It's 0
21:43 phh Ekips: it's not for you
21:43 Ekips Ah, ok
21:44 Ekips You seem to be working on too much ;)
21:44 phh baahh
21:44 tmzt 2d accel with what?
21:44 phh tmzt: mdp
21:44 tmzt yes, what driver
21:44 tmzt what userspace
21:44 phh android eclair
21:44 tmzt I mean
21:45 phh with copybit
21:45<= ICEMANno1 left/quit
21:45 tmzt just surfaceflinger?
21:45 tmzt hmm
21:45 tmzt why doesn't it work?
21:45 phh they changed the ABI.
21:45 tmzt copybit is closed?
21:45 phh no
21:45 phh oh right I could change it.
21:45 tmzt what's the issue?
21:45=> kvaster joins
21:46 phh the current API needs to know where the pixmap comes from (framebuffer, pmem, hw3d) to blit
21:46 phh now they don't
21:46 herpez phh - do u have any idea of why black only have 40mb of free ram?
21:47 Ekips I'll reboot and toss you the dmesg output anyhow
21:47 ToAsTcfh phh: so ur working on opengl also?
21:47 phh ToAsTcfh: yes
21:47 phh ToAsTcfh: but I have the source code of my kernel :D
21:48=> jamenlang joins
21:48 ToAsTcfh yeash
21:48=> Vinz0r joins
21:48 ToAsTcfh thats great for u guys then
21:48=> jamenlang2 joins
21:49 ToAsTcfh it sux because between 1.5 and 2.+ they changed something
21:50 Ekips phh: http://pastebin.com/m704b7966
21:50 Ekips But from what I can tell, it's not very nice :p
21:50 ToAsTcfh they added the lib/egl and all thats in it
21:50 phh Ekips: I can confirm it's not.
21:50 ToAsTcfh and changed the libegl to use it
21:50 Ekips Driver not working?
21:50<= the_sys0p left/quit
21:50 phh Ekips: I don't know if it's driver or something else :(
21:51 Ekips Hm, which firmware are you using anyhow?
21:51 phh none
21:51 Ekips ow
21:51 phh but the driver isn't even loaded
21:51 Ekips Just want to find the hardware
21:51 Ekips I see
21:51 phh yes
21:51 phh well the driver is loaded
21:51 Ekips Could it be my compiler?
21:51 phh but it doesn't find the device
21:51 phh your compiler ... ?
21:51 Ekips gcc version 4.4.1 (Sourcery G++ Lite 2009q3-67
21:51 phh oh right I forgot that you build it yourself
21:51 phh no it's fine
21:52 Ekips You said it gave issues with something, somewhere :)
21:52 herpez i'm sorry if this has already been asked, but whats the "trick" to turn wifi off without freeze?
21:52 Ekips Let's try rebooting into android while actually having a wireless connection in winmo
21:53 Ekips You never know, I guess
21:53 phh Ekips: no wait
21:53 Ekips k
21:54 Vinz0r Ekips: what have you made this log with? adb, haret?
21:54 Ekips Uhm
21:54 Ekips telnetd!
21:54 Ekips Used a telnet client to locally telnet from my device to itself
21:54 Vinz0r ah! and how can you connect to it? usbether?
21:54 Ekips And then output to sdcard
21:54 Ekips Not
21:54 Ekips :)
21:54 Vinz0r ah its a dmesg
21:54 Ekips I tried that for hours today
21:55 Vinz0r :) i looking to get adb working, but i don't manage to... now using haret in windows
21:55 Ekips Hm
21:55 Ekips Can you use that for anything useful?
21:55 GNUtoo mmm I understood why it's invalid len
21:55 Ekips As in install packages etc
21:55 herpez Vinz0r - u want adb in windows?
21:55 Vinz0r I tried to...
21:55 Ekips I'd be happy with adb anywhere
21:55 Vinz0r no devices found
21:56 Ekips Yeah
21:56 herpez i also tried but its not working
21:56 GNUtoo but I still don't know how to fix it
21:56 herpez and i guess it will not work
21:56 Ekips Check your device manager for uninstalled devices
21:56 Ekips Under windows
21:56 herpez magic guys can make it with their drivers, but to us, i guess not working
21:56 phh Ekips: mmmmm
21:56 Vinz0r herpez: you mean adb with windows usb drivers?
21:56 herpez Vinz0r - install GNU/Linux, its a good start
21:56 phh Ekips: edit drivers/net/wireless/bcm4329/bcmsdh_sdmmc_linux.c
21:57 phh line 127, add:
21:57 herpez Viz0r - yes, they have drivers to make adb work in windows
21:57 phh { SDIO_DEVICE(SDIO_VENDOR_ID_BROADCOM, 0x4325 },
21:57 phh rebuild and try
21:57 Vinz0r herpez: yes I know, i have linux ;)
21:57 Vinz0r herpez: i'm on ArchLinux
21:57 herpez ahh, sorry, thought u wanted in windows
21:57 Ekips Compiling
21:57 Vinz0r herpez: yes, because in linux adb 's not working...
21:58 herpez i think phh has made it work long time ago, right phh?
21:58 GNUtoo basically I don't know if I should use leviathan's incomming branch for trying to fix my issue
21:58 phh Vinz0r: try running http://husson.hd.free.fr/adb as root
21:58 GNUtoo because It doesn't block
21:58 GNUtoo it crashes
21:58 Vinz0r i used a modified version babijoee sent me once...
21:58 Vinz0r phh: will do
21:59 phh it's not modified at all
21:59 phh it's just an old one.
21:59<= rayman18 left/quit
21:59 phh that works for me and babijoee
21:59 Vinz0r phh: ah ok! :]
21:59 herpez maybe u need to edit edit /etc/udev/rules.d/51-android.rules
21:59 phh Vinz0r: killall -9 adb ; sudo adb shell
21:59 Ekips Gm, that broke
21:59 phh this should work
21:59 Ekips Ah, missing )
21:59 phh Ekips: sorry
21:59 Ekips Don't be, heh
22:00 Ekips You're doing way enough already, those things are not that important and easily fixed :p
22:01 Vinz0r phh: thanx! i'll reboot into linux right now
22:01 GNUtoo maybe I should prepare a new mail for alsa mailing list
22:01<= Vinz0r left/quit
22:01<= jamenlang left/quit
22:02<= GlemSom left/quit
22:02<= tom967 left/quit
22:03=> itchy8me joins
22:04=> vinz0r joins
22:05 vinz0r mm, got a weird prob here: with latest babijoee build from xda, linux isn't even seeing my phone when it's booted in android (neither is windows)
22:06 phh vinz0r: discharge the battery
22:07 vinz0r phh, really? to what %?
22:07 phh 98%
22:08 vinz0r ok, will put on some wifi
22:08 leviathan GNUtoo: it works for me...
22:08 GNUtoo leviathan, for alsa?
22:08 leviathan alsa also works
22:08 leviathan yes
22:08 GNUtoo ah so mplayer works
22:08 leviathan no
22:08 leviathan only aplay
22:08 GNUtoo look at that:
22:08 Ekips Kernel compiled and copied, wifi on, reboot now
22:08 leviathan mplayer still needs to be fixed
22:09 GNUtoo static int msm_pcm_open(struct snd_pcm_substream *substream)
22:09 GNUtoo leviathan, read it
22:09 leviathan ok
22:09 GNUtoo and then tell me what you think of it
22:09 GNUtoo the 2 important lines are:
22:09 GNUtoo prtd->out[0].used = BUF_INVALID_LEN;
22:09 GNUtoo prtd->out_head = 1; /* point to second buffer on startup */
22:10 GNUtoo so for an unknown reason at startup it points to the second buffer and screw the first one
22:11 GNUtoo that is the reason why the driver I rebased blocked
22:12 leviathan hmm
22:12 phh Ekips: anything new ?
22:12 leviathan but only on mplayer
22:12 leviathan ...
22:12 GNUtoo no everything that is not consumed at first run
22:13=> anno65120 joins
22:13 GNUtoo do you remember my mail where I explained everything?
22:13 leviathan yes
22:13 GNUtoo basically:
22:13 GNUtoo ok
22:13 GNUtoo so you know that not only mplayer has a problem
22:13 leviathan yes
22:13 GNUtoo but also pulse audio or everything that use a bigger buffer size
22:13 leviathan /dev/dsp kills everything
22:14 GNUtoo than 4800
22:14 leviathan yes
22:14 GNUtoo so does someone knows what theses 2 lines are for?
22:14 vinz0r phh, i discharged it a bit, but it's not helping :/ why would that help anyway?
22:14 vinz0r (i hope it does)
22:14 Ekips Same dmesg phh :(
22:14 phh vinz0r: because of how we detect usb
22:15 leviathan I can explain, what these two lines are for
22:15 leviathan I tried around
22:15 leviathan printing the values
22:15 leviathan and letting aplay playing sound
22:15 phh Ekips: ok, try that: http://en.pastebin.ca/1744564
22:15 leviathan and found some interesting evidence that it counts trough these 4800
22:16 leviathan GNUtoo: you can set prinkts yourself and verify
22:16 leviathan :)
22:16 Ekips While at that phh, no debugging output you could enable to help you?
22:16 GNUtoo leviathan, but printk what variable?
22:16 leviathan printk("prtd->out_head = %i \n",prtd->out_head);
22:16 phh Ekips: no
22:17 GNUtoo leviathan, out_head can only be 0 or 1
22:17 GNUtoo leviathan, look at that:
22:17 GNUtoo prtd->out_head = 1;
22:17 leviathan printk("copy_count= %i \n",copy_count);
22:17 leviathan yes
22:17<= malisha left/quit
22:17 GNUtoo that's how it is initialized
22:17 GNUtoo then:
22:17 GNUtoo prtd->out_head ^= 1;
22:17 leviathan but copy_count counts until it reaches 4800
22:17 GNUtoo everytime there is an operation on it
22:18 GNUtoo so prtd->out_head ^= 1; == if(0): 0->1 if(1) 1->0
22:18 GNUtoo if it's more clear for you
22:18 GNUtoo basically there are 2 buffers
22:18 GNUtoo also in the qdsp driver
22:18 vinz0r phh, udev isn't even seeing an event when i plug/unplug usb...
22:18 phh vinz0r: I don't care nor trust udev
22:18 phh I care only dmesg and lsusb
22:19 GNUtoo so once it consumed one buffer it consume the other etc...
22:19 vinz0r ok :]
22:19 GNUtoo 0->1->0->1->0
22:19 GNUtoo etc...
22:19 leviathan yes
22:19 GNUtoo it's a ring buffer
22:19 leviathan yes
22:19<= FuZi0n left/quit
22:19 GNUtoo so what do we do?
22:19=> m3dlg joins
22:19 GNUtoo printk what?
22:19=> FuZi0n joins
22:19 leviathan hmm
22:19 leviathan I first prinkt the state
22:19 leviathan which buffer it was using
22:20 leviathan and then the operations output
22:20 leviathan and ret gave a negative value
22:20 GNUtoo obviously I know which buffer it was using: buffer 0
22:20 GNUtoo with INVALID_LEN
22:20 leviathan so after two steps it died
22:20 GNUtoo mmm
22:20<= balans left/quit
22:20 leviathan while aplay causes a oscilation around between the two buffers
22:21 GNUtoo mmm
22:21 leviathan then I didnt make it die but reset it to 0 when it reaches <0
22:21=> cr2 joins
22:21 phh hi cr2
22:21 leviathan but then neither mplayer nor aplay did play sound anymore
22:21 leviathan hm...
22:22 leviathan sure
22:22 leviathan because then it just hangs on the first frame
22:22 cr2 weird
22:22<= cr2 left/quit
22:22 GNUtoo maybe we could workarround the problem....let me think
22:22 leviathan because it can never die with <0
22:22 leviathan and go on
22:22 leviathan hmm
22:22 leviathan yes
22:22 leviathan GNUtoo: think while I'm smoking
22:22 GNUtoo ok
22:23 leviathan perhaps I'll smoke a good idea into my brain ^^
22:23 leviathan brb
22:23 Ekips Depends on what you are smoking
22:23 herpez phh - "<herpez> phh - do u have any idea of why black only have 40mb of free ram?"
22:23 phh herpez: pmem.extra=1 ?
22:23 phh herpez: anyway, known bug
22:25 phh herpez: even the nexus one has this problem ...
22:25 Snarf mmm wifi still don't work, i have the good modules-2.6.27-blah/zImage and have a mismatch magic in dmesg
22:25 Snarf wlan: version magic '2.6.25-00885-g76caa57-dirty preempt mod_unload ARMv6 ' should be '2.6.27-00711-gad9ccc8-dirty preempt mod_unload ARMv6 '
22:26 phh Snarf: that's normal.
22:26 phh Snarf: what does lsmod say ?
22:26 Snarf :me write dow, mismatch is normal :)
22:26 Snarf no modules
22:26 Snarf ls
22:26 phh uname -a
22:26 Snarf Linux localhost 2.6.27-00711-gad9ccc8-dirty #20 PREEMPT Tue Jan 5 20:10:11 EST 2010 armv6l GNU/Linux
22:27 phh *-dirty* ?
22:27=> kholk187 joins
22:27 leviathan re
22:27 leviathan Ekips: tabacco
22:27 phh Snarf: ah you're using a rather old kernel ...
22:27 leviathan with gras I cant even solve differential equations in my head anymore
22:28 Ekips No improvement phh
22:28 leviathan -.-
22:28 leviathan beeing stoned isnt so funny for me anymore
22:28 Snarf phh: the one in le XANDROID-blah.7z
22:28 phh Snarf: update it
22:28 leviathan since I came back to the point that I wanna use my brain
22:28 leviathan :)
22:28 Snarf phh: k, thx
22:29 Snarf hoping the last won't freeze à nexus logo
22:29 herpez thanks phh
22:29=> cr2 joins
22:29 cr2 hehe
22:29 leviathan GNUtoo: an idea?
22:30 GNUtoo leviathan, not yet
22:30 GNUtoo we have 2 buffers
22:30 GNUtoo one is bad
22:30 GNUtoo I bet you can't re-use the bad one like this
22:30 GNUtoo nor the other
22:30 GNUtoo because if you use the good one again it would not have been filled yet
22:30 cr2 NetRipper: ping
22:30=> malisha joins
22:31 Snarf phh: from htc-msm-android i presume ?
22:31 phh Snarf: yes
22:32 malisha hi, i want to install gentoo on my htc magician, can anyone help me?
22:32 Ekips :')
22:32 leobaillard ouarch good luck
22:33 malisha you laughing at me?
22:34=> mobiousdigital joins
22:34 GNUtoo malisha, you would need to cross-compile things with the gentoo-cross-toolchains
22:34 GNUtoo maybe they were called crossdev
22:34 leobaillard malisha: not at all, just saying it might be quite complex
22:35 malisha i know
22:36 Ekips A bit more than complex
22:36 Ekips Why would you want to run gentoo?
22:36 Ekips I used to be a fan, used it on a lot of boxes
22:37 Ekips But never on anything embedded
22:37 cr2 phh: bkl off is cc,26,* on leo. looks different from raph100
22:37 malisha Gentoo is running on all my machines... I think I'm looking for a new experience
22:37 cr2 phh: bkl on rhod needs to manipulate 2 mddi regs to work properly
22:37 malisha learn sth new and so on
22:37 phh cr2: you have any info about blackstone ?
22:38 Ekips You're likely not going to use emerge on your phone
22:38 phh cr2: I mean blackstone's backlight
22:38 cr2 phh: epson ?
22:38 phh yes
22:38 malisha I know, I want to cross-compile from my pc (x86)
22:38 cr2 phh: the files are dead, need to look again
22:39 Ekips But what's left of "gentoo" then
22:39 phh cr2: I have epson's reference doc somewhere on my hard drive if you need it
22:39 Snarf phh: still no module loaded (2.6.27-00719-gf14fc53)
22:39 cr2 phh: the driver first
22:39 phh cr2: but backlight is handled by mddi ?
22:39 malisha i want to have a gentoo kernel, stage3 & portage snapshot... my own rootfs
22:40 cr2 don't remember
22:40<= grayeul_ left/quit
22:40<= ali1234 left/quit
22:40=> grayeul joins
22:40<= kholk`AFK left/quit
22:40 malisha is this possible?
22:40 Ekips I doubt a gentoo kernel works
22:40 Ekips portage won't be useful as compiling from the phone is rather unlikely
22:40 malisha why? with cross-compiling
22:40 Snarf phh: got a "Received wifi state changed from Enabling to Unknown" in logcat
22:40 cr2 phh: raph800 also has epson, but the bkl needs gp_clk like on g1
22:41 Ekips If you're gonna crosscompile you don't need the packaging system on the target pc
22:41 phh cr2: backlight diming is controled through microp, it just doesn't power off totally
22:41<= vinz0r left/quit
22:41 Ekips Only on the machine you're gonna compile from
22:41 phh cr2: setting the correct vreg to 0 does stop the backlight
22:41 cr2 phh: yes, cc,22
22:41 phh but it won't restart
22:41 cr2 phh: also on leo
22:42 malisha okay, I'll try to explain to you what I've planned
22:42 cr2 phh: correct vreg ?
22:42 phh cr2: gp4
22:42 phh it's the correct one on trout
22:43 cr2 ?
22:44 phh trout handles backlight on gp4 vreg
22:44 phh and it seems to actually poweroff the backlight
22:44 cr2 maybe
22:45 cr2 you need the haret bkl patch
22:46 phh and it seems I've been too optimistic about wifi on rhod.
22:46 Ekips Mmm, afraid so yeah
22:46 cr2 phh: sdio+1gpio
22:46 phh cr2: yup. that's what I do
22:46 cr2 phh: don't know about the fw
22:47 phh cr2: the wifi driver doesn't even recognize the device
22:47 phh it's far before the fw loading
22:47 cr2 phh: git link ?
22:48 malisha I'll format my sd card and create a fat32 and an ext2 partition.. I copy haret to the fat32 partition and then I start the default Gentoo-ARM-Installation. I copy the stage3 for arm to the ext2 partition. Then I chroot & make my make.conf and so on. Then I'll have to do the kernel... with cross-compiling I assume
22:48=> ali1234 joins
22:48 phh cr2: git clone git://gitorious.org/linux-on-qualcomm-s-msm/linux-msm.git as usual
22:49 cr2 umts was dead the whole day
22:49 Ekips malisha: I think that's rather unprecedented :)
22:49 cr2 for me
22:50 malisha hmm... okay
22:50 malisha But I can give it a try?
22:51 Ekips Why not?
22:51 malisha Cause you said a gentoo kernel won't work
22:51 phh yes and ... ?
22:52 Ekips A regular one
22:52 Ekips You can cross-compile any kernel
22:52 phh only android needs his own kernel stuff.
22:52 Ekips Which device?
22:52 malisha htc magician
22:52 Ekips That's a winmo device
22:53 Ekips I doubt a regular linux kernel cross-compiled is going to work
22:53 malisha why?
22:53 Ekips And even if it does, you won't be able to do a lot
22:53 Ekips Because it lacks drivers for your phone
22:54 phh Ekips: unless it has been merged upstream
22:54 phh which is very unlikely though.
22:54 malisha but the xda-developers made drivers
22:54 Ekips I don't know any kernel besides the one you're working on for htc devices
22:56 malisha http://www.handhelds.org/moin/moin.cgi/Magician
22:57 Snarf phh: ok, wifi load, my fault
22:58 Battousai [07:27:13] <phh> [05:55:27] <Battousai> end key has that magic WAKE_DROPPED flag <------ warning, sleep != screen off
22:59 Ekips malisha: That seems to be a custom kernel
22:59 Ekips Not the gentoo one
22:59 Battousai phh: not sure what you meant with that
22:59 phh Battousai: can you make me remind of the context ? :D
23:00 Battousai phh: coming back from sleep during a call, pressing end key leads to wake up and hang up on the call
23:00 malisha isn't there any patch available?
23:00 Ekips I think only ports are available
23:00 phh Battousai: oh right
23:00 Battousai end key in the keymap has the WAKE_DROPPED flag so presumably the end key signal shouldn't hit the dialer app
23:01 phh Battousai: ok that's where you miss the thing
23:01 phh Battousai: this flag is for when android is in *deep* sleep
23:01 Battousai are you saying the phone isn't in sleep?
23:01 phh yup
23:01 Battousai but the led pulse begins
23:01 phh really ?
23:01 Battousai yes
23:01 phh oooooh right sorry
23:01 phh I forgot the default setting is to let end key awaking
23:02 phh Battousai: but well, where did you see the WAKE_DROPPED thing ?
23:02 Battousai in the keymap
23:02 Battousai ie qwerty.kl
23:02 phh oh right.
23:02 phh android stuff.
23:02 Battousai yeah :/
23:02 malisha why don't you make patches when there are ports available?
23:02 Battousai curses android
23:03=> swc|666 joins
23:03 Ekips malisha: For every custom distros kernel?
23:04 Battousai babijoee: i got a kcm (at least mostly) complete
23:04 Battousai babijoee: however the fn/caps behavior didn't seem to work right. i had no time to really investigate last night, and i'm working weekends so i'll probably get to it monday
23:05 malisha no... every distro uses the official linux kernel... I thought of official drivers for the kernel
23:05 phh malisha: mwahahaha
23:05 ali1234 lolz
23:05 phh stop daydreaming
23:05 Ekips That's easy malisha
23:06 Ekips Just get a custom kernel and the normal one
23:06 Ekips And use the linux command "diff"
23:06 Ekips You'll have a patch for the generic kernel then :p
23:06 Battousai that stuff needs a serious maintainer for it to go into the kernel
23:06 phh malisha: I know no distrib that use official linux kernel.
23:06 Battousai iirc android stuff was even removed from the kernel because google didn't want to maintain it
23:07 phh Battousai: yup
23:07 phh they went into staging for 2 versions, and now it's gone.
23:07 ali1234 Battousai: ironic given the presentation greg kh did at google where he basically says "you should get your code into mainline so oyu don't have to maintain it"
23:07 malisha gentoo: vanilla kernel/sources
23:07 phh ali1234: they never got into real mainline.
23:08 ali1234 yes, i know
23:08 Battousai ali1234: gregkh said it would be easier to maintain, not self-maintaining
23:08 Ekips Huh malisha?
23:08 Ekips No more gentoo kernels?
23:08<= leobaillard left/quit
23:08<= Dunedan left/quit
23:08=> Dunedan joins
23:09 malisha gentoo kernel has two versions: vanilla-sources (full sources of the linux kernel) and gentoo-sources(with tiny patches)
23:10 Ekips uhu
23:10 Battousai note the part where vanilla-sources is unsupported
23:11 Battousai the only support gentoo provides for vanilla-sources is ebuild support (ie it doesn't install correctly)
23:11 NetRipper cr2, pong
23:13 malisha I don't care if it's supported or not... every distro uses the official kernel... but this doesnt't change the drivers...
23:13 NetRipper cr2, don't have htc_fb_console working yet
23:14 cr2 NetRipper: M=1, N=5, P=2(3), S=4 for the lcd clk on leo
23:14 NetRipper uhh
23:14 cr2 PLL0/15
23:14 NetRipper uhh
23:15 cr2 PLL0~=245MHz
23:15 NetRipper i have no clue what you meant, and where it needs to go
23:15 phh cr2: lcd clk is the mddi clock ?
23:16 cr2 16,3MHz pixclock
23:16 cr2 phh: on qsd it's builtin
23:16 phh oh right i forgot that
23:17 NetRipper generic question, how do i clear a bit, always? xor toggles... or must i do an if (set) { xor to unset}?
23:17 phh NetRipper: x&(~(1<<n))
23:17 NetRipper ~ is inverse?
23:18 phh called not but yes
23:18 NetRipper x & (~0x2) would work too?
23:18 NetRipper or must it be bitshift
23:18 phh that would work too
23:18 NetRipper ok ta
23:18 NetRipper :)
23:19 cr2 a86003e0 | 00000000 000500bf 00c40b41 0001fffa | ........A.......
23:19 cr2 a86003f0 | fffb1f4c 00000a00 00000000 00000000 | L...............
23:19 cr2 ok, the runtime value is the same :)
23:21 NetRipper what's that?
23:21 cr2 your MSM_CLK dump in wiki
23:22 cr2 phh: the hero CLK headers are very nice
23:22 phh cr2: uh ? which one ?
23:22 cr2 MSM7500*h
23:22 phh oh yes right
23:23 cr2 must be some subversive activity :)
23:23 phh cr2: I still don't get why it's there though :p
23:23 phh cr2: but at the end they have been lazy, many registers are only DWORDs :/
23:24 GNUtoo does someone else than leviathan and me knows the adsp?
23:24 cr2 i guess they don't use them
23:24 phh cr2: I guess it's a windows CE source code
23:25<= malisha left/quit
23:25 phh or just some readable doc
23:26 cr2 phh: it has even more regs than 8x50 uboot header
23:26 phh :)
23:26 cr2 ADSP_NS_REG for exaple
23:26 phh cr2: but some clocks offset doesn't match what's in clock-wince.c
23:27 cr2 which one ?
23:27 phh I don't remember
23:27 phh VFE or USB maybe
23:28 phh cr2: I pushed an updated clock-wince.c using these info in the htc-msm-2.6.27-camera branch by the way
23:31 cr2 i need to look at it
23:32 NetRipper hm?
23:33 NetRipper ^ignore
23:34 leviathan GNUtoo: http://pastebin.com/m3a9ae49c
23:34 leviathan what do you see here?
23:34 GNUtoo leviathan, what are the details?
23:34 leviathan the details are
23:34 leviathan first aplay
23:34 leviathan it changes into dsp event
23:35 leviathan mplayer somehow prevents this from hapening
23:36 GNUtoo ahh ok first aplay
23:36 leviathan yes
23:36 GNUtoo and no break like this ----------------
23:36 leviathan yes...
23:36 leviathan the point is
23:36 GNUtoo anyway
23:36 leviathan how can a app restructure hard coded functions?
23:36 GNUtoo I don't see what do you want to point to me
23:37 GNUtoo why do you need that?
23:37 leviathan there are missing debug messages, which basically MUST be there
23:37 leviathan but they are NOT
23:37 leviathan so something goes ugly wrong
23:38 GNUtoo leviathan, are you shure that you compiled the good source?
23:38 leviathan yes, because its my personal version ;)
23:39 GNUtoo or for the missing debug it could be that you didn't use the good log level
23:39 GNUtoo dmesg -c 8
23:39 cr2 phh: AXI_RESET, grp: orr/bic 0x20
23:40 GNUtoo oops
23:40 GNUtoo dmesg -n 8
23:40 phh cr2: sure. any translator provided ?
23:41 cr2 VDD_GRP_GFS_CTL, grp: 0x1f/0x11f
23:42 cr2 MSM_RAIL_CLAMP_IO, grp: orr/bic 4
23:42 leviathan GNUtoo: http://pastebin.com/m1bd408ad
23:42 leviathan look at this
23:42 NetRipper Kevin2, you here? i'm actually worried if you received my mail via the mailing list or not?
23:42 leviathan thats when I'm using /dev/dsp
23:42 NetRipper Kevin2, as i didn't receive my own mail back via the mailing list...
23:43 GNUtoo leviathan, what is that? I see no pc and no stacktrace
23:44 GNUtoo ah sorry
23:44 phh "I can't seem to get android working on my TP2 at all. I checked behind my battery, I have a raph110 and i am using the startup.txt from the connect-utb site."
23:44 GNUtoo they are there
23:44 phh <3 noobs
23:45 GNUtoo leviathan, so?
23:45 leviathan uhm, seems to be an issue with msm_pcm_ops
23:47** mrmoku is now known as mrmoku|away
23:48 leviathan I dunno, seems to trigger some serious mistake
23:48 leviathan hmm
23:48 leviathan with memset
23:48 leviathan lets grep for memset
23:48 leviathan mom
23:49 cr2 phh: looks much better now http://htc-linux.org/wiki/index.php?title=MSM_CLK
23:49 NetRipper is anyone else here in the haret mailing list?
23:53 Ekips phh: Might be a silly question, but where did you find info on which wireless chipset the rhod is using?
23:53 phh Ekips: cr2 or tmzt
23:53 phh I shouldn't trust them ? :p
23:54 Ekips No idea, I don't know them
23:54 Ekips It's just a rather uncommon firmware in the /Windows directory
23:54 phh Ekips: how is it called ?
23:54 Ekips hm
23:54 Ekips I told that inhere a while ago
23:55 Ekips rtecdc.bin
23:55 phh it's bcm4325.
23:56 cr2 phh: 4329 is on leo/nexua
23:56 Ekips Goodie
23:56 phh cr2: I know
23:57 Ekips I've read about insmodding it with a parameter pointing it to the firmware somewhere
23:57<= magnus1 left/quit
23:57 Ekips But atm that's not very helpful
23:58 phh Ekips: not a fw problem.
23:58<= herpez left/quit
23:58 phh unless the driver wants a firmware file to declare the sdio driver
23:59 Ekips "insmod /system/libmodules/bcm4325.ko firmware_path=/ etc/rtecdc.bin nvram_path=/etc/nvram.txt "
23:59 Ekips Hm, without that space most likely
23:59 Ekips heh