IRC log for #htc-linux on 20100704

00:01.09Unholy_dcordes it worked
00:01.22Unholy_brb gtg
00:01.30Unholy_now im only missing the wifi modules
00:04.29nineX_what worked?
00:04.49Cassthe compilation id guess
00:06.08YosefUnholy_:  send please
00:08.02Yosefwhat about new kernel for our proccessor???
00:08.28Casswhat do you mean ?
00:08.28Yosefthat qualcom released ?
00:08.37Cassnothing has changed in the past few days
00:09.03Cassthe release of the framebuffer stuff ?
00:09.26Yosefsomebody putted it in hd2 kernel ?
00:09.50Cassthink it was already in the kernel, else youd have a blank screen
00:11.19*** part/#htc-linux privat (~privat@188.110.240.224)
00:11.21lpsi2000[A]is no longer away : Gone for 1 day 5 hours 10 minutes 52 seconds
00:13.34Yosefbbbb
00:15.25*** join/#htc-linux Rafyvitto_ (~IceChat7@74.213.81.33)
00:19.12*** join/#htc-linux Alex[sp3dev] (~zsirc@213.87.87.127)
00:19.54*** join/#htc-linux GNUtoo|laptop (~gnutoo@host23-160-dynamic.244-95-r.retail.telecomitalia.it)
00:23.37*** join/#htc-linux Rafyvitto_ (~IceChat7@74.213.81.33)
00:26.37*** join/#htc-linux Scrizz (~technical@pool-96-254-167-115.tampfl.fios.verizon.net)
00:30.07*** join/#htc-linux shroom2k1 (~shroom.jo@c-98-199-13-41.hsd1.tx.comcast.net)
00:33.01*** join/#htc-linux Meta2 (~k.egdom@87-251-56-75.lombox.customer.bit.nl)
00:33.11Alex[sp3dev]i wonder whether backporting the usb driver from 32 is a good idea
00:39.00Rafyvitto_im back
00:39.35Rafyvitto_just stuffed a bacon double cheeseburger from BK
00:39.36Rafyvitto_=]
00:40.00Unholy_back, hey dcordes im running this in my wifi git, make ARCH=arm modules_install INSTALL_MOD_PATH=/home/unholy/modules , but its giving me an error?
00:40.14tmzt_what error?
00:40.22tmzt_do you have the cross compiler set?
00:40.33Unholy_make: *** No rule to make target `modules_install'.  Stop.
00:40.36Unholy_yes
00:40.39CassCROSS_COMPILE=arm-none-linux-gnueabi
00:40.44Casssounds like you missed that
00:41.10tmzt_hmm, no that's not it
00:41.17Cassor your not in the kernel dir
00:41.20tmzt_are you in the correct directory?
00:41.55Unholy_yes compat-wireless-msm
00:42.55tmzt_do you have the kernel symlinks in place?
00:43.05tmzt_or are you passing the right env vars to make in compat-wireless
00:43.23tmzt_that might be it, run modules_install in your kernel without the INSTALL_MOD_PATH
00:43.27Cassno underscore ?
00:43.31tmzt_or it won't find the kernel source
00:43.50tmzt_no, it uses the kernel kbuild makefile which it can't find without that symlink
00:45.37*** join/#htc-linux Jack_E (~chatzilla@host86-172-80-96.range86-172.btcentralplus.com)
00:47.19Unholy_i dont have any symlinks
00:47.58Unholy_how do i specify the path to kernel?
00:48.23Unholy_KLIB_BUILD=$KERNEL_PATH: with this?
00:50.27Unholy_i alredy have the modules from kernel tmzt
00:50.29Unholy_i just need the ones from compart-wireless-msm
00:50.36Unholy_compat*
00:53.35Cassgoogle shows you need the KLIB_BUILD you have and KLIB= tooy
00:53.38Casstoo
00:53.54Casshttp://bobcopeland.com/android_wifi.html
00:55.40Unholy_i dont get this part KLIB=$DIR KLIB_BUILD=$DIR "$@
00:56.13CassDIR id guess is where kernel lives
00:59.45tmzt_Unholy_: if you installed the modules in /lib/modules there's already a /lib/modules/`uname -r`/build and kernel symlink
00:59.54tmzt_if you used INSTALL_MOD_PATH there isn't
01:00.36Unholy_i used sintall mod path to install modules form the kernel to the specified path
01:00.47Unholy_i want to do the same for compat-wireless
01:00.55Unholy_from*
01:01.31Unholy_i treied this export PATH=$PATH:/home/unholy/kernel/arm-2010q1/bin/ ; make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi  modules_install^CNSTALL_MOD_PATH=/home/unholy/modules
01:02.10dcordesthe INSTALL_MOD_PATH var seems messed up
01:02.19Unholy_thats a copy paste fault =X
01:02.22Unholy_this si the correct one
01:02.25Unholy_export PATH=$PATH:/home/unholy/kernel/arm-2010q1/bin/ ; make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi  modules_install INSTALL_MOD_PATH=/home/unholy/modules
01:03.03Unholy_gives me this make: *** No rule to make target `modules_install'.  Stop.
01:04.00*** join/#htc-linux m4sta (3ef9a49f@gateway/web/freenode/ip.62.249.164.159)
01:04.45m4staso
01:05.28tmzt_in which directory?
01:05.44Unholy_im in compat-wirleess-msm
01:06.55Casswould you not just type make in there ?
01:07.00Cassand not modules
01:07.11Unholy_not shure let me try that
01:07.57Unholy_gave me lots of error il pastebin it
01:09.01Unholy_http://pastebin.com/E41jLkZK her eit is
01:09.05Unholy_here it*
01:09.07*** join/#htc-linux zrra_ (55e6ae38@gateway/web/freenode/ip.85.230.174.56)
01:10.33Cassyou did do ARCH and CROSS* ?
01:10.50Unholy_nop XD
01:11.33Unholy_make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi like this?
01:11.51Casstry it then possibly with the KLIB stuff to if that fails
01:11.58Rafyvitto_ok so the cpu governor was alredy set to 'performance"
01:12.25Unholy_ok it failed goin to ad klib stuff
01:13.09Unholy_cat: /home/unholy/wifi/compat-wireless-msm/compat-release: No such file or directory
01:13.09Unholy_make -C  M=/home/unholy/wifi/compat-wireless-msm modules
01:13.09Unholy_make: *** M=/home/unholy/wifi/compat-wireless-msm: No such file or directory.  Stop.
01:13.09Unholy_make: *** [modules] Error 2
01:13.37zrra_I have a question that might sound a bit silly, BSoD happens only in windows, and it's a windows thing. so what does that have to do with android?
01:13.44*** join/#htc-linux mastermerlin1 (~Adium@pD957E0A4.dip.t-dialin.net)
01:14.07Casszrra, it happens in this version of droid too
01:14.07Rafyvitto_cause bsod is just a name given to windows error system
01:14.08Rafyvitto_=]
01:14.13Cassread the logs
01:14.34CassUnholy_, you gave KLIBS the path_to_kernel ?
01:14.38Rafyvitto_so from there any fiven blue screen on any type of development its called bsod
01:14.58zrra_ah okej :)
01:14.59Unholy_no
01:15.52Unholy_Cass: like this? make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi KLIB=$/home/unholy/kernel/linux-msm
01:16.03*** join/#htc-linux Rafyvitto_ (~IceChat7@74.213.81.33)
01:16.30CassUnholy_, yes and possibly KLIB_BUILD=/home/unholy/kernel/linux-msm
01:16.36Unholy_ok
01:17.30Unholy_dint work gave me an error too
01:17.38Cassi have no clue then
01:17.48Unholy_dang
01:17.57Unholy_dcordes can you help?
01:18.23*** join/#htc-linux Jack_E (~chatzilla@host86-172-80-96.range86-172.btcentralplus.com)
01:21.49CassUnholy_, stupid question is there a README or INSTALL in the compat dir ?
01:22.14Unholy_theres a readme
01:22.20Casssay much ?
01:22.41Unholy_ye alot
01:22.43*** join/#htc-linux Jiggs (57c63131@gateway/web/freenode/ip.87.198.49.49)
01:22.45Cass:)
01:23.33Rafyvitto_if i close the terminal the kernel building process shoudl halt right?
01:23.41Rafyvitto_should*
01:23.44Unholy_rafy ctrl+z
01:23.48Cassid say so
01:24.47*** join/#htc-linux myn (cereal@cpe-71-64-8-228.insight.res.rr.com)
01:28.05tmzt_not if you use screen
01:28.09*** join/#htc-linux Unholy_ (~IceChat7@74.213.81.33)
01:29.31Unholy_stupid isp
01:29.52Unholy_cass theres a build.sh inside the source folder
01:30.15Unholy_if i open it with  a notepad it kind off shows what i need to do
01:30.24Casscool
01:30.51Unholy_http://pastebin.com/LGDENaPJ
01:30.56Unholy_thats whats inside of it
01:32.38*** join/#htc-linux stunt (~fuck@c-24-23-42-1.hsd1.ca.comcast.net)
01:32.52Casslooks like what you have been doing .. as long as the PATh is correct
01:33.04CassKERNEL_PATH i mean
01:34.32Cassso phh wrote this build script ?
01:34.34Cassnice
01:35.04Unholy_seems like it
01:36.13Cassthis all looks straight forward .. should not be so hard id say
01:36.23*** join/#htc-linux JCTACE (62759ea9@gateway/web/freenode/ip.98.117.158.169)
01:36.37Unholy_ye it never works the first time for me
01:36.38Casswhere can i d/l the compat source ?
01:36.44Unholy_i whent tro the same to build the kernel
01:36.44Cassid like to try
01:36.56Cassnever had prob with kernel
01:37.07Cassexcept when some source was bad
01:37.37Unholy_git://gitorious.org/linux-on-qualcomm-s-msm/compat-wireless-msm.git
01:37.40Unholy_thats it
01:37.47Cassgit clone ?
01:37.56tmzt_yes
01:37.57Unholy_yup
01:38.01Rafyvitto_i wish i knew whats the command to compile my device kernel
01:38.01Cassk
01:38.21Rafyvitto_phh were you! =]
01:39.10Unholy_export PATH=$PATH:  ; make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- zImage something close to this rafy
01:39.14parmasterhi tmzt
01:39.17JCTACEEveryone should try contacting Cyanogen and see if he can and is will to do some quick help
01:39.29Casseveryone ?
01:39.32Cass:)
01:39.41JCTACEYes everyone
01:40.20Rafyvitto_help for?
01:40.34Rafyvitto_regarding what/
01:40.52Unholy_cass : tell if you are succesfull =)
01:41.04JCTACEAnything we need help with?
01:41.23tmzt_parmaster: did you get the response about b43?
01:42.26parmasteryeah b43 driver doesn't support 4329
01:42.42Rafyvitto_tmzt: what command would it be to compile this kernel? http://gitorious.org/liquide
01:42.55*** join/#htc-linux sd73ta (~sd73ta@c-76-28-49-255.hsd1.ct.comcast.net)
01:43.42*** join/#htc-linux HardDisk_WP (~Marco@velirat.de)
01:45.03tmzt_what do you mean?
01:46.05Rafyvitto_i want compile that kernel
01:46.17Rafyvitto_i have everything setup(i think)
01:46.22tmzt_so you do that like you do any other kernel
01:46.27parmastertmzt_: BCM4328 and BCM4329 are 802.11n chips and not supported yet
01:46.30tmzt_I would assume since I don't know liquide
01:46.52tmzt_parmaster: yes, I mean do those drivers rely on a specific closed firmware
01:47.02tmzt_for the monitor or injection features
01:47.18tmzt_the approach would be to add suport for 802.11n I would assume
01:47.31Unholy_export PATH=$PATH:/home/rafyvitto/acerkernel/kernel  ; make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- zImage try this rafy
01:48.15Unholy_export PATH=$PATH:/home/rafyvitto/acerkernel/kernel/2010q1/ w/e
01:49.07*** join/#htc-linux Termana (~bradley@123-3-191-198.static.dsl.dodo.com.au)
01:49.12*** join/#htc-linux gauner1986 (~gauner198@p5B384E2B.dip.t-dialin.net)
01:51.38Rafyvitto_cant copy paste it
01:52.11parmasterbcm4329 is connected via sdio and has a built in ARM7TDMI cpu
01:53.00parmasterthe b43 driver does support broadcom cards without this embedded cpu
01:53.00parmaster(connected via PCI...) and does implement the functions of the embedded
01:53.00parmastercode of the embedded cards on the x86 host cpu.
01:53.00parmasterSo this driver is orthogonal to b43
01:53.10parmaster(thats apparently their take on it)
01:53.35tmzt_so it's more of a controller based device
01:54.23parmasterthey say if it ws a usb device it would be called CDC (communication device class)
01:54.29CassUnholy_, what kernel are you building this under ?
01:54.34gauner1986hey cass
01:54.36gauner1986hey all
01:54.39parmasterbut its sdio so its DCH..
01:54.43Cassfor -32 this seems not to work
01:54.50Casshey gauner1986
01:54.52gauner1986Cass: tell me something great :)
01:54.59Cassi have beer :p
01:55.09gauner1986hm.. okay.. i had a lot of beer today too
01:55.12gauner1986germany won
01:55.16Cassw00t
01:55.20gauner19864:0 against argentinia :)
01:55.22Scrizz>_>
01:55.23gauner1986what a party!
01:55.24Cassthey are in with a good shout now
01:55.29parmasterits got its own ram and rom
01:55.50parmasterWLAN stack runs inside the ARM7TDMI cpu in it
01:55.52gauner1986was funny to see that diego maradona
01:55.57Casslegend
01:56.40CassUnholy_, you here ?
01:57.07gauner1986so no progress today? :)
01:57.39Casswell Cotulla is still working on it and im sure he made progress but nothing released for us to consume
01:57.47gauner1986okay
01:58.10Casscr2_ seems to be back and is interested so that is great
01:58.13Cassread the logs
01:58.20gauner1986i'm on it
01:58.24gauner1986nice to hear
01:58.28Cassindeed
01:58.31Unholy_Cass: yes i am
01:58.41Casswhat kernel are you using ?
01:59.18Unholy_linux-msm
01:59.32Cassso thats what rev ?  27 ?
01:59.37Unholy_oh
02:00.08Unholy_2.6.27.46 i belive
02:00.11Cassok
02:00.48Cassthen for me on a 32 kernel this seems no good .. but for you it should be ok .. i config the build .sk to point to my kernel dir and i get error
02:00.58gauner1986so cotulla finally has a competitor to catch up with him
02:00.58gauner1986nice
02:01.06Cass/home/cass/compat-wireless/compat-wireless-msm/config.mk:63: *** "ERROR: Your >=2.6.27 kernel has CONFIG_MAC80211 disabled, you should have it CONFIG_MAC80211=m if you want to use this thing.". Stop.
02:01.13Cass-32 does not have this
02:01.25Cassbuilding this by hand using what you have does not work .. i get many errors
02:01.28Casslike you
02:01.29gauner1986Cass: are you trying wifi atm?
02:01.32*** join/#htc-linux hceylan (~hceylan@95.65.132.173)
02:01.38Cassgauner1986, wifi is fooked for me
02:01.48gauner1986compiler errors?
02:01.56CassLeTama added code and it did not work, missing sdio stuff
02:02.02Unholy_so i should modify the build.sh?
02:02.07Cassthis is helping Unholy_ with his compile
02:02.27Cassmodify the build.sh to point to your kernel dir .. i have
02:02.34Unholy_ok
02:02.35Cass[ ! -n "${KERNEL_PATH}" ] && KERNEL_PATH=/home/cass/htcleo-32/kernel
02:03.04Cassthe kernel dir i specify has all the stuff likew arch blick etc
02:03.06Cassblock
02:03.21Casswhen i specify that it tries to build
02:03.31Cassit reads my .config anyway
02:03.50Cassprob with -32 it does not have CONFIG_MAC80211=m
02:04.22gauner1986hmm
02:04.40gauner1986stuff missing always sux.. ^^
02:04.40Cassgauner1986, id say cr2_ is not a competitor but someone who can really do something :)
02:04.50Scrizz:O
02:04.53Cassgauner1986, its changed in 32 thats all i think
02:05.06Unholy_whats the command to run the build.sh on terminal?
02:05.09Unholy_sudo build.sh?
02:05.16Cassyeah
02:05.17gauner1986yeah of course he doesnt work against someone :P
02:05.36Cassi chmod 755 build.sh then ./build.sh
02:05.38gauner1986okay.. gotta get some sleep after hours of festival and soccer
02:05.41gauner1986goodnight
02:05.42Scrizzyeah
02:05.44Scrizzgn
02:05.45Cassenjoy :)
02:05.56darkstonenight gauner1986
02:06.07darkstonewhat kernel are you guys compiling?
02:06.19Cassdarkstar62, an old one .. not leo
02:06.29darkstoneah ok
02:06.31Cassdarkstone even ;)
02:06.34darkstoneheh :p
02:06.41Casstab completion is not always great
02:07.09*** join/#htc-linux Rafyvitto_ (~IceChat7@74.213.81.33)
02:07.21Unholy_whats does 755 do in chown? like chown unholy -R?
02:08.18Cass755 makes it rwx rx rx
02:08.27Unholy_ok
02:08.39Cass-R is recursive and traverses dirs
02:09.13hceylanAny news for CM6.0 @ desire?
02:09.26Casswrong channel id guess
02:09.34nineX_cm6 is amazing
02:09.41nineX_cant wait until he releases it
02:09.43parmasteriwconfig eth0 mode monitor
02:09.48parmaster(fails)
02:10.01parmasterbroadcom was nice enough not to include it
02:10.04Unholy_cass im still getting permission denied
02:10.15Casswhat user are you now ?
02:10.22Casswhat user owns the files ?
02:10.31Cassyour not a unix guy ?
02:10.49Unholy_0o?
02:10.59Unholy_owner 755
02:11.01Unholy_not me
02:11.01Unholy_XD
02:11.13Cassid ; ls -l build.sh
02:11.15Cass?
02:11.38Unholy_uid=1000(unholy) gid=1000(unholy) groups=4(adm),20(dialout),24(cdrom),46(plugdev),104(lpadmin),115(admin),120(sambashare),1000(unholy)
02:11.38Unholy_-rw-r--r-- 1 755 unholy 656 2010-07-03 22:03 build.sh
02:11.47Cassno x bit set on script
02:11.52Casschmod 755 build.sh
02:12.15Unholy_operation not permitted
02:12.28Unholy_its skynet i telly you
02:12.33Unholy_tell*
02:12.33Cassahh
02:12.43Unholy_XD
02:12.48Casssudo chown unholy:unholy build.sh
02:13.09Cassgrep 656 /etc/passwd to see who owns it
02:13.17*** part/#htc-linux hceylan (~hceylan@95.65.132.173)
02:13.41Unholy_dint output anything
02:13.44Cassyou probably wanna do sudo chown -R unholy:unholy *
02:13.47Unholy_but the file dosent have a lock anymore
02:13.52Cassit wont if its succeeds
02:14.01*** join/#htc-linux g55 (~g55@rgnb-5d8799a7.pool.mediaWays.net)
02:14.11Unholy_it dosent have it right now
02:14.16Unholy_the grey lock
02:14.20Unholy_so i guess im the owner
02:14.24Cassyour using gui ?
02:14.25*** part/#htc-linux sd73ta (~sd73ta@c-76-28-49-255.hsd1.ct.comcast.net)
02:14.25Cassok
02:14.27Unholy_yup
02:14.29Cassrun it see what happens
02:14.49Unholy_sudo: ./build.sh: command not found
02:14.54Casspwd
02:15.15Unholy_pwd?
02:15.23Cassyep show me the path
02:15.43Cassthen do sudo chown -R unholy:unholy *
02:15.53Unholy_<PROTECTED>
02:15.59Cassthen do ./build.sh
02:16.14Casstake ownership of all files then run the script
02:18.23Unholy_keeps saying command nto found, i also did chown unholy -R /home/unholy/wifi/compat-wireless/msm
02:18.34Unholy_not*
02:19.23Casswhat commadn is not found ?
02:19.31Unholy_sudo ./build.sh
02:19.38Cassno sudo
02:19.50Cassyou own the file now
02:20.01Unholy_permission denied wtf
02:20.04Cassfuck me
02:20.06Cass:)
02:20.27Casspm
02:20.34Casstake this off the main channel
02:24.24*** join/#htc-linux Unholy_ (~IceChat7@74.213.81.33)
02:25.13Unholy_my isp sucks
02:25.23Cassi pm you
02:34.10lpsi2000[A]is now away - Reason : Auto-Away after 120 minutes
02:55.55*** join/#htc-linux Termana (~bradley@123-3-184-92.static.dsl.dodo.com.au)
02:57.12*** join/#htc-linux NeoFlux (~NeoFlux@94-192-226-85.zone6.bethere.co.uk)
02:58.36trino_~bot
02:58.37aptI ain't no stinkin' bot.  I am a finely tuned and hand crafted tool.  Oh wait... I guess I am a bot (that you should not abuse).
02:59.38trino_~ass
02:59.38aptrumour has it, ass is what you have to get a piece of
03:00.02trino_~pusssy
03:00.09trino_~pussy
03:00.10aptRead: trino_
03:00.16trino_lol
03:00.31Scrizzlol
03:02.03*** join/#htc-linux Unholy_ (~IceChat7@74.213.81.33)
03:05.01Linuzz_ANY NEWS?
03:05.04Linuzz_:D
03:07.05TermanaLinuzz_, This just in - Linuzz_ is a dick.
03:07.08TermanaKidding :P
03:08.31*** join/#htc-linux MacDrunk (~marper@201.164.154.197)
03:08.39Unholy_~seen dcordes
03:08.42aptdcordes is currently on #htc-linux (7h 5m 3s) #oe (7h 5m 3s). Has said a total of 104 messages. Is idling for 2h 6m 32s, last said: 'the INSTALL_MOD_PATH var seems messed up'.
03:09.25Unholy_stinebd you here? or phh perhaps
03:09.38Linuzz_hum whats up with that tone?
03:09.44Linuzz_keep it clean
03:10.24Linuzz_respect people even when ur drunk
03:12.59*** join/#htc-linux jumoit (~samuel@121.77.87.145)
03:20.44*** join/#htc-linux RaptorX (~devilcuba@cpe-24-160-123-231.tampabay.res.rr.com)
03:22.17*** join/#htc-linux Unholy_ (~IceChat7@74.213.81.33)
03:23.56*** join/#htc-linux jumoit (~samuel@121.77.87.145)
03:25.06*** join/#htc-linux hunterkll (~pocketirc@m212336d0.tmodns.net)
03:25.19hunterklldarkstone
03:25.30hunterkllyou used wrong lpj value
03:26.16hunterkllthe proper one is only 6 digits
03:34.45hunterkllalso i used two ==
03:40.24darkstonehunterkll: the == does not work
03:40.32darkstonedoes not affect lpj value
03:40.40tmzt_where's this code?
03:41.04darkstoneand the value that i use is the same value when the timer is running at normal speed
03:41.19Linuzz_wifi still dosent work bebouse of the power management driver rite?
03:41.27Linuzz_becouse*
03:41.35darkstonebut lpj value does not affect timer speed
03:41.46darkstonesometimes speedy leo issue still exists
03:43.26darkstoneuploading new build now of sense
03:43.41darkstonesmoother animation and less screen tearing
03:43.53tmzt_lpj is loops per jiffie
03:44.00darkstoneyes
03:44.19tmzt_if I understand it correctly it's only used before timers work or to calibrate other timers
03:45.07*** join/#htc-linux myn\ (cereal@cpe-71-64-8-228.insight.res.rr.com)
03:45.42*** part/#htc-linux jumoit (~samuel@121.77.87.145)
03:51.44*** join/#htc-linux Eamus (~abinford@c-24-12-177-201.hsd1.il.comcast.net)
03:55.14*** join/#htc-linux Eamus_ (~abinford@c-24-12-177-201.hsd1.il.comcast.net)
03:58.01cjmdanielsdarkstone, link to new build website please. forgot to save it.
03:58.10cjmdanielsisnt it gamersquare.co.uk?
03:58.12*** part/#htc-linux Eamus_ (~abinford@c-24-12-177-201.hsd1.il.comcast.net)
03:59.43hunterklldarkstone worked for me
04:00.03hunterkll:(
04:04.30hunterkllgave me my first nonspeedy boot :p
04:07.17darkstonehehe
04:07.27darkstonefirst time i tried it, still got speedy
04:07.36darkstonecjmdaniels: will do, just updating the page now
04:07.53darkstonegive me a minute or two
04:08.22darkstone5am here
04:08.24darkstonefun times.
04:08.25darkstonexD
04:12.15darkstoneupdated
04:12.23darkstonehttp://gamesquare.co.uk/
04:12.25darkstonev3.5
04:12.29darkstoneim going to bed
04:12.32darkstonenight
04:12.34Scrizz:(
04:12.36Scrizznight
04:12.52*** join/#htc-linux Sphyynx (~grencia@adsl-8-180-104.mia.bellsouth.net)
04:12.55BlackRhinoImpressive speed 4.2Mb/s
04:13.07Scrizzfrom the site?
04:13.12BlackRhinoyes.
04:14.39Scrizzlol I only get 2.6MB/s
04:14.52Scrizzstill good though
04:14.52Linuzz_i get 6.7 mb per sec
04:14.54Linuzz_:D
04:14.56Scrizz>_>
04:15.00Linuzz_on my 1000 mbit line
04:15.05Linuzz_(server)
04:15.09Scrizzeww
04:15.17Linuzz_whats wrong with that
04:15.19Linuzz_O_O
04:15.21ScrizzI only have 25Mb line
04:15.26Scrizz:(
04:15.31Linuzz_aw :(
04:15.35ScrizzD':
04:15.37Linuzz_we have fiber lines here
04:15.40parmasteriw phy phy0 interface add mon0 type monitor
04:15.40Linuzz_O_O
04:15.47Scrizzthis is fiber too
04:15.48Linuzz_upto 1000 mbit
04:15.57Scrizzjust expensive here
04:16.02Scrizzreally expensive
04:16.04Linuzz_here in denmark its pretty common to have 50 mbit
04:16.07Linuzz_:D
04:16.09Scrizznice
04:16.12Linuzz_yeah
04:16.15Scrizzhere in USA it's not
04:16.19Linuzz_aw
04:16.23Linuzz_sorry to hear that
04:16.23Scrizzyeah
04:16.28Scrizzstingy Americans
04:16.30Scrizzlol
04:16.37Linuzz_yeah
04:16.42Linuzz_well its a small country
04:16.52Scrizz?
04:16.58Scrizzurs?
04:17.00Linuzz_only 5.5 million people
04:17.02Scrizzyeah
04:17.04Linuzz_..denmark
04:17.09Scrizzi was going to say
04:17.11Scrizzlol
04:17.13Linuzz_lol
04:18.39Scrizzso have u got it up and running Rhino?
04:19.43BlackRhinobooting now.
04:20.29darkstoneguys im sorry
04:20.34darkstonebut you'll need to redownload
04:20.40darkstonei uploaded the wrong version
04:20.40Scrizzit's the same image
04:20.43Linuzz_:D
04:20.44darkstoneyeah
04:20.45Linuzz_yeah
04:20.46Linuzz_u did
04:20.48BlackRhinolol
04:20.49Scrizzlolz
04:20.50darkstonefixed now
04:20.52Scrizzk
04:20.59Scrizzgood thing i'm not on dialup
04:21.03Scrizzlol
04:21.07Linuzz_yup
04:21.45Scrizzsame name?
04:22.12darkstoneyep
04:22.16darkstonejust redownload
04:22.22darkstoneright
04:22.25darkstonenow back to sleep xD
04:22.45Scrizzk
04:22.55Scrizzwe'll wake u up if it don't work
04:22.57Scrizzk
04:23.15Linuzz_size 167,05
04:23.22Linuzz_gb
04:23.24Linuzz_mb
04:23.26Linuzz_ool
04:23.26Scrizzlol
04:25.49Linuzz_no drivers has chagned i guess ..since cutilla´s ts driver?
04:26.31*** join/#htc-linux voiceofid (484dc089@gateway/web/freenode/ip.72.77.192.137)
04:26.32ScrizzTS driver?
04:26.37Linuzz_touchscreen
04:26.45Scrizzdon't think so
04:27.02Linuzz_well and then the Test driver for the gs
04:27.03Linuzz_m
04:27.10Scrizzk
04:27.19Scrizzand updated GFX test?
04:27.23Scrizznow?
04:28.51*** join/#htc-linux jumoit (~samuel@121.77.87.145)
04:28.59*** join/#htc-linux Guest44629 (~sgjktt@c-98-240-128-99.hsd1.mn.comcast.net)
04:30.39Scrizzanyone booted it yet?
04:31.01tmzt_Linuzz_: gs?
04:31.05BlackRhinomario heh
04:31.13Linuzz_gsm*
04:31.36Linuzz_booting now
04:32.07Scrizzsame
04:33.20tmzt_what's the test driver?
04:33.22Scrizzlol mario
04:33.32BlackRhinoyou doubt me?
04:33.36Scrizzno
04:33.41Scrizzi just saw it
04:33.42Scrizzll
04:33.47Scrizzon my device
04:33.49Scrizzlol
04:35.36Scrizzbackground makes it laggy as ******
04:36.23BlackRhinoIt preforms better after a min or 2
04:39.00ScrizzIT froze
04:39.08Scrizzwhile pressing volume keys
04:40.40*** join/#htc-linux efff_ (de9bd963@gateway/web/freenode/ip.222.155.217.99)
04:45.57borstehScrizz youve been up since forever
04:45.58borstehlol
04:47.23Scrizzno
04:47.32Scrizzit's 12:47am here
04:47.35Scrizz:P
04:49.31borsteh:P
04:50.19efff_he,,k
04:50.21efff_hello
04:50.32efff_can someone help me with installing android on hd2..
04:50.49borstehits not fully working
04:51.08efff_i just want it ....
04:51.12Linuzz_lets just say its NOT working
04:51.16efff_dont knw what im doing wrong
04:51.20efff_oh.. is it not working??
04:51.32Scrizzyeah not working
04:51.37efff_hmmmmm.....
04:51.48Scrizzjust GIMP
04:51.53efff_GIMP?
04:51.53Scrizzpics
04:51.57tmzt_if you describe the issues we can try to help
04:51.58*** join/#htc-linux nineX_ (~nunya@71.81.133.181)
04:52.08efff_my problem is ..
04:52.12Scrizzk
04:52.17efff_hmm i went to the xda web site
04:52.27efff_and got ubunto? and android file downloaded...
04:52.41efff_and i just went out and got a 4gb micro sd card
04:53.00efff_i put those ubunto and android and it wont work..
04:53.14efff_it seems like its booting at first place with all thease little writtings
04:53.22efff_then my screen goes darker and darker
04:53.25efff_and stays like that..
04:53.32tmzt_what little writings
04:53.39Guest44629only put one at a time on
04:53.44tmzt_first, those issues are with kernel not the image your using
04:53.56efff_i do not know what kernel is ...hm
04:53.58efff_sorry..TT
04:54.10efff_what things do i have to download???
04:54.33efff_it seems like i need ' default' and 'startup' files? when i see it on youtube..
04:54.44trav_go back and delete it all off your SD card
04:54.46BlackRhinoJust the build on the 1st link, extract the whole thing to the root of your SD card
04:55.04trav_then just put the android files on and just run the haret file
04:55.04efff_DELETE EVERYTHING FIRST?
04:55.15borstehnooooo
04:55.22efff_hmmm...
04:55.26efff_ok.. my explanation.
04:55.32trav_not everything
04:55.32Guest44629maybe take the support to a pm?
04:55.35borstehask in #htc-linux-chat
04:55.37efff_what i have is ' ubunto' and ' android'
04:55.40borstehhere is development tlak.
04:56.15trav_just the delete the ubunto and android files and thenput android back on
04:56.21efff_could someone give me a link to what i have to download..
04:56.33tmzt_trav_: aren't they in different folders?
04:56.34BlackRhinoefff join the other channel we will help you there.
04:56.36efff_the haret file is in the ubunto file
04:56.44borstehefff_; #htc-linux-chat
04:56.47efff_which channel do i join
04:56.54borstehdouble click #htc-linux-chat
04:57.31trav_tmzt_:  there shouldnt be folders everything should be on the root
05:03.32*** join/#htc-linux Kdeguy (~kdeguy@188-221-82-106.zone12.bethere.co.uk)
05:16.17*** part/#htc-linux efff_ (de9bd963@gateway/web/freenode/ip.222.155.217.99)
05:20.16*** join/#htc-linux Transformer (~Transform@ool-4a59e397.dyn.optonline.net)
05:21.15*** part/#htc-linux Transformer (~Transform@ool-4a59e397.dyn.optonline.net)
05:21.42*** join/#htc-linux Kdeguy (~kdeguy@188-221-82-106.zone12.bethere.co.uk)
05:40.45*** join/#htc-linux msd18 (kvirc@ip72-207-55-104.sd.sd.cox.net)
05:41.00msd18hry guys is the website down?
05:41.23Linuzz_what website?
05:41.50msd18ttp://htc-linux.org
05:42.18Linuzz_nope works fine here
05:42.43msd18Server not found
05:42.43msd18<PROTECTED>
05:42.43msd18<PROTECTED>
05:42.43msd18<PROTECTED>
05:42.43msd18<PROTECTED>
05:42.44msd18<PROTECTED>
05:42.44msd18<PROTECTED>
05:42.45msd18<PROTECTED>
05:42.46msd18<PROTECTED>
05:43.00msd18opps
05:43.04msd18but ya thats wat i get
05:43.21*** join/#htc-linux Rafyvitto (~IceChat7@74.213.81.33)
05:44.13msd18o.0 this is wierd
05:44.18msd18hey rafy
05:44.28Rafyvittohi =]
05:44.34msd18is www.htc-linux.org.
05:44.39msd18working for u
05:44.52Rafyvittoyes why?
05:45.12msd18i keep getting Firefox can't find the server at www.htc-linux.org.
05:45.18msd18same with IE
05:45.47Rafyvittoyeah it has some dns errors
05:45.54Rafyvittothey were fixing it this morning
05:46.02Rafyvittodont know if they did or not
05:46.14msd18hmm i was able 2 access it last nite
05:46.19msd18but today i cant
05:46.44Linuzz_use opendns.com
05:46.50Linuzz_works all the time
05:46.56msd18for?
05:47.01Linuzz_dns server
05:47.09msd18oh ya
05:47.18msd18i use dyndsn for my dns
05:47.51msd18my room mate was wondering wat the status was on andriod but i cant show him cuse i cant load the page
05:50.33*** join/#htc-linux moishaspb (~misha@69.22.242.31)
05:50.43Rafyvittotry this
05:50.46Rafyvittohttp://webcache.googleusercontent.com/search?q=cache:pzH2ky-Nom8J:htc-linux.org/wiki/index.php%3Ftitle%3DLeoAndroidStatus+http://htc-linux.org/wiki/index.php%3Ftitle%3DLeoAndroidStatus&cd=1&hl=en&ct=clnk&client=firefox-a
05:51.54msd18thank u
05:51.57msd18that worked
05:52.00Rafyvittomsd18 did it work?
05:52.03Rafyvittook
05:52.05Rafyvitto=]
05:52.11Linuzz_and ....http://git.linuxtogo.org/?p=groups/mobile-linux/kernel.git;a=shortlog;h=refs/heads/htc-msm-2.6.32
05:52.20Linuzz_nothing really happen the last 4 days
05:52.31Linuzz_only debugging
05:52.34msd18ya
05:52.47msd18i wanna work on a new interface
05:53.13msd18make something new but i rather wait till the full dev is done or close 2 being done
05:54.38msd18so has cotu fixed the bsod yet in the screen driver
06:09.06*** join/#htc-linux MiB-s (~MiB-s@0203ds1-ar.0.fullrate.dk)
06:19.09Unholy_phh stinebd?
06:19.10*** join/#htc-linux dekar_ (~dekar@g227065228.adsl.alicedsl.de)
06:19.30Rafyvittosup bro
06:19.39Unholy_hello
06:19.45*** join/#htc-linux tihy (188461f8@gateway/web/freenode/ip.24.132.97.248)
06:37.53*** join/#htc-linux muscov (~peter@122.110.78.174)
06:39.25*** join/#htc-linux RaptorX (~devilcuba@cpe-24-160-123-231.tampabay.res.rr.com)
06:42.44*** join/#htc-linux Baeen (~Bane@ppp118-208-221-72.lns20.hba1.internode.on.net)
06:43.27*** join/#htc-linux msd18|2 (kvirc@ip72-207-55-104.sd.sd.cox.net)
06:45.40*** join/#htc-linux thinko2 (~jdoe6alph@smaug.rackdragon.com)
06:59.39*** join/#htc-linux swc|666 (~neopwn@unaffiliated/swc666/x-4934821)
07:01.21*** join/#htc-linux NeoMatrixJR (~chatzilla@173-25-48-212.client.mchsi.com)
07:14.42*** join/#htc-linux JCTACE (62759ea9@gateway/web/freenode/ip.98.117.158.169)
07:15.40*** join/#htc-linux joplayer (~Joplayer@AClermont-Ferrand-256-1-12-211.w86-209.abo.wanadoo.fr)
07:16.26JCTACEI understand this is not dev related, but i think that it is partly Engadgets fault for flooding the irc and xda with all of the inept morons
07:16.47*** join/#htc-linux msd18|2 (kvirc@ip72-207-55-104.sd.sd.cox.net)
07:18.02*** part/#htc-linux jumoit (~samuel@121.77.87.145)
07:20.20*** join/#htc-linux msd18|2 (kvirc@ip72-207-55-104.sd.sd.cox.net)
07:26.04*** join/#htc-linux leobaillard (~leobailla@ip-37.net-82-216-190.caen.rev.numericable.fr)
07:26.25*** join/#htc-linux GNUtoo|laptop (~gnutoo@host23-160-dynamic.244-95-r.retail.telecomitalia.it)
07:26.55*** join/#htc-linux GNUtoo|laptop (~gnutoo@host23-160-dynamic.244-95-r.retail.telecomitalia.it)
07:30.38*** join/#htc-linux DaveWM (dave@h-96-13-30-151.ip.alltel.net)
07:36.02*** join/#htc-linux tsamolotoff (~Miranda@94.25.177.242)
07:42.49*** join/#htc-linux thedicemaster2 (~thedicema@e200071.upc-e.chello.nl)
07:45.44*** join/#htc-linux kdeguy (~abc@188-221-82-106.zone12.bethere.co.uk)
07:48.09*** join/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
07:48.14*** join/#htc-linux MiB-s82 (~mai@0203ds1-ar.0.fullrate.dk)
07:52.31*** part/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
07:52.49*** join/#htc-linux keule1234588 (~sven-th-a@p5B043D6C.dip.t-dialin.net)
07:58.49*** part/#htc-linux keule1234588 (~sven-th-a@p5B043D6C.dip.t-dialin.net)
08:09.56*** join/#htc-linux tids2k (~tids2k@122.110.120.86)
08:10.43tids2khello
08:11.44*** join/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
08:11.54borstehsays hello to tids2k
08:14.30*** part/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
08:14.55*** join/#htc-linux badboy365 (5ea85004@gateway/web/freenode/ip.94.168.80.4)
08:17.43tids2khows it been guys
08:17.48*** join/#htc-linux gipaq (3ee40247@gateway/web/freenode/ip.62.228.2.71)
08:20.06borstehso so
08:20.08borstehurself
08:28.05*** join/#htc-linux Neo31 (~Neo31@unaffiliated/neo31)
08:42.54*** join/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
08:43.18*** join/#htc-linux MiB-s82 (~mai@0203ds1-ar.0.fullrate.dk)
08:44.16*** part/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
08:48.16*** join/#htc-linux kiozen (~kiozen@rgnb-5d878804.pool.mediaWays.net)
08:48.17*** join/#htc-linux auger (~cjmdaniel@adsl-154-244-115.jax.bellsouth.net)
08:48.32*** join/#htc-linux shu8i (~shu8i@78.104.102.92)
08:51.12*** join/#htc-linux LiamH7 (~liam7691@92.11.196.207)
08:54.37*** join/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
08:55.55*** part/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
08:58.28*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@89.32.146.153)
09:03.49*** join/#htc-linux hunterkll (~pocketirc@m552336d0.tmodns.net)
09:06.52*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
09:12.31*** join/#htc-linux Termana (~bradley@123-3-161-83.static.dsl.dodo.com.au)
09:13.22*** join/#htc-linux vAnDiX (53842824@gateway/web/freenode/ip.83.132.40.36)
09:17.42hunterkll~seen cotulla
09:17.44aptcotulla <~opera@nat004-252-205-109.tvoe.tv> was last seen on IRC in channel #htc-linux, 13h 20m 13s ago, saying: 'bb'.
09:18.14hunterklltoo long asleep back to work
09:21.48*** join/#htc-linux auger (~cjmdaniel@adsl-154-244-115.jax.bellsouth.net)
09:31.58*** join/#htc-linux Defiant-2 (~chatzilla@84.246.154.176)
09:42.54*** join/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
09:43.31*** join/#htc-linux zego (7a81c79a@gateway/web/freenode/ip.122.129.199.154)
09:45.47*** part/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
09:50.08*** join/#htc-linux tids2k (~tids2k@C-59-101-10-118.hay.connect.net.au)
09:50.18*** join/#htc-linux duckau (~peter@122.110.79.45)
09:55.59*** join/#htc-linux sxe (~quassel@ip-62-143-86-15.unitymediagroup.de)
09:56.36*** join/#htc-linux nyx-jm (50899fb7@gateway/web/freenode/ip.80.137.159.183)
10:00.21tids2k@ dakstone v3.5 bluescreen on selecting picture wallpaper from gallery '_'
10:01.28tids2kcpu clock @ 998mhz :p
10:03.13*** join/#htc-linux Alex[sp3dev] (~alex_dfr@86.110.163.21)
10:03.26Alex[sp3dev]phh, here?
10:03.35tids2kno
10:04.16darkstonehehe
10:04.28darkstonethats off
10:04.31darkstoneodd*
10:04.36darkstoneworks for me perfectly :S
10:05.11darkstone(ive not had bluescreen unless adjusting volume/making calls)
10:07.04*** join/#htc-linux Alex[sp3dev] (~alex_dfr@86.110.163.21)
10:07.30*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
10:07.31tids2kyeh thats what was suppose to be fixed in ur build the hardware buttons ;)
10:07.44*** join/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
10:07.56tids2kmusic player ran for 4 sec after which it died '_
10:08.19tids2kdarky who was working on sounf
10:08.21tids2ksoung
10:08.23tids2ksound
10:08.27HD2Userxd
10:08.45tids2khd2user go and make some more roms ;)
10:10.32tids2kif we have a good video driver ... lol moto blur on our hd2 would look awesome
10:11.42darkstonetids2k: hardware buttons are fine
10:11.56darkstonesense seems to be trying to play audio (which causes a crash)
10:12.33DomZ[11:59]<tids2k>@ dakstone v3.5 bluescreen on unlocking :s
10:12.37DomZoups
10:12.59DomZdakstone v3.5 bluescreen on unlocking :s
10:13.18HD2Usersame here
10:13.40darkstoneis your cursor blinking too fast?
10:13.44trav_cotulla was working on sound
10:13.51DomZdidn't check
10:13.54darkstonethis is weird, im not getting any blue screens :|
10:14.03hunterklldid u
10:14.11darkstonebut then again, my leo is running at normal speed
10:14.12hunterkllyou include lpj fix
10:14.32darkstoneif your cursor at the bottom of the screen is blinking fast during haret boot, then your HD2 will crash.
10:14.39darkstonelpj fix doesnt work
10:14.41hunterkllbtw can i have good lpj value?
10:14.55dcordesmorning
10:15.00DomZhi dcordes
10:15.01HD2Userhello
10:15.03darkstonelpj=638976
10:15.06hunterkllit did for me. elaborate more when home :(
10:15.11darkstoneok
10:15.30hunterkllyou need == for sure btw. is how that param is passed
10:16.02darkstoneno
10:16.07darkstone== does not do anything
10:16.10darkstonei checked my logs
10:16.15darkstonelet me show you
10:16.24hunterkllkernel docs spec ==
10:16.33hunterkllyou using own build?
10:16.52hunterkllof kernel
10:17.17trav_does everyones BSOD when they try to lock the phone?
10:17.22darkstonehunterkll: http://gamesquare.co.uk/screens/SS-2010-07-03_21.30.52.png
10:17.27darkstonelook at line 59
10:17.31darkstonethis is using ==
10:17.41darkstonethen look at this one
10:17.42darkstonehttp://gamesquare.co.uk/screens/SS-2010-07-03_21.30.02.png
10:17.46darkstonethis is using =
10:17.49darkstone(ignore the value)
10:18.12darkstonepreset value
10:18.13darkstone:p
10:18.15darkstone= works
10:18.17DomZcan it be the memory timings ?
10:18.18darkstone== does not
10:18.23dcordestrav_: it's illegal to talk about BSOD
10:18.30hunterklllet me do test boots
10:18.32hunterkllbrb
10:18.33tids2klol
10:19.12trav_dcordes_: sorrry didn know lol
10:19.25HD2Userhere is something about LPJ http://elinux.org/Preset_LPJ
10:19.30dcordes^^
10:19.47DomZon X86 memory timings can occurs BSOD
10:19.54DomZif there are set to high
10:20.26DomZtrav_: he was jocking ;)
10:21.03trav_Domz : i figured lol
10:22.16dcordeshm on a side note. I entered sleep mode from ubuntu (don't know what happens on kernel level when you do that). It seemed like it worked but then got the blue screen on wake up
10:22.20dcordesI need to reconstruct it
10:22.28dcordesdid somebody try to sleep from android ?
10:22.46DomZwe get BSOD too on android
10:23.43DomZhttp://htc-linux.org/wiki/index.php?title=LeoAndroidStatus
10:23.49DomZ21. Power Management
10:23.51DomZHalf working. Idle supported, Suspend state not supported.
10:24.04DomZit may related to that
10:27.07tmzt_there are many failure modes that can result in a black screen
10:27.08tmzt_that's the point
10:27.18tmzt_or white screen (backlight on)
10:27.19HD2Userwhy if i add mem=109 it boots fine but if i make it bigger or remove it, it won't boot ?
10:27.41tmzt_you're telling the kernel you have less memory than you do
10:28.37HD2Userokay, but why it won't boot if i remove it?
10:28.56tmzt_usually the memory map is wrong, or it's sparse and sparse support is broken
10:29.06tmzt_or something is failing to allocate
10:29.24HD2Userokay thanks :P
10:31.11HD2Userone more question, how much should i have free ram memory in task manager when i boot android? because for me it shows around 50mb
10:32.48*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
10:33.51*** join/#htc-linux darkstone (dtrack@kimoshi.net)
10:35.46*** join/#htc-linux Vito89 (~quassel@gw.loccal.net)
10:36.57tmzt_no idea
10:37.09tmzt_but you just told the kernel it has less ram that normal, so don't expect much
10:37.34tmzt_remeber this a work in progress, now that reinit mostly works progress can continue apace
10:37.39HD2User:( i have to, otherwise it won't boot
10:37.45DomZtmzt_: do you know if there a way to set memory timings informations ?
10:37.58tmzt_DomZ: for what purpose?
10:38.09tmzt_you could try examing the codeaurora uboot patches
10:38.19tmzt_but don't expect that to work for reiniting after haret
10:38.19*** part/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
10:38.32tmzt_maybe we should try getting ramboot support to work so that the device can warm boot
10:38.35DomZI see
10:38.56DomZI'm asking that because I know that if timings are set to high that can occurs BSOD
10:39.04tmzt_you can also look at memory hotplug in linux and maybe get raminit in there to work again following the uboot code
10:39.17tmzt_why are the timings being changed?
10:39.22tmzt_for cpufreq?
10:39.52DomZeach memory chip has different timing
10:46.12*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
10:48.31*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
10:48.32*** join/#htc-linux Alex[sp3dev] (~alex_dfr@86.110.163.21)
11:00.28*** join/#htc-linux rob___ (51839d32@gateway/web/freenode/ip.81.131.157.50)
11:02.04rob___darkstone: if you notice on the screenshots you posted again, 511.18 /4 =  127.795   and value you got on normal is 127.79 ...
11:02.34darkstonei know
11:02.35tids2kbut first run for v3.5 was sure more than that matey
11:02.49darkstonethats why i said to risregard the value hehe
11:02.52tids2kdo they fluctuate
11:03.00darkstoneseems so
11:03.01rob___oh phaha lol
11:03.13tids2klol ... up n down
11:03.16darkstoneproblem is, something is still overriding the values
11:03.21rob___my bad, didnt read logs properly
11:03.26tids2ksecond boot was at 511
11:04.11darkstonehehe
11:04.13tids2kshould be ... if not incremented at 885
11:04.15darkstoneheres a tip
11:04.21darkstoneif your leo is in speedy mode
11:04.33darkstonekeep tapping the windows key
11:04.42darkstoneuntil you get the interface running ;)
11:04.47darkstoneand you see the clock
11:04.49darkstoneit works
11:04.50darkstone:p
11:04.54tids2knetripper came up a leo clock util on droid .. but i think it didnt work
11:05.36tids2kwell better to tap the screen .. it does the same ;)
11:05.44*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
11:05.52darkstonehaha
11:06.24*** join/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
11:08.18darkstonehttp://www.pokedev.com/setcpu/
11:08.19darkstonehrm
11:08.23darkstonewonder if this may helpo
11:08.26darkstonehelp*
11:08.42*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
11:09.58tmzt_DomZ: well, in that case windows mobile has already set the timings hasn't it?
11:10.01tmzt_I'm still confused
11:10.44*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
11:13.05*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
11:13.23*** join/#htc-linux gauner1986 (~gauner198@p5B38489D.dip.t-dialin.net)
11:13.36gauner1986good morning
11:14.06dcordesmoin
11:16.34*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
11:17.59*** join/#htc-linux Defiant-2 (~chatzilla@84.246.154.176)
11:20.03*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
11:21.24*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
11:23.02mastermerlin1lol
11:23.27mastermerlin1moin is not typical oxford english :)
11:24.20tmzt_good thing they're german
11:24.29mickey|wmmoin
11:24.47mastermerlinmosche
11:24.57*** join/#htc-linux mickey|wm (~mickey@openmoko/coreteam/mickey)
11:25.03*** part/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
11:30.03*** join/#htc-linux CazH (~quassel@3007ds2-rd.0.fullrate.dk)
11:33.39*** join/#htc-linux Cartmanation (512c4b02@gateway/web/freenode/ip.81.44.75.2)
11:36.13Cartmanationhi people!
11:36.47*** join/#htc-linux speedster (~speedster@host-3.67-185-111.static.totalbb.net.tw)
11:37.02tmzt_hi person
11:37.31*** join/#htc-linux tids2k (~tids2k@C-59-101-10-118.hay.connect.net.au)
11:40.10*** join/#htc-linux Occams_Cat (~occamscat@79-66-143-193.dynamic.dsl.as9105.com)
11:42.20Cartmanationsome spanish?
11:43.12tids2kno
11:43.16tids2kxD
11:43.19CartmanationxD
11:43.22tids2ksome english
11:43.32dcordesCartmanation: habla usted ingles
11:43.40Cartmanationa little
11:43.57dcordeshow can we help ?
11:44.05tids2kspeaking little english is better than speaking full fledge spanish
11:44.15tids2keho senorita ;)
11:44.55Cartmanationno necesito ayuda...solo estoy curioseando...
11:45.03CartmanationI need help ... I'm just curious ...
11:45.12tids2kask please
11:45.17dcordesok
11:46.03CartmanationI am interested in the port of Android for hd2
11:46.21Cartmanationbut I have no idea of programming
11:46.23CartmanationxD
11:47.01Occams_CatHi everyone, not sure of the etiquette here: haven't used IRC before :)  I had an issue installing the current Android build with HTC sense (tm) composed by DarkStone1337.  It was recommended that I post here as it might be of interest to the devs?
11:47.01Occams_CatAfter HARET starts loading the linux bootloader (black screen, white font) - the camera flash comes on briefly then the screen freezes at line "3.905*** Init Panel"
11:47.01Occams_CatThe the white font fades to a series of vertical white lines that slowly fade away to nothing in 20 secs leaving a totally black screen. I have tried many variation on a theme, still same result. (UK O2 version official 1.72 ROM & all HTC patches)
11:47.01Occams_CatCheers.
11:47.10tids2kcomenzar con wiki en htc-linux.org
11:48.02Cartmanationya he visitado el wiki y sigo sin enterarme de nada...xD
11:48.18CartmanationI visited the wiki I still do not learn anything ... xD
11:48.18tids2kleer acerca de la programación y aprender a usar linux
11:49.05tids2kwe should talk in english ... this is an english speaking room ...
11:49.14Cartmanationuse linux is one thing. But to port android to a very different hd2
11:49.34tids2kunix is base of android ..
11:49.50Cartmanationi know
11:49.54tids2kthen ..
11:50.02dcordesOccams_Cat: you always get this errors or only sometimes ? did you try the ubuntu tarball ?
11:50.28dcordestids2k: unix is based of android ?
11:50.51Cartmanationof time to prove myself with the versions that you draw
11:51.10tids2kandroid is made out of lix
11:51.16Occams_CatI always have this problem, some others are reporting it too, maybe a different LCD module?  I have tried all variations of install with this android build.  I have not tried the ubuntu build yet.
11:51.45tids2koccams do u have hspl installed ?
11:51.45Cartmanationsorry for my English. It is sponsored by google translator
11:52.06tids2kdid u use a clean formatted sd card for testing the build
11:52.14tids2kwhat radio are u on ?
11:52.18dcordesOccams_Cat: ok. can you download the zImage build from advanced users section and use it to replace the zImage on your device (the one from android tarball) =
11:52.42tids2kbrb
11:53.04Occams_Cattids2K - no I dont hace hspl installed.  Alwasy use a formatted card and extract to the card....radio version...coming up
11:53.36Occams_Catradio 2.07.51.22_2
11:53.51trav_yeah i think occoms_cat that problem seems to be happening to radios under 2.10
11:54.11*** join/#htc-linux g55 (~g55@rgnb-5d8786cd.pool.mediaWays.net)
11:54.28Occams_CatOK trav - it's good to know its not just mine :)
11:54.36dcordesOccams_Cat: please do what I say
11:54.41Occams_Catok
11:55.04trav_yeah every day on the xda forum like 239074390483287 people asked the same thing about that so they closed it
11:55.05dcordesOccams_Cat: http://linuxtogo.org/~lgorris/hd2/zImage
11:56.39Occams_Catsorry, whats the file extension on that?
11:58.18tmzt_none or .bin
11:58.23tmzt_if your browser is broken
11:58.25Occams_Catcheers
11:58.29*** join/#htc-linux Cotulla (~opera@nat004-252-205-109.tvoe.tv)
11:59.17*** part/#htc-linux Cotulla (~opera@nat004-252-205-109.tvoe.tv)
12:00.19*** join/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
12:00.29Occams_Cattmzt got that ...at last
12:01.08dcordesOccams_Cat: you can right click and save as it opens the file in the browser
12:01.24HD2UserOccams_Cat stopping at init ?
12:02.03Occams_CatYes stopping at 3.905*** Init Panel
12:02.18Occams_Catdcordes - thanks
12:02.38HD2Useradd this to default.txt                  set cmdline "mem=109M"
12:02.46Occams_Catok
12:03.02HD2Userhad the same problem, after this it boots fine
12:03.19dcordesOccams_Cat: try the different kernel first without any extra changes .
12:03.56HD2Userdcordes i had the same problem with all available builds, after i add mem=109M it works fine
12:04.06Occams_Catok - i'll try both!
12:04.11Occams_Catthanks
12:04.30dcordesHD2User: which radio version do you have ?
12:04.40HD2User2.04 i
12:04.44HD2Useri guess*
12:04.55Occams_Cat2.07.51.22_2
12:04.58dcordesHD2User: don't guess. it is shown during bootup
12:05.12HD2Userwait
12:05.27HD2User2.04.50.22_2
12:05.40dcordesOccams_Cat: HD2User did you read the FAQ in the forum thread where you downloaded this from ? It recommends a 2.08 radio
12:05.42tmzt_dcordes: are there two hardware versions of leo differing in ram?
12:06.13*** join/#htc-linux seb1337 (~sfasf@p5B155F9E.dip.t-dialin.net)
12:06.14dcordestmzt_: no but different amss versions which change ram layout
12:06.39dcordestmzt_: guess in < 2.08 fb area is somewhre borked
12:07.04Occams_Cat@dcordes - time old story, yes I have scoured the forums...But i missed that one!
12:07.30tmzt_dcordes: maybe he should upgrade?
12:07.33tmzt_ah
12:07.37tmzt_that's what your asking
12:07.39HD2Useri will upgrade it sometime
12:07.50tmzt_can he check version from windows devince info?
12:07.53dcordestmzt_: yeah
12:08.01dcordesOccams_Cat: does it boot with the different zImage ?
12:08.35tmzt_if devicetree ever gets support we can just load different fdt by detecting radio in haret+
12:08.38Occams_Catyes, I will upgrede my radio version after I give it a pop with dcordes ZImage.  I'll try now
12:08.59dcordestmzt_: what's fdt ?
12:09.08tmzt_flattened device tree
12:09.15tmzt_there's a doc on linera wiki
12:09.52dcordesok
12:09.58*** join/#htc-linux Jack_E (~chatzilla@host86-172-80-96.range86-172.btcentralplus.com)
12:10.10dcordesit will be nice to install uboot in hd2
12:11.24tmzt_https://blueprints.launchpad.net/linaro/+spec/arm-m-device-tree-overview
12:11.38tmzt_you should also join #linaro (don't worry, I confused it with lineo :)
12:12.23HD2Usercya
12:12.24*** part/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
12:13.05dcordestmzt_: ok
12:13.40dcordestmzt_: I think in the radio case it is just better to have people update. I think even the official htc / provider updates install a new radio
12:13.53tmzt_add this to the vccm work ca is doing and we get a really versatile kernel for msm/qsd
12:14.19*** join/#htc-linux GNUtoo|laptop (~gnutoo@host23-160-dynamic.244-95-r.retail.telecomitalia.it)
12:15.30tids2k@dcordes for a minimal hd2 win ce image to enable android ... ask NRG he can help ...
12:16.17*** join/#htc-linux cartmanation (5124e0a1@gateway/web/freenode/ip.81.36.224.161)
12:16.36*** join/#htc-linux Cotulla (~opera@nat004-252-205-109.tvoe.tv)
12:16.52tmzt_cartmanation: if you have a question it's best to ask
12:17.04*** join/#htc-linux dan1j3l (~dan1j3l@93-138-86-3.adsl.net.t-com.hr)
12:17.12dan1j3lhello
12:17.30Cotullahi
12:17.39dcordeshi Cotulla, dan1j3l
12:17.40trav_COTULLAAS HERE!!!
12:17.41dan1j3lhi
12:17.51trav_WERE SAVEDDDDD!!! xD hahah
12:19.00Cotullawell, any news?
12:20.03trav_um darkstone got a new sense build with mario live wallpaper and opengl demo
12:20.29DomZhi Cotulla
12:20.38DomZso OpenGL is working ?
12:21.18*** join/#htc-linux ddd3m0n (~BT@193.34.64.137)
12:21.26trav_yeah it was working pretty good til i got to one of the last demos and then it BSOD
12:21.50DomZfu**ing BSOD :s
12:22.05trav_i kno =( i dont like blue no more
12:22.58DomZthat will be great to have uboot !!
12:23.06dan1j3lcotulla: how's progress with sound ?
12:23.14CotullaDomZ, BSOD fixed, isn't it?
12:24.30DomZCotulla: not really, it seems that removing a file fix some of them but not all
12:24.41Alex[sp3dev]Cotulla: is there any difference between controlling hw manually or via rpc?
12:24.59*** join/#htc-linux DaveWM (~dave@173-19-136-12.client.mchsi.com)
12:25.19Alex[sp3dev]DomZ: you should have not only removed THAT file, but replaced all msm7k stuff with qsd8k ones
12:27.13*** join/#htc-linux Termana (~bradley@123-3-87-221.static.dsl.dodo.com.au)
12:27.48Cotullahi Alex[sp3dev]
12:28.20*** join/#htc-linux cartmanation (5124e0a1@gateway/web/freenode/ip.81.36.224.161)
12:28.21Cotulladifference? at least u don''t lock while changing values
12:28.45*** join/#htc-linux HD2D2 (~sdsds@41.250.180.61)
12:29.52Cotullain common I think no differences
12:30.20Cotullaat least it's working in CE
12:30.28*** join/#htc-linux sfdfsdfsd (d4b34472@gateway/web/freenode/ip.212.179.68.114)
12:31.10Alex[sp3dev]what was the purpose of inventing such a complex amss with rpc control, after all? to restrict the a11 core from accessing the hw directly?
12:31.58Cotullayes, also it's rather comfortable, because u can call to AMSS and it will do dirty work
12:32.07Cotullabut HTC kill this idea seems
12:33.34DomZopenGL demos are really smoth, but some of them occurs BSOD (at least 9 - Bitmap animation)
12:33.38Alex[sp3dev]it's kinda strange that some wince drivers (usb or hw3d, don't remember now) used to initialize hardware manually and shut it down via rpc call
12:34.08CotullaHTC :)
12:34.28Alex[sp3dev]you're saying 'htc' as if it's something bad ;)
12:34.39Cotullanot bad, but they like to redo all stuffs
12:35.03Cotullathey implemented on msm7k GRP rail on AARM
12:35.11Cotulladunno why they do it...
12:35.35Cotullaget some over MSM7k device - I am sure there RPC call
12:35.47Cotullalike QCT purpose it
12:35.54Alex[sp3dev]actually there is
12:36.07DomZmario live walpapper is very slow
12:36.13Cotullahowever on LEO they use RPC
12:36.24*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@89.32.146.153)
12:36.24Cotullathere call directly from libgsl.dll
12:36.30Alex[sp3dev]time to copy-paste leo? ;)
12:36.44Cotullano, I want to use RPC for control :P
12:36.58Cotullaalso seems leo amss support clock control via SMEM CMD
12:37.13Cotullamaybe I will remove all code from clock-wince.c
12:37.22Cotullaand use SMEM CMD instead like android
12:38.35CotullaPCOM_CLK_REGIME_SEC_ENABLE PCOM_CLK_REGIME_SEC_DISABLE etc this is supported
12:38.39Alex[sp3dev]ok, i will be porting usb from 32 kernel to 27 now, it seems to have a nicer driver. as the userspace was ready, BT was a cakewalk, just a matter of switching two gpios
12:38.54Cotullahehe BT
12:39.04Cotullain my case DMOV channel stalled :(
12:39.39Cotullau have not such problems?
12:39.48Cotullaor it just doesn't use DM?
12:40.08Alex[sp3dev]DM ?
12:40.14gauner1986goodmorning cotulla :)
12:40.17CotullaDMOV
12:40.27Cotullahi
12:40.28trav_DomZ : get the mario paper some time to load and it will get more smooth
12:40.33Alex[sp3dev]pardon my ignorance, could you explain it?
12:40.43DomZyep it's better now
12:40.44CotullaDataMover == DMA
12:40.52*** join/#htc-linux d3m0n (~BT@193.34.64.137)
12:40.58tmzt_just a really weird one
12:41.02tmzt_that's like part software
12:41.13Alex[sp3dev]how does dma relate to BT? it is connected via uart
12:41.26Cotullain my case UARTHS use DMA
12:41.48Alex[sp3dev]no, we don't have such problems
12:41.52Cotullaoh
12:42.02Cotullaseems I need try ADM reset
12:42.03trav_if you put just one of the standard wallpapers not the live it seems to run smoother
12:42.21Cotullathere no RDY bit set
12:42.27Cotullain status...
12:43.56*** join/#htc-linux huggy_72 (~chatzilla@94.163.27.65)
12:46.13dan1j3ljoe arch/arm/mach-msm/board-htcleo-wifi.c
12:46.24dan1j3lsorry, wrong window
12:46.53gauner1986wifi
12:46.55gauner1986need
12:46.55gauner1986<3
12:47.14ShadowFoxBiHthe data still not working on the latest build?
12:47.35tmzt_dan1j3l: what are you working on?
12:47.54*** join/#htc-linux d3m0n (~BT@net240-61-245-109.mbb.telenor.rs)
12:47.58dan1j3lwifi
12:48.13ShadowFoxBiHany luck with the drivers?
12:48.41DomZis sdio ok ?
12:49.07tmzt_you're working on bcm support for sdio?
12:49.32dan1j3ljust started on wifi...
12:49.54dan1j3lso need time to analyze things...
12:50.01tmzt_where are you discussing this?
12:50.31*** join/#htc-linux Arash18k (~Arash18k@85.133.203.15)
12:52.51DomZI did all OpenGL demos tests, all are working fine except 9 (Bitmap Animation)
12:53.13Cotullait's software 3D
12:54.08tmzt_on fbdev probably which is blitted
12:54.52*** join/#htc-linux dd3m0n (~BT@193.34.64.137)
12:55.03*** join/#htc-linux nyx-jm (50899fb7@gateway/web/freenode/ip.80.137.159.183)
12:55.13*** join/#htc-linux brnshroom (shroom2k1@c-76-30-184-162.hsd1.tx.comcast.net)
12:58.22*** part/#htc-linux dd3m0n (~BT@193.34.64.137)
12:58.28*** join/#htc-linux zsircusr (~zsirc@62.44.135.26)
12:58.59DomZ~ADM
12:59.04*** part/#htc-linux Baeen (~Bane@ppp118-208-221-72.lns20.hba1.internode.on.net)
12:59.50*** join/#htc-linux Jack_E (~chatzilla@host86-172-80-96.range86-172.btcentralplus.com)
13:00.12borstehgauner1986: germany 4 :P
13:00.37gauner1986borsteh: *yay* party! :)
13:05.23*** join/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
13:06.02trav_so we got working BT?
13:06.56DomZwhy we should have working BT ?
13:07.53Cotulla~say APPS DMOV
13:07.54aptAPPS DMOV
13:08.04*** join/#htc-linux sd73ta (~sd73ta@c-76-28-49-255.hsd1.ct.comcast.net)
13:09.09trav_lol nvm xD i thought it said bt was working haha
13:09.12*** part/#htc-linux shu8i (~shu8i@78.104.102.92)
13:09.24HD2User~BT
13:09.24aptbt sux0rs.  Bhutan
13:09.36*** join/#htc-linux shu8i (~shu8i@78.104.102.92)
13:09.49Cotulla~WLAN
13:09.49apthmm... wireless is never having to say: 'brb - bathroom'
13:09.57Cotulla:D :D
13:10.02HD2Userhaah :D
13:10.11gauner1986lol
13:10.11*** join/#htc-linux manethon (4f56da3f@gateway/web/freenode/ip.79.86.218.63)
13:10.51DomZ~say Cotulla : how's progress with sound ? :)
13:10.52aptCotulla : how's progress with sound ? :)
13:11.14gauner1986:D
13:11.56Cotulla~say He is busy. Let's don't touch him!
13:11.56aptHe is busy. Let's don't touch him!
13:12.18HD2User~bad bad ding ding
13:12.19aptBad bad ding ding, bad! No cookie for you!
13:12.24HD2User:(
13:12.34Cotullau lost COOKIE :D
13:12.57Cotullabrb... need to grab some cookies
13:13.21gauner1986i got some pringles, if you want :P
13:14.03Cotullapack them in RAR pls at first and upload somewhere :P
13:14.12Cotulla:D :D
13:14.21HD2UserxD
13:14.24gauner1986:D
13:14.37Jack_Ewhat flavour?
13:14.52gauner1986wait.. i gotta press them into my cd tray and make an iso of it xD
13:15.27HD2User~RAR
13:15.28aptit has been said that rar is an archiver used mostly by 3l33+ war3z d00dz ;), or unrar to unrar things
13:15.31HD2User~ZIP
13:15.32aptCreates PKZIP(tm)-compatible .zip files. URL: ftp://ftp.cdrom.com/pub/infozip/Info-ZIP.html
13:15.34gauner1986Jack_E: the original
13:15.39Jack_Eooh
13:15.43Jack_Ehttp://www.youtube.com/watch?v=1r3tx3IEsN4
13:15.46Jack_Einternet ham ;D
13:16.06Cotullablocked
13:16.15gauner1986for me too
13:16.18shu8iwoot This video contains content from bbc, who has blocked it in your country on copyright grounds.
13:16.28HD2Userhahahahahahah
13:16.32HD2Usersick video :D
13:16.32CotullaÝòî âèäåî ñîäåðæèò ìàòåðèàëû îò ïàðòíåðà bbc, êîòîðûé çàáëîêèðîâàë ýòî ñîäåðæàíèå äëÿ ïîêàçà â âàøåé ñòðàíå â öåëÿõ ñîáëþäåíèÿ àâòîðñêèõ ïðàâ.
13:16.37gauner1986but in germany almost every video on youtube is blocked because of some music licensing shit
13:16.41HD2User???ó??ó?ó¤??
13:17.27parmasterdan1j3l: for wifi it seems the bcm is addressed like a NIC.. and the independent cpu and rom handle the actions
13:18.24dan1j3lhmm...
13:18.39gauner1986lot of strange symbols @ cotulla :)
13:18.45gauner1986seems like an old maya language
13:18.49gauner1986:P
13:18.56parmasterclosest i've found to it is the bcm4718
13:19.00HD2User~chicken and chips
13:19.00aptACTION knocks and chips into the next dimension with a rubber chicken with a pulley in the middle.
13:19.28gauner1986wtf ^^
13:19.30parmasterbut huge difference in, that one i beleive is directly addressable
13:19.33Cotullaparmaster, bcm4329 drivers there already
13:19.47parmasteryes
13:20.04*** join/#htc-linux kdeguy (~atanu@188-221-82-106.zone12.bethere.co.uk)
13:20.13parmasterhey great drivers... can't do anything good.
13:20.13HD2User~smile
13:20.14apt=:-)
13:20.32HD2User~shout
13:20.33aptACTION screams NOOOOOOOOOOOOOooooooOOOOoooooOOOOooo!!!1!!11!!!
13:21.00*** join/#htc-linux balans (~Gebruiker@82-170-215-5.ip.telfort.nl)
13:21.00Cotulla~fuck
13:21.01aptACTION looks at cotulla and wonders if he can't find some better way to occupy his time
13:21.03gauner1986~argentinia
13:21.04Cotullalol
13:21.09gauner1986lol
13:21.11Cotullalol
13:21.15HD2User~fuck you
13:21.16aptI've heard better pick up lines from a goat with Aspergers.
13:21.24HD2Userhaha xD
13:21.46*** part/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
13:21.59Cotulla~fuck audio
13:22.04mastermerlin˜fuck me
13:22.12gauner1986bäh
13:22.40Cotulla~ïïö
13:23.05mastermerlin˜stroustrub
13:23.11trav_dont give up cotulla! u can do ittttt
13:23.19gauner1986~germany wins
13:23.23*** join/#htc-linux hd2goAndroid (4851db80@gateway/web/freenode/ip.72.81.219.128)
13:23.37Cotulla~1
13:23.37apt1 is a number, silly
13:23.42gauner1986seems like that bot doesnt know soccer :(
13:23.56mastermerlin˜say Thanks Cotulla
13:24.28shu8i~world cup
13:24.29aptwell, world cup is the name of a football match
13:24.31gauner1986you got the wrong ~ it seems :P
13:25.12trav_well imma go sleep for a bit ill bbl
13:25.36*** join/#htc-linux Cthulhu0 (5143322d@gateway/web/freenode/ip.81.67.50.45)
13:25.44mastermerlinfucking around with apple keys :)
13:25.57*** join/#htc-linux slayerns (8bb3cf43@gateway/web/freenode/ip.139.179.207.67)
13:26.01slayerns-Donnie Darko
13:26.22slayernsuncivilized shit didn't response  :D
13:26.33borsteh~donnie darko
13:26.39mastermerlin
13:26.41mastermerlin:)
13:27.20gauner1986that's a square
13:27.21gauner1986:P
13:27.26*** join/#htc-linux RaptorX (~devilcuba@cpe-24-160-123-231.tampabay.res.rr.com)
13:27.40mastermerlinit depends on POV :)
13:27.46gauner1986:D
13:27.47mastermerlinhere it is an apple …
13:28.11shu8i~twilight fans are
13:28.12gauner1986apple has it's own apple character? sick
13:28.17mastermerlinlike my POV to HD2 is worse … it is still in delivering state
13:28.38mastermerlin@shu8i if I was apt I would anser: gay …
13:28.38gauner1986mastermerlin: you just ordered your leo? ^^
13:29.07mastermerlinyes .. I ordered it .. and 3 hours later I saw what happend here
13:29.21gauner1986bit late to order a leo :P
13:29.24mastermerlincurrently I am on TP2
13:29.38shu8i@mastermerlin: just see what suggestions you get if you type ing twilight fans are on google.com xD
13:29.42gauner1986yeah
13:29.56gauner1986that's the maybe reason for me to keep it
13:30.24Cotulla~twilight
13:30.25aptfrom memory, twilight is the stupidest most inaccurate book EVER
13:30.28mastermerlinjust for fun .. searchterm: Crisco on google.com and google.de
13:30.32gauner1986lol
13:30.33Cotulla:D :D :D righ!
13:30.40gauner1986so true
13:31.14*** join/#htc-linux Ondalf (~ondalf@dsl-roibrasgw1-feb6dc00-127.dhcp.inet.fi)
13:31.16mastermerlinLEO one should than be called FUCKTWILIGHTDroid just to have a clear statement
13:32.41borstehits just for girls
13:32.44borstehthat movie
13:32.57*** join/#htc-linux huggy_72 (~chatzilla@94.163.27.65)
13:33.03gauner1986it's stupid and even more inaccurate than the book
13:33.12gauner1986it's so predictable.. hillarious
13:33.34borstehbecause actress aint hot, and majority of girls in this world is average looking, and in the movie, average girls get a good lookin dude, so like you know, for girls all over, theyd just want to believe its possible :P
13:33.44mastermerlinlets see if I have any time and can help with anything when LEO arrives …
13:33.49mastermerlinETA 10 days
13:34.04mastermerlinbut I think by then Cotulla will have done everything :)
13:34.18*** join/#htc-linux kvaster (~kvaster@vpn-e0.bas-net.by)
13:34.19borstehi think he has everything done, just wants us to wait :P
13:35.07dcordes~seen Occams_Cat
13:35.08aptoccams_cat <~occamscat@79-66-143-193.dynamic.dsl.as9105.com> was last seen on IRC in channel #htc-linux, 1h 26m 30s ago, saying: 'yes, I will upgrede my radio version after I give it a pop with dcordes ZImage.  I'll try now'.
13:35.16*** join/#htc-linux slayerns (8bb3cf43@gateway/web/freenode/ip.139.179.207.67)
13:35.21gauner1986:D
13:35.33slayerns~test
13:35.34aptFailed!
13:35.39gauner1986well.. i like average looking girls :)
13:35.53slayerns~go to hell
13:35.54aptwell, go to hell is a song
13:36.06slayerns~try
13:36.06aptTry not.  Do. Or do not.  There is no try.
13:36.28gauner1986better than worse looking.. fat.. girls.. ^^
13:37.05FlawlesStylehttp://img408.imageshack.us/img408/2534/hd2xdandroidmariolivewp.jpg
13:37.48borstehahah
13:37.52borstehfat girls need love too ;)
13:38.13dcordesremember that we have #htc-linux-chat now
13:39.28CotullaMARIO!!!
13:39.36tmzt_they can't torture apt in there can they?
13:39.46dan1j3ltime to test insmod
13:39.49dan1j3l:d
13:39.55gauner1986linux and girls.. that will probably never come together.. :)
13:40.12Jack_E:(
13:40.21Cotulla:P
13:40.29Cotullawhy not?
13:40.40Jack_Ethey already have ;)
13:40.43Cotullaget girl, put near computer and say: "it's windows!"
13:40.49gauner1986lol
13:40.51Jack_Ehttp://www.google.co.uk/images?hl=en&source=imghp&q=linx+girl&gbv=2&aq=f&aqi=&aql=&oq=&gs_rfai=
13:41.03*** join/#htc-linux badboy365 (5ea85004@gateway/web/freenode/ip.94.168.80.4)
13:41.11Jack_Eooh
13:41.16Jack_Ei can't spell today
13:41.18Arash18kmy gf wont work with windows, she says it's lame
13:41.36Jack_Ehttp://www.google.co.uk/images?hl=en&q=linux%20girl&um=1&ie=UTF-8&source=og&sa=N&tab=wi
13:41.37Jack_Ebetter
13:41.44gauner1986yeah.. and then she has to do something on the commandline and gets fucked by complexity, where i should have done it instead :D
13:42.05dan1j3ldmesg for insmod bcm4329.ko : http://pastebin.com/PQXHSNfq
13:42.41dcordestmzt_: probably not but it's not nice to go insulting in here.
13:43.04*** part/#htc-linux sd73ta (~sd73ta@c-76-28-49-255.hsd1.ct.comcast.net)
13:43.35gauner1986i like that pic: http://img48.imageshack.us/i/86619cat.jpg/
13:43.44FlawlesStyleCotulla watching mario live wp keeps my mind off of updates regarding sound :P
13:43.57*** join/#htc-linux atanu (~atanu@188-221-82-106.zone12.bethere.co.uk)
13:43.58dcordestmzt_: did you ever try compiling xf86-video-msm ?
13:44.25tmzt_not recently, it doesn't work on my phone
13:44.52*** join/#htc-linux slayerns (8bb3cf43@gateway/web/freenode/ip.139.179.207.67)
13:44.55dcordestmzt_: in openembedded metadata it exists with paches that remove any neon stuff so you can use it on armv6
13:45.04dcordeswell on non-qsd
13:45.11tmzt_yeah, but not on msm7x0x
13:45.13slayernsdan1j3l: did it automatically become this? : wifi_set_power = 0
13:45.26dcordestmzt_: you can
13:45.36dcordesask GNUtoo|laptop
13:45.43dan1j3lslayerns: yes
13:45.44gauner1986dan1j3l: what are you trying to insmod? :)
13:45.45dcordesand leviathan . there are some problems though
13:45.49GNUtoo|laptopdcordes, hi
13:45.51dcordestmzt_: e.g. they can't get rotation to work
13:46.03dcordesGNUtoo|laptop: hi there
13:46.08GNUtoo|laptopstatic rotation just worked this morning
13:46.09tmzt_yeah, I'm follwing
13:46.15slayernsdan1j3l: you should consult Cotulla, he was working on wifi power, you may already doing double work!
13:46.16dcordesawesome
13:46.18tmzt_but that's fbdev not msm
13:46.22GNUtoo|laptopyes
13:46.27GNUtoo|laptopwith CW
13:46.46GNUtoo|laptopbasically at some pont there is:
13:46.52dcordesGNUtoo|laptop: but msm does work on drem if I'm not mistaken right ?
13:46.59GNUtoo|laptopif (!fPtr->rotate)
13:47.13GNUtoo|laptopit also works but does not bring improvements
13:47.16dcordesbb in a few
13:47.22GNUtoo|laptopit's quite the contrary
13:47.26GNUtoo|laptopI need rotation
13:47.39GNUtoo|laptopeven static is acceptable
13:47.47GNUtoo|laptopbecause there is a hardware keyboard
13:48.45*** part/#htc-linux Arash18k (~Arash18k@85.133.203.15)
13:49.00tmzt_GNUtoo|laptop: what I was trying to say is that the priv fixed aren't all in the driver, they're throught the X tree
13:49.11tmzt_if you're driver is newer than that you might have an issue
13:49.36GNUtoo|laptopbasically there is :
13:49.42GNUtoo|laptopif (!fPtr->rotate)
13:49.53GNUtoo|laptopFBDevDGAInit(pScrn, pScreen);
13:50.02*** join/#htc-linux AnThraxII (580868df@gateway/web/freenode/ip.88.8.104.223)
13:50.02GNUtoo|laptopelse{some code that is wrong}
13:50.19GNUtoo|laptopI disabled the else,the else content,and the if
13:50.23GNUtoo|laptopremained the if content
13:50.30GNUtoo|laptopand it worked
13:50.42GNUtoo|laptopI've even randr that doesn't do xrandr -o 1
13:51.03*** join/#htc-linux peter__ (~peter@122.110.35.105)
13:56.12*** join/#htc-linux AnThraxII (~kvirc@223.Red-88-8-104.dynamicIP.rima-tde.net)
13:59.12dcordeshm
14:03.39*** join/#htc-linux balans (~Gebruiker@82-170-215-5.ip.telfort.nl)
14:06.34GNUtoo|laptopdcordes, who should have asked me a question?
14:09.16dcordesGNUtoo|laptop: tmzt_
14:09.17*** join/#htc-linux cartmanation_ (4f9cae5e@gateway/web/freenode/ip.79.156.174.94)
14:09.27GNUtoo|laptopok
14:10.51*** join/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
14:12.17HD2User~stop spamming
14:12.18aptACTION leaps to his feet and stops spamming
14:12.59*** join/#htc-linux slayerns (8bb3cf43@gateway/web/freenode/ip.139.179.207.67)
14:13.15slayernsis backlight driver ok?
14:13.24GNUtoo|laptopfor dream I think so
14:13.31slayernsleo
14:15.06DomZis there an app to try that on android ?
14:15.48slayernsit can be test by brightnes settings which doesn't do anything
14:16.14slayernsit is fixed but don't know whether it is able to work properly
14:16.34slayernswith "fixed" i mean constant
14:17.47*** join/#htc-linux shroom2k1 (~shroom.jo@c-98-199-13-41.hsd1.tx.comcast.net)
14:18.21*** join/#htc-linux tids2k (~tids2k@122.110.139.126)
14:21.28DomZhow do we do to have a normal blinking cursor ?
14:25.25*** join/#htc-linux surge (surge@pool-98-118-157-221.bflony.fios.verizon.net)
14:26.04*** part/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
14:26.55*** join/#htc-linux surgex (surge@pool-98-118-157-221.bflony.fios.verizon.net)
14:27.38*** join/#htc-linux surge (surge@pool-98-118-157-221.bflony.fios.verizon.net)
14:27.50*** join/#htc-linux rob____ (51839d32@gateway/web/freenode/ip.81.131.157.50)
14:28.26leviathanGNUtoo|laptop: did you disable the disabling of randr extension in the modul?
14:28.36leviathan:-)
14:28.53leviathanyou told me there is a function which disables this functionality
14:28.59leviathanand its called in the driver
14:29.03GNUtoo|laptopleviathan, yes I did
14:29.23leviathanand did it something?
14:29.25leviathancrash?
14:29.31leviathanreact differently?
14:29.31GNUtoo|laptopsame than before
14:29.36GNUtoo|laptopxrandr -o 0 works
14:29.36leviathanhmm
14:29.41GNUtoo|laptopxrandr -o 1 doesn't
14:29.42DomZNetRipper: BSOD could be due to the autoscaling feature present ?
14:29.57NetRipperDomZ, why do you think so?
14:30.13leviathanare the features implemented?
14:30.21leviathanyou have functions for each call
14:30.30leviathani once looked in kdrive
14:30.37DomZbecause this features are may be not supported in android
14:30.43leviathanGNUtoo|laptop: it might be possible to import it
14:31.28DomZI saw that it is possible to deactivate this feature in your winmo tool
14:31.28rob____Anyone got any clues as to the "turbo" issue?
14:31.46DomZdo you think you can try to disable it also in android ?
14:31.57NetRipperi'm having trouble getting the "turbo" so it's hard to solve it.. i only have it like once in every 10 boots
14:32.19rob____i seem to get it 50/50
14:32.26rob____what build you on net?
14:32.30DomZsame
14:32.46NetRipperjust latest igt
14:32.47DomZturbo = fast cursor blinking ?
14:32.50NetRipperyes
14:32.51rob____<PROTECTED>
14:32.57NetRipperlatest git*
14:33.04DomZI'm using the last darkstone
14:33.09DomZ3.5
14:33.20NetRipperit's unrelated to the android build
14:33.22NetRipperits kernel related
14:33.30rob____yes defo kernal related
14:33.52DomZah good news
14:34.04dcordesNetRipper: same here. but sometimes I get it more frequently
14:34.06rob____seems to happen very early on
14:34.08NetRipperthat was known all along domz :)
14:34.21DomZ;)
14:34.40rob____no-one heard of something like this before? it seems like nobody has any clue as to why
14:34.56dcordesvast majority of this stuff is linux kernel related. which is why topic says this no android place
14:34.59NetRipperi suspect it's an issue in the timer
14:35.21rob____is anyone worknig on it
14:35.26NetRipperno idea
14:35.31dcordesNetRipper: we should discuss it on the ml
14:35.45dcordesNetRipper: arm-linux-msm
14:35.50DomZtimer issues are weird
14:35.54NetRipperdon't turn to arm-linux-msm too fast
14:36.07dcordesI think it's ok
14:36.12dcordesI will describe problem there later
14:37.06Cotullathey won't help
14:37.08CotullaI think
14:37.27rob____someone may know?
14:37.47Cotullabecause we start kernel with non-clean-hw-state
14:37.56DomZyeap
14:37.58Cotullaand with non-linux AMSS
14:38.19DomZcan someone have a look at uboot
14:38.21NetRipperharet already clears all registers related to the timer configuration afaik
14:38.21DomZ?
14:38.28Cotullaall?
14:38.32NetRipperwell the ones i found
14:38.34NetRipperthere are 3
14:38.37NetRipperper timer
14:39.01Cotulla5
14:39.42Cotulla4 for AGPT and 5 for ADGT
14:40.08NetRipperCotulla, here's what i do in haret: http://git.linuxtogo.org/?p=groups/haret/haret.git;a=commitdiff;h=705397e8b2a947532f2707bb0d4e2f8dce32b11f
14:40.15DomZ~AGPT
14:40.34Cotullawhat about AGPT COUNT reg?
14:40.42NetRipperaren't they read-only?
14:40.49Cotullanot sure
14:40.59Cotullaseems no
14:41.18Cotullaotherwise how u will reset count?
14:41.41NetRippersetting the clear reg
14:42.09Cotullahm maybe
14:42.34DomZwhat is the 5ft for ADGT ?
14:44.38*** join/#htc-linux cartmanation (5320cda3@gateway/web/freenode/ip.83.32.205.163)
14:45.12NetRippercount is readonly
14:45.30*** join/#htc-linux Tah (5b6bd68f@gateway/web/freenode/ip.91.107.214.143)
14:45.33*** join/#htc-linux trav (1833c3d4@gateway/web/freenode/ip.24.51.195.212)
14:45.39NetRipperand there is no 5th reg for adgt
14:45.41NetRipperi beliee
14:45.43NetRipperbelieve
14:45.45travhey
14:46.06Cotullaalso some value at 0xac100020  I think
14:46.10Cotullafor ADGT
14:46.22Cotullawhich timer u are using ?
14:46.40NetRipperdg
14:47.40NetRipperCSR_PROTECTION
14:47.43NetRipperis that 5th reg
14:48.04NetRipperit's not used in the kernel
14:48.32DomZDefined as a preprocessor macro in:
14:48.33DomZ<PROTECTED>
14:48.41NetRipperthat's what i said
14:49.24DomZwe don't use this file ?
14:49.35NetRipperyes we do
14:49.41DomZso it's used
14:49.42NetRipperbut the define is not used
14:49.46DomZahh
14:49.50DomZok lol
14:50.11Cotullaactually this files have a lot of code from 7k
14:50.49NetRipperthis bit is set on wince
14:51.03*** join/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
14:51.14*** join/#htc-linux balans (~Gebruiker@82-170-215-5.ip.telfort.nl)
14:51.52*** join/#htc-linux brnshroom (~shroom.jo@c-98-199-13-41.hsd1.tx.comcast.net)
14:52.13*** part/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
14:54.04Cotullau checked it?
14:54.09NetRipperyes
14:54.12NetRipperthe reg is set to 3
14:54.15Cotullaon 8250?
14:54.17NetRipperyes
14:54.45NetRipperi set it to 0 and booted linux but didn't notice a dif
14:54.57dcordesCotulla: true. they will never come across such problem. but still they might have a thought on it
14:54.58Cotullaoh it added in 7230
14:55.07Cotullahttps://www.codeaurora.org/gitweb/quic/le/?p=kernel/lk.git;a=blob;f=platform/msm_shared/timer.c;h=57cf854f5e31f1ed8eface12a30a3ffb5317ef70;hb=refs/heads/froyo
14:55.10*** join/#htc-linux mayohead (~ethan@S0106001839c1b7c6.vc.shawcable.net)
14:55.16Cotullabut still strange
14:55.22dcordesin case 'it can be talked about publicly' :P
14:55.52Cotullay
14:56.22*** join/#htc-linux cartmanation (51266dd8@gateway/web/freenode/ip.81.38.109.216)
14:56.25DomZ<PROTECTED>
14:56.26DomZ<PROTECTED>
14:56.44NetRipperis that "y" a "yes" or "why?"
14:56.45NetRipper:)
14:56.48Cotullayes
14:56.51NetRipper;)
14:57.14Cotulla#define DGT_CLK_CTL          DGT_REG(0x0010)
14:57.38Cotullabut there nothing about 8250, strange
14:58.04slayernsanyone know what to replace SAMSUNG_OLED_DEFAULT_VAL with?
14:58.22slayernsfrom mahimahi
14:58.31slayernsfor leo
14:58.34Cotullabkl?
14:58.34*** join/#htc-linux dyatell[rus] (kvirc@95.156.121.152)
14:58.53slayernsbkl??
14:58.54Cotullahm on my leo I have 00 there
14:58.58Cotullabacklight
14:59.01Cotulla==bkl
14:59.02slayernshuh
14:59.03slayernsok
14:59.09slayernswhat is max and min?
14:59.35CotullaI make already board-htcleo-bkl.c but it need microp support
14:59.44Cotullathere min 0 and max 255 seems always
14:59.48Cotullau need scale it later
14:59.53slayernsok
14:59.55NetRipperisn't microp already added by markinus a while back?
15:00.01slayernsso no need to work on bkl?
15:00.45slayernsCotulla: you didn't publish board-htcleo-bkl right?
15:00.48Cotullano seems
15:00.53slayernsok
15:00.57CotullaI about microp
15:01.04slayernswhat's not done
15:01.06slayernsthat i can mess witH?
15:01.08Cotullaactually without microp
15:01.15Cotullait's useless
15:01.19CotullaI can upload for u it
15:01.28slayernsyeah, would be good
15:01.48slayernsis there anything else that i can mess with?
15:01.55DomZuboot may be ?
15:01.56CotullaWLAN
15:02.12slayernsyou said there was PM problem?
15:02.32slayernsPM =Power Management
15:02.58DomZand lacks of sdio support
15:02.59Cotullahttp://sderni.ru/10048
15:04.42dyatell[rus]Cotulla:  sderni.ru)))
15:04.49dyatell[rus]ïî-ðóññêè)
15:05.00Cotullathere just one link
15:05.17Cotullaok three links
15:05.22Cotullau need first top one!
15:05.32DomZI get : The requested URL /80552-board-htcleo-bklc. was not found on this server.
15:05.42Cotullashit
15:05.43Cotullawait
15:05.59Cotullahttp://rapidshare.com/files/404904631/board-htcleo-bkl.c
15:06.13slayernsi only got board-htcleo-bkl.c
15:06.17slayernsthere are no others
15:06.54slayernswhich i though enough.
15:06.58Cotullayes I thik
15:07.01*** join/#htc-linux GNUtoo|htcdream (~GNUtoo@host23-160-dynamic.244-95-r.retail.telecomitalia.it)
15:07.26slayernsin mahimahi, i didn't understand how brightness set?
15:07.34slayernsit just uses mutex
15:07.36Cotullathey call MICROP
15:07.58slayernswith  mahimahi_brightness_set_work?
15:08.19Cotullaoh
15:08.22travhey cotulla whats that link you posted?
15:08.25Cotullaor they change AMOLED settings
15:08.31slayernssamsung_oled_set_gamma_val
15:08.32slayernsseems so
15:09.36slayernsdo you think would it work if i change "samsung_oled_set_gamma_val" a little bit?
15:09.58slayernssince Gamma table for leo is known
15:10.03DomZ~mahimahi
15:10.12*** join/#htc-linux GNUtoo|htcdream (~GNUtoo@host23-160-dynamic.244-95-r.retail.telecomitalia.it)
15:10.13Cotullano
15:10.19slayernswhy?
15:10.24Cotullaand no gamma table for leo
15:10.32slayernswhat's that in wiki?
15:10.39Cotullaurl?
15:10.46slayerns1min
15:10.54slayernshttp://htc-linux.org/wiki/index.php?title=Leo_LCD
15:10.57*** join/#htc-linux nrg-fv (~nrgfv@93-96-51-47.zone4.bethere.co.uk)
15:11.25slayernsf*** it is for leo
15:11.29slayernsnot*
15:11.41DomZsamsung :)
15:11.49slayernswho put it there
15:11.52Cotullaactually we have nothing with panel
15:12.07Cotullaboard-htcleo-panel.c seems half wrong
15:12.12*** join/#htc-linux cartmanation (512c3b25@gateway/web/freenode/ip.81.44.59.37)
15:12.13Cotullaand there all commented
15:12.14dcordesapt: mahimahi is a qsd8250 evaluation board and the name of htc nexus one device in kernel
15:12.15aptokay, dcordes
15:12.33Cotulla~mahimahi\
15:12.37Cotulla~mahimahi
15:12.38apti heard mahimahi is a qsd8250 evaluation board and the name of htc nexus one device in kernel
15:12.43DomZthanks dcordes
15:12.45Cotullahm working...
15:12.53slayernsso cotulla, what to do?
15:13.01*** join/#htc-linux g55 (~g55@rgnb-5d879e9d.pool.mediaWays.net)
15:13.02Cotullatry to run WLAN?
15:13.13slayerns:)
15:13.25slayernsnot experienced much but will give it a shot
15:13.26gauner1986working? what's working? :)
15:13.48slayernsany info about wlan?
15:13.58slayernsso that i can start
15:14.01Cotullahm no
15:14.15slayernsshit :)
15:14.35Cotullau need something like in mahimahi and bravo
15:16.23*** join/#htc-linux slayerns_ (8bb3cf43@gateway/web/freenode/ip.139.179.207.67)
15:16.30*** join/#htc-linux dan1j3l (~dan1j3l@93-138-86-3.adsl.net.t-com.hr)
15:16.44slayerns_btw, what were you working on, Cotulla?
15:16.53gauner1986problem about that low-level stuff is the high level of try and error.. no compiler error telling you what to do.. either it works or it doesn't
15:18.03slayerns_gauner1986, talking about wifi?
15:18.14Cotullasound
15:18.15Cotulla:D
15:18.17gauner1986nah.. embedded development in general
15:18.18gauner1986:P
15:18.24slayerns_huh :)
15:18.41slayerns_we need someone to leak info from HTC :D
15:19.00Cotullaactually CE files have all info
15:19.08gauner1986if you speak armasm
15:19.37slayernsdoes IDA do its work well?
15:19.54gauner1986you can't just decompile anything ^^
15:20.02slayernsyeah, but someone can
15:20.11gauner1986you have to recognize the structures behind the asm-code
15:20.17gauner1986a very complex task
15:20.29slayernsi may help with translation :)
15:20.29slayernsthere were some people here able to do that
15:20.31gauner1986you need a lot of experience
15:21.02slayernsbtw, reading asm is PITA
15:22.26slayernswhy wifi is registered with late_initcall(
15:22.26slayerns?
15:22.57slayernsdoes it need something ?
15:24.15DomZdoes sound need microp too ?
15:24.40slayernsprob
15:25.02gauner1986late_initcall?
15:25.11slayernsyeah
15:25.32DomZmay be becuse it needs a lot of things before
15:25.35DomZsdio, ...
15:25.43parmaster;)
15:25.54*** join/#htc-linux cartmanation_ (532d834f@gateway/web/freenode/ip.83.45.131.79)
15:26.08gauner1986btw.. did someone manage it to connect gprs or sth?
15:27.11slayerns...?
15:27.14NetRipper./go
15:27.19NetRipperwrong term
15:27.48gauner1986i mean now that gsm is working...
15:28.12gauner1986did someone manage to establish a dataconnection with android?
15:28.14fakkerdata
15:28.28gauner1986hi fakker btw. :)
15:28.31fakkerhello
15:28.33fakkernot that im aware of
15:28.37*** join/#htc-linux kiozen (~kiozen@rgnb-5d878804.pool.mediaWays.net)
15:30.01*** join/#htc-linux LeTama (~IceChat7@vau06-1-82-228-252-90.fbx.proxad.net)
15:30.06gauner1986hola letama
15:30.31LeTamahello all
15:31.23DomZLeTama, slayers want to work on WLAN, may be you have information to share ?
15:31.27slayernscompiling wifi, let's see whether it fails
15:31.42slayernsany info would be great
15:32.03dcordeshi LeTama
15:33.28Cotullaðø
15:33.29Cotullahi
15:33.38LeTamaDomZ: I don't have much so far, I added board-htcleo-wifi.c to match bravo. It goes a bit further, but that's it
15:34.05Cotullawhich err u gots?
15:34.40LeTamacotulla, bus not ready I think, something like that
15:34.49gauner1986hmm
15:35.21dan1j3lletama: maybe something like: http://pastebin.com/PQXHSNfq
15:35.22DomZdo you have some logs ?
15:35.28*** join/#htc-linux tihy (188461f8@gateway/web/freenode/ip.24.132.97.248)
15:35.46DomZ#
15:35.48DomZ[  394.966088] dhd_bus_start failed bus is not ready
15:35.49DomZ#
15:35.51DomZ[  394.966198] dhdsdio_probe: failed
15:36.21LeTamano, a bit different, dhdsdio_probe succeeds I think
15:36.35LeTamaI need to revert some of my changes to get the log
15:37.56DomZdan1j3l, LeTama, slayers you could be the HD2 WLAN android porting team ?
15:38.03DomZisn't a great idea ? :)
15:38.23gauner1986seems like some sdio init is missing
15:39.18LeTamagauner1986, I suspected bad sdio on interrupt, this one:  DEX_GPIO_CFG(152, 0, GPIO_INPUT, GPIO_NO_PULL, GPIO_4MA, 0)
15:39.46slayernsarch/arm/mach-msm/built-in.o: In function `htcleo_wifi_update_nvs': /media/A184CE7D61C08457/kernel/arch/arm/mach-msm/board-htcleo-wifi.c:113: undefined reference to `get_wifi_nvs_ram'  ???
15:39.51slayernsit is defined
15:40.08gauner1986ahrg
15:40.12gauner1986linker errors...
15:40.20DomZshit :s
15:40.41dan1j3lLeTama: 152 is irq for n1 isn't it ?
15:40.41slayernssuggestion?
15:41.17LeTamadan1j3l, it is, I guess it ended here as a default value
15:41.19gauner1986LeTama: hmm.. really dunno.. just guessing.. haven't digged that deep so far
15:42.09dan1j3lslayerns: did u added htc_wifi_nvs.o to Makefile ?
15:42.20slayernsshit :)
15:42.23gauner1986:D
15:43.00gauner1986at least something works in the wifi driver!
15:43.10*** join/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
15:43.55slayernsa question: how is battery driveR?
15:44.10gauner1986cotulla worked on it once
15:44.17slayernsand?
15:45.26gauner1986dunno.. probably he left that and went to the sound problem :P
15:45.39*** join/#htc-linux MiB-s (~mai@0203ds1-ar.0.fullrate.dk)
15:45.40HD2Usermaybe you should guys work on one thing together and finish it and then work on something else together, i think it will make the progress faster
15:46.29HD2Userbear in mind its just my opinion :D
15:46.29Cotullafeel free to make battery driver
15:46.38Cotullabut only if u really know how it's working
15:46.59Cotullaread at mail list my opinion about current driver
15:47.01DomZlol you put the pressure on them :p
15:47.13HD2Userxd
15:47.20Cotullaotherwise users may destroy there battery calibrations
15:47.21*** part/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
15:47.23gauner1986ah, i remember
15:47.24gauner1986the mail
15:47.31Cotullathey will be angry and will kill u\
15:47.36Cotulla:(
15:47.38DomZlol
15:47.39*** join/#htc-linux babijoee (~babijoee_@d110-33-165-69.sun801.vic.optusnet.com.au)
15:47.42gauner1986:D
15:47.45slayernsLeTama: boot doesn't fail when you compile wifi right?
15:48.06dcordesslayerns: the wifi driver is built in with the defconfigs iirc.
15:48.29dcordesslayerns: you likely booted often with wifi in kernel
15:48.35dyatell[rus]I have almost killed a battery and it was necessary to calibrate it
15:48.36LeTamaslayers: right, it works fine
15:48.58dyatell[rus]waitng for battery driver
15:49.32*** join/#htc-linux programmer8922 (~Evan@67.219.166.182)
15:50.10*** join/#htc-linux drownage (41b81c44@gateway/web/freenode/ip.65.184.28.68)
15:50.11slayernsstrange, suddenly, adb is gone
15:55.35gauner1986what do you have to calibrate on a battery?
15:55.52dyatell[rus]it stadart procedure
15:56.53CotullaI talk abotu ACR calibration
15:57.13*** join/#htc-linux nyx-jm (50899fb7@gateway/web/freenode/ip.80.137.159.183)
15:57.41gauner1986ACR?
15:57.46*** join/#htc-linux Embocy (~No@cpc5-nail2-0-0-cust32.aztw.cable.virginmedia.com)
15:57.52Cotullay
15:58.23gauner1986what does that term mean?
15:59.21*** join/#htc-linux goostav (~AndChat@174-23-40-216.slkc.qwest.net)
15:59.39msd18|2has 2 do with the radio?
15:59.40slayernshttp://pastebin.com/QpquEQxL
16:00.09slayernswifi init is fine
16:00.13CotullaACR=Accumulated Current Register
16:00.27msd18|2ohh
16:01.12slayernsdan1j3l: wifi init is fine with me but still didn't get wifi
16:01.14gauner1986cotulla: does that store how much capacity the battery still has?
16:01.35gauner1986bluetooth is working?
16:01.35gauner1986nice
16:01.36slayernsdan1j3l:  http://pastebin.com/QpquEQxL , there is a problem with mem allocation
16:01.48gauner1986at least that log says so
16:02.45slayernsulpi_write: timeout ??
16:03.05Cotullawhere err?
16:03.18slayernsno err
16:03.35slayernsand didn't understand why
16:03.48slayernsmay i have forgotten to initialize smthng?
16:04.41Cotulla?
16:04.45dan1j3lslayerns: which files did you port and what did you change ?
16:04.47Cotullau wanna error?
16:04.53Cotullaput BUG(); somewhere at init
16:04.53slayernsno :)
16:05.23slayernsdan1j3l: only used mahimahi's wifi file
16:05.28slayernsdirectly not much of change
16:05.37slayernsrenamed necessary things..
16:05.49gauner1986lol
16:10.17Cotullawhat about -mmc.c?
16:10.41dan1j3lyes, you need also some functions in *-mmc
16:11.24slayernsbrb, gonna kill myself
16:12.03dan1j3li also noticed some differences in htc_wifi_nvs.c (n1 and bravo)
16:12.21slayernshmm
16:12.26slayernslets check
16:14.37slayernsdan1j3l: do you have link for n1 git?
16:15.02dan1j3lthat's mahimahi in our kernel
16:15.03*** join/#htc-linux LargePrime (~LargePrim@173.7.91.97)
16:15.11dan1j3l:)
16:15.30slayernsok :)
16:15.46dan1j3lsee differences in our htc_wifi_nvs.c and from bravo
16:16.24dan1j3lnow compiling kernel with new changes...
16:16.36dan1j3lfingers crossed :p
16:16.39slayernsare you sure there is a diff?
16:16.47slayernsi used diff, exactly same :(
16:16.52mastermerlinarms crossed :)
16:16.52slayernsand took bravo from
16:17.05slayernshere :http://github.com/Kali-/kernel_msm/blob/android-msm-2.6.32-bravo/arch/arm/mach-msm/htc_wifi_nvs.c
16:17.12*** join/#htc-linux M33 (5685c69c@gateway/web/freenode/ip.86.133.198.156)
16:17.22M33how is sound going cotulla
16:19.04*** join/#htc-linux balans (~Gebruiker@82-170-215-5.ip.telfort.nl)
16:20.01mastermerlinthe question was wrong … how is sound playing …
16:20.19LeTamaslayerns, dan1j3l, here is my log: http://pastebin.com/sf03X94H
16:20.30LeTamathis is with debug flags in driver
16:20.46dan1j3lfile from bravo: http://pastebin.com/GDqcZA8N and our file http://pastebin.com/vYJZ8phG
16:20.51*** join/#htc-linux LargePrime_ (~LargePrim@108.120.178.137)
16:22.44dan1j3lLeTama: did you changed anything else except board-bravo-wifi.c and board-bravo-mmc.c ?
16:23.59*** join/#htc-linux kvaster (~kvaster@vpn-e0.bas-net.by)
16:24.49slayernsneed to work on sdio
16:24.50DomZsdio seems to wkros fine
16:24.51LeTamadan1j3l, board-htcleo-mmc.c is the one that was here before I started working on it, it's probably different from the bravo one
16:25.26LeTamaboard-htcleo-wifi is from bravo yes
16:25.39*** join/#htc-linux Parad0XUA (~paradoxua@ool-18b83388.dyn.optonline.net)
16:26.18LeTamaand to get the traces, I patched dhd_msg_level in dhd_common.c to 0xffff
16:26.47gauner1986what's dhd btw?
16:26.49*** join/#htc-linux Unholy (~IceChat7@74.213.81.33)
16:27.09LeTamaI also changed a few down_timeout msecs_to_jiffies to make it longer as jiffies seems problematic currently
16:27.24DomZwhoa
16:27.31LeTamain dhd_linux.c
16:27.42Unholyyo
16:28.12dan1j3lLeTama:ok thnx, btw. did you noticed differences on htc_wifi_nvs.c (official bravo source and our source)
16:28.51dcordestsamolotoff: congrats on the s200 progress
16:29.06LeTamano, I didn't check. But from what I remember, this file is mostly buffers, no ?
16:30.19*** join/#htc-linux balans (~Gebruiker@82-170-215-5.ip.telfort.nl)
16:31.02LeTamato complete my status, I did also a haret dump on wifi, here: http://pastebin.com/PGRRHkBx
16:32.24LeTamaif I read it correcty, gpios involved are 51,52,53,54,55,56,129,37
16:33.41DomZwhoa you have worked hard on that, you should be close to the end !
16:34.01*** join/#htc-linux Defiant-2 (~chatzilla@84.246.154.176)
16:34.31LeTamaDomz: I don't know... I even tried wince firmware
16:34.40DomZlol
16:35.19LeTamalast thing I found weird is this: on the net, I saw this : F1 signature read @0x18000000=0x5264325 for few devices
16:35.25LeTamawe have this: F1 signature read @0x18000000=0x5264325
16:35.28LeTamaerr,
16:36.03LeTamawe have this: F1 signature read @0x18000000=0x9934329
16:36.12dan1j3lLeTama: isn't gpio 37 for BT, at least in wiki ?
16:36.20LeTamayes
16:36.38LeTamaBT is not enabled in the log
16:36.40Cotullait may be power
16:36.50CotullaBT & WLAN on same chip
16:37.39*** join/#htc-linux joplayer (~Joplayer@AClermont-Ferrand-256-1-144-10.w90-10.abo.wanadoo.fr)
16:38.41*** join/#htc-linux joluisud (5328e652@gateway/web/freenode/ip.83.40.230.82)
16:38.45LeTamaCotulla: ok...
16:38.50*** join/#htc-linux balans1 (~Gebruiker@82-170-215-5.ip.telfort.nl)
16:39.12LeTamacould clock be wrong ? shifting the F1 signature ?
16:42.00dan1j3lok, i'm moving somewhere... :) now i have error with downloading firmware...
16:42.24gauner1986dan1j3l
16:42.25gauner1986nice
16:42.26gauner1986:)
16:42.54gauner1986wifi working 2n8! :D
16:43.15*** join/#htc-linux MiTest (~MiB-s@0203ds1-ar.0.fullrate.dk)
16:43.39rob____whos working on power for wifi?
16:44.04dcordesdan1j3l: check .config firmware paths are set there .
16:44.22dcordesdan1j3l: grab fw from nexus or desire rootfs
16:44.28dan1j3li know, already set that...
16:44.31dcordesneed to get some coffee
16:44.47dan1j3li need coffee to :)
16:45.09Unholyhey dcordes i tried compiling the wifi modules, with the build.sh script but its gives me an error, complains my kernel is to large?
16:46.49Cotullawhat is F1 signature?
16:47.20*** join/#htc-linux Messy (~anonymous@75-1-177-145.lightspeed.snantx.sbcglobal.net)
16:47.33gauner1986dcordes: lack sleep? :P
16:48.44*** join/#htc-linux NeoFlux_ (~NeoFlux@94-192-226-85.zone6.bethere.co.uk)
16:50.58*** join/#htc-linux ellisway (~ellis@188-223-83-40.zone14.bethere.co.uk)
16:51.09Cotullawhat about NVRAM?
16:51.18*** join/#htc-linux Message (~anonymous@75-1-177-145.lightspeed.snantx.sbcglobal.net)
16:51.27DomZLeTama: some guys here claims to have fixed the LPJ problem, they found the right value to set in cmd line may be that can helps ...
16:51.43*** join/#htc-linux LargePrime_ (~LargePrim@70-8-123-102.pools.spcsdns.net)
16:51.48Cotullawe need built it into kernel
16:52.08*** join/#htc-linux MiTest (~MiB-s@0203ds1-ar.0.fullrate.dk)
16:52.24gauner1986domz: what guy and what value?
16:52.46DomZhumm don't remenber but that should be in the logs
16:53.01slayernsdarkstone?
16:53.05DomZhunterkill or darkstone
16:54.15*** join/#htc-linux MiTest (~MiB-s@0203ds1-ar.0.fullrate.dk)
16:55.38*** join/#htc-linux MiTest (~MiB-s@0203ds1-ar.0.fullrate.dk)
16:55.49msd18|2hey decoords
16:56.07*** join/#htc-linux MiTest (~MiB-s@0203ds1-ar.0.fullrate.dk)
16:58.17*** join/#htc-linux badboy365 (5ea85004@gateway/web/freenode/ip.94.168.80.4)
17:02.32*** join/#htc-linux atanu (~atanu@188-221-82-106.zone12.bethere.co.uk)
17:03.26*** join/#htc-linux nineX_ (~nunya@71.81.133.181)
17:03.58dan1j3lone more try an i'm off to coffee to...
17:04.50slayernsLeTama: what have you changed in -mmc
17:05.47*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@89.32.146.153)
17:05.58*** join/#htc-linux MiTest (~MiB-s@0203ds1-ar.0.fullrate.dk)
17:06.53LeTamain mmc ? nothing, just removed comments around initial WIFI_SHUTDOWN
17:07.02slayernsok
17:07.18*** part/#htc-linux Cotulla (~opera@nat004-252-205-109.tvoe.tv)
17:07.28*** join/#htc-linux Magnusri (573b7fc8@gateway/web/freenode/ip.87.59.127.200)
17:07.31*** join/#htc-linux MiTest (~MiB-s@0203ds1-ar.0.fullrate.dk)
17:07.43*** join/#htc-linux HD2User (~dawidex11@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
17:08.46*** join/#htc-linux MiTest (~MiB-s@0203ds1-ar.0.fullrate.dk)
17:09.29*** join/#htc-linux MiTest (~MiB-s@0203ds1-ar.0.fullrate.dk)
17:09.37*** part/#htc-linux HD2User (~dawidex11@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
17:10.32*** join/#htc-linux MiTest (~MiB-s@0203ds1-ar.0.fullrate.dk)
17:13.56nineX_g
17:14.03slayernsisn't it for leo?
17:14.06slayernssorry n1
17:14.20slayernsLeTama, why did you set 152 irq?
17:14.36slayernsand about wifi power
17:14.43slayernsis 129 enabled?
17:15.14dan1j3lok, insmod succeed !
17:15.24slayernsgreat
17:15.43slayernsdan1j3l, why do we use 152 irq?
17:16.03dan1j3llsmod after inserting: http://pastebin.com/Jj426VHB
17:16.24dan1j3lok, now lost adb connection and addroid halted...
17:16.32dan1j3lbad MOJO !!! :P
17:16.41slayerns:D
17:17.30dan1j3lok, now i really need coffee... :) see ya later guys !
17:17.36slayernsdan1j3l, why don't we use 129 irq?
17:17.41slayernsit is for wifi power
17:18.29*** join/#htc-linux eon_ (~samuel@81.84.254.162)
17:18.33LeTamaslayerns: that was the value in git, no ?
17:18.36dan1j3lslayerns: try with 129,
17:18.40*** join/#htc-linux fcna (5d1c5d0f@gateway/web/freenode/ip.93.28.93.15)
17:18.45slayernsin git it is 152
17:18.48dan1j3lnow i'm REALLY GONE :P
17:18.53dan1j3lbye
17:18.53slayernsbut in wiki 159 is for n1
17:18.54LeTamabye!
17:19.04CablekevinSo whats the status of Android/Linux on HD2?
17:19.13slayernsit says n1 wifi_irq
17:19.19slayernshttp://htc-linux.org/wiki/index.php?title=Leo_GPIO
17:19.20LeTamaslayers: right
17:19.20slayernscheck table
17:19.21CablekevinAfter the topic closed i din't got to read.
17:19.28CablekevinGracias
17:19.31slayernstopic is on Cablekevin
17:19.40CablekevinAgain?
17:19.43slayernsyeah
17:19.51Cablekevinnice!
17:19.56slayernsLeTama, I'm gonna set 129 to one on "on mode"
17:20.01slayernslet's see what's gonna happen
17:20.06CablekevinThanks slayerns
17:20.09LeTamaslayers, hold on
17:20.14slayerns?
17:20.34LeTamaI tried 129 power, 37 irq and reversed
17:20.44slayernsresult?
17:21.14LeTamadoesn't work much more
17:21.14slayernsyou mean ?
17:21.15slayernsburned devicE?
17:21.22LeTamanope :)
17:21.27slayernsoh, good :)
17:21.37slayernsbut if 129 is power, we must enable it
17:21.41slayernsif wiki is not wrong
17:21.49dan1j3li tried with 37 to, after that insmod succeeded, but device halted....
17:21.53LeTamayou can try if you want
17:22.20slayernsbtw, don't we need wlan irq?
17:22.38LeTamaI think we do, yes
17:22.51slayernsDEX_GPIO_CFG(152, 0, GPIO_INPUT, GPIO_NO_PULL, GPIO_4MA, 0),  /* WLAN IRQ */
17:22.54slayernsdisabled?
17:23.04LeTamawhy disabled ?
17:23.13slayernsoh sorry :)
17:23.50slayernsi misconfused with that i have to write 1 to input
17:23.53slayernson 8051 :)
17:24.54LeTamaok :) bravo has same config
17:25.22slayernsgonna try 152 and 129 both :D
17:25.53LeTamaok. I tried so many combination that a second try is worth it :)
17:26.59*** join/#htc-linux swc|666 (~neopwn@unaffiliated/swc666/x-4934821)
17:27.45slayernsis it possible to try insmod without adb?
17:27.49slayernscuz adb is gone for me
17:28.00NetRipperupdate the initrd to include the command
17:28.22slayernsok
17:28.30gauner1986slayerns: you could also try usbnet
17:28.36gauner1986should work
17:28.42NetRipperusbnet does not work together with usb gadget
17:28.44*** join/#htc-linux atanu (~atanu@188-221-82-106.zone12.bethere.co.uk)
17:28.45gauner1986you just have to set it up in initrd
17:28.47NetRipperso it's one or the other
17:28.53gauner1986but with android gadget
17:29.24NetRipperandroid gadget does not support usbnet i thought? ether.c gadget can only be selected when not using android gadget
17:29.38slayernswhy would adb say "no permissions"?
17:29.43slayernsi'm on root
17:30.13NetRipperno idea - i had the same message... do you actually use an android build? maybe it's saying it when you're missing files
17:30.33slayernsusing xdandroid 2.1
17:30.48slayernsit was working before though..
17:30.53nineX_slayerns: adb remount
17:30.55gauner1986NetRipper: don't you just have to select Android gadget RNDIS ethernet function ?
17:30.58*** join/#htc-linux HD2User (~dawidex11@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
17:31.09*** join/#htc-linux cartmanation (532d80c0@gateway/web/freenode/ip.83.45.128.192)
17:31.13slayernsinsufficient permissions..
17:31.24nineX_wtf
17:31.44NetRippergauner1986, not sure, would be nice if that works
17:32.13*** join/#htc-linux mickeyl (~mickey@80.81.242.146)
17:32.25LeTamaI never managed to get adb network working
17:32.36gauner1986don't have time to experiment today.. gotta write some report for university :(
17:32.43NetRipper:)
17:32.43gauner1986adb has networking?
17:32.45NetRipperschools more important
17:33.13LeTamaadb gadget seems to have network function, but I couldn't make it work
17:33.20gauner1986hm
17:33.20slayernsi also have a journal to start and finish today :D
17:33.28gauner1986but you did get usbnet working i guess
17:33.42LeTamaYes, I use usbnet, work flawlessly
17:34.11gauner1986well unfortunately yes.. university is more important.. but less interesting atm :P
17:34.23slayernsdon't have hub
17:34.46slayernsgauner1986: agreed :)
17:34.59dan1j3li'm back
17:35.40LeTamaslayers ? no, not with the usb-host
17:36.16slayernsidk :(
17:36.16LeTamait works directly with the regular usb cable
17:36.32slayernshmm, how to setup it?
17:36.40gauner1986slayerns: it's what active sync uses for communication
17:37.47LeTamain kernel config/usb driver/gadget, you select ethernet gadget
17:38.00LeTamainstead of android
17:38.19gauner1986LeTama: didn't you try that android gadget usbnet yet?
17:39.05LeTamagauner1986: I tried, it never worked for me. I have adb working, that's it. usb0 seems valid, but doesn't ping
17:39.13gauner1986hm
17:39.41gauner1986what's needed to get adb network running?
17:39.51gauner1986what did you try?
17:40.39LeTamaI don't know what's needed. the usb0 is there at boot, you can do ifconfig, but it doesn't bring network card on PC end
17:40.46Cassslayerns you get permission denied with adb shell ?
17:40.52slayernsyeah
17:41.00Cassps -ef |grep adb
17:41.04Cassfrom your client
17:41.10Cassi had that until i ran adb shell as root
17:41.14Cassdemon needs to be root
17:41.32slayernsok trying
17:42.22slayernsstill same :(
17:42.37slayernsadb devices gives : no permissions
17:42.38Cassadb forkserver is root ?
17:42.43slayernsyeah
17:42.55Casskill process and restart it
17:43.39*** join/#htc-linux coffeecordes (83bc6949@gateway/web/freenode/ip.131.188.105.73)
17:43.46slayernsok thnx Cass
17:44.07coffeecordesgauner1986: why don't you use the normal usbnet? check mobile-linux-discuss for LeTama's patch
17:44.48gauner1986coffeecordes: yeah.. i know. but it would be nice to have adb and usbnet working at once, wouldn't it?
17:45.04coffeecordeswhat's adb good for ?
17:45.16gauner1986installing android packages with one simple command :P
17:45.24Cassshells. logs, commands
17:45.28Casslots of stuff
17:46.08coffeecordesgauner1986: right. that is what we need
17:46.39gauner1986at the end we need android gadget working nevertheless
17:47.03gauner1986well it's not mandatory
17:47.05gauner1986but it's nice
17:47.31HD2User~homework
17:47.31aptACTION cries.
17:47.43HD2User~do homework for HD2User3
17:47.44aptACTION does homework for HD2User3.
17:48.42*** part/#htc-linux HD2User (~dawidex11@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
17:48.57coffeecordeswith all the love apt gets from HD2User it will soon have a database worth thousands of dollars
17:49.02slayernsi can't see wifi in dev
17:49.11gauner1986:D
17:50.16slayernsLeTama: where should  this module be?
17:52.04LeTamaI guess we should get eth0 ?
17:52.30NetRipperusb0
17:52.44slayernsnone of them is in dev :(
17:52.49slayernsweird?
17:53.01*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
17:53.27*** join/#htc-linux Dex_ (be3b0a4a@gateway/web/freenode/ip.190.59.10.74)
17:54.09LeTamayou have the "dhd_bus_start failed bus is not ready" ?
17:54.22LeTamawithout bus, I guess we don't get the device
17:54.38gauner1986i still don't know what the dhd bus is :)
17:54.46NetRipperme neither
17:54.48NetRipperis it even related? :)
17:54.59slayernshow dan1j3l become successful with insmod?
17:54.59msd18|2xD who knows
17:55.05gauner1986related to wifi, it seems :D
17:55.19LeTamayour lsmod shows something ?
17:55.28dan1j3lslayerns: no success, false alarm :(
17:55.49slayernsnope
17:55.52msd18|2man andriod is being a pain
17:56.12slayernscuz i couldn't use insmod
17:56.35LeTamaslayers: hum ok
17:56.54slayernswhat is the module name
17:56.55slayerns?
17:56.58slayernsrndis_wlan?
17:57.10LeTamabcm4329
17:57.20*** join/#htc-linux Silicium1 (Kenn@0x555379dc.adsl.cybercity.dk)
17:58.22slayernsand where is that?
17:58.25slayernsi can't find :(
17:58.37NetRipperit's precompiled, in binary only
17:58.45NetRipperit's not compiled in the kernel tree
17:58.45LeTamait show with lsmod, but that's all I have right now
17:59.03NetRipperafaik the wlan is closed source
18:02.03msd18|2netrippere
18:02.11NetRipperi believe thats me
18:02.20gauner1986in italian
18:02.20msd18|2wouldnt it be possible 2 decompile the wlan binary
18:02.33NetRipperyou can decompile anything
18:02.40NetRipperto assembler that is
18:02.49gauner1986of course.. and then you have to refactor the code to make sense
18:02.56NetRipper:)
18:02.58msd18|2yes but by using ida pro u can convery it 2 c lang
18:03.08msd18|2convert*
18:03.09NetRipperdoesnt really work that way ;)
18:03.17gauner1986then look at the code output :P
18:03.21msd18|2there is a plug for that
18:03.22gauner1986it's crap
18:03.30gauner1986but it's unusable
18:03.31msd18|2plugin*
18:03.36NetRipperyep it's not usable though
18:03.41coffeecordesneeds even more coffee
18:03.43NetRipperit can't use the stack
18:03.44gauner1986unusable as it is
18:03.44gauner1986^^
18:03.50coffeecordesNetRipper: is oedevel still up ?
18:03.55NetRippercoffeecordes, yes
18:03.59msd18|2hmmm
18:04.00NetRipperyou're free to use it
18:04.09coffeecordesNetRipper: awesome. I will start a build then later
18:04.16NetRipperoki
18:04.18*** join/#htc-linux Alex[sp3dev] (~alex_dfr@86.110.163.21)
18:04.21NetRipperoutput files automatically come on the website
18:04.22NetRipper(symlinked)
18:04.33msd18|2oedevel?
18:04.43coffeecordesI'm wondering where that praece.com guy went who offered free super fast buildhost
18:04.50NetRipperan account on a server i have for openembeded builds
18:04.55slayernsLeTama: how can we possibly understand wifi is up and working?
18:05.00msd18|2oooo
18:05.01coffeecordesI bet he just forgot it
18:05.26NetRipperi dont know hte person you're referring to
18:05.31msd18|2i can offer a build host within a few days
18:05.43*** join/#htc-linux dyatell[rus] (kvirc@95.156.121.152)
18:05.57msd18|2im redoing a few things on my server
18:06.07NetRipperwe use netripper.com for it now
18:06.32coffeecordesmsd18|2: is it good machine ?
18:06.39slayernsdoes "lsmod" show unloaded modules?
18:06.41*** join/#htc-linux dan1j3l (~dan1j3l@93-138-76-128.adsl.net.t-com.hr)
18:06.45msd18|2coreduo 4 gigs ram
18:06.47NetRipperslayerns, no
18:06.49slayernsafaik no
18:06.50slayernsok
18:07.02slayernshow am i gonna load this wifi module?
18:07.07NetRipperinsmod
18:07.09slayernsi don't know where is the file
18:07.10msd18|2200 gig hard disk
18:07.13NetRipperthen find i t:)
18:07.19msd18|214mb connection
18:07.26coffeecordesmsd18|2: sounds good. I would use it for building openembedded images and maybe different stuff. such an OE build is a very heavy process. It's like gentoo building
18:07.51msd18|2hey net
18:07.56msd18|2question
18:08.07msd18|2can u assist me with something
18:08.20msd18|2a web interface for the build system?
18:08.32slayernswhere are the modules that are compiled within kernle?
18:08.32NetRipperi dont really have the time
18:08.33slayernskernel*
18:08.37msd18|2hmmm ok]
18:08.52coffeecordesmsd18|2: you think your machine could take this ?
18:08.58msd18|2ya
18:09.10coffeecordesmsd18|2: many parallel gcc processes for long time
18:09.23msd18|2mhm i used 2 run a heavy game server off it
18:09.29msd18|2so im sure it could handle this
18:09.34coffeecordesnice
18:09.50coffeecordesjust drop a line if you can provide the access
18:09.55slayernsLeTama: i see nothing in /lib/modules, where should this module be?
18:09.56msd18|2np
18:10.08msd18|2imma be expanding it later this week
18:10.13msd18|2and adding a vm for that
18:10.36msd18|2i have 2 run out to work guys
18:10.36coffeecordesawesome. I only have limited performance and even more limited net (dial up like) at home
18:10.40coffeecordescya
18:11.22*** join/#htc-linux xUmaRix (~xumarix@115.133.195.164)
18:11.23msd18|2hey net maybe we can both offer the oedevel
18:11.41msd18|2so ur server isnt congested
18:11.49msd18|2anyways see yall later
18:12.07*** part/#htc-linux Parad0XUA (~paradoxua@ool-18b83388.dyn.optonline.net)
18:12.16coffeecordesright.. the more the merrier
18:12.33NetRipperit's hardly being used atm :)
18:12.46msd18|2and also im in the use
18:12.56msd18|2so it will be a bit faster for ppl in my reagion
18:13.50NetRipperyea netripper.com is located in the netherlands
18:14.13*** join/#htc-linux NeoFlux (~NeoFlux@94-192-226-85.zone6.bethere.co.uk)
18:14.19msd18|2im in the usa
18:14.42coffeecordesthat's ok
18:14.44msd18|2anyways ill have that ready maybe tonite or 2 morrow
18:14.46coffeecordesgotta run need more coffee !
18:14.47coffeecordesttyl
18:14.57slayernsanyway
18:15.01slayernsgotta go
18:15.02msd18|2see ya coffee and net
18:15.03slayernsc ya uyz
18:15.05slayernsguyz*
18:15.19*** join/#htc-linux Message (~anonymous@75-1-177-145.lightspeed.snantx.sbcglobal.net)
18:16.29*** join/#htc-linux MAIcrosoft (~nobuddy@62.140.137.106)
18:19.10*** join/#htc-linux NeoFlux (~NeoFlux@94-192-226-85.zone6.bethere.co.uk)
18:23.48*** join/#htc-linux balans (~Gebruiker@82-170-215-5.ip.telfort.nl)
18:26.18*** part/#htc-linux AnThraxII (~kvirc@223.Red-88-8-104.dynamicIP.rima-tde.net)
18:26.49*** join/#htc-linux Lutin` (Lutin@c-71-197-49-253.hsd1.fl.comcast.net)
18:27.20Lutin`yawns.
18:27.36rob____lutin...
18:27.44Lutin`Yep?
18:27.48rob____what happend to the wifi rom you were gonna release?
18:27.59borstehwifi/bt :P
18:28.05Lutin`Right now I'm trying to fix the clock problems
18:28.11Lutin`Cause that causes a lot of side effects
18:28.40rob____o, you got any confrimation you got wifi working? how did you do it?
18:28.47Lutin`What it is is that WinMo bumps the processor clock up to 998 or 1024, but linux thinks it's still 768MHz
18:28.55borstehyoutube eet
18:29.51rob____how did you get wifi working?
18:30.23*** join/#htc-linux sxe_ (~quassel@ip-62-143-86-15.unitymediagroup.de)
18:30.32Lutin`The chip for BT/WiFi/FM is the same as in the EVO
18:30.56NeoFluxdcordes: http://androidspin.com/2010/07/02/open-source-3d-driver-for-snapdragon-released/
18:31.00NeoFlux?
18:31.33Lutin`I just copied over bcm4329.ko
18:32.01Lutin`then made it load at startup
18:32.17rob____got any proof it works?
18:32.26Lutin`Let me see if I can get my webcam working
18:32.50Lutin`I also need to figure how to mount the rootfs.img so I can not have to do this every time manually
18:32.57drownagei thoiught Evo had wufu N
18:33.00Lutin`Probably just need to switch back to ubuntu
18:33.05drownagewifi* and hd2 doesnt
18:33.08Lutin`drownage: HD2 has N
18:33.16dan1j3lLutin: how did you load bcm4329.ko if it's compiled against different kernel ?
18:33.17*** join/#htc-linux Cotulla (~opera@nat004-252-205-109.tvoe.tv)
18:33.17drownageoh sweet didnt know that
18:33.23Cotullaok I am back
18:33.25Lutin`HD2 Wlan Chip is Broadcom BCM4329
18:33.25*** join/#htc-linux AndChat- (~AndChat@32.172.82.114)
18:33.27*** join/#htc-linux nineX_ (~nunya@71.81.133.181)
18:33.30rob____lol :P
18:33.31NeoFluxCotulla: http://androidspin.com/2010/07/02/open-source-3d-driver-for-snapdragon-released/
18:33.38NeoFluxCotulla: Any intrest to you?
18:33.44drownageyea i saw that yesterday too
18:33.47Cotullait released about half year I think
18:33.50borstehLutin`; talk to the devs here, maybe yall could help each other out :)
18:33.52drownagebut i think hw accel is last in tline?
18:33.56drownageoh lol ok then
18:34.00Alex[sp3dev]NeoFlux: isn't it just a kernel interface for proprietary userspace driver?
18:34.01Lutin`bcm4329.ko
18:34.04Lutin`Whoops
18:34.10Lutin`http://android.git.kernel.org/?p=platform/system/wlan/broadcom.git;a=tree;h=f427424c414886903e4ad654c143c8ce6ec10e3c;hb=f427424c414886903e4ad654c143c8ce6ec10e3c
18:34.15NeoFluxAlex[sp3dev]: Maybe
18:34.16Lutin`That's the driver for the chipset
18:34.32Lutin`@ dan1j3l
18:34.44NeoFluxbrb, going to test darkstone's latest build
18:35.00Lutin`drownage: HW accel is high up on my list
18:35.08Lutin`Cause that would make a lot of stuff smoother
18:35.21Lutin`And would probably fix the flickering
18:35.32drownageok
18:35.35NeoFluxflickering is annoying
18:35.41CotullaI have not it
18:35.52Cotullaalready
18:35.55*** join/#htc-linux msd18|2 (kvirc@ip72-207-55-104.sd.sd.cox.net)
18:36.01dan1j3lLutin you didn't answer my question
18:36.03Lutin`I really just need to get something set up like on other HTC android devices where I can boot into recovery and flash a .zip
18:36.07Lutin`dan1j3l: Yes I did
18:36.21Cotulladan1j3l, any news about WLAN?
18:36.23Lutin`That link
18:36.54Lutin`Now BRB, booting into Linux so I can get back to working
18:37.04dan1j3lthat link is for source, but explain me how did you compile it
18:37.18borsteh@ dan1j3l
18:37.25borsteh[02:31:32] <Lutin`> I just copied over bcm4329.ko
18:37.26borsteh[02:32:00] <Lutin`> then made it load at startup
18:37.26rob____i pretty sure he is making stuff up
18:37.36borsteh[02:32:49] <Lutin`> I also need to figure how to mount the rootfs.img so I can not have to do this every time manually
18:37.41borstehprobably
18:37.45dan1j3li'm 99,9% sure
18:37.54dan1j3ldamn, even 100 %
18:37.55NeoFluxWhy would he make stuff up?
18:38.07dan1j3ldid he provided any proof ?
18:38.07Cotullappl?
18:38.07rob____:S
18:38.10rob____nah
18:38.14nineX_rob____: :DDDDDDDDDDDDDD
18:38.15Cotullaoh
18:38.16*** join/#htc-linux Lutin` (~sam@c-71-197-49-253.hsd1.fl.comcast.net)
18:38.18nineX_nah its just ez as that
18:38.21dan1j3lany, log ?
18:38.25borstehnope
18:38.26Lutin`mm
18:38.28borstehask him
18:38.29Lutin`That was nice and quick
18:38.31borstehhes here :)
18:38.37rob____:P
18:38.40*** join/#htc-linux RuTTer (580f4513@gateway/web/freenode/ip.88.15.69.19)
18:38.46Cotulla:D
18:38.48Lutin`Bah this IRC client sucks
18:38.55borstehdont matter
18:39.06borstehLutin`; people would like to see some/any proof that wifi works
18:39.06NeoFluxirssi frw
18:39.08NeoFluxftw *
18:39.19dan1j3lcotulla: how is sound ? :p
18:39.24Lutin`Then let me try to get my webcam working under Ubuntu
18:39.25Cotullasoon
18:39.36DomZCOOL !
18:39.46*** join/#htc-linux slayerns (8bb3cf43@gateway/web/freenode/ip.139.179.207.67)
18:39.48Cotullareally have progress
18:39.59rob____niceee
18:40.08dan1j3lwheeee :d
18:40.13Cotullanot just "idle" soon
18:40.27slayernsLutin` you don't have to get your webcam on ubuntu!
18:40.36slayernsCotulla: you mean? like 2 hours :P
18:40.43dan1j3lok, let's try 999999999 build today :p
18:41.03Cotullathen we will have much big progress
18:41.07Cotullalike backlight
18:41.14borstehbattery? :X
18:41.20Cotullabattery... hm
18:41.25slayernsyou solved timer problem?
18:41.27rob____someone spoke about abttery previously
18:41.36Cotullaspoke...
18:41.40Cotullayes
18:41.41*** join/#htc-linux Lutin`` (~sam@c-71-197-49-253.hsd1.fl.comcast.net)
18:41.48slayernsCotulla: yes to me?
18:41.48AndChat-Rob Lutin did
18:41.54rob____ah, well
18:41.57Cotullato rob____
18:42.00slayernsok
18:42.05Cotullaabout timer
18:42.09Cotullafixed Ipj
18:42.15Cotullashould solve problem?
18:42.28slayernsdarkstone was trying yesterday but lpj was getting 4*
18:42.37slayerns??
18:42.46Cotulla?
18:43.00Cotullawe need fixed value
18:43.12Cotullabut honestly I don't like Ipj at all :P
18:43.24Cotullacurrent HW have high precision timers
18:43.45slayernsw
18:43.52Cotullawhich is not affected by CPU speed
18:43.56slayernswhat can we do to use others
18:44.05*** join/#htc-linux Jack_E (~chatzilla@host86-172-80-96.range86-172.btcentralplus.com)
18:44.10Lutin`Can't you just have it auto-detect?
18:44.15Lutin`Or is that what it's doing now/
18:44.19NetRipperit's lpj, not ipj
18:44.25Cotulla:)
18:44.27slayerns:)
18:44.30Lutin`lpj=0 does autodetect
18:44.43Cotullaand?
18:44.45NetRipperjust removing the parameter does autodetect as well
18:44.57slayerns:D
18:45.08slayernsLutin` do you have any idea what problems do we have?,
18:45.12slayerns:P
18:45.16NetRipperlpj does not fix the "turbo"
18:45.17NetRipperbtw
18:45.22CotullaNetRipper, is it possible to use timer isntead of lpj
18:45.24Cotulla?
18:45.34NetRipperCotulla, no, as i said, lpj is a neccesary evil
18:45.39Cotullashit
18:45.48Cotullawhat is turbo problem?
18:46.01slayernsCotulla, are drunk? :D
18:46.07NetRipperlpj is used for functions like udelay() where you want a delay in interrupt context (where interrupts are off)
18:46.14*** join/#htc-linux shu8i (~shu8i@78.104.102.92)
18:46.15NetRipperi.e. for initing hardware
18:46.34Cotullaslayerns, no
18:46.41NetRipperthe turbo seems to be caused by the timer code in timer.c, maybe bad config, or something bad initialized from wince left
18:46.43slayernsok:)
18:46.46NetRipperthat's what i think at least
18:47.27Cotullahm interesting
18:47.35Lutin`I know what the turbo is from
18:47.37NetRippermaybe thereis a different in the hz at which the timer fires in wince and in linux
18:47.45NetRipperenlighten us lutin
18:47.46Cotullahm wait
18:47.51Lutin`It's wince overclocking the processor and linux thinking it's running at 768MHz
18:47.57CotullaLOL
18:47.58NetRipperno.
18:48.03Lutin`Yes
18:48.06rob____how is HZ set?
18:48.12CotullaHZ =1 HZ = 1 sec
18:48.17Cotullaright?
18:48.20rob____yeah
18:48.21Lutin`On wince my proc runs at 1024MHz
18:48.26slayerns1/sec
18:48.27rob____1/1
18:48.43NetRipperLutin`, how about you download leocpuclock and set your cpu fixed at 768mhz and then boot linux
18:48.43Cotullau know 8250 have only 998 speed?
18:48.57Cotullaand never have 1024
18:49.01rob____:P
18:49.03dan1j3l:d
18:49.07Lutin`It's showing 1024 on mine
18:49.17Jack_Esense lies
18:49.21NetRipperyep, sense lies
18:49.30dan1j3lmaybe u have core duo under the hood :)
18:49.35rob____loool
18:49.49*** join/#htc-linux GNUtoo|laptop (~gnutoo@host23-160-dynamic.244-95-r.retail.telecomitalia.it)
18:50.01Lutin`Well then
18:50.02slayernsLutin`, actually HD2 has a COREI7 920 in it :D
18:50.02Lutin`998
18:50.22NetRipperenough joking
18:50.22*** join/#htc-linux xrayzuk (~xrayz@genkt-058-007.t-mobile.co.uk)
18:50.51NetRipperLutin`, anyway try to boot with 768mhz or 384 mhz even
18:51.04NetRipperwon't make a difference (and if it does, it's accidental ;)
18:51.08Cotullatimer is independent from CPU clock
18:51.21*** join/#htc-linux NeoFlux (~NeoFlux@94-192-226-85.zone6.bethere.co.uk)
18:51.31slayernsLutin,
18:51.42slayernshave you got your "WEBCAM" working on UBUNTU :D
18:51.45*** join/#htc-linux Parad0XUA (~paradoxua@ool-18b83388.dyn.optonline.net)
18:51.58Lutin`NetRipper: Just booted at 500MHz
18:51.58Cotullahow fast timer on linux?
18:52.03Lutin`Linux still said 768MHz
18:52.08rob____what is the lpj value
18:52.13NetRipperLutin`, yes because linux initializes it to 768 in the init code
18:52.26NetRipperacpuclock-scorpion.c, init function
18:52.27CotullaNetRipper, what about voltage?
18:52.49NetRipperCotulla, as wince boots with 998mhz usually (due to autoscaling) it should have max voltage
18:53.11RuTTerhttp://androidspin.com/2010/07/02/open-source-3d-driver-for-snapdragon-released/
18:53.26Lutin`OMG GUYS I HAVE NEVER SEEN THAT LINK BEFORE
18:53.31Lutin`MAYBE WE SHOULD CHECK IT OUT
18:53.33NetRipperbe nice.
18:54.00Lutin`He was in here before when someone posted it, so.
18:54.05CotullaNetRipper, what about start from idle?
18:54.16NetRipperCotulla, you mean the resume vector?
18:54.25Cotullano if CE in idle
18:54.42Cotullait should have small CPU freq right?
18:54.43NetRipperCotulla, how? haret is doing all sorts of things :)
18:54.55Cotullanow clear :)
18:55.03NetRipperyou can use leocpuspeed to force the cpu speed to something lower
18:55.03Lutin`Can't you try using another clock source?
18:55.06NetRipperif you wan tto boot with something lower
18:55.25NetRipperdisable autoscaling -> set it to 768mhz and boot, then it won't be above 768mhz when booting
18:55.32Lutin`Pretty sure the kernel in android has a clocksource parameter
18:56.01dcordesLutin`: NetRipper use cpufreq scaling paramters (governors) to set it
18:56.12dcordesworks perfect on leo
18:56.22Cotullau set speed via DVCS
18:56.24Cotulla?
18:56.29NetRipperCotulla, yes
18:56.34Cotullagood
18:56.37NetRipperCotulla, and i use ioctl to disable autoscaling
18:56.44Cotullay
18:56.56gauner1986cotulla: nice to hear @ some progress
18:56.57gauner1986gratz
18:56.58gauner1986:)
18:57.01NetRipperbut for overclock i use the clock regs directly
18:57.18*** join/#htc-linux Meta2 (~k.egdom@86.92.144.150)
18:57.45Cotullaseems ACDB table is wrong also
18:57.47*** join/#htc-linux wtfffff (51b84a0d@gateway/web/freenode/ip.81.184.74.13)
18:58.20NetRipperacdb?
18:58.25Cotullayes
18:58.33Cotullaaudio_cal.acdb
18:58.37gauner1986that's some sound related thing
18:58.38Cotullait's CE one
18:58.40gauner1986^^^
18:58.47*** join/#htc-linux danibjor (~no@27.137.251.212.customer.cdi.no)
18:58.50NetRipperah
18:58.52Cotullabut it seems load android one
19:00.02Cotullahow to copy file from to device?
19:00.05Cotullavia ADB
19:00.10Lutin`adb push/pull
19:00.16Cotullathks\
19:01.22*** join/#htc-linux seb1337 (~sfasf@p5B155F9E.dip.t-dialin.net)
19:01.34dan1j3li'm going to dinner, bb
19:03.14*** join/#htc-linux RuTTer (580f4513@gateway/web/freenode/ip.88.15.69.19)
19:04.16tsamolotoffdcordes: thanks, but now it requires someone who really understands this stuff and can dissasemble his/her device in order to find out the ts' model
19:05.06Cotullañòðîêè â äðàéâåðå ñìîòðåë?
19:05.23tsamolotoffCotulla: òàì ïóñòî, áåç äåáàãà
19:05.27DomZCotulla gives us an hint using mtty
19:05.39Cotullaêèíü, ìîæåò îïðåäåëþ ÷òî ìîæåò áûòü
19:05.40DomZmay be that should works on s200
19:06.19Cotullamtty htc only
19:06.35Lutin`tsamolotoff: What model?
19:06.51DomZКотулла дает нам подсказку использованием mtty
19:06.57DomZoki :)
19:06.59Cotullaõì è òû ïî ðóññêè
19:07.00Cotulla:D
19:07.11NetRipperenglish please.
19:07.30DomZis the google trad was right ?
19:07.45Cotullatrad?
19:07.57DomZtraduction
19:08.01Cotullatranslation?
19:08.06DomZoups yes
19:08.12Cotullamostly normal :P
19:08.15DomZoki
19:10.12*** join/#htc-linux MAIcrosoft (~nobuddy@62.140.137.106)
19:10.17dcordesCotulla: tsamolotoff this utf8 ?
19:10.38Cotullawho knows...
19:10.45DomZI don't think so :)
19:10.47Cotullawhich chars u gotr?
19:10.53dcordesgarbled stuff
19:10.57DomZCotulla>êèíü, ìîæåò îïðåäåëþ ÷òî ìîæåò áûòü
19:10.58gauner1986êèíü, ìîæåò îïðåäåëþ ÷òî ìîæåò áûòü
19:11.01NetRipperdomz's stuff is good for me
19:11.01tsamolotoffdcordes: yes, garbled too
19:11.07gauner1986yeah
19:11.09NetRipperbut cotulla is non utf8
19:11.10gauner1986domz does it right
19:11.15Cotullagauner1986, good
19:11.18rob____same here
19:11.21Cotullacopy without errors
19:11.26gauner1986hm
19:11.32dcordestrue DomZ got the geniuine utf8 cyrill
19:11.35gauner1986yeah.. but for me it's only strange symbols
19:11.49dcordesbrews coffee
19:11.55gauner1986not looking like russian ones
19:12.03DomZThanks to ChatZilla
19:12.04*** join/#htc-linux BigDaDDy (BigDaDDy@85.64.142.36.dynamic.barak-online.net)
19:12.12BigDaDDyhi :P
19:12.13*** join/#htc-linux BHSPitMini (~BHSPitMon@adsl-70-243-200-93.dsl.rcsntx.swbell.net)
19:12.20gauner1986bigdaddy: hi
19:12.33gauner1986cotulla has made progress.. dunno what.. but he has :P
19:12.38BigDaDDyseriously?!@ :P
19:12.53BigDaDDyi've been refreshing my twitter all day long :P
19:13.06DomZyes, and 3 smart guys are working hard on WLAN !
19:13.16BigDaDDygod i love smart guys
19:13.25NeoFluxI bet you do ;)
19:13.26NeoFluxlols
19:13.27BigDaDDywithout them, well, its only dumb guys :P
19:13.39BigDaDDylol :P
19:13.41DomZhehe
19:14.42BigDaDDyhow BSODish is the new sense version?
19:14.54dcordesNetRipper: the oedevel hdd is ultra fast
19:15.18NetRipper:)
19:15.35dcordesBigDaDDy: look it makes no difference which android files you throw together...
19:16.13NeoFluxSSD > HDD :P
19:16.27NetRipperit's an hdd
19:16.34NetRippertwo in raid1
19:16.39BigDaDDydcordes: well, i haven't tried it, but i guess its practiaclly same (kernel wise etc)
19:16.50*** join/#htc-linux M34 (5685c69c@gateway/web/freenode/ip.86.133.198.156)
19:16.57M34hi
19:16.58NetRippersoftware raid even i believe
19:17.36BigDaDDydcordes: i eneded up purchasing the OTG cable, a compatible hub and 2 Y cable (one for USB and the other for Mini USB, to match my other hubs) :)
19:19.13dcordesBigDaDDy: does it work ?
19:20.00BigDaDDydcordes: i'll know when all the different air planes from certrain east asian countries arrive their destination :P
19:20.20*** join/#htc-linux manusfreedom_ (~manusfree@tra78-1-82-235-115-79.fbx.proxad.net)
19:20.23dcordesNetRipper: can you update libz or install the OE one in the machine ?
19:20.46NetRippersomething wrong?
19:21.06M34~batman
19:21.07apt[batman] dah dah duh duh dah dah du duh batman!
19:21.07dcordesBigDaDDy: lol I thought china>usa shipping works via teleporting
19:21.11NetRippershould be using the 10.4 libs
19:21.28dcordesNetRipper: the old no version info available message
19:21.34BigDaDDydcordes: lol... they tried that once... the guys at Iran were glad to receive my stuff :P
19:21.35NetRipperah, you can ignore that
19:21.47NetRipperi don tknow why these messages come
19:21.57dcordesNetRipper: no I can't it makes me loco
19:21.58NetRipperbut everything is working with that message as well
19:22.19NetRipperupdating libz fixes all those messages?
19:22.25NetRipperit's not the only lib that has it :)
19:22.30M34~bhangra
19:22.31DomZah HT2 android thread is no more closed :)
19:22.37DomZon XDA
19:22.43*** join/#htc-linux RaiderX303 (5b6d03e4@gateway/web/freenode/ip.91.109.3.228)
19:22.50dcordessince there is also a problem with ubuntu gzip in oe it would be good to install gzip and zlib from ubuntu in host
19:23.06M34how goes progress on the sound ?
19:23.16DomZread logs
19:23.36dcordess/from ubuntu/from oe/
19:24.06M34oh thanks
19:24.12NetRipperi'm not going to screw up the server with oe binaries :p
19:24.24NeoFluxoe?
19:24.31NetRipperopenembedded
19:24.36NeoFluxahh
19:24.55NetRipperpm dcordes
19:26.10dcordesNetRipper: use the official source tarballs then. but it's same thing as copying them from ~/openembedded/sources ...
19:26.30NetRipperdcordes, ubuntu is all about packages, prebuilt
19:26.32NetRipperi'm using them
19:27.55Lutin`Hmm
19:28.11Lutin`What do I need to do to get ADB working?
19:28.43*** part/#htc-linux M34 (5685c69c@gateway/web/freenode/ip.86.133.198.156)
19:29.33Cotulladcordes, what is it"s/from ubuntu/from oe/"?
19:29.48Lutin`s means substitute
19:29.59Lutin`So take where he says "from ubuntu" and replace it with "from oe"
19:30.07Lutin`It's sed/awk notation
19:30.13slayernsLutin`, please read logs for ADB
19:30.29rob____lutin, have to got any proof of the wifi working yet?
19:30.45dcordesCotulla: ubuntu has broken zlib
19:32.09dcordesI must say ubuntu is real  hassle free in most cases. but many required workarounds for development can be annoying
19:32.23nineX_rob____: i'm interested to see some work on wifi as well
19:32.38gauner1986ubuntu is hassle free for non developers :P
19:33.11*** join/#htc-linux msd18 (kvirc@ip72-207-55-104.sd.sd.cox.net)
19:35.16*** join/#htc-linux XrAyZ_UK (~pocketirc@genkt-058-007.t-mobile.co.uk)
19:38.41Cotullanot sure..
19:38.44Cotullaabout ubuntu
19:38.53Cotullaafter 1.5 week usage in VMWare
19:40.52*** join/#htc-linux thedicemaster2 (~thedicema@e200071.upc-e.chello.nl)
19:41.01*** join/#htc-linux speedster (~speedster@host-3.67-185-111.static.totalbb.net.tw)
19:41.41*** join/#htc-linux tnqcafe (d9d9b5f1@gateway/web/freenode/ip.217.217.181.241)
19:41.44XrAyZ_UKgood work devs with the project , lookin forward to cyanogenmod6 for my hd2 :)
19:41.50dan1j3lanyone tried to install ubuntu with wubi ?
19:42.04Cotullawhat is it?
19:42.11BigDaDDywubi sucks
19:42.15BigDaDDyplease use vmware
19:42.22BigDaDDyfor the love of linux AND windows :P
19:42.56dan1j3li have 2 linux boxes, but i want ubuntu also on laptop :p
19:43.18BigDaDDyvmware!
19:43.28BigDaDDyu can use it with Unity and feel home :P
19:44.13Cotullawhere AAC used in android?
19:44.28gauner1986aac?
19:44.30Cotullay
19:44.31gauner1986that codec?
19:45.56Cotullajust ACC
19:45.58Cotulla*AAC
19:45.59*** join/#htc-linux poopootrain (~mrpoopoot@adsl-69-152-196-195.dsl.fyvlar.swbell.net)
19:46.41NeoFluxCotulla: WUBI installs Ubuntu (or any destro that supports it) along side Windows, where you can basically dual-boot.  Saves messing around with partitioning and risking damaging the windows installs etc
19:46.54NeoFluxYou can also uninstall ubuntu from within windows too
19:46.58ali1234funny thing about wubi... it works exactly the same way as android on windows mobile... linux installed in a loopback image
19:47.06NeoFluxUses the Windows Boot loader as well rather than GRUB or anything
19:47.20xUmaRixy data folder is empty
19:47.24NeoFluxali1234: no it doesn't
19:47.24BigDaDDyVMWare ftw
19:47.42ali1234NeoFlux: yes it does. also it does use grub too
19:47.49xUmaRixi mount rootfs.img but data folder is empty
19:47.54Cotullawhat is qcelp format?
19:47.56NeoFluxali1234: Haret kills off Windows and boots up Linux?
19:48.26NeoFluxWbui just installs ubuntu in a folder in windows and makes a boot entry into the windows bootloader?
19:48.58ali1234NeoFlux: wubi installs ubuntu in a filesystem image inside a folder inside windows and uses the windows bootloader to chainload grub
19:49.10NeoFluxhmm
19:49.14Cotullaare google coders still have monitors which fit only 80 chars??
19:49.24NeoFluxlol Cotulla
19:49.44*** join/#htc-linux leobaillard (~leobailla@ip-37.net-82-216-190.caen.rev.numericable.fr)
19:52.39*** join/#htc-linux HD2meetsAndroid (4851db80@gateway/web/freenode/ip.72.81.219.128)
19:52.49*** join/#htc-linux leaigor (~laigor@188.134.16.241)
19:53.47*** join/#htc-linux Antibones (c3f87870@gateway/web/freenode/ip.195.248.120.112)
19:54.25*** part/#htc-linux Antibones (c3f87870@gateway/web/freenode/ip.195.248.120.112)
19:54.26dcordesNetRipper: ok starting to stress your host's air condition system
19:54.33NetRipper:)
19:54.39NetRippergo for it
19:54.50DomZbye bye NetRipper
19:54.57NetRipperit's not where my chat client resides
19:55.01NetRipperthats yet another server
19:55.10DomZlol ok
19:55.33DomZLutin`: any news about your cam ?
19:55.53NetRipperonly 1.3 load dcordes
19:55.54NetRipperyou can do better
19:55.54NetRipper:p
19:56.00dcordesDomZ: it's not a problem to use webcam. but I don't think I compiled it the entire v4l crap
19:56.28dcordesNetRipper: it's only reading the metadata
19:56.34NetRipperoh :p
19:56.58DomZLutin`: why not share your build with us ?
19:57.29NeoFluxdcordes: DomZ wants to see the wifi working like Lutin` claims
19:57.39dan1j3lmaybe there's no build
19:57.42dan1j3l:p
19:57.44DomZyes
20:00.08tsamolotoffdoes msm_device_touchscreen require any andditional init data?
20:00.28DomZcoordinates
20:01.16tsamolotoffDomZ: and where i suppose to get it?
20:01.17dcordesblabla
20:01.32dcordestsamolotoff: hmm you looked at dll yet ?
20:01.32tsamolotofftry and pray? :)
20:01.44tsamolotoffdcordes: Cotulla did it, he said it's tssc
20:01.52dcordesnoise
20:01.55tsamolotoffso he said msm_ts is good enough
20:01.56dcordesnice
20:02.10DomZah ... if Cotulla said that ...
20:02.40tsamolotoffi've never had a msm72k or qsd devices before
20:02.57*** join/#htc-linux poopootrain (~mrpoopoot@adsl-69-152-196-195.dsl.fyvlar.swbell.net)
20:03.02tsamolotoffmsm just kept at biting pxa's shiny metal bga ;)
20:03.39dcordes>:)
20:05.01dcordestsamolotoff: did you try usb ?
20:05.08dcordestscan'T recall ..
20:05.23tsamolotoffdcordes: you mean usbnet or usbhost?
20:05.50tsamolotoffusbhost seems to panic (however, without stopping booting) with 'imbalanced irq thingie'
20:06.15Lutin`I can't seem to get ADB working
20:06.26Lutin`Not sure if it's a problem on the phone side or on the PC side
20:06.29tsamolotoff'missing platform data'
20:06.37tsamolotoffshould i add some stub ?
20:06.45Cotullawhen linux will able C++ in kernel?
20:07.23CotullaC sometimes
20:07.27Cotullatoo poor
20:07.47*** join/#htc-linux [acl] (~abel@cpe-69-203-141-229.si.res.rr.com)
20:08.03dcordestsamolotoff: did you try usbhost basing on the htcleo-usbhost_defconfig ?
20:08.11[acl]Cotulla: ??? u here
20:08.14dcordestsamolotoff: did you put any changes ?
20:08.46[acl]damnit who let cotulla go to bed again? ..
20:09.52*** join/#htc-linux HD2D2 (~sdsds@41.250.180.61)
20:09.55Cotullay
20:10.04gauner1986who said he is in bed?
20:10.05gauner1986^^
20:10.15[acl]Cotulla: i need your asm awesome-ness
20:10.19Cotulla5th ubuntu reboot reboot
20:10.24Cotullatoday
20:10.26Cotulla:(
20:10.27*** join/#htc-linux joplayer (~Joplayer@AClermont-Ferrand-256-1-95-168.w90-10.abo.wanadoo.fr)
20:10.37gauner1986cotulla: what are you doing.. never have to reboot
20:10.43Cotullajust developing
20:10.48CotullaNOTHING more
20:11.00Cotullait start slowdown
20:11.10[acl]Cotulla: Ahienablesoftinterrupt is on both ati and android drivers but i dont know what params to pass. ima paste bin this asm
20:11.11dcordesCotulla: install natively
20:11.20dan1j3li just fuc** up win7 installation...
20:11.26Cotulla[acl] ok
20:11.45Cotulladcordes, u think it's VMWare?
20:11.51dcordesCotulla: you a renowned linux kernel hacker
20:11.53tsamolotoffdcordes: some guy at xda tried it... i can't because i don't have any powered usb-hosts and cables to make the host
20:11.55dcordesCotulla: youz have to
20:12.28Cotulladcordes, but the problem I don't want to fuck with linux kernel
20:12.30[acl]Cotulla: http://pastebin.com/Wun2n21t
20:12.31*** join/#htc-linux tihy (188461f8@gateway/web/freenode/ip.24.132.97.248)
20:12.42tsamolotoffCotulla: why don't you try vbox? :D
20:12.46Cotulla1 parameter
20:13.12NeoFluxCotulla: what are your PC specs?
20:13.40[acl]Cotulla: 1 param? any specifics ? like what type? how big?
20:14.43parmasterif you are having a v4l problem try doing:
20:14.48CotullaCPU: Q6600 RAM: 4096Mb DDRII, Video: ATI H3650, HDD: 74GB SATA 10000rpm, 320Gb IDE 7200, 1000Gb SATA 7200, IntegratedSound, MB: ASUS P5K
20:14.53parmasterLD_PRELOAD=/usr/lib/libv4l/v4l1compat.so PROGRAMNAME &
20:15.09dcordesCotulla: lol had same mainboard
20:15.23dcordesCotulla: get ddr3
20:15.23Cotullasame? without additional letters?
20:15.24parmastersometimes its because of the application developers
20:15.29dcordesCotulla: p5kc
20:15.33Cotullaoh
20:15.48Cotulla[acl],  there point to context
20:15.55Cotulla*pointer
20:16.06Cotullau need to call At*Open I think
20:16.30Cotulladcordes. and how  buggy is it?
20:16.35[acl]ooo ok. .got it
20:17.11NeoFluxCotulla: How much memory have you given the vm?
20:17.30dcordesCotulla: it worked fantastically well
20:17.37NeoFluxAlso, don't take this the wrong way, but have you enabled Virtualization?
20:17.42Cotullahm DDR3? will be it faster? I want 32 GB RAM with 30 GB as Disk for OS and programs :D
20:18.09NeoFluxCotulla: Are you compiling within the VM?
20:18.14*** join/#htc-linux jim3294 (~jim@208.120.226.30)
20:18.14Cotullayes in it
20:18.15dcordesCotulla: no I only used ddr2 but p5kc supports both
20:18.16*** join/#htc-linux Jack_E (~chatzilla@host86-172-80-96.range86-172.btcentralplus.com)
20:18.29Cotulla512 MB of RAM for VM
20:18.40tsamolotoffCotulla: with gui?
20:18.48Cotullay, but with all effects off
20:18.50*** join/#htc-linux antoszka (~antoszka@unaffiliated/antoszka)
20:18.51NeoFluxCotulla: So how much memory have you given the VM?  Compiling would use more memory than normal, just wondering if your ubuntu install is using the swap system
20:19.07NeoFluxCotulla: Give it more memory...
20:19.09CotullaNeoFlux, basically after start
20:19.12Cotullait's working nice
20:19.17Cotullaall nice - compiling and etc
20:19.23NeoFluxCotulla: did you run 'top' ?
20:19.28Cotulla?
20:19.40NeoFluxtop shows the top processes using the most CPU/memory
20:20.13tsamolotoffmsm_ts_probe: tssc_base=c8858000 irq1=30 irq2=31 == success?
20:20.18Cotullawill try later, now it after reset
20:20.23tsamolotoffat least irqs are correct, afaik
20:20.37NeoFluxCotulla: You might require more memory being dedicated to the VM i.e. 1GB
20:21.37Cassslowdowns eh in Ubuntu ... i blame ext4
20:21.39NeoFluxCotulla: Assuming you have Gnome installed as well, you could try something lighter like fluxbox/openbox or something
20:21.52Cassi had same, had to reinstall with ext3 and all is now peachy
20:22.25Cassext4 seems not to play nice when there is any i/o
20:22.35dan1j3low, it so easier to work on big screen :)
20:22.36NeoFluxCotulla: http://www.yinfor.com/blog/archives/images/linux-top.png
20:23.01NeoFluxCotulla: I recommend 1GB RAM, VT enabled (if you haven't done so already) and give the VM 2 CPU's to play with
20:23.30Cotullahm
20:23.36NeoFluxBut obviously, the more you give it the more it'll run better
20:23.42[acl]Cotulla: One more thing. in the asm there is a call to ahidevregread. This usually takes 4 params. I'm trying to figure out what the 0x200 and 0x4000 are. This way i can read it in wince and figure out what its also writing.
20:23.44Cotullawhy it need so memory?
20:23.55NeoFluxCotulla: PRobably because of the compiling maybe
20:23.59*** join/#htc-linux NullProphecy (~me@81-178-159-128.dsl.pipex.com)
20:24.03Cotullabut after compiling
20:24.09NeoFluxUbuntu isn't exactly the speediest distro around
20:24.12Cotullait should release memory, right?
20:24.18NeoFluxthat's why people like to use Arch, Gentoo etc
20:24.32NetRipperubuntu is perfectly fine
20:24.34NeoFluxCotulla: Could be a fucked up package or something that hasn't closed in the background
20:24.41NetRippercotulla, the linker takes up the most memory
20:24.44NetRipperit probably swaps with 512mb
20:24.48NeoFluxThat's when you run 'top' to see if there isn't anything eating up all your memory/cpu cycles
20:24.50Cotullahm anyone know where "akmd" service sources?
20:25.09NetRipperso it moves OS pieces into swap, which probably makes it slow
20:25.21NeoFluxNetRipper: That's what I think, needs to check the swap usage as well, if that's being used then there isn't enough memory given to the VM
20:25.39NetRipperi've been developing on my ubuntu with 4gb of mem, and i haven't turned it off in weeks
20:25.40NeoFluxAnyone here from the UK?
20:25.49NullProphecyI am
20:25.59NeoFluxNetRipper: I have 8GB of RAM and dedicate about 3GB to Ubuntu when I have a VM running
20:26.01CassNetRipper, which filesystem you use for / ?
20:26.08NetRipperext4
20:26.10NeoFluxNullProphecy: TopGear is on BBC iPlayer :D
20:26.12Cassinteresting
20:26.26CotullaI reinstall it 2 times already :P
20:26.32NullProphecyworth a watch? Last weeks was pretty good
20:26.45NeoFluxCotulla: Give your VM more memory, 1GB or 1.5GB :)
20:26.53Cotullaok
20:26.59NeoFluxNullProphecy: Going to watch now, just thought I'd give a heads up if the devs want a break :P
20:27.05NetRipperwhy is it interesting cass?
20:27.21Cotullaso
20:27.22CotullaCotullahm anyone know where "akmd" service sources?
20:27.28Cotullafrom Android
20:27.41NeoFluxCotulla: I have a Q6600, 8GB RAM, ATi 5850, 2x60GB SSD's in RAID-0, a 3x320GB RAID-5 array and I have no problems :P
20:27.51Cassit gace me nothing but slowdowns when anything was reading / writing to the disk, when i reinstalled with ext3 .. all my slowdows gone
20:28.31NeoFluxCass: I haven't had any problems with ext4 yet, but I don't know about your case
20:28.31NetRipperCass, odd.. previously i had xfs as root filesystem, but ext4 has been a relieve...
20:28.34Cassthe ext4 journel demon seems to use a lot of cpu  for me
20:28.36mickeylCotulla: like so many things, akmd is closed
20:28.56Cotullahm
20:30.01NeoFluxNullProphecy: Reliant Robins again this week, lmao
20:30.14[acl]Cotulla: never mind.. looks like we pass 200 to it. and when the interrupt is enabled, the value is 4000
20:30.27[acl]need to check this in androidnow
20:30.53Cotulla[acl], DWORD AhiDevRegRead(DWORD  dev, DWORD   *data, DWORD    num, DWORD    offset);
20:31.03[acl]AhiDevRegRead(ctx,&regval,1,0x200);
20:31.19[acl]looks good
20:31.30[acl]works fine.. :-)
20:32.15Parad0XUAhey anyone knows how enable debug/verbose mode to see LOGV messages?
20:32.37tsamolotoffno reaction in android :(
20:33.08Cotullait may need power, which is somewhere on
20:33.37*** join/#htc-linux r0w3zz_ (~r0w3zz@p54A8B098.dip.t-dialin.net)
20:39.43darkstonehi guys
20:40.39tsamolotoffmaybe some additional configuration is required?
20:40.46Cotullacalibration data?
20:40.59tsamolotoffno, android
20:41.11tsamolotoffnow it seems to react during the boot when i press
20:41.21tsamolotoffspams ton of messages to the output
20:41.35Cotullabut u have good calibration data?
20:41.48Cotullathere max and min values from platform data
20:41.53Cotulla<PROTECTED>
20:41.53Cotulla<PROTECTED>
20:41.57tsamolotoffidk how to obtain it
20:42.01tsamolotoffce
20:42.15tsamolotoff?
20:42.15Cotullaenable X Y output
20:42.21Cotullaand touch corners of screen
20:42.25Cotullaget values
20:42.28Cotulla4 points
20:42.32tsamolotoffCotulla: where?
20:42.38Cotullaand write them to platform data
20:42.51Cotulla<PROTECTED>
20:42.51Cotulla<PROTECTED>
20:42.51Cotulla<PROTECTED>
20:42.51Cotulla<PROTECTED>
20:42.51Cotulla<PROTECTED>
20:42.53Cotullabefore this
20:43.06darkstoneubuntu detects screen as touchpad for laptop
20:43.13darkstonethats why theres issues with it
20:43.26Cotullahm
20:43.44darkstoneit does this on other devices too
20:44.39*** join/#htc-linux XrAyZ_UK (~mirc@genkt-058-007.t-mobile.co.uk)
20:45.02*** join/#htc-linux ikaos (547810e1@gateway/web/freenode/ip.84.120.16.225)
20:46.48*** join/#htc-linux ikaos (547810e1@gateway/web/freenode/ip.84.120.16.225)
20:46.53ikaoshello
20:48.17*** join/#htc-linux huggy_72 (~chatzilla@host202-49-dynamic.18-79-r.retail.telecomitalia.it)
20:48.57*** join/#htc-linux r0w3zz (~r0w3zz@p54A8EEDB.dip.t-dialin.net)
20:48.58*** join/#htc-linux jinjabred_man (~jinjabred@adsl-99-72-143-143.dsl.rcsntx.sbcglobal.net)
20:48.59*** join/#htc-linux Tapip (Tapip@77.211.44.182)
20:50.19XrAyZ_UKtimeout:
20:51.35gauner1986Q6600.. my old CPU :)
20:51.53tsamolotoffCotulla: the question is, where's max and where's min
20:52.01AndChat-I 820
20:52.06tsamolotofftop or down :)
20:52.06AndChat-Qm
20:52.23NullProphecyNeoFlux: Theres something uniquely Britishly crap about the Reliant Robin. The only time it's really any good is when it's on it's roof :p
20:52.36*** join/#htc-linux xrayzuk (~xrayz@genkt-049-007.t-mobile.co.uk)
20:53.33Cotullahm?
20:53.41Cotulla<PROTECTED>
20:53.41Cotulla<PROTECTED>
20:53.41Cotulla<PROTECTED>
20:53.41Cotulla<PROTECTED>
20:53.51Cotulladuring start up...
20:54.12*** join/#htc-linux WJ (~none@84-245-37-192.dsl.cambrium.nl)
20:54.26tsamolotoffah, it wouldn't matter
20:54.37tsamolotoffjust switch it if it's upside down or right to left
20:54.51Cotulla?
20:55.02tsamolotoffCotulla: i mean the coords
20:55.13Cotullaoh
20:55.22Cotullaso u got corners values?
20:55.49tsamolotoffi'm on it
20:55.55*** part/#htc-linux WJ (~none@84-245-37-192.dsl.cambrium.nl)
20:56.27tsamolotoffi have to do it quickly because it can be done only after droid init has started
20:56.28*** join/#htc-linux HD2D2 (~sdsds@41.141.193.71)
20:56.34*** join/#htc-linux radiance_ (6dd59072@gateway/web/freenode/ip.109.213.144.114)
20:57.13tsamolotofftoo lazy to stub it
21:00.32[acl]Cotulla: seems to work flawless on wince. You kill that value with ahidevregwrite and all 3d stops. manila becomes useless
21:01.02Cotullalol
21:01.40Cotullaso what about android?
21:01.51*** join/#htc-linux radis (6dd59072@gateway/web/freenode/ip.109.213.144.114)
21:02.14[acl]didnt get a chance to try.. manila fires right back up after a call is made to AhiEnableSoftInterrupt.
21:02.24Cotullahm
21:02.30[acl]time to write the android test app..
21:02.30Cotullawhen 3D is off
21:02.37[acl]no full 3d demo on.
21:02.47[acl]u call the devwrite and bam. no 3d ..
21:02.52Cotullait also have different value?
21:03.05*** join/#htc-linux wmirc (~wmirc_use@ma20736d0.tmodns.net)
21:03.21[acl]to disable it i send a 0x204 to enable it its a 0x40000
21:03.41Cotullabut when 3D off
21:03.45Cotullain CE
21:03.47Cotullawhich value there?
21:04.00Cotullakill manilla
21:04.00[acl]value is  0x0
21:04.42Jack_Estill having fun with 'turbo'?
21:05.00[acl]regval = 0x204;
21:05.00[acl]<PROTECTED>
21:05.00[acl]<PROTECTED>
21:05.00[acl]ret = AhiEnableSoftInterrupt(ctx); <- manila roars to life
21:06.37*** join/#htc-linux programmer8922 (~Evan@67.219.166.182)
21:06.55[acl]i should make a 3d killing virus.. spread it on phones
21:07.00Cotullais it possible to rebuild only one dir in linux
21:07.03Cotulla?
21:07.24[acl]android build you mean ?
21:07.54xUmaRixhi [acl]
21:08.02Cotullain linux kernel
21:08.06[acl]xUmaRix: sup man..
21:08.19xUmaRixfroyo is cool
21:08.21[acl]Cotulla: dont think so
21:08.26xUmaRixbut sill gralloc error
21:08.48[acl]xUmaRix: Ahh.. ic.. sorry still didnt even look at that. Alex around? wonder if he started digging into it
21:09.23xUmaRixwith JIT linpack could score upto 4.1 Mflops
21:09.51[acl]xUmaRix: wow need to give that bad boy a try. how is everything else? anything else working?
21:10.00Cotullashit. I put "make Image" and copy zImage later :D
21:10.38CotullaI thought about mystic already
21:11.18*** join/#htc-linux Cass_zsirc (~zsirc@87-194-153-242.bethere.co.uk)
21:13.18mastermerlinsomething like make Image + prevent me from making anything wrong here
21:13.35*** join/#htc-linux _Sam (Sam@unaffiliated/-sam/x-7913220)
21:15.40Cotulla,
21:15.42Cotulla?
21:17.13*** join/#htc-linux zrra_ (55e6ae38@gateway/web/freenode/ip.85.230.174.56)
21:17.21rob____hows it going
21:17.31_SamWhat toolchain are you using?
21:17.32[acl]i need to dump the clock region when 3d is dead.. see if there is anything yummy
21:20.37*** join/#htc-linux cartmanation (5f7c104c@gateway/web/freenode/ip.95.124.16.76)
21:21.55*** join/#htc-linux poopootrain (~mrpoopoot@adsl-69-152-196-195.dsl.fyvlar.swbell.net)
21:22.46*** join/#htc-linux sd73ta (~sd73ta@c-76-28-49-255.hsd1.ct.comcast.net)
21:25.26[acl]Cotulla: just as i feared.. it was already enabled on Android. scratch that off the list.
21:26.42Cotullahm
21:26.48CotullaMDP/MDDI now?
21:26.55[acl]thats next on the list
21:27.51*** part/#htc-linux sd73ta (~sd73ta@c-76-28-49-255.hsd1.ct.comcast.net)
21:29.46antoszkaTrying to launch the http://gamesquare.co.uk/LEO_SENSE.7z build – all I get is panel corruption (with successive fade-out) upon the InitPanel printk.
21:30.30NeoFluxCotulla: MDP/MDDI?
21:31.02antoszkaAre there any newer/better tested builds than the above?
21:31.07darkstoneantoszka: sorry to hear that
21:31.18darkstoneim uploading a video of how it runs on my hd2
21:31.32darkstonefor some reason people are having major issues loading my builds
21:31.37darkstonebut it runs perfectly for me
21:31.48darkstone:S
21:31.50darkstonebizzare
21:31.51antoszka:)
21:32.04darkstoneanyway, antoszka, im afraid i cant really do anything else now
21:32.14darkstoneto improve stability
21:32.36darkstonemore work needs to be done in the kernel side of things, thats not my forte :p
21:32.41antoszkaGot the latest ”legal” radio for my HD2, that's 2.06.
21:32.47darkstoneah
21:32.47antoszkaPerhaps that could be a problem.
21:32.50darkstonetry 2.10
21:32.55NeoFluxantoszka: That will be the problem mate
21:33.01antoszkaOK, thx.
21:33.13NeoFluxWell, 90% sure it will be the problem :P
21:33.36*** join/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
21:33.38antoszkaWill later radios flash using sdcard/leoimg.nbh method, or will I need to hspl the phone?
21:33.50NeoFluxhspl
21:34.01NeoFluxDon't flash your phone via sdcard unless you have dspl
21:34.03antoszkaAsking, cause I'm just about to take it to warranty service (for other reasons) and wouldn't want to hspl it right now.
21:34.07NeoFluxOr you'll risk bricking your phone
21:34.17NeoFluxYou can flash it, then remove the hspl
21:34.27antoszkaRight, done that.
21:34.47antoszkaOK, think I'll do the warranty stuff first and fiddle with the phone when I get it back.
21:35.07antoszkaNeoFlux: What's wrong with sd card flashing? I'm hearing conflicting opinions on that.
21:35.08darkstonedo people really find that the mario wallpaper makes the sense build laggy? :S
21:35.08*** part/#htc-linux Tapip (Tapip@77.211.44.182)
21:35.22darkstoneit makes no difference when im running it
21:35.32NeoFluxdarkstone: It does make it laggy, there is a difference when you a normal wallpaper
21:35.42NeoFluxdarkstone: in my opinion its less laggy with it off
21:35.46darkstonehrm
21:35.50darkstonei'll show my video
21:35.55darkstonetis uploading
21:36.06NeoFluxantoszka: Not sure the technical terms, but flashing via sdcard without hspl will most likely brick your phone
21:36.12NeoFluxand thats from horror stories
21:36.20NeoFluxyou can remove hspl afterwards
21:36.59darkstoneNeoFlux: what radio are you using?
21:37.05NeoFlux2.10
21:37.08darkstonehrm
21:37.12darkstoneso that cant be it
21:37.13darkstone:S
21:37.28antoszkadarkstone: Let me know of the URL when you've finished uploading the video, please. I'm really curious ;)
21:37.37darkstonesure
21:37.44HD2Userantoszka you can still boot it without changing your radio
21:37.58antoszkaHD2User: As above – doesn't work for me.
21:38.05NeoFluxHD2User: He has an old radio, so he can't sucessfully boot
21:38.19HD2Useri've got 2.04 radio and it boots
21:38.27NeoFluxmight be radio specific then
21:38.31HD2Userjust need to add something to default.txt
21:38.51HD2Useradd: mem=109
21:39.05HD2Userand it will go through init panel
21:39.20antoszkaYeah?
21:39.25HD2Useryeap
21:39.31antoszkalet's try
21:40.15HD2Useryou are like 3rd (who i was talking to)  person that had this problem
21:40.52antoszkaheh
21:41.11rob____dark, video up yet?
21:41.16xUmaRixD/        ( 1906): Total allocated: 6581.25 KB
21:41.16xUmaRixE/SurfaceFlinger( 1906): Layer::requestBuffer(this=0x561548), index=1, w=480, h=800 failed (Out of memory)
21:41.18darkstoneno
21:41.22darkstonewont be up till 20 mins
21:41.38*** join/#htc-linux Noellenchris (~ircy@m3e5a36d0.tmodns.net)
21:41.47antoszkaHD2User: do I add it to the kernel cmdline, or just set mem 109?
21:41.59HD2Usercmdline
21:42.01antoszkaok
21:42.14HD2Userjust wait
21:42.18HD2Userlet me check my one
21:42.42HD2Usermem=109M
21:42.52HD2Userforgot "M" :P
21:42.56antoszkaech...
21:43.15HD2Usersorry
21:43.29antoszka:)
21:44.03*** join/#htc-linux drownage (41b81c44@gateway/web/freenode/ip.65.184.28.68)
21:45.03antoszkaHD2User: That helped, thx.
21:45.13darkstonehrm
21:45.18darkstonevideo upload failed
21:45.19HD2Useri knew it :P no problem caz
21:45.22darkstonestarts again
21:46.10xUmaRixD/libEGL  ( 3760): loaded /system/lib/egl/libGLES_android.so
21:46.10xUmaRixD/libEGL  ( 3760): loaded /system/lib/egl/libGLES_qcom.so
21:46.10xUmaRixD/EGL.oem ( 3760): smi: offset=10000000, len=00700000, phys=0x100000
21:46.10xUmaRixD/EGL.oem ( 3760): ebi: offset=00000000, len=00800000, phys=0x16b00000
21:46.11xUmaRixD/EGL.oem ( 3760): reg: offset=20000000, len=00100000, phys=0xa0000000
21:46.11xUmaRixD/Neocore ( 3760): Neocore_initState
21:46.13xUmaRixD/gralloc ( 1906): allocating GPU size=770048, offset=0
21:46.14xUmaRixI/QXEngine( 3760): WARNING: device does not support eglSurfaceScaleQUALCOMM extension, viewport will be centered for lower resolutions
21:46.54fakkerdata
21:46.58xUmaRixgot this kind of error on froyo after running neocore on blac
21:47.02xUmaRixD/        ( 1906): Total allocated: 7331.25 KB
21:47.02xUmaRixE/SurfaceFlinger( 1906): Layer::requestBuffer(this=0x561548), index=1, w=480, h=800 failed (Out of memory)
21:47.02xUmaRixE/Surface ( 3760): Surface (identity=537) requestBuffer(1, 00000200) returneda buffer with a null handle
21:47.03xUmaRixE/Surface ( 3760): getBufferLocked(1, 00000200) failed (Out of memory)
21:47.03xUmaRixW/SharedBufferStack( 1906): waitForCondition(ReallocateCondition) timed out (identity=537, status=0). CPU may be pegged. trying again.
21:47.05*** join/#htc-linux MAIcrosoft (~nobuddy@s5593c011.adsl.wanadoo.nl)
21:47.28antoszkaIs it technically feasible (using hspl or similar) to actually *flash* some Linux onto an HD2 some day?
21:47.40NeoFluxantoszka: Quite possibly
21:47.44fakkerlet's get it working properly first
21:47.47antoszkasure
21:47.56antoszkaAsking about the perspectives.
21:48.05fakkeryeah, ;D
21:48.16darkstonealready is possible
21:48.24darkstonebut still need to use haret :p
21:48.28antoszkaAnyway – the build got screen corrupion/fade-out later on. After the htc-logo-flashing animation.
21:48.39fakkeri volunteer antoszka to test
21:48.55fakkerstrokes his hd2
21:48.56antoszkaBlue top 1/4, black below and blue bottom half of the screen.
21:49.15darkstoneantoszka: timer is running too fast
21:49.19fakkerantoszka, i've had that before too - just reset
21:49.24darkstonenot a problem with the build, but with the kernel
21:49.28darkstonereboot and retrt
21:49.31darkstoneretry*
21:49.34antoszkaSo that's random?
21:49.38darkstoneyep
21:49.42antoszkaok
21:50.00darkstonemy video will show the speed of the ticker during boot with text
21:50.20NeoFluxdarkstone: has that been fixed yet?
21:51.39*** part/#htc-linux HD2User (~opera@cpc1-hari3-0-0-cust10.hari.cable.virginmedia.com)
21:51.40darkstoneno
21:51.44antoszkaCan the USB port be used as a serial console when booting linux?
21:52.14rob____dark, the sence build you are uploading is optimised for the 528mhz processors right? the 72xxx
21:52.38rob____sense
21:52.54*** join/#htc-linux xrayzuk (~xrayz@genkt-051-007.t-mobile.co.uk)
21:53.24antoszkaNah, same blue screen same moment.
21:53.30antoszkaDoesn't like my phone.
21:53.49darkstonerob___: the sense build is from htc desire
21:54.01darkstonehowever, the core is based on msm7k
21:54.06rob____ah right
21:54.57antoszkaWill try with a different radio later on.
21:55.30rob____do you have a qsd build in the making, would it have any sort of improvement?
21:56.19darkstoneno qsd build at the moment
21:56.45darkstoneim just waiting on new kernel before uploading another build
21:57.00darkstoneso 3.5 will be around for a while
21:57.05rob____ah right, no rush really
21:59.09Cotullahehe
21:59.27Cotulla*they already installed sense, lol
21:59.48*** join/#htc-linux karnqu (4b8162d8@gateway/web/freenode/ip.75.129.98.216)
22:01.52darkstoneCotulla: how is the audio hunt going? you mentioned that your initial idea was wrong?
22:02.29*** join/#htc-linux Jack_E (~chatzilla@host86-172-80-96.range86-172.btcentralplus.com)
22:03.21Cotullayes, twice
22:04.43darkstone:(
22:04.43gauner1986audio hunt <3
22:11.16*** join/#htc-linux radis (6dd59072@gateway/web/freenode/ip.109.213.144.114)
22:12.14NeoFluxdarkstone: What are we hoping for in the next kernel update?
22:12.34darkstonelike i said, not my forte
22:12.44darkstonebut im hoping the speedy leo/timer issue will be fixed
22:12.58darkstonei think that should be the priority
22:13.12darkstonebut its not me developing the kernel :)
22:13.18darkstoneits the awsome guys here
22:13.29darkstoneso, its their choice
22:13.35Cotullaso why u suggest how developers should develop?
22:14.01darkstonei never suggested anything like that
22:14.09Cotulladevelopers can spend months to track this problem and it can gone automatic when we run Android from NAND
22:15.06darkstoneim not undermining what you are doing right now Cotulla, just giving an opinion
22:15.17darkstoneif running from NAND will fix it, sure thats great
22:16.03darkstonei think you misunderstood, im not telling you what to do xD
22:16.27NeoFluxdarkstone: I think Cotulla wants a big hug
22:16.29NeoFluxhugs Cotulla
22:16.30NeoFluxlols
22:16.32Cotullawhat u will prefer? no problem with speedy timer or HW3D Audio WLAN Backlight?
22:16.43CotullaI prefer second one
22:16.49darkstonethen do the second one
22:16.56Cotullau prefer?
22:17.02darkstonei prefer either
22:17.13darkstoneyou are the developer, not me, you develop what you will
22:17.41Cotullabasically speedy issue not always happen
22:18.32darkstonesure, but its based on chance
22:18.34fakkergoodevening
22:18.46NeoFluxGood Evenin' fakker  :)
22:18.55darkstoneif leo is too fast, it seems to cause instability
22:19.18*** join/#htc-linux wmirc (~wmirc_use@ma10736d0.tmodns.net)
22:19.20darkstonethat may make it harder to develop on in my opinion
22:19.30darkstonebut if im wrong, then im wrong
22:19.35darkstonebut that is my thought
22:19.55Cotullawe always can reset device and 50% it won't be faster
22:20.00Cotullaright?
22:20.05fakkeryeah
22:20.14Cotullahm shit
22:20.19fakkeri rarely get the speed issue
22:20.21CotullaI found one problem
22:20.47Cotullaafter CE audio can't work. need to shutdown audio in CE or disable audio :P
22:20.54darkstoneCotulla: maybe you are lucky, i have had speedy leo issue for 20 boots in a row at one point
22:20.58darkstonethis is no exaggeraton
22:21.03darkstoneexaggeration*
22:21.09darkstonebuilds would constantly crash
22:21.22fakkeryou want to buy mine? ;]
22:21.24ali1234where is the timer?
22:21.39darkstonethis made is harder for me to modify the builds
22:21.43darkstoneit*
22:21.56darkstoneanyway
22:22.01darkstonei will leave this link: http://www.youtube.com/watch?v=vbspZtrA6p0
22:22.09darkstoneits sense build v3.5 video
22:22.10*** join/#htc-linux Neo31 (~Neo31@unaffiliated/neo31)
22:22.14darkstoneim going out, bbl
22:22.18fakkererror
22:22.21darkstoneyes
22:22.26darkstonelet it process
22:22.26fakkernm
22:22.28fakkerit works
22:22.42*** join/#htc-linux Yama (57dd1443@gateway/web/freenode/ip.87.221.20.67)
22:24.32Cotullawhy load so slow?
22:24.49*** join/#htc-linux Jiggs (57c63131@gateway/web/freenode/ip.87.198.49.49)
22:25.55fakkeri got that wallpaper on my desire
22:26.18Cotullawith mario?
22:26.21fakkeryup
22:26.30Cotullaoh :)
22:27.07rob____night everyone, Good luck!!
22:27.19gauner1986it'sa me.. mario
22:27.55fakkerdana nana nana
22:29.04darkstonehttp://gamesquare.co.uk/sense720.avi
22:29.07darkstonefor HQ
22:29.16darkstoneseems like youtube didnt process the A:R right
22:29.48fakkerwhat does your build get with linpack?
22:29.54rob____3.3
22:30.02rob____speedy mode 0.7
22:30.51rob____anyway, night (again)
22:33.54*** part/#htc-linux rob____ (51839d32@gateway/web/freenode/ip.81.131.157.50)
22:34.37Cotullayeah too
22:34.38Cotullabb
22:34.41*** part/#htc-linux Cotulla (~opera@nat004-252-205-109.tvoe.tv)
22:35.11*** part/#htc-linux dan1j3l (~dan1j3l@93-138-76-128.adsl.net.t-com.hr)
22:36.13*** join/#htc-linux wmirc (~wmirc_use@m810736d0.tmodns.net)
22:38.33*** join/#htc-linux sd73ta (~sd73ta@c-76-28-49-255.hsd1.ct.comcast.net)
22:43.06*** join/#htc-linux rov120 (4a41b51b@gateway/web/freenode/ip.74.65.181.27)
22:43.18*** join/#htc-linux cartmanation (532d80c0@gateway/web/freenode/ip.83.45.128.192)
22:43.18*** join/#htc-linux XrAyZ_UK (~mirc@genkt-056-066.t-mobile.co.uk)
22:43.25BigDaDDyWhat does it mean exactly, to run Android from NAND?
22:45.26*** part/#htc-linux shu8i (~shu8i@78.104.102.92)
22:46.48*** part/#htc-linux sd73ta (~sd73ta@c-76-28-49-255.hsd1.ct.comcast.net)
22:49.06ali1234BigDaDDy: it means to wipe windows mobile and install android into the main flash of the device
22:51.05BigDaDDyali1234: why don't anyone try to do it? or the current use of haret makes it impossible...?
22:51.16ali1234nobody tries to do it because it is hard
22:51.44BigDaDDyoh :P
22:51.51ali1234you would need to make a r/w driver for the in built nand and a new bootloader
22:52.20ali1234and if you mess it up at any point there is a high chance your device will never work again unless you take it apart and find the jtag connector to reflash it
22:52.23BigDaDDywhat about the other wm devices running android, don't they have it?
22:52.35ali1234afaik only some very old phones (>5 years old) can do it
22:52.41BigDaDDyoh
22:52.53ali1234and they don't run android, they run gpe
22:52.57BigDaDDyso there is no place for optimism :)
22:53.00ali1234not that that matters
22:53.05*** join/#htc-linux Jack_E (~chatzilla@host86-172-80-96.range86-172.btcentralplus.com)
22:53.08ali1234they are older than android, nboody uses them these days
22:53.49ali1234optimism doesn't magically create code
22:53.53BigDaDDyso solving the fast clock issue should be a priority, imo
22:54.12ali1234i don't know anything about it but i prefer to fix bugs before adding features
22:54.28ali1234otherwise you are never sure why your new feature isn't working right
22:54.35tmzt_ali1234: actually if you don't mess with the bootloader (hspl) you should be fine
22:55.01tmzt_the current approach is a mini ce image that launches linux with yaffs2 or ubifs on nand
22:55.02BigDaDDyi agree about fixing bugs first...
22:55.04ali1234tmzt_: that's assuming your r/w nand driver doesn't mess with the bootloader due to bugs :)
22:55.11tmzt_yep, cr2 0
22:57.33ali1234to me the fast clock thing sounds like something isn't taking cpu scaling into account
22:57.44ali1234so you get whatever frequency you had while booting
22:58.19ali1234then people who have loads of stuff running in the background would have a different experience than people who run not much stuff
22:58.37BigDaDDyinteresting.
22:58.37ali1234but i am only going on what i have read here
22:58.48BigDaDDyits easy to test
22:59.05ali1234easy if you have the hardware
22:59.19BigDaDDyone can load it with a super slim rom (no sense no nothing) and the other can load it with rar archive extracting in the background :P
22:59.50BigDaDDyor some other cpu expensive operation
23:00.11ali1234yeah. but due to the random nature you would have to run many many tests
23:00.17BigDaDDyyeh
23:02.49NetRipperdarkstone, you should use a kernel with vsync enabled to prevent the flickering you have in sense :)
23:03.14BigDaDDyok, i'm off, have a good night guys (2am here)
23:03.32NetRipperdarkstone, if you build the kernel yourself, you can do that by disabling framebuffer console, disabling htc_fb_console, and removing the vsync hack from mdp_lcdc.c (search for machine_is_htcleo)
23:03.54NetRipperoh i actually think thats a CONFIG_MACH_HTCLEO define
23:04.10*** join/#htc-linux microang (522deb84@gateway/web/freenode/ip.82.45.235.132)
23:04.12tmzt_that's broken then
23:04.21NetRipperwhat's broken?
23:04.52darkstoneNetRipper: thanks for the tip :)
23:05.04darkstonei dont have a toolchain setup or a linux environment
23:05.06NetRipperyw - you just won't have any console (besides ramconsole after reset)
23:05.14darkstonepossible to compile the kernel for me with the changes?
23:05.17NetRipperi can make the kernel for you
23:05.27darkstone:D
23:05.27Jack_E'turbo' does seem to be clock speed related, if i put the clock speed down in CE with you app the cursor appears to be a lot slower than if i leave it on 998 which i have normally =/
23:06.26*** part/#htc-linux Parad0XUA (~paradoxua@ool-18b83388.dyn.optonline.net)
23:06.31ali1234Jack_E: you mean that the clock speed set in WM affects the speed in android?
23:06.53Jack_Eyes
23:07.04Jack_Etried it 4 times to check now
23:07.09tmzt_the registers are just left alone?
23:07.18ali1234i forgot you can get those overclocking apps
23:07.43microangWhat are you talking about ali1234 the HTC Vogue runs android from nand and it's only 3 years old and everything works, it even runs froyo, look - http://forum.xda-developers.com/showthread.php?t=712310
23:08.12tmzt_he's not always active in here
23:08.20tmzt_he's right of course, there's still a risk
23:08.31tmzt_if you send the wrong mtd layout you can wipe the flash
23:08.39tmzt_it's already happened a year or so ago
23:08.44NetRipperdarkstone, try this kernel: http://www.netripper.com/leo/Image-20100705_010800
23:08.47NetRipperrename it to Image obviously :)
23:08.50microangbut he said that no wm phone runs android from nand and the vogue, kaiser and titan do!
23:09.10tmzt_we only concentrate on A phones
23:09.13tmzt_those are non-A
23:09.18ali1234microang: they still boot from wince
23:09.26tmzt_ali1234: no, those can boot from xip
23:09.32ali1234hmm
23:09.53NetRipperdarkstone, and how do you not get the blue screen for so long :p
23:09.53microangno you can flash to nand, search on youtube, they can be flashed with custom nbh files
23:10.00darkstoneNetRipper: will test for sure
23:10.01tmzt_they have to boot into linux to install because hspl doesn't support yaffs2 oob data
23:10.18darkstoneNetRipper: seems to be location data/haptic feedback/audio tones causing most bsods
23:10.21tmzt_microang: the nbh files are mostly empty
23:10.34darkstonedisabled them
23:10.40NetRipperdarkstone, so you still get it? i get it on every android boot, hehe
23:10.46tmzt_ali1234 has been a part of this since the beginning, he might just not have been aware of every detail
23:10.50ali1234that's crazy. so how do you get from spl to linux without wince?
23:11.04tmzt_ali1234: replace xip with a custom header and kernel iamge
23:11.10NetRipperdarkstone, see how it goes with my Image, there are some other changes i made in .config.. power management stuff
23:11.12tmzt_it's tinboot
23:11.45tmzt_we could use it on other phones but they won't init the RPC router properly and just hang
23:11.48NetRipperdarkstone, im off to bed now, leave me a message with how it went.. i'll read back tomorrow
23:11.56NetRippergood night
23:12.00ali1234do you think it would work on omap?
23:12.03Jack_Ehm
23:12.12tmzt_yeah, hasn't that already been done?
23:12.16ali1234no
23:12.25ali1234we still don't have nand write support
23:12.25tmzt_on omap850?
23:12.26Jack_Eonly seems to happen if i stick it at at something like 384mhz
23:12.29tmzt_right
23:12.34tmzt_the ftl is missing
23:12.47darkstoneNetRipper: sure, thanks for the compile :)
23:12.49tmzt_there's no reason it shouldn't work though
23:12.55darkstone[00:10:42] <NetRipper> darkstone, so you still get it? i get it on every android boot, hehe
23:13.07darkstoneonly on speedy leo/panel init
23:13.12ali1234so is there a driver for doc g3/g4 now?
23:13.18ali1234(a proper one)
23:13.39tmzt_I don't know
23:13.55microanganyway darkstone, any news on a new build?
23:13.57*** join/#htc-linux NeoMatrixJR_Mobi (~NeoMatrix@173-140-175-10.pools.spcsdns.net)
23:14.18darkstonetesting NetRipper's new kernel
23:14.21darkstonewill report back soon
23:14.36microangany better than current one, whats different?
23:15.17tmzt_ali1234: if I remember right rockbox was working on nftl
23:15.17darkstoneNetRipper: this is...amazing xD
23:15.24darkstonestatic all over the screen
23:15.33tmzt_it might be in better shape that the linux support, it might not
23:15.47tmzt_then there's the possiblity of just using ubi or yaffs2 etc.
23:16.04darkstonemicroang: will let you know soon
23:16.14NetRipperdarkstone, just wait till it passes
23:16.21ali1234tmzt_: we're not even at that level afaik
23:16.28NetRipperit's the random data in the framebuffer memory ;)
23:16.33ali1234we don't know the write commands for g3
23:16.53tmzt_maybe flashrom can help
23:16.58tmzt_I'm out of ideas :)
23:17.41darkstoneNetRipper: still getting static screen
23:17.48darkstoneok
23:17.51NetRipperit took a while before you got that htc screen
23:17.52darkstoneleave it loading?
23:17.56darkstoneah ok
23:18.06NetRipperso till then you'll have that
23:18.12NetRipperso i guess 1 min max?
23:18.26darkstonebasically
23:18.33darkstoneleo looks like this with your kernel
23:18.33darkstonehttp://silverspaceship.com/static/shot_2.png
23:18.34darkstonexD
23:18.40NetRipperhehe yea
23:19.09darkstoneis the LED at camera supposed to flash?
23:19.13NetRipperyes
23:19.17darkstoneit didnt D:
23:19.19NetRipperouh
23:19.20NetRipperouch
23:19.24NetRipperthen it hung very early
23:19.40NetRipperah but that's weird, it flashes even before you get the static screen ;)
23:19.54fakkerlooks like i broke the screen
23:19.54fakkerlol
23:19.55darkstonexD
23:20.16fakkerboot upanimation
23:20.24NetRipperah, yours continues?
23:20.29fakkeryeah
23:20.34darkstonehrm
23:20.38darkstonecould be default.txt?
23:20.45fakkerim using your sense..
23:20.48NetRipperi dont know what kernel you used before this
23:20.49darkstone:|
23:20.51fakkeryour default.txt
23:20.52fakkerlol
23:20.53fakker:P
23:20.54NetRippermaybe just try again
23:20.58fakkeryea
23:21.03darkstonethis is bizzare xD
23:21.07darkstonestill static
23:21.35darkstonefakker: well, let me know if you're still getting tearing in sense
23:21.46fakkerwell, i just did
23:21.51fakkerand it looked like the static screen
23:21.52fakkerand froze
23:21.58darkstoneD:
23:21.59NetRipperlol :(
23:22.08fakkerif i click power it just goes black to blue viceversa
23:22.27NetRipperyea it doesn't hang anymore in this image, but doesn't recover either
23:22.48darkstoneNetRipper: for reference, was using kernel for manusfreedom_xandroid_leo_201006291746
23:22.52fakkerit's all progress
23:23.14NetRipperdarkstone, hm is that based on any experimental code by someone or just latest git?
23:23.14darkstone:|
23:23.37darkstonei think someone compiled from latest git
23:23.43darkstonelemme see if i can find a log
23:24.54darkstone[10:11] <manusfreedom> what I need to compile Image? (I have gcc, git, toolchain from google)
23:24.55darkstone<_>
23:26.10darkstonestill dont understand why im not getting passed static screen
23:26.15darkstonepast*
23:26.27darkstonecould be a rom issue?
23:26.50darkstoneok
23:26.52darkstoneled flashes
23:26.55fakkerstock1.66
23:26.58darkstoneTHEN static
23:27.05darkstonei'll leave it to load for 5 mins
23:28.06NetRipperlol no idea, maybe some settings in your cmdline? mine is empty
23:28.13NetRipperanyway, gtg for real now :) laters
23:28.27fakkercya
23:28.35darkstoneok
23:28.37darkstonewill modify
23:28.41darkstonecya NetRipper
23:28.47*** join/#htc-linux rov120 (4a41b51b@gateway/web/freenode/ip.74.65.181.27)
23:29.50*** join/#htc-linux Leos (58072918@gateway/web/freenode/ip.88.7.41.24)
23:30.25*** join/#htc-linux Leos (58072918@gateway/web/freenode/ip.88.7.41.24)
23:31.47darkstonemddi_client_vogue.vsync=0"
23:31.50darkstonesilly me.
23:31.52darkstone:|
23:32.17darkstoneretries
23:33.22xUmaRixdarkstone, how am i going to port rom from vogue to blac
23:33.32darkstone?
23:33.34xUmaRixi mean android rom
23:33.49tmzt_why would you do that?
23:33.55darkstone^
23:34.20xUmaRixto get android build to run on blac100
23:35.21xUmaRixim interested on froyo build in vogue so i wonder is it hard to port into blac,diam or raph
23:36.00tmzt_the same userspace build is used to my knowledge
23:39.36*** join/#htc-linux Embocy (~No@cpc5-nail2-0-0-cust32.aztw.cable.virginmedia.com)
23:40.08[acl]cotulla nap time?
23:48.31*** join/#htc-linux Parad0XUA (~paradoxua@ool-18b83388.dyn.optonline.net)
23:48.34Parad0XUAyo guys
23:48.46Parad0XUAnot sure if anyone is excited as I am :)
23:48.52Parad0XUAbut I got compass and g-sensor working
23:49.06gauner1986neat
23:49.07darkstone:o
23:49.09darkstonenice
23:49.13gauner1986that's exciting
23:49.13Parad0XUAorientation works
23:49.21darkstonehave an image/kernel that i can try?
23:49.23gauner1986are you able to flip the screen with it? xD
23:49.29Parad0XUAgauner1986 yup :)
23:49.37gauner1986nice work.. kudos
23:50.05Parad0XUAgimme a few minutes... I'll share what I have
23:50.43*** join/#htc-linux tekoholic (~quassel@184-96-89-111.hlrn.qwest.net)
23:50.56darkstonethank you :)
23:51.33gauner1986well
23:51.42gauner1986now the nice to have gadgets are working at first
23:51.42gauner1986xD
23:55.42*** join/#htc-linux |Jason8| (znc@2001:470:1f07:714::15e)
23:57.32darkstone:)
23:58.23gauner1986~seen cotulla
23:58.25aptcotulla <~opera@nat004-252-205-109.tvoe.tv> was last seen on IRC in channel #htc-linux, 1h 23m 47s ago, saying: 'bb'.
23:59.24darkstoneanyone have the new ip/dns for htc-linux.org?
23:59.37*** join/#htc-linux Tapip (Tapip@77.210.16.7)

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