IRC log for #htc-linux on 20091019

00:02.17*** join/#htc-linux UnknownArtists (n=unknown@84.19.199.151)
00:06.18*** join/#htc-linux alexandernst (n=alexande@212.183.198.145.dyn.user.ono.com)
00:17.14*** join/#htc-linux nashpa (n=dliviu@dliviu.plus.com)
00:38.44*** part/#htc-linux nashpa (n=dliviu@dliviu.plus.com)
01:08.20*** join/#htc-linux g55 (n=g55@93.135.199.0)
01:15.57*** join/#htc-linux dzo_ (n=dzo@mail.marginz.co.nz)
01:39.06*** join/#htc-linux dzo (n=dzo@mail.marginz.co.nz)
02:00.07*** join/#htc-linux dzo (n=dzo@mail.marginz.co.nz)
02:20.13*** join/#htc-linux PoohbaLT (n=BlkPoohb@c-69-141-71-249.hsd1.nj.comcast.net)
02:21.42*** join/#htc-linux dzo (n=dzo@mail.marginz.co.nz)
02:47.32*** join/#htc-linux g55 (n=g55@93.135.203.134)
03:20.33*** join/#htc-linux Marajin (n=marajin@87-194-102-189.bethere.co.uk)
03:20.33*** join/#htc-linux ImCoKeMaN (n=imcokema@pool-74-99-149-200.hrbgpa.fios.verizon.net) [NETSPLIT VICTIM]
03:20.33*** join/#htc-linux the_sys0p (n=the_sys0@cpe-66-75-215-0.bak.res.rr.com) [NETSPLIT VICTIM]
03:20.33*** join/#htc-linux pigeon (n=pigeon@eth5284.nsw.adsl.internode.on.net)
03:21.17*** join/#htc-linux pigeon (n=pigeon@eth5284.nsw.adsl.internode.on.net)
03:53.30tmzthttps://www.codeaurora.org/gitweb/quic/le/?p=kernel/msm.git;a=commitdiff;h=93c29deac8f954aa0eeaae17d26d42ca91aa5a05
03:53.38tmzt76xx
03:54.41mdrobnakHey
03:54.47mdrobnakon for a sec before bed
03:55.03mdrobnakWhy did you say RAPH110 should get an mtype?
03:56.23mdrobnaktmzt: you here?
04:00.08mdrobnaktmzt: Maybe you'll see this later. My concern was, if SMI is 32MB (32 + 128 + 128) for RAPH 110/100, why are we only using 9MB from SMI? Because if we could move the FB (as well as GPU0) into SMI, that should speed it up a bit. It's pretty good now though...
04:03.23mdrobnakok, night.
04:08.51tmzthow do you move it?
04:09.03tmztthat's my question
04:10.34mdrobnakhey
04:10.40mdrobnakchanging the defines
04:10.49mdrobnakin the .h file
04:13.56*** join/#htc-linux goxboxlive (n=jrs@mail2.hjellnesconsult.no)
04:14.41tmzthttps://www.codeaurora.org/gitweb/quic/le/?p=kernel/msm.git;a=commitdiff;h=2fe9b2feb4a7cfaedeea5e628098dcd20eae95a0
04:14.46tmztlike ce
04:15.00tmztas cr2 was saying eatiler
04:15.45mdrobnak??
04:16.08mdrobnakOh, do we need to do this too?
04:16.21mdrobnakI saw that earlier, but didn't know what that meant for us
04:16.34mdrobnakOr, as you said, to "move" everything else
04:16.38tmztnot sure
04:18.21mdrobnakwonders if I should try applying that and seeing if anything still works lol
04:18.41tmztgood idea
04:18.47tmztregression testing
04:19.24tmztoh
04:19.39tmztthat's only moving base not phys
04:20.00tmztit should gives us more ram but not affect anything
04:20.11mdrobnakhow can you magically do that?
04:20.16mdrobnakThats the stuff I don't understand.
04:20.24mdrobnakThe Phys -> Virtual stuff
04:20.44tmztthat's about all I do understand
04:21.02mdrobnaklol
04:21.07mdrobnakok, I'm not alone then
04:21.08mdrobnakhehe
04:21.13tmztmmu maps one range of virt to a different or the same rsnge of phys
04:21.31tmztioremap is used for this in linux
04:22.30tmztin this case they are freeing a little ram on some devices that was unusable
04:22.43mdrobnakOh oh oh
04:22.45mdrobnakI see hgere
04:22.51mdrobnakdefine MSM_DMOV_BASE         IOMEM(0xE0002000)
04:22.51mdrobnak<PROTECTED>
04:22.57mdrobnakThe physical is right underneath
04:22.58mdrobnakand not moving
04:22.58mdrobnakok
04:23.33tmztyes
04:23.51tmztonly base/virt moved
04:27.16mdrobnakHmm
04:27.22mdrobnakno MSM_I2C_BASE in patch
04:27.49mdrobnakSeems to be 0xE0.... -> 0xF8....
04:29.40mdrobnakwonders if it can go past F8 to F9..
04:29.49mdrobnakHmm.
04:29.53tmztthey didn't move it
04:30.10*** join/#htc-linux droid001 (n=g1@p4FDCDC5A.dip.t-dialin.net)
04:31.01mdrobnakWill I get warnings from the compiler if I f'up the addresses?
04:33.34mdrobnakis running make
04:35.19mdrobnakwow like everything needs to be recompiled when you change that
04:35.28tmztno
04:35.39tmztbut yeah, that header is everywhere
04:35.47tmztdid you add i2c?
04:35.54mdrobnakE1 -> F9 ?
04:35.55mdrobnaklol
04:36.08mdrobnakI just hope that works
04:37.37tmztok
04:37.40tmzttry it
04:37.52dzohi mdrobnak, i fixed the dns problem.
04:37.52mdrobnakok compiled
04:37.56mdrobnakHey dzo
04:38.00mdrobnakGreat to hear!
04:38.15dzojust need to wait a bit before starting pppd.
04:38.15mdrobnakHow'd you fix it?
04:38.32mdrobnakWhat do you mean?
04:38.41dzoit says it's connected before it really is, so gets fake dns from the modem!
04:39.31mdrobnakThats wacky.
04:39.42dzoppp is between us and the modem, when it says it's connected it means it's connected to the modem, not that it's connected to the network.
04:40.13dzoi pus a 20s delay in the ril and it's fine now.
04:40.34mdrobnakInteresting.
04:40.44mdrobnakIs that the average time it took, or you picked a #?
04:41.00mdrobnakGood find, either way.
04:41.09dzoif you put "10.11.12.24 pppd" into google you see its a known problem with qualcomm devices.
04:41.21mdrobnakis trying to boot
04:41.40mdrobnaktmzt: booting so far..
04:41.50dzoi just picked a number, i noticed that theres an unsolicited response that could be what we need to look for.
04:42.10tmzt?
04:42.33tmztdid you look at qmi?
04:42.34mdrobnaktmzt: At the Android home screen now :-)
04:42.35dzoi had a look at the raph defconfig today and there are some things that should really be changed i think.
04:42.38tmztin the kernel
04:43.05tmztdzo: we need to get glemson's up to date
04:43.18mdrobnaktmzt: glemson?
04:43.30dzoisn;t he just using the raph_defconfig
04:43.31mdrobnakdzo: Like what is there stuff that should be enabled that's not?
04:43.44mdrobnaktmzt: Let's try more memory now :-)
04:43.53dzoyes, let me check...
04:44.58tmzthe's building separate diam and raph
04:45.11tmztand one without htc_fb_console
04:45.45tmztmdrobnak: did you change vmalloc also?
04:46.19mdrobnaktmzt: Yes I changed vmalloc
04:46.34tmztok
04:47.16mdrobnakOk, rebooting back to WinMo now.
04:47.25mdrobnakIf this works, I'm gonna feel dumb.
04:47.30mdrobnakCause I saw that a few times before
04:47.36mdrobnakand disregarded it
04:48.40dzohave you tried using the diamond defconfig, i bet power collapse would work for you  then.
04:49.02mdrobnaknope, haven't tried.
04:49.41mdrobnak2 banks going..
04:50.24mdrobnakNope. Freeze. :-(
04:50.53dzowhat are you trying to do? change pmem addresses?
04:50.57mdrobnakGot pretty far though
04:51.01mdrobnakAdd more memory
04:51.13mdrobnakGot almost to the home screen.
04:51.17dzo2nd ebi bank?
04:51.22mdrobnak10-18 20:50:11.443 D/ActivityManager(  120): Start running!
04:51.22mdrobnak10-18 20:50:11.483 I/Zygote  (  120): Process: zygote socket opened
04:51.23mdrobnakYeah
04:51.55mdrobnakGonna dump the ramconsole, then go to bed hehe
04:52.00dzohave you tried just adding a small amount, e.g. 8M at the start to see if that works.
04:52.19mdrobnakthat doesn't work either
04:52.27mdrobnakerrr
04:52.33mdrobnakI had a weird setup that sort of worked
04:52.40mdrobnakbut didn't add much usable memory so I gave up.
04:53.01mdrobnakMost of them died after a few minutes of use, if it made it to the home screen.
04:53.03dzoare you sure the 2nd bank address is correct, you're not trying to remap part of bank 1 are you.
04:53.15mdrobnak:: shrug ::
04:54.04dzotry some expertiments in haret, and see where wince maps its memory.
04:54.14mdrobnakwhat is the ram consoel again
04:54.19mdrobnak0xe0000 0x20000 ?
04:54.24mdrobnak(old location)
04:54.45mdrobnakMy current rom is set up for 187MB only
04:54.53mdrobnak(Not a factory rom)
04:54.57dzoi moved it on diamond to 0x800000 you should do the same on raph.
04:55.14mdrobnakyeah, will do eventually
04:56.09dzocan you paste a dump mmu somewhere and I'll see if there's anything obvious.
04:57.26mdrobnakI have that somewhere..
04:57.27mdrobnakone sec.
04:58.32mdrobnakgetting the mmu-dump, and the console
04:59.07mdrobnakUgh.
04:59.13mdrobnak[   43.381713] kernel BUG at mm/page_alloc.c:697!
04:59.14mdrobnak[   43.381805] Unable to handle kernel NULL pointer dereference at virtual address 00000000
04:59.27mdrobnak[   43.381988] PC is at __bug+0x20/0x2c
04:59.27mdrobnak[   43.382049] LR is at vprintk+0x32c/0x37c
05:01.39mdrobnakhttp://pastebin.com/m2ec0d598 Ram Console
05:01.52mdrobnakhttp://www.drobnak.com/raph110-mmu-dump.txt
05:04.53mdrobnakok, I have to get up in 6 hours. Gotta get some sleep.
05:04.58mdrobnakGood night.
05:07.35mdrobnakboots back into 115MB of EBI1 bliss.
05:07.41mdrobnakis out of here
05:12.56*** join/#htc-linux kvaster (n=kvaster@212.98.181.84)
05:16.05*** join/#htc-linux nearst (n=irc@121.122.22.141)
05:18.54*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
05:28.54*** join/#htc-linux BHSPitMonkey (n=stephen@unaffiliated/bhspitmonkey)
05:34.39tmztdzo: this might interest you
05:34.41tmzthttp://pastebin.com/pastebin.php?dl=m3f13981
05:35.04tmztlate dmesg from sprint hero with some resumes
05:35.36tmztalso, do you no why extending ebi1 would result in fb corruption?
05:35.46tmztbank1 I mean
05:45.37tmztoh yeah, hero uses microp :)
05:45.46tmztat least cdma version
06:06.26*** join/#htc-linux x29a (n=x29a@unaffiliated/x29a)
06:09.06*** join/#htc-linux mrmoku` (n=mrmoku@ppp-93-104-181-223.dynamic.mnet-online.de)
06:09.16*** join/#htc-linux Untouchab1e (n=Untoucha@82.147.51.146)
06:29.58*** join/#htc-linux kiozen (n=oeichler@p54921411.dip0.t-ipconnect.de)
06:43.13*** join/#htc-linux balans (n=balans@212-123-149-239.ip.telfort.nl)
06:47.42*** join/#htc-linux Untouchab1e (n=Untoucha@82.147.51.146)
06:50.06*** join/#htc-linux shenk (n=shenk@203.82.91.103)
06:50.22shenkhello
06:50.31tmzthello
07:00.32Untouchab1eAnyone on a macbook pro here? ^^
07:06.45*** join/#htc-linux pleemans (n=toi@d51A49C45.access.telenet.be)
07:08.35*** join/#htc-linux Untouchab1e (n=Untoucha@82.147.51.146)
07:21.19*** join/#htc-linux Untouchab1e (n=Untoucha@82.147.51.146)
07:23.35*** join/#htc-linux balans (n=balans@212.123.149.239)
07:30.43*** join/#htc-linux FR^2 (n=frzwo@2001:41d0:1:ed2f:0:0:0:cafe)
07:31.51*** join/#htc-linux BabelO (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
07:39.05*** join/#htc-linux MethoS- (n=clemens@134.102.106.250)
07:41.18swc|666Untouchab1e, si
07:41.30*** part/#htc-linux Untouchab1e (n=Untoucha@82.147.51.146)
07:53.34tmztHero cdma uses rmnet
07:53.35tmzton 11
07:53.47tmztreading dmesg reminds me nothing will work without qmi commands
07:53.55tmzthttp://pastebin.com/m288c5a65
08:00.21kri5hello there
08:00.54kri5does anybody knows why i can't get any application on market, even if 3G connection works?
08:01.26*** join/#htc-linux DasFx (n=John@dasfx-lptp.euronet.nl)
08:01.49tmztdns
08:01.51tmztwhat device?
08:02.26kri5tmzt: blac100, with tuxhero build
08:03.04tmztit's the same on all of them
08:03.08tmztwe need ril working
08:03.22tmztmdrobnak: is this fixed on blak?
08:04.21kri5tmzt: ok, i'll still wait so, have no time to contribute :/
08:04.43tmztok
08:04.51tmztthey might have new ril to replace yours
08:04.56tmztbut don't know if it's built
08:17.04*** join/#htc-linux Squarc (n=Squarc@82-217-32-29.cable.quicknet.nl)
08:28.16*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
08:36.28*** join/#htc-linux kvaster (n=kvaster@93.84.112.80)
08:38.51*** join/#htc-linux itchy8me (n=itchy8me@ip80-116-211-87.adsl2.static.versatel.nl)
08:39.01itchy8mehi
08:39.23tmzthello
08:39.49itchy8mehi tmzt
08:40.39itchy8mecan anyone tell me about mapping gpios through haret?
08:40.56itchy8meare the id's given by haret also the true registers?
08:41.18tmztif you use haret console
08:41.23tmztthe m-n values are
08:41.27tmztm is the register
08:41.28tmztn is the bit
08:41.35tmztor the gpio, might be two bits
08:41.45tmztthe bank is a better term
08:43.58*** join/#htc-linux leaigor (n=laigor@188.134.16.241)
08:45.02itchy8mei use the haret console ya, the m value is the value in parenthesis?
08:45.36tmztno, that's the internal haret value for ibit
08:45.41tmztpaste a line
08:47.08itchy8me002.098    GPIOS      in1: in1-23(215)=0
08:47.10itchy8me002.278    GPIOS      in1: in1-23(215)=1
08:47.13itchy8mefor a button push
08:47.19tmztokay, the in1-23
08:47.26tmzt1 is the bank, 23 is the gpio
08:47.29itchy8methe ibit is only for ignores then?
08:47.33tmztyes
08:48.17itchy8meand 23 is also really the bank number then?
08:48.30tmztno
08:48.35tmzt1 is the bank
08:48.41tmzt23 is the number in the bank
08:48.44itchy8mesorry gpio i meant
08:49.05tmztyes
08:49.06itchy8meokay :)
08:49.26itchy8meand for irq's its the same idea?
08:50.59tmztshould be
08:52.57itchy8me009.999     IRQS     IRQ1: USB_HS(47)=1
08:54.05itchy8mewhen programming how would i refer to the irq... as USB_HS or IRQ1? or would i have to define some address?
08:54.24tmztjust 1
08:54.31tmztwhere? in the kernel?
08:54.43tmztyou use either gpio_to_irq or the MSM_ equivalent
08:54.52tmztthe easiest way to work with msm kernel is to read what's there
08:59.38itchy8meya in the kernel... you mean read whats in the source?
09:00.21tmztyes
09:00.27tmztwhat are you trying to do?
09:00.33tmztwhat keys?
09:00.41tmztwhat device?
09:02.27itchy8mefix the volume keys on blackstone.. theyre working on a kernel posted by tuxhero but not on the kernel on the git repo
09:03.10tmztwe need to get the patches from him
09:03.14tmztand commit them
09:03.23tmztthere is no point rewriting them
09:05.02itchy8mewell maybe to learn something :)
09:07.53tmztwell ok
09:07.56tmzthave fun
09:07.58itchy8meor would that be a steap starting point for a begginer
09:08.00tmztwe can always help here
09:08.10tmztno, input device should be pretty easy
09:08.17tmztbut you don't need all of that, just gpio-keys
09:08.27itchy8meshweet
09:08.39tmztlook at the existing board-*.c files in arch/arm/mach-msm
09:08.40itchy8meno irq's then?
09:08.49tmztthey are, but it's handled for you
09:09.53itchy8meokay.. do you know in which file
09:10.25tmzthtcblackstone probably
09:10.30tmzt-keys?
09:11.02itchy8methe irq's..
09:12.02*** join/#htc-linux BabelO_ (n=fcr@unaffiliated/babelo)
09:12.12itchy8methe keys are defined in board-*.c file i take it?
09:12.26tmztplease look at the files
09:12.29tmztI think you will see
09:12.35tmztit's in something platform_data
09:13.35itchy8meokay thanks
09:35.58*** join/#htc-linux dtrack (n=LOL@78-86-59-180.zone2.bethere.co.uk)
09:50.30*** join/#htc-linux GlemSom (n=Unknown@194.192.93.101)
09:52.47*** join/#htc-linux x29a (n=x29a@unaffiliated/x29a)
10:06.18*** join/#htc-linux Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
10:10.45Captnoordloool
10:10.45Captnoordhttps://www.codeaurora.org/gitweb/quic/le/?p=kernel/msm.git;a=commitdiff;h=93c29deac8f954aa0eeaae17d26d42ca91aa5a05
10:10.56Captnoorddoes this mean you could hack on rpc in userspace?
10:11.13tmztsure
10:11.18tmztbut maybe only oem stuff
10:11.23tmztand only if kernel wasn't
10:12.00Captnoordhasn't? you mean?
10:19.20*** join/#htc-linux MattJ (n=MattJ@91.85.138.226)
10:42.26*** join/#htc-linux Untouchab1e (n=Untoucha@89.8.5.5)
10:43.22Marajinhey Captnoord
10:44.28tmztCaptnoord: isn't using it I mean
10:52.56Captnoordyo
10:53.32Captnoordyo Marajin
10:53.35Captnoordyo Untouchab1e
10:54.09*** join/#htc-linux Untouchab1e_ (n=Untoucha@89.8.5.5)
10:54.57Captnoordyo Untouchab1e_
10:55.09Untouchab1e_Captnoord: hey
10:55.42mdrobnakGood morning
10:55.49Captnoordabout 6 days and a new riddle will be ready
10:55.50mdrobnaktmzt: No RIL build from me.
10:55.50CaptnoordI hope
10:55.51Captnoord:P
10:56.04tmztmdrobnak: stil awake, getting really tired
10:56.33*** join/#htc-linux eric2k3 (n=eric2k@d154-20-16-48.bchsia.telus.net)
10:56.47Untouchab1e_Captnoord: you can expect it sooner than that I think :)
10:57.02mdrobnaktmzt: You have a crazy schedule hehehe
10:57.02eric2k3any Vogue users here?
10:57.31Captnoordhehe.... I wondered if the message would get encrypted or so
10:57.31Captnoordnope
10:57.32Captnoord:P
10:57.36Captnoordmaybe a xor 61
10:57.38Captnoordor something
10:57.39Captnoord:P
10:57.46Captnoordbut it wasn't
10:57.59mdrobnakI'm gonna be honest - I think this is what makes it work, not the 20 second sleep: sleep(1); // allow time for ip-up to run
10:58.08tmztpossibly
10:58.16tmztbut I think qmi is involved
10:58.22tmztI would suggest reading the kernel driver
10:58.44tmztif you look at the dmesg I posted you'll see it waits for CONNECTED and ip from qmi
10:59.05tmztthe address you are getting is probably on the link between apps and modem
10:59.07tmztover rmnet
10:59.14mdrobnak< Referring to ppp connection
10:59.22mdrobnakNot qmi
11:01.23tmztah
11:01.25tmztnot g1
11:03.00mdrobnakNo, Gnutoo is working on that
11:03.30tmztright
11:03.57*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
11:07.16*** join/#htc-linux Squarc (n=Squarc@82-217-32-29.cable.quicknet.nl)
11:07.31mdrobnak10-19 07:06:50.813 D/pppd    (  915): Script /etc/ppp/ip-up started (pid 916)
11:07.31mdrobnak10-19 07:06:50.923 D/pppd    (  915): Script /etc/ppp/ip-up finished (pid 916), status = 0x0
11:07.31mdrobnak10-19 07:06:51.653 D/dalvikvm(  169): GC freed 4183 objects / 216696 bytes in 129ms
11:07.31mdrobnak10-19 07:06:51.903 D/MobileDataStateTracker(  118): CONNECTED event did not supply interface name.
11:07.31mdrobnak10-19 07:06:51.903 D/MobileDataStateTracker(  118): DNS server addresses are not known.
11:07.39mdrobnakStill is going to be probelmatic..
11:07.58mdrobnak[net.gprs.dns1]: [172.16.145.103]
11:07.58mdrobnak[net.gprs.dns2]: [172.16.145.103]
11:07.58mdrobnak[net.gprs.local-ip]: [10.179.201.211]
11:07.58mdrobnak[net.gprs.remote-ip]: [10.64.64.64]
11:08.03mdrobnakip-up script is working though.
11:08.27mdrobnakAnyway, time for a shower and gonna get going early...Kitchen is being re-done...nothing here :-/
11:12.20tmztremote ip should be P-t-P address
11:17.59*** join/#htc-linux Gnutoo (n=gnutoo@host93-155-dynamic.51-79-r.retail.telecomitalia.it)
11:18.02*** join/#htc-linux Untouchab1e (n=Untoucha@82.147.51.146)
11:27.09*** join/#htc-linux Dayd (n=ddaydd@AToulouse-159-1-118-121.w92-129.abo.wanadoo.fr)
11:34.48tmztmdrobnak: do you get this?
11:34.49tmztofonod[1539]: Response line: +CLCC: 9,0,0,1,0,"#777",129
11:34.57tmztor just the fake one from ril
11:35.23tmztafter AT+CHLD=11 hanging up a voice call
11:44.34mdrobnaktmzt: No, that's a CDMA specific thing, I think.
11:44.47mdrobnakand remote ip is the default, it's fine.
11:45.55tmztthis is Sprint?
11:45.59tmztmight be mobile ip related
11:46.10tmztyeah, that's cdma
11:46.19tmztthe CLCC #777
11:46.31tmztbut for some reason default ril fakes it
11:46.38tmztthough the modem should be sending it
11:46.54mdrobnakMaybe it's an assumption?
11:47.06mdrobnakI think the CDMA stuff is much more guesswork then the GSM
11:47.16mdrobnakbecause GSM has most of it standardized..
11:47.19mdrobnakanyway. train time
11:47.20mdrobnaksee ya
11:47.24*** join/#htc-linux SOG (n=SOG@n219073058060.netvigator.com)
11:57.20tmztmdrobnak: some time could you explain how sms works on cdma :)
12:12.30Moobywah'ts the URL of the autobuild of kernels ?
12:12.38Moobydon't find it anymore
12:17.33tmztglemson?
12:17.37tmztsorry I don't have the url either
12:17.47tmztI want to add it to topic
12:17.54tmztmaybe somebody will do that for us
12:19.06Moobyhttp://glemsom.anapnea.net/android/diamond/
12:19.08Mooby:)
12:19.15tmztok
12:19.21tmztdo you have diamond or touch pro?
12:19.54Moobydiam100
12:21.22tmztyeah, try that
12:21.29tmztwhat android are you using?
12:24.51Moobydon't remember where I downloaded it
12:24.56Moobybut I'll look the version
12:24.58Mooby1.6 iirc
12:25.42Mooby1.5
12:28.09*** join/#htc-linux x29a (n=x29a@unaffiliated/x29a)
12:47.23*** join/#htc-linux kvaster (n=kvaster@93.84.112.80)
13:25.39*** join/#htc-linux MattJ (n=MattJ@91.85.160.132)
14:00.43*** join/#htc-linux MethoS- (n=clemens@134.102.106.250)
14:13.38*** join/#htc-linux lucx (i=c3441fe7@gateway/web/freenode/x-oswsudrawbjawmyf)
14:14.15lucxtmzt
14:14.37lucxare you?
14:14.37tmztok
14:14.38tmzthuh?
14:14.46lucx:)
14:15.15lucxi was able to boot android form an ext3 partition on mi diamond diam 100
14:15.23tmztah ok
14:15.27tmztso you are luc_?
14:15.28lucx\but i'am unable to set the resolution
14:15.31lucxyes
14:15.43tmztthe way dzo does? I don't know about that
14:15.52lucxyes
14:15.57tmztbut you'll have to adapt the scripts
14:16.14tmztcan't you mount /sys and /proc inside of init.rc?
14:16.18tmztinstead of in .sh?
14:16.39lucxi will tray
14:16.47lucxbut another problem is
14:16.55lucxi cant see app
14:17.09lucxif i put some app in /system/app folder
14:17.18lucxi cant see them
14:17.31lucxin fact does not apear in diamond
14:18.12lucxwhy to mount /sys and /proc in init.rc
14:18.14lucx?
14:19.10lucxi heard that you did some test with uboot?
14:20.29tmztnot very far
14:20.39tmztwell, to be more android like I guess
14:20.48tmztand not have the shell anymore
14:20.49lucxif power management goes stabile for diamod diam 100 i'am, i'am ready to be a tester for you
14:20.57tmztsince you don't need it since you are running from a rootfs
14:21.09tmzthah, testers might need jtag
14:21.17lucxi have wigler
14:21.24lucxmade by me
14:21.30tmztbut I heard from somebody doing something very similar on meizum8
14:21.33tmztcool
14:21.39tmztand the pinouts for the diamond?
14:21.46tmztand a few extra diamonds?
14:21.51lucxi se that they are on forum
14:22.24lucxi told you, if power management goes stabile i will be a tester
14:22.49lucxis an jpeg on xda forums with jtag test poi nts
14:23.55lucxtell me about /sys and /proc?
14:25.08tmztmount sys /sys sys
14:25.13tmztmount proc /proc proc
14:25.14tmztshould work
14:25.21tmztbut I might have that wrong
14:26.39lucxand if i dont mount what hapends>
14:27.18tmztwith android? not sure it matters
14:27.31lucxyes
14:34.50*** join/#htc-linux sdt555 (n=titus@147.145.40.44)
14:37.13*** join/#htc-linux BabelO_ (n=fcr@unaffiliated/babelo)
14:37.27*** join/#htc-linux BabelO (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
14:39.18*** join/#htc-linux xero (n=xero@joanf1.NMSU.Edu)
14:40.54xeroOTGim having difficulties locating the most recent build for a raph110. can anyone please point me in the right direction?
14:41.41tmztof?
14:41.58Captnoordbuild it yourself..:P
14:42.15Captnoordif your brave anough to use it
14:42.17xeroOTGi dont have the resources to build myself
14:42.18Captnoordbuild it yourself
14:42.23Captnoordlol
14:42.26*** join/#htc-linux stickboy (n=anonymou@128.153.211.150)
14:42.33Captnoordyou do... only you don't know of it... maybe
14:42.39Captnoordits called a brain
14:42.39Captnoord:P
14:42.44Captnoordget yourself a vm
14:42.56Captnoordinstall a ubuntu vm or something alike
14:43.11Captnoordand read the how to build a kernel from the xda wiki
14:43.51Captnoordeveryone can do it
14:44.15Captnoordmaybe we should add the wiki page to build a kernal to the htc-linux.org wiki
14:44.44xeroOTGor you could learn how to spell kernel and give a stranger a hand...
14:44.48tmztCaptnoord: linwizard has a great one
14:44.55tmztwe just need to adapt it
14:45.03tmztxeroOTG: to build what or latest build of what?
14:45.19xeroOTGi just want to give android a test drive
14:45.41xeroOTGwhatever you would suggest
14:45.46tmztthen you probably want connect-utb.com
14:45.54CaptnoordxeroOTG: dude... I like the way you put things... but if you don't want help.... you could say it
14:45.56xeroOTGok thanks
14:46.02Captnoordand nope I won't be able to spell it correct
14:46.08*** part/#htc-linux sdt555 (n=titus@147.145.40.44)
14:46.24Captnoordand get yourself a new hobby instead of playing 'F7'
14:46.28Captnoord:D
14:46.57Captnoordtmzt: would help us redirecting people...
14:47.10tmztCaptnoord: I mean they have a page we should adapt
14:47.18tmztnot direct non-omap people to them
14:47.47CaptnoordI know.... I didn't mean redirect them to that page... I ment redirect them to the adapted one
14:48.11tmztright, ok
14:48.32Captnoordhttp://wiki.xda-developers.com/index.php?pagename=BuildTheRaphaelKernel
14:48.51tmztI know, I guess dcordes did that
14:49.31xeroOTGis this any good? http://code.google.com/p/vogue-hero/downloads/list
14:49.48Captnoordloool
14:50.12tmztxeroOTG: not for you
14:50.14Captnoordhttp://connect-utb.com/index.php?option=com_rokdownloads&view=folder&Itemid=68&id=30:kernel-images
14:51.21Captnoordwasn't there a autobuild site somewhere
14:51.48xeroOTGyeah, a long time ago, i think its dead
14:51.52tmztno
14:51.58tmztand the link was posted earlier
14:52.08tmztbut xeroOTG needs a whole android image to test
14:52.37tmzthttp://glemsom.anapnea.net/android/diamond/
14:52.49Captnoordyea
14:52.55Captnoordwould be smart of him to use that one
14:53.34xeroOTGthanks tmzt
14:53.49tmztare you looking for some fix or something?
14:53.54tmztintersting rdns
14:54.24xeroOTGi had just heard that wifi was partial, and gprs was working. wanted to give it a try
14:54.58xeroOTGlast build i tested, about the only functional thing was the touchscreen
14:55.06xeroOTGlike june 2008
14:56.06xeroOTGnow, the glemsom link, its not an issue that it is a diamond build and not a raphael build? i noticed the builds are segrigated now
14:56.51tmztthey shouldn't be
14:56.56tmztbut you need to use raph for now
14:57.02Captnoordhttp://glemsom.anapnea.net/android/raphael/
14:57.08Captnoordlol
15:18.09*** join/#htc-linux AstainHellbring (n=AstainHe@unaffiliated/astainhellbring)
15:20.25*** join/#htc-linux BabelO (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
15:21.11bertramtIs there any real reason the builds different between the raphael and the diamond? (besides keyboard support?)
15:21.42tmztno
15:21.48tmztand we've discussed it
15:21.54tmztit should be getting fixed
15:21.59bertramtcool
15:22.05tmztone of them has missing htcfb also
15:22.15tmztso people probably think it's broken if it doesn't boot
15:25.24bertramtthere is a larger than expected list of differences between the defconfigs
15:26.11tmztright
15:31.12bertramttmzt: you said you are playing with Mer?
15:31.48tmztyeah
15:31.48tmztgot some phone call stuff working too
15:31.53*** join/#htc-linux stickboy (n=anonymou@128.153.211.150)
15:33.13*** join/#htc-linux kvaster (n=kvaster@212.98.181.84)
15:33.31bertramttmzt: what do I need to do test that out?
15:33.53tmztjoin #mer
15:44.10*** join/#htc-linux kiozen (n=kiozen@rgnb-5d87d731.pool.mediaWays.net)
15:50.28*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
15:59.21*** join/#htc-linux g55 (n=g55@93.135.65.243)
16:07.08*** join/#htc-linux leobaillard (n=leobaill@leobaillard.org)
16:07.11leobaillardplop ici ! :)
16:07.17leobaillardoops
16:07.19leobaillardwrong chan
16:07.20leobaillardsorry
16:09.52*** join/#htc-linux tuxhero (n=tuxhero@122.169.179.99)
16:18.33*** join/#htc-linux luc_ (n=luc@89-115-128-35.cl.ipv4ilink.net)
16:40.23*** join/#htc-linux thedicemaster2 (n=thedicem@j89051.upc-j.chello.nl)
16:46.59*** join/#htc-linux luc_ (n=luc@89-115-128-35.cl.ipv4ilink.net)
16:53.55*** join/#htc-linux g55 (n=g55@93.135.210.99)
17:10.57*** join/#htc-linux GlemSom (n=glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk)
17:11.45*** join/#htc-linux Gnutoo (n=gnutoo@host93-155-dynamic.51-79-r.retail.telecomitalia.it)
17:31.18*** join/#htc-linux eric2k (n=eric2k@d154-20-16-48.bchsia.telus.net)
17:50.40*** join/#htc-linux FR^2 (i=frr@frquadrat.de)
17:54.06*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
18:01.48*** join/#htc-linux stickboy (n=anonymou@128.153.180.194)
18:06.36*** join/#htc-linux onen|openBmap (n=quassel@vbo91-1-89-87-201-85.dsl.club-internet.fr)
18:06.39*** join/#htc-linux cr2 (n=cr2@ip-109-84-200-21.web.vodafone.de)
18:07.33cr2hi
18:07.51cr2phh: did you succeed with the linuxtogo commits ?
18:08.00phhyes
18:08.05phhyou need me to commit something ?
18:08.17cr2yes, probably.
18:08.40cr2i'll be flying to London now ;)
18:08.51cr2need to be in Cambridge tomorrow.
18:09.12cr2umts is great :)
18:09.15phhyou spend most of your time in travels ?
18:09.50cr2not most, but travel a lot.
18:11.17Moobyfryou need a working phone, so :)
18:14.00*** join/#htc-linux tuxhero (n=tuxhero@122.169.179.99)
18:14.06tuxherohi cr2
18:14.42tuxherocr2 any news on panel code?
18:16.19cr2tuxhero: no, had no time to look at it properly
18:16.29cr2phh: https://privatepaste.com/bdNu6zickw
18:17.17cr2phh: smd_alloc_elm struct is different on AMSS612x
18:18.50*** join/#htc-linux [1]Captnoord (n=Captnoor@81.71.164.123)
18:18.59*** join/#htc-linux DasFx (n=John@535482D5.cable.casema.nl)
18:26.53phhcr2: done
18:27.07*** join/#htc-linux Squarc (n=Squarc@82-217-32-29.cable.quicknet.nl)
18:27.28cr2phh: thanks
18:28.48Captnoordcr2 your still planning on moving to the codeaurora one?
18:30.20Captnoordwho here is from begium?
18:31.31cr2Captnoord: once the gps is working, and the other messed code  cleaned up.
18:37.54*** join/#htc-linux dream_kill (n=nospam@92.56.53.50)
18:38.23phhdoes anyone knows where does "v = values_32[2] + (values_32[4] / 7) - (values_32[3] / 28);" in htc_battery_smem.c come from ? I mean the /28. Is it purely heuristic or it comes from wince or something else ?
18:39.13phhthe -1/28 is supposed to be the internal resistance of the battery, but some quick measures give me something like /10
18:39.27*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
18:39.34[1]Captnoordphh its from htc_battery.h
18:40.51phh?!?
18:41.24*** join/#htc-linux pleemans (n=toi@d54C2A96D.access.telenet.be)
18:41.34phhthe only htc_battery.h i have is a  9 lines file which defines smem resources, nothing about such values
18:41.58[1]Captnoordhmmm
18:42.01[1]Captnoord.c I mean
18:42.03[1]Captnoordsorry
18:42.28*** join/#htc-linux cr2_ (n=cr2@ip-109-85-82-176.web.vodafone.de)
18:42.28[1]Captnoordthe smem version is just a modded normal version
18:42.30[1]Captnoordthat kinda works
18:42.32phhok
18:43.03cr2_phh: there are many amss-dependent smd patches pending
18:43.17[1]CaptnoordI wonder if we could just use the rpc batt version
18:43.25cr2_many SMEM items have different location depending on the amss version
18:43.26[1]Captnoordas rpc stuff is working now
18:43.52phh[1]Captnoord: it seems rpc version doesn't rely on own heuristic values (or i've misread it), so that would be better yes
18:44.38phhhum there is juust no remaining capacity info
18:48.39cr2_hmm. something for a wiki table
18:49.35cr2_it's the same problem as with the adsp items
18:55.07*** join/#htc-linux Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
18:59.54*** join/#htc-linux stickboy_ (n=anonymou@128.153.23.72)
19:04.14*** join/#htc-linux PsWii60 (i=pswii60@has.r0oted.info)
19:09.04*** join/#htc-linux LTxda (n=anon@unaffiliated/ltxda)
19:18.16*** join/#htc-linux blippe (n=none_of_@213.136.34.23)
19:20.45*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
19:22.35*** join/#htc-linux kvaster (n=kvaster@212.98.181.84)
19:23.40*** join/#htc-linux dzo (n=dzo@mail.marginz.co.nz)
19:26.16*** join/#htc-linux x29a (n=x29a@unaffiliated/x29a)
19:26.25*** join/#htc-linux kvaster_ (n=kvaster@212.98.181.84)
19:27.00*** join/#htc-linux kvaster (n=kvaster@live.bn.by)
19:47.09*** join/#htc-linux mdrobnak_ (n=mdrobnak@ip67-152-2-193.z2-152-67.customer.algx.net)
19:49.22mdrobnak|workcr2_, Tried tmzt's idea of moving the virtual addresses to 0xF8000000 and above..as well as capping the vmalloc to there...didn't help with adding more memory to android. It was worth a quick try though..
19:52.24mdrobnak|workd'oh.
19:52.56*** join/#htc-linux Bry8Star (n=Bry8Star@adsl-99-32-0-250.dsl.lsan03.sbcglobal.net)
19:56.04*** join/#htc-linux stickboy (n=anonymou@128.153.178.93)
19:58.36*** join/#htc-linux pH5 (n=ph5@e178211224.adsl.alicedsl.de)
20:04.02*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
20:04.37*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
20:06.16*** join/#htc-linux [2]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
20:12.57*** join/#htc-linux Bry8Star_ (n=Bry8Star@adsl-99-32-0-250.dsl.lsan03.sbcglobal.net)
20:15.56*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde)
20:21.12*** join/#htc-linux lucky5_ (n=lucky@94.72.154.231)
20:23.56*** join/#htc-linux Epsylon3 (i=kvirc@ip-72.net-89-3-104.rev.numericable.fr)
20:27.48*** part/#htc-linux lucky5_ (n=lucky@94.72.154.231)
20:28.45Gnutooih
20:28.54GnutooXfbdev(kdrive) doesn't accept evdev as keyboard
20:28.59Gnutoobut my keyboard is evdev...
20:29.56DJWillisGnutoo: any reason your using kdrive? I am pretty sure it's not really going to work that well with EVDEV.
20:30.22Gnutoonone apart of the fact that I wanted to support both xorg and kdrive
20:30.32Gnutooin the config file I'll push
20:30.54Gnutooit accepts evdev mouse
20:31.03Gnutoobut not evdev keyboard
20:31.11DJWillisGnutoo: ahhh, I assumed most people had given up on it but I must be wrong ;-)
20:31.16Gnutoothe launch command line:
20:31.25Gnutooindeed it's not maintained...
20:31.29*** join/#htc-linux daedric (n=daedric@116.226.54.77.rev.vodafone.pt)
20:31.33Gnutoobut maybe they still look if it compiles
20:31.34daedricHowdy
20:31.42Gnutoohttp://ibot.rikers.org/%23htc-linux/20080921.html.gz
20:31.55Gnutoodcordes had the same problem
20:32.01Gnutoobut he's not there
20:33.07*** join/#htc-linux Bry8Star__ (n=Bry8Star@adsl-99-32-0-250.dsl.lsan03.sbcglobal.net)
20:38.56*** join/#htc-linux Bry8Star (n=Bry8Star@adsl-99-146-37-76.dsl.lsan03.sbcglobal.net)
20:49.07*** join/#htc-linux leaigor (n=laigor@188.134.16.241)
21:09.39*** join/#htc-linux g55 (n=g55@93.135.198.36)
21:19.16*** join/#htc-linux Bry8Star_ (n=Bry8Star@adsl-99-146-37-76.dsl.lsan03.sbcglobal.net)
21:22.35*** join/#htc-linux BabelO (n=fcr@unaffiliated/babelo)
21:31.09*** join/#htc-linux stickboy (n=anonymou@128.153.211.150)
21:52.27*** join/#htc-linux leobaillard (n=leobaill@leobaillard.org)
21:52.40*** join/#htc-linux Reactor16 (n=Reactor1@41.105.25.100)
21:52.51Reactor16Hi all
21:59.16*** join/#htc-linux Bry8Star__ (n=Bry8Star@adsl-99-146-37-76.dsl.lsan03.sbcglobal.net)
22:13.12*** join/#htc-linux tcccp (i=hey@asskicker.hey-ix.net)
22:24.23*** join/#htc-linux mdrobnak_ (n=mdrobnak@72-60-171-195.pools.spcsdns.net)
22:24.41mdrobnak_Hi all. Seems Android doesn't read in the key map after booting...
22:25.05mdrobnak_Because I have a 99% working keymap for the RAPH110. :-)
22:25.17mdrobnak_(Fn = Fn, I've got \ and | too!)
22:36.24*** join/#htc-linux BHSPitMonkey (n=stephen@unaffiliated/bhspitmonkey)
22:39.22*** join/#htc-linux Bry8Star_ (n=Bry8Star@adsl-99-146-37-76.dsl.lsan03.sbcglobal.net)
22:40.19*** join/#htc-linux toast (n=quassel@115-106.96-97.tampabay.res.rr.com)
22:43.09toastwhat should i do for this during make? Additional option for memory-constrained systems (SQUASHFS_EMBEDDED)[N/y/?]
22:43.51toastim tryin to make a squashfs image
22:45.15toasthello?!?!?
22:47.44toastwell i said no this time. ive been saying yes with no event. maybe thats the problem
22:50.13*** join/#htc-linux knedlyk (n=knedlyk@chello089074107213.chello.pl)
22:51.46*** join/#htc-linux sunnydrake (n=quassel@prefering.wraps.volia.net)
22:55.17toasthello everyone
22:58.25*** part/#htc-linux knedlyk (n=knedlyk@chello089074107213.chello.pl)
22:59.32*** join/#htc-linux Bry8Star__ (n=Bry8Star@adsl-99-146-37-76.dsl.lsan03.sbcglobal.net)
23:00.17PsWii60anybody know of the latest Android package for the Touch Pro?
23:00.36PsWii60I have one that works, but it seems old ;)
23:01.22toast09-09-2009
23:02.21PsWii60is that the latest one?
23:02.50PsWii60oh, cdma sry
23:03.39*** join/#htc-linux knedlyk (n=knedlyk@chello089074107213.chello.pl)
23:04.47*** part/#htc-linux knedlyk (n=knedlyk@chello089074107213.chello.pl)
23:06.12*** join/#htc-linux Radix_ (i=quasselc@203.161.71.161.static.amnet.net.au)
23:09.11toastsearch the thread at xda
23:09.40PsWii60<toast> 09-09-2009 <-- what's that?
23:10.00toastthe latest official release
23:10.36toastcan be found at connect-utb also
23:11.47toastalso search the thread at xda. there are lots of buils scatered in that thread
23:18.45PsWii60I see thx
23:19.35*** join/#htc-linux Bry8Star_ (n=Bry8Star@adsl-99-146-37-76.dsl.lsan03.sbcglobal.net)
23:25.38*** join/#htc-linux riddlebox (n=james@75-132-225-75.dhcp.stls.mo.charter.com)
23:27.17PsWii60when did android TP developement actually begin?
23:36.04toastidk
23:36.34toastlong ago in a land far far away
23:36.51PsWii60lol
23:37.48toastim guessing bout a year or so ago. i could be wrong
23:37.57PsWii60ya probably
23:38.05PsWii60that's around the date of the first post on xda anyway
23:38.14PsWii60like july 2008
23:39.10toastexcuse me i just trashed my phone
23:39.41*** join/#htc-linux Bry8Star__ (n=Bry8Star@adsl-99-146-37-76.dsl.lsan03.sbcglobal.net)
23:40.53toastshit!!!
23:44.00PsWii60nice :D
23:44.20toasti guess if ur phone dies while deleting something of the sd' it can curupt the sd somehow? idk but i had to hard reset. hope it works
23:44.35PsWii60:(
23:45.31PsWii60hard reset ftl
23:47.07toastand format the sd
23:50.13riddleboxI cant wait till android is fully working on my touch pro with sprint
23:50.31PsWii60I agree riddlebox
23:50.35PsWii60IF, it does happen hehe
23:50.46riddleboxyeah
23:51.08riddleboxi can get it to boot and run for 10 minutes or so
23:52.21*** join/#htc-linux AstainHellbring (n=AstainHe@unaffiliated/astainhellbring)
23:56.13toastanyone know about compiling with squash support?
23:56.49toasthelp....
23:59.57*** join/#htc-linux Bry8Star (n=Bry8Star@adsl-99-146-37-76.dsl.lsan03.sbcglobal.net)

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