irclog2html for #htc-linux on 20100218

00:01.46*** join/#htc-linux karafa (~karafa@ool-45735dce.dyn.optonline.net)
00:02.59*** part/#htc-linux karafa (~karafa@ool-45735dce.dyn.optonline.net)
00:04.25MrPippyi don't think so
00:04.48MrPippythe fc00c is just testing for zero/not-zero anyway
00:05.10bzoI suppose it would have been noticed by now if it was with all the various accesses of smem
00:05.40bzoI was actually thinking of the battery status stuff, whose data has been described as erratic
00:06.13makkonenI don't think the numbers from the smem are going to get much more useful than they are now. We're missing a piece there.
00:07.12bzoyou know makkonen, your tweaks are reasonable for the case where power consumption is constant
00:07.20bzoit's just that current draw has a big effect on voltage
00:08.30bzoI noticed dzo's battery stuff does some current compensation to account for this
00:09.01*** join/#htc-linux karafa (~karafa@ool-45735dce.dyn.optonline.net)
00:09.54karafais that how winmo does it,  you think? or is there some other kind of calculation it does
00:10.44bzoI think winmo does something much more sophisticated
00:11.23makkonenbzo: yeah, there's current compensation in there, too... but the values are weak... I think charge is accounted for, but discharge is just empty.
00:12.48bzomakkonen: is it done through a lookup table or something?
00:15.32makkonensee the v value in the htc_get_batt_info function?
00:16.14bzoah, yes I see it now
00:16.23makkonenit takes the volume (adjusted), adds to adjust for discharge, and subtracts to adjust for charge
00:16.48makkonenbut the discharge part... the values don't even change. I don't think it's actually discharge at all.
00:16.48bzothis is what dzo has, no idea where the numbers come from:
00:16.50bzov=values[2]+(100*values[4])/1093-(100*values[3])/2268+(100*(0x800-values[1]))/466;
00:17.17bzohe also does a separate temperature compensation:
00:17.18bzov=v+(((values[1]-0x71d)*66)/333);
00:17.36makkonenthat's a bit more sophisticated.
00:17.49makkonenI don't trust the temperature we get, either. it doesn't seem to move.
00:18.05makkonenand it doesn't even report correctly in winmo. neither does voltage, actually.
00:21.04makkonenwell, with no2chem's tools, and with the htc tbattery tool.
00:25.45bzoI turned on logging for the charging status, always reports charging regardless of cable status:
00:25.50bzo[   14.482635] [BATT] cable AC
00:25.52bzo[   14.488830] [BATT] cable AC
00:25.53bzo[   14.494842] [BATT] charger ON (SLOW)
00:25.55bzo[   14.500823] [BATT] charger ON (FAST)
00:25.56bzo[   35.335601] [BATT] charger ON (FAST)
00:25.58bzo[   78.410491] [BATT] cable AC
00:25.59bzo[   85.364807] [BATT] cable AC
00:26.01bzo[   95.581268] [BATT] cable AC
00:26.02bzo[  105.558746] [BATT] cable AC
00:27.02MrPippyi just stuck some printks into htc_battery_smem, gonna see what it shows
00:33.59MrPippyweird, the gpios aren't changing
00:34.54*** join/#htc-linux mickeyl (~mickey@80.81.242.146)
00:38.48*** join/#htc-linux mickeyl (~mickey@80.81.242.146)
00:44.45makkonenugh. wifi off -> reboot bug is really annoying.
00:44.53makkonenespecially being so intermittent.
00:49.30MrPippyafaict, the charging problem is that even if smem vbus=0, it doesn't get switched to battery
00:49.56*** join/#htc-linux irlolcopter (~irlolcopt@host81-152-193-147.range81-152.btcentralplus.com)
00:51.41bzoMrPippy: because the gpios are not changing and not updating charge source?
00:53.00MrPippyactually the charger_enable gpio (and maybe others) are set by us...we're supposed to turn it on if vbus is present and if battery capacity < ~100
00:57.08bzoI think it is getting set, because when the battery is at 100%, it turns off the charging status
00:57.28bzoI wonder if the simple solution to this is setting the vbus wake lock on the vbus only, and not charging status?
00:58.02bzoerr, never mind, that only fixes the suspend problem, not the reporting to the user
01:00.48MrPippythis driver just seems unnecessarily complicated
01:04.51bzothe logic seems very circular to me, on one hand vbus is supposed to set charger state
01:04.58bzoand I also see stuff like this: msm_hsusb_set_vbus_state((source==CHARGER_USB) || (source==CHARGER_AC));
01:06.29tmztthat's just reporting of the vbus state to the client driver
01:06.40tmztit's not part of charging, it's also the wrong way to do it
01:06.44tmztwhich is noted in the source
01:06.52tmztphh: so ril for cdma/gsm???
01:07.48tmztI tried removing the sim card but that just prevented registration
01:08.09IceBoneDesire ROM already ported to the Nexus One?
01:08.12tmztI think it should be as simple as removing the CFUN checks for sim card
01:09.32*** join/#htc-linux JairunCaloth (~m00@c-24-98-17-158.hsd1.ga.comcast.net)
01:12.54*** join/#htc-linux marmotta (~skodde@unaffiliated/skodde)
01:17.23*** join/#htc-linux mcdull (~blackston@n11648167249.netvigator.com)
01:17.39*** join/#htc-linux Paul_Ishenin (~paul@21.23.65.80.ip.orionnet.ru)
01:17.42Paul_Isheninhi
01:18.00Paul_Ishenin3d does not work anymore on my diamond
01:18.18Paul_Isheninnot the boot anymation nor the labyrinth
01:18.52stinebdstill works on my raph110
01:18.52mcdullcould be the commit of extending GPU SMI
01:18.57MrPippyyeah i'm having that problem too
01:19.07mcdullbut it really shouldn't affect...
01:19.17Paul_Isheninwell, before it worked perfectly
01:19.46mcdullMrPippy, your mic solution is not cross board?
01:20.15MrPippyi'm not sure if it is, phh said he was going to test but i never heard what happened
01:20.33mcdullmay be I should try at least on blackstone.
01:22.28Paul_Isheninhave  you ever tried to contact with htc devels?
01:23.09*** join/#htc-linux marmotta (~skodde@unaffiliated/skodde)
01:23.47Paul_Isheninmaybe someone can share the info you are trying to extract from the dlls and haret logs :)
01:26.10Paul_Isheninfor example camera driver developer is written at the bottom of camera driver source file
01:34.47*** join/#htc-linux jamenlang (~jamenlang@68.170.60.12)
01:39.15jamenlangMrPippy: what does your mic fix.... fix?
01:41.57jamenlangand you can't say 'the mic''
01:43.55*** join/#htc-linux AstainHasExpo (~AstainHel@unaffiliated/astainhellbring)
01:44.43tmztjamenlang: the value used to unmute the mic was reversed
01:44.48tmztit should have been big endian
01:44.52*** join/#htc-linux ToAsTcfh (~toast@110-43.200-68.tampabay.res.rr.com)
01:45.52jamenlangto mute it huh
01:46.04jamenlangcool
01:47.01tmztno, to unmute it
01:47.24jamenlangoh right
01:47.59jamenlangso before the fix.
01:48.07jamenlangif i were in a call and hit mute...
01:48.32jamenlangit would mute
01:48.51jamenlangand if i hit mute again (to unmute) would it not work?
01:49.22tmztthis is to allow for voice during calls
01:49.30tmztthat mute is probably done with AT commands
01:50.02mcdulloh.. my xdandroid has no voice searching or voice input. and voice dialer seems not listening anything.
01:50.18tmztwhat device?
01:50.22*** join/#htc-linux _rzk (~rzk@daemonet.ru)
01:50.26mcdulllet me re-add the apps. (BLAC100)
01:50.53jamenlangare you making a call before booting into android mcdull?
01:52.43IceBonehttp://img.phyrefile.com/icebone/2010/02/17/_ICE8433.jpg :D
01:52.47IceBoneSense on my Diamond!
01:52.53Paul_Isheninkernel build for commit a1d83f419246a169f253d56d0b28e81df32b4b79 has boot animation and 3d
01:52.55jamenlangi just got rickrolled
01:53.08Paul_Isheninkernel build for commit 5bab48d12c367bb81c72530a84a1eed778827086 does not
01:53.37jamenlangicebone: I envy you in ever way
01:53.59IceBoneYou envy a pic I displayed in full screen on my phone? :P
01:54.04mcdulljamenlang: no.. that's what supposed to fix, right?
01:54.14jamenlanghaha
01:54.52jamenlangi don't believe so... but i can't find any documentation on this fix
01:55.46jamenlangoh icebone, i wanted to comment on something you said in the forums that made my day.
01:55.54mcdullMrPippy latest commit. "Enable mic on CDMA diam/raph"
01:56.16IceBoneOh? What did I say?
01:56.25jamenlangi can't recall,  but thank you!
01:56.44jamenlangmcdull, in that case; i'm rebooting
01:56.50IceBoneI only post in two threads, babijoee's eclair thread and the gen-y dual boot thread.
01:56.58IceBoneCan you at least tell me in which one I did it? :P
01:57.12jamenlangeclair thread
01:57.18IceBoneRighto.
01:57.26IceBoneA while back?
01:57.29jamenlangprolly
01:57.35jamenlangi was trolling hardcore today
01:59.29IceBoneCan't find anything witty I said in that thread. :PI usually try to help. 0:)
01:59.54mcdullreboot .. reboot .. reboot .. and reboot.... I am going to reboot my phone more than I use it.
02:00.18IceBoneWelcome to the wonderful world of fiddling about.
02:00.32jamenlangmcdull: no joke, i'm sure my nand is about at it's read end.
02:01.28mcdullit should have wear leveling, so it should be at least a year later.
02:02.02JairunCalothtmzt: I sent an sms from debian on the N1 this weekend. ofone was able to do it out of the box. No voice calls yet though.
02:02.16tmztnice
02:02.23tmztwhy don't voice calls work?
02:02.27JairunCalothDunoo
02:02.42mcdullok.. the MrPippy mix fix not working on blackstone.
02:02.48JairunCalothI did find out how to talk to the gsm radio though. It's just AT commands over a serial bus.
02:02.53Paul_Isheninphh, "Disable AXIGS, to be able to use 1MB lowest SMI memory, and extent GPU SMI to 8MB (needed for WVGA devices)" is a bad change for my diamond :)
02:02.57JairunCalothBut HTC has some propriatary commands.
02:03.15tmztserial bus?
02:03.19JairunCalothtmzt: I didn't have much time to play with anything this weekend. GF kinda took the whole weekend.
02:03.22JairunCalothtmzt: yup
02:03.30tmztyou mean smd?
02:04.47JairunCalothto quote sweta "Modem control on N1 happens via /dev/ttySMD0 which is a virtual serial channel to the modem that uses AT commands (some standard, some HTC specific). The HTC ril is a userspace library used by the ril daemon (rild) to provide a bridge between the android telephony layer and the HTC-specific modem interface."
02:05.02JairunCalothsoI guess not a true seial bus
02:06.07jamenlangomfg. the mic works. and i didn't make a call before booting into android
02:06.24jamenlangmr pippy, you're my heeeeero.
02:06.28mcdulljamenlang that is the fix my MrPippy
02:06.32mcdullby MrPippy
02:06.41jamenlangMY MrPippy
02:06.42mcdullbut not working on my blackstone.
02:06.47jamenlangi'll fight you for him
02:06.57jamenlang:)
02:10.13makkonenmcdull: the fix is diam500/raph800 specific, as he committed it.
02:10.26makkonenyou could change that and see if it fixes blac100
02:12.10mcdullmakkonen, I already changed it and made a dirty build. no luck
02:12.36makkonenah. that's a shame.
02:15.25mcdullif (machine_is_htcdiamond_cdma() || machine_is_htcraphael_cdma() || machine_is_htcraphael_cdma500() || machine_is_blackstone())
02:15.33mcdullsuppose this would do, right?
02:15.50makkonenI think it's htcblackstone, not blackstone
02:16.09makkonenor, since you're just doing a test build, just if (1)
02:16.56mcdullreally? I look it up in the included mach-type
02:17.05tmztit should be htcblackstone now
02:17.13tmztor there's another device called blackstone
02:17.18mcdullok.. I will try other dirty build.
02:17.46mcdullusing if (1).. well .. just removing the if statement may be.
02:18.27tmzt|| 1
02:18.31tmzt:)
02:20.40mcdullyesterday (or earlier today) they are working on the new HTC keyboard ... with no luck tho
02:21.08tmztwhat is?
02:21.09tmztwho is?
02:21.36mcdullphh, and babijoee
02:21.48tmztwhat new keyboard?
02:22.08mcdullnew IME extracted from HTC machine.
02:24.43Paul_Isheninwhy init contains: "$SQLITE3" "$DB" "INSERT INTO carriers VALUES(NULL, 'Android' , '310995' , '310' , '995' , 'internet' , '*' , '*' , '*' , NULL, NULL, NULL, NULL, 'null' , 'default' , 1);"
02:24.44Paul_Ishenin?
02:25.08Paul_Isheninduring the boot I have an error "table carriers has 17 columns but 16 values supplied"
02:26.17Paul_IsheninI believe this piece of code needs to be removed from the init file
02:29.05tmztwhat's the missing column?
02:29.36Paul_Isheninalso script checks "if [ ! -d /sdcard/android/media ] ; then echo You have no media folder, please extract the resources to your SD card android folder " - is this a correct check? why not the "/sdcard/media" ?
02:29.54Paul_Ishenintmzt, I need to dowload the db to look what is missing
02:29.58tmztit also likes to erase partitions
02:30.04babijoeestinebd: pong
02:30.08babijoeecr2: pong
02:30.10tmztbut I needed to dump that year and a half of debian stuff anyway
02:30.14mcdullPaul_Ishenin, did you have an Android folder in your SD?
02:30.20Paul_Isheninno
02:30.44Paul_IsheninI have media folder in the root
02:30.54Paul_Ishenin(of sdcard)
02:31.11mcdullI mean do you have a folder named "Android" in your SD. not the media folder
02:31.38Paul_Isheninneed to check
02:32.30mcdullPaul_Ishenin, that is the cause of some ppl not having any ringtone. The media folder is not in the correct location.
02:32.46Paul_IsheninI have ringtone
02:32.46mcdullare you sure you are using the most update rootfs?
02:32.51Paul_Isheninand I have wallpapers
02:33.04Paul_IsheninI'm using rootfs from the latest release
02:33.16mcdullif that is the case, you can just ignore the message.
02:33.59Paul_Ishenin1. I don't have android folder 2. I'm using the latest rootfs
02:34.23Paul_IsheninI think init file need to be fixed
02:34.38mcdullmakkonen, No luck, not working (mic)
02:35.43Paul_Ishenininit file has a $card variable
02:35.53Paul_Isheninit is used in most of cases but not in all
02:36.14mcdullyes.. I used to change it.. but given up.
02:36.28tmztthe init file is a mess
02:36.29mcdullit just facilitate the use of Android folder.
02:36.32tmztdo you have more than one partition?
02:37.10*** join/#htc-linux |Jason8| (JayAte@2001:470:1f07:714::15e)
02:37.14mcdullso make sure you dont have one and that's fine. Ultimately we will have a totally different rootfs that enable NAND. so dont bother.
02:37.39mcdullmic not working.. mic not working.... without a call...bad
02:38.51mcdullok.. no change.. mic activated after a call.
02:42.41mcdullhow can I easily revert my git clone to a clean build?
02:42.43Paul_Isheninwhat for to add paticular APN settings on every boot?
02:42.57tmztput them in the xml?
02:43.19Paul_Isheninit is obvious that everybody have their own APN settings
02:43.32tmztno they don't
02:44.15tmztthe carriers do
02:44.15tmztthey are identified by MCC/MNC
02:44.15mcdullis it for initialization purpose?
02:44.15tmztmcdull: git reset --hard
02:44.15tmztyou will lose your local changes though
02:44.15mcdullyou can simply try removing it. But as told, the init is all in a mess.
02:44.27tmztit does way too much
02:44.32stinebdbabijoee: http://gitorious.org/xdandroid-eclair/eclair-rootfs
02:44.32mcdullok... I just dont want to git clone again.
02:44.41tmztbut that's been the case with android builds
02:44.48tmzttoo many of them started with the emulator
02:45.14Paul_Isheninif it is a mess then let's cleanup a bit
02:45.27mcdullvogue rootfs is nicer.. but we have a lot hard-coded in the rootfs for our devices.
02:45.30stinebdbabijoee: there has been some interest in keeping an up-to-date git repo for the rootfs. are you good with git?
02:45.52babijoeestinebd: havent really used it
02:45.58babijoeebut willing to learn :)
02:46.10mcdullunless we have a git to update together.
02:46.23tmztbabijoee: you know who's working on the ril for cdma/gsm devices?
02:46.35babijoeetmzt: what devie?
02:46.38babijoeedevice?
02:46.47Paul_Isheninwho is responsible for init file? where to send my cleanup?
02:46.50babijoeeanyways i remmeber a number of people working on it
02:46.56tmztrhod400/500
02:47.48stinebdbabijoee: cool. i'd gladly give you commit access if you request it. as for making packages from that repo, take a look through the scripts directory (there's a README) to read about how to pack it and some repository-related issues
02:47.53babijoeedoesnt radio work for you?
02:48.03babijoeeah k
02:48.16tmztit made calls with sim in there even though I'm on cdma
02:48.20babijoeei think you should give me commit access :)
02:48.23tmztI've removed it and it won't start the radio
02:48.37stinebdbabijoee: got a gitorious username for me?
02:48.41babijoeeno
02:48.46babijoeei'll sign up
02:48.55stinebdok, let me know when you do, i'll add you quick
02:48.58tmztthink vilord has any changes?
02:49.20tmztI'll be offline (ha) most of the night so I could hack on it if I could figure out how to build
02:49.26tmztalso would be good if usb worked
02:49.37tmztor maybe android terminal
02:49.55tmztthat's a weird one, can I just drop a better term apk on the sd card?
02:50.24babijoeeokay
02:50.31babijoeemy git user= babijoee
02:50.32babijoee:)
02:50.34stinebdbabijoee: also if you're interested in playing around with building aosp from source, you can take a look at some very early stuff i've done to add an xdandroid vendor to the android source tree: http://gitorious.org/xdandroid-eclair/xdandroid-vendor
02:51.00tmztwhy isn't that in qualcomm-on-msm?
02:51.13stinebdi don't have access
02:51.17stinebdbabijoee: added
02:51.19mcdullbabijoee, there is a build in blackstone fourm that enables partition as well, and with calibration as I remembered, worths to take a look.
02:51.26tmztif 95civic is xdandroid based can you explain how to build the ril?
02:51.28mcdullI mean the rootfs.
02:51.50tmzt<PROTECTED>
02:51.51tmztRepository
02:51.51tmztBryan D. Stine removed makkonen as collaborator from xdandroid-eclair/xdandroid-vendor
02:51.58tmztstinebd: why??
02:52.01babijoeemcdull partition for what?
02:52.15stinebdtmzt: why did i remove him? because i meant to add him to rootfs repo
02:52.23tmztah
02:52.46mcdullbabijoee, partition in SDcard, so like vogue.
02:52.58tmztI think I want to kill the sim test in this ril
02:53.06stinebdtmzt: i was doing several things at one time when i tried to add him to the rootfs repo and i misclicked halfway through ;)
02:53.32tmztwhat's vendor?
02:53.44tmztphhusson committed 1f894ca
02:53.45tmztAdd slow_sim and force_cdma options
02:53.49tmzthmm, can't be that easy
02:54.05tmztthat's what he was telling me
02:54.47stinebdtmzt: it's an addition to the aosp's source tree in /vendor/xdandroid for the xdandroid project to hopefully allow us to build images from source at some point
02:56.05*** join/#htc-linux AstainHellbring (~AstainHel@unaffiliated/astainhellbring)
02:56.23stinebdit's gonna take a lot of experimenting to get that done right
02:56.35babijoeestinebd: how do i push something :p
02:56.51babijoeei have some init changes
02:57.21stinebdbabijoee: make your changes locally, git commit -a, git push your-gitorious-url
02:57.36babijoeeah k
02:58.28stinebdyour-gitorious-url should be git@gitorious.org:xdandroid-eclair/xdandroid-vendor.gi
02:58.34stinebd+t
02:59.17tmztanybody know how to build ril without a full checkout of android?
02:59.41stinebdis it even possible?
02:59.46tmztdoesn't look like that's going to work
02:59.56tmzthmm, I'll just try force_cdma=1 then
03:03.08*** join/#htc-linux philipgian (~philipgia@athedsl-4500231.home.otenet.gr)
03:03.11jamenlangi thought the force_cdma was just for the tp2 and such
03:04.17makkonenyes. tmzt's got a tp2.
03:04.23makkonenrhod400
03:04.23jamenlangf
03:04.29Paul_Isheninbabijoee, should I send my init changes to you?
03:05.04Paul_Isheninsince you want to commit them somewhere?
03:05.37makkonensend them to someone who can commit them to the git repo, I guess. babijoee, myself, stinebd.
03:05.44makkonenwhat are the changes?
03:05.57Paul_Isheninwhat git repo are talking about?
03:06.17stinebdhttp://gitorious.org/xdandroid-eclair/eclair-rootfs
03:07.11mcdullthis repo is up to date, right? built based on the current rootfs?
03:07.24makkonenyes
03:08.03stinebdbabijoee said he's going to push some changes
03:08.29babijoeePaul_Ishenin: what exactly did you change?
03:09.08Paul_Isheninhttp://pastebin.com/m1fc53bb0
03:10.00makkonenaside from the sqlite bit, that's already been fixed.
03:10.45babijoeeline 149-150
03:11.08babijoeeah k
03:11.21makkonenshould the addition of the android APN be removed entirely? I'm not exactly clear on the point of it, and it's working incorrectly now (wrong number of arguments)
03:12.02Paul_Isheninid does not work now, and it adds some strange APN which is clear will not work for every provider
03:12.03jamenlangwould that eliminate the need to manually add the android APN for CDMA?
03:12.26makkonenbabijoee: there's also an apns-conf.xml in the system and in the rootfs... and they don't merge... the function at this point is somewhat strange.
03:12.52makkonenjamenlang: Yes, I believe so. but when I tried to fix it, it just kept adding them, which was no better.
03:13.08babijoeemakkonen: hmm afaik android uses the apns-xml in system/etc
03:13.18babijoeeso it does seem strange
03:14.10makkonenpretty sure it's using the one in /init.etc/... but when I reset to default, it uses /system/etc/
03:14.30makkonenprobably just down to my data.img being old or something.
03:15.07Paul_Isheninthis file: http://htcandroid.xland.cz/Android2.0.1-07.02.10.7z does not have the init changes I see in the git repository
03:15.22Paul_Isheninand as I see it is the latest release
03:15.40stinebdthere has not been a release from git yet
03:15.59Paul_Ishenincan I download uptodate rootfs.img somewhere?
03:16.09stinebdgit ;)
03:17.22Paul_Isheninmaybe autobuild can study how to release rootfs.img also?
03:17.48stinebdit'd be trivial to autobuild a rootfs from that
03:17.55stinebdi already wrote scripts to automate it (in scripts/)
03:18.27stinebdprobably not a particularly good idea though
03:19.05Paul_Isheninwell, a very good idea for windows users
03:19.24stinebdan especially bad idea for them. if it doesn't work, how do you fix it? ;)
03:19.39Paul_Ishenindownload earlier release
03:20.33mcdullbut the rootfs is something big, like 15MB. keeping all autobuild requires lots of space.
03:21.04Paul_Isheninno need to keeping all
03:21.17Paul_Isheninjust the latest released and the latest non-released
03:22.50makkonenaren't the zImage + module builds like 7mb? 13mb for the rootfs isn't a big deal.
03:22.54*** join/#htc-linux luminoso (~lumos@av-217-129-128-10.netvisao.pt)
03:23.14stinebd12887Kb for rootfs
03:23.20stinebdnot too big
03:23.26*** join/#htc-linux karafa (~karafa@ool-45735dce.dyn.optonline.net)
03:23.30makkonenthat's a weird number. I was just making them 15mb
03:24.14babijoeenot a bad idea
03:24.26stinebdi can set up a build host for them
03:25.15stinebdno fancy web frontend though, just the images :P
03:25.36makkonenthat'd probably be nice.
03:25.37Paul_Isheninenough for most of this channel users I suppose
03:34.05Paul_Isheninbtw, the correct SQL would be:
03:34.06Paul_IsheninINSERT INTO carriers VALUES(NULL, 'Android' , '310995' , '310' , '995' , 'internet' , '*' , '*' , '*' , NULL, NULL, NULL, NULL, Nul , -1, 'default' , 1)
03:34.39Paul_Isheninauthtype column was missing. it contains -1 for all other APNs
03:34.45babijoeestinebd: how do i push a single file
03:35.12stinebdbabijoee: you can only push what you commit
03:35.29stinebdif you want to commit a single file, use git commit path/to/file
03:35.42mcdullbabijoee, can you also fix this one? keystore( 1359): chdir: /data/misc/keystore: Permission denied
03:35.49mcdullmake it 777 should be fine.
03:35.58babijoeemcdull: opps wasnt editing init
03:35.59babijoeelol
03:36.03babijoeesome wifi changes
03:36.05stinebdthat has to be changed in init.eclair.rc i think
03:36.17Paul_Ishenindo we need to set 777 ini init?
03:36.33Paul_Isheninin init*
03:36.52Paul_Isheninthis needs to be changed only once, not for every boot
03:37.12stinebdinit.eclair.rc line 82:    mkdir /data/misc/keystore 0770 keystore keystore
03:37.45makkonenI recall changing the perms on /data/misc/keystore, and I still got those errors. so I'm not sure that's all that needs to be done.
03:37.55stinebd0770 should be enough honestly
03:38.06makkonen(though I didn't investigate any further, so maybe I needed to do more.)
03:38.11mcdullwhile I chmod in terminal, the error disappeared.
03:38.21babijoeestinebd: okay i want to send updated init.etc/wifi/loadit whats the command for that
03:38.24stinebdthen maybe not. i don't know who owns it
03:38.57makkonenbabijoee: I already did that.
03:39.11babijoeeooo
03:39.14babijoeelemme check
03:39.22makkonenit'd be git commit /init.etc/wifi/loadit
03:39.30stinebdbabijoee: make changes ; git commit init.etc/wifi/loadit ; git push
03:39.31babijoeeanyways whats the command so i know how to update things in future
03:39.36makkonenfollowed by git push
03:39.40babijoeeah k
03:39.41Paul_Isheninwhere is the xml list of APN's you told before?
03:39.44makkonen...actually..
03:40.24makkonengit push git@gitorious.org:xdandroid-eclair/eclair-rootfs.git
03:40.26makkonenI believe.
03:40.32makkonenunless you update your .git/config
03:41.09makkonenand you'll need to have your public key set up on gitorious, I think.
03:43.09babijoeeokay i'm going to do a dummy test
03:43.18babijoeejust to make sure i get it working
03:45.48*** join/#htc-linux evildarknight (~charles@41.211.72.136)
03:49.18*** join/#htc-linux irlolcopter (~irlolcopt@host81-152-193-147.range81-152.btcentralplus.com)
03:52.26babijoeehmm
03:52.29babijoeejoee@joee-laptop:~/rootfs_mount/rootfs/rootfsmount/init.etc/wifi$ git commit loadit git push git@gitorious.org:xdandroid-eclair/eclair-rootfs.git
03:52.30babijoeefatal: Not a git repository (or any of the parent directories): .git
03:54.18stinebdyou need to do the commit and push in two commands, not one like you have there
03:55.13stinebdalso, as you make changes, do it to the checked out repository you have, not a mounted image
03:55.26stinebd(or do it to a mounted image and copy stuff to your local repository)
03:58.57babijoeei mount it then modify it
03:59.26babijoeeah okay
03:59.48stinebdwhat you're mounting is a just generated image, there is no git repo after it's packed
04:00.10Paul_Isheninwho can add this operators to the apn-conf.xml: http://pastebin.com/d6a114734 ?
04:00.16Paul_Isheninthese*
04:01.40babijoeePaul_Ishenin: i can but i'm too lazy
04:01.53babijoeeif you can merge them and send me final file
04:01.58babijoeei can update in new package
04:02.17babijoeeooo
04:02.21Paul_Isheninwhere to send?
04:02.26babijoeei need to download the git repo for this eh stinebd
04:02.28karafadoes anyone have the link to the thread discussing getting MMS working on spring with android? I can't remember what board it was on
04:02.38babijoeepm me on xda
04:03.02stinebdbabijoee: yes, git clone git://gitorious.org/xdandroid-eclair/eclair-rootfs.git
04:03.07babijoeelol
04:03.12mcdullsomeone is calling a complete list of APN, http://forum.xda-developers.com/showthread.php?t=547718
04:03.19babijoeethanks
04:04.19karafasprint* rather
04:05.30Paul_Isheninno russian operators in that file
04:06.08|Jason8|add them!
04:06.36Paul_Isheninbabijoee, I don't see where is "add attachment" button in the pm
04:06.38babijoeemcdull: i really need an updated list
04:06.45babijoeeooo
04:06.57babijoeePaul_Ishenin: just upload it and give me link in pm
04:07.07babijoeei'll probally release a new build tommorow
04:07.46makkonenkarafa: it's in the Touch CDMA forum at xda-dev
04:09.03makkonenI would check how arcsoft mms works on sprint and then see if those values can be spoofed -- there's an android mms hack on xda-devs somewhere where you can change a bunch of the headers and such.
04:09.26Paul_Isheninbabijoee, where to upload?
04:09.43babijoeePaul_Ishenin: anywhere you like
04:09.47babijoeepreferbly not rapidshare
04:10.08Paul_Isheninamazing trouble just for a few lines to add
04:10.30karafayeah, someone on another form was arguing with me about MMS never working in windows mobile on sprint whatsoever, and I use it all the time in windows mobile, so i am trying to see exactly what this hack is all about
04:12.23babijoeePaul_Ishenin: hows it trouble?
04:12.36makkonenin winmo there's the picturemail app... but I think it does some trickery to interface in a nonstandard way with sprint's web mms gateway
04:12.39Paul_Isheninmaybe you have a email?
04:12.45mcdullbabijoee, will try to search one..
04:13.08mcdullcan anyone please confirm if these command line is useless?
04:13.10mcdull[    0.000000] Unknown boot option `lcd.density=240': ignoring
04:13.10mcdull[    0.000000] Unknown boot option `clock-7x00.a11=528': ignoring
04:13.10mcdull[    0.000000] Unknown boot option `pmem.extra=1': ignoring
04:13.16babijoeeokay
04:13.28babijoeepermission denied ( publickey )
04:13.49mcdullif so, we shall remove them all from our lately startup.txt.  Not to confuse.
04:14.06makkonenno
04:14.07mcdullstrange that not even the lcd.density being recognized.
04:14.11babijoeemcdull: they are not ignored
04:14.27babijoeejust ignore those messages :)
04:14.30makkonenthe lcd density is ignored by kernel, but processed by higher level system.
04:14.35mcdullok.
04:14.43makkonenthe other two are actually useless at this point, I believe.
04:15.04mcdullI guess so. pmem.extra=1 is useless now
04:15.07babijoeemakkonen: how to fix publickey?
04:15.26karafaI know about the picture mail app, but I have never installed that and it's not in any rom i've ever used on sprint and i can always use the normal mms compose thing..
04:15.35makkonenbabijoee: did you upload one?
04:15.58babijoeeyeah tried to
04:16.37babijoeeand then said permission denied: publickey, the remote end hung up unexpectedly
04:17.26makkonenI'm trying to find the instructions I used to generate the public key.
04:17.38babijoeethanks
04:17.58*** join/#htc-linux randomblame (~kevin@c-71-59-184-96.hsd1.wa.comcast.net)
04:18.50mcdulldo you guys have any idea on these error after running neocore?
04:18.54mcdulldalvikvm( 1934): +++ not scanning '/system/lib/libexif.so' for 'initAppData' (wrong CL)
04:18.54mcdulldalvikvm( 1934): +++ not scanning '/system/lib/libsrec_jni.so' for 'initAppData' (wrong CL)
04:18.54mcdullQXEngine( 1934): WARNING: device does not support eglSurfaceScaleQUALCOMM extension, viewport will be centered for lower resolutions
04:19.19Paul_Isheninbabijoee, check your pm
04:19.31mcdullespecially of what (wrong CL) stands for.
04:19.36babijoeethanks Paul_Ishenin
04:20.25*** join/#htc-linux MrPippy (~pip@adsl-75-11-172-186.dsl.sndg02.sbcglobal.net)
04:20.28Paul_Isheninbtw, why we don't have camera, album, calculator applications installed by default?
04:20.42karafacamera app doesn't install for some reason
04:21.11Paul_IsheninI installed it using adb
04:21.50karafaand it didnt fail?
04:21.50makkonendoes the camera app do us any good?
04:22.08Paul_Isheninit fails of course, but anyway
04:22.12karafaoh, ok
04:22.15karafayeah, same for me then.
04:22.40karafaif it worked, we'd be able to work with images a little better, i think. like setting them as wallpaper and such
04:22.53Paul_Isheninbut at least calculator and gallery dont fail
04:23.04karafai can't get gallery to install either
04:23.22*** join/#htc-linux irlolcopter (~irlolcopt@host81-152-193-147.range81-152.btcentralplus.com)
04:24.27Paul_Isheningalley works very well
04:24.28babijoeePaul_Ishenin: i'm too lazy
04:24.35babijoeeholidays are no good
04:26.28Paul_Isheninwell, I suppose it is possible to use git for this. I can create a change and someone can review and push it
04:26.32makkonenbabijoee: I can't find the instructions I used.
04:26.43babijoeethats okay
04:26.51babijoeehopefully stinebd might have it
04:27.38stinebdbabijoee: have what?
04:27.48babijoeePaul_Ishenin: besides i want a massive update for apns not just 1 or 2....
04:27.50makkonenanyway, I remember it failing when I used a non-rsa key, so I created a new one.
04:28.08makkonenis there any harm in having a bigger, more complete apns-conf.xml?
04:28.11babijoeei have publickey errors stinebd
04:28.31stinebdbabijoee: did you add your pubkey to the gitorious account?
04:28.42babijoeehow?
04:29.12stinebdbabijoee: http://gitorious.org/, click on the Manage SSH Keys button
04:29.14*** join/#htc-linux irlolcopter (~irlolcopt@host81-152-193-147.range81-152.btcentralplus.com)
04:29.27makkonenyou create the key with ssh-keygen -t rsa
04:29.57makkonenthen you follow the instructions, and at the end, you open id_rsa.pub, and upload that to gitorious.
04:29.59Paul_Isheninbabijoee, actually I need only one APN to be added to the list but instead I added all the 3 big russian operators. I hope you don't expect I will add more there
04:30.44babijoeePaul_Ishenin: go for it :)
04:30.51*** join/#htc-linux rashire (~ed1112war@98.114.89.97)
04:36.52bkeroSGMLParser is a pain in the balls.
04:37.41bkeroWhoops, wrong channel. :)
04:40.01mcdullbabijoee, I got a full list of MNC MCC code, but no APN info yet.. is it useful to you?
04:40.20babijoeemcdull: not really :p
04:40.27babijoeei think stinebd might be able to help you out
04:40.28mcdullnormally APN list contains MNC MCC..
04:40.40stinebdhttp://maduin.southcape.org/~xdandroid/rootfs-build/
04:40.50babijoeemcdull: hmmm for which operators?
04:40.59stinebdall cron'd up for 10 minute updates
04:41.02stinebd(hopefully)
04:42.25mcdullbabijoee, sorry, doesn't mean anything... why we cannot dump the list from existing HTC device?
04:42.54babijoeemcdull: i have :p
04:42.58babijoeefrom the nexus one
04:44.05ali1234well, for the record, MNC & MCC is in the modem/radio rom and can be dumped from just about any phone ever made with an AT command
04:44.16ali1234APN list is a little bit harder to compile though
04:45.41mcdullbabijoee, is it complete?
04:45.52stinebdcan you set commit hooks on gitorious?
04:45.55babijoeemcdull: never
04:46.03babijoeetoo many people complain
04:46.04karafathis is a little unclear to me, do they have MMS working on any sprint android ports, like the touch/vogue?
04:46.22mcdullI guess HTC has the more complete list ...
04:46.24babijoeestinebd: how :p
04:46.30babijoeei'm complete git noob
04:46.33mcdullwhat about dumping from Hero rom?
04:46.48stinebdbabijoee: that's a question for gitorious experts really. i'd like to know if/how it's possible
04:46.50babijoeei think nexus one has most recent apn update
04:46.50mcdullnot much ppl complains on network config in windows mobile.
04:47.01stinebdcause i would set a commit hook to trigger my build bot if possible, as opposed to using cron
04:47.26stinebdi imagine it's not possible though
04:47.27karafaand whats to stop someone from dumping whatever you'd need from the samsung moment or hero to get MMS working?
04:48.03MrPippytmzt: usb isn't working on rhod?
04:48.20babijoeeokay i just pushed :)
04:48.28babijoeehopefully it worked :p
04:49.02makkonenstinebd: glemsom does it based on rss, no?
04:49.33babijoeehmm what did i do?
04:49.47stinebdmakkonen: still cron-based, though. i just have it go by git id from the local repo
04:50.01stinebdi'd love a hook so that it doesn't need cron :)
04:50.08stinebdnot a big deal anyway
04:50.08makkonenyeah. that would be more elegant.
04:50.34makkonenhmm. loooks like the generate script needs to make it bigger after adding dropbear.
04:50.49stinebdyes
04:51.00babijoeestinebd: can you have a look at what i have done :p
04:51.02stinebdi have it set to 15MB now
04:51.07stinebdbabijoee: uh oh
04:51.10babijoeei'm not entirely sure what happened
04:51.36makkonenhmm.
04:51.43stinebdbabijoee: what command did you use?
04:51.54stinebdoh my
04:52.03babijoee=/
04:52.07babijoeedont sound like that
04:52.10babijoeehopefully you can undo
04:52.15makkonenit's easy to undo.
04:52.25babijoeehopefully you can undo
04:52.29babijoeeoppps
04:52.32makkonenone of the plusses of git.
04:52.33babijoeegit commit init.etc/wifi/loadit
04:52.35stinebdheh, you "kinda" already did undo
04:52.47makkonentrue. nothing actually changed here.
04:52.47babijoeegit push git@gitorious.org:xdandroid-eclair/eclair-rootfs.git
04:53.17babijoeewhat did i push?
04:53.18babijoeelol
04:53.27stinebdbabijoee: ok one lesson you learned is to always check your commit before you push it ;)
04:53.50babijoeehuh?
04:53.51makkonenbabijoee: ok, some useful commands:
04:53.56babijoeethamks
04:54.45stinebdbabijoee: http://git.or.cz/course/svn.html
04:54.57stinebdi used to use that guide so you might get useful information from that
04:55.02makkonen'git status' -- shows the status of your tree... how far ahead you are of the main repo
04:55.06makkonen'git log'
04:55.21makkonenshows the log of all the commits
04:56.44mcdullAnyone knows about access linux platform?
04:57.09makkonen'git diff' can do all sorts of things. 'git diff HEAD^' shows the difference between what you've got right now in your working tree and the last commit. (HEAD is the working copy. ^ means the ancestor of it.)
04:57.19mcdulllocated here: http://alp.access-company.com/index.html
04:57.34mcdullseems a wonderful platform powered by linux.
04:57.45makkonen'git pull' grabs the changes from the origin and updates the local repo
04:58.48makkonenAccess? isn't that what palm was transition to before they gave it up?
04:58.55makkonens/transition/transitioning
04:59.37mcdullYes, and their netfront browser is excellent.
05:02.03mcdullok.. lunch time. cya.
05:02.24babijoeethanks guys
05:02.36babijoeeanyways i'm off bbl tonight
05:02.47stinebdnight
05:02.54jamenlangso what happens to the push that joee just made?
05:03.02stinebdi scrubbed his commits
05:03.09stinebdthey're gone
05:03.19makkonenhow do you scrub them out?
05:03.56jamenlangi'm confused, weren't the commits a good thing? or was that just a trial push
05:04.07stinebdfast-forward your local repo with pull, find the commit id of the last good commit (which you did for the sdcard stuff in init), git reset --hard commitid, git push <remote> +master
05:04.16*** join/#htc-linux rashire (~ed1112war@98.114.89.97)
05:04.17stinebdyou need +master to remove the history from the bad commits
05:04.37stinebdgit push --help talks about non-fast-forward pushing, which is what that is
05:04.48makkonengotcha
05:06.04stinebdit takes some time to disappear from gitorious though
05:06.17makkonendidn't realize you could actually mess with that stuff once it had gone upstream.
05:07.07stinebdbe very careful if you have to do it ;)
05:08.08makkonenyeah. it's one of those things that can really mess up other people's repos
05:08.20karafawas that whole battery charging vs suspend thing that you guys were talking about sorted out?
05:08.21*** join/#htc-linux Vito89 (~quassel@gw.loccal.net)
05:08.27makkonenno
05:10.48*** join/#htc-linux mcdull2 (~mcdull@203.210.8.176)
05:11.36stinebdi should probably remove the rootfs it generated too :D
05:12.31*** join/#htc-linux goxboxlive (~jrs@mail2.hjellnesconsult.no)
05:13.09jamenlangmaybe that's a better question, where is the rootfs that is built stored at
05:14.43stinebdhttp://maduin.southcape.org/~xdandroid/rootfs-build/
05:15.06jamenlanggreat!
05:19.39makkonenI can run the generate script that's in the rootfs/scripts directory without it overwriting anything, right?
05:20.04makkonenas long as the tmpdir and destdir don't interfere with my active repository
05:20.32stinebdmakkonen: right
05:20.37stinebdmakkonen: note the sudo requirements though
05:20.52makkonenyeah
05:21.06*** join/#htc-linux rashire (~ed1112war@98.114.89.97)
05:23.16makkonenseems a little wasteful to pull a fresh clone every time.
05:23.47stinebdi have it clone from a local repository which pulls periodically
05:23.54makkonensmart
05:24.14makkonenI'll probably just have it copy my working repo
05:24.17stinebdyou can just give git clone a directory
05:24.24makkonenah.
05:24.52stinebdthat's the great thing about a distributed vcs :)
05:26.19makkonenthe more I use git, the more impressed I am.
05:26.55makkonen'git diff --name-status' -- awesome
05:27.28*** join/#htc-linux irlolcopter (~irlolcopt@host81-152-193-147.range81-152.btcentralplus.com)
05:30.20*** join/#htc-linux fleixius (~fleixius@unaffiliated/fleixius)
05:31.20MrPippyhmm i still don't get how the phone detects if its connected to usb or ac charger
05:32.01*** join/#htc-linux rashire (~ed1112war@98.114.89.97)
05:35.58karafado you mean charging in general or telling the difference between AC and USB charging?
05:39.30makkonenac vs usb. there's a single bit in smem that determines if it's connected to a charging source; I think MrPippy confirmed that earlier today.
05:42.21stinebda single bit?
05:42.34stinebd0 = no charger, 1 = ac charger... 2 = usb? ;)
05:42.53stinebda ternary bit
05:43.09karafathats interesting, i've had cases where the phone has identified a car charger as USB and usb cable as AC power, I thought maybe it was related to that hack where you can draw a few extra hundred mA from USB for 'fast charging'
05:43.16makkonenthat's... that's not how bits work.
05:43.35stinebdit is if it's magic
05:43.45karafahah
05:47.19mcdull2testing voice input
05:47.46stinebdwow
05:48.46*** join/#htc-linux mcdull (~blackston@n11648167249.netvigator.com)
05:48.57makkonen?
05:51.47mcdullthere is still no way to force usb initialize without connecting before haret, right?
05:52.06makkonennot that I'm aware of.
05:52.20jamenlangwhat are you doing over usb?
05:52.31makkonenadb
05:52.35mcdulladb most of the time
05:52.41jamenlangwhat OS?
05:52.49makkonenwindows, here.
05:52.52mcdullboth *nix and windows
05:53.11mcdullwindows for now.. coz it has droid explorer..
05:53.15jamenlang7? vista? i can't get mine to work
05:53.24makkonen7.
05:53.24jamenlangi want to use droid explorer sooooo badly
05:53.30mcdullyou need to set single interface
05:53.42makkonenadd 'echo 2 > crap, I can't remember
05:53.57jamenlangdone
05:54.22mcdullecho 2 > /sys/devices/platform/msm_hsusb/usb_function_switch
05:54.23makkonenecho 2 > /sys/devices/platform/msm_hsusb/usb_function_switch
05:54.26makkonendamn, too slow.
05:54.28mcdullin your custom script.
05:54.35jamenlanglol, echo all up in here
05:54.50mcdulla real echo
05:54.52*** join/#htc-linux leobaillard (~leobailla@leobaillard.org)
05:55.23jamenlangk so i put that in the eclair user conf or i could prolly use terminal emulator huh
05:55.44jamenlanghow'd your mic test go mcdull?
05:55.52mcdullfailed.
05:55.57mcdullon my blac100
05:56.15mcdullstill need to make a call to initialize.
05:56.34makkonenjamenlang: yeah. either should work fine. and, of course, remember to have activesync connected, 'enable advanced network functionality' turned off before you boot android.
05:57.04mcdullseems there is a new version of droid explorer at early Feb
05:57.14jamenlangdamn, sorry bud
05:57.19mcdullmakkonen, no need.
05:57.41makkonenno?
05:58.12mcdullno need afaik
05:58.32mcdullI even connect it to ubuntu sometimes.
05:58.48mcdulland I have disabled activesync most of the case.
05:59.09mcdulljust get the usb cable connected to an OS.
05:59.25makkonenhuh
05:59.29makkonengood to know
06:00.20mcdulljamenlang, remember, it breaks linux adb with this hack
06:00.32jamenlangwhat breaks it
06:01.01mcdullthe custom string
06:01.16jamenlangbut droid explorer works?
06:01.21mcdullyes
06:01.24jamenlanggood deal
06:01.30jamenlangit's nice to trade up
06:01.41mcdullanyone knows why my linux adb always showing device offline?
06:03.27mcdullso you got a virtual usb storage.
06:03.43mcdulla file manager that access your /sdcard
06:04.30jamenlangwhat other options are there for that usb_function_switch?
06:05.08mcdullmost functions are not working properly.
06:07.07mcdulland you can never mount the sdcard as usb storage and the system is running over the sdcard
06:09.03jamenlanglol, i can't put the > in pterm
06:09.26makkonenmost soft keyboards have a symbol mode
06:09.32*** join/#htc-linux Tinyboom (~nahh@ti0121a340-dhcp0200.bb.online.no)
06:09.58mcdullput in startup script. you have to do it anyway.
06:10.02jamenlangthe only available input method is the hardware keyboard afaics
06:10.15jamenlangright
06:11.08mcdullnot much change with the new build.
06:11.17mcdullI mean the droid explorer
06:13.59jamenlangwow, for some reason it's already in the conf file
06:14.02jamenlanglast line
06:14.05jamenlangnice.
06:14.27makkonenmm. maybe I had it in my package. couldn't remember.
06:14.37mcdulljamenlang, what machine you have?
06:14.54jamenlanggot a laptop running ubuntu and a desktop running windows 7
06:15.00mcdullI mean mobile
06:15.02jamenlangraph800 for the phone
06:15.13mcdullok...
06:15.27mcdullso how come you cannot connect to adb before?
06:15.48jamenlangi guess we'll find out shortly!
06:15.55mcdulloh.. for others information. there is no need to turn off touchflo to boot your android even your 3D doesnt work.
06:16.22jamenlangi'll tweet that
06:16.23*** join/#htc-linux irlolcopter (~irlolcopt@host81-152-193-147.range81-152.btcentralplus.com)
06:16.57karafaso touchflo doesn't have any effect either way on getting hw3d to work in android?
06:17.33mcdullkarafa, yes it does, but it would not prevent device to boot even hw3d not works.
06:18.02mcdullfor those devices working, touchflo is still needed to initialize the 3d engine.
06:18.22karafaohh, i see
06:18.38mcdullthe funny thing is, I got no error message from my blackstone about 3D engine.  It just not rendering the surface,
06:19.12*** join/#htc-linux leobaillard_ (~leobailla@leobaillard.org)
06:19.51mcdulloh.. the voice recognize engine is excellent in android.
06:20.03mcdullbut the TTS is bad.
06:21.05jamenlangi'd say TTS is better than in windows mobile
06:21.10jamenlangat least it's dynamic
06:21.45mcdullTTS in winmo is somehow better (the commercial choice)
06:22.00mcdullbut it is quite expensive.
06:22.57jamenlangk, the device manager is showing HTC dream
06:23.06jamenlangwe good so far?
06:23.58randomblameanyone know if there is a distro that will work with the already initiated htc_fb_console, I tried angstrom, busybox, and android and everything wants to use msm_fb can I switch that handover off?
06:25.04randomblameprobably not
06:28.26mcdulljamenlang, unknown yet.. just connect to droid explorer directly. if it doesnt detect, replug device.
06:28.53jamenlangworking on installing it
06:31.01jamenlangwell that was easy
06:31.03jamenlangthanks guys
06:32.47jamenlangoh.. for a heads up.. be wary of unsupported characters in music files, if android finds an unsupported character in a filename, it will just stop searching for more music, this probably goes for other files as well.
06:34.24jamenlangi'm off to bed, ttyl thanks again :P
06:45.23*** join/#htc-linux M1DLGpc_ (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
06:50.27mcdullanyone tried the flash 10.1
06:50.29mcdull?
06:52.48makkonenNot I
06:57.32mcdullis it true that the HTC desire comes with flash 10.1?
07:01.26Paul_Isheninnews says that it has support for adobe flash 10.1
07:01.42MrPippyok i've got a patch for the vbus stuff, its crude but at least the switch between battery and cable works right
07:02.02makkonenwhat'd you do?
07:02.36MrPippyit sets usb or battery based on what the smem vbus bit is
07:03.04MrPippyi haven't tested if the wakelock is being released properly, but it should be
07:03.58makkonencool. it looked like it was doing that already -- what was getting in the way?
07:05.03MrPippyit wasn't, if it was on battery (and i'm not sure there was any way for it to be set to battery) and vbus was on, it would go to usb
07:05.11MrPippybut no path to go back the other way to battery
07:05.40*** join/#htc-linux fleixius (~fleixius@unaffiliated/fleixius)
07:05.41makkonenah
07:07.44MrPippyis 3d working for you since phh's changes yesterday?
07:08.01makkonenhaven't pulled since then.
07:08.35makkonenis it busted now?
07:09.24MrPippyits not working for me
07:09.37*** join/#htc-linux bzo (~chatzilla@netblock-68-183-234-105.dslextreme.com)
07:10.20makkonenI wish there was actually something interesting you could do with 3d.
07:10.25bzobroken for me as well
07:10.44MrPippyyeah honestly we're spending a lot of time to make the bootanimation and neocore work
07:10.59karafamrpippy: does the patch make suspend work again?
07:11.56makkonenoh, that reminds me. I want to get my accelerometer settings right so I can play jumpyball. that uses 3d.
07:12.08bzowith winmo7 revealed, it wouldn't be surprising for android to go more 3d in the UI
07:12.19MrPippyi think suspend works, not sure how i would tell though
07:12.33karafaif it lasts for more then 3 hours, hah
07:12.53makkonenstick pm.debug_mask=2 in your cmdline and feel for the buzzes
07:12.59bzoMrPippy: open an adb shell, and cat /proc/kmsg, it is pretty obvious when it suspends
07:13.31makkonenhey, /proc/kmsg is working. wonder when that happened.
07:14.04bzoerr, actually I guess you would want to open a shell in android, won't sleep connected to usb :)
07:14.20bzobut, I did test it that way when I disabled the vbus wakelock
07:14.40MrPippyyeah i think it is (at least its trying): request_suspend_state: sleep (0->3), Freezing user space processes, Sending arm9_low_speed 7
07:14.42makkonenok... adding the android apn from the init script seems... flaky, and just a weird/possibly stupid design decision. I should probably just fix the apns-conf.xml. stupid squashfs hassles.
07:15.04bzoyep, sounds like suspend to me. Otherwise you would see a vbus wakelock msg
07:15.56karafawhat do you think broke 3d? that 8mb GPU SMI thing?
07:16.22MrPippyi think so, i'm gonna try with 7MB
07:16.36makkonencd ~
07:16.40makkonenoops
07:16.52bzoMrPippy: so was the charge status broken for GSM as well?
07:17.24MrPippyi think so, i don't see how it could go to charger_battery either
07:17.58bzoI don't understand how those guys were getting the battery life they were getting?
07:18.56makkonenI'm pretty sure the cdma radio wakes up from suspend a whole lot more often than the gsm one does.
07:19.39bzoright, but it doesn's sound like the GSM phones were able to suspend either
07:19.54makkonenoh. maybe those tests were done before things got broken?
07:20.14mcdullbut 7 MB seems not enough for WVGA device.. isn't it all WVGA device got no 3D?
07:21.00mcdullMrPippy, your mic fix not working on blac100
07:21.13MrPippyok
07:21.22MrPippyit works if you make a call before booting?
07:21.51makkonenit works, but you need to make a call in android before you can do anything like voice search, I believe.
07:22.40mcdullmakkonen, I know, so I say the fix not working.
07:23.27makkonenyeah. I was just clarifying, from the way I understood the problem.
07:23.43bzomakkonen: possible it was broken recently. i see a number of commits to htc_battery_smem.c in the last month
07:24.02makkonenyeah, a bunch of things got changed.
07:24.06MrPippyi still haven't heard if the mic fix works on any gsm
07:24.15mcdullhttp://android.selfip.info:9999/Android/screen/3d01.jpg
07:24.30makkonendroid explorer screenshot?
07:24.51mcdullyes,.. what you guys think? I cap it running on my blackstone.
07:24.54makkonendoesn't work on my raph800, either.
07:25.00mcdull3D + XDAndroid 2.0.1
07:25.13mcdullcould it be vsync problem?
07:25.23makkonenI think it's droid explorer being not designed for higher rez devices.
07:25.44mcdullmakkonen, no , it works perfectly.. (using screen cast)
07:25.47MrPippyum...the actual device screen is just blank, right?
07:25.58mcdullno .. it shows exactly the same thing.
07:26.01makkonenoh
07:26.14mcdullnot the latest build .. some builds earlier.
07:26.23mcdullbut it must be some sorts of 3D.
07:26.35mcdullthe game light racer 3D lite
07:27.14mcdulland it is 3D accelerated.. coz I used to have software render, it works fine in 1 fps.
07:28.14mcdullmakkonen, you can always use screen cast to capture andorid screen.
07:28.34makkonennever worked for me. I'll give it another try.
07:28.50makkonenscreenshots all looked like that, even though the screen looked fine on-device.
07:28.55mcdullnot srcreenshot.
07:29.11mcdullno.. the screenshot is overlapped.  This one is not.
07:29.22mcdullcould someone pls tell if it is the vsync problem?
07:29.37makkonenah. screencast, then. I think it just crashed my system when I tried it. don't recall exactly.
07:29.40MrPippyyeah going back to 7MB worked
07:30.35Paul_Isheninwhere do you get pmem settings for the phones? I'm trying to see what need to be done for camera
07:30.53Paul_Isheninhero has the next pmem base address for camera: 0x27000000
07:31.12mcdullpmem.c
07:31.16Paul_Isheninand I see that for diamond we have 0x3a00000
07:31.31Paul_Isheninvery different values
07:31.59mcdullwe have only allocate 1M to camera.
07:32.11mcdulland most other devices, at least 8MB
07:32.19mcdullthe address is not an issue.
07:33.05mcdullit is just the allocation of ram for the use of the device.  diamond has 64MB SMI  where hero is 32MB, so it may be put in somewhere else.
07:33.27mcdullbut 1MB is definitely insufficient.
07:33.27Paul_Isheninah, so it is not a camera memory or so
07:33.43*** join/#htc-linux BabelO (~fcr@unaffiliated/babelo)
07:33.48mcdullyes.. camera memory.. but the entire machines share all common memory.
07:34.07mcdulloh.. bad grammar .
07:34.07Paul_Isheninand there is no difference where to map camera memory?
07:34.30Paul_Isheninmcdull, I'm not an englishmap, your grammar is ok for me
07:34.32mcdullcould make some difference, but not knowing yet.
07:35.02mcdullthe current memory setting is almost giving up the camera part.
07:35.37mcdullanyway, you can go and take a look at  linux-msm/arch/arm/mach-msm/pmem.c
07:35.51Paul_Isheninof course I already did
07:35.59mcdulland also pm.c
07:36.07Paul_IsheninI'm trying to compare what does hero do and what do we do
07:36.41mcdullcant really compare .. not even the vogue has camera working (on 2.0.1
07:37.19mcdullmay be you can try disabling gpu1 and allocation all gpu1 memory to camera.
07:37.20Paul_Ishenin?
07:37.44MrPippyyeah suspend seems to work, although it woke up again after a couple seconds
07:38.00Paul_Ishenin"vogue has camera working" how to translate?
07:38.37mcdullsorry.. I mean the camera vogue still not working.
07:39.46Paul_Isheninhero has 16Mb for camera
07:39.55Paul_Isheninand we only 1 Mb
07:43.29mcdullSo as I mentioned, it means given up.. atm.
07:43.44Paul_Ishenineven if I disable gpu1 I only get +8Mb more
07:43.50Paul_Ishenin9 < 16
07:44.32mcdulldiamond has less memory then others.. or you need to spend more pmem.
07:45.59mcdullreduce the pmem in SMI to 10MB
07:46.29mcdulloh, remember the comment on the pmem is not correct. it is 16MB actually. not 19.
07:46.30Paul_Isheninwhat is SMI?
07:46.56mcdullFaster ram.
07:46.58mcdullpmem_setting.pmem_start=MSM_SMI2_BASE;
07:46.58mcdullpmem_setting.pmem_size=0x1000000;//19MB
07:47.00mcdullhere
07:47.10Paul_Isheninyes, I see that 19Mb is wrong
07:47.19Paul_Isheninand I see this lines
07:48.04mcdullok.. for simplicity, change pmem_size to 8MB and use remaining gpu1 address for camera.
07:48.08mcdullbut I doubt it works.
07:48.27Paul_Isheninof course it will not
07:48.36Paul_Isheninother things needs to be done too
07:48.43mcdullI doubt it was the initializing problem.
07:48.58mcdullha.. may be starting haret while capturing.
07:49.30Paul_Ishenin:)
07:49.38Paul_Isheninso no need to initialize anything
07:50.38mcdullI guess there are initializing code in android, but the code was wrong.  So even we start it with haret, the init code in android may also break it.
07:51.13mcdullsome users experienced that android broke the camera after rebooting in winmo.
07:51.19*** join/#htc-linux fleixius (~fleixius@unaffiliated/fleixius)
07:51.24mcdulland was reported a few times.
07:52.02karafawow, hah
07:52.21Paul_IsheninI see the cheaper way is to sell diamond and buy hero
07:52.32mcdullbut there is no fun..
07:52.58mcdulldiamond is so close to a working android phone.
07:53.18mcdulldid you try launcher 2?
07:53.37makkonenMrPippy: Can I see your changes to htc_battery_smem?
07:54.30Paul_Isheninwhat is launcher 2?
07:54.46mcdulllauncher in Google N1.
07:54.58mcdulluses 3D.. I am in no luck.
07:55.03MrPippyyeah i'm gonna push the battery changes now
07:55.09makkonencool. thanks.
07:55.16mcdulloh.. what changes it brings?
07:58.28karafaare you planning on reverting that 8mb change as well?
07:59.50mcdullthe 8mb change is essentially needed. and it doesnt breaks all devices, so we need a fix on it.
08:00.14karafaoh, which devices does it break?
08:00.33makkonencdma diam/raph, I think
08:00.39mcdulldiamond as well
08:01.32mcdullI was trying to figure out if WVGA need some extra memory settings on 3D.
08:01.43mcdullbut it gives no error.... hard to tell.
08:02.44MrPippyok pushed
08:04.41mcdullhow to show the git diff?
08:05.01MrPippyi usually use gitk to look at diffs
08:05.05fleixiusgitk
08:05.06fleixius:-)
08:05.10fleixiusBest tool out there so far.
08:06.05mcdulloh.. the font is SUPER ugly.
08:08.56makkonenthe everything is super ugly.
08:09.25mcdullthe the gitk is like running off from an emulator.
08:09.41makkonentk is an abomination. but it's still very useful.
08:21.36*** join/#htc-linux zachy (~george@ip-85-160-57-127.eurotel.cz)
08:21.38randomblameugly font
08:21.44randomblamewow
08:21.51randomblamewish I could complain about such things
08:22.25makkonenhaha. when you're complaining about fonts, life must be good, eh?
08:22.43randomblameyes indeed
08:23.03mcdullhow ltorunforthe /
08:23.07randomblamethe only font I've seen is the 8x8 frame buffer console font
08:23.26randomblameI do like the newer version though, cyan on black much better looking ha
08:23.43mcdullIt is now full loading my nix box...
08:24.03karafayou guys are doing awesome with all this. i'm amazed as how far it has come. android's been my main os for a month now, keep up the good work, it's greatly, greatly appreciated.
08:25.35mcdulldont tell me that it fetches all changes right now.
08:25.54randomblameyay firefox 3.6
08:26.10randomblameubuntu is slow at updating their packages
08:27.00mcdullthe gitk is not responding at all.
08:27.15mcdullkeep writing on my flash drive (whee the ubuntu installed)
08:28.40randomblameI need an external hard drive before I install ubuntu, I'm going virtual machine at the moment because I have over a terabyte of very important files that cannot be lost. It makes everything so much more difficult.
08:29.28randomblamebut I got 3d enabled finally transparencies and wiggly windows ftw
08:29.50mcdullhow do you get 3d enabled in vmware?
08:30.03mcdullI am under vmware as well
08:30.06randomblameI'm using virtualbox
08:30.23mcdullso virtualbox supports 3d under ubuntu ?
08:30.36randomblameyou have to install the vbox guest additions, pretty easy
08:30.41mcdullI used to install the virtualbox, but it refuses to boot from my flash drive.
08:30.57randomblameis it a usb drive? or ssd?
08:31.07mcdullusb flash disk
08:31.18*** join/#htc-linux chrialex (~chrialex@173-22-63-52.client.mchsi.com)
08:31.23randomblamewhy not use a disk image on your hard drive? it would be far faster and you'd have more room
08:31.53mcdullcoz I need to bring this flash around.. at home / at work / and third party computer without virtual machine.
08:32.28mcdullat home / work I uses vmware.  Otherwise, I boot the ly.
08:32.45mcdullshxt ... the gitk keeps working...
08:33.04mcdullwriting to storage endlessly.
08:33.07randomblameI know vista and 7 are very restrictive when it comes to any "removable" storage
08:33.56mcdullno necessary.. I just plugin as a storage and the vmware pick up as a storage and boot from it.
08:33.56randomblamethat could be the problem, your host os is not supplying the proper access to the drive
08:34.13mcdullI am currently using macbook pro.
08:34.16mcdullwith XP
08:34.34randomblamelol
08:35.09randomblameyou paid the apple tax to run xp?
08:35.15randomblamexp makes me want to cut myself
08:35.49mcdullvmware fusion, again, refuse to boot external storage.. and macbook itself wont boot usb flash with MBR.
08:36.13mcdulland I need to use droid explorere.
08:36.28randomblame<PROTECTED>
08:36.39randomblameeven on my i7
08:36.54randomblameit's a software layer, not a hardware wrapper
08:37.00mcdullits ok. I just use it for irc / compiling kernel and check the git.
08:37.02*** join/#htc-linux chrialex (~chrialex@173-22-63-52.client.mchsi.com)
08:37.21mcdullregret on running gitk.
08:37.32mcdullguess I have to wait forever.
08:38.02mcdullhope it is not killing my flash drive. I uses ext3 on it.
08:38.24mcdullnot expecting such heavy access.
08:39.06randomblamewith virtual box guest additions the most useful thing is mouse integration, so if you have the virtual machine in a window not maximized you can click in any os and it will work without having to lock in on one, also copy/paste works between os's
08:39.45makkonencopy/paste stopped working on mine last night, and I haven't restarted the guest os yet. it's funny how much you realize you rely on those things when you suddenly lose them.
08:40.11randomblameflash drives use cheap memory, 2 or 3 bit, they can only stand so many writes hopefully you didn't put a page file on it
08:40.39mcdullvmware is more advance, you can drag and drop a file between os.
08:40.49randomblamethat's pretty cool
08:41.41randomblameI can't even get virtualbox to work with networking
08:41.49mcdullmine flash  is cruzer extreme..
08:42.06randomblameI have to upload each zimage to a server, and download them in windows to test
08:42.41*** join/#htc-linux kiozen (~oeichler@p54920F91.dip0.t-ipconnect.de)
08:42.49mcdullwhy not connecting the phone / card reader to virtualbox directly?
08:43.06randomblamecrashes every damn time
08:43.56*** join/#htc-linux droid001 (~g1@p4FDCA784.dip.t-dialin.net)
08:44.00makkonensame here
08:44.00mcdulloo.. to me vmware is more stablle.
08:44.21randomblameprobably because in vista/7 activesync  is integrated
08:44.23mcdull>.< I finally be able to quite gitk
08:44.33*** join/#htc-linux droid001 (~g1@p4FDCA784.dip.t-dialin.net)
08:44.34randomblameand it's always using the device
08:45.18mcdullthere is an option to disconnect device from host. for both vmware and virtualbox
08:45.42randomblameI have a 3 disk raid0 array and that's the only thing keeping me from installing it natively, I don't want to break it it's so finicky
08:46.27mcdullraid0 with 3 disks? and you are saying those files are important?
08:46.35randomblamelol
08:46.39mcdullhow dare you are.
08:46.47randomblameI be brave
08:46.59mcdulllucky you.
08:47.07randomblame3 7200.12's single platter 500gb drives
08:47.12randomblamethey're wicked fast together
08:47.44mcdulland they are seagates.... omg
08:47.58randomblameit's the .11's ya gotta worry about :D
08:48.16randomblamethe only thing I don't trust is the intel raid controller
08:48.40mcdullha.. for recent drives, the smart status never works.
08:48.51mcdullthey die when they want to.
08:48.58randomblameyep
08:49.14randomblamesmart warning kicks in only when it's already broken
08:49.21*** join/#htc-linux chrialex (~chrialex@173-22-63-52.client.mchsi.com)
08:49.40mcdullwhen they die.. completely .
08:50.17mcdulldamx it... it still accessing storage after I exit the gitk... guess it is killing the cache,.
08:50.28mcdullnever use it again.
08:50.41randomblameI have most of my important files backed up on dvd's and my source is all on gitorious but god I don't want to think about having to go through all those disks and rebuild everything
08:51.22mcdulldvd is as reliable as womem.
08:51.59randomblamethat's not true dvd's are much more reliable. but a woman organized them so i'll probably never find them all.
08:52.33*** join/#htc-linux chrialex (~chrialex@173-22-63-52.client.mchsi.com)
08:52.59mcdull30% of DVDs that I storage for 3 years not working any more.
08:53.21randomblameyou need to switch to some better media or a better burner
08:53.57randomblamethose bits shouldn't flip for 20-50 years
08:53.58mcdullcould be ... I guess the burner is more important.
08:55.16mcdullyeah.. couples supposed to be life time.
08:55.27*** join/#htc-linux chrialex (~chrialex@173-22-63-52.client.mchsi.com)
08:56.08chrialexdid I finally get in here?
08:56.18randomblameyou did
08:56.21randomblamecongrats :D
08:56.42chrialexlol, thanks, kept kicking me as soon as I hit connect
08:56.42randomblamenickserv being a bitch again?
08:56.44*** join/#htc-linux luklew (~luklewluk@207.west.gre.pl)
08:57.10chrialexthat and I havent used mIRC in about 10 years >.>
08:57.23randomblameyeah, good ol mirc
08:57.27*** join/#htc-linux GeertJohan (~Squarc@82-217-32-29.cable.quicknet.nl)
08:57.59randomblameI like it better than xchat, I wonder if there's a nix version
08:58.02makkonenI recommend pidgin. No additional pieces of software to run.
08:58.26randomblameis there a built in /slap option?
08:58.29mcdullis pidgin for windows supporting irc?
08:58.43makkonenyes
08:58.45mcdullic..
08:58.48chrialexwas going to ask you what you recommeded, but didnt think you would be watching the forum/wave
08:58.48randomblamelol
08:59.45chrialexrunning win7 x64, which 'no longer has microsoft agent installed' which is needed, but wont install, think that was some of my problem
08:59.46randomblamewoah I have more free space than I thought
09:00.00randomblamecan ubuntu be installed on a logical drive? or does it have to be primary
09:00.26makkonenhey, suspend is working again. yay.
09:01.39randomblamebah they took fat32 out of disk management
09:03.10chrialexmakkonen: ran into my first missing ringtone build earlier, use 2 8GB cards, both copied from same folder on comp, one had the tones, the other didnt
09:03.20mcdulllogical is ok
09:03.21makkonenweird.
09:04.52randomblamecool, I'm gonna give it a shot with jaunty, maybe ext4 for kicks
09:05.10chrialexonly thing different about them is one has a folder in /root called music full of .wma's, that is the one that doesnt work
09:05.39makkonenoh.
09:05.58makkonenprobably the media scanner is hanging. it does that, I think.
09:07.47chrialexcould be. going to play around with it later today, but it's time for me to crash. half-awake + ladders = no android while recouping in hospital
09:11.04MrPippyjust tried netripper's latest haret build on rhod400, still shows up as generic arm v6
09:11.44randomblamenow I'll have to install win7 in virtual machine on ubuntu
09:11.51randomblamerahaha
09:12.36randomblamemrpippy, haret needs a million patches it sees the applicaton processor and assumes the rest is arm6 too
09:13.39randomblamewhat I did with my build for incite was just added the msm changes to armv6
09:13.55randomblamebecause I'm lazy and sloppy like that
09:16.08randomblamemaybe netripper did the same thing :D
09:16.11MrPippyharet source doesn't have anything about msm7600 either...this is probably a question for tmzt
09:16.34mcdullI just started gitk and shut it off.. but it spends me over an hour in accessing my storage.
09:16.58randomblameyeah it only has code for 7500 and a patch to treat 7200 series as 7500 with a nice comment saying //we'll just assume these are the same for now..
09:17.09randomblameit needs work badly
09:17.26randomblame.5.2 also seems to cause some serious graphical issues
09:19.23randomblameit's such a useful tool it should be kept up to date.
09:19.58randomblameanyways I'm rebooting to install some native ubuntu be back in a bit
09:21.51makkonenso, it seems the raph800 has a diferent enum of the LEDs in include/linux/microp-ksc.h (FN and CAPS are reversed)... anyone know the correct way to make a raph800-specific set there?
09:23.29makkonennot a particularly important issue, since caps lock doesn't actually work, and function doesn't make the function light come on, since our key mappings aren't that sophisticated... but it's the last thing to merge and I'm done with my cloned repo.
09:33.00mcdullwhen will the gitk ends............
09:37.53makkonenwhy can't you just kill the process(es)?
09:38.01*** join/#htc-linux infernix (nix@unaffiliated/infernix)
09:43.11mcdullI am afraid that it leaves lot of rubbish
09:44.31mcdullbut I cant wait any longer... I cant even type with gitk running.
09:44.39mcdullso I just stopped it.
09:49.26MrPippygitk doesn't leave any temp files
09:51.18*** join/#htc-linux mcdull_ (~blackston@n11648167249.netvigator.com)
09:53.37*** join/#htc-linux mcdull (~blackston@n11648167249.netvigator.com)
09:54.40*** join/#htc-linux |Jason8| (JayAte@server1.tiltshellz.org)
09:57.20mcdullphh, someone resigned the HTC-IME here, http://forum.xda-developers.com/showthread.php?t=634583&page=2
10:02.09*** join/#htc-linux MrPippy (~pip@adsl-75-11-172-186.dsl.sndg02.sbcglobal.net)
10:05.33*** join/#htc-linux infernixx (nix@unaffiliated/infernix)
10:06.59*** join/#htc-linux skodde (~skodde@unaffiliated/skodde)
10:07.39*** join/#htc-linux Rix (~rix@87-126-175-43.btc-net.bg)
10:20.34*** join/#htc-linux kvaster (~kvaster@93.84.112.80)
10:24.26phh[08:10:31] <MrPippy> is 3d working for you since phh's changes yesterday? <----- na it seems I broke it.
10:24.35phhwhich I don't understand.
10:29.44mcdullis it possible for the console end at 901000?
10:30.28phh[23:56:30] <ToAsTcfh> phh: did u ever figure out where u got ur camera source from? <---- still not -_-' might be mahimahi after all ...
10:33.10mcdullphh, why is the ram console so much bigger in diamond?
10:33.26mcdull100000 in diamond and 20000 in rodh.
10:33.32phhit's better. and it works.
10:33.45phhbut I have to consider moving it to somewhere else
10:33.47phhfor 3D.
10:35.53mcdullphh, I got no error message about 3D, it just don't render on blac100.  No idea.
10:36.16phhmcdull: change the base of gpu0 back to 1MB
10:36.19phhset the size to 8MB
10:36.21phhand remove ramconsole
10:36.26phh(set its size to 0)
10:36.40mcdullok.. let me try.
10:37.16phh[01:52:14] <MrPippy> afaict, the charging problem is that even if smem vbus=0, it doesn't get switched to battery <--------- wow ?!?!?
10:37.35phhthere is a 5 second timeout iirc
10:37.43phh+10second to detect the absence of charger
10:37.54phhbut that's it, it should work after 15s
10:40.22phh[02:52:46] <mcdull> oh.. my xdandroid has no voice searching or voice input. and voice dialer seems not listening anything. <----- currently you have to make a call before mic works
10:40.30phhI have to see if mrpippy's code works better
10:40.41phh[02:55:31] <IceBone> Sense on my Diamond! <----- I have it, and it's not usable at all.
10:40.58mcdullphh, I tried his code and not working. Still need to initialize with a call
10:41.07phhok
10:41.12phhI'll have to review my code then
10:42.37phh[03:05:41] <JairunCaloth> But HTC has some propriatary commands. <-------- mmmmm not to make call iirc
10:42.47phhBUT you need to do a snd_set_device
10:44.05phh[03:27:27] <Paul_Ishenin> why init contains: "$SQLITE3" "$DB" "INSERT INTO carriers VALUES(NULL, 'Android' , '310995' , '310' , '995' , 'internet' , '*' , '*' , '*' , NULL, NULL, NULL, NULL, 'null' , 'default' , 1);" <------- cdma data afaik
10:44.42*** join/#htc-linux DJWillis (djwillis@cpc1-bath2-0-0-cust327.aztw.cable.virginmedia.com)
10:44.42phh[03:32:20] <Paul_Ishenin> also script checks "if [ ! -d /sdcard/android/media ] ; then echo You have no media folder, please extract the resources to your SD card android folder " - is this a correct check? why not the "/sdcard/media" ? <----- na it's wrong, but who cares ? :p
10:46.21phh[03:47:17] <stinebd> babijoee: http://gitorious.org/xdandroid-eclair/eclair-rootfs <------ can I get commit access to ? :D
10:46.52*** join/#htc-linux mcdull (~blackston@n11648167249.netvigator.com)
10:48.05phh[04:02:41] <tmzt> hmm, I'll just try force_cdma=1 then <----- it needs a correct ril, and I don't remember what I did when I puted it in -_-'
10:51.07*** join/#htc-linux GNUtoo (~GNUtoo@host203-36-dynamic.117-80-r.retail.telecomitalia.it)
10:51.26phh[05:15:53] <mcdull> can anyone please confirm if these command line is useless? <----- lcd.density is useful, the other one are useless.
10:51.37mcdullno splash screen... all the same.
10:51.44mcdulla difficult task.
10:52.37phhpastebin your git diff
10:55.13mcdullphh, oh, sorry, I missed one part.. will compile again.
10:55.16phh[08:00:20] <mcdull> is it true that the HTC desire comes with flash 10.1? <------ the rom dump we got at it at least.
11:02.41GNUtoohi leviathan
11:04.48mcdullphh, http://pastebin.com/m365e835b
11:05.06mcdullno splash screen. (started with touchflo)
11:06.06mcdulldo I need to edit pm.c as well?
11:13.29mcdullpastebin has no response.. >.<
11:14.26mcdulloff working.. see you guys an hour later.
11:14.40phh[08:36:15] <mcdull> but 1MB is definitely insufficient. <----- just find me some place somewhere -_-'
11:15.48phh[08:50:52] <mcdull> ok.. for simplicity, change pmem_size to 8MB and use remaining gpu1 address for camera. <---- you can't cut pmem camera into pieces
11:16.12*** join/#htc-linux infernixx (nix@unaffiliated/infernix)
11:17.18*** join/#htc-linux Captnoord (~Captnoord@dc5147a47b.adsl.wanadoo.nl)
11:17.33CaptnoordHaRET(24)# vdump 0xB3200000 4.. this is MSM_CLK_CTL_BASE shadow..
11:17.50phh+       pmem_setting.pmem_gpu0_start=MSM_SMI_BASE;//One free memory page for reset vectors
11:17.52Captnoordor shared... or what ever you want to call it
11:17.52phhI said 1MB.
11:17.58phhmeaning 1024*1024
11:18.03phhnot MSM_SMI_BASE
11:18.13phhchi Captnoord :)
11:18.19phhah mcdull is no longer here.
11:18.33CaptnoordI dono how its all based and stuff
11:18.50Captnoordphh can you dump all reg value's before doing the 3d shit....
11:18.51Captnoordnot all
11:18.52Captnoordbleh
11:18.57Captnoordvdump 0xaa0fc0b8 4
11:18.58Captnoordvdump 0xaa0fc0b4 4
11:18.58Captnoordvdump 0xB5400000 4
11:18.58Captnoordvdump 0xAA0FC000 4
11:18.58Captnoordvdump 0xB3B10000 4
11:18.58Captnoordvdump 0xB3200000 4
11:18.58Captnoordvdump 0xA8081000 4
11:18.59Captnoordvdump 0xA80814F4 4
11:18.59Captnoordthose
11:19.06phhyou think they will be different ?
11:19.06Captnoordbefore enabling 3d
11:19.09Captnoordyup
11:19.12Captnoordi'm sure they are
11:19.14phh?!?
11:19.25Captnoordbecause shadow registers aren't inited
11:19.39phhit might be hardware shadow register
11:19.44Captnoordpdump 0xA8600000+0x284 4
11:19.44Captnoordpdump 0xA8600000+0x84 4
11:19.44Captnoordpdump 0xA8600000 4
11:19.44Captnoordpdump 0xA8600000+0x290 4
11:19.45Captnoordpdump 0xA8600000+0x80 4
11:19.54Captnoordvdump 0xB3200000+0x284 4
11:19.54Captnoordvdump 0xB3200000+0x84 4
11:19.54Captnoordvdump 0xB3200000 4
11:19.54Captnoordvdump 0xB3200000+0x290 4
11:19.54Captnoordvdump 0xB3200000+0x80 4
11:19.59Captnoordthose are exactly the same...
11:20.10phhbut first, I have to fix 3D.
11:20.15Captnoordtrue
11:20.16phhI mean not init
11:20.19phhbut memory
11:20.20Captnoordhehe
11:20.21Captnoordk
11:20.47phhCaptnoord: oh btw, about 3D init
11:21.01phhCaptnoord: is there some pmem_remote_imem_enable RPC call somewhere ?
11:21.44Captnoordphh about 3d init... if 3d init is totaly shadow / shared... it would work with a 2 multiplex system... sorta as a 2 way diff dict on python.....
11:21.53Captnoordone current status
11:21.57Captnoordand 1 next status
11:22.04Captnoordif the shadow is the next status
11:22.09Captnoorden get applied on the current
11:22.15Captnoordwe can write stuff it as we like
11:22.19Captnoordbut they will all get cleared
11:22.23Captnoordwhen this is applied
11:22.28Captnoordi'll check for a rpc
11:22.46Captnoordhehe
11:22.47Captnoordimem
11:22.48Captnoorddude
11:22.51Captnoordfound that one to
11:22.59Captnoorda8600084 | 00004a80                            | .J..0b100101010000000
11:23.04Captnoorda8600084 | 00004880                            | .H..0b100100010000000
11:23.06Captnoordis imem
11:23.33Captnoordbit 10
11:23.37Captnoordnah
11:23.53Captnoord2^9
11:23.56Captnoordthat one
11:24.05Captnoordis IMEM enable
11:24.15phhI know.
11:24.21phhand we already do that
11:24.32phhremember the |0x200 ? :p
11:24.35Captnoordtrue
11:24.45Captnoordon wince 3d on / off
11:24.50Captnoordthats the only thing that changes
11:25.04Captnoordthe rest somehow doesn't get applied
11:25.05Captnoord:S
11:25.23Captnoordthats why i'm interested in the initial value's of the mem
11:25.40Captnoordwe can set loads of these things as long as we like
11:25.42*** join/#htc-linux mcdull (~mcdull@203.210.8.176)
11:25.48Captnoordbut if the begin value is wrong
11:26.35phhmcdull: http://en.pastebin.ca/1801415
11:26.56Captnoordno rpc stuff in clkregim.dll
11:27.26phh?!?
11:27.31phhclkregim.dll does no rpc call at all ?
11:27.45Captnoordthere is no rpc dll import
11:27.49Captnoordthere is dex
11:28.00Captnoordmem_clk
11:28.08Captnoordlol
11:28.09Captnoordsorry
11:28.22makkonenphh: can you give me some direction on how would I modify include/linux/microp-ksc.h to have different values for raph800 vs raph100, etc? the CAPS and FN LEDs seem to be swapped on mine.
11:28.51phhmakkonen: platform struct ?
11:29.26makkonenalright
11:29.58phhcan anyone download that: http://docs.google.com/uc?id=0B2dSjU9N8KdZNTVmYjYzMmYtYmIyZC00NzBjLWEwOWUtMWEzZGIzNWQ0ZDkw&export=download&hl=en ?
11:30.28mcdullgot it. but i have to do it after returning home.
11:30.35makkonenI get forbidden
11:30.39phhmakkonen: same here.
11:30.44phhI hate google stuff :p
11:31.38Captnoordno pmem_remote_imem_enable call
11:32.15mcdullyou need to send mail to youesel
11:32.28phhmcdull: just push it somewhere else :p
11:32.32mcdulli tried it.. not working
11:32.38*** join/#htc-linux randomblame (~randombla@c-71-59-184-96.hsd1.wa.comcast.net)
11:32.44randomblamedamnit all to hell
11:32.50Captnoordthanks
11:32.59mcdullsorry. i am not at home yet.
11:33.17Captnoordrandomblame: just blame somebody randomly
11:33.34randomblameI blame the bastard that set up ubuntu's partition manager
11:34.08randomblamekilled my windows install, then grub was nice enough to give me an error
11:34.41mcdulli am not native English speaker. voice input seems useless to me.
11:35.15randomblameI'm tryin this again since now I don't have any files to lose
11:36.10mcdulli never had a problem with partition manager
11:38.02Captnoordphh clkregim.dll doesn't use rpc call to enable 3d... if thats what your after....
11:38.24phhCaptnoord: na, I'm sure the RPC to enable 3D works, but I can't get any clk_regim rpc working -_-'
11:39.00Captnoordthe clkregim.dll doesn't use the rpc calls for the 3d shit....
11:39.04Captnoordbut
11:39.07Captnoordyou can always try
11:39.34phhCaptnoord: can you check that clk_regime_sec_msm_get_clk_freq_khz uses rpc ?
11:41.07CaptnoordI don't have a sec function like that
11:41.20Captnoordwoeps
11:41.23Captnoordits a export
11:41.24Captnoordk
11:41.27Captnoordimport*
11:41.47Captnoordall _sec_ functions are rpc call
11:41.47Captnoords
11:42.25CaptnoordMOV     R3, #0x25
11:42.25CaptnoordMOV     R2, #0
11:42.25CaptnoordMOV     R1, #0x3000000F
11:42.25CaptnoordLDR     R0, [SP,#0x44+var_18]
11:42.25CaptnoordBL      xdr_call_msg_start
11:42.32CaptnoordBL      xdr_send_enum
11:42.44phhsend_enum ? argh.
11:42.48phhit's an uint32 ?
11:42.50phhor 8 ?
11:42.52phh16 ?
11:42.59CaptnoordMOV     R3, #0x25
11:42.59CaptnoordMOV     R2, #0
11:42.59CaptnoordMOV     R1, #0x3000000F
11:42.59CaptnoordLDR     R0, [SP,#0x44+var_18]
11:42.59CaptnoordBL      xdr_call_msg_start
11:42.59CaptnoordLDR     R1, [SP,#0x44+arg_0]
11:43.00CaptnoordLDR     R0, [SP,#0x44+var_18]
11:43.00CaptnoordBL      xdr_send_enum
11:43.22phhI should use librpc.
11:44.32Captnoordxdr_call_msg_start returns r0
11:44.41Captnoordr1 would still be the same
11:46.13phhoh but I can know what is send_enum, I have librpc sources -_-'
11:46.36Captnoordlolz
11:46.38Captnoordhehe
11:46.47phhCaptnoord: what's the third argument of the send_enum call ?
11:47.01phhbool_t xdr_send_enum (xdr_s_type *xdr, const void *value, uint32 size)
11:47.01phh{
11:47.01phh<PROTECTED>
11:47.01phh<PROTECTED>
11:47.01phh<PROTECTED>
11:47.03phh<PROTECTED>
11:47.05phh<PROTECTED>
11:47.13Captnoordextern bool_t xdr_send_enum (XDR *xdr, const void *value, uint32 size);
11:47.35Captnoord0x25
11:47.38phhlol ?
11:47.43CaptnoordMOV     R3, #0x25
11:47.43CaptnoordMOV     R2, #0
11:47.43CaptnoordMOV     R1, #0x3000000F
11:47.43CaptnoordLDR     R0, [SP,#0x44+var_18]
11:47.44CaptnoordBL      xdr_call_msg_start
11:47.44CaptnoordLDR     R1, [SP,#0x44+arg_0]
11:47.44CaptnoordLDR     R0, [SP,#0x44+var_18]
11:47.45CaptnoordBL      xdr_send_enum
11:47.45phh0x25 is no size -_-'
11:47.58Captnoord3e argument would be
11:47.59Captnoordr2
11:48.03Captnoordwhich is 0
11:48.08phh0 is no size either -_-'
11:48.12Captnoordtrue
11:48.25phhmaybe check xdr_send_enum asm ? :p
11:49.16phhtmzt: I pushed a kernel cmdline option, htc_hw.force_cdma=1
11:49.17Captnoordnah check what
11:49.18Captnoordxdr_call_msg_start
11:49.20phhshould work with any ril.
11:49.21Captnoordreturns
11:49.23Captnoordor uses
11:49.27phhit returns a bool
11:50.28Captnoordlol
11:52.01*** join/#htc-linux pitillo (~pitillo@84.123.96.129.dyn.user.ono.com)
11:52.55Captnoordlol
11:52.56Captnoord1
11:52.58Captnoordhehehehehe
11:53.04Captnoorduber tricky
11:53.05Captnoorddamn
11:53.16Captnoord00033ec8   * (* (var_18 + 8) + 12)(var_18, 1, R2, R3);
11:53.18Captnoordis alloc
11:53.25Captnoordvar_18 == pointer
11:53.27Captnoord1 == size
11:53.33Captnoordr2 and r3 are padding
11:53.37Captnoordfor the decompiler
11:54.04phhbetter :p
11:54.21phhok so I sent an int32 instead of int8.
11:55.29phhCaptnoord: what the recv is ?
11:55.30phhuint32 ?
12:00.49phhbaaaahh
12:00.50phhstill no answer
12:00.53*** join/#htc-linux JairunCaloth (~m00@c-24-98-17-158.hsd1.ga.comcast.net)
12:02.49*** join/#htc-linux Vito89 (~quassel@147.32.223.13)
12:04.10*** join/#htc-linux GeekLad (~GeekLad@adsl-178-230-51.jax.bellsouth.net)
12:04.15*** join/#htc-linux tehtrk (~tehtrk@rrcs-24-173-220-30.sw.biz.rr.com)
12:05.56*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
12:08.08*** join/#htc-linux playdo (~57b3c0e3@gateway/web/freenode/x-gmmokfjforzdguxx)
12:11.33phhCaptnoord: do you want something *really* clever ?
12:11.39phh(char)cpu_to_be32(i);
12:11.49phhI'm sure you've never seen something that clever :p
12:16.33Captnoord?
12:16.54Captnoordhehe....
12:16.57phhCaptnoord: bah for the values of i which goes from 0 to 255, this makes always 0 :p
12:17.34Captnoordand if you send a int8
12:17.34Captnoord?
12:17.50phhgrr I still get only 0s
12:18.10Captnoordand what do you send then?
12:18.49phhhttp://pastebin.com/m44401da0
12:19.52Captnoordits ept=msm_rpc_connect(0x3000000F, 0, 0x25);
12:20.07phh?!?
12:20.14CaptnoordMOV     R3, #0x25
12:20.15CaptnoordMOV     R2, #0
12:20.15CaptnoordMOV     R1, #0x3000000F
12:20.15CaptnoordLDR     R0, [SP,#0x44+var_18]
12:20.15CaptnoordBL      xdr_call_msg_start
12:20.26phhmsm_rpc_connect != xdr_call_msg_start :p
12:20.31Captnoordk
12:20.32Captnoordwoeps
12:21.27phh0x25 is proc id
12:21.40phhand that's the proc id i use :p
12:21.42Captnoordk
12:21.44Captnoordhehe
12:21.45Captnoordisee
12:21.59phhCaptnoord: can you see which recv call it uses ?
12:22.13phhrecvenum ? recv16 ? recv8 ? recv32 ? whatever else ?
12:22.22Captnoordnope
12:22.25Captnoordbut....
12:22.30Captnoordnot at first
12:22.35Captnoordbut I think it does a check
12:22.57CaptnoordLDR     R3, [R3]
12:22.57CaptnoordMOV     LR, PC
12:22.57CaptnoordBX      R3
12:23.00Captnoordthat shit again
12:23.47*** join/#htc-linux mcdull (~blackston@061093132071.ctinets.com)
12:23.57phhmcdull: last kernel ?
12:24.08mcdullphh,now start testing.
12:24.16phhI should try too actually.
12:24.38Captnoordits what rpc_clnt_lookup2 returns that is beeing used as a func_loopup_table
12:24.52mcdullwhy I dont need /msg NickServ?
12:25.58*** join/#htc-linux god206 (~infidel20@unaffiliated/swc666/x-4934821)
12:41.10*** join/#htc-linux mcdull (~blackston@061093132071.ctinets.com)
12:41.20Captnoordbleh indirect loopup table
12:41.52mcdull>.< why my android create a new Data.img for me....
12:42.05IceBoneBecause it needs it to run.
12:42.24mcdullno.. coz my sdcard failing
12:53.06mcdullphh, kernel still have no 3d.
12:53.23mcdullI decided to test it again with a clean xdandroid build
12:54.30phhor because you have an "android" folder on the sdcard
12:54.56mcdullno.. I fixed that by reinsert the sd
12:55.00phhah.
12:55.29mcdullI decide to use another card for testing,.
12:57.08mcdullsince I card really remember what I mod I have done on my build.
12:57.40Captnoordphh the shit they do with the function lookup is trough some sort of function registration system
12:57.43Captnoordbleh
12:58.43*** join/#htc-linux c2d (~Mike@port-92-200-234-144.dynamic.qsc.de)
12:58.59*** join/#htc-linux Rix (~rix@87-126-175-43.btc-net.bg)
13:01.01*** join/#htc-linux maejrep[w] (~madCoder@68.64.144.211)
13:01.19Captnoordbleh I quit for today....
13:01.22Captnoordneed todo other stuff
13:01.31*** join/#htc-linux sxe (~quassel@ip-62-143-102-161.unitymediagroup.de)
13:07.33mcdullphh, confirmed splash screen not working with clean xdandroid.
13:08.50Captnoorddoes commit 057ead845d7d4ff13208e12973378386ca258053 have anything todo with it
13:08.51Captnoord?
13:09.35Captnoordcan you actualy check for device info
13:09.42Captnoordso early in the boot process
13:09.42Captnoord+if(machine_is_htctopaz() || machine_is_htcrhodium())
13:09.43Captnoord+is_HW3D_device = 0;
13:09.43Captnoord+else
13:09.43Captnoord+is_HW3D_device = 1;
13:09.43Captnoord+
13:09.44Captnoord?
13:10.14mcdullyou mean check in dmesg?
13:10.21Captnoordno... I mean
13:10.24Captnoordthat that check is done
13:10.25mcdullthe HW3D initialized
13:10.37Captnoordwhen mdp is inited
13:10.53Captnoordis early in the boot sequence
13:11.05mcdullwould you please telling where should I check it? I am sorry that I know only a little.
13:11.18Captnoordmdp.c
13:11.35mcdullmine is the same as the git tree.
13:11.53Captnoordyea I know
13:12.01Captnoordsearch for that check
13:12.01mcdullchecking
13:12.14Captnoordand make it set is_HW3D_device = 1; always 1
13:15.51mcdulloh really.. why it is set to  ?
13:15.54mcdull0?
13:15.57Captnoordnah
13:16.09Captnoordits just that I wonder when machine_is_htctopaz() works
13:16.12Captnoordand when it doesn't
13:16.19Captnoorddoes it work from the moment the kernel is booted
13:16.20Captnoordor
13:16.26Captnoordsome time after
13:17.08Captnoordits confirmed that 02-08-2010 3d worked
13:17.45mcdullai.. 3d never work on blackstone. you mean topaz works now?
13:17.58Captnoord3d in general
13:18.05Captnoordnot blackstone or topaz
13:18.35mcdullany WVGA device ever works with 3D?
13:19.55*** join/#htc-linux Paul_Ishenin (~Miranda@PPPoE.214-188.IP.rastrnet.ru)
13:21.32mcdullok .. retrying
13:22.16mcdullstill not working...
13:22.30Captnoordk
13:22.42Captnoordthen
13:22.48Captnoordyou should work trough the commits
13:22.52Captnoordreverting and stuff
13:22.58mcdullhttp://pastebin.com/m5b958794
13:23.01mcdullgit diff here
13:23.10mcdullit never works.
13:23.17Paul_Isheninphh, do you think 8Mb is ok for camera?
13:23.35mcdullso reverting doesnt help.
13:23.49CaptnoordI mean
13:23.55Captnoordcheckout a older rev
13:24.00Captnoordand work upwards
13:25.00mcdullnot really understand.. I have absolutely no idea of why it doesn't work.
13:32.06*** join/#htc-linux rashire (~ed1112war@98.114.89.97)
13:32.38*** join/#htc-linux Wr4i7h (~abc@89.180.90.110)
13:32.54Paul_Isheninhero has 16Mb for camera, but hero camera is 5Mpix
13:33.09Paul_Ishenindiamond has 3MPix camera
13:33.15Paul_Isheninhow much Mb it needs?
13:36.10Paul_Isheninbut does that MPix are important for the required memory?
13:36.39*** join/#htc-linux mickeyl (~mickey@80.81.242.146)
13:36.56*** join/#htc-linux rashire (~ed1112war@98.114.89.97)
13:45.52Captnoord5Mpix * 4
13:46.00Captnoord1 pixel is 32 bits
13:46.16Captnoord20 mb
13:46.34Captnoordbut thats more than was allocated
13:46.34Captnoordso
13:46.36Captnoordx3
13:46.37Paul_Isheninthen how to explain only 16Mb?
13:46.49Captnoord24 bits color
13:46.54Captnoordwhich is normal
13:46.58Paul_Isheninalpha channel is ignored
13:47.02Captnoordmakes it 15mb memory
13:47.11mcdulljust use 16MB / 5 * 3
13:47.19Captnoorda cam doesn't supply alpha
13:47.21Captnoordyup
13:47.27Captnoordnah
13:47.33Paul_Isheninit is possible that proportion is wrong
13:47.38CaptnoordI think it needs 1mb for internal use
13:47.42Captnoordand 15 mb as buffer
13:47.43Captnoordso
13:47.48Paul_Isheninmaybe camera chipset needs that 16Mb
13:47.58Captnoordwould result in 3e6 * 3
13:47.59Paul_Ishenininspite of megapixels
13:48.11Captnoord10mb
13:48.13Captnoordroughly
13:48.25Captnoordlol
13:48.55Captnoorddude
13:49.04Captnoordcamera hw doesn't need software mem
13:49.42Paul_IsheninI don't see what for camera needs the phone memory at all
13:49.52Captnoordlol
13:49.55Captnoordits shared memory
13:50.10Captnoordmeaning that its simple hw to shared mem mapping
13:53.40Captnoord[14:25] <mcdull> not really understand.. I have absolutely no idea of why it doesn't work.
13:53.57CaptnoordI say.. revert back to a revision of 08-02-2010
13:54.06Captnoordcheck if 3d works
13:54.07Captnoordthen
13:54.19Captnoordcheck every commit that has anything todo with 3d
13:54.20Captnoordor not
13:54.54mcdullI check almost every build for 3d. 8-2-2010 definitely not working.
13:55.03Captnoordk
13:55.14Captnoordwhat phone your working on?
13:55.16Captnoordtesting?
13:55.21mcdullblac100
13:55.24Captnoordk
13:55.43Captnoordyou got a romkit present?
13:55.51Captnoordsend me the ati2d dll
13:55.53mcdullthat's why I asked if there are any WVGA phone works with 3D.
13:55.56Captnoordclkregim.dll
13:56.06mcdulllet me check... wait.
14:01.57Captnoordis http://htcandroid.xland.cz/Android1.6-14.02.10.7z ready for use....
14:02.02Captnoordor is it just wip
14:02.27mcdullready.. but it is donut I guess
14:02.40Captnoordyea
14:02.45Captnoordbut there is no extra ram
14:02.51Captnoordbla bla bla
14:07.18mcdullCaptnoord, I can't find ati2d dll anywhere.
14:08.06mcdullthe other file is under /windows
14:08.14Captnoordcan you gimme a list of the drivers located...
14:08.17Captnoordi'm talking rom kit
14:08.22Captnoordnot your windows directory
14:08.33Captnoordthe windows directory can contain hidden files and stuff
14:08.50mcdullI enabled all hidden file already.
14:08.53Captnoordk
14:09.03Captnoordthen gimme a list of the dll's
14:09.05mcdullthere are d3dm_ati and ahi2dati
14:09.11Captnoordahi2dati
14:09.14Captnoordthat one I want
14:09.14Captnoord:P
14:09.17mcdullok.
14:12.27*** part/#htc-linux c2d (~Mike@port-92-200-234-144.dynamic.qsc.de)
14:15.03mcdullhttp://android.selfip.info:9999/Android/ati/
14:15.21mcdullCaptnoord, I have put the 3 files there, including the d3dati
14:15.42Captnoordthe d3d is just a wrapper
14:16.15*** join/#htc-linux Wout (~wout85@s55927d21.adsl.wanadoo.nl)
14:16.43mcdullok..
14:17.56*** join/#htc-linux ToAsTcfh (~toast@110-43.200-68.tampabay.res.rr.com)
14:21.18Captnoordalmost identical to raph
14:21.34mcdulloh.. really...
14:21.48mcdullthat's a good news.
14:22.18Captnoordin a way yes
14:22.36Captnoordit has loads more clk + rail stuff
14:23.10mcdullstill no idea of why 3d not working.
14:23.43Captnoordyou can run 3d apps on windows
14:24.00Captnoordmay sound like a crappy question
14:24.13CaptnoordI assume you can
14:24.15mcdullar.. yes.. halogram? yes
14:24.30Captnoordit just means that because its different
14:25.00Captnoordcan you run
14:25.01Captnoordpdump 0xA8600000+0x284 4
14:25.01Captnoordpdump 0xA8600000+0x84 4
14:25.01Captnoordpdump 0xA8600000 4
14:25.01Captnoordpdump 0xA8600000+0x290 4
14:25.01Captnoordpdump 0xA8600000+0x80 4
14:25.03Captnoordbefore
14:25.15Captnoordand while running a 3d app
14:25.22Captnoordin haret of course
14:25.35Captnoordand also
14:25.36Captnoordvdump 0xaa0fc0b8 4
14:25.36Captnoordvdump 0xaa0fc0b4 4
14:25.36Captnoordvdump 0xB5400000 4
14:25.36Captnoordvdump 0xAA0FC000 4
14:25.36Captnoordvdump 0xB3B10000 4
14:25.36Captnoordvdump 0xB3200000 4
14:25.37Captnoordvdump 0xA8081000 4
14:25.37Captnoordvdump 0xA80814F4 4
14:25.41Captnoordbefore and while
14:26.42mcdullI need more time.. coz I didn't try before.
14:26.55Captnoordtotaly fine with that
14:29.39mcdullgood to learn new things.
14:30.02Captnoordthose offsets are a combination of diff stuff I got from the dll
14:30.57mcdullshould I start haret.exe but not booting linux?
14:31.15Captnoordstart haret
14:31.20Captnoordyup
14:31.24Captnoordnot boot linux
14:31.37Captnoorddon't have startup.txt in the same dif
14:31.37mcdullok.. I've got to remove the startup.txt
14:31.39Captnoorddir
14:31.42Captnoordor rename
14:33.04Captnoordthen hit the listen to bla bla button
14:33.09Captnoordand use tellnet to connect to it
14:33.11Captnoordport 9999
14:34.02Captnoordif you can't tell what ip
14:34.06Captnoorduse ipconfig /all
14:34.07Captnoordto find it
14:35.05mcdulluse telnet? not the console ?
14:35.25Captnoordnope
14:35.26Captnoordtelnet
14:35.41mcdulloh.. in windows or nix?
14:35.45Captnoordwindows
14:35.46Captnoordand
14:35.47Captnoordnix
14:35.48Captnoord:P
14:36.02Captnoordboth have telnet
14:37.28mcdulloh.. connection failed..
14:37.46mcdulland the winmo has the waiting icon loading forever,
14:38.05mcdullip = 169.254.2.2
14:38.13Captnoorduse
14:38.15Captnoord169.254.2.1
14:38.46mcdullit works , but why?
14:38.59mcdulldifferent interface?
14:39.14Captnoordbecause your pc has 2.2
14:39.18Captnoordand your phone has 2.1
14:40.04mcdullok.. oh.. problem.. I have already got touchflo running, should I disable it and reset to test again?
14:40.23Captnoordyup
14:40.27mcdullroger that
14:41.29mcdullbefore and while at the end means ?
14:41.52Captnoordbefore running touchflo
14:41.57Captnoordand
14:42.07Captnoordthen while toughflo is running
14:45.03mcdullTouchflo is enough or need hologram?
14:45.03Captnoorduse hologram
14:45.08mcdullmy hologram is extremely slow like 0.9 fps without the third party driver.
14:48.23mcdullok.. I have run all command before 3D, what should I expect?
14:48.37mcdullHaRET(1)# pdump 0xA8600000+0x284 4
14:48.37mcdulla8600284 | 0000011f                            | ....
14:48.37mcdullHaRET(2)# pdump 0xA8600000+0x84 4
14:48.37mcdulla8600084 | 00004a80                            | .J..
14:48.37mcdullHaRET(3)# pdump 0xA8600000 4
14:48.37mcdulla8600000 | 2219fe2f                            | /.."
14:48.39mcdullHaRET(4)# pdump 0xA8600000+0x290 4
14:48.41mcdulla8600290 | 0000000a                            | ....
14:48.45mcdullHaRET(5)# pdump 0xA8600000+0x80 4
14:48.47mcdulla8600080 | 00000a00                            | ....
14:48.49mcdullHaRET(6)#
14:49.18Captnoordlike that
14:49.43Captnoordbut its already on
14:49.50Captnoord00004a80
14:49.53Captnoordmeans its on
14:50.02mcdullyou mean the 3d already started? but I haven't start any.
14:50.09Captnoordits already inited
14:50.18Captnoordand now with toughflo
14:50.25Paul_Ishenindoes modules-2.6.27-bla.tar.gz are the same the last weeks/months?
14:50.38mcdulland it do make a difference while older build. I can only start that older build without 3d started.
14:50.48mcdulltouchflo or hologram?
14:51.15mcdullok.. try touchflo
14:53.36mcdullCaptnoord, exactly the same with the same command.. now try the vdump
14:55.07mcdullHaRET(11)# vdump 0xaa0fc0b8 4
14:55.08mcdullaa0fc0b8 | 00000073                            | s...
14:55.08mcdullHaRET(12)# vdump 0xaa0fc0b4 4
14:55.08mcdullaa0fc0b4 | 00000000                            | ....
14:55.08mcdullHaRET(13)# vdump 0xB5400000 4
14:55.08mcdullb5400000 | 00000000                            | ....
14:55.10mcdullHaRET(14)# vdump 0xAA0FC000 4
14:55.12mcdullaa0fc000 | 00000302                            | ....
14:55.14mcdullHaRET(15)# vdump 0xB3B10000 4
14:55.18mcdullb3b10000 | 00000001                            | ....
14:55.20mcdullHaRET(16)# vdump 0xB3200000 4
14:55.22mcdullb3200000 | 2219fe2f                            | /.."
14:55.24mcdullHaRET(17)# vdump 0xA8081000 4
14:55.26mcdulla8081000 | ffffffff                            | ....
14:55.28mcdullHaRET(18)# vdump 0xA80814F4 4
14:55.30mcdulla80814f4 | 0001bc03                            | ....
14:55.41Captnoordalso try to pdump
14:55.57mcdullthe pdump has the same result as before
14:56.12mcdullexactly the same
14:56.15Captnoordthen 3d was already enabled
14:56.37mcdullthat's strange.. I try removing battery and boot again.
14:57.45mcdullumm.. do you think resco uses 3D driver?
14:57.54mcdullresco explorer 8
14:58.06CaptnoordI dono
14:58.11mcdulldamn.. I should use Total commander
14:58.30Paul_Isheninwhat is setupmodem.sh?
15:00.59mcdullCaptnoord, tried again.. and all the same
15:01.10Captnoordhmmm
15:01.32Captnoordthen I think its somehow related to the smem address stuff
15:01.39CaptnoordI don't have the time now
15:01.43Captnoordbut I will check it
15:01.50mcdullits okay.. thanks a lot.
15:05.32*** join/#htc-linux marex (~marex@vasut.kolej.mff.cuni.cz)
15:06.15mcdullCaptnoord, this one makes some difference
15:06.16mcdullHaRET(7)# vdump 0xA8081000 4
15:06.17mcdulla8081000 | ffff3fff                            | .?..
15:06.25mcdullI have install neo 3d driver
15:06.48Captnoordhehe
15:06.49Captnoordevil
15:06.54Captnoordthey just crank up the clock
15:07.37mcdullguess so.. so, sometimes graphics broken.
15:08.25Captnoordhehe yea
15:08.34Captnoordwhen you crank up all clocks
15:08.40Captnoordit gets noisy around it
15:08.47Captnoordand you'll see broken graphics
15:08.58*** join/#htc-linux noisyzen (~samantha@c-71-238-20-94.hsd1.mi.comcast.net)
15:09.11mcdullwell.. learnt something new. That's good even not much progress.
15:09.17mcdullseems memory issue.
15:09.35mcdullI will try to allocate more memory to gpu0
15:09.53Captnoordtry less
15:10.01mcdulloh really?
15:10.11mcdull7Mb not working and 8 MB nor working.
15:10.15Captnoordk
15:10.18mcdullguess it need more.
15:11.03mcdullwell. try both.
15:11.16mcdullwhat is the draw back of disabling console memory?
15:11.44Captnoordno debug messages for dev's
15:11.49Captnoordbut users aren't dev's
15:11.53Captnoordso drawbacks
15:12.02mcdullI see..
15:15.41*** join/#htc-linux GNUtoo|oeee (~GNUtoo@host203-36-dynamic.117-80-r.retail.telecomitalia.it)
15:18.42*** join/#htc-linux Vito89 (~quassel@195.113.242.139)
15:38.59*** join/#htc-linux Markinus (~Miranda@gtng-4db0417e.pool.mediaWays.net)
15:44.03*** join/#htc-linux mickey|office (~Mickey@dialbs-092-079-168-007.static.arcor-ip.net)
15:50.31*** join/#htc-linux mcdull (~blackston@061093132071.ctinets.com)
15:55.20*** join/#htc-linux AstainHellbring (~AstainHel@unaffiliated/astainhellbring)
15:56.51*** join/#htc-linux Lioncat551 (~General_J@71.94.224.54)
15:56.57Lioncat551hey guys
15:57.48Scepterrhello
15:58.25Lioncat551any one here from android on htc
15:59.46Lioncat551no..okay later
15:59.48*** part/#htc-linux Lioncat551 (~General_J@71.94.224.54)
15:59.56Scepterrlol
16:00.25Scepterrguess he never heard "Patience is a Virtue"
16:12.17*** join/#htc-linux evildarknight (~charles@41.211.72.136)
16:19.33phh[14:26:09] <Paul_Ishenin> phh, do you think 8Mb is ok for camera? <----- no clue.
16:50.25*** join/#htc-linux GeertJohan (~Squarc@82-217-32-29.cable.quicknet.nl)
16:56.30*** join/#htc-linux lucx (~luc@89-115-128-35.cl.ipv4ilink.net)
16:59.30*** join/#htc-linux randomblame (~k@c-71-59-184-96.hsd1.wa.comcast.net)
17:02.52*** join/#htc-linux f77 (~Administr@cpc2-nfds13-2-0-cust243.8-2.cable.virginmedia.com)
17:08.27*** join/#htc-linux dcordes (~dccordes@unaffiliated/dcordes)
17:08.33*** join/#htc-linux toi (~toi@d54C2A96D.access.telenet.be)
17:19.26mcdullhi
17:26.49playdohey mcdull
17:27.36randomblamegrub2 hates me
17:30.26playdowhy? xD
17:30.38playdogrub is doing fine for me :P
17:30.43randomblamegrub works fine
17:31.04randomblamegrub2 which is default with karmic does not support fakeraid
17:31.15mcdullhi playdo
17:31.28mcdullnot much progress on 3d.
17:31.35playdodid u try the blackstonehenge rom mcdull?
17:31.43mcdulldo you know what fb is in memory settings?
17:31.44playdodamn, gotta wait :(
17:31.57playdofb? where, under winmo?
17:32.15mcdullunder the kernel memory
17:32.44playdohmm no, got no idea what that is or what u mean atm ^^
17:34.31*** join/#htc-linux onen|openBmap (~quassel@vbo91-1-89-87-201-85.dsl.club-internet.fr)
17:35.33mcdullpmem_setting.fb_start;
17:36.47playdono idea mcdull
17:40.37*** join/#htc-linux jamenlang (~jamenlang@209-193-77-154.mammothnetworks.com)
17:44.16*** join/#htc-linux M1DLGpc (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
17:56.08*** join/#htc-linux kvaster (~kvaster@live.bn.by)
17:58.47chamonixhey guys
17:59.56phhhi chamonix
18:00.58*** join/#htc-linux MrPippy (~pip@adsl-75-11-172-186.dsl.sndg02.sbcglobal.net)
18:01.11chamonixhey phh
18:01.15chamonixhows life?
18:01.22phhstill waiting for rhod.
18:02.32chamonixstill not there?
18:02.35phhno
18:03.55*** join/#htc-linux Vito89 (~quassel@gw.loccal.net)
18:04.12mcdullstatic int __init msm_pmem_init()  but not static int __init msm_pmem_init(void)  <-- does it matter?
18:05.34mcdullphh, could you tell where is this value stored? --> pmem_setting.fb_start;
18:05.46phhmcdull: why do you want it ?
18:05.49phhanyway it's CALC_PMEM macro
18:08.22mcdull#define CALC_PMEM(name, prev, size) \
18:08.22mcdull<PROTECTED>
18:08.22mcdull<PROTECTED>
18:08.22mcdull<PROTECTED>
18:08.36mcdullthese lines to calculate, rite?
18:08.52phhyes
18:09.10randomblamethis sounds familiar
18:09.21*** join/#htc-linux defendthecommons (~defendthe@189-19-220-80.dsl.telesp.net.br)
18:09.29phhmcdull: why do you care ?
18:10.24mcdullstill figuring out the memory address.
18:11.02phhagain, why ?
18:11.23mcdullI have messed around with the address and put gpu1 into SMI, it still boots.. and with almost the same result as before.
18:11.24phhand seriously this code is trivial ...
18:11.37phhGPU1 in SMI ?
18:11.39phhhow can you do that ?
18:11.42phhyou can barely put GPU0
18:12.05mcdullthat's why I wonder if my code is really working or not.
18:12.19randomblameshould probably add some better comments in pmem explaining it better
18:12.22mcdullhow big is the SMI?
18:12.29phhrandomblame: pfff
18:12.35phhmcdull: 32MB, ~ 8MB available
18:12.51mcdullavailable starting at?
18:12.56phh0
18:13.02mcdullok..
18:13.04phhoh well
18:13.05phhit depends.
18:13.11phhtheorically 0
18:13.22phhbut I've never been proven that the lowest MB works
18:14.21mcdullI have set gpu0 to 10MB.. and it boots..
18:14.44adamwphh: did you get your rhodium yet?
18:14.49phhno.
18:15.15mcdull+pmem_setting.pmem_gpu0_start=MSM_SMI_BASE;//One free memory page for reset vectors
18:15.15mcdull+pmem_setting.pmem_gpu0_size=0x1000000;
18:15.38mcdullstrange...
18:15.50adamwphh: awzies.
18:16.02phhI think there is still something I miss about 3D init
18:16.03mcdulland gpu1
18:16.06mcdull+pmem_setting.pmem_gpu1_start=MSM_SMI_BASE+0x1000000;
18:16.06mcdull<PROTECTED>
18:16.25randomblamerhodium==nice
18:16.27phhmcdull: and nothing happens ?
18:16.37mcdullworks as before...
18:16.38phhoh right no
18:16.42phhthe 3D chip is ""clever""
18:16.46phhgpu1 *has* to be on EBI
18:16.47mcdullalmost the same behavior.
18:16.57mcdullyes it allocate itself to some other place
18:17.43phhno
18:17.56mcdullwhat about the gpu0? how can it has 10MB?
18:17.57phhit just doesn't run
18:20.01mcdull[    1.914886] pmem: 1 init
18:20.01mcdull[    1.917480] pmem_adsp: 0 init
18:20.01mcdull[    1.919281] pmem_gpu0: 0 init
18:20.01mcdull[    1.920745] pmem_gpu1: 0 init
18:20.01mcdull[    1.922119] pmem_camera: 0 init
18:20.08*** join/#htc-linux Captnoord (~Captnoord@dc5147a47b.adsl.wanadoo.nl)
18:20.17Captnoordphh remember the nb file you've send me?
18:20.17mcdullis these dmesg normal?
18:20.18Captnoordentry addr: 0x88300000, len: 0x4, hash: 0x1FC
18:20.18Captnoordentry addr: 0x88300040, len: 0x8, hash: 0x25C
18:20.18Captnoordentry addr: 0x88300048, len: 0x4, hash: 0x94
18:20.18Captnoordentry addr: 0x88301000, len: 0x31968, hash: 0x14731B4
18:20.18Captnoordentry addr: 0x88332968, len: 0x54, hash: 0x9EB
18:20.19Captnoordentry addr: 0x883329BC, len: 0x40, hash: 0x10E1
18:20.19Captnoordentry addr: 0x88333000, len: 0x18AC, hash: 0x5E31B
18:20.20Captnoordentry addr: 0x88335000, len: 0x67EC, hash: 0x6F11D
18:20.23Captnoordparsing
18:20.31phhCaptnoord: hum.. yes what ?
18:20.42Captnoordcan't remember what the idea with the file was
18:20.48Captnoordexcept the parsing part
18:21.06phhCaptnoord: it's diag file
18:21.12phhit's a nbh that just loads in memory
18:21.17phhand jump into it
18:21.35*** join/#htc-linux icydragon6666 (~marek@HSI-KBW-078-042-013-091.hsi3.kabel-badenwuerttemberg.de)
18:21.38*** join/#htc-linux icydragon66666 (~icydragon@HSI-KBW-078-042-013-091.hsi3.kabel-badenwuerttemberg.de)
18:21.38phhmcdull: huhu, I have to check
18:22.48mcdullthx phh, I got to sleep.. its 2:30 am here, need to work tomorrow.. see you later.
18:22.52phhmcdull: ok, not normal.
18:23.01phhat least the pmem_gpu0 and pmem_gpu1 part
18:23.04phh°°
18:23.05phh++*
18:23.11phh*I think* it's not normal
18:23.22mcdulloh really? let me compile one more time with clean git reset
18:23.27CaptnoordRaphael DIAG 0
18:23.29Captnoordhmmm
18:23.30CaptnoordI see
18:23.43mcdullumm.. autobuuild seems faster.
18:27.27mcdullsame result using the autobuild.
18:27.28mcdull[    1.903594] pmem: 1 init
18:27.29mcdull[    1.906188] pmem_adsp: 0 init
18:27.29mcdull[    1.908081] pmem_gpu0: 0 init
18:27.29mcdull[    1.909515] pmem_gpu1: 0 init
18:27.29mcdull[    1.910949] pmem_camera: 0 init
18:27.37phhyes it's normal actually.
18:27.53mcdullfine then.
18:31.23mcdullphh, got some error message from logcat.
18:31.25mcdulllibEGL  ( 1219): loaded /system/lib/egl/libGLES_android.so
18:31.25mcdulllibEGL  ( 1219): loaded /system/lib/egl/libGLES_qcom.so
18:31.25mcdullEGL.oem ( 1219): system process, deny GL context
18:31.25mcdulllibEGL  ( 1219): No EGLDisplay for hardware EGL!
18:31.25mcdullSurfaceFlinger( 1219): EGL informations:
18:31.26mcdullSurfaceFlinger( 1219): # of configs : 8
18:31.33phhI know.
18:31.38phhbut I can't get anything out of those messages.
18:32.03Captnoordand you can't disasm the lib
18:32.10Captnoordto check when it does such a message?
18:32.14phherrrrr
18:32.23phhmcdull: oh well, this message is totally normal
18:33.22mcdulland in  /drivers/video/msm/mdp.c machine_is_htcrhodium() > is_HW3D_device = 0;
18:33.41mcdullbut still failed even I enabled it.
18:34.32*** join/#htc-linux lucx (~luc@89-115-128-35.cl.ipv4ilink.net)
18:37.25tmztMrPippy: usb isn't working on rhod500
18:37.45MrPippyok
18:38.50MrPippyi built a haret that sees the TP2 as a msm 7xxxA, is anything more needed for the 7600?
18:40.36*** join/#htc-linux kvaster (~kvaster@live.bn.by)
18:41.07randomblamemrpippy: they should be similar but I haven't seen anything about 7600
18:42.39*** join/#htc-linux RandomPPCGeek (~gponick@164.55.254.106)
18:42.47RandomPPCGeekhi all
18:45.14*** join/#htc-linux luklew (~luklewluk@207.west.gre.pl)
18:45.17stinebdphh: added you to rootfs repo
18:49.39mcdullthe gpu1 value seems to be ignored in anyway.. it boots normal with whatever value.
18:49.45tmztMrPippy: is that needed?
18:50.25MrPippymostly just for watching gpios and irqs
18:50.43mcdullsleeping time.  Good night/ morning / evening.
18:51.09randomblameMrPippy:7600 has same arm11 and arm9 probably going to work the same as far as haret's concerned
18:51.37MrPippyyeah i figure its a newer chip, should be more in the -A family
18:54.48randomblamethey put these older ubuntu distros on the slowest freaking servers
18:56.24MrPippyyeah the kernel code for desirec (7600) has the kernel config as a 7501A
18:57.20randomblamewhat device are you working on?
18:58.27MrPippyrhod400
18:58.41randomblamethose things are shiny
18:58.49phhdesire is 7k ?!?
19:00.18stinebdno way
19:02.04MrPippyits very confusing...in terms of {codename, marketing name, chip}: {desireC, verizon droid eris, msm7600}, {bravo, desire, snapdragon}
19:02.21stinebdah
19:03.12phhMrPippy: hehe :p
19:05.34randomblameooh multitouch, I desire a desire
19:05.40randomblamehell I'd take a raph
19:07.10stinebd<3 raph
19:07.55randomblamemy cousin was supposed to give me his but he threw it away when he switched carriers
19:08.01randomblamehe's now on my shit list
19:08.07Captnoord"threw it away"
19:08.11Captnoord:S
19:08.12randomblameinto the garbage
19:08.16Captnoordyea I know
19:08.21Captnoordbut.... why!!!
19:08.22Captnoord:P
19:08.32randomblamehe didn't know
19:08.35randomblamehe just didn't know
19:08.57randomblameat least the incite has a bootable kernel now
19:09.10randomblameI can boot android, I just cant see it
19:09.13randomblamebah
19:12.37tmztinteresting
19:12.42tmztthink it's the gpu?
19:12.48tmztdoes usb work?
19:13.24MrPippyso weird, the heroc code has a bunch of ifdefs and special code in gpio_event just for heroc and 7501A
19:13.32randomblameit's the frame buffer, no panel driver
19:13.43phhMrPippy: uh ? such as ?
19:13.54randomblameusb does not work either lol
19:15.18MrPippya bunch of stuff for filter keys, to detect when you push/hold down send/end and then another button
19:15.29randomblameMrPippy: hopefully 7501a and 7600 keept the same method of gpio control
19:15.58randomblameI don't see why they'd change it though I think 7600 was just a minor update for radio
19:16.27phhrandomblame: really ?
19:16.38MrPippyyeah theres no special code for desirec, the gpio stuff is all heroc
19:16.43phhI thaught 7600 was kind of snapdragon
19:16.44phhjust slower
19:16.50phhwith opengl2
19:16.51phhand such
19:16.52tmztno
19:16.53phhopengles*
19:16.57tmztit's not
19:17.02tmztsame as 7x0x otherwise
19:17.17phhok
19:19.03MrPippytmzt: any ideas why usb doesn't work?
19:20.29tmztgpio probably
19:20.31tmztI need to go
19:22.16randomblameyay jaunty finished downloading, now I'm only an hour away from coding again
19:22.25randomblameif everything goes right..
19:22.34phhrandomblame: dreaming's good
19:22.54randomblameyeah I'll probably lose my backup partition this time
19:23.34randomblamethen I'd have to mail canonical a pipe bomb
19:25.15randomblameok I'll be back if it works, if it doesn't I'll be busy improvising an explosive device
19:25.18randomblamelater
19:26.48NetRipperMrPippy, you'll need to send the haretlog.txt (using earlyharetlog.txt) to me to add your device and cpu id
19:28.24*** join/#htc-linux miknix (~miknix@gentoo/developer/miknix)
19:32.23*** join/#htc-linux Wr4i7h (~abc@89.180.90.110)
19:41.27*** join/#htc-linux GNUtoo (~GNUtoo@host203-36-dynamic.117-80-r.retail.telecomitalia.it)
19:47.32*** join/#htc-linux JesusFreak316 (~JesusFrea@pool-173-65-72-26.tampfl.fios.verizon.net)
19:50.37*** join/#htc-linux GlemSom (~glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk)
19:56.03phhstinebd: http://maduin.southcape.org/~xdandroid/rootfs-build/ this updates automatically ?
19:56.11stinebdphh: every 10 minutes
19:56.14phhok
19:56.31stinebdphh: if you figure out how to do post-commit hooks on gitorious let me know -- it'll be instantly then ;)
19:56.47phhI'd like to know too.
19:56.53phhI still want an irc bot.
19:57.21*** join/#htc-linux Tinyboom_ (~nahh@ti0121a340-dhcp0200.bb.online.no)
20:00.50*** join/#htc-linux andreas32b (~andy@dslb-094-216-243-181.pools.arcor-ip.net)
20:05.33*** join/#htc-linux Zoolooc (~fredsibar@p54955D1B.dip.t-dialin.net)
20:09.00*** join/#htc-linux GeekLad1 (~GeekLad@adsl-178-230-51.jax.bellsouth.net)
20:14.48*** part/#htc-linux JesusFreak316 (~JesusFrea@pool-173-65-72-26.tampfl.fios.verizon.net)
20:15.19MrPippyhehe an irc bot? like to make noise here when theres a new commit?
20:15.35CaptnoordKovsky SPL EVT
20:15.38Captnoordwoeps
20:18.36phhMrPippy: yes
20:19.19MrPippyyeah that'd be way cool
20:20.09*** join/#htc-linux paran (~paran@h-87-91.A163.priv.bahnhof.se)
20:25.11*** join/#htc-linux [1]Captnoord (~Captnoord@dc5147a47b.adsl.wanadoo.nl)
20:25.21*** join/#htc-linux onen|openBmap (~quassel@vbo91-1-89-87-201-85.dsl.club-internet.fr)
20:28.57*** join/#htc-linux MarcLandis (~drettsch@quassel/contributor/marclandis)
20:35.18*** join/#htc-linux GregLem (~greg@lal69-5-88-171-98-250.fbx.proxad.net)
20:35.18*** join/#htc-linux MarcLandis (~drettsch@quassel/contributor/marclandis)
20:43.12*** join/#htc-linux kiozen (~oeichler@rgnb-5d87d03c.pool.mediaWays.net)
20:43.38jamenlangwould you like push notifications too?
20:43.54MrPippyNetRipper: my haretlog is at http://opus.homelinux.com/public_files/haretlog_rhod400.txt
20:45.41MrPippyin that build i added "MSM7600" to MSM7xxxA, and the machine as RhodiumC (probably not a great name to use)
20:50.15*** join/#htc-linux GeekLad (~GeekLad@adsl-178-230-51.jax.bellsouth.net)
20:54.02*** join/#htc-linux Tinyboom (~nahh@ti0121a340-dhcp0200.bb.online.no)
21:00.31*** join/#htc-linux rosseaux (znc@2001:1b60:1010:1:217:31ff:fe92:fcc8)
21:02.26*** join/#htc-linux Vito89 (~quassel@gw.loccal.net)
21:05.21RandomPPCGeekMrPippy: you're working on CDMA rhodium?
21:06.00*** join/#htc-linux phh_ (~quassel@2a01:e35:2e4b:b2b0:250:8dff:fee1:c793)
21:07.03*** join/#htc-linux BabelO (~fcr@unaffiliated/babelo)
21:07.21*** join/#htc-linux Markinus (~Miranda@gtng-4db0417e.pool.mediaWays.net)
21:08.44*** join/#htc-linux chamonix (chamonix@2001:5c0:1500:3400::5)
21:12.22*** join/#htc-linux MarcLandis (~drettsch@quassel/contributor/marclandis)
21:19.33MrPippyyeah, just getting into it
21:20.29RandomPPCGeekmind giving me a rundown of what you're doing and what you're attempting tod o
21:20.53RandomPPCGeeki'd like to help too
21:21.07RandomPPCGeekbut have no idea what i'm doing specifically. I know C, I know ASM (x86)and  I know C#/Java/
21:21.09RandomPPCGeekPython, etc
21:21.52MrPippyright now i just want to get usb working (for adb), its hard to work on anything else without easy command line access
21:22.05phhusbnet doesn't work ?
21:23.08MrPippytmzt says usb doesn't work
21:23.24phhah.
21:23.33phhI can't see why it couldn't work
21:28.21*** join/#htc-linux MarcLandis (~drettsch@quassel/contributor/marclandis)
21:30.04*** join/#htc-linux rosseaux (znc@2001:1b60:1010:1:217:31ff:fe92:fcc8)
21:30.23CaptnoordRandomPPCGeek: dude... just stickaround
21:30.30Captnoordand you'll see what we're doing
21:31.46RandomPPCGeekCaptnoord: makes sense. i can compile my own stuff already tahnks to civic
21:31.51RandomPPCGeekdoes 95civic come in here?
21:32.02Captnoorddon't remember that nick
21:32.13Captnoordbut that doesn't mean he know his stuff
21:32.43MrPippydon't think he's ever come here, wish he would so we could find out what he's up to
21:33.36phhMrPippy: you got a cdma rhod ?
21:33.50MrPippyyeah
21:34.01phhhave you tried the htc_hw.force_cdma=1 thing ?
21:35.26*** join/#htc-linux GeertJohan (~Squarc@82-217-32-29.cable.quicknet.nl)
21:35.29MrPippynot yet, haven't even booted linux on it yet
21:35.37phhok
21:43.40Captnoordphh I think with some time we can build our own native linux rom.....
21:43.52Captnoordits not so overly complicated
21:44.02Captnoordjust loads of lookup crap
21:44.09phhCaptnoord: I know what's needed
21:44.12phhI've already started
21:44.17phhbut testing takes *a lot* of time.
21:44.44Captnoordthen share your knowlage...
21:44.45Captnoord:P
21:44.57Captnoordwith me
21:44.58Captnoord:P
21:45.03phhjust use tinboot -_-'
21:47.49phhkernel boots (I can read ramconsole afterwards)
21:47.55phhbut I have to reflash windows at every try
21:48.35Captnoordk
21:49.11phhtmzt got me some hints to avoid this flash and read ramconsole from hspl
21:49.15phhbut I didn't get it working
21:49.55Captnoordwhich was?
21:51.01phhsee diamond hspl doc on xda's wiki
21:51.05phhthere is a command to dump memory area
21:51.17MrPippydoes diamond have the uart hooked up to extusb like the android phones do? might be good for debugging
21:51.25phhMrPippy: yup
21:54.21MrPippyhmm just booted 95civic's release (from jan 24) and adb works fine
21:55.56*** join/#htc-linux cr2_ (~cr2@ip-109-84-49-195.web.vodafone.de)
22:02.47RandomPPCGeekis native booting faster than haret?
22:02.55Captnoorddoen't the bootloader get copied to mem
22:03.06Captnoordso you can simply copy your own
22:03.13Captnoordand softreset
22:03.23CaptnoordRandomPPCGeek: always
22:03.39phhI wouldn't bet on that.
22:03.49Captnoordwhy not?
22:04.00Captnoordits protected?
22:04.12phhbah you have to init more stuff
22:04.16phhwait for A9 to boot
22:04.17phhand such
22:04.40Captnoordyea... but that is what you have todo when your building a bootloader from scratch
22:04.47Captnoordone way or the other
22:04.50Captnoordwe have todo such things
22:05.02MrPippythe real slowdown is that we run everything from SD card instead of nand
22:05.02phhSPL puts zImage in memory by itself
22:07.18Captnoordhmmmm
22:07.33phhyou can just jump into zImage
22:07.40phhand it takes care of everything
22:07.53phhwell, you have to put the kernel arguments (mtype and such) somewhere.
22:08.01Captnoordi'm reading interesting stuff about bootloader over rs232
22:09.22*** join/#htc-linux GeertJohan (~Squarc@82-217-32-29.cable.quicknet.nl)
22:12.37cr2_NetRipper: ping
22:18.12Captnoordphh: there is no way to get a binairy copy of there bootloader....
22:18.21Captnoordor is it present in the nb
22:19.09cr2_Captnoord: ?
22:19.32Captnoordthe bootloader to boot... linux
22:19.36Captnoordnative linux rom
22:19.37Captnoordstuff
22:19.40*** join/#htc-linux GNUtoo (~GNUtoo@host49-13-dynamic.54-79-r.retail.telecomitalia.it)
22:19.43tmztphh: hints?
22:19.48tmztah
22:19.50cr2_on which phone ?
22:19.59phhCaptnoord: mmmm ?
22:20.12cr2_tmzt: does nexus have multitouch foo ?
22:20.16*** join/#htc-linux playdo (~57b3c67b@gateway/web/freenode/x-bbeakiciybvxhutq)
22:20.22tmzt02:07 < phh> have you tried the htc_hw.force_cdma=1 thing ?
22:21.07tmztcr2_: it's synaptics
22:21.25cr2_tmzt: which i2c id ?
22:21.37tmztraster says the firmware suppports certain things, it's up to the software whether multitouch works though
22:21.43tmztas in, reported to userspace and apps
22:21.47tmzthmm
22:22.11cr2_0x40  synaptics I2C RMI
22:22.12tmztCaptnoord: dumping the spl is pretty easy
22:22.15cr2_says wiki
22:22.19tmztbut we already know how it should work, it just doesn't
22:22.22tmztsomething with rpc
22:22.29cr2_leo has some elan ?
22:22.38tmztis it elan?
22:22.39Captnoordhttp://www.sholes.info/hg/spboot/file/78bcf1148ff9/init/builtins.c
22:22.41Captnoordk
22:22.42tmztI could be confusing things
22:22.52cr2_3 options: i2c 0xb8/2, 0x68/2 or 0x2a/2
22:23.37cr2_tmzt: MLR875 ?
22:23.58tmztI don't have a nexus kernel checked out
22:24.05tmztI'm trying to get my rhod500 to work :)
22:24.18cr2_ok
22:24.25tmztit's close, if we had ril data would be working
22:25.20RandomPPCGeektmzt: which carrier's tp2 do you have?
22:25.38*** join/#htc-linux karafa (~karafa@ool-45735dce.dyn.optonline.net)
22:26.15karafawas 3d fixed in the last build for CDMA? i saw a commit regarding the 8mb GPU stuff, but I wasn't sure.
22:26.23phhkarafa: na
22:26.25phhtotally broken.
22:26.36phhI want to fix it for WVGA devices
22:26.44tmztVerizon
22:26.48phhbut I actually broke everything -_-'
22:27.01cr2_tmzt: elan multitouch -> http://tech.yahoo.com/blogs/patterson/44436/tawainese-chip-maker-elan-sues-apple-over-multi-touch/
22:27.17tmztApple got their real patent today
22:27.30tmztit's the same drawings I remember from AppleInsider years ago
22:28.08cr2_http://www.engadget.com/2009/04/12/elan-microelectronics-demonstrates-its-efinger-multitouch-tech-r/
22:28.15cr2_so it's not synaptics
22:29.38cr2_which phone is that ??
22:40.25*** join/#htc-linux fleixius (~fleixius@unaffiliated/fleixius)
22:42.58karafaphh: so did the changes you make fix it for WVGA devices? or is it broken across the board
22:55.16MrPippymotorola devour (msm7627) source code is now at http://opensource.motorola.com
22:56.13MrPippyjust from the makefile, looks like it uses a broadcom 432x wifi (dhd)
22:57.03*** join/#htc-linux [1]Captnoord (~Captnoord@dc5147a47b.adsl.wanadoo.nl)
22:57.04cr2_MrPippy: any other interesting peripheral devices ?
23:04.34MrPippyhehe nice job moto, every file is a .tar.gz.gz
23:05.15Captnoordanybody russian who could help me with
23:05.15Captnoordhttp://4pda.ru/forum/index.php?showtopic=119186
23:05.17Captnoordthese
23:06.09MrPippyi grabbed those a while back
23:06.21tmztI wanted zip :)
23:06.32CaptnoordMrPippy: could you please share them with me
23:06.33Captnoord:P
23:07.50cr2_Captnoord: where is 8250 ?
23:08.06MrPippyi'll just give you the log/pass i made for it, gotta try remember/recover the password
23:08.13Captnoordk
23:08.18Captnoord8250?
23:08.25Captnoordrefresh my mind
23:08.37cr2_qsd :)
23:08.42CaptnoordI dono
23:11.53MrPippythe stuff in there for 6xxx is pretty cool, full reference design schematics, but most of the docs are about RF stuff
23:12.20CaptnoordMrPippy: I like rf stuff
23:12.35*** join/#htc-linux fleixius (~fleixius@unaffiliated/fleixius)
23:13.48*** join/#htc-linux ToAsTcfh (~toast@130-38.200-68.tampabay.res.rr.com)
23:15.07MrPippysweet the wlan part of the devour source is bcm4325, same as rhod
23:16.58*** join/#htc-linux [1]Captnoord (~Captnoord@dc5147a47b.adsl.wanadoo.nl)
23:29.01MrPippydevour has some different i2c devices...adp5588 keypad backlight, crucialtec oj optical joystick/trackpad, sfh7743 proximity sensor, lis331dlh accelerometer, lm3535 led, usual akm8973 compass
23:29.37tmzt#ifdef DEBUG
23:29.37tmzt<PROTECTED>
23:29.37tmzt<PROTECTED>
23:29.55tmztthat oj could be useful for some samsung and glofiish devices I think
23:30.05tmztlis is in freerunner?
23:33.33MrPippyhmm the devour wlan.tgz references bcm4325b0, the wince drivers reference bcm4325d0
23:34.04*** join/#htc-linux ToAsTcfh (~toast@99-205-192-161.pools.spcsdns.net)
23:34.04tmztthat's the N version vs. not?
23:34.12tmztor minor revision?
23:34.45MrPippynot sure, hoping its a minor rev
23:35.21MrPippyi don't think any of the 4325 is N, thats 4329
23:35.53ToAsTcfhwoot... my modem burned up and im stuck tethering till sunday. when the dumb ass brighthouse dude gets here to fix it
23:36.04tmztmodem?
23:36.10tmztwhat happened?
23:36.12ToAsTcfhcable modem
23:36.17ToAsTcfhidk
23:36.25cr2_tmzt: check for multitouch http://www.htc-linux.org/wiki/index.php?title=I2C_IDS
23:36.28ToAsTcfhit just stopped workin
23:36.45cr2_tmzt: and verify rhod
23:36.47ToAsTcfhhey i got a patch for multitouch
23:37.07tmztthe resistive?
23:37.07ToAsTcfhfor the .27 kernel
23:37.12tmztit's on msmts
23:37.30ToAsTcfhsynaptics sorry
23:37.37ToAsTcfh:P
23:38.03ToAsTcfhphh: any luck on the camera?
23:38.13ToAsTcfhor did u give up?!
23:38.56MrPippythe lg gw620 is 4325b0 also
23:42.12tmztphh: you not in -root?
23:43.36Captnoord2008-07Windows Mobile 6.1Qualcomm MSM7201A 528MHzTRaphaelRAPH300
23:43.39Captnoordand there is mine
23:43.39*** join/#htc-linux bzo (~chatzilla@netblock-68-183-234-14.dslextreme.com)
23:43.41Captnoordraph300
23:44.09Captnoordnow its time for me to sleep
23:45.12bzohmm, the latest pm/pmem changes breaks audio out on the diam500 (in addition to the 3d)
23:46.02bzoMrPippy: power collapse working great. 70% battery after 3+ hours :)
23:46.56cr2_tmzt: what is 0x38 i2c device on rhod ?
23:47.12MrPippynice, is that with screen off most of the time?
23:47.41tmzthow would I know?
23:47.44bzoyes, mostly idle, but with some background data and a few minutes of calling
23:47.45tmztfind out
23:47.49tmzthow would I find out
23:48.02tmztbzo: that's ram layout
23:48.05tmztdiam500 is different
23:49.00bzotmzt: I suspect the adsp was not happy with the changes
23:51.27cr2_tmzt: by tracing i2c in wince. and by scanning the i2c bus in linux with i2c-tools
23:51.35bzoMrPippy: spare parts/battery history show running ~ 20%, screen ~ 15%
23:51.46tmztI haven't successfully traced i2c before
23:51.55tmztI think it's haret not detecting the 7600
23:52.18cr2_MrPippy: do you have amss6150 ?
23:52.30MrPippyyeah on diam500
23:52.35cr2_tmzt: 7600 ?
23:52.41cr2_ok
23:52.47tmztmsm7600
23:53.06cr2_how do you know it's 7600 ?
23:53.30tmztit's cdma/gsm
23:53.36tmztrhod500
23:54.05cr2_well, but how do you detect the cpu type ?
23:54.17cr2_what does haret actually say ?
23:54.55MrPippyharet says msm7600
23:55.17cr2_where ?
23:55.30MrPippyWince reports processor: core=MSM7600-528MHz name= cat= vend=QUALCOMM
23:55.41cr2_in the wince cpu type field ?
23:55.57cr2_ok
23:56.21cr2_but we need to check the real cpu id with mrc
23:56.45cr2_if it matches the 7201A
23:56.50cr2_i think it should
23:56.57MrPippythe fcc pics clearly show its a msm7600, and theres nothing else that does both cdma and gsm
23:57.54cr2_it's only a matter of mdsp firmware and RF power chip+filter
23:58.04cr2_i doubt that the core cpu is different

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with infobot logs, split per channel, etc.