IRC log for #htc-linux on 20090917

00:00.39rafyvittoits same lcd for all the model i just look't at the lcd from a actual htc fuze, tis exacly the same one from gsm4world
00:00.49rafyvittowhat ya got mdrobnak?
00:01.09mdrobnakWow there's a lot of stuff in this dmesg.
00:02.21mdrobnakhttp://pastebin.ca/1569060
00:04.27mdrobnakI gotta run for a few, need to get some food.
00:04.35mdrobnakdzo: Please let me know what you can make of that.
00:16.47dzomdrobnak|food: looks like there is some protected memory in the 2nd bank, i guess the thing to do is to go through with haret writing to physical memory and seeing where it works.
00:46.55*** join/#htc-linux rafyvitto (n=rafyvitt@24.54.253.34)
00:54.56tmztdzo: how do I find the size of the banks on the msm7500a based raph500?
00:55.32dzohow much memory is it supposed to have?
00:57.54rafyvitto192mb if im not mistaking
00:58.08rafyvittosince its the verizon version
00:59.11*** join/#htc-linux Amaranth (n=travis@ubuntu/member/Amaranth)
00:59.18tmztyes
00:59.20tmzt192mb
01:00.38rafyvittotmzt does that raph has the compartment for a sim card or not? or is it only cdma capable?
01:01.07*** join/#htc-linux x29a_ (n=x29a@unaffiliated/x29a)
01:01.10tmztthis one is cdma only
01:01.43dzoif its 192 then it'll have 64M smi and 128M ebi in 1 bank.
01:02.06dzoso only 1 bank of memory really.
01:02.07tmztbut which banks and how to put that in _fixup?
01:02.44tmztI don't fully understand the header which is used to determine the smi size
01:03.20dzoto use the extra 32M smi you can use the diamond #defines for the platform memory.
01:03.45tmztok
01:03.46dzoi don't know if we detect smi size.
01:03.54tmztbut I can't use the diamond include directly I think
01:04.06tmztso I need a .h just for htcraphael_cdma500?
01:04.37dzoyou could add a mach_is_...() to the board file.
01:04.44tmztI don't think we detect it, but the header has the regions of smi so we know the total size
01:04.55tmzttrue, but the defines would overlap
01:05.37dzoyou just need to change the numbers in the pmem device entries.
01:06.00tmztah
01:06.30dzoso you would say if(mach_is_..()) android_pmem_pdata.start=.... etc.
01:06.57tmztso add it to device specific fixups for now
01:07.01dzosaphire does this because there are 2 versions with 32M and 64M smi.
01:07.09tmztyes
01:07.16tmztthey have source for the 32a now?
01:10.17dzothey define two sets of devices and then add different ones depending on the smi size, you should probably do the same.
01:11.02dzolook for pmem_setting_32 and pmem_setting_64
01:14.29tmztok
01:14.54tmztdid you see board-raphael, device_specific_fixups?
01:26.12rafyvittohmmm the palm pixi will come with a msm7627, will the current kernel work with the webos OS from the pixi? oe will it depend which kernel the pixi is alrdy running?
01:27.43tmztnot sure I understand
01:28.03tmztassuming that Palm keeps with their use of standard linux practices it should work with the non-android one
01:28.13tmztas for ril, sound, etc., I don't know
01:28.47rafyvittoexelent you answwe my question xD
01:28.54rafyvittoanswered*
01:29.21tmztsmi_sz is a kernel cmdline parameter
01:29.46tmztI think maejrep's way will work better
01:29.55*** join/#htc-linux thedicemaster (n=thedicem@j89051.upc-j.chello.nl)
01:30.04tmztassuming we can change the settings for the pmi devices before registering them
01:31.20tmzt<PROTECTED>
01:31.20tmzt<PROTECTED>
01:31.20tmzt<PROTECTED>
01:31.20tmzt<PROTECTED>
01:31.46tmztall sapp have one bank?
01:34.29*** join/#htc-linux randomblame (n=r@c-71-59-176-188.hsd1.wa.comcast.net)
01:34.49randomblamehowdy anyone around?
01:35.06tmztsure
01:35.36randomblameI'm trying to get android or at the moment any linux kernel to boot on an lg incite
01:36.15tmztoh cool
01:36.23tmztthat's msm7201a based?
01:36.25tmztdoes haret work?
01:36.28randomblameyes
01:36.30randomblameand yes
01:36.41tmzthave you tried the htc-msm-2.6.27 with diam mtype?
01:36.44tmztdiam100
01:37.05randomblamethe problem is the same as with the diamond in the olden days the screen goes black and noise is shown
01:37.10tmztsure
01:37.13tmztwhat kind of noise?
01:37.17tmztand what's the resolution?
01:37.21randomblamewhite on black
01:37.32tmztany picture at all?
01:37.34tmztoh
01:37.36tmztright
01:37.42randomblamenative is 240x320
01:37.45tmztso it's the htcfb text but the wrong size
01:38.04tmztchange the resolution in htc_framebuffer_console
01:38.18tmztalso, do print VRAM in haret
01:38.23tmztbut it seems that part is right
01:39.10randomblameok I can do that how do I set the resolution in htc_framebuffer_console
01:39.31tmztedit the source
01:39.57tmztarch/arm/mach-msm/htc_fb_console.c
01:40.00tmztyou will see where
01:40.20tmzt#if defined(CONFIG_MACH_HTCBLACKSTONE) || defined(CONFIG_MACH_HTCKOVSKY)
01:40.20tmzt#define HTC_FB_LCD_HEIGHT      800
01:40.21tmzt#else
01:40.21tmzt#define HTC_FB_LCD_HEIGHT      640
01:40.38tmztafter the else because you are using diam100 mtype
01:40.54randomblameoh I see I was hoping to get away with not installing linux on the desktop but I knew I'd need to recompile the kernel eventually lol
01:41.00tmztyeah
01:41.11tmztyou can use colinux, it's fast for console stuff
01:42.02randomblameI've got a copy of ubuntu, I tried it from live cd twas just not letting me install the tool chains to /obj
01:42.12tmztinstall them in home then
01:42.19tmztyeah, that's read only
01:43.17randomblameso if I set those resolutions I should see .. something? it seems like it's a frame buffer issue rather than resolution
01:43.24tmztyeah
01:43.28tmztwhat do you mean by that?
01:43.44tmztyou do see something now right?
01:45.05randomblameyes but I still see the old windows information around a black rectangle with white noise on it
01:45.22tmztwhat size is the rectangle?
01:45.31tmztthat seems backwards
01:45.35randomblame70% of screen
01:45.44tmzteach direction please
01:45.49tmztand top left?
01:45.58tmzthas the windows screen changed at all?
01:46.01randomblamebottom centerd
01:46.35tmzta picture would be helpful
01:46.39tmztalso the VRAM from haret
01:46.48randomblameno the windows screen remains the same the white noise moves about for 1-2 seconds and then it freezes
01:47.13tmztexactly centered?
01:47.16randomblameI can snap a screenshot through haret right if I just dump the video address
01:47.23tmztno
01:47.29tmztharet isn't running at that point
01:47.39randomblamelame ok I'll snap a pic real quick
01:48.13tmztunless LG is using the scaling function this makes no sense
01:48.19tmztbut I will have to see the picture
01:48.44tmztcr2 will also need your bootloader code
01:50.25tmztdzo: this is what I mean, so we will have to redesign the board-htcraphael
01:50.26tmzt<PROTECTED>
01:50.37tmztto not use the defines like google does
01:51.51dzotmzt: just have two sets and only do platform_add_devices for one set.
01:51.59tmztoh, we can use msm_add_mem_devices
01:52.05tmztin devices_htc.c
01:52.31tmztor we don't use that file
01:52.33tmztok
01:53.07tmztright, so that would be an array with the list of devices by symbol and only platform_add_devices one list
01:53.38tmztis this used?
01:53.39tmzt<PROTECTED>
01:53.44tmzton any of the A devices
01:53.47tmzthtc ce
01:54.39dzoyes, we don't use devices_htc, just have another set of defines #define MSM_PMEM64_MDP_BASE etc..
01:55.14tmztso ther's no rpc call to reset usb, that's a google thing?
01:55.20randomblameok I guess it is not centered, it is slightly to the right and it freezes with no white at all over the black. I can get a video of it and upload it to my server
01:55.26dzoand platform data, or you could just change the data before doing add_devices.
01:55.53tmztrandomblame: seems the fb address is wrong then, but it goes past the edge of the screen? (to the right)
01:56.07tmztdzo: yeah, I think I can do that with devices specific fixes
01:56.13randomblameno it does not go past the edge
01:56.15tmztI guess the DEFINES can be the default
01:56.40tmztrandomblame: still don't get it, since you have qvga and htcfb is set for vga
01:56.53tmztyou can just try fixing it
01:57.05tmztif you don't have VRAM
01:57.21randomblamewoah that time it was full screen
01:57.22tmztdzo: ok, I will do that
01:57.29randomblameand it was obviously text
01:57.30tmztand readable?
01:57.32tmztright
01:57.35randomblamevery fast
01:57.36tmztone color (white)?
01:57.39randomblameyes
01:57.52tmztfrom the far left to the far right?
01:57.56randomblamebut I didnt make any changes
01:57.59tmztor just in the center of the line
01:58.17tmztand what did it do then?
01:59.00randomblamefrom bottom to top
01:59.20randomblameI have it on video had to frame by frame it but it is text
02:00.06randomblameafter the text it just went black the backlight is still on
02:00.35mdrobnakdzo: Hey, Is HaRET scriptable? If you could give me an example of what type of command to use, I'll try and script it out to do some tests.
02:01.40dzoyes it is, mdrobnak. Are you sure your device has 288M?
02:01.55*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
02:01.56randomblameabsolutely no response to button presses which is completely expected harat couldn't even measure any gpios
02:02.40mdrobnakIt's *supposed* to be..
02:03.29mdrobnakThis is interesting.
02:03.40mdrobnakIn my "About" it says 187.77MB
02:03.51rafyvittodzo: yes raph110 has 288mb of ram
02:03.56mdrobnakBut this is not the stock ROM.
02:04.06mdrobnakHere we go
02:04.20mdrobnakin the Device Info, yes, it says 288 MB RAM 512 MB flash
02:05.02rafyvittomdrobnak:how much pp the rom cooker used? depending how much he used, will afect the available OS ram
02:05.35dzook, do pdump 0x20000000 0x10 then pfw 0x20000000 1 0x123456, then the pdump again and see if it wrote the value.
02:06.49tmztdzo: do you know the pmem sizes for SMI32?
02:07.25mdrobnakBooting the laptop up again, give me a min.
02:07.40dzothe sizes don't change, just the start, the current .h is for 32M smi.
02:07.40tmzt#define MSM_SMI_BASE            0x00000000
02:07.41tmzt#define MSM_SMI_SIZE            0x900000 /* 9mb */
02:07.52tmztok, the start?
02:07.57mdrobnakrafyvitto: No idea. EnergyROM 3.0 WinMo 6.5
02:08.00tmztthat's base in the .h
02:08.08dzothat's correct, the rest is used by amss.
02:08.13tmztah read only
02:08.25tmztthat's what you say can't be written to starting at 0x10000000?
02:08.49dzobut you have another bank at 0x02000000, look at the diamond .h
02:08.58tmztso on smi64 base is 0? (from 0x10000000)
02:09.06tmztI do?
02:09.11tmztthis 192mb device
02:09.31tmzthow do I test with haret?
02:09.32dzo0x10000000 is the ebi memory (128M)
02:10.27tmztok
02:10.43tmztEBI, I see
02:10.48dzosmi goes from 0 to 0x04000000 but from 0x00900000 to 0x02000000 is used by amss
02:10.56tmztyes
02:10.59tmztI see that now
02:11.02mdrobnakdzo: Yes. Vlue written.
02:11.09mdrobnaks/Vlue/Value/g
02:11.22tmztI don't don't think so
02:11.26tmzts/don't//g
02:12.13dzomdrobnak: ok try the same thing at other locations between 0x20000000 and 0x28000000
02:12.20randomblameok I have run through this 3 more times different results each time 1: screen freezes shows only windows 2. screen shows black rectangle halfway up and slightly to the left with no text 3. black rectangle halfway up with text. always unreadable
02:12.27randomblamehow can I debug this?
02:12.41tmztfix the defines in htc_fb_console.c, not really any other way
02:12.54tmztyou can't expect raph100 kernel to work on the incite
02:12.59tmztwe are just getting a baseline
02:14.13mdrobnakdzo: Question - was the address you gave me last night 0x24000000 for MSM_PMEM_MDP_BASE ? Or did I miss a 0?
02:14.13randomblamenaturally - I could only hope now I know where I'm at though I have to build me a kernel
02:15.17*** join/#htc-linux stickboy (n=anonymou@128.153.210.13)
02:15.40dzoyes, just an idea, you should be able to put it anywhere but perhaps it likes to be in the first bank.
02:16.36mdrobnakok, just making sure :-)
02:17.22randomblamecan I get a url to the htc build sources?
02:17.33randomblamedoesn't have to be direct
02:19.33mdrobnakwhat kind of increments should I use - 0x20000000, 22000000, 24000000 all good
02:19.52mdrobnak0x26000000 has data
02:21.13mdrobnakhowever, I can modify it.
02:22.05mdrobnakok this is od
02:22.07mdrobnak*odd
02:22.15mdrobnak0x28000000 already says 00123456
02:23.22tmztrandomblame: htc build? git.linuxtogo.org is ours
02:23.56tmztI think if we can find out what kind of hardware lg uses we can add it to our tree, assuming it doesn't conflict with the htc devices
02:23.59tmztbut it shouldn't
02:24.44randomblameI'll have to dig into the fb source and look around
02:25.53tmztjust that file, this is the early console
02:26.08tmztthe main linux console while require getting msm_fb to work which is a lot more work
02:26.32tmztwe don't even know what client chip is used, though it might be more similar to kaiser and vogue, etc. because it's qvga
02:26.43randomblameone step at a time then I suppose
02:26.47tmztwhich way is the screen now, portrait or landscape?
02:26.56tmztright, htc_fb is first
02:27.01randomblameportrait
02:27.07mdrobnakdzo?
02:27.08tmztfacing up from the keys?
02:27.17randomblameyes
02:27.32tmztdzo: so, how do I find the start of smi?
02:28.12mdrobnakI think he fell alseep on us :-)
02:29.01randomblameany way to find out the screen manufacturer/model through software
02:29.04dzono, i'm still here, at work though. mdrobnak yes, thats ok, it's mirrored at 128M, tmzt it starts at 0
02:30.01mdrobnakOooh, no problem. Sorry. What time zone are you in?
02:30.21dzoit's 2.30 pm on thursday here.
02:30.54mdrobnakAh, Im in Eastern US, so It's 10:30 PM on Wednesday :-)
02:31.04tmztme as well
02:32.42randomblame7:32pm
02:33.21randomblameok I'm gonna get ubuntu set up on the desktop and see how far I can get on this
02:33.23randomblameI'll ttyl
02:33.31randomblamethanks for all your help tzmt
02:33.36*** part/#htc-linux randomblame (n=r@c-71-59-176-188.hsd1.wa.comcast.net)
02:33.52tmztthe headers look the same
02:35.45tmztok, diam has smi2
02:35.57tmztthe split like dzo said
02:36.41tmztwhy do we have raph100 defines in the diamond.h?
02:37.13tmztonly some things are changed later I guess
02:37.20mdrobnakI think the two files need to be cleaned up.
02:37.38mdrobnakWhat I'd *like* to do is get the memory stuff working...
02:37.44tmztright
02:37.45mdrobnakthen update to the latest git.
02:37.50tmztwhat's this you are working on?
02:38.02mdrobnakAnd then merge any changes from teh diamond that work with raph
02:38.05tmztok, I get the raph100 thing, sorry
02:38.08tmztyeah
02:38.10mdrobnaklike the ram console
02:38.21mdrobnakadb on the command line, etc.
02:38.45mdrobnakI think when the phones were split there was some stuff left over, perhaps.
02:40.33tmztdzo: was the split over SMI differences?
02:41.26dzoyes, i thought raph had 64M smi, so i changed it.
02:41.33tmztit does, raph100 does
02:41.38tmztor
02:41.43tmztit's different
02:42.01tmztdiam100 has 64 or 32 smi?
02:42.30tmztI don't think I can fix this without cleaning it up
02:42.35tmztI need the defines somewhere
02:42.43dzothe 288M raphs have 32M and the others have 64M, diam 100 has 64M
02:42.50tmztright
02:42.51tmztok
02:42.58tmzt288 is raph110?
02:43.20tmztonly I mean
02:43.28dzoi don't know, I've never even seen a raph.
02:43.57tmztso it doesn't make sense to have a build you can't test
02:44.59rafyvittommmm can other users test them? and then report, even debugg
02:45.09mdrobnaklike now :-)
02:48.10tmztnot dzo's process I guess
02:48.21tmztbut we still need to split on 32/64 like google did
02:49.36tmztI can't understand why halibut and android prefixes are used
02:49.47tmztI need those fixed so I have a global to change in fixups
02:50.02tmztI can fix it for both files I guess
02:51.37mdrobnaktmzt: I guess I missed it, what exactly are you working on right now?
02:51.43tmztraph500
02:52.09tmztit boots then shuts down, or if I disable power management vibrates and stops at htcfb
02:52.56mdrobnakSo if I understand you right, there are changes needed to the raph board file because of some models having 64MB SMI and some having 32. Further compounding the problem is that we'd have to do the defines by MTYPE.(I'm guessing on the second part).
02:53.27tmztyes
02:53.41tmztnot defines by mtype, but what devices are registered
02:54.05tmztessentially, as long as we have two files we will have to do
02:54.16tmzthtcraphael_pmem_device
02:54.20tmzthtcraphael_pmem_gpu_device
02:54.24tmzthtcraphael_pmem_adsp_device
02:54.25tmztetc.
02:55.03tmztwhat I'm wondering is what to do wabout64
02:55.04mdrobnakthat kinda sucks.
02:56.48mdrobnakdzo: Ok, so let me know what to do, I'll try and do some more tomorrow..if there's anything I should try changing as a result of the tests, or more tests to run, etc. I'm off to bed.
02:58.07*** join/#htc-linux root2 (n=root@rgnb-5d87ce36.pool.mediaWays.net)
03:02.14*** join/#htc-linux marcin88 (n=marcin@chello089078160132.chello.pl)
04:10.51*** join/#htc-linux DuckDrogers (n=joe@99-31-187-8.lightspeed.edndil.sbcglobal.net)
04:11.03DuckDrogershello all
04:11.17tmzthello
04:11.43DuckDrogersthe nick __joe is taken for some reason :)
04:12.07DuckDrogersi compiled the diamond kernel from source like you recommended tmzt
04:12.19tmztwho where you before?
04:12.32tmztrandomblame?
04:12.39DuckDrogersi was here a few days ago i think it was joe__...
04:12.47tmztoh, I don't think it was me then
04:13.35DuckDrogersoh...well i was wondering if i could help in any way regarding the diamond/raphael kernels
04:13.54DuckDrogersi have a fast connection and plan on updating my image fairly often now
04:14.07tmztsure
04:14.44DuckDrogersi can work on the kernel itself but very randomly im pretty busy
04:15.13DuckDrogersbbuuuut i can have my workstation compile the raphael/diamond images and then upload them or host to beta testers
04:16.00tmztwe need to make both buildable together again first
04:16.05*** join/#htc-linux goxboxlive (n=jrs@mail2.hjellnesconsult.no)
04:17.00DuckDrogersoh? i cant just have a separate directory for raphael
04:17.02DuckDrogers?
04:18.02tmztyou can
04:18.07tmztbut whe shouldnt need to
04:18.17DuckDrogersahh i get what youre saying
04:30.14*** join/#htc-linux ImCoKeMaN (n=imcokema@pool-71-173-201-41.hrbgpa.fios.verizon.net)
04:40.25*** join/#htc-linux droid0011 (n=g1@p4FDCE9F1.dip.t-dialin.net)
04:44.43tmztcool, looks like karmic with new splash stuff is in the repo
04:46.06*** join/#htc-linux wt8008 (i=wt8008@75.18.227.104)
05:02.46dzoI just pushed some new panel code for diamond, works for me and may work on other devices.
05:04.28tmztdzo: can we fix smi 32/64 somehow? I think I would be duplicating your work if I did it only on raph
05:07.44*** join/#htc-linux imfloflo_Polaris (n=moi@173.25.71-86.rev.gaoland.net)
05:15.01*** join/#htc-linux rob_w (n=bob@p549BDEBB.dip.t-dialin.net)
05:16.47*** join/#htc-linux PoohbaLT (n=BlkPoohb@c-69-141-71-249.hsd1.nj.comcast.net)
05:39.15*** join/#htc-linux rafyvitto (n=rafyvitt@24.54.253.34)
05:39.24*** join/#htc-linux xixx (n=xixx@cpmsq.epam.com)
05:39.27rafyvittodzo you there?
06:09.32*** join/#htc-linux kiozen (n=oeichler@p54921541.dip0.t-ipconnect.de)
06:11.11*** join/#htc-linux Untouchab1e (n=Untoucha@82.147.51.146)
06:11.17MrPippydzo: could you build MTD and MTD_MSM_NAND into your kernels? i've got a wifi rootfs that works, but it needs the mtd device, and i'd rather not confuse everyone by having to distribute a zImage with it
06:12.27tmztthere's a risk there
06:12.46tmztare you pasing the partition table from haret?
06:12.55tmztand can you join #hpcdev a minut?
06:22.47*** join/#htc-linux Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
06:32.45*** join/#htc-linux balans (n=Administ@212-123-149-239.ip.telfort.nl)
06:44.54*** join/#htc-linux xixx (n=xixx@cpmsq.epam.com)
06:45.41*** join/#htc-linux BHSPitMonkey (n=stephen@unaffiliated/bhspitmonkey)
06:49.51*** join/#htc-linux Untouchab1e (n=Untoucha@82.147.51.146)
07:05.32*** join/#htc-linux FR^2 (n=frzwo@2001:41d0:1:ed2f:0:0:0:cafe)
07:15.55*** join/#htc-linux cr2 (n=cr2@ip-77-25-248-161.web.vodafone.de)
07:21.15Captnoordgood morning cr2
07:22.37tmztcr2: dzo said the diamond split was mostly because of smi 32/64 differences
07:23.03tmztwell, I think that's right/what he said
07:23.14*** join/#htc-linux AstainHellbring (n=AstainHe@unaffiliated/astainhellbring)
07:23.26tmztI have the same thing with raph500, the smi layout is more like diam100
07:23.56tmztso I'm trying to fix this the right way but I'm not sure
07:24.58cr2tmzt: the best way to solve it is to allocate the ram dynamically
07:25.34cr2but then you need some way to know the ram config at boot time
07:25.43tmztnot that
07:26.01cr2here everything is a bit chaotic
07:26.01tmztI mean the size of pmem devices
07:26.01tmzt<PROTECTED>
07:26.02tmztbut the start address
07:26.09cr2some values are in smem, some are in nand, and some are just hardcoded
07:26.22tmztmtype is enough though
07:26.26cr2pmem if #ifdef ANDROID i guess
07:26.31tmztI just mean that because the defines are different
07:26.44tmztbetween board-diam and board-raph.h
07:26.57cr2mtype creates #ifdef HTC_FOOBAR
07:27.10cr2which is unbelievably ugly
07:27.41tmzthave to do this later
07:27.55cr2with #ifdefs you may even merge diam into raph
07:28.05dzomorning cr2, i got the panel powering on/off on my diamond.
07:28.15cr2hi dzo, i've seen it
07:28.24Captnoordcr2 making the code unreadable as hell
07:28.29cr2dzo: what is the purpose of i2c bitflipping ?
07:28.31Captnoordwith the #IFDEF's
07:29.04cr2dzo: the hitachi init looks good
07:29.10Captnoordcr2 its simulate a balanced line......
07:29.12dzojust copying what wince does, probably not necessary but it's not i2c because it changes the function first.
07:29.36cr2dzo: ok, i need to make a closer look
07:29.40dzosaphine backlight does something similar.
07:29.52cr2dzo: you have commented out epson client ?
07:29.52dzos/saphine/saphire/
07:30.19Captnoordits a trick to make sure the line is in some sort of balanced state....
07:30.31Captnoordallowing higher speeds
07:30.57dzoi just made a diamond panel that works for me, we can add other clinets/panels later. I left the raph panel alone.
07:31.07cr2dzo: ok
07:31.21cr2i'll fix raph today in the evening
07:31.33dzodo you have a hitachi panel?
07:31.44cr2dzo: i'm only breaking the head with BT now...
07:31.54cr2yes, hitachi. but druidu has sharp
07:32.10cr2your hitachi spi values look the same as on raph
07:32.18cr2but i need to check the full list
07:32.26dzook, that's good, he should be able to do the sharp init.
07:32.29cr2it seems we have the same apnel
07:32.51cr2s/apn/pan/
07:33.23dzoi got the spi vals from disptools.dll but they are slightly different to the rom on my device.
07:33.52cr2ok
07:34.45cr2dzo: i can't mmutrace the bt . is it some haret bug on msm ?
07:34.57cr2msm = armv6
07:36.34cr2i think you talked about it some time ago
07:38.33dzoyes, only tracing sections means that it has to emulate access to all pages in the section and makes it more likely to crash.
07:38.49cr2hmm
07:38.51dzoa fair bit of work to fix this though.
07:39.02cr2i see
07:39.50cr2wince uses dma channel 8 for bt. on all devices
07:39.59cr2but i don't think it's a problem for us
07:40.18cr2msm_gpio_set_function(DEX_GPIO_CFG(0x3c,1,GPIO_OUTPUT,GPIO_NO_PULL,GPIO_2MA,1));
07:40.31cr2btw, i guess we need a macro for that.
07:41.10cr2maybe with the wince2google() alt value decoder.
07:43.22cr291  0x5b 0  23  O + cif VCMPDP pin
07:43.31cr292  0x5c 0  24  O + cif main rst (0,msleep3,1)
07:43.52cr2109  0x6d 0  2 O + cif power (big=0,
07:44.38cr230  0x1e   14   +cif pwr(big0
07:44.54cr2looks good for the cam.
07:45.08cr2only the rpc clock calls are missing
07:45.14cr2and the big/small cam mux.
07:47.48cr2msm_gpio_set_function(DEX_GPIO_CFG(0x1b,1,GPIO_OUTPUT,GPIO_NO_PULL,GPIO_2MA,0));
07:48.02cr227  0x1b   11   irq (Y) wakeup, Ukey
07:48.04cr2hmm
07:52.25cr2tmzt: http://git.linuxtogo.org/?p=groups/mobile-linux/kernel.git;a=commitdiff;h=2fe9b2feb4a7cfaedeea5e628098dcd20eae95a0
07:57.36cr2bbl
08:02.23*** join/#htc-linux Amaranth (n=travis@ubuntu/member/Amaranth)
08:12.02*** join/#htc-linux Squarc (n=Squarc@82-217-32-29.cable.quicknet.nl)
09:04.16*** join/#htc-linux Gnutoo (n=gnutoo@host98-153-dynamic.51-79-r.retail.telecomitalia.it)
09:05.34thedicemaster... anyone here got the correct apn settings for t-mobile NL?
09:06.01thedicemasteri first thought my phone was to blame for being unable to get working data
09:06.20thedicemasterbut every site with apn settings lists different info.
09:08.25Squarcthedicemaster: yes, I have to setup that too with telfort.. but it didnt come to it yet
09:10.52Squarcdon't these just work? http://www.taniwha.org.uk/gprs.html
09:12.41thedicemasterah great, more settings that might or might not work >_<
09:13.05thedicemasterif only t-mobile would just let me access their settings page.
09:24.30*** join/#htc-linux Captnoord (n=Captnoor@145.74.181.15)
09:24.41thedicemasteroh wow, can't even use those settings
09:24.49thedicemasterno mcc
09:27.05x29athedicemaster: can you not request the settings?
09:27.10thedicemasterah yeah, seeing some progress >_<
09:27.22x29ain germany there are services which send you the settings via sms/mms
09:27.27thedicemasterandroid reboots out of nowhere
09:27.31Squarcyes
09:27.34SquarcI had that too
09:27.39thedicemasterx29a t-mobile has that too.
09:28.00Squarcthough I think it's not android related.. I think its in linux
09:28.01thedicemasterbut they don't have settings prepared for my phone.
09:28.13thedicemasteror any phone for that matter.
09:29.11thedicemasterah, back to where it usually goes wrong.
09:29.24thedicemasterstuck with airplane mode semi-on
09:29.27*** join/#htc-linux Untouchab1e (n=Untoucha@82.147.51.146)
09:29.44*** join/#htc-linux MethoS- (n=clemens@134.102.106.250)
09:37.11thedicemasterso annoying being stuck without any form of data communication.
09:40.02Squarchmm wierd
09:40.12SquarcI thought apn was only for internetz?
09:42.53thedicemasteryes, which is the only form of data communication that works on diamond builds of android.
09:45.12Squarcoh,, I guess calling and texting is not concidered data communication ?
09:45.48thedicemasternope, atleast not in this case
09:45.52Squarcok
09:57.12*** join/#htc-linux Gnutoo (n=gnutoo@host98-153-dynamic.51-79-r.retail.telecomitalia.it)
10:11.44*** join/#htc-linux sdt555 (n=titus@147.145.40.44)
10:12.01*** part/#htc-linux sdt555 (n=titus@147.145.40.44)
10:40.51*** join/#htc-linux j0b0 (n=jobo@5ED416CF.cable.ziggo.nl)
12:15.22mdrobnakSucess: Ok, so the area between 0x20000000 and 0x22000000 somewhere may be unavailable for our use.
12:15.47mdrobnak<PROTECTED>
12:15.47mdrobnak<PROTECTED>
12:15.47mdrobnak<PROTECTED>
12:15.51mdrobnakThat absolutely works.
12:16.04mdrobnak# free
12:16.04mdrobnak<PROTECTED>
12:16.04mdrobnak<PROTECTED>
12:16.04mdrobnak<PROTECTED>
12:16.05mdrobnakTotal:       184804       117628        67176
12:16.14mdrobnakNow to try 64 at that offset.
12:19.55*** part/#htc-linux droid0011 (n=g1@p4FDCE9F1.dip.t-dialin.net)
12:26.58mdrobnakOops. 64 isn't good. Fun colors in the framebuffer.
12:27.56mdrobnak48 will be tried next.
12:28.43*** join/#htc-linux Zinbolic (n=zinbolic@84.238.80.215)
12:33.47mdrobnak48 MB does not boot.
12:33.48mdrobnakSo.
12:34.24mdrobnak32MB between 0x20000000 and 0x22000000 no go, and nothing past 0x24000000 it seems.
12:34.38mdrobnak48MB gets to the console, but black screen, no android logo.
12:35.00mdrobnakI'm gonna be happy with the extra 32MB for the moment, but still would like to get the rest of it going.
12:40.00*** join/#htc-linux phnom (i=simomn@pub99-3.pub.luth.se)
12:42.18mdrobnakhttp://pastebin.ca/1569568 - Crash with 89 + 48 MB of RAM
13:03.02*** join/#htc-linux Captnoord (n=Captnoor@145.74.181.15)
13:05.56Captnoordmdrobnak can't you make haret run trough the stack linked list?
13:06.19Captnoordand park that info somehwhere
13:06.25Captnoordand use that when your booting linux
13:09.17mdrobnakCaptnoord: I'm not *that* familiar with HaRET... How do you do that?
13:10.00CaptnoordI have to admit,... neighter am I
13:10.01Captnoordbut
13:10.06Captnoordas haret is a opensource program
13:10.10Captnoordalmost everything is possible
13:10.23mdrobnakheh. Let me do a quick search
13:10.33Captnoordnah
13:10.35CaptnoordI need togo
13:10.37Captnoordfuck
13:10.38mdrobnakhttp://handhelds.org/moin/moin.cgi/HaRET
13:10.38Captnoordbrb
13:10.42mdrobnakyah me too
13:10.44mdrobnakactually
13:10.58Captnoordthere is a git repo for the htc devices
13:11.00Captnoordon linuxtogo
13:13.44mdrobnakI'll look later. off to work
13:14.36*** join/#htc-linux stickboy (n=anonymou@128.153.210.13)
13:29.56*** join/#htc-linux thedicemaster2 (n=thedicem@j89051.upc-j.chello.nl)
13:32.01*** join/#htc-linux stefan_schmidt (n=stefan@c120.apm.etc.tu-bs.de)
13:42.04*** join/#htc-linux AstainZZZZZZ (n=AstainHe@unaffiliated/astainhellbring)
13:42.16*** join/#htc-linux townkat (n=town@86.127.6.111)
13:47.20*** join/#htc-linux c4software (n=vbrossea@217.112.64.97)
13:47.25c4softwareHi
13:47.52c4softwareIts possible under windows mobile to determinate the Model of the LCD panel ?
13:54.02c4softwarei have some trouble with the lastest dzo kernel on my Diam100
14:03.24*** join/#htc-linux sdt555 (n=titus@147.145.40.44)
14:06.42*** part/#htc-linux sdt555 (n=titus@147.145.40.44)
14:09.55Gnutoohi when is cyanogen present? because I'd like to talk to him about the alsa kernel
14:10.02Gnutoobtw 2.6.31 has got wl2xx
14:10.05Gnutoos/2/1
14:10.08Gnutoos/1/12
14:13.10x29a~seen cyanogen
14:13.12aptcyanogen is currently on #htc-linux, last said: 'shade@chemlab.org'.
14:13.16x29aGnutoo: looks like he is present
14:13.36Gnutoook
14:13.54Gnutoothanks I forgetted that the ~seen command also work here
14:14.19Gnutooah ok he's online...but he's he reading ?
14:15.42*** join/#htc-linux Captnoord (n=Captnoor@145.74.201.180)
14:21.22*** join/#htc-linux mchh (n=mchh@116.39.98-84.rev.gaoland.net)
14:41.03*** join/#htc-linux imfloflo_Polaris (n=moi@173.25.71-86.rev.gaoland.net)
14:41.25*** join/#htc-linux Dinde (i=kayser@sur-internet.net)
14:58.06infernixyou guys here aware of the bfs patch that gives a huge boost to scheduler performance on MSM72xx?
15:28.29*** join/#htc-linux Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
15:37.42*** join/#htc-linux stickboy (n=anonymou@128.153.210.13)
15:40.05*** part/#htc-linux imfloflo_Polaris (n=moi@173.25.71-86.rev.gaoland.net)
15:57.33*** join/#htc-linux randomblame (n=randombl@173.12.174.62)
15:58.31randomblamegood morning everybody
16:08.56randomblameI just found some wonderful fcc teardown shots of my incite - gonna be useful I think but none of them show the lcd arg
16:29.27*** join/#htc-linux AstainHellbring (n=AstainHe@unaffiliated/astainhellbring)
16:34.46randomblameanyone online familiar with the htc_fb_console driver
17:00.57*** join/#htc-linux phh_ (n=quassel@2a01:e35:2e4b:b2b0:250:8dff:fee1:c793)
17:01.41randomblameyo
17:09.15*** join/#htc-linux balans (n=Administ@212-123-149-239.ip.telfort.nl)
17:12.06*** join/#htc-linux Echo31 (n=olivier@mir31-4-82-240-194-54.fbx.proxad.net)
17:19.44Gnutooping cyanogen
17:20.14Gnutoorandomblame, I know very little about the framebuffer itself but none about the console driver
17:22.06randomblamehehe thats ok I'm trying it at a lower resolution first off
17:22.22randomblameI can't even get the damned kernel to compile I haven't done this in a long while
17:22.45Captnoord?
17:22.52Captnoordmake clean?
17:23.14*** join/#htc-linux phh (n=quassel@2a01:e35:2e4b:b2b0:250:8dff:fee1:c793)
17:23.19randomblameno rule
17:24.12randomblamerunning make in /kernel/arch/arm results in no rule to make target 'vmlinux' , needed by zimage
17:25.02randomblameyeah I'm a newb
17:25.04Captnoordwhat target?
17:25.09Captnoordphone
17:25.23randomblamelg incite
17:25.26*** join/#htc-linux c4software (n=Adium@roo49-2-88-161-139-221.fbx.proxad.net)
17:25.27Captnoordhmmmm
17:25.28Captnoordk
17:25.31c4softwareHi everyone
17:25.33Captnoordyou have the crossplatform compiler
17:25.38Captnoordfor my raph I use this
17:25.38Captnoordmake htcraphael_defconfig ARCH=arm
17:25.39Captnoordexport PATH=~/dev/htc_linux/arm-2008q1/bin:$PATH
17:25.39Captnoordmake zImage ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-
17:25.42Captnoordand
17:25.50Captnoordarm-2008q1 is the crossplatform compiler
17:25.52Captnoordyou need it
17:26.02Captnoordotherwise you end up wondering whats going on
17:26.10Captnoordarm-none-linux-gnueabi-
17:26.23Captnoordis there a config for your phone?
17:26.30Captnoordand is there a working branch?
17:26.41randomblameabsolutely not this is a work in progress
17:26.43c4softwareWith the lastest dzo build (on my french diam100) i can't put my diam in sleep, and the screen seem less responsive
17:26.48randomblametrying to get the frame buffer working
17:26.50Captnoordk
17:26.57randomblamerunning off diamond branch
17:27.02Captnoordaahhh I see
17:27.10Captnoordand it doesn't build?
17:27.22randomblameI honestly don't know what I'm doing
17:27.23Captnoordpaste bin your compile errors
17:27.27Captnoordhehe
17:27.30Captnoordokey.....
17:27.37Captnoordharet works
17:27.38Captnoordyou say?
17:27.44randomblameyes it does
17:27.46randomblameLDFLAGS_vmlinux:=-p --no-undefined -X
17:27.46Captnoordokey
17:27.59randomblamemt
17:28.10Captnoordand what config your using?
17:28.19CaptnoordI use the raph config
17:28.19Captnoord[19:25] <Captnoord> make htcraphael_defconfig ARCH=arm
17:29.02randomblame~/Desktop/kernel/arch/arm$ make htcraphael_defconfig ARCH=arm
17:29.03randomblamemake: *** No rule to make target `htcraphael_defconfig'.  Stop.
17:29.23Captnoordlol
17:29.25Captnoordyou should use
17:29.26Captnoordhtcdiamond_android_defconfig
17:29.28Captnoordor
17:29.32Captnoordhtcdiamond_defconfig
17:29.33Captnoordhmmmm
17:29.47Captnoordhtc_linux\kernel\arch\arm\configs
17:29.54Captnoord.\kernel\arch\arm\configs
17:29.59Captnoordthere are the configs
17:30.16Captnoordhehehehehehehe
17:30.16Captnoorddude
17:30.21Captnoordyou don't need to make it in
17:30.24Captnoordarch/arm
17:30.26Captnoordyou need to make it in
17:30.27Captnoordkernel
17:30.30Captnoordso
17:30.33*** join/#htc-linux MrPippy (n=pip@adsl-75-33-11-169.dsl.sndg02.sbcglobal.net)
17:30.34Captnoordcd \
17:30.42Captnoordcd  ~/Desktop/kernel/
17:30.50Captnoordand
17:30.51Captnoordmake htcraphael_defconfig ARCH=arm
17:31.34Captnoordfor raphael of course....
17:31.45Captnoordfor what I have seen cr2 and the guys do
17:31.54Captnoordis eighter work from the dumps haret create
17:32.00Captnoordor disasmble
17:32.03Captnoordto get the info you need
17:32.07Captnoordregarding memory entry points
17:32.09Captnoordand stuff like that
17:32.29Captnoordyou also need a trustable debug point
17:32.39Captnoordat first for the raph and diamon it was the flash light
17:32.47Captnoordthat they could turn on and turn off
17:32.57randomblameyeah harat doesn't even see any gpios
17:33.01Captnoordokey
17:33.18Captnoordis there any info regarding linux and a LG phone
17:33.22Captnoordits build by HTC?
17:34.18randomblamethe ks20 runs the vogue build
17:34.23townkatanyone played with usbnet xp driver ?
17:34.25randomblamebut the incite will not
17:34.39Captnoordalright....
17:34.54Captnoordand is there proof of comparable hardware?
17:35.11randomblamethe thing is the frame buffer at this point is screwey haret loads linux, and the display randomly sizes and text moves the kernel then panics at some point
17:35.27Captnoordhmmm okey
17:35.40Captnoordthat means that the driver somewhere sits in the framebuffer memory
17:35.59Captnoordyou got hardware info
17:36.02Captnoordregarding your phone
17:36.06Captnoordwhat chips it uses
17:36.09randomblameI have fcc database
17:36.34randomblamemsm7201a - same as diamond
17:36.48randomblamequick q enable smp?
17:37.26*** join/#htc-linux BabelO (n=fcr@unaffiliated/babelo)
17:37.34Captnoordhmm.....
17:38.02Captnoordyou can give me a copy of your root wince files... I can peek using IDA Pro
17:38.05Captnoordalso a tip
17:38.07Captnoorddownload it
17:38.11Captnoordif you haven't already
17:38.21randomblameoh snap it's trying to compile x86
17:38.35randomblameok I can download it
17:38.37Captnoordhttp://www.codesourcery.com/
17:38.41Captnoordyour cross compiler
17:40.10Captnoordjust put it somewhere
17:40.11Captnoordand
17:40.31Captnoordexport PATH=[path to the cross compiler]/arm-2008q1/bin:$PATH
17:40.56Captnoordi be back in a half hour or so
17:40.59Captnoordneed to run a bit
17:41.00randomblamekk
17:41.15Captnoordmain idea about this stuff
17:41.26Captnoordis first setup your code
17:41.28Captnoordcompile
17:41.29Captnoordand then
17:41.31Captnoordfiddle with it
17:41.33Captnoord:P
17:42.52randomblameI don't see the qualcom msm series under the compatability list for sorcery g++
17:43.01Captnoordits arm
17:43.05Captnoordits a standard
17:43.27randomblamearch 6 right?
17:43.28Captnoordqualcomm is only the company that builds them according the standard
17:43.30Captnoordnope
17:43.32Captnoord7
17:43.34Captnoord9
17:43.46Captnoord11
17:43.52Captnoordthere are loads of diff ones
17:44.39Captnoordhttp://www.lg-incite.com/lg-viewty-design/qualcomm-msm7201a-risc-chipset-specs-and-devices/
17:47.09Captnoordif i'm back can you get me a copy of your nk.exe
17:47.29randomblamewhere do I find it
17:47.57randomblame<PROTECTED>
17:49.08*** join/#htc-linux kiozen (n=kiozen@rgnb-5d87c213.pool.mediaWays.net)
17:49.21randomblamebrb
17:50.13*** join/#htc-linux dwaradzyn (n=chatzill@chello089079067084.chello.pl)
17:51.06*** join/#htc-linux rafyvitto (n=rafyvitt@24.54.253.34)
17:56.34kri5dwaradzyn: hi there
17:56.45dwaradzynhi
17:57.16kri5dwaradzyn: did you get the sound on your blac100?
17:58.03townkathi
17:58.14dwaradzynkri5: nope, still trying
17:58.27*** join/#htc-linux StarLite (n=nnscript@s55916ca6.adsl.wanadoo.nl)
17:59.02dwaradzyni am about to check if cr2's patch is different from my changes right now
17:59.39kri5dwaradzyn: yes he has done a patch yesterday, but i did have the time to test
18:01.48townkatkris, u have a blackstone ?
18:01.57townkatsry, kri5
18:01.58townkat:)
18:05.39dwaradzyntownkat: he does a blackstone
18:06.44dwaradzynthe patch committed by cr2 contains the same changes i made few days ago (diff posted here and on xda). and for me there is no sound working, there must be something else
18:07.44townkat:(
18:09.18townkatstay close, cr2 may come online
18:09.34townkathe may help debuging
18:11.14townkatkri5, u have the same results?
18:17.41randomblameis there an alternative cross compiler code sourcery isn't letting me register
18:18.13Captnoorddude
18:18.17Captnoordget the free one
18:18.19Captnoordfor linux
18:19.15Captnoordhttp://www.codesourcery.com/gnu_toolchains/arm/portal/package2549/public/arm-none-linux-gnueabi/arm-2008q1-126-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
18:19.25Captnoordthats the one I am using
18:19.38Captnoordread stuff
18:19.38randomblameoooh I didn't see that link
18:19.38Captnoordhttp://wiki.xda-developers.com/index.php?pagename=BuildTheRaphaelKernel
18:20.10Captnoordi'm sure its possible to get a even updated version of it
18:20.20Captnoordbut i'm atm more like it works... don't change it
18:20.43randomblamedarn skippy
18:20.58*** join/#htc-linux toi (n=pleemans@d5153128F.static.telenet.be) [NETSPLIT VICTIM]
18:21.27Captnoordnow I will jump in
18:21.29Captnoordthe bath I mean
18:21.30Captnoord:P
18:21.33Captnoordwas a nice run
18:27.11*** join/#htc-linux toi (n=pleemans@d5153128F.static.telenet.be) [NETSPLIT VICTIM]
18:36.15*** join/#htc-linux imfloflo_Polaris (n=moi@173.25.71-86.rev.gaoland.net)
18:36.30*** part/#htc-linux imfloflo_Polaris (n=moi@173.25.71-86.rev.gaoland.net)
18:36.43kri5dwaradzyn,townkat: sorry was afk
18:37.03kri5dwaradzyn: do you still use the old android 1.0 image from blackstone wiki?
18:37.24dwaradzynyes
18:37.42kri5dwaradzyn: ok
18:38.11kri5dwaradzyn: gotta go now, be back later on, will try to have a running version on my device to be able to test too
18:41.41c4softwarere everyone, well someone know who i can determinate the name of the panel on my Diamond
18:41.43c4software?
18:41.57Gnutoogood question...
18:42.10Gnutoosame question for htcdream with qualcomm's kernel
18:45.28*** join/#htc-linux kvaster (n=kvaster@93.84.112.82)
18:47.41c4softwareWith the lastest dzo kernel he have made some change for (Toshiba MDDI client and Hitachi panel put on my diam its broken the on/off panel. i can turn off but i can't wake up.
18:47.49*** join/#htc-linux stickboy (n=anonymou@128.153.210.13)
18:51.21*** join/#htc-linux cr2 (n=cr2@ip-90-187-118-17.web.vodafone.de)
18:51.47kri5i'm half back :)
18:53.45townkathwo is that ?
18:53.57townkathow is that ?
18:54.07dwaradzynhi cr2
18:54.22kri5i'm here but i'm focused on something else
18:54.35townkat:)
18:54.39townkathi cr2
18:54.46kri5cr2: hi
18:54.46cr2hi
18:54.53cr2any news from blac100 ?
18:54.57townkatyup
18:55.01townkataudio not workin
18:55.04c4softwarehi cr2 & townkat
18:55.06dwaradzynstill no sound. does sound work on kovsky?
18:55.10cr2dmesg ?
18:55.16townkatdwaradzyn tested it
18:55.24townkatdwaradzyn
18:56.19cr2and adsprtossvccore.dll would be nice too
18:56.33cr2dwaradzyn: you should ask dcordes
18:56.40c4softwareokay i run with the lastest dzo kernel to see what is name of my panel, if someone can help me :)
18:57.12cr2c4software: i think it does not do any panel detection
18:58.36c4softwarei don't know but in the post he say (Toshiba MDDI client and Hitachi panel.) and with the lastest kenel, i have some trouble with the panel touscreen less responsive; and i can't turn on the screen after its is turn off
18:59.09cr2c4software: druidu has sharp panel
18:59.25cr2and there are 2 others (toppoly and toppoly2)
18:59.29c4softwareand he have some problem ?
18:59.38c4softwarels
18:59.42c4softwareoups
18:59.58cr2he does not hae the device now.
19:00.33c4softwareokay. on mine its really more buggy than before
19:00.39cr2the people are jumping too fast, without really knowing what they are doing
19:00.51cr2c4software: dump the panel id from wince smem
19:01.02c4softwarei just want to help…
19:01.11cr2i think we may add this call to kernel, so it will pop up in dmesg
19:01.25cr2c4software: can you connect to haret over telnet ?
19:01.41c4softwareof course if you want i reboot on windows and i do it
19:02.14cr2townkat: can you send me the adsprtossvccore.dll file ?
19:02.19*** join/#htc-linux chab7 (n=chab7@fibhost-67-206-132.fibernet.hu)
19:02.30cr2c4software: do it
19:02.40c4softwareyep windows boot :p
19:02.52c4softwareslowly boot .. :(
19:03.33kvasterhi all.
19:03.35kri5cr2: should i still use htcblackstone_defconfig?
19:03.40kri5or another one?
19:03.42townkatcr2, where cr2, that file is in winmo windows folder ?
19:03.50c4softwarehop
19:03.57townkatcr2, that file is in winmo windows folder ?
19:04.07kvasterjust tried to start investigation on blackstone platform with latest sources... and it seems that I can't start kernel anymore...
19:04.09c4softwarewhat is the ip to connect with telnet 169... ???
19:04.54kvaster2 dwaradzyn: hi. are you able to launch latest kernel on blackstone ?
19:04.56cr2townkat: yes
19:05.10cr2c4software: rndis ?
19:05.30dwaradzynhttp://rapidshare.com/files/281445979/adsprtossvccore.dll.html
19:05.36c4softwareim on osx, its maybe different
19:05.46cr2dwaradzyn: thanks
19:06.46cr2kvaster: i have compiled linload.exe and it boots
19:06.50tmztGnutoo: try #android :)
19:06.55c4softwarecan't acces to it without windows ?
19:06.56*** join/#htc-linux mickey|fsomeetin (n=M@c120.apm.etc.tu-bs.de)
19:07.25Gnutootmzt, ok thanks
19:07.57cr2Gnutoo: can you dump smem on g1 after gps start ?
19:07.59kvaster2 cr2: i tried kernel on blackstone three days ago with small patches and it was all ok. today I wanted to explore all the stuff and to start working on it (if i'll be able), but it seems that i'm stuck on initial kernel boot
19:08.24kvasterit shows initial screen after haret, but no console, no boot...
19:08.32Gnutoook if your realy want it and that no one else can do it I'll do it
19:08.37kvaster(i'm using latest 4.4 arm gcc)
19:08.58Gnutoocr2, if I restore my original firmware will I loose root?
19:09.06tmzton?
19:09.09tmztg1?
19:09.13Gnutooyes
19:09.19tmztyesm unless you have adp1 or use adp1 image
19:09.29cr2Gnutoo: why original fw ?
19:09.33tmztwhat are yourestoring for?
19:09.33cr2ah. ok
19:09.40kri5dwaradzyn: i just don't remember, what defconfig did you told me to choose?
19:09.41Gnutoocr2, for you
19:09.48c4softwareany idea ?
19:09.50Gnutoos/for you/for cr2
19:10.19cr2Gnutoo: well, i'll check my other ideas first.
19:10.40Gnutoocr2, ok tell me when you need me to restore my original firmware and dump the memory
19:10.50Gnutoobtw what is sme?
19:10.54Gnutoos/sme/smem
19:11.05dwaradzynkri5: there is no up to date defconfig for blac in git. look at my diff on xda
19:11.21kri5dwaradzyn: on wiki? or forum thread?
19:11.31cr2Gnutoo: the 1MB ram @0x01f00000
19:12.17dwaradzynkri5: forum thread
19:12.29Gnutoocr2, ok prepare the command to type for dumping the mem
19:12.38Gnutoowhile I reflash
19:12.41kri5dwaradzyn: just found it, thanks
19:12.47cr2Gnutoo: it is interesting for tracing the closed source libs. gps and camera mostly
19:12.55kvaster2 dwaradzyn: are you using some other patches now except modified blackstone config ?
19:13.14Gnutoocr2, ok thanks a lot
19:13.40dwaradzynkvasted: everything i have is posted on xda
19:13.41cr2dwaradzyn: can you post the full patch against current git head ?
19:14.13dwaradzyncr2: will do. it will at least help many people to build using simple make
19:14.30kvaster2 dwaradzyn: your patch does not work for latest git... trying to fix that, but with no luck
19:14.37tmztcr2: that commit works?
19:14.57dwaradzynkvaster: wait 15 minutes i will post new diff
19:15.04cr2tmzt: which one ?
19:15.32kvaster2 dwaradzyn: ok. thanks. but it seems that something other prevents me from launching kernel. b.t.w. I'm using android files from blackstonelinux wiki for test.
19:15.52tmztphys mem patch from swetland
19:16.43c4softwareits possible to telnet haret without windows ?
19:16.46dwaradzynkvaster: me too. i tried newer build for diamond with htc sense but they were simply not working. i think they needed some change in initrd to work
19:17.02randomblameok I got zimage compiled woot now I need to make some changes
19:17.07tmztc4software: yes
19:17.14tmztpossible and preferred I think
19:17.20tmztinstalle synce-hal
19:17.32randomblametmzt you suggested last night to change the htc_fb_console.c under arm/mach-msm right
19:17.36cr2tmzt: i'm not that much interested before a switch to .29
19:17.41randomblameshould I just reduce the resolution?
19:17.48c4softwaredamn im on osx, its maybe not possible ?
19:17.57tmztwhat's the gitweb link then?
19:18.05tmztI thought you applied it
19:18.05tmztok
19:18.14tmztI need to get the smi 32/64 to work
19:18.15cr2tmzt: the ernel works without it too
19:18.24tmztso I can test playwav
19:18.26cr2tmzt: why not stick to 32 ?
19:18.28kvaster2 dwaradzyn: ok. that is good. thanks.
19:18.35tmztbecause I have 64?
19:18.42cr2ok
19:18.55Gnutoocr2, so now what are the commands?
19:19.00tmztdzo said to use the header from diam, but I can't include that in raph
19:19.01cr2for playing sound 32 should be enough :)
19:19.16kvaster2 dwaradzyn: waiting for your latest patch then. I'm trying to join dev. Will not have too much time for that, but I will. Maybe will be able to help devs here.
19:19.19tmztwell, it doesn't work
19:19.23tmztmaybe it's something else
19:19.28cr2Gnutoo: do you have working /dev/mem ?
19:19.30tmztphone shuts down
19:19.34Captnoordre
19:19.40Gnutoocr2, I don't think so...
19:19.53cr2tmzt: 64 is not going to help with that
19:19.56*** join/#htc-linux pleemans (n=toi@d54C2A96D.access.telenet.be)
19:20.01cr2tmzt: boot with mem=32M
19:20.17Gnutoocr2, do you know a good image with gps libs + /dev/mem ?
19:20.18Captnoordrandomblame: any luck?
19:20.22tmztit works with 89 with one bank
19:20.36tmztit only started shutting down in the last few commits
19:20.47cr2Gnutoo: no. with the ramdisk you can use devmem2
19:20.51c4softwareokay i've got an widows for telnet the device
19:20.51c4software:)
19:21.16cr2c4software: hehe. i use wifi ;)
19:21.21Gnutoocr2, what is the config for /dev/mem?
19:21.26cr2and cdc_ether in linux
19:21.39Gnutooconfig = CONFIG_DEVMEM for instance
19:21.44cr2Gnutoo: usually it does not work. androids have made something strange.
19:21.53randomblameanyway to transfer files to my phone through ubuntu?
19:21.57tmztwhat doesn't work?
19:22.04tmztit's just the minimum address
19:22.04Gnutoocr2, so what should I do?
19:22.25townkati found a driver wich should make usb network posible under windows (like usbnet in linux), but it does not work with angstrom, any ideas ?
19:22.25townkathttp://www.webos-internals.org/wiki/USBnet_networking_setup
19:22.29cr2Gnutoo: do you have the 'devmem2' prohram ?
19:22.41Gnutoocr2, no where can I find it?
19:22.44cr2dwaradzyn: checking the adsp_5200
19:22.52*** join/#htc-linux Squarc (n=Squarc@82.217.32.29)
19:22.56cr2tmzt: devmem2 link ?
19:23.03tmztI don't have one
19:23.13ali12341devmem2 is in busybox
19:23.28Gnutoohttp://free-electrons.com/pub/mirror/devmem2.c ?
19:23.30Gnutoook
19:23.34GnutooI had busybox
19:23.36GnutooI'll check
19:23.43kri5dwaradzyn: patch does not apply :/
19:24.23kri5dwaradzyn: sorry, didn't followed the conversation, waiting for new diff :D
19:25.06CaptnoordSquarc: yo
19:25.07GnutooI've no devmem2 compiled in my static busybox
19:25.28GnutooI'll compile the one from freeelectron
19:25.37c4softwareGood
19:25.38c4softwarei'm connected
19:25.55cr2Gnutoo: the dump will contain your imei. and AT fifos. be careful :)
19:25.57c4softwarei do what now cr2 ?
19:26.05Gnutoook thanks a lot for the infos
19:26.20Gnutooif I put no sim inside is it better?
19:26.46*** join/#htc-linux cr2 (n=cr2@ip-90-187-118-17.web.vodafone.de)
19:27.02Captnoords/Kon/Con
19:27.15Captnoordlolz
19:27.18c4softwarelol
19:27.28c4softwaredamn its gone :D
19:27.32Captnoordhehe
19:27.54cr2Gnutoo: probably
19:28.15Gnutoocr2, devmem2 does that:
19:28.17cr2c4software: telnet ok ?
19:28.25Gnutoo<PROTECTED>
19:28.27c4softwareyep im connected
19:28.53Gnutoowhat should I do exactly then?
19:29.03Gnutoocross-compile a kernel with certain options...?
19:29.22Gnutoowhat should I do in order to have a memory dump that work?
19:29.37Gnutoo*to make the memory dump process work
19:29.52Gnutooas we have no access to the bootloader we can't use that
19:29.57Gnutoos/*//
19:30.09*** join/#htc-linux cr2 (n=cr2@ip-90-187-118-17.web.vodafone.de)
19:30.12Gnutooas I don't want to reflash my bootloader we can't use that
19:30.33Gnutoo(rebooting and dumping mem from bootloader)
19:30.49Gnutoostarts to be exausted(sleep needed )
19:31.19c4softwarei had to dump some information from haret througth telnet ?
19:31.45Gnutoocr2, what should I do exactly then?
19:31.49Gnutoolike:
19:32.02Gnutoo*cross compile a kenrel with that suplementary option or patch
19:32.14Gnutoo*dump memory(exact command)
19:32.22Gnutoo*starts gps
19:32.31Gnutoo*redump memory(same command)
19:33.23*** join/#htc-linux corto (n=corto@modemcable038.102-70-69.static.videotron.ca)
19:33.57c4softwareN
19:34.43cortowhen compiling the kernel with my arm toolchain, i get errors like:  too few arguments to function 'float32_sub'
19:35.09cortoI got different sets of errors by using a different version of gcc (now using 4.1.2 for arm)
19:35.12tmzthow are you compiling it? that sounds very wrong
19:35.14*** join/#htc-linux rafyvitto (n=irc@32.162.181.100)
19:35.19Squarchey Captnoord :)
19:35.21Gnutoocr2, ping
19:35.41cr2Gnutoo: does devmem2 work fo you ?
19:35.54Gnutoocr2, like I said before it opens /dev/mem
19:35.56cortotmzt, that's the make line i use:  ARCH="arm" MACH="armv4tl" CROSS_COMPILE="arm-unknown-linux-gnu-" make
19:36.03Gnutoocr2, at least the one I have
19:36.05c4softwarecr2 ? :$ ?
19:36.12Gnutoocr2, so should I do the following:
19:36.17Gnutoo*compile devmem2
19:36.21cr2Gnutoo: can you do 'dd if=/dev/mem of=foo bs=4096 count=1' ?
19:36.28GnutooI can
19:36.30CaptnoordSquarc: how's life?
19:36.39Gnutoobut I need /dev/mem
19:36.44SquarcCaptnoord: quite good :) you ?
19:36.50GnutooI'll look for the option in the kenrel
19:36.53Gnutooso:
19:37.00Gnutoo*first compile /dev/mem support
19:37.07Gnutoothen try to workarround the problems
19:37.07cortotmzt, this is against git tag: K2-6-21-hh20
19:37.21cr2dwaradzyn: the offsets and t2m are ok, but the image order is different. weird.
19:37.48*** join/#htc-linux balans (n=Administ@212-123-149-239.ip.telfort.nl)
19:39.12*** join/#htc-linux cr2 (n=cr2@ip-90-187-118-17.web.vodafone.de)
19:40.05dwaradzyni have problems with git. one of the files is "in a merge" and cannot be automatically merged. i tried to revert it by git checkout to the version before my changes but no go. i tried "git reset --hard" and still no go. any advice?
19:40.47dwaradzynthe error message for git pull is: CONFLICT (content): Merge conflict in drivers/serial/msm_serial_hs.c
19:41.04*** join/#htc-linux balans (n=Administ@212-123-149-239.ip.telfort.nl)
19:41.38cr2dwaradzyn: in such cases i delete the tree and do a new clone :)
19:41.39kvaster2 dwaradzyn: remove patch and make git pull
19:41.53kvastergit status + git checkout
19:41.55kvasterwill help
19:43.14kvasteranyway I tried to compile kernel for blacstone several days old (from git) and it is ok. seems that something in other commits broke blackstone 'part'
19:45.01cr2dwaradzyn: the adsp* is the same as on raph. the problem must be somewhere else
19:47.02dwaradzyncr2: thats good news. it means that there is something more than board-htcblackstone.c to be merged between raphael and blac in order to get audio working
19:47.09*** join/#htc-linux randomblame (n=kevin@173.12.174.62)
19:48.19cr2dwaradzyn: adsp cid hack, and the audmgr/snd iir and device settings.
19:48.56cr2dwaradzyn: the audmgr and snd itself were looking good.
19:49.00cr2the rpc logs
19:49.59dwaradzyncr2: can you point me to code of adsp cid and iir for raph?
19:51.39Captnoordrandomblame: you can using haret on your phone
19:51.46Captnoordand a telnet connection to it
19:51.55Captnoordcan't remember..... the commands
19:52.19*** join/#htc-linux Untouchab1e (n=Untoucha@82.147.51.146)
19:52.20Untouchab1ehi all
19:52.27c4softwarehi Untouchab1e
19:52.28c4software:)
19:52.33randomblameah I was hoping for something easy, like a driver mounting it..
19:52.33Untouchab1ec4software, whats up?=
19:52.47Captnoordrandomblame: nope it never is.....
19:53.02randomblame:)
19:53.03cr2dwaradzyn: in adsp.c
19:53.07cr2<PROTECTED>
19:53.08cr2<PROTECTED>
19:53.10cr2<PROTECTED>
19:53.10c4softwaremore time, i get my Exam; so now i have more time to search some new things on linux :)
19:53.11cr2<PROTECTED>
19:53.13cr2<PROTECTED>
19:53.14cr2<PROTECTED>
19:53.16randomblameI got my kernel compiled same result with the frame buffer
19:53.17Captnoordpeople understand the effort of coding and doing this stuff the moment they start trying it for themselfs
19:53.25randomblameso I tweaked the fb_console resolution
19:53.27randomblamesame result
19:53.29Captnoordhehe
19:53.29randomblame*sigh
19:53.30Captnoordk
19:53.45Captnoordnope nope nope
19:53.45Captnoordyou can see something that looks like the console?
19:54.01c4softwareand you Untouchab1e :)
19:54.04cr2randomblame: why not do it right ?
19:54.09*** join/#htc-linux patp (n=patp@87-194-56-160.bethere.co.uk)
19:54.28randomblameyes but I see windows around the black of the console and the black rectangle that is the console is a different size every time I run it
19:54.44Captnoordcr2 where should he start
19:54.46randomblamesometimes it's 1 pixel wide sometimes its the full screen
19:54.58dwaradzyncr2: thanks, i will look into this and try this hack uglier so it works on blac :)
19:55.04cr2randomblame: the file should be probably renamed msm7x0xA-fb-console.c
19:55.33cr2dwaradzyn: do you have an rpc fifo dump after playing some sound ?
19:55.38patpdwaradzyn: can you compile with current git? mine falls over since yesterday
19:55.41tmztit's in the arch-msm directory
19:55.45tmztso it's already msm
19:55.54cr2dwaradzyn: somebody sent me such dump, but it was all spammed with AGPS messages
19:56.05dwaradzyncr2: it was me :)
19:56.08randomblameyep I changed to resolution and that made a difference to herat so it is working with it's current name
19:56.21tmzthow did it affect haret?
19:56.40cr2Captnoord: there is an ATAG for the FB parameters
19:56.41randomblamethe output showed a different resolution in the log
19:56.52cortoon the htc_herm100, to access the microsd, the kernel would need the exact same stuff as i need on my eeepc to access the sd card right? (with slight diff in driver used)
19:57.06cr2Captnoord: we need to patch haret, so it will provide the FB ATAG
19:57.19tmztwhat does it look like now?
19:57.27tmztright
19:57.33tmztbut if lcd init works do we need it?
19:57.34cr2then all this #ifdef stuff will go away, and replaced with the ATAG picker
19:57.41dwaradzyncr2: i will try to make the dump again and post it. firstly i need to resolve the git problem. well i'm downloading one more, time is precious :)
19:57.48tmztparticularly if the ramconsole works for debugging
19:57.57cr2dwaradzyn: ok
19:58.07kvaster2 dwaradzyn: once more - you may try to git status, git checkout
19:58.11kvasterfor each modified file
19:58.25randomblametzmt: it works the same every time I load it it randomly changes the size and shape of the console with windows in the background sometimes it's full screen sometimes it's only 1 px wide
19:58.34cr2tmzt: the smem may be MPU'd, but not the framebuffer :)
19:58.50tmztsomebody found more ram then?
19:58.52dwaradzynpatp: i am blocked by git problems so did not build anything new today
19:59.18cr2randomblame: does your FB addr match the hardcoded ?
19:59.49cr2patp: do you have usb reset problems on blac100 ?
19:59.49randomblameI don't know how do I check
19:59.51kvasterso... it seems others having problems with fb-console aswell...
20:00.10cr2randomblame: 'print "%x" VRAM' in haret
20:00.14tmztwho? randomblame is on a lg drvie
20:00.15randomblamek
20:00.16tmztdevice
20:00.38cortoi believe the version of stuff i have installed are cause all sorts of compile issues, can anyone tell me what better versions i should use?
20:01.04cortobinutils-2.19.1-r1  gcc-4.1.2  glibc-2.9_p20081201-r3  linux-headers-2.6.30-r1
20:01.10tmztcorto: can you tell us what you are doing and the errors messages?
20:01.13cortothat's the toolchain i have now
20:01.45cortotmzt, at the most basic, i have this error: scripts/mod/sumversion.c:384: error: 'PATH_MAX' undeclared
20:01.59Captnoordcorto: your using cygwin?
20:02.18cortotmzt, when compiling with this line: ARCH="arm" MACH="armv4tl" CROSS_COMPILE="arm-unknown-linux-gnu-" make
20:02.21tmztcorto: you are using the cross compiler for native stuff?
20:02.25cortoon gentoo x86
20:02.29Captnoordk
20:02.33patpcr2: yes. also can't get usb rndis gadget to work either in windows or in ubuntu vbox
20:02.46patpmaybe connected, I'm sure I got it working a few months ago
20:02.49cortowith a crosscompiler toolchain that has the stuff and versions i stated a few lines above
20:03.11cortotmzt, i'm trying to compile on x86 for my htc herm
20:03.34cr2patp: the phy reset gpio is missing from wiki. i'll look at the spl
20:03.43tmztcorto: try #linwizard or #openmoko-gentoo
20:03.51tmztand I think there's an arm channel
20:03.52cortoi most likely missed something or doing something wrong
20:03.55patpwould that also stop it doing its RNDIS thing?
20:04.13tmztvbox is usb1.1 or 2?
20:04.15cortotmzt, i'm just interested in compiling the kernel for now
20:04.17cr2patp: in the dmesg of dwaradzyn i saw a lot or usb error messages
20:04.34cortotmzt, vbox is which ever you check
20:04.41patptmzt I've been using 1.1, haven't tried 2, is it better?
20:04.44tmztcorto: I know, but if you are using their cross compiler you need to ask somebody how gets that
20:05.01tmztpatp: I think msm only supports 2.0
20:05.10tmztcorto: you can use codesourcery.com though
20:05.11randomblamebah harat console is only working under windows for me this is irritating
20:05.15cortotmzt, ok, but then, i believe i'm not using the best version of glibc for arm...
20:05.19tmztbut the scripts stuff should be built with the native kernel
20:05.23patpcr2 the USB keeps going thru a reset - suspend cycle forever.
20:05.24tmztso you don't have it set up
20:05.34tmztyou shouldn't be building anything in scripts for arm
20:06.07cortotmzt, i dont understand what you mean, this is the very start of a normal "make"...
20:06.11patptmzt cool, I will try. I hacked the linux.inf driver so it has the right VID and PID to install on Win,
20:06.14*** join/#htc-linux rafyvitto (n=irc@32.162.178.136)
20:06.24cr2patp: hmm. it's 0x64 too, like on raph
20:06.39tmztpatp: are you working haret or cdc-ether?
20:06.41dwaradzyncr2: there were many resets in my dmesg because i switched cable a lot. i use multiple systems on one laptop and vmware and needed to plug it in and out to reset and start working with other system
20:06.52tmztdmesg -c
20:06.56cr2dwaradzyn: ok
20:07.33cr2dwaradzyn: can you post the full dmesg with the kernel version before dzo's last commit ?
20:07.50tmztok, don't do what I said then
20:07.53kvasterargh... seems that going down by revisions will be the best way to determine when kernel stopped working for me.
20:08.31patptmzt, using haret
20:08.44randomblamebrb rebooting to run harat console for whatever reason it keeps saying connection refuzed in ubuntu
20:08.44tmztyou don't need linux.inf then for haret
20:08.49tmztyou need activesync drivers
20:09.09dwaradzyncr2: will try this also
20:09.28rafyvittoguys  the new android 1.6 update supports resolutions up till 800x640,so this means it has native resolution support for VGA?
20:09.38tmztconnection refused? jus tclick listen in haret
20:10.11randomblameyeah I know
20:10.17randomblameit works under windows
20:10.28randomblameit's just not connecting under linux
20:10.32randomblamedriving me nuts
20:10.37Captnoordhehe
20:10.38kvaster2 rafyvitto: 1.5 will support vga and wvga
20:10.48Captnoordrandomblame: I can't remember what ip it uses
20:10.54Captnoordand also what things todo
20:11.15randomblameit's on wifi dhcp changed it anyways I know the ip its just not connecting
20:11.45CaptnoordI can't reach my ubuntu atm.... because of my win 7 instal...
20:11.49Captnoordwill fix it tomorrow
20:12.20Captnoordthen I can get to my info
20:12.38randomblameok rebooting now see you on the flip side
20:12.46kvaster2 rafyvitto: sorry, 1.6
20:13.50rafyvittokvaster: thats what i meant dude lol
20:14.01patptmzt, this is new to me, so if I start haret while activesync connected, I can ssh into the device after it boots?
20:14.15tmztnot ssh
20:14.17tmztno, hold on
20:14.22tmztwhat are you trying to do?
20:14.40townkatwe try to ssh from windows
20:14.50tmztto linux?
20:14.53tmztbooted from haret?
20:14.53townkatyup
20:14.53patpyep
20:14.56patplol
20:15.00tmztthen yes, you need the linux.inf
20:15.07patpbut it won't install
20:15.11townkatbut it does not work
20:15.15tmztyou also need to know the ip that linux is using
20:15.20tmztnot really sure
20:15.26townkatthe driver, does not start
20:15.28tmztwhere di d you get those instructions?
20:15.30townkatxp says code 10
20:15.34townkatdevice cannot start
20:15.35patpnot, it doesn't even get the rndis driver installed
20:15.43townkati have it installe
20:15.44townkatinstalled
20:15.47tmztcheck the installed files list
20:15.51tmztin devmgmt.msc
20:16.07patpwhen linux boots, it says new hardware MSM USB detected, then the linux.inf does not work as a driver for it
20:16.56townkatit works for me
20:17.05townkatjust change the vid to the one in device manager
20:17.11cortoanyone here can help me find out which version of glibc is most suited for an htchermes
20:17.14townkatbut then it says device cannot start
20:17.37*** join/#htc-linux randomblame (n=kevin@173.12.174.62)
20:17.40cr2lol
20:17.50randomblameok I'm back with the output
20:17.53cr2i'm trying to boot blac100 kernel on raph
20:18.04cr2and wondering why it does not boot :)
20:18.06*** join/#htc-linux drasar (n=maik@r4bd31.net.upc.cz)
20:18.15randomblameprint %x vram in haret gave me 158003c0
20:18.44cr2randomblame: it's a different address from hardcoded
20:18.45tmztcan you print "%x" p2v(vram) as well
20:18.57tmztwell that's the windows one
20:19.02tmztis it v2p?
20:19.06cr2tmzt: it does not matter
20:19.19randomblameok so what do I do
20:19.39patptmzt - the haret listen thing, does that allow me to get dmesg of teh device?
20:19.49patps/teh/the
20:19.58cr2<PROTECTED>
20:19.59cr2<PROTECTED>
20:20.01cr2-obj-y += mddi_client_dummy.o
20:20.02cr2+#obj-y += mddi_client_dummy.o
20:20.04cr2<PROTECTED>
20:20.05cr2-obj-y += mddi_client_nt35399.o
20:20.07cr2-obj-y += mddi_client_epson.o
20:20.08cr2+#obj-y += mddi_client_nt35399.o
20:20.10cr2+#obj-y += mddi_client_epson.o
20:20.11cr2bad news for blac100 guys.
20:20.16cr2+#obj-y += mddi_client_epson.o
20:20.21tmztpatp: haret has nothing to do with this
20:20.22cr2is disabled now
20:20.43patpcr2, why?
20:20.54cr2reenable epson
20:21.02cr2because your mddi client is epson
20:21.22cr2dzo was a bit too fast :)
20:21.34patplol, loose cannon.
20:21.44randomblameso do I change #define HTC_FB_PHYS0x16800000 to 158003c0
20:21.54townkatcr2, what does that mean ?
20:22.01townkatno audio for us ?
20:22.13cr2you don'T have the lcd driver with the latest git code.
20:22.57*** join/#htc-linux rafyvitto (n=irc@32.162.22.76)
20:23.10Captnoordrandomblame: give me the exe
20:23.12Captnoordplease
20:23.18townkathmm.., sound like it can be done, a lot of work?
20:23.22randomblamewhich exe
20:23.38Captnoordthe one I asked for before I went running a lap
20:23.54Captnoord[19:47] <Captnoord> if i'm back can you get me a copy of your nk.exe
20:24.09randomblameoh I was installing the compiler and forgot
20:24.20Captnoordhehe
20:24.21randomblamethe nk.exe is in the /windows/ directory right?
20:24.25patpwhen I compile currently for blac I get an error about VIBRA in pm.c
20:24.25Captnoordyup
20:24.32Captnoordyou can't copy it in a normal way
20:24.38Captnoordyou need to dump a part of your rom
20:24.41Captnoordusing haret
20:24.47randomblamewhats the command
20:24.52kri5patp: black defconfig is not u[ to date
20:24.53Captnoordand run it trough the rom parser
20:25.07kri5patp: it think dwaradzyn is doing a patch
20:25.11Captnoord16:55] <Captnoord> cr2  you need to dump a good chunk of SDRAM @0x10000000
20:25.11Captnoord[16:55] <Captnoord> 14:42  Captnoord  pwf test.raw 0x10000000 0x300000
20:25.11Captnoord[16:56] <Captnoord> that will dump about the needed stuff to a file at your haret directory
20:25.12Captnoord[16:56] <Captnoord> and then
20:25.12Captnoord[16:56] <Captnoord> 14:21  cr2  and then run dumprom.exe
20:25.12Captnoord[16:56] <Captnoord> you get all the nice stuff
20:25.13Captnoord[16:57] <Captnoord> dumprom.exe -d c:\temp_dir test.raw
20:25.15Captnoord[16:57] <Captnoord> I think I did
20:25.38Captnoordpwf test.raw 0x10000000 0x300000 is a haret thingy
20:25.59*** join/#htc-linux drasar (n=maik@r4bd31.net.upc.cz)
20:26.20Captnoordthanks himself for collecting everything
20:26.20cr2Captnoord: i think you should be banned from this channel for saying 'c:\temp_dir' :)
20:26.33Captnoordhehe
20:26.34Captnoordlol
20:26.36Gnutoocr2,   Kernel: arch/arm/boot/zImage is ready
20:26.40kri5cr2: agree :D
20:26.44Captnoordlol
20:27.50cr2mkdir /tmp/wince_junk && wine dumprom.exe -v -d /tmp/wince_junk test.raw
20:27.52Captnoordrandomblame: and dumprom you can find with every rom kit around
20:27.57Captnoordjust search the xda forums
20:28.02Captnoordand you'll find it
20:28.24randomblamewhat will the nx.exe get for us
20:28.37randomblamewhat will it do?
20:28.48cr2randomblame: many useful things.
20:28.52Captnoordnk.exe contains a lot of info regarding the interal working of your device
20:29.17cr2hmm. i can't boot to an end with the latest git.
20:29.35randomblameokie dokie I'll get her
20:29.43kri5cr2: git bisect?
20:29.48Captnoorddownload yourself a copy of IDA Pro 5.2
20:30.01Captnoordthere's always one floating around on the web
20:30.24Captnoordgit bipolar?
20:30.25Captnoord:P
20:30.34kri5git bisect exit
20:30.37kri5exist*
20:31.16kri5it allows you to find what version broke your projecy
20:31.21kri5project*
20:31.44cortoanyone know a good place where i'd find a working initrd and zImage for the htc herm100 ?  all the ones i found were broken and led to a partial system
20:36.01Gnutoohi,how do I modify boot.img?
20:36.13Gnutoomaybe I'll boot only the kernel
20:36.16Gnutoooverriding it
20:36.18Gnutoowith fastboot
20:36.56*** join/#htc-linux rafyvitto (n=irc@32.162.206.38)
20:50.12*** join/#htc-linux randomblame (n=kevin@173.12.174.62)
20:50.18randomblameok I got my nk
20:54.20wt8008hey randomblame i have an incite too been following your posts, ping me if you need any help out with getting stuff, if i am available
20:59.34Captnoordrandomblame: then upload it somewhere so I can take a peek
20:59.38Captnoordhave you downloaded ida?
21:00.33*** join/#htc-linux druidu (n=druidu@78.97.155.94)
21:02.43Gnutoocr2, I've a problem...
21:02.52Gnutoocr2, my kenrel reboots the phone
21:03.47Gnutoohere's my fastboot command:
21:04.48Gnutoo./fastboot -c "${content_of_/proc/cmdline}"boot /home/embedded/android/android-msm-htc-2.6.25/arch/arm/boot/zImage /home/android/replicant/out/target/product/dream-open/boot.img
21:05.00Gnutoos/boot/ boot/
21:05.31Gnutoos/"${content_of_/proc/cmdline}"boot/ "${content_of_/proc/cmdline}" boot
21:05.41*** join/#htc-linux randomblame2 (n=kevin@173.12.174.62)
21:06.21randomblame2ok my nk is here files.topthenet.com/nk.exe
21:07.01randomblameok my nk is here files.topthenet.com/nk.exe
21:07.15Gnutooouch I did a boot.img in the past...
21:07.22GnutooI'll look how I did that
21:08.00randomblameno captnoord I'm in ubuntu isn't ida windows only? I hate all this rebooting I have to do lol
21:08.17randomblamecr2 did you get that
21:08.55druidurandomblame: works with wine :)
21:09.05druidua bit flickery but not that bad
21:09.09randomblamelol

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