IRC log for #htc-linux on 20100813

00:01.32*** join/#htc-linux Kasjopaja23 (~Tina@p57BC05A1.dip0.t-ipconnect.de)
00:02.28*** join/#htc-linux unenana (~unenana@212-198-248-35.rev.numericable.fr)
00:07.01*** join/#htc-linux [acl] (~abel@cpe-69-203-141-229.si.res.rr.com)
00:07.22[acl]WoZZeR: ahh man i might not be around tonight so let me help as much as i can with that kernel
00:07.52WoZZeRok
00:07.59WoZZeRdid you read my earlier stuff from the log?
00:08.02[acl]WoZZeR: Your clocks arent set and we reset imem via rpc
00:08.12[acl]WoZZeR: this is where its probably crashing
00:08.41WoZZeRok
00:08.50[acl]WoZZeR: open up clocks-wince.c
00:09.02WoZZeRk
00:09.02[acl]writel( 0, MSM_IMEM_BASE );
00:09.03[acl]pr_info("reset imem_config\n");
00:09.03[acl]
00:09.03[acl]get_clk_khz();
00:09.05*** join/#htc-linux msnuser111 (~msnuser11@pool-70-20-88-200.pitbpa.east.verizon.net)
00:09.07[acl]comment all this out
00:09.23[acl]actually .. let me double check
00:10.57WoZZeRoh, I got yang setup to create the nbh with the compile script
00:11.08[acl]awesome
00:11.16[acl]ok i just chekced you can comment out those lines
00:11.23WoZZeRok, done
00:11.24WoZZeRbuilding now
00:11.52[acl]we should post this on ppcgeeks if anyone else wants to try. ill try to do it tonight
00:12.34WoZZeRflashing now
00:12.38WoZZeRthe updated one?
00:12.56[acl]no i mean the changes ..
00:12.58WoZZeRdid you use the romhdr info I sent you? or is this all stock stuff?
00:13.14*** join/#htc-linux ray111 (~msnuser11@pool-70-20-88-200.pitbpa.east.verizon.net)
00:13.24WoZZeRI'm trying to figure out why it wouldn't boot for hyperfire
00:13.24[acl]this is stock stuff for now. Until we get the kernel fully working
00:13.47WoZZeRcool
00:14.07WoZZeRseems to have stopped where imem_config reset would be
00:14.17*** join/#htc-linux fgsfds (6c6fc3e9@gateway/web/freenode/ip.108.111.195.233)
00:14.23[acl]ok then its probably the clock disable stuff
00:14.44fgsfdsWisTilt2:  you still around?
00:14.52WoZZeRclock_late_init is one of the last errors
00:14.59[acl]WoZZeR:  add pr_info("disabling %d \n", clk->id);
00:15.09[acl]right above pc_clk_disable
00:15.16[acl]so we know what clock its dying on
00:15.17WoZZeRwhat line? same place
00:15.51[acl]in the late init
00:15.51fgsfdsWisTilt2: I have a vouge in android running with sound...  i know you were looking for som1 with sound
00:15.59*** join/#htc-linux AstainHellbring (~AstainHel@unaffiliated/astainhellbring)
00:16.02WoZZeRthe one in the loop?
00:16.07[acl]WoZZeR: look for pc_clk_disable.. yeah inside
00:16.13*** join/#htc-linux NeoFlux (~NeoFlux@94-192-226-85.zone6.bethere.co.uk)
00:16.15[acl]so we get a print out of the clocks its disabling
00:16.36WoZZeRk
00:16.51WoZZeRrhod proximity init is after that error
00:17.50WoZZeRflashing again
00:18.18WoZZeRpr_info is like a printf?
00:18.32[acl]kinda..
00:18.43WoZZeRjust trying to learn
00:18.51[acl]im not sure if its a macro or not
00:18.52WoZZeRgot through them all
00:18.59[acl]oo.. so its something else
00:19.10[acl]should be like 15 or so clocks right?
00:19.14WoZZeR18
00:19.37WoZZeRUnable to handle kernel NULL pointer dereference at virtual address 00000014
00:19.44WoZZeRpgd= c0004000
00:19.54[acl]hmm
00:19.57WoZZeR[00000014] *pgd=00000000
00:20.01[acl]this is after clocks?
00:20.03WoZZeRyeah
00:20.22WoZZeRseems to be in rhod proximity init?
00:20.37[acl]comment it out too i suppose. not like we need it right now
00:20.59WoZZeRwhat's it called?
00:21.00*** join/#htc-linux FD-hd2 (~FD-hd2@82.132.139.48)
00:21.09WoZZeRis it in clocks or board?
00:21.17[acl]board
00:22.09[acl]search for &rhod_prox
00:22.22WoZZeR#endif
00:22.22WoZZeR&rhod_prox,
00:22.29WoZZeRjust remove it?
00:22.32WoZZeRor that and enfid
00:22.41WoZZeRendif*
00:23.36[acl]you can just comment out the rhodprox
00:24.22WoZZeRbooting
00:25.14WoZZeRkernel panic from what looks like battery stuff
00:25.34WoZZeRonly have 7 seconds to look, so it may take a few boots to see where it's stopping exactly
00:26.00[acl]ahh yeah.. i know nothing baout battery. need to search the board more
00:26.09WoZZeRgot past that
00:26.12WoZZeRgot to some keybad stuff
00:26.29WoZZeRcan I turn off kernel panic?
00:26.33WoZZeRand have it just freeze
00:26.45[acl]not sure
00:27.05WoZZeRcannot open mmblk
00:27.13WoZZeRor what ever the sd card in tinboot is
00:27.24[acl]hmm
00:27.47WoZZeRplease append correct root= options
00:27.54WoZZeRsomething to that effect
00:28.12[acl]so its boot relaed and not kernel ?
00:28.37WoZZeRunable t mount rood on unknown fs
00:28.44WoZZeRmaybe
00:29.23WoZZeRsorry, on unknownblock(0,0)
00:29.34jonpryare you using ramdisk?
00:29.39[acl]so right after the keypad stuff right
00:29.44WoZZeRyeah
00:29.48WoZZeRmsm_rtc seems to work
00:30.08WoZZeRmtdparts=msm_nand:0x00300000@0x26a0000(boot),0x00d80000@0x029a0000(root),0x05980000@0x03720000(system),0x06f60000@0x090a0000(userdata)
00:30.14WoZZeRshould I try adding that to tinboot
00:30.23WoZZeRor is that purely nand
00:30.26[acl]as long as you dont destroy ur phone
00:30.31[acl]ur close to the end
00:30.52[acl]after that you got BFS , lcd ctrl and touch calibration
00:31.18WoZZeRcannot open root device mmblk02 on unknown block (0,0)
00:31.39WoZZeRcould it be a different device?
00:31.51[acl]hmm.. good question
00:31.59[acl]let me check
00:32.00*** join/#htc-linux FlawlesStyle (~LOL@unaffiliated/flawlesstyle)
00:32.44WoZZeRdo I need an ext2 partition, or should fat32 work fine?
00:33.22ali1234mmblk02 doesn't sound right
00:33.29[acl]mmcblk0
00:33.34ali1234did you mean mmcblk0p2?
00:34.45WoZZeRali1234: Yes. I'm a n00b and I only have 7 seconds to commit what I see to memory
00:35.02[acl]WoZZeR: wonder if this is where its coming from root=/dev/mmcblk0p2
00:35.03ali1234put panic=0 on the command line and it will just freeze
00:35.18ali1234yes that's where you specify root, same place
00:35.40WoZZeRmmcblk0
00:35.43WoZZeRdoesn't work
00:35.45WoZZeRsame errors
00:35.45[acl]WoZZeR: need to recompile tinboot with panic=0 then
00:35.49WoZZeRk
00:35.55[acl]and back to p2
00:36.00WoZZeRfrom the compile script?
00:36.04WoZZeRpanic=0?
00:36.10[acl]in tinboot.S
00:36.16[acl]there is a section for rhodium
00:36.23WoZZeRoh, into startup
00:37.09WoZZeRcool, thanks
00:37.17WoZZeRI added p2 back
00:37.42WoZZeRso could it be that line is causing issues?
00:37.53WoZZeRshould I remove hw3d.force=1?
00:38.02[acl]nahh you havent gotten that far
00:38.05[acl]we need it anyways
00:38.12[acl]to test my chanes
00:38.16[acl]*changes
00:38.30WoZZeRit looks like it a partition issue
00:38.39[acl]yeah..
00:38.41WoZZeRin what it's trying to mount
00:38.56[acl]grrr thats my bad i suppose.. let me look into it
00:39.04WoZZeRcould it be p3?
00:39.20WoZZeRI saw something refer to p3 on a forum
00:39.30WoZZeRor p1
00:40.29WoZZeRshould I move everything from andboot to root?
00:40.39[acl]actually all of that depends on if ur sd card is partitioned
00:41.25WoZZeRI'm backing up my card now so I can mess with stuff
00:41.52*** join/#htc-linux ShadowFoxeBiH (~ShadowFox@255-184.126-70.tampabay.res.rr.com)
00:42.12WoZZeRhow should I partition it, and where should I put stuff?
00:42.34[acl]i dont think you need to. but tinboot needs to match your layout
00:43.06[acl]this is odd.. im seeing mmcblk0p2 everrywhere
00:43.17[acl]no p1 or p3
00:43.41FD-hd2P1 is fat p3 for swap?
00:43.45WoZZeRI only have a primary partition
00:43.54FD-hd2P2 ext2
00:43.57[acl]FD-hd2, thanks man
00:44.02[acl]p1 then
00:44.08WoZZeRtrying
00:44.31FD-hd2That's how it is on cyanogen hd2 mod... maybe a basic layout
00:44.53WoZZeRso p2 is ext2?
00:45.10FD-hd2P refers to partition number
00:46.37WoZZeRcannot open root device mmcblk0o1
00:46.45WoZZeRp1*
00:47.18*** join/#htc-linux ede (~nnscript@ool-44c4f27e.dyn.optonline.net)
00:48.02[acl]WoZZeR: hmm.. baffled.. need to research
00:48.07WoZZeRok
00:48.15WoZZeRso it's almost to booting phase?
00:48.28[acl]close
00:48.42[acl]the easy part is almost done .. put it that way
00:48.55WoZZeRno, the easy part is ignored
00:48.59WoZZeRlol
00:49.10WoZZeRunless you don't need what was commented out
00:52.54[acl]hmm so mmcblk0 doesnt work right ? and mmcblk0p1 dont work either
00:53.00WoZZeRnope
00:55.03[acl]ur formatted fat right now?
00:55.19WoZZeRI believe so
00:55.20WoZZeRlet me check
00:56.41WoZZeRfat32
00:57.48[acl]search that error
00:57.51[acl]the original one
00:57.54[acl]unkown block
00:58.47WoZZeRI get the same message! In my .config file :
00:58.47WoZZeRCONFIG_IDE=y
00:58.47WoZZeRCONFIG_BLK_DEV_IDE=y
00:58.53WoZZeRdo we have something similar for sd?
00:59.38[acl]i dunno if we need to build it differently.. let me check
01:03.38WoZZeRshould I try formatting it in ext2 on my dev box
01:04.20WoZZeRshould the partition be active?
01:04.29[acl]no idea
01:04.36[acl]this is new territory for me as well
01:05.04[acl]trying to find info on xda.. i know there was talk about this
01:06.04*** join/#htc-linux mastermerlin1 (~Adium@pD957D26B.dip.t-dialin.net)
01:06.13WoZZeRdoes linux use logical drives as a container?
01:06.18WoZZeRI'm trying to remember
01:10.29[acl]try formatting as ext2
01:10.33*** join/#htc-linux Dr`Ryder (~HODM@pool-96-228-142-19.tampfl.fios.verizon.net)
01:11.36WoZZeRhow do I mount it to linux again? I forgot the command
01:11.46WoZZeRmount /mnt /dev/sdb -ufs?
01:12.03[acl]should automount
01:12.10[acl]dont know what device it comes under
01:12.59[acl]fuck i gotta step out
01:13.07WoZZeRok
01:13.10[acl]you may need to consult google :-)
01:13.12[acl]ill be back later
01:13.18WoZZeRyeah
01:14.09*** join/#htc-linux MikeBanks (~michael@c-174-56-198-233.hsd1.ga.comcast.net)
01:18.27Dr`Ryder(> Mp3 Player / Shuffle Mode <) - (> 10 / All Summer Long <) - (> Kid Rock <) - (> 4:57 <) - (> 7.15 MB <) - (> 202 Kbps <)
01:19.20jonpryWozzer I can help you with mounting
01:19.43jonpryjust run df with card out. and df with it in. and compare
01:19.56jonpryor mount
01:21.04Dr`RyderOops.
01:22.08*** part/#htc-linux Refuge (~none@99.38.56.139)
01:22.09*** join/#htc-linux Refuge (~none@99.38.56.139)
01:22.36WoZZeRhow do I run those?
01:22.42WoZZeRboot into android?
01:23.07*** join/#htc-linux myn (cereal@cpe-71-64-8-228.insight.res.rr.com)
01:23.48WoZZeRjust formatted the card, gott repartition and move everything back, unless I can add it to the kernel some how
01:26.02jonpryi thought you had a linux box you wanted to check the partitions with
01:26.15WoZZeRno, I can do partitions with windows
01:26.28jonpryi see
01:26.36WoZZeRI'm trying to figure out why it won't mount in the kernel
01:26.45WoZZeRI just installed gparted, that worked nicely
01:27.37WisTilt2jonpry: sorry to leave you hanging but company issues needed my attention.  i'll be back in here later from home if you're still around.
01:28.27jonpryi'll be around for a while
01:29.15jonpryWozzer, how do you know the mmc driver is working
01:29.55WoZZeRI don't
01:32.30jonpryramdisk?
01:32.51jonpryneed that for nand boot anyways
01:33.06WoZZeRwouldn't that require a decent amount of code?
01:33.42jonpryi think you just need to burn it in the rom some how, then it is all boot parameters
01:33.55WoZZeRbut you need to be able to read nand
01:34.02WoZZeRI think
01:34.15jonprytin boot already does that
01:34.49WoZZeRI thought the issue was with xdandroid that it could only read from sd cards
01:34.53WoZZeRand not internal rom
01:36.02jonpryi doubt that it knows where its data comes from as long as it is a mounted filesystem
01:36.26WoZZeRtinboot puts the kernal in the xip, where the phone can natively read it before drivers
01:36.55jonpryis there a copy of the code somewhere?
01:37.02WoZZeRfor tinboot?
01:37.04jonpryyes
01:37.19WoZZeRhttp://forum.xda-developers.com/showpost.php?p=5321330&postcount=5
01:37.49jonpryis that the one you guys are using right now? no mods?
01:38.10WoZZeRit's a bit different, 1 sec
01:38.33WoZZeRhttp://forum.ppcgeeks.com/showpost.php?p=1904218&postcount=20
01:38.35ali1234just because tinboot can read the nand does not mean the kernel can
01:38.39WoZZeRI'm using the tinboot from that
01:38.43ali1234you know that right?
01:38.52WoZZeRthat's what I kinda figured
01:39.06jonprywell tinboot will copy the ramdisk from nand into ram
01:39.14jonprythen it will work
01:39.35ali1234if you specify root=/dev/mmvblk0p2 then it won't use the ramdisk
01:39.41ali1234sorry, i haven't been reading along
01:40.38jonpryali1234: i'm not totally sure what they are doing either. but trying to use the sd card seems a bit far out to me
01:40.48ali1234why?
01:41.48jonprycause they don't have anything like ramconsole to be able to debug anything. so stuff either works or it doesn't. booting with sd would be nice. but if it doesn't work, then there is little hope to get it working :-)
01:42.12ali1234the have console on the screen
01:42.36jonprynot for very long
01:42.40ali1234reading the sd card should work long before you even consider booting from nand
01:43.32jonprywe will have to agree to disagree there
01:43.48ali1234what phone has nand support but not sd support?
01:43.57ali1234i don't know any
01:44.33jonprytinboot has nand support but not sd \
01:44.43ali1234tinboot doesn't *need* sd support
01:44.48ali1234it only loads the kernel
01:44.54ali1234the kernel loads rootfs from sd
01:45.04*** join/#htc-linux thedewil (~thedewil@95.7.128.219)
01:45.13jonpryit loads initrd into ram
01:45.18ali1234or rather, the kernel loads the rootfs from where ever you tell it to
01:45.39jonprylooks sd is complicated there is a fair amount of code to deal with it. tinboot is like 100 instructions
01:46.13*** part/#htc-linux thedewil (~thedewil@95.7.128.219)
01:46.17ali1234you dont need any more than that for bootloader
01:46.53jonpryespecially if you don't want sd
01:47.04ali1234why would you put sd support into a nand bootloader?
01:47.19jonpryyou keep making my point for me
01:47.31ali1234heh, no, you simply don't understand
01:47.54ali1234if i tell my bootloader to root=/dev/mmcblk0p1 - then it doesn't matter where the bootloader or the kernel is stored
01:48.04ali1234root argument doesn't take effect until after the kernel has booted
01:48.12ali1234therefore root can be on aany device supported by kernel
01:48.20ali1234it doesn't matter what the bootloader can support
01:48.21*** join/#htc-linux Sphyynx (~gren@adsl-9-201-88.mia.bellsouth.net)
01:48.25jonpryit gets that far. but alas does not mount the root
01:48.36jonprypresumably because the driver is busted.
01:48.44*** join/#htc-linux solerant-dc (~dustin.co@adsl-99-153-104-56.dsl.hstntx.sbcglobal.net)
01:48.59ali1234you you asked for wrong partition, or sd card just isn't formatted right
01:49.13*** join/#htc-linux Sphyynx (~gren@adsl-9-201-88.mia.bellsouth.net)
01:49.13ali1234but like i said, i'm not reading alone
01:49.15WoZZeRI probably don't have it formatted right
01:49.21ali1234*along
01:49.26jonpryor the driver doesn't work
01:49.28*** part/#htc-linux solerant-dc (~dustin.co@adsl-99-153-104-56.dsl.hstntx.sbcglobal.net)
01:49.40WoZZeRif the driver didn't work, wouldn't it not work from haret as well?
01:49.53ali1234it's possible the driver doesn't work if windows mobile has not already initialized the mmc controller
01:50.03ali1234this is a very common problem
01:50.05jonprywinmo sets things up. we don't really know what it sets up
01:51.31ali1234you can look in SPL how it initializes the SD card
01:51.44ali1234it's usually not complicated
01:52.13WoZZeRjonpry: would the tp2 spl be of help?
01:52.39ali1234does tinboot replace spl or follow on from it?
01:52.54WoZZeRtinboot get's booted from spl
01:53.05WoZZeRtinboot takes the windows xip partion, and replaces it
01:53.23ali1234you probably only need to turn on some GPIO to enable the SD card power then
01:53.34ali1234we had same problem on another phone
01:54.14ali1234i fixed it by dumping all registers related to SD card and GPIO, and then just trying them one by one to see which one made it work
01:54.35ali1234(dumping which the SD card was working/not working)
01:55.09WoZZeRhow would I go about that?
01:55.23ali1234you can boot from haret?
01:55.43WoZZeRyeah, just have to reflash to windows
01:56.05ali1234and SD card works when you do it that way?
01:56.07WoZZeRI'm writing everything that was on my sd card back
01:56.11WoZZeRyeah
01:56.47ali1234so what i did was look in the kernel source to find all memory regions related to SD card and GPIOs
01:57.03jonpryshouldn't the gpio stuff just be moved into mmc driver?
01:57.10ali1234then i boot from haret when the SD card is working and dump all of those regs to a large binary file
01:57.49ali1234then i boot from eol (which is similar to tinboot) so the sd card isn't working, and dump all the same regs
01:58.08ali1234then i run a side by side diff on every register, refering to kernel source for the meanings
01:58.56ali1234starting with gpio - in my test kernel i set *every* gpio like it is in winmo, before initing the SD card
01:59.30ali1234for me that made it work, so then i find the individual gpio by divide-and-conquer
01:59.58ali1234ie binary search
02:01.37ali1234when you boot from haret you use default.txt right?
02:01.43WoZZeRyeah
02:01.46ali1234in that you should see the root= part
02:02.00ali1234you should use exactly the same in the tinboot config to start with
02:02.10ali1234cos you are using the same SD card
02:02.15WoZZeRtheredundant: is no root part
02:02.23WoZZeRset cmdline "lcd.density=240 msmts_calib=0x9f.0x39a.0x35c.0x78 7x00.a11=500 msmvkeyb_toggle=off pmem.extra=1 gsensor_axis=2,1,3 pm.sleep_mode=2 rel_path=andboot hw3d.force=0 htc_battery_smem.fake=0 acpuclock.oc_freq_khz=716800 physkeyboard=rhod500 htc_hw.force_cdma=1 "
02:02.36*** join/#htc-linux ToAsTcfh (~toastcfh@100-47.200-68.tampabay.res.rr.com)
02:02.54ali1234ok, then you should have no root part in tinboot config
02:03.17ali1234then it will use the initrd
02:03.18WoZZeRsd card is taking forever, I'll try that
02:03.32ali1234it won't try to mount mmcblk0p2
02:03.36WoZZeRit's a crappy class 2 or 4
02:03.47WoZZeRnope, won't work from mmcblk0 anything
02:03.53WoZZeRp1 or p2
02:04.00WoZZeRand no p
02:04.12*** join/#htc-linux edein (~ede@ool-44c4f27e.dyn.optonline.net)
02:05.19ali1234what about p0?
02:05.30WoZZeRI don't think I tried that
02:05.36WoZZeRI reformatted my sd card though
02:05.39WoZZeRand I'm putting everything back
02:05.49ali1234why did you change it?
02:05.50WoZZeRso I'll have to try them all again
02:05.56WoZZeRadded an ext2 partition
02:06.00WoZZeRto see if it made life easier
02:06.18ali1234did you put system files into it?
02:06.24ali1234like /init
02:06.26WoZZeRno
02:06.34ali1234won't help very much then
02:06.38ali1234won't hurt either though
02:06.44WoZZeRnot even sure how the card should be setup
02:06.56WoZZeRsince I'm assuming it doesn't read from files
02:06.59ali1234it should be set up exactly like you were booting from haret
02:07.06WoZZeRok, with /andboot, or no
02:07.17*** join/#htc-linux Neo31 (~Neo31@unaffiliated/neo31)
02:07.29ali1234i don't know, because i don't know the details of how your rom works?
02:07.41ali1234if you have /andboot when booting from haret, then yes, otherwise no
02:08.05WoZZeRit boots from /andboot, and the start has rel_path=andboot
02:08.17WoZZeRso if I put everything in root, I wouldn't need rel_path, right?
02:08.32ali1234you would probably need to set it to / or something
02:08.37ali1234but why mess around with it?
02:08.41ali1234it works like this:
02:08.56ali1234haret and tinboot both only look at the zImage and initrd.gz
02:09.16ali1234the only other thing you need to worry about is the cmdline which you can see in default.txt
02:09.32WoZZeRok
02:09.55WoZZeRso I should copy my startup.txt to the tinboot asm file?
02:10.00ali1234as long as the zImage, initrd.gz, and cmdline are same in both haret and tinboot, and there are no bugs in the kernel, then nothing else matters
02:10.28ali1234you need to transfer the options set in default.txt cmdline= into the tinboot code
02:10.49WoZZeRthe text anyway, from cmdline
02:10.56ali1234yes, exact
02:10.59WoZZeRok
02:11.29ali1234you also need to put your initrd.gz into tinboot
02:11.37WoZZeRit is
02:12.05ali1234if you do it right then the worst that can happen is SD fails to mount and you end up in the initrd
02:12.16WoZZeRI'll be able to test it in a few minutes
02:12.22WoZZeRI lost my fast android microsd card
02:12.31WoZZeRso I'm using my slower general one
02:12.34*** join/#htc-linux pongster (~opera@110.55.234.196)
02:14.02ali1234i bet we could port tinboot to omap850
02:14.07ali1234it's so damn simple
02:14.59ali1234hard part will be figuring out how/where to flash it
02:15.54*** join/#htc-linux Scepterr69 (~scepterr@ool-18b92277.dyn.optonline.net)
02:16.05WoZZeRif it's a windows device, it shouldn't be hard
02:16.10WoZZeRjust get the romhdr info from the xip
02:16.41ali1234i suppose. omap850 uses the "old" rom format though - nb, not nbh
02:16.42WoZZeRas long as someone has flashed to the device, and there is a hardspl
02:16.46ali1234dunno if that matters
02:16.47WoZZeRit should be possible
02:16.54WoZZeRif it's just a os.nb, it's no problem
02:16.58ali1234it doesn't even need hardspl
02:17.12WoZZeRcannot open root device "NULL"
02:17.15ali1234spl can be cid unlocked in place on wizard
02:17.20WoZZeRoh
02:17.29ali1234you didn't load any initrd?
02:17.49ali1234did you put in panic=0?
02:17.55WoZZeRI have initrd.gz in the asm code
02:17.59WoZZeRand panic=0
02:18.05*** join/#htc-linux kvaster (~kvaster@vpn-e0.bas-net.by)
02:18.15WoZZeRinitrd:
02:18.15WoZZeR@.incbin"initrd.gz"
02:18.15WoZZeR@.align
02:18.18ali1234so what does it say about ramdisk?
02:18.21WoZZeRor does that mean it's commented out?
02:18.34ali1234er... at a guess, yes
02:18.46ali1234.word romhdr+0x80000000@ location of wince romhdr
02:18.51ali1234@ is comment :)
02:18.56WoZZeRk
02:20.09ali1234on wizard/omap850, eol allows us to boot the kernel from a goldcard, so we can dualboot by just holding camera button :)
02:20.26ali1234it's really helpful
02:20.41WoZZeRlol, nice
02:20.56WoZZeRit doesn't want to compile correct with initrd.gz
02:21.08ali1234maybe it's too big?
02:21.16WoZZeRit's possible
02:21.23ali1234how big is it?
02:21.39WoZZeRthe initf?
02:21.41WoZZeRinitrd*
02:21.44ali1234yeah
02:21.49WoZZeR4m
02:22.33ali1234that's not exactly huge
02:22.38ali1234what errors did you get?
02:23.25WoZZeRnone that I know of
02:23.30WoZZeRI'm using a compile script
02:23.37ali1234no output?
02:23.58WoZZeRtinboot.S:124: Error: attempt to move .org backwards
02:24.19ali1234yeah that's sure sign your initrd is too big
02:24.30ali1234.org XIP_END-0x20000,0xff
02:24.36ali1234i guess that's line 124?
02:24.41WoZZeRyeah
02:25.55ali1234XIP is only about 3MB
02:26.02WoZZeRyeah
02:26.07ali1234so you'll have to slim everything down to make it work
02:26.15WoZZeRxip can probably be bigger
02:26.25WoZZeRstock TP2 xip is over 4megs I think
02:26.36ali1234well you can try increasing XIP_END
02:26.39WoZZeR4.8 megs
02:27.07ali1234im not familiar with how this stuff works
02:27.53WoZZeRif I wanted to increase the max to 6 megs, would I use 0x40000?
02:29.07ali12340x400000 is exactly 4MB
02:29.44ali1234you need enough room for kernel+cmdline+initrd
02:30.19WoZZeRrg XIP_END-0x120000,0xff
02:30.24ali1234no
02:30.26WoZZeRthat still didn't work, so I need to change some other line?
02:30.28ali1234that's the wrong place
02:30.39ali1234at the top:
02:30.40ali1234.equXIP_END,0x2ff000
02:30.41WoZZeR.equRAM_SIZE, 0x03000000
02:30.47WoZZeRoh
02:30.52ali1234change it to like 0x500000
02:30.56ali12345MB
02:31.02ali1234that still probably won't be enough
02:31.33WoZZeR6 worked
02:31.35WoZZeRI'll test it
02:31.39ali1234when you say .org, you are saying to the assembler "move forward to this location in ram"
02:31.45WoZZeRoh
02:31.47*** join/#htc-linux dcmedic (600a4d2a@gateway/web/freenode/ip.96.10.77.42)
02:32.20WoZZeRso what are we hopeing for with initrd.gz included
02:32.22ali1234so .org XIP_END-0x20000,0xff means "fill from here to XIP_END-0x20000 with 0xff"
02:32.27WoZZeRfile currupted
02:32.38WoZZeRahhh, that makes sense
02:32.51ali1234but obv. that doesn't work if you already went past that address
02:33.21ali1234if you get it to load initrd and the SD driver works ok then it should boot all the way into android like normal
02:33.34ali1234still loading the android files from SD card though
02:33.52WoZZeRok, it doesn't like that size, or initrd.gz being included
02:34.03ali1234it will be the size
02:34.10ali1234you made a ext2 part right?
02:34.17*** join/#htc-linux gauner1986 (~gauner198@p508C70BB.dip.t-dialin.net)
02:34.19ali1234unpack the initrd contents to it
02:34.20WoZZeRyeah
02:34.26WoZZeRit says currupted
02:34.57ali1234where does it say "currupted"?
02:35.07ali1234on the kernel output?
02:35.25WoZZeRgzip: /home/wozzer/kerne'/nboutput/initrd.gz not a gzip file
02:35.41WoZZeRwhen trying to extract
02:35.57gauner1986phh: if you're reading logs.. i found sth out about the simcard not loaded problem as i disassembled the java-code of framework.dex.. the event EVENT_RECORDS_LOADED is not triggered it seems.. this is where the stupid htc code sets sim loaded to true.. if you know anything about this / how to trigger it, let me know. :)
02:36.22ali1234it isn't a tar.gz
02:36.37ali1234it's probably cpio
02:37.46ali1234mkdir tmp; cd tmp; zcat ../initrd.gz | cpio -i -d
02:38.16ali1234then copy it all onto ext2 part
02:38.43WoZZeRpremature end of archive
02:39.04ali1234ok, maybe it's not cpio
02:39.10ali1234maybe it's a squashfs
02:39.26ali1234file initrd.gz
02:39.31*** join/#htc-linux urgodfather (urgodfathe@71-12-79-198.dhcp.spbg.sc.charter.com)
02:39.36ali1234or gunzip initrd.gz; file initrd
02:39.42ali1234that should tell you what it is
02:40.05urgodfathercan someone help me root this htc eris
02:40.08ali1234anyway, when you manage to unpack it on to your ext2 partition, then add root=/dev/mmcblk0p2
02:40.17urgodfatherim following the tutorial but its not working
02:40.27WoZZeRit says it's a cpio
02:40.56ali1234WoZZeR: ok then, so, in tmp do you have a bunch of files now?
02:41.14WoZZeRlol, no
02:41.22WoZZeRI get premature end of file again
02:41.31ali1234how so?
02:42.12ali1234it didn't find any files at all in side?
02:42.16WoZZeRtrying a different initrd now
02:42.30ali1234maybe it's just a bad initrd?
02:42.36WoZZeRmaybe
02:42.37ali1234maybe that's why nothing works?
02:42.40WoZZeRok, I have a bunch of files now
02:42.51WoZZeRlemme test this one on the card
02:43.03WoZZeRI know the "bad" one booted
02:43.48ali1234something else you can test
02:43.59ali1234you can try to boot from ext2 partition with haret
02:44.14ali1234in the same way, just add a root= to command line
02:44.30WoZZeRok, so I got the files from a different initrd.gz
02:44.34*** join/#htc-linux ToAsTcfh (~toastcfh@100-47.200-68.tampabay.res.rr.com)
02:44.37WoZZeRyou want me to add them to the root of the ext2?
02:44.40ali1234but in default.txt... when you can boot from ext2 partition from haret, then put same param into the tinboot cmdline
02:44.52ali1234yes, copy all the initrd files there
02:45.50ali1234you should have a file called "init" at the top of the ext2 partition, then the usual bin sbin lib etc
02:47.07WoZZeRthe initrd.gz didn't output into folders
02:47.10WoZZeRjust 293 files
02:47.36*** join/#htc-linux lithoc (c058a723@gateway/web/freenode/ip.192.88.167.35)
02:47.37WoZZeRwait, maybe not
02:47.40WoZZeRcd bin
02:47.42WoZZeRwhoops
02:47.56WoZZeRinit and just bin
02:48.15ali1234sounds ok
02:48.34ali1234so your sd card stil has first partition as fat, second as ext2?
02:49.19WoZZeRyeah
02:49.43ali1234ok then, edit default.txt and add root=/dev/mmcblk0p2 to cmdline
02:49.52ali1234then try to boot from haret
02:50.03*** join/#htc-linux g55 (~g55@rgnb-5d87d619.pool.mediaWays.net)
02:50.22ali1234if that works do same with tinboot (and remove the initrd.gz)
02:50.33WoZZeRthat'll take a bit, gotta reflash to windows
02:50.45ali1234well you can just try right away with tinboot...
02:50.53ali1234it will either work or it won't
02:52.57WoZZeRI really need a new sd card
02:53.00WoZZeRthis is taking forever
02:54.21ali1234you shouldn't ever need to modify the sd card...
02:54.28ali1234except default.txt
02:54.35ali1234or you are still copying initrd files?
02:54.45WoZZeRno, moving everything to it
02:54.52ali1234"everything?"
02:54.58WoZZeRinitrd.gz
02:55.00WoZZeRto ext2
02:55.10ali1234but it's only a few mb...
02:55.39WoZZeRno idea why it took so long
02:56.01WoZZeRso booting from tinboot, I don't need default.txt, that's only for haret?
02:56.28WoZZeRok, didn't boot with p2 and initrd in ext2
02:56.56ali1234yes, default.txt is only for haret
02:57.00ali1234so, what does it say?
02:57.07WoZZeRsame error
02:57.14ali1234what does it say before that
02:57.17WoZZeRcannot mount mmcblk0p2
02:57.31WoZZeRsetting system clock
02:57.53ali1234does it say any other errors about sd mmc?
02:58.56WoZZeRno errors
02:58.59WoZZeRfor sd
02:59.02ali1234you might want to recompile kernel with the tiniest font so you can see more log
02:59.17ali1234at this point you need to find an initrd that is small enough to fit in XIP
02:59.28WoZZeRmmc slot status change dected 1-> 0
02:59.43ali1234hmm ok that sounds good like it detected the card
03:00.03WoZZeRirq 102
03:00.09WoZZeRdected me putting it back in
03:00.24ali1234it should announce that it found the partitions though
03:00.34WoZZeRit doesn't
03:00.44ali1234so something isn't right
03:00.56ali1234almost certainly missing power gpio init
03:01.04ali1234but you'll need a shell to fix it
03:01.10ali1234so you'll need an initrd
03:01.25ali1234or to disassemble haret
03:01.29ali1234i mean spl
03:02.23WoZZeRwell, if I can decrease the size of zimage
03:02.28WoZZeRthen I can fit initrd.gz
03:02.38ali1234you only have 0x2ff000
03:02.42WoZZeRyeah
03:02.45ali1234under 3mb
03:02.46WoZZeR300000 doesn't work
03:02.51ali1234kernel is usually about 1mb
03:02.57WoZZeRinitrd.gz that I found is 1.8
03:03.07WoZZeRmy zimage is 1.5
03:03.15ali1234ok, you should be able to squeeze it all in
03:03.24ali1234just remove some unused stuff from kernel
03:03.35WoZZeR; /dev/sdb2 608756 438008 139824 76% /media/ext2
03:03.39WoZZeR; /dev/sdb1 15022120 128328 14893792 1% /media/535A-2B5B
03:03.43WoZZeRthat's my sd card
03:04.04ali1234that's fine
03:04.10WoZZeRis there any way to compile it for just rhodium?
03:04.16WoZZeRso it doesn't have everything else
03:04.22ali1234you probably already do
03:05.09WoZZeRI don't see anything in the build script set for rhod
03:07.04jonprymost of the drivers have been switched to runtime amss version detection. so there is no defines
03:07.50WoZZeRso any idea where I can start removing?
03:07.58jonpryiptables is big
03:08.33ali1234you don't strictly need wireless drivers at this point...
03:08.56jonpryget rid of random filesystems, like ntfs
03:09.02jonpryor maybe vfat
03:09.08WoZZeRwhere do I do that?
03:09.10ali1234you need vfat
03:09.15ali1234but not ntfs
03:09.23jonprymake menuconfig?
03:10.10WoZZeRcan't menuconfig
03:10.32WoZZeRnvermind
03:10.36WoZZeRwasn't in linux-msm
03:10.57*** join/#htc-linux programmer8922 (~Evan@67.219.166.182)
03:11.19ali1234you might need to: ARCH=arm make menuconfig
03:11.32ali1234otherwise it will reconfigure kernel for x86 or something
03:11.46WoZZeRyeah
03:12.19WoZZeRcan I remove unneeded phones?
03:12.30ali1234in theory yes
03:12.42ali1234in practice maybe not
03:12.59ali1234stick with things you surely do not need first
03:13.28WoZZeRInotify fs?
03:13.52ali1234nah you wont need it
03:14.13WoZZeRno ntfs to begin with
03:14.30ali1234remove wireless drivers/mac80211 subsystem
03:15.17ali1234hid devices can go too
03:17.10WoZZeRcan I just run the build on it again
03:17.14WoZZeRdoes it save my config?
03:17.19ali1234no idea
03:17.35ali1234depends what build system you use
03:18.56*** join/#htc-linux swc|666 (~neopwn@unaffiliated/swc666/x-4934821)
03:19.48WoZZeRwell, it's taking a while to run
03:19.52WoZZeRso it must have changed some stuff
03:20.06*** join/#htc-linux FlawlesStyle (~LOL@unaffiliated/flawlesstyle)
03:20.13ali1234it might just overwrite your changed config with its own
03:20.26WoZZeRCONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
03:20.31WoZZeRthe htc_msm config has that in it
03:21.37WoZZeRif not, I can manually go through the config file
03:22.15*** part/#htc-linux urgodfather (urgodfathe@71-12-79-198.dhcp.spbg.sc.charter.com)
03:22.54WoZZeRnope, I see it including wireless stuff... damn
03:23.16*** join/#htc-linux ToAsTcfh (~toastcfh@100-47.200-68.tampabay.res.rr.com)
03:23.52*** join/#htc-linux josh13x12 (~josh13x12@99-190-187-250.lightspeed.lsvlky.sbcglobal.net)
03:25.29*** join/#htc-linux Cass-hd2 (~Cass@87-194-153-242.bethere.co.uk)
03:27.54*** join/#htc-linux Dr`Ryder (~HODM@pool-96-228-142-19.tampfl.fios.verizon.net)
03:34.28lithochttp://pastebin.com/1f3E8KKj
03:56.52*** join/#htc-linux ts0cha0tik (~RonAcer7@254-44.125-70.tampabay.res.rr.com)
03:57.09*** join/#htc-linux ts0cha0tik (~RonAcer7@254-44.125-70.tampabay.res.rr.com)
03:57.32josh13x12Anyone use Parad0XUA build from Aug 03?
03:59.24*** join/#htc-linux RJackson (~Omitted@92.9.233.52)
04:02.30Refugejosh13x12 this a dev channel please dont double post and ask in #htc-linux-chat
04:08.15*** part/#htc-linux josh13x12 (~josh13x12@99-190-187-250.lightspeed.lsvlky.sbcglobal.net)
04:14.28*** join/#htc-linux Neo31 (~Neo31@unaffiliated/neo31)
04:16.20*** join/#htc-linux ede (~nnscript@ool-44c4f27e.dyn.optonline.net)
04:28.00*** join/#htc-linux babijoee (~babijoee_@d110-33-189-7.sun801.vic.optusnet.com.au)
04:30.40*** join/#htc-linux babijoee (~babijoee_@d110-33-189-7.sun801.vic.optusnet.com.au)
04:32.50*** join/#htc-linux sykosoft (601284f2@gateway/web/freenode/ip.96.18.132.242)
04:33.09sykosoft[wozzer] [acl] may I make a suggestion? I frequently have issues such as that
04:33.15sykosoftgenerally with raid crds
04:33.19sykosoft*cards
04:33.37sykosoftso, my solution to that is build applicable storage drivers into the kernel monolithic style
04:33.39sykosoftvs modules in initrd
04:33.53sykosoftthat way, whether initrd gets loaded or not, you'll have the necessary devices to mount
04:33.58sykosoftit may get you further
04:34.38sykosoft(actually, as general practice in the server world, when building my own kernels, I almost always build storage drivers into the kernel, and everything else as modules, coming from the gentoo world)
04:35.16sykosoft(sorry, meant to direct this to wozzer and ali234)
04:36.39*** join/#htc-linux GlemSom (~glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk)
04:42.15WoZZeRsykosoft: I think the MMC stuff is working fine, we don't have drivers for the nand stuff I don't believe though
04:44.34*** join/#htc-linux joee (~joee@d110-33-189-7.sun801.vic.optusnet.com.au)
04:50.23*** join/#htc-linux pkirsche__ (~pkirsche@pD95F660E.dip.t-dialin.net)
04:52.18*** join/#htc-linux ugha (c07cfb81@gateway/web/freenode/ip.192.124.251.129)
04:56.57*** join/#htc-linux brnshroom (~shroom.jo@c-76-30-161-228.hsd1.tx.comcast.net)
04:58.13*** join/#htc-linux [acl] (~abel@cpe-69-203-141-229.si.res.rr.com)
04:58.34[acl]WoZZeR: any progress.. just got back
04:58.41WoZZeRno, not really
04:58.50[acl]same spot?
04:58.58WoZZeRkinda, got a few ideas from ali though
04:59.15WoZZeRif we can get the zimage to about 1 meg, we can include initrd.gz in the tinboot
04:59.19WoZZeRand then issue commands
04:59.27[acl]hmm
04:59.37WoZZeRI'm trying to figure out why it won't take my new configs though
04:59.46[acl]new config?
04:59.49WoZZeRmake: *** No rule to make target `htc_msm_android_defconfig2'. Stop.
04:59.58WoZZeRI made a new config, add a 2
05:00.04WoZZeRgot rid of wireless and network stuff
05:00.13WoZZeRjust trying to get the zImage as small as possible
05:00.19*** join/#htc-linux skimike (~IceChat7@99-185-7-111.lightspeed.frokca.sbcglobal.net)
05:00.39[acl]i dunno man.. keep in mind the other peeps didnt change anything and got farther
05:00.56WoZZeRit may be my card as well
05:01.05[acl]could be.. u have another one?
05:01.08WoZZeRI got the initrd.gz stuff on the ext2
05:01.11WoZZeRI did, lost it though
05:01.16[acl]ahh
05:01.17WoZZeRit was my android card, a nice class 6 one
05:01.23WoZZeRso I'm working on a crappy class 2
05:01.36[acl]well get the kernel back to where it was and post it on geeks
05:01.42[acl]someone else can guinea pig for a bit and report back
05:01.56[acl]i just reserved my Epic so ill be nanding soon too
05:02.27WoZZeREpic?
05:02.35[acl]4g epic.. sprint
05:02.41WoZZeRnice, works buying you a new phone?
05:02.46[acl]yeah
05:03.10WoZZeRI changed the default line
05:03.15WoZZeRmddi.width=480 mddi.height=800 panic=0 lcd.density=240 msmts_calib=0x9f.0x39a.0x35c.0x78 7x00.a11=500 msmvkeyb_toggle=off pmem.extra=1 gsensor_axis=2,1,3 pm.sleep_mode=2 hw3d.force=1 htc_battery_smem.fake=1 acpuclock.oc_freq_khz=716800 physkeyboard=RHOD500 htc_hw.force_cdma=1 root=/dev/mmcblk0p2
05:03.18WoZZeRwant me to change it back?
05:03.52[acl]i dont think it matters since most of that crap is for android. and we are no where near it
05:04.21WoZZeRK, posting to ppcg
05:04.39WoZZeRso are all the usb and stuff we commented out going to be added later, or are they not needed
05:05.17[acl]it will be added later
05:05.25[acl]once we have logging enabled and all that good stuff
05:07.05WoZZeRwhat about the fact that everyone has stuff in /andboot?
05:07.19[acl]but for nand ?
05:07.23WoZZeRwould they just get a different error
05:07.24WoZZeRno, for this test
05:07.33WoZZeRso it would mount, but then do nothing after?
05:07.50[acl]well we cant even read the card. . so i dunno
05:07.58WoZZeRthe card works
05:08.06WoZZeRI get a message saying when I insert a card
05:08.09WoZZeRand when I remove it
05:08.16WoZZeRon irq 23 I think
05:08.24[acl]this is from the kovsky guys
05:08.25[acl]#
05:08.25[acl][   32.004577] mmc1: host does not support reading read-only switch. assuming write-enable.
05:08.25[acl]#
05:08.25[acl][   32.098144] mmc1: new high speed SDHC card at address 0007
05:08.25[acl]#
05:08.27[acl][   32.193084] mmcblk0: mmc1:0007 SD04G 3996160KiB
05:08.29[acl]#
05:08.30WoZZeRirq 102
05:08.31[acl][   32.255889]  mmcblk0: p1 p2 p3 p4
05:08.36[acl]p1 p2 p3 p4
05:08.44[acl]sounds like they partitioned the hell out of it
05:08.48WoZZeRyeah
05:08.57WoZZeRwell, it's for each disk part
05:09.13[acl]so we have to replicate that structure?
05:09.14WoZZeRmtdparts=msm_nand:0x00300000@0x26a0000(boot),0x00d80000@0x029a0000(root),0x05980000@0x03720000(system),0x06f60000@0x090a0000(userdata)
05:09.22WoZZeRmaybe
05:09.36WoZZeRso if we had a partition for each?
05:09.48WoZZeRI'll get a new sd card
05:09.54WoZZeRtomorrow
05:10.38*** join/#htc-linux MikeBanks (~michael@c-174-56-198-233.hsd1.ga.comcast.net)
05:11.06WoZZeRhttp://forum.ppcgeeks.com/showpost.php?p=1909555&postcount=30
05:11.11WoZZeRI added your name to the post as well
05:11.24WoZZeRsince I am only a proxy
05:11.47WoZZeRand idea on how to make initrd.gz smaller?
05:12.03WoZZeRis e2fsck needed?
05:12.15[acl]did u look at dzo tiboot repo?
05:12.24WoZZeRthe one from 4 months ago?
05:12.28[acl]he has some more info and files there about tinboot
05:12.34[acl]i dunno how old t is
05:12.43WoZZeRhttp://androidhtc.git.sourceforge.net/git/gitweb.cgi?p=androidhtc/tinboot.git
05:12.49WoZZeRoh, master updated 4 weeksa go
05:14.22WoZZeRsweet, just compiled initrd.gz in
05:15.23[acl]good progress
05:15.24*** join/#htc-linux jonpry (~jonpry@63.245.31.4)
05:15.34WoZZeRhe had one just small enough
05:15.38WoZZeRon the tree
05:15.52WoZZeRI get waiting for sd card scrolling now
05:16.21*** join/#htc-linux noobhands (~noobhands@cpc4-hitc6-2-0-cust82.hitc.cable.virginmedia.com)
05:16.29WoZZeRhmm, had new messages :D
05:16.35WoZZeRtrying it with card in now
05:17.03WoZZeRit mounted
05:17.29WoZZeRcreating data store
05:17.52[acl]woa
05:18.04[acl]i dont have any champagne to celebrate unfortunately
05:18.07[acl]:-p
05:18.10WoZZeRlol
05:18.14jonpryi have rum
05:18.18WoZZeRwriting superblocks
05:18.58WoZZeRunable to open persistand peoperty directory /data/property errorno:2
05:19.01*** join/#htc-linux FLeiXiuS (~FLeiXiuS@c-68-55-68-4.hsd1.md.comcast.net)
05:19.03*** join/#htc-linux FLeiXiuS (~FLeiXiuS@unaffiliated/fleixius)
05:19.11[acl]woa
05:19.22[acl]WoZZeR: thats sounds almost androidish
05:19.45WoZZeRtimeout
05:19.48[acl]jonpry: sup bro.. u get that info for Wistilt2 ?
05:20.13WoZZeRthis may be down to problems with the card now
05:20.13jonpryyeah. but he didn't use it because it requires rhobuntu. apparently he is working under android
05:20.30[acl]hmm
05:20.32WoZZeRit's blk1
05:20.40[acl]just black ?
05:20.51WoZZeRsorry, mmcblk1
05:21.01[acl]oo
05:21.21jonpry[acl]. i rewrote the threading stuff in Vial. found some bugs but it doesn't seem to change how anything works
05:22.15*** join/#htc-linux babijoee (~babijoee_@d110-33-189-7.sun801.vic.optusnet.com.au)
05:22.21[acl]jonpry: that blows..
05:22.33[acl]WoZZeR: so whats the play by play ?
05:22.48WoZZeRtrying a new cmdline in tinboot
05:23.14WoZZeRomg, created log :D
05:23.21[acl]stop messin with me
05:23.32[acl]cuz i cant take that much good news in 1 day
05:23.40WoZZeRhttp://pastebin.com/8XD3TuP7
05:24.13WoZZeRthat says mmcblk0 at top
05:24.20WoZZeRbut it was 1 in console
05:24.29[acl]odd
05:24.31jonpry[acl]. i think the trouble is with dsp_init
05:24.48[acl]i need to run this by phh.. he knows all that blk poop
05:25.09WoZZeRmke2fs: cannot determine if /sdcard/andboot/data.img is mounted
05:25.13WoZZeRthat's what I'm trying to fix now
05:25.36WoZZeRI guess it is 0,
05:25.39WoZZeRI have p1 and p2
05:26.02jonpryhow do we find out what kerneliocontrol 0x10100A0 does?
05:26.12ali1234e2fsck: while determining whether /dev/block/mmcblk0p2 is mounted
05:26.12ali1234ext2 contains a file system with errors, check forced.
05:26.23[acl]jonpry: sound irq related
05:26.29ali1234that's the initrd you unpacked before
05:26.34[acl]jonpry: where do u see this ? nk.exe?
05:26.47ali1234looks like you didn't clean unmount it though, causing all those errors
05:26.51jonpryadsprtossvcs.dll
05:27.13WoZZeRali1234: should I try removing the ext2 partition?
05:27.18[acl]ali1234: your wisdom comes in handy :-)
05:27.21ali1234no, it won't hurt anything
05:27.23[acl]jonpry: ima take a look
05:27.34WoZZeRstuck again
05:27.58WoZZeRinit: inable to open persistand property directory /data/property eerno:2
05:28.01WoZZeRunable*
05:28.10ali1234yeah that's an android error
05:28.35ali1234can you get a shell on that?
05:28.48WoZZeRshould I try it without the card to get shell?
05:29.08ali1234no
05:29.09WoZZeRbuttons don't seem to do anything
05:29.24ali1234judging from your dmesg i'd say your card is full of errors
05:29.37ali1234also if it takes 10 minutes to copy 4mb file...
05:29.48[acl]wtf kinda card is this ?
05:29.56ali1234even p1 has errors on it
05:29.59[acl]4mb in 10 mins
05:30.03WoZZeRit's a cheap 16g card
05:30.05WoZZeRclass 2
05:30.08[acl]ahh
05:30.09WoZZeRI already formatted it
05:30.15WoZZeRI had a nice android card
05:30.18WoZZeRbut it's gone
05:30.21WoZZeRno ida where
05:30.23ali1234did you sync before removing it?
05:30.35WoZZeRno, I don't sync it
05:30.42ali1234well you should
05:30.49ali1234otherwise not all data gets written
05:31.03ali1234then you get fs errors..........
05:31.54WoZZeRand fat32 should be fine, right?
05:32.08WoZZeRI use mainly a windows pc
05:32.19ali1234sure
05:32.29*** join/#htc-linux kiozen (~kiozen@rgnb-5d87838c.pool.mediaWays.net)
05:32.35WoZZeRdoes initrd.gz and zimage in the andboot folder matter?
05:32.41ali1234no
05:32.41[acl]jonpry: its odd.. doesnt look like an address. whats up wit those regkeyex crap ?
05:33.01*** join/#htc-linux AndIrc___ (~android@m2b2336d0.tmodns.net)
05:33.02ali1234init is probably corrupt from not syncing
05:33.05WoZZeRdoes it matter what the original system is?
05:33.06jonpryi'm not sure
05:33.16jonprywhole thing is fubar
05:33.22ali1234i dunno what that means
05:33.22WoZZeRsystem.ext2 vs system.sqh or whatever
05:33.36ali1234no that doesn't matter
05:33.44[acl]look for the same number in nk.exe
05:33.47ali1234it's not the problem here
05:33.55jonpryguess i don't know what version you have. but on mine at b+2380 it loads b_3a5c into r3
05:34.09AndIrc___fucked up beyond all recognition
05:34.12jonprythat is the good stuff. that is a pointer to a function that actually does something
05:34.44ali1234anyway i'm going to sleep now
05:34.45WoZZeRok, trying android with a proper move and sync
05:34.55WoZZeRthx for your help!
05:35.05jonpry[acl], but all it does it store that on the stack and then zonk it
05:36.01[acl]jonpry: ive seen some weird shit with the 3d code too.. lol
05:36.30jonpry[acl], i don't think searching for the number will work. it means something. its like upper bits are driver id, and some middle bits are command, and lower are some kind of mode
05:37.03[acl]yeah i see..
05:38.11jonpryoic, it passes a pointer to the stack to kerneliocontrol
05:38.31[acl]jonpry: ur asm is better than mine..
05:38.49jonpryi wish
05:39.01*** join/#htc-linux hypersonicx (~none@c-68-53-159-88.hsd1.tn.comcast.net)
05:39.56*** join/#htc-linux Termana (~bradley@123-3-177-102.static.dsl.dodo.com.au)
05:40.24jonprynm, it zonks that too
05:41.49[acl]WoZZeR: where are you located ? we need to send u a card
05:41.49WoZZeRMichigan
05:42.18WoZZeRtrying something new now
05:42.22WoZZeRmaking the card have 4 partitions
05:44.02[acl]man i cal already feel it.. there is gonna be a noob attack on ppcg tomorrow
05:44.05*** join/#htc-linux hyperfire21 (63596909@gateway/web/freenode/ip.99.89.105.9)
05:44.15jonprywe need a wrapper for adsprtos
05:44.19WoZZeRlol
05:44.28[acl]jonpry: wrapper ?
05:44.30[acl]wy?
05:44.42jonprylike what we did with wavedev and then wozzer cooked it in
05:45.11jonprybecause I have no idea what parameter is passed to init
05:45.21[acl]ahh
05:45.21jonpryeven though there should be some easy way to figure that out
05:45.49[acl]jonpry: well we got alot of people who can compile.. prep the code and we can get it done
05:47.04jonprywill do
05:47.26*** join/#htc-linux manatails_ (~admin@manateeshome.com)
05:48.04*** join/#htc-linux manatails_ (~admin@reactos/tester/manatails)
05:51.06*** join/#htc-linux Scepterr (~scepterr@ool-18b92277.dyn.optonline.net)
05:51.14*** join/#htc-linux Lsnake (be35d3dc@gateway/web/freenode/ip.190.53.211.220)
05:53.04jonpryi'm starting to think the easiest way to get this working will be to change out the radio again
05:53.47[acl]jonpry: cotulla mentioned thats worth a try
05:53.53[acl]jonpry: whats that involve ?
05:54.58*** join/#htc-linux lilsnoop (~lilsnoop@ip68-229-4-180.lv.lv.cox.net)
05:55.20WoZZeRgetting the radio.nb you want
05:55.26WoZZeRand creating a .nbh from it
05:55.36[acl]yeah but dont we need some sort of compatible device?
05:55.53WoZZeRyeah, any cdma radio will work for cdma devices
05:55.55WoZZeRfor the most part
05:56.09[acl]really? and you know this because of ur cooking days ?
05:56.14WoZZeRyeah
05:56.22[acl]damn chefs.. gotta love em
05:56.28WoZZeRhttp://forum.ppcgeeks.com/showthread.php?t=90342
05:56.39WoZZeRthose are all self-installable
05:56.48WoZZeRthey may format your device though
05:57.06*** part/#htc-linux pkirsche (~pkirsche@pD95F660E.dip.t-dialin.net)
05:57.21jonprydoes sound work on blackstone?
05:57.42[acl]ehh its similar to the raphael so it might
05:57.52[acl]ur gsm ?
05:57.57jonpryWoZZer, you have really put the wrong radio's on a phone and got it to work?
05:58.06jonpryi think a hero radio would be best
05:58.11[acl]woa
05:58.12WoZZeRno
05:58.16WoZZeRlol, that would be nice
05:58.21WoZZeRbut it has to be same device
05:58.27[acl]ahh there u go
05:58.27WoZZeRbut CDMA has a few different versions
05:58.34jonpry<WoZZeR> yeah, any cdma radio will work for cdma devices?????????
05:59.04lilsnoopanyone know where I can get the n1 live wall papers?
05:59.05WoZZeRjonpry: sorry, I mean for the same device
05:59.43[acl]jonpry: wanna try the hero radio anyway ? :_p
05:59.49[acl]lol
05:59.55WoZZeR[acl]: ok, I created a sd card with 4 partitions
05:59.58WoZZeRlet's see what happens
06:00.02jonprythats really my only motivation to get jtag working
06:00.28[acl]jonpry: i offered to get you a device.. you were like "noo im too good for that" .. :-p
06:01.09jonpryjtag device?
06:01.13jonpryor just a phone?
06:01.50[acl]just phone.. did u say u had the device?
06:01.53jonpryi think if you have olinex fancy unlock, it will run unsigned radios
06:01.53*** join/#htc-linux adioph (7432e344@gateway/web/freenode/ip.116.50.227.68)
06:02.15jonpryi have jtag stuff, but no idea if it will work with the software
06:02.17jonpryqmat is it
06:02.28[acl]way over my head
06:06.22WoZZeRok, try 2 with 4 partitions
06:06.31[acl]what happened to try number 1?
06:06.36*** join/#htc-linux MacDrunk (~marper@201.164.220.96)
06:06.37*** join/#htc-linux Kasjopaja23 (~Tina@p57BC055C.dip0.t-ipconnect.de)
06:06.38WoZZeRthey were all fat32
06:06.40hyperfire21guys how are u formatting the sd card when running that .nbh? normal fat32?
06:06.41WoZZeRand I got an error
06:06.47WoZZeRtrying p1 fat32
06:06.49WoZZeRrest ext2
06:07.33[acl]hyperfire21: thats what we are trying to find out. right now the sdcard is formatted into 4 partitions
06:08.17hyperfire21ill try to format it with my hero and create ext2 from there
06:08.43WoZZeR[acl]: is there a way to have a choice for cmdline options after boot?
06:08.49WoZZeRsince RHOD has about 6 keyboards
06:09.09WoZZeRor just create a seperate XIP for each
06:09.16*** join/#htc-linux thedicemaster (thedicemas@e200071.upc-e.chello.nl)
06:10.02[acl]WoZZeR: Nope .. that that i know of. we will have to make something up where we can read that value from somewhere else
06:10.22[acl]cmdline is easy since we are using haret but not for nand
06:10.28WoZZeRyeah
06:11.20WoZZeRdid you talk to the guys who did tinboot? how each partition is layed out?
06:11.29hyperfire21will the hero radio brick the tp2?
06:11.31WoZZeRit's not creating my data store anymore
06:11.34WoZZeRyes
06:11.39[acl]sennt him a msg.. nothing.
06:11.41WoZZeRwell, 99% sure
06:11.51WoZZeRI'm getting less far :(
06:11.52WoZZeRlol
06:12.02[acl]what ? so we went backwards?
06:12.03[acl]lol
06:12.08WoZZeRsomehow
06:12.15[acl]ok so u need to know the sizes?
06:12.17[acl]or what?
06:12.26WoZZeRI think types and what's on them
06:13.00WoZZeRSYS and datta seem to be seperate partitions
06:13.04WoZZeRfound an installer :/
06:14.02WoZZeRno idea if it's doing anything right now
06:14.28[acl]doesnt our cmd line need to change then?
06:14.37[acl]i mean u made 4 partitions but where do we point the root
06:14.44WoZZeRno where
06:15.03[acl]woa
06:15.27[acl]hmm i think we need to rethink this then
06:15.51WoZZeRthe internal initrd.gz takes care of that now
06:16.02[acl]yeah but thats dzo's ..
06:16.08WoZZeRthat may need to be modified
06:16.16*** join/#htc-linux MacMiller (~marper@201.164.220.96)
06:16.23[acl]yeah.. he has no root since his stuff points to nand in 4 sections
06:16.33[acl]we dont have that set in place
06:16.37[acl]we just skipped the root
06:17.00[acl]need to modify initrd
06:17.18WoZZeRroot is partition 2
06:17.44WoZZeRuhhh, I just figured out the installer
06:17.45WoZZeRlol
06:17.56[acl]ooo
06:18.05WoZZeRno idea what it's going to do
06:18.16*** part/#htc-linux lilsnoop (~lilsnoop@ip68-229-4-180.lv.lv.cox.net)
06:18.16WoZZeRgetting new messages tough
06:19.36WoZZeRok, it did something, now I'm rebooting
06:20.18[acl]what installer are you reffering to ?
06:20.26WoZZeRsome built in installer
06:20.33WoZZeRdidn't seem to do anything
06:20.43[acl]sounds like some bullshit
06:20.55[acl]did u read this thread ?
06:20.56WoZZeRit's a vogue installer
06:20.56[acl]http://www.xda-developers.com/forum/showthread.php?t=656287&page=5
06:21.07[acl]for sdcard tho?
06:21.42WoZZeRno idea
06:21.50WoZZeRunless I have to name it that?
06:22.25[acl]boot, root, system, data
06:22.30[acl]thats the order ur going with ?
06:22.36hyperfire21acl im not even getting past the touch pro 2 logo black screen.. what do u think it could be? tried different sd cards, different andboot folders.. is there a particular zimage?
06:22.37WoZZeRyeah
06:23.50WoZZeRcannot determine is /dev/block/mmcblk0p2 is mounted
06:23.52WoZZeRsame with 3
06:23.54[acl]hyperfire21: no clue.. wozzer ? can u help?
06:24.11WoZZeRhyperfire21: it's not the sdcard, I know that much now
06:24.17WoZZeRdid you try my new updated one?
06:24.28hyperfire21yea thats the one im trying.. same problem
06:24.59WoZZeRnot sure
06:25.13WoZZeR[acl]: and you are using everything from the latest tinboot tree, right?
06:25.17WoZZeRyou didn't change any values
06:26.02[acl]WoZZeR: i dont think so. i havent compared with the latest. but we should at least boot
06:26.27WoZZeRcause I sent you the romhdr from vzw, but if you didn't use it, then it shouldn't matter
06:26.41[acl]WoZZeR: how are you formatted again ? fat , ext2 for the rest?
06:27.05[acl]WoZZeR: i didnt use that since i just wanted boot for now. didnt think we would get this far so fast
06:27.05WoZZeRfat32, ext2, ext2,ext2
06:27.07[acl]lol
06:27.13WoZZeRok
06:27.28WoZZeRok, creating data store again :D
06:27.30*** join/#htc-linux zychBOOKii (~zycho@p54833F0E.dip.t-dialin.net)
06:27.36WoZZeRchanged the installer options
06:27.48WoZZeRthis is confusing me
06:27.55WoZZeRhyperfire21: there's no real reason it should not work
06:28.28hyperfire21yea its weird... i dont know what else to try
06:29.20hyperfire21does sim matter? i dont have one inserted
06:29.30WoZZeRI don't either
06:29.48WoZZeRI have hardspl, no sim unlocked
06:30.10hyperfire21do u think i should try to run hardspl again
06:30.21hyperfire21flash*
06:30.22[acl]WoZZeR: looks like those errors are common. Unfortunately no one explains how to fix
06:30.31WoZZeRhyperfire21: you could try
06:30.38hyperfire21yea ill try that
06:31.10WoZZeRusing the installer to install to nand
06:31.13WoZZeRlet's see what I break
06:31.22[acl]lol
06:31.26[acl]u sure about that?
06:31.36*** join/#htc-linux babijoee (~babijoee_@d110-33-189-7.sun801.vic.optusnet.com.au)
06:32.05WoZZeRwell, it boots still, so I'm ok
06:32.16WoZZeRshould I try re-adding root=?
06:32.26[acl]always an option
06:32.40[acl]but i gotta go man.. i gotta get to work in a few hours
06:32.43WoZZeRgonna try p0-p2
06:33.13[acl]get some sleep.. gotta talk to the fellas in the morning. they should help plenty.. i need a loaner phone until the damn epic arrives
06:33.31WoZZeRlol
06:33.40WoZZeRif it's just the partitioning, then I'll be happy
06:33.47WoZZeRfew more tests, then pass out time
06:33.57[acl]well ur already in android land.. thats good progress
06:34.01[acl]aite man.. ill ttyl
06:34.07WoZZeRlater
06:34.57WoZZeRhyperfire21: you have a sprint phone?
06:35.33hyperfire21yea
06:35.51WoZZeRjust trying to remember everything
06:36.22hyperfire21im thinking it has to be a prob with my andboot folder
06:36.28WoZZeRn
06:36.29WoZZeRno
06:36.29WoZZeRit's not
06:36.43hyperfire21partition?
06:37.02WoZZeRthe sd card isn't used until later
06:37.13hyperfire21true
06:37.28hyperfire21we need someone with a sprint phone to try it
06:37.29*** join/#htc-linux Andreyxxl (~Andreyxxl@109.166.128.23)
06:37.51*** part/#htc-linux Andreyxxl (~Andreyxxl@109.166.128.23)
06:37.54hyperfire21did anyone else get past that screen
06:38.03WoZZeRnot that I know of
06:38.37hyperfire21so ur the only one testing it?
06:39.04WoZZeRI guess
06:39.19hyperfire21ok
06:39.49hyperfire21is there anything diff in rhod400 n rhod500 besides keyboard
06:39.58WoZZeRthe device is set to 0409, right?
06:40.02WoZZeRhttp://hotfile.com/dl/61759775/ba4b84b/ruu_signed.zip.html
06:40.04WoZZeRtry that version
06:40.24*** part/#htc-linux FLeiXiuS (~FLeiXiuS@unaffiliated/fleixius)
06:40.27hyperfire21ok ill flash it
06:40.46WoZZeRcrap,
06:40.48WoZZeRthat won't work
06:41.05hyperfire21ok
06:41.15hyperfire21then?
06:41.40WoZZeRno idea
06:41.54WoZZeRwhen it boots, it doesn't say currupted image?
06:41.56WoZZeRor anything
06:42.19hyperfire21nothing at all
06:42.27hyperfire21its always stuck at that touch pro 2 screen
06:42.49hyperfire21that image u just linked goes straight to the bootloader
06:42.52hyperfire21after flashing
06:42.56WoZZeRyeah
06:43.02WoZZeRthat's a currupted image
06:43.06hyperfire21ok
06:43.32WoZZeRhmmmm
06:45.47hyperfire21something in that ruu must be specific to rhod500
06:45.56WoZZeRhmmm
06:46.05WoZZeRnope
06:46.08WoZZeRdon't think so
06:47.01hyperfire21acl n jonpry didnt test it?
06:47.06WoZZeRare you leaving it as RUU_Signed.nbh?
06:47.16hyperfire21yea
06:47.53hyperfire21i had the energyrom so it had all the ruu installer so just replaced the rhodimg.nbh with ur ruu_signed.nbh
06:48.16WoZZeRwhat RHODIMG.nbh
06:48.33WoZZeRrename any other nbh in there as .nbx
06:48.56hyperfire21i just deleted that rhodimg.nbh
06:49.03hyperfire21and put ur file in its place
06:49.05hyperfire21it still flashed
06:49.14hyperfire21but cant figure out what happened
06:49.42WoZZeRso is it named rhodimg.nbh or ruu_signed.nbh
06:50.27hyperfire21ruu_signed.nbh
06:51.10WoZZeRtry naming rhodimg.nbh
06:51.50hyperfire21ok
06:53.25hyperfire21can the radio matter?
06:54.28hyperfire21this is making no difference
06:54.47hyperfire21i think its something with that ruu
06:55.38WoZZeRno idea, radio should not matter
06:56.30hyperfire21are u cid unlocked?
06:56.37WoZZeRnope, only hardspl
06:56.43hyperfire21ok
06:57.53hyperfire21sonictronic posted: Ok, so i tried and got stuck at the "HTC" splash. I read about an "androidinstall.tar" file. Do we need this file in the andboot folder? Currently I have a "newer" TP2 with the 2.35.00WV radio, solid white splash with green "HTC". It never shows the radio info when I try to boot.
06:58.33hyperfire21his situation is the same as mine
06:58.45hyperfire21bcoz mine also never shows radio info or anything else
06:58.55WoZZeRhmm, he's vzw as well
06:59.11hyperfire21now this is interesting
07:00.05*** join/#htc-linux BoominSVX (421f78ad@gateway/web/freenode/ip.66.31.120.173)
07:00.30hyperfire21when did u buy ur tp2
07:00.42WoZZeRit was a refurb I think
07:00.46WoZZeRa while ago
07:00.57hyperfire21well i got this in dec
07:02.22hyperfire21ill post there and ask more ppl to test
07:02.26hyperfire21on ppcg
07:02.54WoZZeRok
07:03.35WoZZeR[acl]: jonpry: my dmsg log for tomorrow -- http://pastebin.com/M447VYA4
07:04.19BoominSVXi'm on sprint tp2 running 2.32.00wf on energyrom with a crappy 2g card. haven't slept in 2 days, but do you guys need me?
07:04.47WoZZeRdo you mind flashing your phone?
07:05.10BoominSVXbacked up and ready to go. just don't brick me. I'm on boost. lol
07:05.15WoZZeRhttp://forum.ppcgeeks.com/showpost.php?p=1909555&postcount=30 if you don't mind
07:05.25WoZZeRnope, can't brick. As safe as a windows flash
07:05.57WoZZeRif it get's past the TP2 logo, you are good
07:10.22hyperfire21boominSVX: are u flashing it?
07:10.51*** join/#htc-linux LordDeath (~LordDeath@cable-81-173-164-5.netcologne.de)
07:12.29BoominSVXtryin. switchin to my good usb cable right now. connection error.
07:14.05BoominSVX100%
07:14.17BoominSVXgreen and white
07:14.29WoZZeRthat's what you normally have, right?
07:15.28BoominSVXkernel panic - not syncing: vfs: Unable to mount root fs on unknown block
07:15.54hyperfire21he got past it
07:16.02BoominSVXYAY
07:16.18WoZZeRcool, so what sets the phones apart
07:16.28hyperfire21what rom did u have boomin?
07:16.55hyperfire21newer energyrom?
07:17.09BoominSVXmine is at my house? Energyrom, and i used his ruu with no renaming
07:17.42*** join/#htc-linux Art-X (~pa@193.172.8.38)
07:17.43hyperfire21how did u flash it
07:17.51*** join/#htc-linux tmzt (~tmzt@adsl-76-253-139-161.dsl.akrnoh.sbcglobal.net)
07:17.54BoominSVXbootloader
07:17.58hyperfire21from sd?
07:18.04BoominSVXfrom pc
07:18.07BoominSVXusb
07:18.20hyperfire21hmm
07:18.43hyperfire21i have no idea then
07:18.55hyperfire21his setup is almost same as mine
07:19.23WoZZeRhmmm
07:19.33WoZZeRBoominSVX: did you only hardspl?
07:19.48BoominSVXaffirmative
07:20.31WoZZeRhmmm
07:20.35hyperfire21boomin does ur touch pro 2 boot initially with that black screen that says touch pro 2 in white
07:21.06BoominSVXwell, when i upgraded the radio to 2.32 it went to white with green htc
07:21.22hyperfire21wozzer could that be my problem
07:21.27hyperfire21mine always boots to black
07:21.36WoZZeRmaybe
07:21.43hyperfire21im gonna flash
07:21.46hyperfire21the stock sprint
07:21.47BoominSVXlast I heard, there was a cab to change that
07:21.57BoominSVX*an ruu
07:23.24hyperfire21so it might be a radio issue.. just maybe
07:23.45BoominSVXwhat radio are you on?
07:24.10hyperfire21well whatever it came with
07:24.12hyperfire21never changed it
07:25.00hyperfire211.96
07:25.20BoominSVXstock from 6.1
07:25.34hyperfire21yea i think so
07:26.06hyperfire21immediately after i got it i did the hardspl and put a custom rom.. never thought abt radio again..
07:26.31hyperfire21ill flash the newest sprint radio
07:28.25WoZZeRnew version will be up soon, for more testing
07:28.27WoZZeRand no panic
07:28.51BoominSVXi'll stay up a bit longer
07:30.14BoominSVXfyi, I'm running the blazin' build that uses "andboot" folder if it makes any difference.
07:30.52WoZZeRdon't think it will
07:31.43WoZZeRnew version posted
07:33.40BoominSVXsoory for my newbishness, but where is that?
07:34.33hyperfire21http://forum.ppcgeeks.com/showpost.php?p=1909636&postcount=36
07:34.39hyperfire21last post
07:34.54*** join/#htc-linux XirXes (~chatzilla@c-98-202-0-163.hsd1.ut.comcast.net)
07:39.40BoominSVXhmm, kernel panic. Should I be partitioned?
07:41.02WoZZeRis that with the latest one?
07:41.15BoominSVXyezzir wozzer
07:41.23WoZZeRhmm, shouldn't have panic'd
07:41.48WoZZeRtry a hard reset
07:43.36BoominSVXnope, I did see the slot eject as 0 instead of 1 this time though.
07:43.44BoominSVXafter hard reset it went back to 1
07:43.54WoZZeRwhen removing the card?
07:44.04BoominSVXwait, there's two of em
07:44.38BoominSVXno, just on boot. 1 above clock-wince and one below. missed that. sorry
07:45.13WoZZeRhmm
07:46.02*** join/#htc-linux SVic (~SVic@ip52.119.dars-ip.ru)
07:46.58*** join/#htc-linux _kiozen (~kiozen@p5DDF308F.dip.t-dialin.net)
07:48.18hyperfire21wozzer i flashed the radio 2.32 but it didnt change my boot screen.. it still kept it black
07:48.40hyperfire21so then i flashed the latest sprint rom and it changed my boot screen to the white one
07:48.43WoZZeRhmm
07:48.44WoZZeRyeah
07:48.50WoZZeRthe radio doesn't have the screen info
07:49.03WoZZeRthat's in splash or subsplash.nb
07:49.04WoZZeRnot radio.nb
07:49.13hyperfire21ok so once it boots up ill flash ur latest and see if it makes a difference
07:49.17*** join/#htc-linux josh13x12 (~josh13x12@99-190-187-250.lightspeed.lsvlky.sbcglobal.net)
07:49.37*** join/#htc-linux Markinus (~Miranda@gtng-4db053ae.pool.mediaWays.net)
07:49.42*** join/#htc-linux Mavy (~Mavy@5ED0C9C0.cable.ziggo.nl)
07:52.28BoominSVXI may have done both at once. long time ago in technology time.
07:53.42*** join/#htc-linux aker (~quassel@116.226.208.133)
07:54.32*** join/#htc-linux BigDaDDy (~BigDaDDy@bzq-79-183-10-201.red.bezeqint.net)
07:55.08hyperfire21wozzer lol same problem
07:55.13WoZZeRno idea then
07:55.16hyperfire21im tired of this phone
07:55.20hyperfire21lol
07:55.50WoZZeRhmmm
07:55.52WoZZeRit's weird
07:57.59hyperfire21well who knows
07:58.04BoominSVXprogress is never frustrating.
07:58.33hyperfire21im up for any ideas
08:00.15*** join/#htc-linux Andreyxxl (~Andreyxxl@109.166.136.101)
08:00.19hyperfire21im really curious to know what the difference could be bcoz boomingsvx has the same phone basically
08:00.22*** part/#htc-linux Andreyxxl (~Andreyxxl@109.166.136.101)
08:00.32*** join/#htc-linux MacMiller (~marper@201.164.220.96)
08:00.47WoZZeRrevision number?
08:01.42hyperfire21where do we find that
08:02.14WoZZeRunder the plastic somewhere
08:02.21WoZZeRor in a settings screen somewhere maybe
08:02.48hyperfire21boomingsvx can u check ur revision number
08:02.49hyperfire21?
08:03.04*** join/#htc-linux aker (~quassel@116.226.208.133)
08:03.14*** join/#htc-linux shu8i (~shu8i@78.104.102.92)
08:03.34*** join/#htc-linux K_Hismoom (~k_hismoom@pD9EB8999.dip0.t-ipconnect.de)
08:03.44WoZZeRI have one last test to install android, then I pass out
08:03.54BoominSVXk
08:04.11WoZZeRI hate my slow ass sd card
08:04.13WoZZeRtakes forever
08:05.14hyperfire21when i boot up my phone it says B 04
08:05.21hyperfire21what is B?
08:05.22phh<gauner1986> phh: found the source of the log msg ((-- oh cool, and you could disactivate it ?
08:06.11*** join/#htc-linux elgrego_ (50b100b7@gateway/web/freenode/ip.80.177.0.183)
08:06.20WoZZeRis that with windows flash?
08:06.34hyperfire21no in the initial logo screen
08:06.40hyperfire21right above radio version
08:06.46WoZZeRmy nch shouldn't show anything
08:06.49WoZZeRmbh*
08:07.09WoZZeRarg, nbh*
08:07.46WoZZeRare you seeing anything other than the tp2 logo?
08:07.53*** join/#htc-linux pkirsche (~pkirsche@195.243.126.83)
08:08.05BoominSVXHA!!
08:08.11hyperfire21nope im back in energyrom
08:08.24hyperfire21in device information it says i have hardware version 0004
08:09.15BoominSVXhold down volume up or dpad... yadda yadda failed to reach system.img on sd card
08:09.25phh[00:47:15] <WoZZeR> cannot open root device mmcblk0o1 ((-- add rootwait ?
08:09.48WoZZeRwe got it now, using a modified initrd.gz
08:09.56phhok
08:09.59WoZZeRjust not seeming to make much past that
08:10.05WoZZeRI got the basic android booted, kinda
08:10.24phhok what works ?
08:10.45WoZZeRI'm 99% sure it's reading from the sd card
08:10.47BoominSVXwozzer, did you get that?
08:10.49WoZZeRbut getting it to boot
08:10.58WoZZeRyeah boomer
08:11.07hyperfire21nice
08:12.34hyperfire21boomingsvx do u mind telling me ur hardware version from device information in settings?
08:13.00hyperfire21brb
08:13.19BoominSVXwozzer: then she hit ...blocked for more than 120 seconds
08:13.30BoominSVXhyper, I would if I could. no OS right now
08:14.02WoZZeRBoominSVX: you are where we are now
08:14.07WoZZeRso I got nothing more
08:14.50BoominSVX"we" as in sprint tp2's?
08:14.58*** join/#htc-linux pewpew (~pewpew@86.54.185.254)
08:15.21WoZZeRwe as in tp
08:15.23WoZZeRtp2's
08:15.31WoZZeRI'm on vzw
08:15.42WoZZeRbut that doesn't matter much at this point
08:16.02*** join/#htc-linux TheGuv (~steveb@81.145.46.124)
08:22.59*** join/#htc-linux aker (~quassel@116.226.208.133)
08:24.20*** join/#htc-linux pewpew (5636b9fe@gateway/web/freenode/ip.86.54.185.254)
08:24.30BoominSVXok, i feel very below average now. I think i'll flash back and knock out for the night if you don't need me.
08:24.50WoZZeRthanks BoominSVX that's all I needed
08:25.16elgrego_night? its 9am
08:25.32WoZZeRit's 4:30 here
08:25.51WoZZeR4:30 am
08:26.04BoominSVXNo problem buddy. It's 4:30 here too. I've been up way to long
08:26.36WoZZeRanyone know how to turn system.sqsh to system.img?
08:28.28elgrego_your still up? go to bed lol
08:28.34WoZZeRcan't, lol
08:29.47phhWoZZeR: unsquashfs
08:29.51phhthen mke2fs
08:29.57WoZZeRk
08:30.00WoZZeRthx
08:30.58WoZZeRis unsquashfs part of a package I can apt?
08:31.48phhsquashfs-tools
08:31.51WoZZeRthanks
08:31.56phhor    something like that.
08:32.09WoZZeRyup, that worked
08:34.29*** join/#htc-linux danibjor (~no@n-16-38.sbnett.no)
08:34.30*** join/#htc-linux leobaillard (~leobailla@ip-37.net-82-216-190.caen.rev.numericable.fr)
08:39.26Mavymorning :D
08:39.43MavyI see we are yet another step closer to nand
08:39.58Mavyerm you not we
08:40.06*** join/#htc-linux fcna (c0c48e15@gateway/web/freenode/ip.192.196.142.21)
08:41.50WoZZeRkinda
08:42.29Mavywhat errors are you still getting at this point?
08:42.39WoZZeRjust trying to get android to boot
08:42.48WoZZeRusing tinboot we are kinda in the dark
08:42.56WoZZeRso we are trying to figure that out
08:43.03phhif you have logs to sceren it's not in the dark ...
08:43.17WoZZeRwe are in the dark as to what they want for partitions and stuff
08:43.24phhwho they ?
08:43.28phhyou do whatever you want
08:43.28WoZZeRdzo
08:43.31WoZZeRI guess
08:43.38WoZZeRlooking through the initrd.gz now
08:43.50phhuse your own initrd.gz
08:44.17WoZZeRcan't it's too big
08:44.41*** join/#htc-linux kvaster (~kvaster@93.84.112.80)
08:45.18Mavywhere are you trying to put the initrd?
08:45.20WoZZeRI get the dmsg now though
08:45.27WoZZeRit's in the tinboot now
08:45.31WoZZeRwhich is basically an xip
08:45.41WoZZeRdmsg actually logs
08:45.45Mavywhat about putting it on mtd?
08:46.17WoZZeRmtd?
08:47.25*** join/#htc-linux ^Buzz^ (~Michael_B@109.231.194.202)
08:48.55*** join/#htc-linux Nuja (~Nuja@lev92-5-88-188-105-120.fbx.proxad.net)
08:49.36manusfreedom_WoZZeR: just for my information, you are able to boot directly on linux without wince?
08:50.10WoZZeRsort of
08:50.14WoZZeRwe are able to get to the kernel
08:50.17*** join/#htc-linux danibjor (~no@n-16-38.sbnett.no)
08:50.19*** join/#htc-linux stroller^ (6da0ccba@gateway/web/freenode/ip.109.160.204.186)
08:50.27WoZZeRI wouldn't say booting yet
08:50.45manusfreedom_WoZZeR: with GIT kernel? on leo device or other?
08:50.51WoZZeRGIR
08:50.53WoZZeRTP2
08:50.57manusfreedom_ok
08:51.33manusfreedom_if you are able to get the kernel start, what is the problem now?
08:51.57WoZZeRhaving it read and boot android
08:52.19manusfreedom_WoZZeR: so the problem is to mount the nand partition, right?
08:52.27WoZZeRyeah
08:52.34WoZZeRamong other things
08:52.51WoZZeRwe had to ignore a few things in the boot
08:52.55WoZZeRlike usb
08:53.06manusfreedom_ok, but it's already a good news to be able start kernel ;) good work!
08:53.18WoZZeRit was mostly [acl]
08:53.25manusfreedom_ok
08:53.33WoZZeRand before him, dzo
08:53.44WoZZeRbut [acl] and I got it working on the tp2
08:53.50manusfreedom_like each time, many guys :)
08:57.49*** join/#htc-linux Mavy (~Mavy@5ED0C9C0.cable.ziggo.nl)
08:59.43*** join/#htc-linux joplayer (~joplayer@AClermont-Ferrand-256-1-22-62.w90-0.abo.wanadoo.fr)
09:00.08*** join/#htc-linux Major_Sarcasm (~chatzilla@79-72-212-43.dynamic.dsl.as9105.com)
09:03.51*** join/#htc-linux n43 (~IceChat7@137.205.170.114)
09:05.04*** join/#htc-linux Dough29 (~Damien@brn29-2-88-164-43-127.fbx.proxad.net)
09:06.15phhWoZZeR: http://husson.hd.free.fr/initrd.gz (wait a minute for the end of the upload)
09:06.24phhit's the normal xdandroid initrd.gz a bit stripped down
09:06.30WoZZeRhow big is it?
09:06.51phhenough to fit in tinboot with "normal" zImage
09:07.17WoZZeRcool
09:07.18phhhum you'll have to put the rootfs in the root of the sdcard
09:07.33phh(it's something I did before we implemented rel_path)
09:07.34WoZZeRrootfs.img?
09:07.37phhyes
09:07.41WoZZeRit's already there
09:07.45WoZZeRshould the rest be in andboot?
09:08.03phhyes
09:08.11WoZZeRall fat32 is fine?
09:08.27phhyup
09:08.38WoZZeRcool, that's what I like to hear
09:08.43WoZZeRI was going nuts with partitions
09:08.47phh:p
09:09.02phhit's easier to break only one thing at a time :D
09:09.05phhbreaking only kernel is enough :p
09:09.10WoZZeRbtw, linux is no where near as nice as it was 10 years ago... I keep having to sudo everything
09:09.32WoZZeRlol
09:09.36shu8i~zego
09:09.40shu8i~seen zego
09:09.43aptzego <~Administr@202.122.12.13> was last seen on IRC in channel #htc-linux, 2d 3h 2m 11s ago, saying: 'kernel diff i used: http://www.mediafire.com/download.php?ypu1h74hmzdmvvd'.
09:11.07Mavybtw im willing to sacrifice my leo for nand testing :)
09:11.28phhok, give me your leo ? :D
09:11.46Mavyhehe
09:11.54Mavynot in the give kind of way
09:12.03phh:p
09:12.28WoZZeRphh: flashing your initrd.gz now
09:12.37WoZZeRso all I need is rootfs.img in root
09:12.42WoZZeRand everything else in andboot?
09:12.43phhand the andbot folder
09:12.44phhyup
09:14.09MavyWoZZeR: what changes would we need to run tinboot on the leo?
09:14.26phhMavy: almost none I'd say
09:14.46WoZZeRin theory, not much]
09:14.46Mavy:)
09:14.54WoZZeRbut in theory, this was going to be a giant pain in the ass
09:15.04phh:)
09:15.16Mavywont the hardest part be getting the rootfs to nand?
09:15.23phhnot at all
09:15.23Mavyor am i wrong in think that
09:15.28*** join/#htc-linux mickey|office (~Mickey@business-092-079-168-007.static.arcor-ip.net)
09:15.46phhthe nand driver just works
09:15.46WoZZeRphh: letting this boot, brb
09:15.53phhno real pb here
09:16.34elgrego_when its nand will it be able to do ota updates?
09:16.52phhota from where ? -_-'
09:17.12phhyou can do OTA stuff on anything, it doesn't need a nand
09:17.34*** join/#htc-linux dekar (~dekar@business-088-079-080-042.static.arcor-ip.net)
09:18.13MavyWoZZeR: what version of tinboot are you using?
09:20.22phhlol ?
09:20.31phhtinboot is so simple, I don't think there are any versions on it /o\
09:20.50Mavy:P
09:21.02Mavyi was trying to say where can i get the version with all the changes he made :P
09:23.09phhI don't think he changed anything but cmdline and mtype
09:24.11*** join/#htc-linux slayerns (5f0acaa4@gateway/web/freenode/ip.95.10.202.164)
09:24.48slayernsphh, you can't flash tinboot directly into leo  without change?
09:24.51slayernscan you?
09:24.55Mavylets have a wee look
09:25.07phhslayerns: bah you must change mtype and cmdline
09:25.10phhand zImage
09:25.12phhbut that should be enough
09:25.29slayernshow about making spl load tinboot?
09:26.06slayernsdoesn't it need any modification?
09:26.34WoZZeRMavy: testing with 2.1 aspo now
09:26.45WoZZeRruns command for phh: /nick phh-GOD!
09:26.53WoZZeRit's stuck at the loading screen
09:28.00phh:p
09:28.13WoZZeRso what's next
09:28.21Mavywant me to try it on my leo?
09:28.22WoZZeRsince it's stuck at the loading screen
09:28.38WoZZeR"mddi.width=480 mddi.height=800 panic=0 lcd.density=240 msmts_calib=0x9f.0x39a.0x35c.0x78 7x00.a11=500 msmvkeyb_toggle=off pmem.extra=1 gsensor_axis=2,1,3 pm.sleep_mode=2 hw3d.force=1 htc_battery_smem.fake=1 acpuclock.oc_freq_khz=716800 physkeyboard=RHOD500 htc_hw.force_cdma=1 rel_path=andboot"
09:31.10WoZZeRwould hw3d.force=1 matter since it's getting to the loading screen?
09:33.19Mavywhat loading screen? the android one?
09:33.25WoZZeRyeah
09:33.37Mavyuse adb logcat to see what its doing?
09:33.42WoZZeRno usb
09:33.48Mavy:(
09:33.54Mavyhow come?
09:34.03WoZZeRhad to take it out to boot
09:34.21Mavythen i think the next step is to get that to work
09:34.33WoZZeRthats acl or phh's domain
09:34.36WoZZeRI'm a nubble
09:35.18Mavyany chance you can upload your tinboot stuff?
09:35.45WoZZeRhttp://androidhtc.git.sourceforge.net/git/gitweb.cgi?p=androidhtc/tinboot.git
09:35.47WoZZeRthat's the git
09:35.57WoZZeRnot much changed
09:36.26WoZZeRactually, that is a little different
09:37.04WoZZeRlet me package what I have
09:37.08WoZZeRyou'll have to use your own zimage
09:37.44WoZZeRhttp://hotfile.com/dl/61787519/7574ba6/tinboot.zip.html
09:38.27Mavyargh 18 min download limit :(
09:38.59WoZZeRdcc?
09:39.22Mavythx :)
09:39.25WoZZeRnp
09:39.36WoZZeRI feel soooo close
09:39.43WoZZeRgoing to try a different android build
09:41.59*** join/#htc-linux F-D (~Stoned@cpc3-newt5-0-0-cust349.newt.cable.virginmedia.com)
09:44.23MavyWoZZeR: can i ask what you changed appart from tinboot.S?
09:44.30WoZZeRnothing
09:44.35WoZZeRacl did most of the grunt work
09:44.51WoZZeRalmost everything should be stock
09:45.11Mavyok :)
09:46.00WoZZeRI'll give this a few minutes
09:46.04WoZZeRthen sleep time
09:46.12Mavy:D
09:46.13Mavynn
09:50.39*** part/#htc-linux ^Buzz^ (~Michael_B@109.231.194.202)
09:50.40WoZZeRstuck at loading. Back to windows, that's enough progress for a day
09:50.48Mavy:)
09:50.50Mavynn WoZZeR
09:50.54WoZZeRnight
09:58.54*** join/#htc-linux Pedro- (~mattpurla@adslmuspole.plus.com)
10:01.47*** join/#htc-linux M1DLGpc (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
10:05.33*** join/#htc-linux ITK_ (4c6601e5@gateway/web/freenode/ip.76.102.1.229)
10:06.31*** join/#htc-linux Termana (~bradley@123-3-65-30.static.dsl.dodo.com.au)
10:17.34Mavyhmm i must be missing something. cant seem to flash the nbh file
10:18.05*** join/#htc-linux jhliberty (~jhliberty@rrcs-24-227-222-102.sw.biz.rr.com)
10:18.31*** join/#htc-linux kvaster (~kvaster@93.84.112.80)
10:19.52*** part/#htc-linux F-D (~Stoned@cpc3-newt5-0-0-cust349.newt.cable.virginmedia.com)
10:22.59*** join/#htc-linux cazh_ (~quassel@3007ds2-rd.0.fullrate.dk)
10:26.55*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
10:27.19*** join/#htc-linux tsamolotoff (~Miranda@78.138.170.71)
10:38.03*** join/#htc-linux ImHos (~ImHos@178.125.34.131)
10:38.32*** join/#htc-linux Akustik84 (~volodin_d@89-178-251-83.broadband.corbina.ru)
10:47.24*** join/#htc-linux Timber (~Tim@86.56.42.159)
10:47.24*** join/#htc-linux Rickay (52a856bf@gateway/web/freenode/ip.82.168.86.191)
10:54.25Mavybleh keep getting a corrupted image. WIll look at that later today
11:00.43*** join/#htc-linux zozi_ (c3f5b925@gateway/web/freenode/ip.195.245.185.37)
11:01.11*** join/#htc-linux edein (~ede@ool-44c4f27e.dyn.optonline.net)
11:01.13*** join/#htc-linux huggy_andro (~AndChat@94.162.21.181)
11:06.39*** join/#htc-linux kvap (~kvap@0111700662.0.fullrate.dk)
11:11.39CIA-109htc-linux: gitorious htc-msm-2.6.32 * rv2.6.29-38146-g0e85f8c /arch/arm/mach-msm/board-htcleo-microp.c:
11:11.39CIA-109htc-linux: htcleo: Add ColorLED support
11:11.39CIA-109htc-linux: We need a modified liblights. We have only a green and amber LED and the control of the LEDs is very simple.
11:11.39CIA-109htc-linux: We have only the attributs brightness and blink.
11:11.39CIA-109htc-linux: brightness = enabled/disabled the LED ( 0=disabled)
11:11.39CIA-109htc-linux: blink = 0-> disabled, 1-Slow Blinking (only Green), 2-Fast blinking (both)
11:11.40CIA-109htc-linux: We don't need to set both of them on same time.
11:13.51Mavy:D
11:14.57*** join/#htc-linux flagada (58a1e24e@gateway/web/freenode/ip.88.161.226.78)
11:15.42*** join/#htc-linux Andreyxxl (~Andreyxxl@109.166.140.223)
11:20.55*** join/#htc-linux pongster (~opera@110.55.245.146)
11:21.30*** join/#htc-linux kalemas (~kalemas@ns2.openhardware.ru)
11:22.51*** join/#htc-linux ElBartoME (~ElBartoME@pD957F953.dip.t-dialin.net)
11:26.14*** join/#htc-linux Baz (~bazgraham@cpc1-sund2-0-0-cust716.sund.cable.virginmedia.com)
11:29.30*** join/#htc-linux M3DLGpc (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
11:43.30*** join/#htc-linux GlemSom (~glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk)
11:52.01*** join/#htc-linux thejeos (~oscarleon@84.123.186.211.dyn.user.ono.com)
11:52.46*** join/#htc-linux johnb81 (~john@78.161.27.18)
11:53.03johnb81hi
11:55.54*** join/#htc-linux sxe (~quassel@ip-62-143-81-242.unitymediagroup.de)
12:03.22*** join/#htc-linux BigDaDDy (~BigDaDDy@109.67.46.103)
12:11.34*** join/#htc-linux gauner1986 (~gauner198@p5B383D72.dip.t-dialin.net)
12:11.47gauner1986hi everyone
12:12.24fakkerhi
12:12.27*** join/#htc-linux kvaster (~kvaster@93.84.112.80)
12:14.21gauner1986phh: here? :)
12:15.07*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@89.32.146.153)
12:15.43phhgauner1986: yes ?
12:16.15phhonly for a short time
12:17.24*** join/#htc-linux SVic (~SVic@ip52.119.dars-ip.ru)
12:17.49phhgauner1986: you tried removing the check in the file you mentioned ?
12:18.10johnb81will it be possible to dual boot when nand implemented?
12:18.17phhokay i'm off for one hour or two
12:18.21phhjonpry: not really
12:20.07*** join/#htc-linux Xian1 (~Xian1@95.176.64.6)
12:29.14*** join/#htc-linux sxe (~quassel@ip-62-143-81-242.unitymediagroup.de)
12:30.03krat0s12!seen zego
12:30.57Mavy~seen zego
12:30.59aptzego <~Administr@202.122.12.13> was last seen on IRC in channel #htc-linux, 2d 6h 23m 27s ago, saying: 'kernel diff i used: http://www.mediafire.com/download.php?ypu1h74hmzdmvvd'.
12:31.53gauner1986phh: pff.. yeah.. but repacking that file didn't succeed because of signing issues
12:31.55gauner1986:(
12:53.38*** join/#htc-linux FD-hd2 (~FD-hd2@cpc3-newt5-0-0-cust349.newt.cable.virginmedia.com)
12:59.03*** join/#htc-linux spetrillo (~SteveP@64.241.130.243)
13:09.04*** join/#htc-linux Ham3r (~Ham3r@public54321.cdma.centertel.pl)
13:11.54*** join/#htc-linux kvaster (~kvaster@93.84.112.80)
13:16.39*** join/#htc-linux sentinel (52a98402@gateway/web/freenode/ip.82.169.132.2)
13:17.36shu8i~seen zego
13:17.38aptzego <~Administr@202.122.12.13> was last seen on IRC in channel #htc-linux, 2d 7h 10m 6s ago, saying: 'kernel diff i used: http://www.mediafire.com/download.php?ypu1h74hmzdmvvd'.
13:20.53*** join/#htc-linux dieselboy (~dieselboy@dsl-67-204-46-112.acanac.net)
13:26.42phhback
13:26.49phhgauner1986: oh
13:26.51gauner1986re phh :)
13:27.06gauner1986fucking security -.-
13:28.38*** join/#htc-linux AstainHellbring (~AstainHel@unaffiliated/astainhellbring)
13:28.51*** part/#htc-linux kalemas (~kalemas@ns2.openhardware.ru)
13:30.11phhgauner1986: tell me the change ?
13:30.20phhI've some android pros available :p
13:30.36phhthey totally suck at kernel, so I feel alone, but they do everything else great :p
13:30.51phh(well not available right now)
13:31.16gauner1986:D
13:31.33gauner1986const/4 v7, 0x1 in GsmDataConnectionTracker.smali
13:31.47gauner1986you have to change it from 0x0 to 0x1
13:32.00Mavyphh, gauner1986, do you guys know why lightsensor was disabled in kernel?
13:32.06gauner1986so that iput-boolean v7, p0, Lcom/android/internal/telephony/gsm/GsmDataConnectionTracker;->mSimLoaded:Z
13:32.11gauner1986becomes true
13:32.30*** join/#htc-linux yasho_ (636db379@gateway/web/freenode/ip.99.109.179.121)
13:32.40gauner1986it's in line 273 for me
13:32.59gauner1986you have to unpack framework.odex with smali tools
13:33.05phhok, I'll tell the guy
13:33.14phhgauner1986: you've tried to re sign it by yourself btw ?
13:33.41gauner1986phh: hm.. i saw that there was some htc cert mentioned..
13:33.45gauner1986didn't try it
13:33.52gauner1986and didnt know how btw
13:33.56phhgauner1986: you can sign with your own signature
13:34.01phhgoogle android sign apk
13:34.03phhor something like that
13:34.34gauner1986mavy: because lightsensor isnt finished
13:35.01Mavygauner1986: what needs fixing?
13:35.22gauner1986mavy: the lightsensor implementation? ;)
13:35.32Mavy:P
13:35.47johnb81anyone got success with tinboot?
13:36.18MavyWoZZeR got it to run on a tp2
13:36.28phhit works on vogue, that counts ? :p
13:36.29*** join/#htc-linux skodde (~skodde@unaffiliated/skodde)
13:36.32Mavyi tried making an image but i keep getting an update failed error
13:36.36johnb81how about leo?
13:36.38gauner1986phh: do you know what records that are?
13:36.42*** join/#htc-linux zurdo (1837a5c9@gateway/web/freenode/ip.24.55.165.201)
13:36.58phhgauner1986: muh ?
13:37.17johnb81is it possible to put android files on nand once tinboot is sorted out?
13:37.53gauner1986phh: from that event that isnt triggered.. the EVENT_RECORDS_LOADED or something
13:37.53gauner1986^^
13:37.57phhyou can even before tinboot is solved
13:38.26*** join/#htc-linux kalemas (~kalemas@ns2.openhardware.ru)
13:38.35johnb81phh: but the kernel should be on SD?
13:38.47phhjonpry: ???
13:38.55phhif you use tinboot, the kernel is on nand
13:38.59phherr not jonpry
13:39.20johnb81if tinboot is not solved, how can we put android on nand?
13:39.24johnb81by drivers?
13:39.31phhjohnb81: we have needed drivers to write to mtd
13:39.33phhit's no problem
13:39.40phhand booting from nand or not doesn't change anything
13:39.41phh(mtd=nand)
13:40.06johnb81so it will be as smooth as nand boot even though we boot from sd?
13:40.24phhyou think nand is faster than sd ?
13:40.37johnb81well, sd is crippled on leo
13:40.44phhcrippled ?
13:40.58johnb81no more speed than class 4, no?
13:41.04phherrrrrr
13:41.12phhtheorically it can go up to 20MB/s
13:41.28*** part/#htc-linux K_Hismoom (~k_hismoom@pD9EB8999.dip0.t-ipconnect.de)
13:41.49johnb81and there is always this latency, slow response
13:41.54phhI don't have a leo so I can't test it :p
13:42.36phhI think the problem is more the FS than something else.
13:42.36*** join/#htc-linux K_Hismoom (~JewelJK@pD9EB8999.dip0.t-ipconnect.de)
13:42.57johnb81maybe we should donate you one like da_g :)
13:43.56gauner1986phh: ah okay.. it are sim records..
13:45.02*** join/#htc-linux AndIrc (~android@80.125.173.65)
13:45.48gauner1986phh: D/GSM     (  322): [SIMRecords] EF_FPLMN : 26207
13:45.51gauner1986whatever that is..
13:46.00phhoO
13:46.06phhthat looks like MCC/MNC
13:49.37gauner1986maybe htc has somthing modified in static int responseSIM_IO(Parcel &p, void *response, size_t responselen)  or something
13:50.40krat0s12~seen zego
13:50.41aptzego <~Administr@202.122.12.13> was last seen on IRC in channel #htc-linux, 2d 7h 43m 9s ago, saying: 'kernel diff i used: http://www.mediafire.com/download.php?ypu1h74hmzdmvvd'.
13:52.53*** join/#htc-linux Sjuust (~jmeij@ip3e839a58.speed.planet.nl)
13:57.16*** part/#htc-linux kalemas (~kalemas@ns2.openhardware.ru)
13:59.05*** join/#htc-linux Nuja (~Nuja@lev92-5-88-188-105-120.fbx.proxad.net)
14:00.47*** join/#htc-linux Termana (~bradley@123-3-171-56.static.dsl.dodo.com.au)
14:03.42gauner1986where's cotulla when you need him? ^^
14:11.09*** join/#htc-linux lenix- (~irc@lenix.de)
14:11.21*** join/#htc-linux lithoc (c058a724@gateway/web/freenode/ip.192.88.167.36)
14:13.47*** join/#htc-linux [acl] (~abel@96.246.167.90)
14:14.04[acl]WoZZeR: should i begin celebrating ?
14:14.15phh[acl]: bwarf it barely boots
14:14.30[acl]bwarf ? is that french ?
14:14.42phhnot really.
14:14.46gauner1986:D
14:14.50*** join/#htc-linux Pedro- (~mattpurla@adslmuspole.plus.com)
14:14.56[acl]yeah i left last nite and wozzer had it to the point where android was starting but thats where we left off
14:15.01[acl]wondering if he had any more lukc
14:15.06[acl]havent looked at the logs
14:15.19Mavyhe stopped after that and went to bed [acl]
14:15.38[acl]nice.. guy needs his rest
14:15.56Mavyi have tried to make a nbh for leo but without luck :(
14:16.14[acl]leo? ur on ur own.. actually u have an army of devs who can help..
14:16.23phh:p
14:16.52Mavy:P
14:17.26[acl]phh: so u fixed ur burning issue yet ?
14:17.33phhburning issue ?
14:17.34manusfreedom_gauner1986: why did you need Cotulla?
14:17.39[acl]im not reffering to the stds
14:17.40[acl]:-p
14:17.50[acl]lol i mean your rom winmo issue u were having
14:17.51gauner1986manusfreedom_: for analysing libril.so ^^
14:18.34[acl]i preordered the sprint Epic yesterday so ill jump on the nand bandwaggon soon. hopefully elimiate winmo
14:18.50manusfreedom_gauner1986: ok
14:19.25AstainHellbringnice [acl]
14:20.45[acl]hopefully something positive comes out
14:22.38Mavyall i got out of my nand experiment was a failed update message :P
14:28.09*** join/#htc-linux joplayer (~joplayer@AClermont-Ferrand-256-1-22-62.w90-0.abo.wanadoo.fr)
14:28.25jonpryhey [acl]
14:28.30jonprynice job with the nand
14:29.08[acl]jonpry: thanks.. but wozzer is the hero. he musta tried like 30 times last night
14:30.00phhand once I've given him the solution only once :p
14:31.27*** join/#htc-linux jhliberty (~jhliberty@rrcs-24-227-222-102.sw.biz.rr.com)
14:31.33jonpryhe does have iron will
14:31.50phhyup
14:32.04phhon diamond I stopped after 6 tries I think
14:32.06phhmaybe even less
14:33.10*** join/#htc-linux uub11 (42a5a8d4@gateway/web/freenode/ip.66.165.168.212)
14:34.17jonprynow if only WisTilt2 would get us setup with interrupts
14:35.55*** join/#htc-linux ElBartoME (~ElBartoME@ip-109-90-64-144.unitymediagroup.de)
14:36.15[acl]jonpry: he is running a custom kernel right ?
14:36.18*** join/#htc-linux lenix (~irc@lenix.de)
14:36.32jonpryyes
14:37.09jonpryi'm pretty sure that he hinted at qdsp5 not needing to be modified for interrupts to happen
14:38.09*** join/#htc-linux xesxen (~test@ip4da7e123.direct-adsl.nl)
14:38.31[acl]jonpry: only reason we are doing nand is to eliminate winmo out of the equation. This was cotulla's suggestion and it seemed easy enough to do so thats where we are at
14:39.06jonpryimho, that is a bad idea. but whatever
14:39.41[acl]jonpry: ehh .. lets hope no one gets hurt..
14:40.10Mavyjonpry: why is it a bad idea?
14:40.15jonpryseems to be going pretty smoothly
14:40.37jonprybecause winmo is setting up stuff correctly
14:41.07jonprybasically ripping out the only thing that works right in an effort to get it working. i don't get it
14:41.18Mavyyeah but because we dont know what its setting up it might aswell be breaking stuff
14:41.19*** join/#htc-linux lenix (~irc@lenix.de)
14:41.24AstainHellbringjonpry how goes it
14:41.31jonpryit goes
14:41.35jonpryvery hot here
14:41.42phhhaha, 20°C here :p
14:41.48gauner1986here too
14:41.49gauner1986:)
14:42.23AstainHellbringabout that here too
14:42.24phhjonpry: oh perhaps you actually like "very hot" ?
14:42.41AstainHellbringonly supposed to get to like 30C here today
14:43.04gauner1986that sucks :P
14:43.04jonpryMavy: i don't see it that way. like i want to try and stop initializing things in linux. in particular VIC
14:43.21jonpryi don't know how to check the weather here. probably don't have a forecast
14:44.10*** part/#htc-linux pkirsche (~pkirsche@195.243.126.83)
14:44.35AstainHellbringwhats VIC?
14:45.20*** join/#htc-linux Markinus (~Miranda@gtng-4db053ae.pool.mediaWays.net)
14:45.29gauner1986hey markinus
14:46.09Markinushi
14:46.48[acl]jonpry: you can comment out the vic section but it wont help. You will have to to into every driver and just disable the irq calls.. alot of work
14:47.05gauner1986Markinus: have you ever looked at lightsensor support on leo? ^^
14:47.26Markinusgauner1986: hi, bevor 2 h :)
14:47.33Markinusyes
14:47.36[acl]jonpry: i set the vic section to what it was on wince and disabled irq calls in the 3d driver. No luck.. so im not sure if the same is for sound tho
14:47.46Markinusgauner1986: the auto-mbacklight is working
14:48.00Markinusgauner1986: I have to look to the Lightsensor values
14:48.04gauner1986markinus: cool.. did you finish lightsensor?
14:48.19Markinusgauner1986: no, only the auto-backlight part ist finished
14:48.27jonpryAstainHellbring: VIC is the vector interrupt controller
14:48.30gauner1986okay, sounds great
14:49.37gauner1986cool
14:49.41gauner1986i see you also did led
14:49.53Markinusgauner1986: maybe I ahe toworrow a bit time to finish it
14:49.58Markinushave
14:50.13*** join/#htc-linux danibjor (~no@n-16-38.sbnett.no)
14:50.38Markinusargh :) tomorrow :) big fingers today . .
14:50.48gauner1986Markinus: i could do some work on liblights
14:50.55jonpry[acl], i think we should change VIC_BASE to somewhere in ram
14:51.05gauner1986and dan1j3l already did something there
14:51.11gauner1986but it was based on cotulla's suggestions
14:51.39jonpry[acl]: with some exceptions
14:52.32gauner1986markinus: how do i turn on the amber led alone?
14:52.42Markinusgauner1986: ahh, ok, I think you have to look what'S same what have to be changed in
14:52.56Markinusgauner1986: the attribut backlight of the amber led to 1
14:53.13Markinusor 1 <= val <=256
14:53.20Markinus0 is disable
14:53.25[acl]jonpry: interesting theory
14:53.25gauner1986Markinus: you can control them seperatly?
14:53.30Markinusbrightness
14:53.31Markinussorry
14:53.43Markinusgauner1986: yes
14:54.05gauner1986Markinus: nice..
14:54.27gauner1986Markinus: cotulla said there is a predefined set of states for the leds.. defined by microp
14:55.06gauner1986Markinus: it was like 0 - all off 1 - dual blink 2 - full green 3 - full amber 4 - blink green1 5 - blink green2 6 - blink amber
14:56.04Markinusyeah, but I bit different
14:56.12Markinusa
14:57.27Markinusgauner1986: for the liblights is the  same interface like nexus
14:57.51Markinusgauner1986: in the kernel is it done with a predefined set
14:58.53gauner1986Markinus: okay.. is the nexus liblights source available?
14:59.14Markinushttp://android.git.kernel.org/?p=platform/hardware/msm7k.git;a=blob;f=liblights/lights.c;h=555833be9f3da23546c21acc91aa38588ad35267;hb=froyo
15:01.05gauner1986Markinus: okay, thanks
15:01.08*** join/#htc-linux NeoFlux_ (~NeoFlux@94-192-226-85.zone6.bethere.co.uk)
15:01.24gauner1986Markinus: what about the buttons?
15:01.29gauner1986Markinus: the button led?
15:02.00Markinusgauner1986: have to be done too, I will look to it
15:02.06gauner1986okay
15:02.15gauner1986nice to see you back at kernel coding :)
15:03.38*** join/#htc-linux jhliberty (~jhliberty@rrcs-24-227-222-102.sw.biz.rr.com)
15:05.41*** join/#htc-linux bozuk (~bozuk@79-100-168-201.btc-net.bg)
15:06.07*** join/#htc-linux NeoFlux (~NeoFlux@94-192-226-85.zone6.bethere.co.uk)
15:09.42*** join/#htc-linux C_h_r_i_s (~ja@dslb-088-065-120-067.pools.arcor-ip.net)
15:12.03*** join/#htc-linux jonpry (~jonpry@63.245.31.4)
15:16.18*** join/#htc-linux FD-hd2 (~FD-hd2@82.132.248.186)
15:16.40*** join/#htc-linux NeoFlux_ (~NeoFlux@94-192-226-85.zone6.bethere.co.uk)
15:18.51Markinusgauner1986:  If I had more time :((
15:19.26gauner1986Markinus: your wife is keeping you away? :P
15:19.43Markinusgauner1986: no my, Masterthesis
15:19.54gauner1986ah.. i understand
15:20.10gauner1986studying informatik ? :)
15:20.39*** join/#htc-linux |Jeroen| (~jeroen@94-224-31-113.access.telenet.be)
15:20.40MarkinusBusiness Engineering
15:21.17gauner1986okay
15:31.09gauner1986hm
15:31.13gauner1986linuxtogo git sucks again
15:31.52Mavydoesnt it always :P
15:32.39*** join/#htc-linux dan1j3l (~danijel@78-0-242-85.adsl.net.t-com.hr)
15:32.53gauner1986hey dan
15:32.57dan1j3lhi
15:33.08dan1j3lany news ?
15:33.22gauner1986dan1j3l: you don't have experience with modifying odex files in android?
15:33.23gauner1986:P
15:33.26*** join/#htc-linux m_a_r_k (~quassel@c-76-120-50-42.hsd1.co.comcast.net)
15:33.45gauner1986dan1j3l: markinus added led support in git
15:33.52dan1j3lnever tried, why ?
15:33.56dan1j3lnice :D
15:34.21dan1j3l~seen markinus
15:34.25aptmarkinus is currently on #htc-linux (49m 5s). Has said a total of 25 messages. Is idling for 13m 45s, last said: 'Business Engineering'.
15:34.38gauner1986dan1j3l: because of the sim not loaded issue.. i modded the framework.odex.. but can't get it to work because of signing issues :(
15:34.54phhgauner1986: you searched for apk signing stuff ?
15:35.01gauner1986dan1j3l: it doesnt work because an event named EVENT_RECORDS_LOADED isnt triggered
15:35.17dan1j3lmarkinus: is interface for leds same as n1 / bravo or ?
15:35.19gauner1986phh: i don't find anything about that regarding odex files :(
15:35.25gauner1986dan1j3l: same as n1
15:35.26dan1j3lgauner: i will take a look
15:35.31phhgauner1986: arg right
15:35.45phhgauner1986: put the odex file in the .zip
15:35.47phhand sign the zip
15:35.54dan1j3lwhere is that event ?
15:35.56phhname it classes.odex
15:36.10Markinusdan1j3l: the linterface between kernel -> userspace?
15:36.22dan1j3lmarkinus: yes
15:36.35gauner1986dan1j3l: it's in the java code.. - dunno where that is triggered on c side.. it seems to be about sim records.. mcc mnc and stuff
15:36.49Markinusdan1j3l: not exactly, we didnt have the capabilitie of the off_timer attr
15:37.29Markinusdan1j3l: we have only brightness and blink, Leo ididn'T have all the capabilities for LEDs like Nexus
15:38.01gauner1986dan1j3l: htc must have sth modified in a simio method or so... :(
15:38.23dan1j3lmarkinus: hmmm... it seems so...
15:38.45dan1j3llater i will take a look and do some work in liblights
15:39.35Markinusdan1j3l: ok
15:39.40dan1j3lnice to see more devs here... :D
15:40.37gauner1986phh: hm.. if i do that it says something about stale dependencies.. that some file requires the odex to be present
15:40.49phhgauner1986: ah
15:40.55jonpry[acl]. i just got winmo microp working under linux
15:40.56gauner1986phh: it doesn't want the classes.dex
15:41.01*** join/#htc-linux adioph (7432e344@gateway/web/freenode/ip.116.50.227.68)
15:41.02phhgauner1986: android guy is telling me frameworks doesn't need to be signed -_-'
15:41.20gauner1986phh: i'll try again and provide you logs
15:41.33phhi<Vache> i saw that it's the SimLoaded method making problem
15:41.33phh<Vache> force to 0x1
15:41.33phh<Vache> didn't worked
15:42.05dan1j3lneeds to do liblights from start...
15:42.15gauner1986phh: there is a boolean field in the java class.. it's called mSimLoaded
15:42.28gauner1986phh: he should try changing that to true from the beginning
15:42.55phhgauner1986: /j #acer-liquid :p
15:43.15phhi'd like to stop being the messenger.
15:43.19gauner1986lol
15:43.39*** join/#htc-linux NeoFlux (~NeoFlux@94-192-226-85.zone6.bethere.co.uk)
15:43.42*** join/#htc-linux lithoc (3c337924@gateway/web/freenode/ip.60.51.121.36)
15:46.56*** join/#htc-linux koud (~koud@h-88-47.A163.priv.bahnhof.se)
15:47.36*** join/#htc-linux NeoMatrixJR (~chatzilla@173-25-48-212.client.mchsi.com)
15:54.00*** join/#htc-linux NeoFlux (~NeoFlux@94-192-226-85.zone6.bethere.co.uk)
15:58.30*** join/#htc-linux stunt (~fuck@c-76-114-36-123.hsd1.ca.comcast.net)
16:04.23*** join/#htc-linux User_ (~Ham3r@public54321.cdma.centertel.pl)
16:07.04*** join/#htc-linux FD-hd2 (~FD-hd2@82.132.248.158)
16:08.57*** join/#htc-linux ede (~ede@ool-44c4f27e.dyn.optonline.net)
16:09.39*** join/#htc-linux Vito89 (~quassel@gw.loccal.net)
16:13.11*** join/#htc-linux eugenb (~no@dslb-188-101-071-211.pools.arcor-ip.net)
16:17.11*** join/#htc-linux Erazixil (~Blades@c-24-34-126-187.hsd1.ct.comcast.net)
16:17.39ErazixilAnyone know the command to poll wifi signal strength?
16:18.07Erazixilor any other helpful cli wifi stuff.. such as command to set wifi radio power
16:18.13Erazixilor at least read the value
16:21.05gauner1986darksonte: ping
16:21.10gauner1986darkstone: ping
16:21.15*** join/#htc-linux punksux (4ba9c355@gateway/web/freenode/ip.75.169.195.85)
16:21.20darkstonegauner1986: hi
16:21.30gauner1986darkstone: you said you had a new sensefroyo rom?
16:21.37darkstonewell
16:21.42darkstoneim working on one
16:21.45gauner1986ok
16:21.51darkstonebut focusing on vanilla froyo atm
16:22.11gauner1986i'm currently on fixing the sense ppp problem
16:22.41darkstoneah ok
16:22.44darkstoneprogress?
16:24.19gauner1986none yet.. but i have some experienced guy from acer liquid that is helping me
16:24.23gauner1986those guys have the same problem
16:24.39darkstonegood luck :)
16:25.30Erazixilwhy would sense have ppp prob
16:25.35Erazixilor why does it only
16:25.45Erazixilshub's 1.3 build has ppp prob too.. supposedly
16:26.18Refugeppp is not completely fixed
16:26.52phhErazixil: because sense is stupid ? :D
16:27.59Erazixilhaha, that makes sense. oh shame on me for that pun. oh hey htc, we fixed this for you
16:28.08Erazixilhow many times has that been done
16:28.27phhsome
16:29.01Erazixiliwlist doesn't work
16:29.09Erazixilnor does iwconfig or iwpriv
16:29.32Erazixiloh becuase of that strange mac id the wlan card gets in android?
16:29.49Erazixiladdress family not supported by protocol is the error
16:30.29Erazixilbtw.. more on topic. i got shub's build to connect to pptp server over edge
16:30.56jonpryanyone know phys for wince virt 0xb5400000 on rhodium?
16:32.20Erazixiljonpry, this is a shot in the dark. does this help
16:32.22Erazixilhttp://pastebin.com/M1Ad4YMv
16:32.47jonprynot so much
16:32.52phhb5400000  | c0100000 |   1MB section |    AP=1 T=2^M
16:33.16jonprythanks
16:33.35phh./include/mach/msm_iomap.h:#define MSM_CSR_PHYS          0xC0100000
16:33.43phhtimer
16:33.48phh./include/mach/msm_iomap.h:#define MSM_GPT_PHYS          MSM_CSR_PHYS
16:33.56jonprywhat is csr?
16:34.06phhdon't know, but gpt is timer :p
16:34.17jonpryhmm.
16:34.49jonpryi wonder why i2c driver would need access to timer memory
16:34.59phhmdelay() ?
16:37.48jonprycoredll usually takes care of that
16:39.08jonpryhttp://pastebin.com/i8dY3g8T
16:39.39jonpryit spins waiting for 0xC0100014 to change?
16:40.05phhjonpry: that's timer_count
16:40.19phhof DGT
16:40.32phhhigh res clock
16:40.42phh#define DGT_HZ 19200000 /* 19.2 MHz or 600 KHz after shift */
16:41.05jonpryso if it deadlocks here. i have killed DGT?
16:41.17phhpossibly
16:42.16jonpryother possibilities?
16:43.56Erazixilonly mention of that msm_csr_phys is this article.. and i don't understand enough to deem it important or not. but it does compare winmo and android, and the way they do things.. http://www.eetimes.com/electronics-news/4083262/Google-Android-IPC-at-the-lowest-levels
16:44.19Erazixilpage 2. don't mean to interrupt. just saving it for later
16:44.37*** join/#htc-linux danibjor (~no@27.137.251.212.customer.cdi.no)
16:44.40phhjonpry: just check the value of this register
16:44.44phhit should increase
16:44.55phhjonpry: you're writing to this in vial ?
16:45.12jonprywell OEM_Misc::I2C_Init is doing this
16:45.31phhso that's a yes ?
16:45.50jonpryi'm not writing to anything. its a hardware register
16:46.57phhwell, the audio driver is writing to it through vial ?
16:47.22jonpryjust reading it i think
16:47.24*** join/#htc-linux FD-hd2 (~FD-hd2@82.132.248.159)
16:47.35jonprythats the deal with hardware counters no?
16:47.45phhyup, but linux configures it.
16:48.45phhDGT is set to 100Hz in linux
16:48.45jonprywell, i'm guessing the only options are to either get vial to configure it, or change the way linux configures it to get it working
16:48.50jonprylol
16:48.55phhif the driver is waiting for a 600kHz clock ...
16:49.07phhlinux uses GPT, DGT, hopefully
16:49.11phhyou can write those registers safely
16:49.12jonpryis that used for scheduling?
16:49.23phhno, it's GPT that is used for scheduling
16:49.41jonpryso i can change DGT to 600khz?
16:49.48phhyup
16:50.08phhjust don't ask me how :p
16:50.23jonprythat was my next question :-(
16:50.54WoZZeR[acl]: did you see my update in the logs?
16:53.08jonpryphh: if DGT_HZ is 19.2mhz, then how is it 100hz?
16:53.20phhjonpry: errrr
16:53.21phhit can't
16:53.35phhor there is a /19.2 divisor ? :D
16:53.43phhhum no, 192 is enough
16:53.58jonpryhow did you get the 100hz?
16:53.59jonpryor where
16:54.10phh<PROTECTED>
16:54.13phhI thought it was the frequency
16:54.16phhseems I'm wrong.
16:56.28shu8i~seen zego
16:56.32aptzego <~Administr@202.122.12.13> was last seen on IRC in channel #htc-linux, 2d 10h 49m ago, saying: 'kernel diff i used: http://www.mediafire.com/download.php?ypu1h74hmzdmvvd'.
16:58.59jonprymaybe i should check that timer is really running first
16:59.09jonpryi can probably get an idea of the speed from the register
17:01.36*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@89.32.146.153)
17:02.08jonpryphh: i notice that in irq.c, we clear all ints on boot. this seems like a potentially bad idea to me
17:03.05phhwell, either VIC code works, and we enable it properly
17:03.11phhor it doesn't work, and we don't actually clear ints.
17:03.24phhoh wait, clear as in ack ?
17:03.31*** join/#htc-linux Nikole (~var@adsl-99-58-217-13.dsl.hstntx.sbcglobal.net)
17:03.32NikoleOHIA
17:03.37phhor clear as in disable_irq ?
17:03.53jonpryclear as in ignore
17:04.09phhok
17:04.13phhthen what I said applies
17:04.51jonprylike say int23 goes high and either stays there or is just pulsed during boot. irq.c will go ahead and clear it before enabling anything. so when something actually registers for int23 it gets nothing
17:05.19jonpryand say some other piece of hardware is expecting to be serviced before issuing another interrupt. it never will be
17:06.08phhwell perhaps we could see if there are some int23 triggered during boot at least
17:07.47jonprythat seems good
17:11.49*** join/#htc-linux Microang (522deb64@gateway/web/freenode/ip.82.45.235.100)
17:14.44jonpryregister is always zero
17:15.26phhin wimo ?
17:16.24jonpryin linux
17:16.40phhah.
17:16.45phhso definitely not 100Hz ? :p
17:16.56jonprynot at all
17:17.02jonpryalthough there are some weird things
17:17.22jonpryi have never noticed this before. but it seems like i cannot read mmap regions from gdb
17:18.20shu8igauner1986: ping
17:18.47gauner1986shu8i: what's up?
17:19.07shu8imy andlog.txt is empty when created Oo
17:19.10Microanghey gauner1986
17:19.17*** join/#htc-linux SVic (~SVic@ip52.119.dars-ip.ru)
17:19.26gauner1986hm.. could be that there are problems with ramconsole atm then
17:19.38gauner1986manusfreedom_ do you know?
17:19.53Nikoleeh
17:19.59Nikoleramconsole
17:20.09*** join/#htc-linux sxe_ (~quassel@ip-62-143-81-242.unitymediagroup.de)
17:20.17Nikolepets
17:21.36manusfreedom_gauner1986: what?
17:21.53gauner1986manusfreedom_: some users report problems with ramconsole atm..
17:22.13gauner1986manusfreedom_ haven't tried myself yet
17:22.16manusfreedom_not every body read....
17:22.27gauner1986okay..
17:22.28gauner1986then read
17:22.31manusfreedom_0x03FC0000
17:22.31gauner1986:P
17:22.41manusfreedom_new address in SMI
17:22.44manusfreedom_not in EBI
17:22.47gauner1986hm
17:22.54gauner1986so cotulla has to make a new andlog.exe
17:22.56manusfreedom_so: pwf myramconsole 0x03FC0000 0x40000
17:23.03manusfreedom_for haret
17:23.15gauner1986shu8i: so use haret in the meantime :P
17:23.46*** join/#htc-linux David (~David@41.228.152.30)
17:23.50shu8ishall i replace #pwf log/ramconsole.txt 0x2FFC0000 0x40000 with the one ^?
17:26.04gauner1986yes you can
17:26.04manusfreedom_yes for LEO device
17:26.15manusfreedom_gauner1986: I win ;p
17:26.27gauner1986manusfreedom_: thought so :P
17:27.18*** join/#htc-linux David_ (~David_@41.228.152.30)
17:27.37*** part/#htc-linux jhliberty (~jhliberty@rrcs-24-227-222-102.sw.biz.rr.com)
17:29.32jonpryphh: i think dg_timer is not enabled
17:29.48phhjonpry: could be, i don't really understand this timer.c code
17:30.33jonprycat /proc/timer_list
17:30.48jonpryonly has gp_timer
17:32.16*** join/#htc-linux David_ (~David_@41.228.152.30)
17:35.04David_Test
17:35.32*** join/#htc-linux derek91__ (532e5612@gateway/web/freenode/ip.83.46.86.18)
17:36.15shu8iedited startup but still andlog is empty :|
17:39.03*** join/#htc-linux slayerns (bc26956b@gateway/web/freenode/ip.188.38.149.107)
17:40.10*** join/#htc-linux Dunedan (~dunedan@phoenitydawn.de)
17:40.30*** join/#htc-linux slayerns (bc26956b@gateway/web/freenode/ip.188.38.149.107)
17:41.08jonpryphh: got it fixed. just wrote the enable register from userland
17:41.15phhok
17:41.30jonpryany idea for phys on 0xB3200068?
17:41.47*** join/#htc-linux Kasjopaja (~Tina@p57BC055C.dip0.t-ipconnect.de)
17:41.53*** part/#htc-linux Kasjopaja (~Tina@p57BC055C.dip0.t-ipconnect.de)
17:42.47*** join/#htc-linux David_ (~David_@41.228.152.30)
17:42.47phh./haretlog-20100301_210606.log:b3200000  | a8600000 |   1MB section |    AP=1 T=2
17:42.48phhsome axi stuff iirc
17:42.48phh/home/phh/AndroidDiamond/pt/clean-gitorious/linux-msm6/arch/arm/mach-msm/include/mach/msm_iomap.h:#define MSM_CLK_CTL_PHYS      0xA8600000
17:42.49phhnot far* ahum*
17:43.17jonpryprobably i2c clock
17:44.18*** join/#htc-linux slayerns (bc26956b@gateway/web/freenode/ip.188.38.149.107)
17:44.27slayernshi
17:44.59slayernsapt leo-ramconsole
17:45.00aptleo-ramconsole is probably pwf myramconsole 0x2FFC0000 0x40000
17:45.11Nikoledoes windows mobile tell android anything battery related?
17:45.18slayernsapt forget leo-ramconsole
17:45.18aptslayerns: i forgot leo-ramconsole
17:45.18jonpry0xb2300004?
17:45.42Nikoleapt, do u know?
17:45.43aptACTION does u know.
17:45.49FD-hd2Lol
17:46.25slayernssomebody update ramconsole for a pt, i am on phone so it is pain to write
17:51.07Cassgauner1986 ?
17:51.38gauner1986Cass: !
17:51.56slayernsapt: leo-ramconsole is pwf myramconsole 0x03FC0000 0x40000
17:51.56aptokay, slayerns
17:53.58Cassgauner1986, ppp .. you get it working ?
17:54.20Cassi have it here on shu8i build working fine but apparently random freeze
17:54.26Casscurious if you have that
17:56.53*** join/#htc-linux NeoFlux (~NeoFlux@94-192-226-85.zone6.bethere.co.uk)
17:58.09slayernsyou always have to do yourself
17:58.32Cassfnar
17:59.12gauner1986cass: yeah.. it works with freezes.. and dns has to be set manually :P
17:59.23Cassmine did not :P
17:59.25gauner1986you can download shu8i's latest if you want to try it
17:59.32Cassfroze no need for dns update tho
17:59.48Cassyeah i have the problem shui on now playing
18:00.04gauner1986hm
18:00.23gauner1986some providers get it right
18:00.23gauner1986some don't
18:00.25gauner1986mine doesnt
18:00.26gauner1986-.-
18:02.31shu8igauner: i set the dns in build.prop
18:02.42shu8ithat why youve to set them manually
18:02.47shu8iprobably
18:03.05gauner1986it should be automatically set bei ip-up when pppd starts
18:03.07gauner1986but it doesnt
18:03.10gauner1986on my provider
18:03.13gauner1986same for elbartome
18:03.20gauner1986who is on the same crappy provider
18:04.39shu8ianyways @ gauner my andlog is still empty so cant give you any logs :P
18:05.04Casspull battery or reset switch after freeze ?
18:05.12shu8ireset
18:05.13Cassnot sure if andlog is affected by that
18:05.15Cassk
18:05.28gauner1986shu8i: andlog doesnt work atm
18:05.32gauner1986shu8i: use haret
18:05.49shu8iwhat do you mean use haret?
18:06.20gauner1986let haret produce you the logs with what manusfreedom said
18:07.13*** join/#htc-linux NeoFlux (~NeoFlux@94-192-226-85.zone6.bethere.co.uk)
18:10.44mastermerlingauner1986: worked fine … thanks
18:11.29[acl]WoZZeR: sup dood.. sorry .. busy day at work.. i saw the dmesg
18:11.47[ad]ist away (bye)
18:13.51*** join/#htc-linux pewpew (50c2bd6a@gateway/web/freenode/ip.80.194.189.106)
18:14.03gauner1986now i got a neat leedroid for leo :)
18:14.58*** join/#htc-linux 77CAA2SGM (~dunno@k17174.upc-k.chello.nl)
18:15.18*** join/#htc-linux dekar (~dekar@drms-4d0158cb.pool.mediaWays.net)
18:18.43*** join/#htc-linux mastermerlin (~Adium@pD957D26B.dip.t-dialin.net)
18:20.34*** join/#htc-linux maejrep[w] (~madCoder@68.64.144.221)
18:22.24*** join/#htc-linux wansub (5d60635f@gateway/web/freenode/ip.93.96.99.95)
18:22.53manusfreedom_anyone have ds2746_battery.h ?
18:23.05manusfreedom_not the ds2745...
18:23.16manusfreedom_I am not able to find it on the net
18:23.51manusfreedom_I search it because in last supersonic source htc_battery.c have code to use it
18:24.46manusfreedom_and if I am not wrong is the leo one... Cotulla if you come here, maybe you can find some info in supersonic source for your battery driver
18:24.50Microangneoflux: check pm ;)
18:25.59Cassmanusfreedom_, whats up with the battery driver ?
18:26.30manusfreedom_for me Cotullai have not finished this part because he wait some logs
18:26.51Cassok
18:26.56[acl]jonpry: interrupt ? good news ?
18:26.58manusfreedom_but maybe he can find infos in supersonic source to finish it
18:27.06Cassthink he took most of his code from reversing the windows one
18:27.43manusfreedom_Cassok
18:28.34jonpry[acl]. no interrupt
18:28.55[acl]jonpry: boo..
18:29.10jonprytrying to use wince dex now
18:29.38jonprygot microp and i2c working
18:31.13*** join/#htc-linux Blizzzard (5e067a08@gateway/web/freenode/ip.94.6.122.8)
18:31.19jonpryuh oh. more system calls
18:31.30jonprynever figured out a good way to deal with these
18:32.10[acl]jonpry: sounds like progress
18:32.59jonprywant to try and figure out  0xFFFFCB04 and CB08?
18:33.06Cassmanusfreedom_, ramconsole works for you ok ?
18:33.15*** join/#htc-linux babijoee (~babijoee_@d110-33-169-115.sun801.vic.optusnet.com.au)
18:33.21jonprynm CB0C and CB08
18:34.30jonpryMakeName(0xFFFFCB08, "KINX_PFN_SHIFT");
18:34.30jonpryMakeName(0xFFFFCB0C, "KINX_PFN_MASK");
18:34.31jonpry, wtf does that mean?
18:34.51*** join/#htc-linux Dough29 (~Damien@brn29-2-88-164-43-127.fbx.proxad.net)
18:35.32WoZZeR[
18:35.37WoZZeR[acl]: you still here?
18:36.59[acl]yup
18:37.03*** join/#htc-linux ElBartoME (~ElBartoME@ip-109-90-64-144.unitymediagroup.de)
18:37.07WoZZeRso yeah, I get the loading screen
18:37.15WoZZeRphh sent me a new initrd.gz, and it worked
18:37.23WoZZeR1 fat32 partition, so anything should work
18:37.46manusfreedom_bouuhh gauner1986 not here...
18:37.47WoZZeRalso bought a better class 4 for android
18:38.15[acl]WoZZeR: thats good news
18:38.20WoZZeR[acl]: what's the next step you think?
18:38.26[acl]i didnt know phh threw a bone at us
18:38.35phh-_-'
18:38.44WoZZeRI think he threw it TO us
18:38.54[acl]WoZZeR: so it boots into android ? or wha?
18:38.55manusfreedom_why he don't just set      .dot11n_enable  = 1, in htcleo wifi file to enable it?
18:39.06WoZZeRit boots, but get's stuck at the android loading screen
18:39.16[acl]splash ?
18:39.20WoZZeRyeah
18:39.24[acl]hmm
18:39.31[acl]did you disable the 3d on the cmd line?
18:39.36WoZZeRyup
18:39.37[acl]or enabled ?
18:39.44WoZZeRboth
18:40.01[acl]ok, no log cat right ?
18:40.09phhthat's the first thing I asked
18:40.23[acl]WoZZeR: is there a rootfs for this ?
18:40.34WoZZeRyeah,normal rootfs
18:40.42[acl]WoZZeR: we need to modify and do the same thing we did for the hd2 to dump logcat to sdcard
18:40.59[acl]it can dump dmesg to and we ill know exactly where it dies
18:41.03WoZZeRok
18:41.21WoZZeRso modify the init.rc?
18:41.22[acl]ill send you the changes in a bit.. its been a busy day for me and i still ned to get lunch
18:41.23[acl]so brb
18:41.39WoZZeRI'm heading out in 10 minutes, and I'll probably be back in 2.5 hours
18:45.53*** join/#htc-linux Dough29 (~Damien@brn29-2-88-164-43-127.fbx.proxad.net)
18:50.47*** join/#htc-linux pts69666 (ad64798d@gateway/web/freenode/ip.173.100.121.141)
18:54.34*** join/#htc-linux edangel (~worldead@79.107.243.31)
18:57.09*** join/#htc-linux M1DLGpc (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
18:57.26pts69666WoZZeR: you still around?
18:59.09pts69666i tested ur rom for android and got stuck at htc screen, ill post everything @ ppcgeeks
18:59.22*** join/#htc-linux shu8i_mobile (~yaaic@194.48.133.8)
19:06.53*** join/#htc-linux magnusri (4d6a926f@gateway/web/freenode/ip.77.106.146.111)
19:11.40*** join/#htc-linux M3DLGpc (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
19:11.53*** join/#htc-linux Pepi_ (50bbeb92@gateway/web/freenode/ip.80.187.235.146)
19:20.48*** join/#htc-linux babijoee (~babijoee_@d110-33-169-115.sun801.vic.optusnet.com.au)
19:22.38Pepi_Hi darkstone. Congratulations to your 26/07 V.1.0 senseless build of Froyo 2.2. For me still the best available build. Unbelievable smooth. All known apps and games (incl. nova) are running on this build. Fantastic native browser, fantastic and totally unproblematic native email-client. Sense is nowhere missed. Nice looking. I love the yellow percent meters. Looking very much forward to your new build. It will be difficult to top y
19:32.58tmztwhat is nova?
19:32.59*** part/#htc-linux edangel (~worldead@79.107.243.31)
19:34.43*** join/#htc-linux slayerns (8bb3cf59@gateway/web/freenode/ip.139.179.207.89)
19:34.53slayernsgauner1986, did you fix ppp?
19:35.08slayernsoh, no gauner atm
19:35.10slayerns:)
19:35.44*** join/#htc-linux hamagc (~hamagc@206.55.156.200)
19:37.08slayernssilence...
19:37.09slayernsbb
19:37.12mastermerlinapt create gauner1986
19:40.46*** join/#htc-linux Microang (522deb64@gateway/web/freenode/ip.82.45.235.100)
19:41.28Microangapt seen darkstone
19:41.30aptdarkstone is currently on #htc-linux. Has said a total of 7 messages. Is idling for 3h 16m 51s, last said: 'good luck :)'.
19:46.29*** join/#htc-linux condor (~n.a@5ED1F480.cable.ziggo.nl)
19:56.56*** join/#htc-linux thePACE (~pdukanac@cable-89-216-128-106.dynamic.sbb.rs)
20:05.58*** join/#htc-linux SVic (~SVic@ip118.116.dars-ip.ru)
20:06.49*** join/#htc-linux AstainHellbring (~AstainHel@unaffiliated/astainhellbring)
20:10.08*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@89.32.146.153)
20:12.30jonpryany idea why this doesn't work http://pastebin.com/AhqeP2uw
20:13.15jonprybasically trying to mmap a contigous region. like 4013c000,0x1000, then 4013d000,0x1000, then 4013e000,0x1000
20:13.43jonpryfirst one works. then they fail until 40140000 which works again
20:14.05jonprylike one mmap per 16 pages?
20:30.41*** join/#htc-linux hyperfire21 (63596909@gateway/web/freenode/ip.99.89.105.9)
20:42.36*** join/#htc-linux hfctsaot (~toastcfh|@67.79.149.234)
20:43.15hfctsaotphh: what's up
20:44.46phhhfctsaot: dual boot
20:44.54phhmore or less.
20:46.12hfctsaotTru. Hey they put a eq. In cyanogen mod
20:46.35hfctsaotWhat are u dual booting btw
20:46.49Ondalfwinmo&android probably?
20:46.51phhone full featured eclair rom + froyo almost functionnal
20:47.01hfctsaotAh tru
20:47.04phhOndalf: no that's an android device :p
20:47.12phhhfctsaot: it's a software equalizer
20:47.13phhit sucks.
20:47.19phhqualcomm stuff can do hardware eq
20:47.23phhI need to implement it
20:47.35hfctsaotHow about Ubuntu and android dual boot
20:47.40Ondalfphh: ohh, i thought the talk from Leo still continues
20:47.55phhI DON'T HAVE A LEO DAMNIT
20:47.59*** join/#htc-linux babijoee (~babijoee_@d110-33-169-115.sun801.vic.optusnet.com.au)
20:48.27hfctsaotLol
20:48.30phhI'll end up putting it in my nickname.
20:49.14Ondalfhmm, after 2 days of experimenting on CM5 and CM6 i found neither of those work fast on Kaiser, since i've used faster froyo on Kaiser... CM just feels sluggish on ancient piece of hardware
20:49.14Xian1I have to agree, the soft EQ is pretty bad
20:49.20*** join/#htc-linux LSnake (be35d3dc@gateway/web/freenode/ip.190.53.211.220)
20:49.32hfctsaotPhhusson. Do u have the script for apt bot seen
20:49.41phhno
20:49.47hfctsaotDamn
20:50.09phhi've no clue who is in charge of apt -_-'
20:50.12Refugeit's just a eggdrop script
20:50.16phhapt: who is your master ?
20:50.17aptsomebody said your master was not dio
20:50.27hfctsaotLol
20:50.27phhdio ? what ?
20:50.37Xian1dio = god in italian ?
20:50.40Xian1:P
20:50.40Refugeapk: tcl scripts
20:50.50Refuge•apt• tcl scripts
20:51.00phhapt: who is your daddy ?
20:51.02aptI think you lost me on that one, phh
20:51.02Refuge:p
20:51.12hfctsaotLol
20:51.35phhapt: are you stupid ?
20:51.36aptyeah
20:51.45Xian1apt: do you like phh?
20:51.46aptyes, I like phh.
20:51.52hfctsaotIdk someone has done some work on him
20:51.56Xian1apt: do you LOVE phh?
20:51.57aptyes, I LOVE phh.
20:52.02Xian1:D
20:52.05phhapt: do you hate Xian1 ?
20:52.06aptyes, I hate Xian1.
20:52.13Xian1:(
20:52.30Ondalfapt: do you hate chatting here?
20:52.30aptyes, I hate chatting here.
20:52.39Xian1apt: do you know where Qualcomm is hiding it's fast dormancy drivers?
20:52.40aptyes, I know where Qualcomm is hiding it's fast dormancy drivers.
20:52.51Xian1apt: really? how about a link?
20:52.59phh:p
20:53.06hfctsaotLol
20:53.07Xian1he's confused
20:53.39phhit's in my git.
20:53.46phhI just need to activate the IPoT mode
20:53.58Xian1I thought you didn't have it :P
20:54.06Xian1you tweeted CodeAurora for it
20:54.06phhipot I said.
20:54.12Xian1ah
20:54.37*** join/#htc-linux AndChat| (~AndChat@151.61.67.30)
20:54.59Xian1maybe you should add that on your list of things to do :P
20:55.26Xian1camera is good enough, it turns on and it takes pictures, albeit weird pictures :P
21:00.33*** join/#htc-linux ImHos (pIRCuser35@178.124.146.216)
21:01.49*** join/#htc-linux mega (mega@ool-457ebe8a.dyn.optonline.net)
21:03.23tmztphh: iPoT?
21:03.29phhIP over Time
21:03.47tmztphh: I wish they would start an irc channel
21:03.52tmztokay, what is it?
21:03.53*** join/#htc-linux gauner1986 (~yaaic@212.23.105.116)
21:03.59phha joke.
21:04.10gauner1986re
21:04.15tmzt?
21:04.26phhip over time is a joke.
21:04.27jonprywhat is h2w?
21:04.33tmztyeah but I don't get it
21:04.33phhjonpry: headset
21:04.46tmztjonpry: htc 2 wire protocol on the headset adapter
21:04.49phhbah, I've already written this driver
21:04.50phhin the future
21:04.55phhso I just have to checkout it.
21:04.55tmztor, on 3.5mm devices, in the headphone jack
21:05.00tmztand the IP part?
21:05.00tmztoh
21:05.02tmztright
21:05.09jonpryic, thanks
21:05.13phhgit relies on ip sometimes :p
21:05.17tmztmoving forward in time requires input of specific entropy
21:05.26tmztmoving backwards is pretty easy
21:05.47phh.
21:06.15phhwhen would you do that ? :p
21:09.20*** join/#htc-linux MN (~MN@host86-134-36-5.range86-134.btcentralplus.com)
21:09.26MNHello
21:09.47*** join/#htc-linux WisTilt2 (~wisgreg@wireless251.wirelesstcp.net)
21:15.49*** join/#htc-linux flagada (58a1e24e@gateway/web/freenode/ip.88.161.226.78)
21:16.23*** join/#htc-linux AstainHellbring (~AstainHel@unaffiliated/astainhellbring)
21:18.44*** part/#htc-linux millsu2 (~brad@mail.serverplus.com)
21:20.17WoZZeR[acl]: You there?
21:21.01[acl]yeah.. im dying here .. busy ass day
21:21.12WoZZeRlol, that sucks
21:21.16*** join/#htc-linux GNUtoo|laptop (~gnutoo@80.10.46.86)
21:21.22WoZZeRwhen you want to work with the new rootfs, let me know
21:21.27WoZZeRor however you want to start to debug
21:21.44[acl]rootfs is probably the easiest ..
21:22.16*** join/#htc-linux _peet_ (~darkside@77-20-103-170-dynip.superkabel.de)
21:25.53*** join/#htc-linux FD-hd2 (~FD-hd2@cpc3-newt5-0-0-cust349.newt.cable.virginmedia.com)
21:26.01WisTilt2jonpry: only here for a minute but info regarding irq... one of my programmers i've had comparing the irq areas between our stripped kernel and the repo's thinks there is an int unmasking problem somewhere pertaining to VIC_INT_ENCLEAR0 and VIC_INT_ENSET0. Don't know if that gives you any ideas or not. i'm tied up for another hour or so. bbl
21:28.51WoZZeR[acl]: would adding this to the rootfs init be the easiest way to see what's happening?
21:28.54WoZZeR; /bin/mkdir -p /sdcard/andboot
21:28.56WoZZeR; /bin/dmesg > /sdcard/andboot/dmesg
21:29.01WoZZeRwhoops, no mkdir
21:29.02*** join/#htc-linux millsu2 (~brad@mail.serverplus.com)
21:32.10[acl]hmm
21:32.26[acl]let me pull up the logs. i know i gave this info to cotulla before.. brb
21:32.27WoZZeRI can't accress the init.android
21:33.21*** join/#htc-linux Ham3r (~Ham3r@178.56.152.210)
21:39.41[acl]ok
21:39.49[acl]in the root fs
21:39.56[acl]look for the init.eclair.rc
21:40.01[acl]unless ur using froyo ?
21:40.10WoZZeRyeah, it's froyo build
21:40.24[acl]ive never seen a froyo build
21:40.29[acl]lol
21:40.46[acl]same rc file ?
21:40.49[acl]or different?
21:40.54WoZZeRdifferent rc
21:41.00WoZZeRinit.froyo.rc
21:41.14[acl]ok open that bad boy up and lets hope its similar
21:41.32WoZZeRok
21:41.36WoZZeRit should be
21:42.04[acl]There should be a line for setupmodem /setupmodem.sh
21:42.50WoZZeRnope, want me to get a 2.1 build?
21:43.09WoZZeRI've got 2.1 ASOP
21:43.29[acl]its aite
21:43.31[acl]eff it..
21:43.41[acl]lets try it out
21:43.51WoZZeRfroyo?
21:43.51MNso hows tinboot going for you guys
21:44.06WoZZeRomg
21:44.09WoZZeRit's in android
21:44.53WoZZeRmaybe it was just my crappy card
21:44.59WoZZeRnew card worked fine
21:45.33WoZZeRI'm telling you, TP2's are sentient
21:45.36WoZZeRthey want to work
21:45.42[acl]lol
21:45.54WoZZeRso yeah, I'm in android now
21:46.09[acl]get a bottle of champagne
21:46.13[acl]and celebrate
21:46.14[acl]:-)
21:46.16WoZZeRlol, will do
21:46.30WoZZeRyay, data works as well
21:46.36[acl]ok, in that case fuck it. im follow your lead tonight. Worse case ill get a loaner phone for work
21:46.57*** join/#htc-linux mayohead (~ethan@c-24-21-236-222.hsd1.wa.comcast.net)
21:47.06WoZZeRwhat's my lead, just flashing?
21:47.16[acl]yeah i never flashed
21:47.21WoZZeRheh
21:47.23[acl]dont even know what it involves
21:47.31[acl]i know kernel :-) but no cooking :-(
21:47.34WoZZeRwant me to make a new nbh for you, with RHOD400 keyboard?
21:47.43[acl]sure.
21:47.45*** join/#htc-linux spanner3003 (~spanner30@5e0b1c7d.bb.sky.com)
21:47.48WoZZeRok
21:48.17WoZZeRso is next step fixing what we disabled?
21:48.26hyperfire21wozzer i even flashed the newest verizon rom then flashed ur nbh and still no boot
21:48.40WoZZeRhyperfire21: try with my new package I posted
21:48.50WoZZeRit has the ruu ad everything I use
21:48.52hyperfire21just did :/
21:49.01WoZZeRyou didn't edit anything in it, right?
21:49.10hyperfire21no edits
21:49.17hyperfire21straight flash from bootloader
21:49.47hyperfire21something in the phone.. cant be radio cuz now im on verizon radio n same prob
21:50.13WoZZeRhmmm
21:50.51WoZZeRdoes the RUU have any errors after?
21:50.57WoZZeRsaying put into recovery mode or anything?
21:51.12WoZZeRand you goto bootloader mode, right?
21:51.16WoZZeRvol dn + power
21:51.47hyperfire21no it says successful
21:52.00*** join/#htc-linux mickeyl (~mickey@80.81.242.146)
21:52.15*** join/#htc-linux AstainHellbring (~AstainHel@unaffiliated/astainhellbring)
21:52.17*** join/#htc-linux programmer8922 (~Evan@67.219.166.182)
21:52.46WoZZeRI'll build a new version of my WM rom for you
21:52.51WoZZeRwithout my customizations
21:52.54WoZZeRjust to see if it matters
21:52.59hyperfire21ok ill test it
21:53.12[acl]WoZZeR: ok so whats NOT working.
21:53.23WoZZeRit doesn't seem to load the zImage
21:54.15[acl]no i mean in android for you. we commented stuff out.. wondering what impact it had if any
21:54.34hyperfire21im actually thinking on relocking the spl, then flashing hardspl... but i did the hardspl flash yesterday so i dunno if it will let me flash it again.. they have that 1 flash policy
21:54.38WoZZeRwell, no charging
21:54.45[acl]we will need to get a diff of your changes and see if we can either commit then or create a new test kernel
21:55.14WoZZeRhyperfire21: can you accept DCC?
21:55.26hyperfire21im on the webchat version
21:55.32WoZZeRk
21:55.32hyperfire21i can install mirc
21:55.34hyperfire21give me 2 mins
21:55.42WoZZeRno, uploading to 4shared now
21:55.43WoZZeRit's fine
21:55.46hyperfire21ok
21:55.55WoZZeR[acl]: Proximity sensor was commented out
21:56.00WoZZeRand usb, that's it I think
21:56.05*** join/#htc-linux bzo (~chatzilla@netblock-68-183-234-14.dslextreme.com)
21:56.46hyperfire21wozzer let me know which radio ur using
21:56.56WoZZeRlatest vzw
21:57.08hyperfire21ok
21:57.16WoZZeR[acl]: //writel(readl(MSM_CLK_CTL_BASE) | (1U << params.idx), MSM_CLK_CTL_BASE);
21:57.19WoZZeRwe commented that out
21:57.24WoZZeRI think
21:57.42WoZZeR// writel( 0, MSM_IMEM_BASE );
21:57.43WoZZeR// pr_info("reset imem_config\n");
21:57.43WoZZeR// get_clk_khz();
21:57.44WoZZeRand that
21:57.46*** join/#htc-linux shu8i (~shu8i@78.104.102.92)
21:57.58WoZZeRfrom clocks-wince
21:58.20WoZZeRI'm going to try re-enabling the clocks
21:58.26[acl]no
21:58.32WoZZeRno?
21:58.49[acl]the clocks are running. those lines up there are useless for us
21:58.53WoZZeRok
21:58.55[acl]they are good if ur bootin from winmo
21:59.43WoZZeRshould I try reenabling the proximity?
21:59.51WoZZeRto see if it was something else causing problems?
21:59.56[acl]nahh .. all that has to be fixed
22:00.25[acl]we still need some sort of logging in place
22:00.31[acl]can you get to the shell ?
22:00.49[acl]dmesg > /sdcard/crap.txt
22:00.53[acl]should dump all the goodies
22:00.58WoZZeRwhat's the shell emulating app?
22:02.14WoZZeRhyperfire21: http://www.4shared.com/file/T2esm98n/RUU_Signed_0409.html
22:02.58hyperfire21thx tryin it out
22:03.10WoZZeRnp
22:03.14phhWoZZeR: connectbot ?
22:03.27WoZZeRI'm downloading Android Terminal Emulator right now
22:03.37[acl]WoZZeR: hmm there are alot.. i run better termminal emulator pro
22:03.53[acl]phh: so u joining the nand gang ?
22:04.03phhnot really
22:04.20[acl]what !!!
22:04.25[acl]why not?
22:04.31[acl]we the cool kids now
22:04.32[acl]:-p
22:04.41WoZZeRlol
22:04.47WoZZeRso I can't do > on my keyboard
22:05.02[acl]softkey board?
22:05.36WoZZeRtheredundant: we go, it wasn't coming up in landscape
22:05.42WoZZeRwhoops
22:05.45WoZZeRlet me try that again
22:05.49WoZZeR[acl]: there we go...
22:07.54*** join/#htc-linux shroom2k1 (shroom2k1@c-98-199-8-215.hsd1.tx.comcast.net)
22:09.06WoZZeR[acl]: in the mood for some light reading?? it's only 77K
22:09.19[acl]sure
22:09.22WoZZeRhttp://pastebin.com/KewKhjVf
22:09.22[acl]pastebin this bad boy
22:09.30[acl]so phh can enjoy as well .. u know he loves logs
22:10.05hyperfire21wozzer do i put initrd.gz.tinboot on sd?
22:10.08phh[    0.000000] Division by zero in kernel.
22:10.10phhLOL.
22:10.18WoZZeRno
22:10.29hyperfire21ok
22:10.36phh[    0.000000] PLL0: MODE=00000000 L=00000000 M=00000000 N=00000000 freq=0 Hz (0 MHz)
22:10.42phhneed to wait for amss
22:10.52phhi've the code... somewhere.
22:11.09WoZZeRhyperfire21: don't worry about the sd card now, you don't need it
22:11.10phhoh well, it's inited a bit after
22:11.11phhshouold be fine.
22:11.44phhyeah right rpcserver is happy
22:12.12WoZZeRand I'm 2/2 into booting android on this card. I'm happy :D
22:12.27[acl]phh: what do you suggest.. commit changes to current repo or start new one?
22:12.39phh[acl]: branch ? :p
22:12.47[acl]oopsy
22:12.53[acl]u know what i mean
22:12.54[acl]yeah
22:12.58WoZZeRbrb
22:12.58*** part/#htc-linux Sjuust (~jmeij@ip3e839a58.speed.planet.nl)
22:13.23phhbut hum
22:13.24phhandroid works ?
22:13.29[acl]he is in it now
22:13.31phhI see many sleep/wake ups
22:13.33phhwow
22:13.50phhand I still haven't been able to flash a single image.
22:14.00hyperfire21wozzer that nbh doesnt boot my phone
22:14.05phhand what doesn't work ?
22:14.27phhand does sound work ? :p
22:14.32[acl]we are recruting more pigs to test everything
22:15.01phh[   15.152618] msm_proc_comm_wince: DEX cmd timed out. status=0x0, A2Mcntr=1, M2Acntr=0
22:15.02phhaaahhhh
22:15.06phhthat's how it works.
22:15.13phhI was wondering why it wasn't too fast for amss.
22:15.34[acl]phh: i wonder if i can make clk rgm calls now to rpc 0x3000000f
22:15.45phhwhy not ?
22:15.55[acl]remember i had the connect inssue in winmo?
22:16.00[acl]remember the "revert revert code"
22:16.12WoZZeR[acl]: phh: incall sound doesn't work
22:16.18phh[acl]: hhhuuuuuuu ?
22:16.21WoZZeRhyperfire21: does it get past the tp2 logo?
22:16.30phhWoZZeR: might need the pmic enable speaker call
22:16.30phhright
22:16.44*** join/#htc-linux antoszka (~antoszka@unaffiliated/antoszka)
22:16.44hyperfire21well it doesnt get past it but it shows the radio info
22:16.52hyperfire21radio/rom info on the bottom
22:17.02phhyeah that's spl.
22:17.06WoZZeRok, I didn't think it would be a full boot
22:17.13WoZZeRok, now try tinboot image
22:17.20hyperfire21ok
22:18.07[acl]WoZZeR: still need to figure out a way to change the cmdline so we dont have to reflash
22:18.18WoZZeRyeah
22:18.26WoZZeRunless we just build a compile script for everyone
22:18.34WoZZeRthe only difference is keyboard I believe
22:18.34[acl]nahh.. too dirty
22:18.34phh[acl]: or perhaps flash it.... from linux
22:18.36phhwould be fine ?
22:19.22phh[acl]: like, we put a 1024-bytes (or whatever) cmdline with a specific stuff to find it in the nand
22:19.27phhand we write over it, changing just this area
22:19.37[acl]woa.. thats not a bad idea
22:19.38phh(no i'm not dirty.)
22:19.42WoZZeRlol
22:20.05hyperfire21no again its stuck at the logo
22:20.18hyperfire21no info on bottom either
22:20.25WoZZeRtheredundant: wouldn't be any info
22:20.35WoZZeRwtf, stop puttin people's names mirc
22:20.48WoZZeRhyperfire21: there wouldn't be any info
22:20.57hyperfire21ok
22:21.18hyperfire21but wozzer it has to be something else cuz 1 other rhod400 guy got it to boot
22:21.26WoZZeRI know
22:21.57hyperfire21what abt bootloader.. is that spl?
22:22.04WoZZeRyeah
22:22.15WoZZeRspl booted tinboot, which start zImage
22:22.32WoZZeRyou don't want to mess with the spl, that's the way to brick a phone
22:22.53hyperfire21do u think i should relock it? and try to hardspl again
22:23.01WoZZeRsure, try it
22:23.13WoZZeRre-lock, boot official sprint rom, then hardspl
22:23.19hyperfire21ok
22:23.22hyperfire21newest sprint?
22:23.26WoZZeRyeah
22:23.49WoZZeRhyperfire21: http://www.shipped-roms.com/shipped/RhodiumW/RUU_Rhodium_W_S2_Sprint_WWE_2.04.651.4_RS_2.32.00WF_NV_SPCS_2.20_0224_PRL60660_Ship.exe
22:24.22hyperfire21thx but i got it yesterday
22:24.26WoZZeRok
22:25.06antoszkamanusfreedom_: Running your latest kernel (from the zip package 08.11) with FroyoStone v1 on a HTC Leo, I get "Error" in the Wi-Fi settings. Is this a known problem?
22:25.06[acl]phh: so new branch?
22:25.14phhyup
22:27.31[acl]phh: ok.. ill clean our code a bit before it goes up
22:28.03WoZZeR[acl]: any reason why my zImage would load on some phones, but not all?
22:28.18[acl]what kinda phone do you have ?
22:28.19phhweird radio timing things ?
22:28.34phhadd a good old sleep(10) in machine fixup ?
22:28.38WoZZeRwell, I have a RHOD500, and Boomer has a RHOD400, and it booted with both
22:28.47[acl]WoZZeR: CDMA ?
22:28.49[acl]lol
22:28.50jonpryboth cmda
22:28.51WoZZeRbut not hyperfire21 or pts69666
22:28.52WoZZeRyeah
22:28.53WoZZeRall cdma
22:29.18jonprymaybe get them to flash same radio version you have
22:29.24WoZZeRhyperfire21: did
22:30.18WoZZeRhyperfire21: you tried 2.35, right?
22:30.28hyperfire21yea
22:30.34WoZZeRhmm
22:30.53WoZZeRyeah, try it after re-lock and official sprint
22:30.53[acl]the hell with gsm peeps ?
22:30.55WoZZeRthen re-hardspl
22:31.03WoZZeRgsm should be easier
22:31.04WoZZeRI think
22:31.19WoZZeRall we have to do is change force.cdma=1 to force.cdma=0
22:31.32WoZZeRbut their phones are more similar than the cdma ones
22:31.34WoZZeRfor what ever reason
22:31.54WoZZeRRHOD500 and RHOD400 have some changes to them. My power button is my end key
22:33.00[acl]im still looking for someone to lend me a phone
22:33.02[acl]lol
22:33.05WoZZeRhyperfire21: when it boots, tell me what the D --- number is
22:33.16WoZZeRlol
22:33.17hyperfire21ok
22:33.43Microangphh: are you going to be looking at nand on the diamond anytime soon?
22:33.53phhMicroang: I no longer have my diamond -_-'
22:33.57hyperfire21i just hope it will let me hardspl again..
22:34.03WoZZeRit should
22:34.04*** join/#htc-linux toothpaste (~mouldybre@2607:f358:1:fed5:3::425)
22:34.14hyperfire21olinex crew only let u do 1 flash per comp or something.. prob some reg edit
22:34.18Microangphh: touch pro has the same nand no?
22:34.25phhMicroang: no
22:34.30phhtouch pro has 512MB, diamond 256
22:34.40Microangoops sorry yes :D
22:34.51WoZZeRhyperfire21: http://forum.ppcgeeks.com/showthread.php?t=116571 task 29 is another possible fix
22:34.52[acl]ok so i got some rum..
22:34.58[acl]to celebrate
22:35.00WoZZeRit formats everything
22:35.07hyperfire21i did that task29 too multiple times :(
22:35.18WoZZeR[acl]: lol, don't go too heavy on it, we still need you
22:35.29[acl]i need a phone first
22:35.34[acl]im calling friends..
22:35.38phh:)
22:35.44WoZZeRall I have is a VZW phone
22:35.51phhare we supposed to do a real ROM now ? :p
22:35.55WoZZeRsprint never got the omnia
22:36.05WoZZeRphh: don't we ahve to build nand support in?
22:36.15Microangphh: whos developing for the diamond then?
22:36.17phhWoZZeR: it is built in
22:36.19phherrrrr almost.
22:36.21phhMicroang: noone ?
22:36.32WoZZeRwould we use the same format as the sd card?
22:36.35WoZZeRor have it all extracted
22:36.50phhmmmmmm
22:36.51phhdon't know
22:37.14phhI need to draw a map of what we can do.
22:37.17Microangphh :( what thats sad, it's such a great little phone though, just lacking some ram :(, it got gps though
22:37.42phhMicroang: well, once it works fine on rhodium, I might borrow it back to my sister
22:37.49*** join/#htc-linux Tah (5b6bdfaa@gateway/web/freenode/ip.91.107.223.170)
22:37.54phhhum.... maybe not, will be complicated
22:39.17Microangphh: well diamonds are very cheap on ebay at the moment if you can't borrow it back :)
22:39.27Microangmaybe some donations :)
22:39.46phhNB: searching for "diamond" alone on ebay
22:39.48phhis everything but a good idea.
22:40.25Microang:P
22:40.33Microanghtc diamond :P
22:40.42phhlowest price I have is 75€
22:40.44phhEWONTDO.
22:40.51MicroangIt's the only htc phone I know that got to be called it's codename :D
22:41.46phhhaha
22:41.46phhtrue
22:42.04jonpryphh: do you know what the minimal set of drivers required to boot is? like can i ditch rpc, smd?
22:42.32phhI'd guess you can.
22:42.37Microangphh: good luck with the tp2 anyway, if the HD2 hadn't come out I would have gotten the topaz and maybe your nand would be more help, but I don't see it as a true successor to the diamond cut phone anyway! :D
22:43.06phhMicroang: yeah, diamond has really a unique form factor for a smartphone
22:43.15phhas tiny as a dumpphone
22:43.26phhthe battery life of a PSP though XD
22:43.35Microangthats the reason I fell in love with it and bought another whenI washed my first one :)
22:44.20jonpryphh: does sd require smd or something. and what is needed for either wifi or screen
22:44.32Microangthe battery wasn't so bad with my custom rom actually, it could last a whole day and a bit after some tweaks! I still carried 2 batteries though I didn't need them
22:44.42phhjonpry: wifi requires mmc, so proc_comm
22:44.48phhscreen require clocks, vregs I guess
22:45.46jonpryhmm. it would be nice if i could ditch almost everything
22:46.10phhMicroang: anyway, sound now.
22:46.18phhMicroang: set proper id for audiomgr
22:46.20phhand see what happen
22:46.39[acl]At least cotulla will behappy. He has been telling me about nand boot for a while now..
22:47.00[acl]i need to dig into those rpc calls..
22:47.01Microangphh: the only phone htc have released so far with internal memory too
22:47.06Microangphh why?
22:47.11phhMicroang: who cares about internal memory ? :p
22:47.20phhMicroang: why ? because it's the original goal of boot from nand /o\
22:47.29*** join/#htc-linux CazH (~quassel@3007ds2-rd.0.fullrate.dk)
22:47.30MicroangIt ruined me, I lost loads of data but still bought another :P
22:47.32phherrr wait
22:47.34phhit wasn't for you.
22:47.47phhthat was for WoZZeR
22:47.47Microangok
22:48.08phhMicroang: the TD with uSD + more memory would have been great
22:48.13phhbut I guess they couldn't because of size.
22:48.51*** join/#htc-linux ben__ (ad1666ff@gateway/web/freenode/ip.173.22.102.255)
22:48.53hyperfire21guys did olinex team release a couple versions of their hardspl?
22:49.28Microangwhy not, they could have easily put 288mb ram and a sd slot, but were trying to pitch it against the iphone 3g Grrr
22:50.56phhi'm not sure
22:50.59phhthe diamond is really thin
22:51.42MicroangI've opened it and the bard has a lot of unused space, the tp board is also the same size
22:51.53Microangexcept it has a seperate us board
22:52.00Microangusb
22:53.09*** join/#htc-linux CrAzY_CbR (d5e74712@gateway/web/freenode/ip.213.231.71.18)
22:55.16*** part/#htc-linux ben__ (ad1666ff@gateway/web/freenode/ip.173.22.102.255)
22:57.03ToAsTcfh.help
23:00.42jonpryping: WisTilt2
23:11.49*** join/#htc-linux Andreyxxl (~Andreyxxl@89.32.146.153)
23:12.29WisTilt2ok im here.  Friday's usually quiet but today was more line a Monday!
23:12.46[acl]bro today was like 2 days in 1 for me..
23:12.51[acl]i feel ur pain
23:13.00[acl]but rum is soothing my soul right now
23:13.07[acl]celebin nand boot :-)
23:13.49*** join/#htc-linux ALoGeNo (~alogeno@unaffiliated/alogeno)
23:14.51*** part/#htc-linux CrAzY_CbR (d5e74712@gateway/web/freenode/ip.213.231.71.18)
23:15.15jonpryi will be celebrating with you a bit later [acl]
23:15.27[acl]nice..
23:18.22jonpryWisTilt2: i still have no interrupts :-(
23:18.32jonpryi have nearly been to the end of the earth and back
23:18.55WisTilt2did you see my msg from a couple hours ago by chance?
23:19.13jonpryno, i can check logs
23:20.14WisTilt2i haven't looked into it, just info from one of my programmers I have working this part of it so don't know exactly what he's talking about yet.
23:22.02jonpryunmasking problem eh
23:23.33WisTilt2unfortunately he is gone now until monday but he said the unmask bits in one of the vics isn't right, thats why our kernel is getting the irq23.
23:24.27*** join/#htc-linux linkman (5b0d27f8@gateway/web/freenode/ip.91.13.39.248)
23:24.37jonpryi will have to check that. thanks
23:24.57*** join/#htc-linux David_ (~David_@41.228.144.247)
23:25.02WisTilt2im looking at it now and it looks like irq23, which masks to 0x800000000, isn't what is happening.  im seeing the mask at 0x20000 so that would be 18
23:25.16*** part/#htc-linux shu8i (~shu8i@78.104.102.92)
23:25.23*** part/#htc-linux condor (~n.a@5ED1F480.cable.ziggo.nl)
23:26.43jonpryyour first mask seems to be a little bigger than 32 bits
23:27.16WisTilt2lol, yeah one too many 0's, my eyes are shot after today.
23:27.38*** join/#htc-linux dieselboy (~dieselboy@dsl-69-172-70-172.acanac.net)
23:28.33*** join/#htc-linux antoszka (~antoszka@unaffiliated/antoszka)
23:30.40WisTilt2jonpry: also in the msm_init_irq in the 'clear interrupts', VIC_INT_ENCLEAR0 and VIC_INT_ENCLEAR1 need to be cleared, same thing should be done for disabling int section clearing ENSET0 and ENSET1.
23:30.42jonprywhere do you see this 0x20000? from testing or in the code?
23:31.09WisTilt2testing...hang on i'll get the location he's pulling that from in the source.
23:31.55jonprythis is consistent with my theory that we should remove everything that writes to VIC
23:32.01[acl]jonpry: you guys should look into dzo's code. He made changes to what you are referring to now
23:33.10WisTilt2[acl]: bah, i hope we're not reinventing the wheel here. im not familiar with dzo sorry.
23:34.26jonpry[acl] did you ever try dzo's irq.c?
23:34.52[acl]jonpry: yeah.. i did but it didnt fix my issue. and this is why we are in nand now ..lol..
23:35.39[acl]im going to try it with the nand as soon as i can get a loaner phone.. rpc calls should work now so there is alot of potential for 3d
23:38.33jonpryi'm ditching rpc. just built myself a kernel without it
23:38.57WisTilt2jonpry: ok the mask 0x20000 is when being called from msm_adsp_get enable_irq.  when it hits enable_irq that is the unmask value being used.
23:38.58[acl]damn no rpc
23:39.03[acl]you are an animal
23:41.13WisTilt2jonpry: clarifying a bit, its at msm_irq_unmask in irq.c when its call during the enable_irq.
23:41.35jonpryi understand
23:44.09[acl]WisTilt2: this is what im referring too: http://androidhtc.git.sourceforge.net/git/gitweb.cgi?p=androidhtc/kernel.git;a=blob_plain;f=arch/arm/mach-msm/vogueirq.c;hb=HEAD
23:44.53[acl]not the same device but the changes dzo made were interesting.
23:45.24[acl]may not be relevant but worth a look
23:45.50*** join/#htc-linux hyperfire21 (63596909@gateway/web/freenode/ip.99.89.105.9)
23:46.41jonpryWisTilt2, if your people wrote that code in its entirety, docs or not, don't you have license?
23:47.57[acl]"your people" sounds racial :-p
23:48.59WisTilt2jonpry: license for everything but the dsp, which we don't use in our equipment since its a data device.
23:50.27jonpryi mean to distribute the code to the community
23:51.59jonpryit can't be any different than htc/google releasing there irq.c
23:55.01hyperfire21wozzer u there?
23:55.34WisTilt2jonpry: dont know exactly what you're asking?  anything they released to public, yes.  dsp code is not public.
23:56.03WoZZeRhyperfire21: yes?
23:56.57jonpryyou said you have an irq.c that works. you previously mentioned some sketchy legal situation. but i don't understand what it would be with regard to something simple like a VIC driver.
23:57.26hyperfire21still no go.. can u check ur bootloader and give me the first line u see
23:58.05WoZZeRthe first line?
23:58.12hyperfire21rhod500 ... ...
23:58.29WoZZeRin what?
23:58.38hyperfire21bootloader
23:58.40hyperfire21spl
23:58.50WoZZeRI can't now, on the phone
23:58.56hyperfire21ok
23:59.06hyperfire21D 2.04. 82488
23:59.24hyperfire21P DSDCABPZM-6125
23:59.29*** join/#htc-linux antoszka (~antoszka@unaffiliated/antoszka)
23:59.29*** join/#htc-linux SnowDroid (~snowdroid@69-92-183-62.cpe.cableone.net)
23:59.57hyperfire21those are my initial boot info

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