| 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.25 | MrPippy | i don't think so |
| 00:04.48 | MrPippy | the fc00c is just testing for zero/not-zero anyway |
| 00:05.10 | bzo | I suppose it would have been noticed by now if it was with all the various accesses of smem |
| 00:05.40 | bzo | I was actually thinking of the battery status stuff, whose data has been described as erratic |
| 00:06.13 | makkonen | I 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.12 | bzo | you know makkonen, your tweaks are reasonable for the case where power consumption is constant |
| 00:07.20 | bzo | it's just that current draw has a big effect on voltage |
| 00:08.30 | bzo | I 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.54 | karafa | is that how winmo does it, you think? or is there some other kind of calculation it does |
| 00:10.44 | bzo | I think winmo does something much more sophisticated |
| 00:11.23 | makkonen | bzo: 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.48 | bzo | makkonen: is it done through a lookup table or something? |
| 00:15.32 | makkonen | see the v value in the htc_get_batt_info function? |
| 00:16.14 | bzo | ah, yes I see it now |
| 00:16.23 | makkonen | it takes the volume (adjusted), adds to adjust for discharge, and subtracts to adjust for charge |
| 00:16.48 | makkonen | but the discharge part... the values don't even change. I don't think it's actually discharge at all. |
| 00:16.48 | bzo | this is what dzo has, no idea where the numbers come from: |
| 00:16.50 | bzo | v=values[2]+(100*values[4])/1093-(100*values[3])/2268+(100*(0x800-values[1]))/466; |
| 00:17.17 | bzo | he also does a separate temperature compensation: |
| 00:17.18 | bzo | v=v+(((values[1]-0x71d)*66)/333); |
| 00:17.36 | makkonen | that's a bit more sophisticated. |
| 00:17.49 | makkonen | I don't trust the temperature we get, either. it doesn't seem to move. |
| 00:18.05 | makkonen | and it doesn't even report correctly in winmo. neither does voltage, actually. |
| 00:21.04 | makkonen | well, with no2chem's tools, and with the htc tbattery tool. |
| 00:25.45 | bzo | I turned on logging for the charging status, always reports charging regardless of cable status: |
| 00:25.50 | bzo | [ 14.482635] [BATT] cable AC |
| 00:25.52 | bzo | [ 14.488830] [BATT] cable AC |
| 00:25.53 | bzo | [ 14.494842] [BATT] charger ON (SLOW) |
| 00:25.55 | bzo | [ 14.500823] [BATT] charger ON (FAST) |
| 00:25.56 | bzo | [ 35.335601] [BATT] charger ON (FAST) |
| 00:25.58 | bzo | [ 78.410491] [BATT] cable AC |
| 00:25.59 | bzo | [ 85.364807] [BATT] cable AC |
| 00:26.01 | bzo | [ 95.581268] [BATT] cable AC |
| 00:26.02 | bzo | [ 105.558746] [BATT] cable AC |
| 00:27.02 | MrPippy | i just stuck some printks into htc_battery_smem, gonna see what it shows |
| 00:33.59 | MrPippy | weird, 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.45 | makkonen | ugh. wifi off -> reboot bug is really annoying. |
| 00:44.53 | makkonen | especially being so intermittent. |
| 00:49.30 | MrPippy | afaict, 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.41 | bzo | MrPippy: because the gpios are not changing and not updating charge source? |
| 00:53.00 | MrPippy | actually 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.08 | bzo | I think it is getting set, because when the battery is at 100%, it turns off the charging status |
| 00:57.28 | bzo | I wonder if the simple solution to this is setting the vbus wake lock on the vbus only, and not charging status? |
| 00:58.02 | bzo | err, never mind, that only fixes the suspend problem, not the reporting to the user |
| 01:00.48 | MrPippy | this driver just seems unnecessarily complicated |
| 01:04.51 | bzo | the logic seems very circular to me, on one hand vbus is supposed to set charger state |
| 01:04.58 | bzo | and I also see stuff like this: msm_hsusb_set_vbus_state((source==CHARGER_USB) || (source==CHARGER_AC)); |
| 01:06.29 | tmzt | that's just reporting of the vbus state to the client driver |
| 01:06.40 | tmzt | it's not part of charging, it's also the wrong way to do it |
| 01:06.44 | tmzt | which is noted in the source |
| 01:06.52 | tmzt | phh: so ril for cdma/gsm??? |
| 01:07.48 | tmzt | I tried removing the sim card but that just prevented registration |
| 01:08.09 | IceBone | Desire ROM already ported to the Nexus One? |
| 01:08.12 | tmzt | I 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.42 | Paul_Ishenin | hi |
| 01:18.00 | Paul_Ishenin | 3d does not work anymore on my diamond |
| 01:18.18 | Paul_Ishenin | not the boot anymation nor the labyrinth |
| 01:18.52 | stinebd | still works on my raph110 |
| 01:18.52 | mcdull | could be the commit of extending GPU SMI |
| 01:18.57 | MrPippy | yeah i'm having that problem too |
| 01:19.07 | mcdull | but it really shouldn't affect... |
| 01:19.17 | Paul_Ishenin | well, before it worked perfectly |
| 01:19.46 | mcdull | MrPippy, your mic solution is not cross board? |
| 01:20.15 | MrPippy | i'm not sure if it is, phh said he was going to test but i never heard what happened |
| 01:20.33 | mcdull | may be I should try at least on blackstone. |
| 01:22.28 | Paul_Ishenin | have you ever tried to contact with htc devels? |
| 01:23.09 | *** join/#htc-linux marmotta (~skodde@unaffiliated/skodde) |
| 01:23.47 | Paul_Ishenin | maybe someone can share the info you are trying to extract from the dlls and haret logs :) |
| 01:26.10 | Paul_Ishenin | for 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.15 | jamenlang | MrPippy: what does your mic fix.... fix? |
| 01:41.57 | jamenlang | and you can't say 'the mic'' |
| 01:43.55 | *** join/#htc-linux AstainHasExpo (~AstainHel@unaffiliated/astainhellbring) |
| 01:44.43 | tmzt | jamenlang: the value used to unmute the mic was reversed |
| 01:44.48 | tmzt | it should have been big endian |
| 01:44.52 | *** join/#htc-linux ToAsTcfh (~toast@110-43.200-68.tampabay.res.rr.com) |
| 01:45.52 | jamenlang | to mute it huh |
| 01:46.04 | jamenlang | cool |
| 01:47.01 | tmzt | no, to unmute it |
| 01:47.24 | jamenlang | oh right |
| 01:47.59 | jamenlang | so before the fix. |
| 01:48.07 | jamenlang | if i were in a call and hit mute... |
| 01:48.32 | jamenlang | it would mute |
| 01:48.51 | jamenlang | and if i hit mute again (to unmute) would it not work? |
| 01:49.22 | tmzt | this is to allow for voice during calls |
| 01:49.30 | tmzt | that mute is probably done with AT commands |
| 01:50.02 | mcdull | oh.. my xdandroid has no voice searching or voice input. and voice dialer seems not listening anything. |
| 01:50.18 | tmzt | what device? |
| 01:50.22 | *** join/#htc-linux _rzk (~rzk@daemonet.ru) |
| 01:50.26 | mcdull | let me re-add the apps. (BLAC100) |
| 01:50.53 | jamenlang | are you making a call before booting into android mcdull? |
| 01:52.43 | IceBone | http://img.phyrefile.com/icebone/2010/02/17/_ICE8433.jpg :D |
| 01:52.47 | IceBone | Sense on my Diamond! |
| 01:52.53 | Paul_Ishenin | kernel build for commit a1d83f419246a169f253d56d0b28e81df32b4b79 has boot animation and 3d |
| 01:52.55 | jamenlang | i just got rickrolled |
| 01:53.08 | Paul_Ishenin | kernel build for commit 5bab48d12c367bb81c72530a84a1eed778827086 does not |
| 01:53.37 | jamenlang | icebone: I envy you in ever way |
| 01:53.59 | IceBone | You envy a pic I displayed in full screen on my phone? :P |
| 01:54.04 | mcdull | jamenlang: no.. that's what supposed to fix, right? |
| 01:54.14 | jamenlang | haha |
| 01:54.52 | jamenlang | i don't believe so... but i can't find any documentation on this fix |
| 01:55.46 | jamenlang | oh icebone, i wanted to comment on something you said in the forums that made my day. |
| 01:55.54 | mcdull | MrPippy latest commit. "Enable mic on CDMA diam/raph" |
| 01:56.16 | IceBone | Oh? What did I say? |
| 01:56.25 | jamenlang | i can't recall, but thank you! |
| 01:56.44 | jamenlang | mcdull, in that case; i'm rebooting |
| 01:56.50 | IceBone | I only post in two threads, babijoee's eclair thread and the gen-y dual boot thread. |
| 01:56.58 | IceBone | Can you at least tell me in which one I did it? :P |
| 01:57.12 | jamenlang | eclair thread |
| 01:57.18 | IceBone | Righto. |
| 01:57.26 | IceBone | A while back? |
| 01:57.29 | jamenlang | prolly |
| 01:57.35 | jamenlang | i was trolling hardcore today |
| 01:59.29 | IceBone | Can't find anything witty I said in that thread. :PI usually try to help. 0:) |
| 01:59.54 | mcdull | reboot .. reboot .. reboot .. and reboot.... I am going to reboot my phone more than I use it. |
| 02:00.18 | IceBone | Welcome to the wonderful world of fiddling about. |
| 02:00.32 | jamenlang | mcdull: no joke, i'm sure my nand is about at it's read end. |
| 02:01.28 | mcdull | it should have wear leveling, so it should be at least a year later. |
| 02:02.02 | JairunCaloth | tmzt: 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.16 | tmzt | nice |
| 02:02.23 | tmzt | why don't voice calls work? |
| 02:02.27 | JairunCaloth | Dunoo |
| 02:02.42 | mcdull | ok.. the MrPippy mix fix not working on blackstone. |
| 02:02.48 | JairunCaloth | I did find out how to talk to the gsm radio though. It's just AT commands over a serial bus. |
| 02:02.53 | Paul_Ishenin | phh, "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.57 | JairunCaloth | But HTC has some propriatary commands. |
| 02:03.15 | tmzt | serial bus? |
| 02:03.19 | JairunCaloth | tmzt: I didn't have much time to play with anything this weekend. GF kinda took the whole weekend. |
| 02:03.22 | JairunCaloth | tmzt: yup |
| 02:03.30 | tmzt | you mean smd? |
| 02:04.47 | JairunCaloth | to 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.02 | JairunCaloth | soI guess not a true seial bus |
| 02:06.07 | jamenlang | omfg. the mic works. and i didn't make a call before booting into android |
| 02:06.24 | jamenlang | mr pippy, you're my heeeeero. |
| 02:06.28 | mcdull | jamenlang that is the fix my MrPippy |
| 02:06.32 | mcdull | by MrPippy |
| 02:06.41 | jamenlang | MY MrPippy |
| 02:06.42 | mcdull | but not working on my blackstone. |
| 02:06.47 | jamenlang | i'll fight you for him |
| 02:06.57 | jamenlang | :) |
| 02:10.13 | makkonen | mcdull: the fix is diam500/raph800 specific, as he committed it. |
| 02:10.26 | makkonen | you could change that and see if it fixes blac100 |
| 02:12.10 | mcdull | makkonen, I already changed it and made a dirty build. no luck |
| 02:12.36 | makkonen | ah. that's a shame. |
| 02:15.25 | mcdull | if (machine_is_htcdiamond_cdma() || machine_is_htcraphael_cdma() || machine_is_htcraphael_cdma500() || machine_is_blackstone()) |
| 02:15.33 | mcdull | suppose this would do, right? |
| 02:15.50 | makkonen | I think it's htcblackstone, not blackstone |
| 02:16.09 | makkonen | or, since you're just doing a test build, just if (1) |
| 02:16.56 | mcdull | really? I look it up in the included mach-type |
| 02:17.05 | tmzt | it should be htcblackstone now |
| 02:17.13 | tmzt | or there's another device called blackstone |
| 02:17.18 | mcdull | ok.. I will try other dirty build. |
| 02:17.46 | mcdull | using if (1).. well .. just removing the if statement may be. |
| 02:18.27 | tmzt | || 1 |
| 02:18.31 | tmzt | :) |
| 02:20.40 | mcdull | yesterday (or earlier today) they are working on the new HTC keyboard ... with no luck tho |
| 02:21.08 | tmzt | what is? |
| 02:21.09 | tmzt | who is? |
| 02:21.36 | mcdull | phh, and babijoee |
| 02:21.48 | tmzt | what new keyboard? |
| 02:22.08 | mcdull | new IME extracted from HTC machine. |
| 02:24.43 | Paul_Ishenin | why init contains: "$SQLITE3" "$DB" "INSERT INTO carriers VALUES(NULL, 'Android' , '310995' , '310' , '995' , 'internet' , '*' , '*' , '*' , NULL, NULL, NULL, NULL, 'null' , 'default' , 1);" |
| 02:24.44 | Paul_Ishenin | ? |
| 02:25.08 | Paul_Ishenin | during the boot I have an error "table carriers has 17 columns but 16 values supplied" |
| 02:26.17 | Paul_Ishenin | I believe this piece of code needs to be removed from the init file |
| 02:29.05 | tmzt | what's the missing column? |
| 02:29.36 | 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" ? |
| 02:29.54 | Paul_Ishenin | tmzt, I need to dowload the db to look what is missing |
| 02:29.58 | tmzt | it also likes to erase partitions |
| 02:30.04 | babijoee | stinebd: pong |
| 02:30.08 | babijoee | cr2: pong |
| 02:30.10 | tmzt | but I needed to dump that year and a half of debian stuff anyway |
| 02:30.14 | mcdull | Paul_Ishenin, did you have an Android folder in your SD? |
| 02:30.20 | Paul_Ishenin | no |
| 02:30.44 | Paul_Ishenin | I have media folder in the root |
| 02:30.54 | Paul_Ishenin | (of sdcard) |
| 02:31.11 | mcdull | I mean do you have a folder named "Android" in your SD. not the media folder |
| 02:31.38 | Paul_Ishenin | need to check |
| 02:32.30 | mcdull | Paul_Ishenin, that is the cause of some ppl not having any ringtone. The media folder is not in the correct location. |
| 02:32.46 | Paul_Ishenin | I have ringtone |
| 02:32.46 | mcdull | are you sure you are using the most update rootfs? |
| 02:32.51 | Paul_Ishenin | and I have wallpapers |
| 02:33.04 | Paul_Ishenin | I'm using rootfs from the latest release |
| 02:33.16 | mcdull | if that is the case, you can just ignore the message. |
| 02:33.59 | Paul_Ishenin | 1. I don't have android folder 2. I'm using the latest rootfs |
| 02:34.23 | Paul_Ishenin | I think init file need to be fixed |
| 02:34.38 | mcdull | makkonen, No luck, not working (mic) |
| 02:35.43 | Paul_Ishenin | init file has a $card variable |
| 02:35.53 | Paul_Ishenin | it is used in most of cases but not in all |
| 02:36.14 | mcdull | yes.. I used to change it.. but given up. |
| 02:36.28 | tmzt | the init file is a mess |
| 02:36.29 | mcdull | it just facilitate the use of Android folder. |
| 02:36.32 | tmzt | do you have more than one partition? |
| 02:37.10 | *** join/#htc-linux |Jason8| (JayAte@2001:470:1f07:714::15e) |
| 02:37.14 | mcdull | so 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.39 | mcdull | mic not working.. mic not working.... without a call...bad |
| 02:38.51 | mcdull | ok.. no change.. mic activated after a call. |
| 02:42.41 | mcdull | how can I easily revert my git clone to a clean build? |
| 02:42.43 | Paul_Ishenin | what for to add paticular APN settings on every boot? |
| 02:42.57 | tmzt | put them in the xml? |
| 02:43.19 | Paul_Ishenin | it is obvious that everybody have their own APN settings |
| 02:43.32 | tmzt | no they don't |
| 02:44.15 | tmzt | the carriers do |
| 02:44.15 | tmzt | they are identified by MCC/MNC |
| 02:44.15 | mcdull | is it for initialization purpose? |
| 02:44.15 | tmzt | mcdull: git reset --hard |
| 02:44.15 | tmzt | you will lose your local changes though |
| 02:44.15 | mcdull | you can simply try removing it. But as told, the init is all in a mess. |
| 02:44.27 | tmzt | it does way too much |
| 02:44.32 | stinebd | babijoee: http://gitorious.org/xdandroid-eclair/eclair-rootfs |
| 02:44.32 | mcdull | ok... I just dont want to git clone again. |
| 02:44.41 | tmzt | but that's been the case with android builds |
| 02:44.48 | tmzt | too many of them started with the emulator |
| 02:45.14 | Paul_Ishenin | if it is a mess then let's cleanup a bit |
| 02:45.27 | mcdull | vogue rootfs is nicer.. but we have a lot hard-coded in the rootfs for our devices. |
| 02:45.30 | stinebd | babijoee: there has been some interest in keeping an up-to-date git repo for the rootfs. are you good with git? |
| 02:45.52 | babijoee | stinebd: havent really used it |
| 02:45.58 | babijoee | but willing to learn :) |
| 02:46.10 | mcdull | unless we have a git to update together. |
| 02:46.23 | tmzt | babijoee: you know who's working on the ril for cdma/gsm devices? |
| 02:46.35 | babijoee | tmzt: what devie? |
| 02:46.38 | babijoee | device? |
| 02:46.47 | Paul_Ishenin | who is responsible for init file? where to send my cleanup? |
| 02:46.50 | babijoee | anyways i remmeber a number of people working on it |
| 02:46.56 | tmzt | rhod400/500 |
| 02:47.48 | stinebd | babijoee: 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.53 | babijoee | doesnt radio work for you? |
| 02:48.03 | babijoee | ah k |
| 02:48.16 | tmzt | it made calls with sim in there even though I'm on cdma |
| 02:48.20 | babijoee | i think you should give me commit access :) |
| 02:48.23 | tmzt | I've removed it and it won't start the radio |
| 02:48.37 | stinebd | babijoee: got a gitorious username for me? |
| 02:48.41 | babijoee | no |
| 02:48.46 | babijoee | i'll sign up |
| 02:48.55 | stinebd | ok, let me know when you do, i'll add you quick |
| 02:48.58 | tmzt | think vilord has any changes? |
| 02:49.20 | tmzt | I'll be offline (ha) most of the night so I could hack on it if I could figure out how to build |
| 02:49.26 | tmzt | also would be good if usb worked |
| 02:49.37 | tmzt | or maybe android terminal |
| 02:49.55 | tmzt | that's a weird one, can I just drop a better term apk on the sd card? |
| 02:50.24 | babijoee | okay |
| 02:50.31 | babijoee | my git user= babijoee |
| 02:50.32 | babijoee | :) |
| 02:50.34 | stinebd | babijoee: 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.00 | tmzt | why isn't that in qualcomm-on-msm? |
| 02:51.13 | stinebd | i don't have access |
| 02:51.17 | stinebd | babijoee: added |
| 02:51.19 | mcdull | babijoee, 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.26 | tmzt | if 95civic is xdandroid based can you explain how to build the ril? |
| 02:51.28 | mcdull | I mean the rootfs. |
| 02:51.50 | tmzt | <PROTECTED> |
| 02:51.51 | tmzt | Repository |
| 02:51.51 | tmzt | Bryan D. Stine removed makkonen as collaborator from xdandroid-eclair/xdandroid-vendor |
| 02:51.58 | tmzt | stinebd: why?? |
| 02:52.01 | babijoee | mcdull partition for what? |
| 02:52.15 | stinebd | tmzt: why did i remove him? because i meant to add him to rootfs repo |
| 02:52.23 | tmzt | ah |
| 02:52.46 | mcdull | babijoee, partition in SDcard, so like vogue. |
| 02:52.58 | tmzt | I think I want to kill the sim test in this ril |
| 02:53.06 | stinebd | tmzt: 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.32 | tmzt | what's vendor? |
| 02:53.44 | tmzt | phhusson committed 1f894ca |
| 02:53.45 | tmzt | Add slow_sim and force_cdma options |
| 02:53.49 | tmzt | hmm, can't be that easy |
| 02:54.05 | tmzt | that's what he was telling me |
| 02:54.47 | stinebd | tmzt: 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.23 | stinebd | it's gonna take a lot of experimenting to get that done right |
| 02:56.35 | babijoee | stinebd: how do i push something :p |
| 02:56.51 | babijoee | i have some init changes |
| 02:57.21 | stinebd | babijoee: make your changes locally, git commit -a, git push your-gitorious-url |
| 02:57.36 | babijoee | ah k |
| 02:58.28 | stinebd | your-gitorious-url should be git@gitorious.org:xdandroid-eclair/xdandroid-vendor.gi |
| 02:58.34 | stinebd | +t |
| 02:59.17 | tmzt | anybody know how to build ril without a full checkout of android? |
| 02:59.41 | stinebd | is it even possible? |
| 02:59.46 | tmzt | doesn't look like that's going to work |
| 02:59.56 | tmzt | hmm, I'll just try force_cdma=1 then |
| 03:03.08 | *** join/#htc-linux philipgian (~philipgia@athedsl-4500231.home.otenet.gr) |
| 03:03.11 | jamenlang | i thought the force_cdma was just for the tp2 and such |
| 03:04.17 | makkonen | yes. tmzt's got a tp2. |
| 03:04.23 | makkonen | rhod400 |
| 03:04.23 | jamenlang | f |
| 03:04.29 | Paul_Ishenin | babijoee, should I send my init changes to you? |
| 03:05.04 | Paul_Ishenin | since you want to commit them somewhere? |
| 03:05.37 | makkonen | send them to someone who can commit them to the git repo, I guess. babijoee, myself, stinebd. |
| 03:05.44 | makkonen | what are the changes? |
| 03:05.57 | Paul_Ishenin | what git repo are talking about? |
| 03:06.17 | stinebd | http://gitorious.org/xdandroid-eclair/eclair-rootfs |
| 03:07.11 | mcdull | this repo is up to date, right? built based on the current rootfs? |
| 03:07.24 | makkonen | yes |
| 03:08.03 | stinebd | babijoee said he's going to push some changes |
| 03:08.29 | babijoee | Paul_Ishenin: what exactly did you change? |
| 03:09.08 | Paul_Ishenin | http://pastebin.com/m1fc53bb0 |
| 03:10.00 | makkonen | aside from the sqlite bit, that's already been fixed. |
| 03:10.45 | babijoee | line 149-150 |
| 03:11.08 | babijoee | ah k |
| 03:11.21 | makkonen | should 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.02 | Paul_Ishenin | id does not work now, and it adds some strange APN which is clear will not work for every provider |
| 03:12.03 | jamenlang | would that eliminate the need to manually add the android APN for CDMA? |
| 03:12.26 | makkonen | babijoee: 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.52 | makkonen | jamenlang: Yes, I believe so. but when I tried to fix it, it just kept adding them, which was no better. |
| 03:13.08 | babijoee | makkonen: hmm afaik android uses the apns-xml in system/etc |
| 03:13.18 | babijoee | so it does seem strange |
| 03:14.10 | makkonen | pretty sure it's using the one in /init.etc/... but when I reset to default, it uses /system/etc/ |
| 03:14.30 | makkonen | probably just down to my data.img being old or something. |
| 03:15.07 | Paul_Ishenin | this 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.22 | Paul_Ishenin | and as I see it is the latest release |
| 03:15.40 | stinebd | there has not been a release from git yet |
| 03:15.59 | Paul_Ishenin | can I download uptodate rootfs.img somewhere? |
| 03:16.09 | stinebd | git ;) |
| 03:17.22 | Paul_Ishenin | maybe autobuild can study how to release rootfs.img also? |
| 03:17.48 | stinebd | it'd be trivial to autobuild a rootfs from that |
| 03:17.55 | stinebd | i already wrote scripts to automate it (in scripts/) |
| 03:18.27 | stinebd | probably not a particularly good idea though |
| 03:19.05 | Paul_Ishenin | well, a very good idea for windows users |
| 03:19.24 | stinebd | an especially bad idea for them. if it doesn't work, how do you fix it? ;) |
| 03:19.39 | Paul_Ishenin | download earlier release |
| 03:20.33 | mcdull | but the rootfs is something big, like 15MB. keeping all autobuild requires lots of space. |
| 03:21.04 | Paul_Ishenin | no need to keeping all |
| 03:21.17 | Paul_Ishenin | just the latest released and the latest non-released |
| 03:22.50 | makkonen | aren'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.14 | stinebd | 12887Kb for rootfs |
| 03:23.20 | stinebd | not too big |
| 03:23.26 | *** join/#htc-linux karafa (~karafa@ool-45735dce.dyn.optonline.net) |
| 03:23.30 | makkonen | that's a weird number. I was just making them 15mb |
| 03:24.14 | babijoee | not a bad idea |
| 03:24.26 | stinebd | i can set up a build host for them |
| 03:25.15 | stinebd | no fancy web frontend though, just the images :P |
| 03:25.36 | makkonen | that'd probably be nice. |
| 03:25.37 | Paul_Ishenin | enough for most of this channel users I suppose |
| 03:34.05 | Paul_Ishenin | btw, the correct SQL would be: |
| 03:34.06 | Paul_Ishenin | INSERT INTO carriers VALUES(NULL, 'Android' , '310995' , '310' , '995' , 'internet' , '*' , '*' , '*' , NULL, NULL, NULL, NULL, Nul , -1, 'default' , 1) |
| 03:34.39 | Paul_Ishenin | authtype column was missing. it contains -1 for all other APNs |
| 03:34.45 | babijoee | stinebd: how do i push a single file |
| 03:35.12 | stinebd | babijoee: you can only push what you commit |
| 03:35.29 | stinebd | if you want to commit a single file, use git commit path/to/file |
| 03:35.42 | mcdull | babijoee, can you also fix this one? keystore( 1359): chdir: /data/misc/keystore: Permission denied |
| 03:35.49 | mcdull | make it 777 should be fine. |
| 03:35.58 | babijoee | mcdull: opps wasnt editing init |
| 03:35.59 | babijoee | lol |
| 03:36.03 | babijoee | some wifi changes |
| 03:36.05 | stinebd | that has to be changed in init.eclair.rc i think |
| 03:36.17 | Paul_Ishenin | do we need to set 777 ini init? |
| 03:36.33 | Paul_Ishenin | in init* |
| 03:36.52 | Paul_Ishenin | this needs to be changed only once, not for every boot |
| 03:37.12 | stinebd | init.eclair.rc line 82: mkdir /data/misc/keystore 0770 keystore keystore |
| 03:37.45 | makkonen | I 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.55 | stinebd | 0770 should be enough honestly |
| 03:38.06 | makkonen | (though I didn't investigate any further, so maybe I needed to do more.) |
| 03:38.11 | mcdull | while I chmod in terminal, the error disappeared. |
| 03:38.21 | babijoee | stinebd: okay i want to send updated init.etc/wifi/loadit whats the command for that |
| 03:38.24 | stinebd | then maybe not. i don't know who owns it |
| 03:38.57 | makkonen | babijoee: I already did that. |
| 03:39.11 | babijoee | ooo |
| 03:39.14 | babijoee | lemme check |
| 03:39.22 | makkonen | it'd be git commit /init.etc/wifi/loadit |
| 03:39.30 | stinebd | babijoee: make changes ; git commit init.etc/wifi/loadit ; git push |
| 03:39.31 | babijoee | anyways whats the command so i know how to update things in future |
| 03:39.36 | makkonen | followed by git push |
| 03:39.40 | babijoee | ah k |
| 03:39.41 | Paul_Ishenin | where is the xml list of APN's you told before? |
| 03:39.44 | makkonen | ...actually.. |
| 03:40.24 | makkonen | git push git@gitorious.org:xdandroid-eclair/eclair-rootfs.git |
| 03:40.26 | makkonen | I believe. |
| 03:40.32 | makkonen | unless you update your .git/config |
| 03:41.09 | makkonen | and you'll need to have your public key set up on gitorious, I think. |
| 03:43.09 | babijoee | okay i'm going to do a dummy test |
| 03:43.18 | babijoee | just 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.26 | babijoee | hmm |
| 03:52.29 | babijoee | joee@joee-laptop:~/rootfs_mount/rootfs/rootfsmount/init.etc/wifi$ git commit loadit git push git@gitorious.org:xdandroid-eclair/eclair-rootfs.git |
| 03:52.30 | babijoee | fatal: Not a git repository (or any of the parent directories): .git |
| 03:54.18 | stinebd | you need to do the commit and push in two commands, not one like you have there |
| 03:55.13 | stinebd | also, as you make changes, do it to the checked out repository you have, not a mounted image |
| 03:55.26 | stinebd | (or do it to a mounted image and copy stuff to your local repository) |
| 03:58.57 | babijoee | i mount it then modify it |
| 03:59.26 | babijoee | ah okay |
| 03:59.48 | stinebd | what you're mounting is a just generated image, there is no git repo after it's packed |
| 04:00.10 | Paul_Ishenin | who can add this operators to the apn-conf.xml: http://pastebin.com/d6a114734 ? |
| 04:00.16 | Paul_Ishenin | these* |
| 04:01.40 | babijoee | Paul_Ishenin: i can but i'm too lazy |
| 04:01.53 | babijoee | if you can merge them and send me final file |
| 04:01.58 | babijoee | i can update in new package |
| 04:02.17 | babijoee | ooo |
| 04:02.21 | Paul_Ishenin | where to send? |
| 04:02.26 | babijoee | i need to download the git repo for this eh stinebd |
| 04:02.28 | karafa | does 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.38 | babijoee | pm me on xda |
| 04:03.02 | stinebd | babijoee: yes, git clone git://gitorious.org/xdandroid-eclair/eclair-rootfs.git |
| 04:03.07 | babijoee | lol |
| 04:03.12 | mcdull | someone is calling a complete list of APN, http://forum.xda-developers.com/showthread.php?t=547718 |
| 04:03.19 | babijoee | thanks |
| 04:04.19 | karafa | sprint* rather |
| 04:05.30 | Paul_Ishenin | no russian operators in that file |
| 04:06.08 | |Jason8| | add them! |
| 04:06.36 | Paul_Ishenin | babijoee, I don't see where is "add attachment" button in the pm |
| 04:06.38 | babijoee | mcdull: i really need an updated list |
| 04:06.45 | babijoee | ooo |
| 04:06.57 | babijoee | Paul_Ishenin: just upload it and give me link in pm |
| 04:07.07 | babijoee | i'll probally release a new build tommorow |
| 04:07.46 | makkonen | karafa: it's in the Touch CDMA forum at xda-dev |
| 04:09.03 | makkonen | I 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.26 | Paul_Ishenin | babijoee, where to upload? |
| 04:09.43 | babijoee | Paul_Ishenin: anywhere you like |
| 04:09.47 | babijoee | preferbly not rapidshare |
| 04:10.08 | Paul_Ishenin | amazing trouble just for a few lines to add |
| 04:10.30 | karafa | yeah, 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.23 | babijoee | Paul_Ishenin: hows it trouble? |
| 04:12.36 | makkonen | in 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.39 | Paul_Ishenin | maybe you have a email? |
| 04:12.45 | mcdull | babijoee, will try to search one.. |
| 04:13.08 | mcdull | can anyone please confirm if these command line is useless? |
| 04:13.10 | mcdull | [ 0.000000] Unknown boot option `lcd.density=240': ignoring |
| 04:13.10 | mcdull | [ 0.000000] Unknown boot option `clock-7x00.a11=528': ignoring |
| 04:13.10 | mcdull | [ 0.000000] Unknown boot option `pmem.extra=1': ignoring |
| 04:13.16 | babijoee | okay |
| 04:13.28 | babijoee | permission denied ( publickey ) |
| 04:13.49 | mcdull | if so, we shall remove them all from our lately startup.txt. Not to confuse. |
| 04:14.06 | makkonen | no |
| 04:14.07 | mcdull | strange that not even the lcd.density being recognized. |
| 04:14.11 | babijoee | mcdull: they are not ignored |
| 04:14.27 | babijoee | just ignore those messages :) |
| 04:14.30 | makkonen | the lcd density is ignored by kernel, but processed by higher level system. |
| 04:14.35 | mcdull | ok. |
| 04:14.43 | makkonen | the other two are actually useless at this point, I believe. |
| 04:15.04 | mcdull | I guess so. pmem.extra=1 is useless now |
| 04:15.07 | babijoee | makkonen: how to fix publickey? |
| 04:15.26 | karafa | I 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.35 | makkonen | babijoee: did you upload one? |
| 04:15.58 | babijoee | yeah tried to |
| 04:16.37 | babijoee | and then said permission denied: publickey, the remote end hung up unexpectedly |
| 04:17.26 | makkonen | I'm trying to find the instructions I used to generate the public key. |
| 04:17.38 | babijoee | thanks |
| 04:17.58 | *** join/#htc-linux randomblame (~kevin@c-71-59-184-96.hsd1.wa.comcast.net) |
| 04:18.50 | mcdull | do you guys have any idea on these error after running neocore? |
| 04:18.54 | mcdull | dalvikvm( 1934): +++ not scanning '/system/lib/libexif.so' for 'initAppData' (wrong CL) |
| 04:18.54 | mcdull | dalvikvm( 1934): +++ not scanning '/system/lib/libsrec_jni.so' for 'initAppData' (wrong CL) |
| 04:18.54 | mcdull | QXEngine( 1934): WARNING: device does not support eglSurfaceScaleQUALCOMM extension, viewport will be centered for lower resolutions |
| 04:19.19 | Paul_Ishenin | babijoee, check your pm |
| 04:19.31 | mcdull | especially of what (wrong CL) stands for. |
| 04:19.36 | babijoee | thanks Paul_Ishenin |
| 04:20.25 | *** join/#htc-linux MrPippy (~pip@adsl-75-11-172-186.dsl.sndg02.sbcglobal.net) |
| 04:20.28 | Paul_Ishenin | btw, why we don't have camera, album, calculator applications installed by default? |
| 04:20.42 | karafa | camera app doesn't install for some reason |
| 04:21.11 | Paul_Ishenin | I installed it using adb |
| 04:21.50 | karafa | and it didnt fail? |
| 04:21.50 | makkonen | does the camera app do us any good? |
| 04:22.08 | Paul_Ishenin | it fails of course, but anyway |
| 04:22.12 | karafa | oh, ok |
| 04:22.15 | karafa | yeah, same for me then. |
| 04:22.40 | karafa | if it worked, we'd be able to work with images a little better, i think. like setting them as wallpaper and such |
| 04:22.53 | Paul_Ishenin | but at least calculator and gallery dont fail |
| 04:23.04 | karafa | i 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.27 | Paul_Ishenin | galley works very well |
| 04:24.28 | babijoee | Paul_Ishenin: i'm too lazy |
| 04:24.35 | babijoee | holidays are no good |
| 04:26.28 | Paul_Ishenin | well, I suppose it is possible to use git for this. I can create a change and someone can review and push it |
| 04:26.32 | makkonen | babijoee: I can't find the instructions I used. |
| 04:26.43 | babijoee | thats okay |
| 04:26.51 | babijoee | hopefully stinebd might have it |
| 04:27.38 | stinebd | babijoee: have what? |
| 04:27.48 | babijoee | Paul_Ishenin: besides i want a massive update for apns not just 1 or 2.... |
| 04:27.50 | makkonen | anyway, I remember it failing when I used a non-rsa key, so I created a new one. |
| 04:28.08 | makkonen | is there any harm in having a bigger, more complete apns-conf.xml? |
| 04:28.11 | babijoee | i have publickey errors stinebd |
| 04:28.31 | stinebd | babijoee: did you add your pubkey to the gitorious account? |
| 04:28.42 | babijoee | how? |
| 04:29.12 | stinebd | babijoee: 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.27 | makkonen | you create the key with ssh-keygen -t rsa |
| 04:29.57 | makkonen | then you follow the instructions, and at the end, you open id_rsa.pub, and upload that to gitorious. |
| 04:29.59 | Paul_Ishenin | babijoee, 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.44 | babijoee | Paul_Ishenin: go for it :) |
| 04:30.51 | *** join/#htc-linux rashire (~ed1112war@98.114.89.97) |
| 04:36.52 | bkero | SGMLParser is a pain in the balls. |
| 04:37.41 | bkero | Whoops, wrong channel. :) |
| 04:40.01 | mcdull | babijoee, I got a full list of MNC MCC code, but no APN info yet.. is it useful to you? |
| 04:40.20 | babijoee | mcdull: not really :p |
| 04:40.27 | babijoee | i think stinebd might be able to help you out |
| 04:40.28 | mcdull | normally APN list contains MNC MCC.. |
| 04:40.40 | stinebd | http://maduin.southcape.org/~xdandroid/rootfs-build/ |
| 04:40.50 | babijoee | mcdull: hmmm for which operators? |
| 04:40.59 | stinebd | all cron'd up for 10 minute updates |
| 04:41.02 | stinebd | (hopefully) |
| 04:42.25 | mcdull | babijoee, sorry, doesn't mean anything... why we cannot dump the list from existing HTC device? |
| 04:42.54 | babijoee | mcdull: i have :p |
| 04:42.58 | babijoee | from the nexus one |
| 04:44.05 | ali1234 | well, 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.16 | ali1234 | APN list is a little bit harder to compile though |
| 04:45.41 | mcdull | babijoee, is it complete? |
| 04:45.52 | stinebd | can you set commit hooks on gitorious? |
| 04:45.55 | babijoee | mcdull: never |
| 04:46.03 | babijoee | too many people complain |
| 04:46.04 | karafa | this is a little unclear to me, do they have MMS working on any sprint android ports, like the touch/vogue? |
| 04:46.22 | mcdull | I guess HTC has the more complete list ... |
| 04:46.24 | babijoee | stinebd: how :p |
| 04:46.30 | babijoee | i'm complete git noob |
| 04:46.33 | mcdull | what about dumping from Hero rom? |
| 04:46.48 | stinebd | babijoee: that's a question for gitorious experts really. i'd like to know if/how it's possible |
| 04:46.50 | babijoee | i think nexus one has most recent apn update |
| 04:46.50 | mcdull | not much ppl complains on network config in windows mobile. |
| 04:47.01 | stinebd | cause i would set a commit hook to trigger my build bot if possible, as opposed to using cron |
| 04:47.26 | stinebd | i imagine it's not possible though |
| 04:47.27 | karafa | and whats to stop someone from dumping whatever you'd need from the samsung moment or hero to get MMS working? |
| 04:48.03 | MrPippy | tmzt: usb isn't working on rhod? |
| 04:48.20 | babijoee | okay i just pushed :) |
| 04:48.28 | babijoee | hopefully it worked :p |
| 04:49.02 | makkonen | stinebd: glemsom does it based on rss, no? |
| 04:49.33 | babijoee | hmm what did i do? |
| 04:49.47 | stinebd | makkonen: still cron-based, though. i just have it go by git id from the local repo |
| 04:50.01 | stinebd | i'd love a hook so that it doesn't need cron :) |
| 04:50.08 | stinebd | not a big deal anyway |
| 04:50.08 | makkonen | yeah. that would be more elegant. |
| 04:50.34 | makkonen | hmm. loooks like the generate script needs to make it bigger after adding dropbear. |
| 04:50.49 | stinebd | yes |
| 04:51.00 | babijoee | stinebd: can you have a look at what i have done :p |
| 04:51.02 | stinebd | i have it set to 15MB now |
| 04:51.07 | stinebd | babijoee: uh oh |
| 04:51.10 | babijoee | i'm not entirely sure what happened |
| 04:51.36 | makkonen | hmm. |
| 04:51.43 | stinebd | babijoee: what command did you use? |
| 04:51.54 | stinebd | oh my |
| 04:52.03 | babijoee | =/ |
| 04:52.07 | babijoee | dont sound like that |
| 04:52.10 | babijoee | hopefully you can undo |
| 04:52.15 | makkonen | it's easy to undo. |
| 04:52.25 | babijoee | hopefully you can undo |
| 04:52.29 | babijoee | oppps |
| 04:52.32 | makkonen | one of the plusses of git. |
| 04:52.33 | babijoee | git commit init.etc/wifi/loadit |
| 04:52.35 | stinebd | heh, you "kinda" already did undo |
| 04:52.47 | makkonen | true. nothing actually changed here. |
| 04:52.47 | babijoee | git push git@gitorious.org:xdandroid-eclair/eclair-rootfs.git |
| 04:53.17 | babijoee | what did i push? |
| 04:53.18 | babijoee | lol |
| 04:53.27 | stinebd | babijoee: ok one lesson you learned is to always check your commit before you push it ;) |
| 04:53.50 | babijoee | huh? |
| 04:53.51 | makkonen | babijoee: ok, some useful commands: |
| 04:53.56 | babijoee | thamks |
| 04:54.45 | stinebd | babijoee: http://git.or.cz/course/svn.html |
| 04:54.57 | stinebd | i used to use that guide so you might get useful information from that |
| 04:55.02 | makkonen | 'git status' -- shows the status of your tree... how far ahead you are of the main repo |
| 04:55.06 | makkonen | 'git log' |
| 04:55.21 | makkonen | shows the log of all the commits |
| 04:56.44 | mcdull | Anyone knows about access linux platform? |
| 04:57.09 | makkonen | '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.19 | mcdull | located here: http://alp.access-company.com/index.html |
| 04:57.34 | mcdull | seems a wonderful platform powered by linux. |
| 04:57.45 | makkonen | 'git pull' grabs the changes from the origin and updates the local repo |
| 04:58.48 | makkonen | Access? isn't that what palm was transition to before they gave it up? |
| 04:58.55 | makkonen | s/transition/transitioning |
| 04:59.37 | mcdull | Yes, and their netfront browser is excellent. |
| 05:02.03 | mcdull | ok.. lunch time. cya. |
| 05:02.24 | babijoee | thanks guys |
| 05:02.36 | babijoee | anyways i'm off bbl tonight |
| 05:02.47 | stinebd | night |
| 05:02.54 | jamenlang | so what happens to the push that joee just made? |
| 05:03.02 | stinebd | i scrubbed his commits |
| 05:03.09 | stinebd | they're gone |
| 05:03.19 | makkonen | how do you scrub them out? |
| 05:03.56 | jamenlang | i'm confused, weren't the commits a good thing? or was that just a trial push |
| 05:04.07 | stinebd | fast-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.17 | stinebd | you need +master to remove the history from the bad commits |
| 05:04.37 | stinebd | git push --help talks about non-fast-forward pushing, which is what that is |
| 05:04.48 | makkonen | gotcha |
| 05:06.04 | stinebd | it takes some time to disappear from gitorious though |
| 05:06.17 | makkonen | didn't realize you could actually mess with that stuff once it had gone upstream. |
| 05:07.07 | stinebd | be very careful if you have to do it ;) |
| 05:08.08 | makkonen | yeah. it's one of those things that can really mess up other people's repos |
| 05:08.20 | karafa | was 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.27 | makkonen | no |
| 05:10.48 | *** join/#htc-linux mcdull2 (~mcdull@203.210.8.176) |
| 05:11.36 | stinebd | i should probably remove the rootfs it generated too :D |
| 05:12.31 | *** join/#htc-linux goxboxlive (~jrs@mail2.hjellnesconsult.no) |
| 05:13.09 | jamenlang | maybe that's a better question, where is the rootfs that is built stored at |
| 05:14.43 | stinebd | http://maduin.southcape.org/~xdandroid/rootfs-build/ |
| 05:15.06 | jamenlang | great! |
| 05:19.39 | makkonen | I can run the generate script that's in the rootfs/scripts directory without it overwriting anything, right? |
| 05:20.04 | makkonen | as long as the tmpdir and destdir don't interfere with my active repository |
| 05:20.32 | stinebd | makkonen: right |
| 05:20.37 | stinebd | makkonen: note the sudo requirements though |
| 05:20.52 | makkonen | yeah |
| 05:21.06 | *** join/#htc-linux rashire (~ed1112war@98.114.89.97) |
| 05:23.16 | makkonen | seems a little wasteful to pull a fresh clone every time. |
| 05:23.47 | stinebd | i have it clone from a local repository which pulls periodically |
| 05:23.54 | makkonen | smart |
| 05:24.14 | makkonen | I'll probably just have it copy my working repo |
| 05:24.17 | stinebd | you can just give git clone a directory |
| 05:24.24 | makkonen | ah. |
| 05:24.52 | stinebd | that's the great thing about a distributed vcs :) |
| 05:26.19 | makkonen | the more I use git, the more impressed I am. |
| 05:26.55 | makkonen | '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.20 | MrPippy | hmm 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.58 | karafa | do you mean charging in general or telling the difference between AC and USB charging? |
| 05:39.30 | makkonen | ac 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.21 | stinebd | a single bit? |
| 05:42.34 | stinebd | 0 = no charger, 1 = ac charger... 2 = usb? ;) |
| 05:42.53 | stinebd | a ternary bit |
| 05:43.09 | karafa | thats 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.16 | makkonen | that's... that's not how bits work. |
| 05:43.35 | stinebd | it is if it's magic |
| 05:43.45 | karafa | hah |
| 05:47.19 | mcdull2 | testing voice input |
| 05:47.46 | stinebd | wow |
| 05:48.46 | *** join/#htc-linux mcdull (~blackston@n11648167249.netvigator.com) |
| 05:48.57 | makkonen | ? |
| 05:51.47 | mcdull | there is still no way to force usb initialize without connecting before haret, right? |
| 05:52.06 | makkonen | not that I'm aware of. |
| 05:52.20 | jamenlang | what are you doing over usb? |
| 05:52.31 | makkonen | adb |
| 05:52.35 | mcdull | adb most of the time |
| 05:52.41 | jamenlang | what OS? |
| 05:52.49 | makkonen | windows, here. |
| 05:52.52 | mcdull | both *nix and windows |
| 05:53.11 | mcdull | windows for now.. coz it has droid explorer.. |
| 05:53.15 | jamenlang | 7? vista? i can't get mine to work |
| 05:53.24 | makkonen | 7. |
| 05:53.24 | jamenlang | i want to use droid explorer sooooo badly |
| 05:53.30 | mcdull | you need to set single interface |
| 05:53.42 | makkonen | add 'echo 2 > crap, I can't remember |
| 05:53.57 | jamenlang | done |
| 05:54.22 | mcdull | echo 2 > /sys/devices/platform/msm_hsusb/usb_function_switch |
| 05:54.23 | makkonen | echo 2 > /sys/devices/platform/msm_hsusb/usb_function_switch |
| 05:54.26 | makkonen | damn, too slow. |
| 05:54.28 | mcdull | in your custom script. |
| 05:54.35 | jamenlang | lol, echo all up in here |
| 05:54.50 | mcdull | a real echo |
| 05:54.52 | *** join/#htc-linux leobaillard (~leobailla@leobaillard.org) |
| 05:55.23 | jamenlang | k so i put that in the eclair user conf or i could prolly use terminal emulator huh |
| 05:55.44 | jamenlang | how'd your mic test go mcdull? |
| 05:55.52 | mcdull | failed. |
| 05:55.57 | mcdull | on my blac100 |
| 05:56.15 | mcdull | still need to make a call to initialize. |
| 05:56.34 | makkonen | jamenlang: 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.04 | mcdull | seems there is a new version of droid explorer at early Feb |
| 05:57.14 | jamenlang | damn, sorry bud |
| 05:57.19 | mcdull | makkonen, no need. |
| 05:57.41 | makkonen | no? |
| 05:58.12 | mcdull | no need afaik |
| 05:58.32 | mcdull | I even connect it to ubuntu sometimes. |
| 05:58.48 | mcdull | and I have disabled activesync most of the case. |
| 05:59.09 | mcdull | just get the usb cable connected to an OS. |
| 05:59.25 | makkonen | huh |
| 05:59.29 | makkonen | good to know |
| 06:00.20 | mcdull | jamenlang, remember, it breaks linux adb with this hack |
| 06:00.32 | jamenlang | what breaks it |
| 06:01.01 | mcdull | the custom string |
| 06:01.16 | jamenlang | but droid explorer works? |
| 06:01.21 | mcdull | yes |
| 06:01.24 | jamenlang | good deal |
| 06:01.30 | jamenlang | it's nice to trade up |
| 06:01.41 | mcdull | anyone knows why my linux adb always showing device offline? |
| 06:03.27 | mcdull | so you got a virtual usb storage. |
| 06:03.43 | mcdull | a file manager that access your /sdcard |
| 06:04.30 | jamenlang | what other options are there for that usb_function_switch? |
| 06:05.08 | mcdull | most functions are not working properly. |
| 06:07.07 | mcdull | and you can never mount the sdcard as usb storage and the system is running over the sdcard |
| 06:09.03 | jamenlang | lol, i can't put the > in pterm |
| 06:09.26 | makkonen | most soft keyboards have a symbol mode |
| 06:09.32 | *** join/#htc-linux Tinyboom (~nahh@ti0121a340-dhcp0200.bb.online.no) |
| 06:09.58 | mcdull | put in startup script. you have to do it anyway. |
| 06:10.02 | jamenlang | the only available input method is the hardware keyboard afaics |
| 06:10.15 | jamenlang | right |
| 06:11.08 | mcdull | not much change with the new build. |
| 06:11.17 | mcdull | I mean the droid explorer |
| 06:13.59 | jamenlang | wow, for some reason it's already in the conf file |
| 06:14.02 | jamenlang | last line |
| 06:14.05 | jamenlang | nice. |
| 06:14.27 | makkonen | mm. maybe I had it in my package. couldn't remember. |
| 06:14.37 | mcdull | jamenlang, what machine you have? |
| 06:14.54 | jamenlang | got a laptop running ubuntu and a desktop running windows 7 |
| 06:15.00 | mcdull | I mean mobile |
| 06:15.02 | jamenlang | raph800 for the phone |
| 06:15.13 | mcdull | ok... |
| 06:15.27 | mcdull | so how come you cannot connect to adb before? |
| 06:15.48 | jamenlang | i guess we'll find out shortly! |
| 06:15.55 | mcdull | oh.. for others information. there is no need to turn off touchflo to boot your android even your 3D doesnt work. |
| 06:16.22 | jamenlang | i'll tweet that |
| 06:16.23 | *** join/#htc-linux irlolcopter (~irlolcopt@host81-152-193-147.range81-152.btcentralplus.com) |
| 06:16.57 | karafa | so touchflo doesn't have any effect either way on getting hw3d to work in android? |
| 06:17.33 | mcdull | karafa, yes it does, but it would not prevent device to boot even hw3d not works. |
| 06:18.02 | mcdull | for those devices working, touchflo is still needed to initialize the 3d engine. |
| 06:18.22 | karafa | ohh, i see |
| 06:18.38 | mcdull | the 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.51 | mcdull | oh.. the voice recognize engine is excellent in android. |
| 06:20.03 | mcdull | but the TTS is bad. |
| 06:21.05 | jamenlang | i'd say TTS is better than in windows mobile |
| 06:21.10 | jamenlang | at least it's dynamic |
| 06:21.45 | mcdull | TTS in winmo is somehow better (the commercial choice) |
| 06:22.00 | mcdull | but it is quite expensive. |
| 06:22.57 | jamenlang | k, the device manager is showing HTC dream |
| 06:23.06 | jamenlang | we good so far? |
| 06:23.58 | randomblame | anyone 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.04 | randomblame | probably not |
| 06:28.26 | mcdull | jamenlang, unknown yet.. just connect to droid explorer directly. if it doesnt detect, replug device. |
| 06:28.53 | jamenlang | working on installing it |
| 06:31.01 | jamenlang | well that was easy |
| 06:31.03 | jamenlang | thanks guys |
| 06:32.47 | jamenlang | oh.. 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.24 | jamenlang | i'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.27 | mcdull | anyone tried the flash 10.1 |
| 06:50.29 | mcdull | ? |
| 06:52.48 | makkonen | Not I |
| 06:57.32 | mcdull | is it true that the HTC desire comes with flash 10.1? |
| 07:01.26 | Paul_Ishenin | news says that it has support for adobe flash 10.1 |
| 07:01.42 | MrPippy | ok i've got a patch for the vbus stuff, its crude but at least the switch between battery and cable works right |
| 07:02.02 | makkonen | what'd you do? |
| 07:02.36 | MrPippy | it sets usb or battery based on what the smem vbus bit is |
| 07:03.04 | MrPippy | i haven't tested if the wakelock is being released properly, but it should be |
| 07:03.58 | makkonen | cool. it looked like it was doing that already -- what was getting in the way? |
| 07:05.03 | MrPippy | it 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.11 | MrPippy | but no path to go back the other way to battery |
| 07:05.40 | *** join/#htc-linux fleixius (~fleixius@unaffiliated/fleixius) |
| 07:05.41 | makkonen | ah |
| 07:07.44 | MrPippy | is 3d working for you since phh's changes yesterday? |
| 07:08.01 | makkonen | haven't pulled since then. |
| 07:08.35 | makkonen | is it busted now? |
| 07:09.24 | MrPippy | its not working for me |
| 07:09.37 | *** join/#htc-linux bzo (~chatzilla@netblock-68-183-234-105.dslextreme.com) |
| 07:10.20 | makkonen | I wish there was actually something interesting you could do with 3d. |
| 07:10.25 | bzo | broken for me as well |
| 07:10.44 | MrPippy | yeah honestly we're spending a lot of time to make the bootanimation and neocore work |
| 07:10.59 | karafa | mrpippy: does the patch make suspend work again? |
| 07:11.56 | makkonen | oh, that reminds me. I want to get my accelerometer settings right so I can play jumpyball. that uses 3d. |
| 07:12.08 | bzo | with winmo7 revealed, it wouldn't be surprising for android to go more 3d in the UI |
| 07:12.19 | MrPippy | i think suspend works, not sure how i would tell though |
| 07:12.33 | karafa | if it lasts for more then 3 hours, hah |
| 07:12.53 | makkonen | stick pm.debug_mask=2 in your cmdline and feel for the buzzes |
| 07:12.59 | bzo | MrPippy: open an adb shell, and cat /proc/kmsg, it is pretty obvious when it suspends |
| 07:13.31 | makkonen | hey, /proc/kmsg is working. wonder when that happened. |
| 07:14.04 | bzo | err, actually I guess you would want to open a shell in android, won't sleep connected to usb :) |
| 07:14.20 | bzo | but, I did test it that way when I disabled the vbus wakelock |
| 07:14.40 | MrPippy | yeah 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.42 | makkonen | ok... 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.04 | bzo | yep, sounds like suspend to me. Otherwise you would see a vbus wakelock msg |
| 07:15.56 | karafa | what do you think broke 3d? that 8mb GPU SMI thing? |
| 07:16.22 | MrPippy | i think so, i'm gonna try with 7MB |
| 07:16.36 | makkonen | cd ~ |
| 07:16.40 | makkonen | oops |
| 07:16.52 | bzo | MrPippy: so was the charge status broken for GSM as well? |
| 07:17.24 | MrPippy | i think so, i don't see how it could go to charger_battery either |
| 07:17.58 | bzo | I don't understand how those guys were getting the battery life they were getting? |
| 07:18.56 | makkonen | I'm pretty sure the cdma radio wakes up from suspend a whole lot more often than the gsm one does. |
| 07:19.39 | bzo | right, but it doesn's sound like the GSM phones were able to suspend either |
| 07:19.54 | makkonen | oh. maybe those tests were done before things got broken? |
| 07:20.14 | mcdull | but 7 MB seems not enough for WVGA device.. isn't it all WVGA device got no 3D? |
| 07:21.00 | mcdull | MrPippy, your mic fix not working on blac100 |
| 07:21.13 | MrPippy | ok |
| 07:21.22 | MrPippy | it works if you make a call before booting? |
| 07:21.51 | makkonen | it works, but you need to make a call in android before you can do anything like voice search, I believe. |
| 07:22.40 | mcdull | makkonen, I know, so I say the fix not working. |
| 07:23.27 | makkonen | yeah. I was just clarifying, from the way I understood the problem. |
| 07:23.43 | bzo | makkonen: possible it was broken recently. i see a number of commits to htc_battery_smem.c in the last month |
| 07:24.02 | makkonen | yeah, a bunch of things got changed. |
| 07:24.06 | MrPippy | i still haven't heard if the mic fix works on any gsm |
| 07:24.15 | mcdull | http://android.selfip.info:9999/Android/screen/3d01.jpg |
| 07:24.30 | makkonen | droid explorer screenshot? |
| 07:24.51 | mcdull | yes,.. what you guys think? I cap it running on my blackstone. |
| 07:24.54 | makkonen | doesn't work on my raph800, either. |
| 07:25.00 | mcdull | 3D + XDAndroid 2.0.1 |
| 07:25.13 | mcdull | could it be vsync problem? |
| 07:25.23 | makkonen | I think it's droid explorer being not designed for higher rez devices. |
| 07:25.44 | mcdull | makkonen, no , it works perfectly.. (using screen cast) |
| 07:25.47 | MrPippy | um...the actual device screen is just blank, right? |
| 07:25.58 | mcdull | no .. it shows exactly the same thing. |
| 07:26.01 | makkonen | oh |
| 07:26.14 | mcdull | not the latest build .. some builds earlier. |
| 07:26.23 | mcdull | but it must be some sorts of 3D. |
| 07:26.35 | mcdull | the game light racer 3D lite |
| 07:27.14 | mcdull | and it is 3D accelerated.. coz I used to have software render, it works fine in 1 fps. |
| 07:28.14 | mcdull | makkonen, you can always use screen cast to capture andorid screen. |
| 07:28.34 | makkonen | never worked for me. I'll give it another try. |
| 07:28.50 | makkonen | screenshots all looked like that, even though the screen looked fine on-device. |
| 07:28.55 | mcdull | not srcreenshot. |
| 07:29.11 | mcdull | no.. the screenshot is overlapped. This one is not. |
| 07:29.22 | mcdull | could someone pls tell if it is the vsync problem? |
| 07:29.37 | makkonen | ah. screencast, then. I think it just crashed my system when I tried it. don't recall exactly. |
| 07:29.40 | MrPippy | yeah going back to 7MB worked |
| 07:30.35 | Paul_Ishenin | where do you get pmem settings for the phones? I'm trying to see what need to be done for camera |
| 07:30.53 | Paul_Ishenin | hero has the next pmem base address for camera: 0x27000000 |
| 07:31.12 | mcdull | pmem.c |
| 07:31.16 | Paul_Ishenin | and I see that for diamond we have 0x3a00000 |
| 07:31.31 | Paul_Ishenin | very different values |
| 07:31.59 | mcdull | we have only allocate 1M to camera. |
| 07:32.11 | mcdull | and most other devices, at least 8MB |
| 07:32.19 | mcdull | the address is not an issue. |
| 07:33.05 | mcdull | it 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.27 | mcdull | but 1MB is definitely insufficient. |
| 07:33.27 | Paul_Ishenin | ah, so it is not a camera memory or so |
| 07:33.43 | *** join/#htc-linux BabelO (~fcr@unaffiliated/babelo) |
| 07:33.48 | mcdull | yes.. camera memory.. but the entire machines share all common memory. |
| 07:34.07 | mcdull | oh.. bad grammar . |
| 07:34.07 | Paul_Ishenin | and there is no difference where to map camera memory? |
| 07:34.30 | Paul_Ishenin | mcdull, I'm not an englishmap, your grammar is ok for me |
| 07:34.32 | mcdull | could make some difference, but not knowing yet. |
| 07:35.02 | mcdull | the current memory setting is almost giving up the camera part. |
| 07:35.37 | mcdull | anyway, you can go and take a look at linux-msm/arch/arm/mach-msm/pmem.c |
| 07:35.51 | Paul_Ishenin | of course I already did |
| 07:35.59 | mcdull | and also pm.c |
| 07:36.07 | Paul_Ishenin | I'm trying to compare what does hero do and what do we do |
| 07:36.41 | mcdull | cant really compare .. not even the vogue has camera working (on 2.0.1 |
| 07:37.19 | mcdull | may be you can try disabling gpu1 and allocation all gpu1 memory to camera. |
| 07:37.20 | Paul_Ishenin | ? |
| 07:37.44 | MrPippy | yeah suspend seems to work, although it woke up again after a couple seconds |
| 07:38.00 | Paul_Ishenin | "vogue has camera working" how to translate? |
| 07:38.37 | mcdull | sorry.. I mean the camera vogue still not working. |
| 07:39.46 | Paul_Ishenin | hero has 16Mb for camera |
| 07:39.55 | Paul_Ishenin | and we only 1 Mb |
| 07:43.29 | mcdull | So as I mentioned, it means given up.. atm. |
| 07:43.44 | Paul_Ishenin | even if I disable gpu1 I only get +8Mb more |
| 07:43.50 | Paul_Ishenin | 9 < 16 |
| 07:44.32 | mcdull | diamond has less memory then others.. or you need to spend more pmem. |
| 07:45.59 | mcdull | reduce the pmem in SMI to 10MB |
| 07:46.29 | mcdull | oh, remember the comment on the pmem is not correct. it is 16MB actually. not 19. |
| 07:46.30 | Paul_Ishenin | what is SMI? |
| 07:46.56 | mcdull | Faster ram. |
| 07:46.58 | mcdull | pmem_setting.pmem_start=MSM_SMI2_BASE; |
| 07:46.58 | mcdull | pmem_setting.pmem_size=0x1000000;//19MB |
| 07:47.00 | mcdull | here |
| 07:47.10 | Paul_Ishenin | yes, I see that 19Mb is wrong |
| 07:47.19 | Paul_Ishenin | and I see this lines |
| 07:48.04 | mcdull | ok.. for simplicity, change pmem_size to 8MB and use remaining gpu1 address for camera. |
| 07:48.08 | mcdull | but I doubt it works. |
| 07:48.27 | Paul_Ishenin | of course it will not |
| 07:48.36 | Paul_Ishenin | other things needs to be done too |
| 07:48.43 | mcdull | I doubt it was the initializing problem. |
| 07:48.58 | mcdull | ha.. may be starting haret while capturing. |
| 07:49.30 | Paul_Ishenin | :) |
| 07:49.38 | Paul_Ishenin | so no need to initialize anything |
| 07:50.38 | mcdull | I 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.13 | mcdull | some users experienced that android broke the camera after rebooting in winmo. |
| 07:51.19 | *** join/#htc-linux fleixius (~fleixius@unaffiliated/fleixius) |
| 07:51.24 | mcdull | and was reported a few times. |
| 07:52.02 | karafa | wow, hah |
| 07:52.21 | Paul_Ishenin | I see the cheaper way is to sell diamond and buy hero |
| 07:52.32 | mcdull | but there is no fun.. |
| 07:52.58 | mcdull | diamond is so close to a working android phone. |
| 07:53.18 | mcdull | did you try launcher 2? |
| 07:53.37 | makkonen | MrPippy: Can I see your changes to htc_battery_smem? |
| 07:54.30 | Paul_Ishenin | what is launcher 2? |
| 07:54.46 | mcdull | launcher in Google N1. |
| 07:54.58 | mcdull | uses 3D.. I am in no luck. |
| 07:55.03 | MrPippy | yeah i'm gonna push the battery changes now |
| 07:55.09 | makkonen | cool. thanks. |
| 07:55.16 | mcdull | oh.. what changes it brings? |
| 07:58.28 | karafa | are you planning on reverting that 8mb change as well? |
| 07:59.50 | mcdull | the 8mb change is essentially needed. and it doesnt breaks all devices, so we need a fix on it. |
| 08:00.14 | karafa | oh, which devices does it break? |
| 08:00.33 | makkonen | cdma diam/raph, I think |
| 08:00.39 | mcdull | diamond as well |
| 08:01.32 | mcdull | I was trying to figure out if WVGA need some extra memory settings on 3D. |
| 08:01.43 | mcdull | but it gives no error.... hard to tell. |
| 08:02.44 | MrPippy | ok pushed |
| 08:04.41 | mcdull | how to show the git diff? |
| 08:05.01 | MrPippy | i usually use gitk to look at diffs |
| 08:05.05 | fleixius | gitk |
| 08:05.06 | fleixius | :-) |
| 08:05.10 | fleixius | Best tool out there so far. |
| 08:06.05 | mcdull | oh.. the font is SUPER ugly. |
| 08:08.56 | makkonen | the everything is super ugly. |
| 08:09.25 | mcdull | the the gitk is like running off from an emulator. |
| 08:09.41 | makkonen | tk 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.38 | randomblame | ugly font |
| 08:21.44 | randomblame | wow |
| 08:21.51 | randomblame | wish I could complain about such things |
| 08:22.25 | makkonen | haha. when you're complaining about fonts, life must be good, eh? |
| 08:22.43 | randomblame | yes indeed |
| 08:23.03 | mcdull | how ltorunforthe / |
| 08:23.07 | randomblame | the only font I've seen is the 8x8 frame buffer console font |
| 08:23.26 | randomblame | I do like the newer version though, cyan on black much better looking ha |
| 08:23.43 | mcdull | It is now full loading my nix box... |
| 08:24.03 | karafa | you 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.35 | mcdull | dont tell me that it fetches all changes right now. |
| 08:25.54 | randomblame | yay firefox 3.6 |
| 08:26.10 | randomblame | ubuntu is slow at updating their packages |
| 08:27.00 | mcdull | the gitk is not responding at all. |
| 08:27.15 | mcdull | keep writing on my flash drive (whee the ubuntu installed) |
| 08:28.40 | randomblame | I 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.28 | randomblame | but I got 3d enabled finally transparencies and wiggly windows ftw |
| 08:29.50 | mcdull | how do you get 3d enabled in vmware? |
| 08:30.03 | mcdull | I am under vmware as well |
| 08:30.06 | randomblame | I'm using virtualbox |
| 08:30.23 | mcdull | so virtualbox supports 3d under ubuntu ? |
| 08:30.36 | randomblame | you have to install the vbox guest additions, pretty easy |
| 08:30.41 | mcdull | I used to install the virtualbox, but it refuses to boot from my flash drive. |
| 08:30.57 | randomblame | is it a usb drive? or ssd? |
| 08:31.07 | mcdull | usb flash disk |
| 08:31.18 | *** join/#htc-linux chrialex (~chrialex@173-22-63-52.client.mchsi.com) |
| 08:31.23 | randomblame | why not use a disk image on your hard drive? it would be far faster and you'd have more room |
| 08:31.53 | mcdull | coz I need to bring this flash around.. at home / at work / and third party computer without virtual machine. |
| 08:32.28 | mcdull | at home / work I uses vmware. Otherwise, I boot the ly. |
| 08:32.45 | mcdull | shxt ... the gitk keeps working... |
| 08:33.04 | mcdull | writing to storage endlessly. |
| 08:33.07 | randomblame | I know vista and 7 are very restrictive when it comes to any "removable" storage |
| 08:33.56 | mcdull | no necessary.. I just plugin as a storage and the vmware pick up as a storage and boot from it. |
| 08:33.56 | randomblame | that could be the problem, your host os is not supplying the proper access to the drive |
| 08:34.13 | mcdull | I am currently using macbook pro. |
| 08:34.16 | mcdull | with XP |
| 08:34.34 | randomblame | lol |
| 08:35.09 | randomblame | you paid the apple tax to run xp? |
| 08:35.15 | randomblame | xp makes me want to cut myself |
| 08:35.49 | mcdull | vmware fusion, again, refuse to boot external storage.. and macbook itself wont boot usb flash with MBR. |
| 08:36.13 | mcdull | and I need to use droid explorere. |
| 08:36.28 | randomblame | <PROTECTED> |
| 08:36.39 | randomblame | even on my i7 |
| 08:36.54 | randomblame | it's a software layer, not a hardware wrapper |
| 08:37.00 | mcdull | its 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.21 | mcdull | regret on running gitk. |
| 08:37.32 | mcdull | guess I have to wait forever. |
| 08:38.02 | mcdull | hope it is not killing my flash drive. I uses ext3 on it. |
| 08:38.24 | mcdull | not expecting such heavy access. |
| 08:39.06 | randomblame | with 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.45 | makkonen | copy/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.11 | randomblame | flash 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.39 | mcdull | vmware is more advance, you can drag and drop a file between os. |
| 08:40.49 | randomblame | that's pretty cool |
| 08:41.41 | randomblame | I can't even get virtualbox to work with networking |
| 08:41.49 | mcdull | mine flash is cruzer extreme.. |
| 08:42.06 | randomblame | I 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.49 | mcdull | why not connecting the phone / card reader to virtualbox directly? |
| 08:43.06 | randomblame | crashes every damn time |
| 08:43.56 | *** join/#htc-linux droid001 (~g1@p4FDCA784.dip.t-dialin.net) |
| 08:44.00 | makkonen | same here |
| 08:44.00 | mcdull | oo.. to me vmware is more stablle. |
| 08:44.21 | randomblame | probably because in vista/7 activesync is integrated |
| 08:44.23 | mcdull | >.< I finally be able to quite gitk |
| 08:44.33 | *** join/#htc-linux droid001 (~g1@p4FDCA784.dip.t-dialin.net) |
| 08:44.34 | randomblame | and it's always using the device |
| 08:45.18 | mcdull | there is an option to disconnect device from host. for both vmware and virtualbox |
| 08:45.42 | randomblame | I 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.27 | mcdull | raid0 with 3 disks? and you are saying those files are important? |
| 08:46.35 | randomblame | lol |
| 08:46.39 | mcdull | how dare you are. |
| 08:46.47 | randomblame | I be brave |
| 08:46.59 | mcdull | lucky you. |
| 08:47.07 | randomblame | 3 7200.12's single platter 500gb drives |
| 08:47.12 | randomblame | they're wicked fast together |
| 08:47.44 | mcdull | and they are seagates.... omg |
| 08:47.58 | randomblame | it's the .11's ya gotta worry about :D |
| 08:48.16 | randomblame | the only thing I don't trust is the intel raid controller |
| 08:48.40 | mcdull | ha.. for recent drives, the smart status never works. |
| 08:48.51 | mcdull | they die when they want to. |
| 08:48.58 | randomblame | yep |
| 08:49.14 | randomblame | smart 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.40 | mcdull | when they die.. completely . |
| 08:50.17 | mcdull | damx it... it still accessing storage after I exit the gitk... guess it is killing the cache,. |
| 08:50.28 | mcdull | never use it again. |
| 08:50.41 | randomblame | I 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.22 | mcdull | dvd is as reliable as womem. |
| 08:51.59 | randomblame | that'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.59 | mcdull | 30% of DVDs that I storage for 3 years not working any more. |
| 08:53.21 | randomblame | you need to switch to some better media or a better burner |
| 08:53.57 | randomblame | those bits shouldn't flip for 20-50 years |
| 08:53.58 | mcdull | could be ... I guess the burner is more important. |
| 08:55.16 | mcdull | yeah.. couples supposed to be life time. |
| 08:55.27 | *** join/#htc-linux chrialex (~chrialex@173-22-63-52.client.mchsi.com) |
| 08:56.08 | chrialex | did I finally get in here? |
| 08:56.18 | randomblame | you did |
| 08:56.21 | randomblame | congrats :D |
| 08:56.42 | chrialex | lol, thanks, kept kicking me as soon as I hit connect |
| 08:56.42 | randomblame | nickserv being a bitch again? |
| 08:56.44 | *** join/#htc-linux luklew (~luklewluk@207.west.gre.pl) |
| 08:57.10 | chrialex | that and I havent used mIRC in about 10 years >.> |
| 08:57.23 | randomblame | yeah, good ol mirc |
| 08:57.27 | *** join/#htc-linux GeertJohan (~Squarc@82-217-32-29.cable.quicknet.nl) |
| 08:57.59 | randomblame | I like it better than xchat, I wonder if there's a nix version |
| 08:58.02 | makkonen | I recommend pidgin. No additional pieces of software to run. |
| 08:58.26 | randomblame | is there a built in /slap option? |
| 08:58.29 | mcdull | is pidgin for windows supporting irc? |
| 08:58.43 | makkonen | yes |
| 08:58.45 | mcdull | ic.. |
| 08:58.48 | chrialex | was going to ask you what you recommeded, but didnt think you would be watching the forum/wave |
| 08:58.48 | randomblame | lol |
| 08:59.45 | chrialex | running win7 x64, which 'no longer has microsoft agent installed' which is needed, but wont install, think that was some of my problem |
| 08:59.46 | randomblame | woah I have more free space than I thought |
| 09:00.00 | randomblame | can ubuntu be installed on a logical drive? or does it have to be primary |
| 09:00.26 | makkonen | hey, suspend is working again. yay. |
| 09:01.39 | randomblame | bah they took fat32 out of disk management |
| 09:03.10 | chrialex | makkonen: 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.20 | mcdull | logical is ok |
| 09:03.21 | makkonen | weird. |
| 09:04.52 | randomblame | cool, I'm gonna give it a shot with jaunty, maybe ext4 for kicks |
| 09:05.10 | chrialex | only 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.39 | makkonen | oh. |
| 09:05.58 | makkonen | probably the media scanner is hanging. it does that, I think. |
| 09:07.47 | chrialex | could 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.04 | MrPippy | just tried netripper's latest haret build on rhod400, still shows up as generic arm v6 |
| 09:11.44 | randomblame | now I'll have to install win7 in virtual machine on ubuntu |
| 09:11.51 | randomblame | rahaha |
| 09:12.36 | randomblame | mrpippy, haret needs a million patches it sees the applicaton processor and assumes the rest is arm6 too |
| 09:13.39 | randomblame | what I did with my build for incite was just added the msm changes to armv6 |
| 09:13.55 | randomblame | because I'm lazy and sloppy like that |
| 09:16.08 | randomblame | maybe netripper did the same thing :D |
| 09:16.11 | MrPippy | haret source doesn't have anything about msm7600 either...this is probably a question for tmzt |
| 09:16.34 | mcdull | I just started gitk and shut it off.. but it spends me over an hour in accessing my storage. |
| 09:16.58 | randomblame | yeah 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.09 | randomblame | it needs work badly |
| 09:17.26 | randomblame | .5.2 also seems to cause some serious graphical issues |
| 09:19.23 | randomblame | it's such a useful tool it should be kept up to date. |
| 09:19.58 | randomblame | anyways I'm rebooting to install some native ubuntu be back in a bit |
| 09:21.51 | makkonen | so, 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.29 | makkonen | not 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.00 | mcdull | when will the gitk ends............ |
| 09:37.53 | makkonen | why can't you just kill the process(es)? |
| 09:38.01 | *** join/#htc-linux infernix (nix@unaffiliated/infernix) |
| 09:43.11 | mcdull | I am afraid that it leaves lot of rubbish |
| 09:44.31 | mcdull | but I cant wait any longer... I cant even type with gitk running. |
| 09:44.39 | mcdull | so I just stopped it. |
| 09:49.26 | MrPippy | gitk 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.20 | mcdull | phh, 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.26 | phh | [08:10:31] <MrPippy> is 3d working for you since phh's changes yesterday? <----- na it seems I broke it. |
| 10:24.35 | phh | which I don't understand. |
| 10:29.44 | mcdull | is it possible for the console end at 901000? |
| 10:30.28 | phh | [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.10 | mcdull | phh, why is the ram console so much bigger in diamond? |
| 10:33.26 | mcdull | 100000 in diamond and 20000 in rodh. |
| 10:33.32 | phh | it's better. and it works. |
| 10:33.45 | phh | but I have to consider moving it to somewhere else |
| 10:33.47 | phh | for 3D. |
| 10:35.53 | mcdull | phh, I got no error message about 3D, it just don't render on blac100. No idea. |
| 10:36.16 | phh | mcdull: change the base of gpu0 back to 1MB |
| 10:36.19 | phh | set the size to 8MB |
| 10:36.21 | phh | and remove ramconsole |
| 10:36.26 | phh | (set its size to 0) |
| 10:36.40 | mcdull | ok.. let me try. |
| 10:37.16 | phh | [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.35 | phh | there is a 5 second timeout iirc |
| 10:37.43 | phh | +10second to detect the absence of charger |
| 10:37.54 | phh | but that's it, it should work after 15s |
| 10:40.22 | phh | [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.30 | phh | I have to see if mrpippy's code works better |
| 10:40.41 | phh | [02:55:31] <IceBone> Sense on my Diamond! <----- I have it, and it's not usable at all. |
| 10:40.58 | mcdull | phh, I tried his code and not working. Still need to initialize with a call |
| 10:41.07 | phh | ok |
| 10:41.12 | phh | I'll have to review my code then |
| 10:42.37 | phh | [03:05:41] <JairunCaloth> But HTC has some propriatary commands. <-------- mmmmm not to make call iirc |
| 10:42.47 | phh | BUT you need to do a snd_set_device |
| 10:44.05 | phh | [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.42 | phh | [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.21 | phh | [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.05 | phh | [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.26 | phh | [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.37 | mcdull | no splash screen... all the same. |
| 10:51.44 | mcdull | a difficult task. |
| 10:52.37 | phh | pastebin your git diff |
| 10:55.13 | mcdull | phh, oh, sorry, I missed one part.. will compile again. |
| 10:55.16 | phh | [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.41 | GNUtoo | hi leviathan |
| 11:04.48 | mcdull | phh, http://pastebin.com/m365e835b |
| 11:05.06 | mcdull | no splash screen. (started with touchflo) |
| 11:06.06 | mcdull | do I need to edit pm.c as well? |
| 11:13.29 | mcdull | pastebin has no response.. >.< |
| 11:14.26 | mcdull | off working.. see you guys an hour later. |
| 11:14.40 | phh | [08:36:15] <mcdull> but 1MB is definitely insufficient. <----- just find me some place somewhere -_-' |
| 11:15.48 | phh | [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.33 | Captnoord | HaRET(24)# vdump 0xB3200000 4.. this is MSM_CLK_CTL_BASE shadow.. |
| 11:17.50 | phh | + pmem_setting.pmem_gpu0_start=MSM_SMI_BASE;//One free memory page for reset vectors |
| 11:17.52 | Captnoord | or shared... or what ever you want to call it |
| 11:17.52 | phh | I said 1MB. |
| 11:17.58 | phh | meaning 1024*1024 |
| 11:18.03 | phh | not MSM_SMI_BASE |
| 11:18.13 | phh | chi Captnoord :) |
| 11:18.19 | phh | ah mcdull is no longer here. |
| 11:18.33 | Captnoord | I dono how its all based and stuff |
| 11:18.50 | Captnoord | phh can you dump all reg value's before doing the 3d shit.... |
| 11:18.51 | Captnoord | not all |
| 11:18.52 | Captnoord | bleh |
| 11:18.57 | Captnoord | vdump 0xaa0fc0b8 4 |
| 11:18.58 | Captnoord | vdump 0xaa0fc0b4 4 |
| 11:18.58 | Captnoord | vdump 0xB5400000 4 |
| 11:18.58 | Captnoord | vdump 0xAA0FC000 4 |
| 11:18.58 | Captnoord | vdump 0xB3B10000 4 |
| 11:18.58 | Captnoord | vdump 0xB3200000 4 |
| 11:18.58 | Captnoord | vdump 0xA8081000 4 |
| 11:18.59 | Captnoord | vdump 0xA80814F4 4 |
| 11:18.59 | Captnoord | those |
| 11:19.06 | phh | you think they will be different ? |
| 11:19.06 | Captnoord | before enabling 3d |
| 11:19.09 | Captnoord | yup |
| 11:19.12 | Captnoord | i'm sure they are |
| 11:19.14 | phh | ?!? |
| 11:19.25 | Captnoord | because shadow registers aren't inited |
| 11:19.39 | phh | it might be hardware shadow register |
| 11:19.44 | Captnoord | pdump 0xA8600000+0x284 4 |
| 11:19.44 | Captnoord | pdump 0xA8600000+0x84 4 |
| 11:19.44 | Captnoord | pdump 0xA8600000 4 |
| 11:19.44 | Captnoord | pdump 0xA8600000+0x290 4 |
| 11:19.45 | Captnoord | pdump 0xA8600000+0x80 4 |
| 11:19.54 | Captnoord | vdump 0xB3200000+0x284 4 |
| 11:19.54 | Captnoord | vdump 0xB3200000+0x84 4 |
| 11:19.54 | Captnoord | vdump 0xB3200000 4 |
| 11:19.54 | Captnoord | vdump 0xB3200000+0x290 4 |
| 11:19.54 | Captnoord | vdump 0xB3200000+0x80 4 |
| 11:19.59 | Captnoord | those are exactly the same... |
| 11:20.10 | phh | but first, I have to fix 3D. |
| 11:20.15 | Captnoord | true |
| 11:20.16 | phh | I mean not init |
| 11:20.19 | phh | but memory |
| 11:20.20 | Captnoord | hehe |
| 11:20.21 | Captnoord | k |
| 11:20.47 | phh | Captnoord: oh btw, about 3D init |
| 11:21.01 | phh | Captnoord: is there some pmem_remote_imem_enable RPC call somewhere ? |
| 11:21.44 | Captnoord | phh 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.53 | Captnoord | one current status |
| 11:21.57 | Captnoord | and 1 next status |
| 11:22.04 | Captnoord | if the shadow is the next status |
| 11:22.09 | Captnoord | en get applied on the current |
| 11:22.15 | Captnoord | we can write stuff it as we like |
| 11:22.19 | Captnoord | but they will all get cleared |
| 11:22.23 | Captnoord | when this is applied |
| 11:22.28 | Captnoord | i'll check for a rpc |
| 11:22.46 | Captnoord | hehe |
| 11:22.47 | Captnoord | imem |
| 11:22.48 | Captnoord | dude |
| 11:22.51 | Captnoord | found that one to |
| 11:22.59 | Captnoord | a8600084 | 00004a80 | .J..0b100101010000000 |
| 11:23.04 | Captnoord | a8600084 | 00004880 | .H..0b100100010000000 |
| 11:23.06 | Captnoord | is imem |
| 11:23.33 | Captnoord | bit 10 |
| 11:23.37 | Captnoord | nah |
| 11:23.53 | Captnoord | 2^9 |
| 11:23.56 | Captnoord | that one |
| 11:24.05 | Captnoord | is IMEM enable |
| 11:24.15 | phh | I know. |
| 11:24.21 | phh | and we already do that |
| 11:24.32 | phh | remember the |0x200 ? :p |
| 11:24.35 | Captnoord | true |
| 11:24.45 | Captnoord | on wince 3d on / off |
| 11:24.50 | Captnoord | thats the only thing that changes |
| 11:25.04 | Captnoord | the rest somehow doesn't get applied |
| 11:25.05 | Captnoord | :S |
| 11:25.23 | Captnoord | thats why i'm interested in the initial value's of the mem |
| 11:25.40 | Captnoord | we 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.48 | Captnoord | but if the begin value is wrong |
| 11:26.35 | phh | mcdull: http://en.pastebin.ca/1801415 |
| 11:26.56 | Captnoord | no rpc stuff in clkregim.dll |
| 11:27.26 | phh | ?!? |
| 11:27.31 | phh | clkregim.dll does no rpc call at all ? |
| 11:27.45 | Captnoord | there is no rpc dll import |
| 11:27.49 | Captnoord | there is dex |
| 11:28.00 | Captnoord | mem_clk |
| 11:28.08 | Captnoord | lol |
| 11:28.09 | Captnoord | sorry |
| 11:28.22 | makkonen | phh: 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.51 | phh | makkonen: platform struct ? |
| 11:29.26 | makkonen | alright |
| 11:29.58 | phh | can anyone download that: http://docs.google.com/uc?id=0B2dSjU9N8KdZNTVmYjYzMmYtYmIyZC00NzBjLWEwOWUtMWEzZGIzNWQ0ZDkw&export=download&hl=en ? |
| 11:30.28 | mcdull | got it. but i have to do it after returning home. |
| 11:30.35 | makkonen | I get forbidden |
| 11:30.39 | phh | makkonen: same here. |
| 11:30.44 | phh | I hate google stuff :p |
| 11:31.38 | Captnoord | no pmem_remote_imem_enable call |
| 11:32.15 | mcdull | you need to send mail to youesel |
| 11:32.28 | phh | mcdull: just push it somewhere else :p |
| 11:32.32 | mcdull | i tried it.. not working |
| 11:32.38 | *** join/#htc-linux randomblame (~randombla@c-71-59-184-96.hsd1.wa.comcast.net) |
| 11:32.44 | randomblame | damnit all to hell |
| 11:32.50 | Captnoord | thanks |
| 11:32.59 | mcdull | sorry. i am not at home yet. |
| 11:33.17 | Captnoord | randomblame: just blame somebody randomly |
| 11:33.34 | randomblame | I blame the bastard that set up ubuntu's partition manager |
| 11:34.08 | randomblame | killed my windows install, then grub was nice enough to give me an error |
| 11:34.41 | mcdull | i am not native English speaker. voice input seems useless to me. |
| 11:35.15 | randomblame | I'm tryin this again since now I don't have any files to lose |
| 11:36.10 | mcdull | i never had a problem with partition manager |
| 11:38.02 | Captnoord | phh clkregim.dll doesn't use rpc call to enable 3d... if thats what your after.... |
| 11:38.24 | phh | Captnoord: na, I'm sure the RPC to enable 3D works, but I can't get any clk_regim rpc working -_-' |
| 11:39.00 | Captnoord | the clkregim.dll doesn't use the rpc calls for the 3d shit.... |
| 11:39.04 | Captnoord | but |
| 11:39.07 | Captnoord | you can always try |
| 11:39.34 | phh | Captnoord: can you check that clk_regime_sec_msm_get_clk_freq_khz uses rpc ? |
| 11:41.07 | Captnoord | I don't have a sec function like that |
| 11:41.20 | Captnoord | woeps |
| 11:41.23 | Captnoord | its a export |
| 11:41.24 | Captnoord | k |
| 11:41.27 | Captnoord | import* |
| 11:41.47 | Captnoord | all _sec_ functions are rpc call |
| 11:41.47 | Captnoord | s |
| 11:42.25 | Captnoord | MOV R3, #0x25 |
| 11:42.25 | Captnoord | MOV R2, #0 |
| 11:42.25 | Captnoord | MOV R1, #0x3000000F |
| 11:42.25 | Captnoord | LDR R0, [SP,#0x44+var_18] |
| 11:42.25 | Captnoord | BL xdr_call_msg_start |
| 11:42.32 | Captnoord | BL xdr_send_enum |
| 11:42.44 | phh | send_enum ? argh. |
| 11:42.48 | phh | it's an uint32 ? |
| 11:42.50 | phh | or 8 ? |
| 11:42.52 | phh | 16 ? |
| 11:42.59 | Captnoord | MOV R3, #0x25 |
| 11:42.59 | Captnoord | MOV R2, #0 |
| 11:42.59 | Captnoord | MOV R1, #0x3000000F |
| 11:42.59 | Captnoord | LDR R0, [SP,#0x44+var_18] |
| 11:42.59 | Captnoord | BL xdr_call_msg_start |
| 11:42.59 | Captnoord | LDR R1, [SP,#0x44+arg_0] |
| 11:43.00 | Captnoord | LDR R0, [SP,#0x44+var_18] |
| 11:43.00 | Captnoord | BL xdr_send_enum |
| 11:43.22 | phh | I should use librpc. |
| 11:44.32 | Captnoord | xdr_call_msg_start returns r0 |
| 11:44.41 | Captnoord | r1 would still be the same |
| 11:46.13 | phh | oh but I can know what is send_enum, I have librpc sources -_-' |
| 11:46.36 | Captnoord | lolz |
| 11:46.38 | Captnoord | hehe |
| 11:46.47 | phh | Captnoord: what's the third argument of the send_enum call ? |
| 11:47.01 | phh | bool_t xdr_send_enum (xdr_s_type *xdr, const void *value, uint32 size) |
| 11:47.01 | phh | { |
| 11:47.01 | phh | <PROTECTED> |
| 11:47.01 | phh | <PROTECTED> |
| 11:47.01 | phh | <PROTECTED> |
| 11:47.03 | phh | <PROTECTED> |
| 11:47.05 | phh | <PROTECTED> |
| 11:47.13 | Captnoord | extern bool_t xdr_send_enum (XDR *xdr, const void *value, uint32 size); |
| 11:47.35 | Captnoord | 0x25 |
| 11:47.38 | phh | lol ? |
| 11:47.43 | Captnoord | MOV R3, #0x25 |
| 11:47.43 | Captnoord | MOV R2, #0 |
| 11:47.43 | Captnoord | MOV R1, #0x3000000F |
| 11:47.43 | Captnoord | LDR R0, [SP,#0x44+var_18] |
| 11:47.44 | Captnoord | BL xdr_call_msg_start |
| 11:47.44 | Captnoord | LDR R1, [SP,#0x44+arg_0] |
| 11:47.44 | Captnoord | LDR R0, [SP,#0x44+var_18] |
| 11:47.45 | Captnoord | BL xdr_send_enum |
| 11:47.45 | phh | 0x25 is no size -_-' |
| 11:47.58 | Captnoord | 3e argument would be |
| 11:47.59 | Captnoord | r2 |
| 11:48.03 | Captnoord | which is 0 |
| 11:48.08 | phh | 0 is no size either -_-' |
| 11:48.12 | Captnoord | true |
| 11:48.25 | phh | maybe check xdr_send_enum asm ? :p |
| 11:49.16 | phh | tmzt: I pushed a kernel cmdline option, htc_hw.force_cdma=1 |
| 11:49.17 | Captnoord | nah check what |
| 11:49.18 | Captnoord | xdr_call_msg_start |
| 11:49.20 | phh | should work with any ril. |
| 11:49.21 | Captnoord | returns |
| 11:49.23 | Captnoord | or uses |
| 11:49.27 | phh | it returns a bool |
| 11:50.28 | Captnoord | lol |
| 11:52.01 | *** join/#htc-linux pitillo (~pitillo@84.123.96.129.dyn.user.ono.com) |
| 11:52.55 | Captnoord | lol |
| 11:52.56 | Captnoord | 1 |
| 11:52.58 | Captnoord | hehehehehe |
| 11:53.04 | Captnoord | uber tricky |
| 11:53.05 | Captnoord | damn |
| 11:53.16 | Captnoord | 00033ec8 * (* (var_18 + 8) + 12)(var_18, 1, R2, R3); |
| 11:53.18 | Captnoord | is alloc |
| 11:53.25 | Captnoord | var_18 == pointer |
| 11:53.27 | Captnoord | 1 == size |
| 11:53.33 | Captnoord | r2 and r3 are padding |
| 11:53.37 | Captnoord | for the decompiler |
| 11:54.04 | phh | better :p |
| 11:54.21 | phh | ok so I sent an int32 instead of int8. |
| 11:55.29 | phh | Captnoord: what the recv is ? |
| 11:55.30 | phh | uint32 ? |
| 12:00.49 | phh | baaaahh |
| 12:00.50 | phh | still 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.33 | phh | Captnoord: do you want something *really* clever ? |
| 12:11.39 | phh | (char)cpu_to_be32(i); |
| 12:11.49 | phh | I'm sure you've never seen something that clever :p |
| 12:16.33 | Captnoord | ? |
| 12:16.54 | Captnoord | hehe.... |
| 12:16.57 | phh | Captnoord: bah for the values of i which goes from 0 to 255, this makes always 0 :p |
| 12:17.34 | Captnoord | and if you send a int8 |
| 12:17.34 | Captnoord | ? |
| 12:17.50 | phh | grr I still get only 0s |
| 12:18.10 | Captnoord | and what do you send then? |
| 12:18.49 | phh | http://pastebin.com/m44401da0 |
| 12:19.52 | Captnoord | its ept=msm_rpc_connect(0x3000000F, 0, 0x25); |
| 12:20.07 | phh | ?!? |
| 12:20.14 | Captnoord | MOV R3, #0x25 |
| 12:20.15 | Captnoord | MOV R2, #0 |
| 12:20.15 | Captnoord | MOV R1, #0x3000000F |
| 12:20.15 | Captnoord | LDR R0, [SP,#0x44+var_18] |
| 12:20.15 | Captnoord | BL xdr_call_msg_start |
| 12:20.26 | phh | msm_rpc_connect != xdr_call_msg_start :p |
| 12:20.31 | Captnoord | k |
| 12:20.32 | Captnoord | woeps |
| 12:21.27 | phh | 0x25 is proc id |
| 12:21.40 | phh | and that's the proc id i use :p |
| 12:21.42 | Captnoord | k |
| 12:21.44 | Captnoord | hehe |
| 12:21.45 | Captnoord | isee |
| 12:21.59 | phh | Captnoord: can you see which recv call it uses ? |
| 12:22.13 | phh | recvenum ? recv16 ? recv8 ? recv32 ? whatever else ? |
| 12:22.22 | Captnoord | nope |
| 12:22.25 | Captnoord | but.... |
| 12:22.30 | Captnoord | not at first |
| 12:22.35 | Captnoord | but I think it does a check |
| 12:22.57 | Captnoord | LDR R3, [R3] |
| 12:22.57 | Captnoord | MOV LR, PC |
| 12:22.57 | Captnoord | BX R3 |
| 12:23.00 | Captnoord | that shit again |
| 12:23.47 | *** join/#htc-linux mcdull (~blackston@061093132071.ctinets.com) |
| 12:23.57 | phh | mcdull: last kernel ? |
| 12:24.08 | mcdull | phh,now start testing. |
| 12:24.16 | phh | I should try too actually. |
| 12:24.38 | Captnoord | its what rpc_clnt_lookup2 returns that is beeing used as a func_loopup_table |
| 12:24.52 | mcdull | why 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.20 | Captnoord | bleh indirect loopup table |
| 12:41.52 | mcdull | >.< why my android create a new Data.img for me.... |
| 12:42.05 | IceBone | Because it needs it to run. |
| 12:42.24 | mcdull | no.. coz my sdcard failing |
| 12:53.06 | mcdull | phh, kernel still have no 3d. |
| 12:53.23 | mcdull | I decided to test it again with a clean xdandroid build |
| 12:54.30 | phh | or because you have an "android" folder on the sdcard |
| 12:54.56 | mcdull | no.. I fixed that by reinsert the sd |
| 12:55.00 | phh | ah. |
| 12:55.29 | mcdull | I decide to use another card for testing,. |
| 12:57.08 | mcdull | since I card really remember what I mod I have done on my build. |
| 12:57.40 | Captnoord | phh the shit they do with the function lookup is trough some sort of function registration system |
| 12:57.43 | Captnoord | bleh |
| 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.19 | Captnoord | bleh I quit for today.... |
| 13:01.22 | Captnoord | need todo other stuff |
| 13:01.31 | *** join/#htc-linux sxe (~quassel@ip-62-143-102-161.unitymediagroup.de) |
| 13:07.33 | mcdull | phh, confirmed splash screen not working with clean xdandroid. |
| 13:08.50 | Captnoord | does commit 057ead845d7d4ff13208e12973378386ca258053 have anything todo with it |
| 13:08.51 | Captnoord | ? |
| 13:09.35 | Captnoord | can you actualy check for device info |
| 13:09.42 | Captnoord | so early in the boot process |
| 13:09.42 | Captnoord | +if(machine_is_htctopaz() || machine_is_htcrhodium()) |
| 13:09.43 | Captnoord | +is_HW3D_device = 0; |
| 13:09.43 | Captnoord | +else |
| 13:09.43 | Captnoord | +is_HW3D_device = 1; |
| 13:09.43 | Captnoord | + |
| 13:09.44 | Captnoord | ? |
| 13:10.14 | mcdull | you mean check in dmesg? |
| 13:10.21 | Captnoord | no... I mean |
| 13:10.24 | Captnoord | that that check is done |
| 13:10.25 | mcdull | the HW3D initialized |
| 13:10.37 | Captnoord | when mdp is inited |
| 13:10.53 | Captnoord | is early in the boot sequence |
| 13:11.05 | mcdull | would you please telling where should I check it? I am sorry that I know only a little. |
| 13:11.18 | Captnoord | mdp.c |
| 13:11.35 | mcdull | mine is the same as the git tree. |
| 13:11.53 | Captnoord | yea I know |
| 13:12.01 | Captnoord | search for that check |
| 13:12.01 | mcdull | checking |
| 13:12.14 | Captnoord | and make it set is_HW3D_device = 1; always 1 |
| 13:15.51 | mcdull | oh really.. why it is set to ? |
| 13:15.54 | mcdull | 0? |
| 13:15.57 | Captnoord | nah |
| 13:16.09 | Captnoord | its just that I wonder when machine_is_htctopaz() works |
| 13:16.12 | Captnoord | and when it doesn't |
| 13:16.19 | Captnoord | does it work from the moment the kernel is booted |
| 13:16.20 | Captnoord | or |
| 13:16.26 | Captnoord | some time after |
| 13:17.08 | Captnoord | its confirmed that 02-08-2010 3d worked |
| 13:17.45 | mcdull | ai.. 3d never work on blackstone. you mean topaz works now? |
| 13:17.58 | Captnoord | 3d in general |
| 13:18.05 | Captnoord | not blackstone or topaz |
| 13:18.35 | mcdull | any WVGA device ever works with 3D? |
| 13:19.55 | *** join/#htc-linux Paul_Ishenin (~Miranda@PPPoE.214-188.IP.rastrnet.ru) |
| 13:21.32 | mcdull | ok .. retrying |
| 13:22.16 | mcdull | still not working... |
| 13:22.30 | Captnoord | k |
| 13:22.42 | Captnoord | then |
| 13:22.48 | Captnoord | you should work trough the commits |
| 13:22.52 | Captnoord | reverting and stuff |
| 13:22.58 | mcdull | http://pastebin.com/m5b958794 |
| 13:23.01 | mcdull | git diff here |
| 13:23.10 | mcdull | it never works. |
| 13:23.17 | Paul_Ishenin | phh, do you think 8Mb is ok for camera? |
| 13:23.35 | mcdull | so reverting doesnt help. |
| 13:23.49 | Captnoord | I mean |
| 13:23.55 | Captnoord | checkout a older rev |
| 13:24.00 | Captnoord | and work upwards |
| 13:25.00 | mcdull | not 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.54 | Paul_Ishenin | hero has 16Mb for camera, but hero camera is 5Mpix |
| 13:33.09 | Paul_Ishenin | diamond has 3MPix camera |
| 13:33.15 | Paul_Ishenin | how much Mb it needs? |
| 13:36.10 | Paul_Ishenin | but 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.52 | Captnoord | 5Mpix * 4 |
| 13:46.00 | Captnoord | 1 pixel is 32 bits |
| 13:46.16 | Captnoord | 20 mb |
| 13:46.34 | Captnoord | but thats more than was allocated |
| 13:46.34 | Captnoord | so |
| 13:46.36 | Captnoord | x3 |
| 13:46.37 | Paul_Ishenin | then how to explain only 16Mb? |
| 13:46.49 | Captnoord | 24 bits color |
| 13:46.54 | Captnoord | which is normal |
| 13:46.58 | Paul_Ishenin | alpha channel is ignored |
| 13:47.02 | Captnoord | makes it 15mb memory |
| 13:47.11 | mcdull | just use 16MB / 5 * 3 |
| 13:47.19 | Captnoord | a cam doesn't supply alpha |
| 13:47.21 | Captnoord | yup |
| 13:47.27 | Captnoord | nah |
| 13:47.33 | Paul_Ishenin | it is possible that proportion is wrong |
| 13:47.38 | Captnoord | I think it needs 1mb for internal use |
| 13:47.42 | Captnoord | and 15 mb as buffer |
| 13:47.43 | Captnoord | so |
| 13:47.48 | Paul_Ishenin | maybe camera chipset needs that 16Mb |
| 13:47.58 | Captnoord | would result in 3e6 * 3 |
| 13:47.59 | Paul_Ishenin | inspite of megapixels |
| 13:48.11 | Captnoord | 10mb |
| 13:48.13 | Captnoord | roughly |
| 13:48.25 | Captnoord | lol |
| 13:48.55 | Captnoord | dude |
| 13:49.04 | Captnoord | camera hw doesn't need software mem |
| 13:49.42 | Paul_Ishenin | I don't see what for camera needs the phone memory at all |
| 13:49.52 | Captnoord | lol |
| 13:49.55 | Captnoord | its shared memory |
| 13:50.10 | Captnoord | meaning that its simple hw to shared mem mapping |
| 13:53.40 | Captnoord | [14:25] <mcdull> not really understand.. I have absolutely no idea of why it doesn't work. |
| 13:53.57 | Captnoord | I say.. revert back to a revision of 08-02-2010 |
| 13:54.06 | Captnoord | check if 3d works |
| 13:54.07 | Captnoord | then |
| 13:54.19 | Captnoord | check every commit that has anything todo with 3d |
| 13:54.20 | Captnoord | or not |
| 13:54.54 | mcdull | I check almost every build for 3d. 8-2-2010 definitely not working. |
| 13:55.03 | Captnoord | k |
| 13:55.14 | Captnoord | what phone your working on? |
| 13:55.16 | Captnoord | testing? |
| 13:55.21 | mcdull | blac100 |
| 13:55.24 | Captnoord | k |
| 13:55.43 | Captnoord | you got a romkit present? |
| 13:55.51 | Captnoord | send me the ati2d dll |
| 13:55.53 | mcdull | that's why I asked if there are any WVGA phone works with 3D. |
| 13:55.56 | Captnoord | clkregim.dll |
| 13:56.06 | mcdull | let me check... wait. |
| 14:01.57 | Captnoord | is http://htcandroid.xland.cz/Android1.6-14.02.10.7z ready for use.... |
| 14:02.02 | Captnoord | or is it just wip |
| 14:02.27 | mcdull | ready.. but it is donut I guess |
| 14:02.40 | Captnoord | yea |
| 14:02.45 | Captnoord | but there is no extra ram |
| 14:02.51 | Captnoord | bla bla bla |
| 14:07.18 | mcdull | Captnoord, I can't find ati2d dll anywhere. |
| 14:08.06 | mcdull | the other file is under /windows |
| 14:08.14 | Captnoord | can you gimme a list of the drivers located... |
| 14:08.17 | Captnoord | i'm talking rom kit |
| 14:08.22 | Captnoord | not your windows directory |
| 14:08.33 | Captnoord | the windows directory can contain hidden files and stuff |
| 14:08.50 | mcdull | I enabled all hidden file already. |
| 14:08.53 | Captnoord | k |
| 14:09.03 | Captnoord | then gimme a list of the dll's |
| 14:09.05 | mcdull | there are d3dm_ati and ahi2dati |
| 14:09.11 | Captnoord | ahi2dati |
| 14:09.14 | Captnoord | that one I want |
| 14:09.14 | Captnoord | :P |
| 14:09.17 | mcdull | ok. |
| 14:12.27 | *** part/#htc-linux c2d (~Mike@port-92-200-234-144.dynamic.qsc.de) |
| 14:15.03 | mcdull | http://android.selfip.info:9999/Android/ati/ |
| 14:15.21 | mcdull | Captnoord, I have put the 3 files there, including the d3dati |
| 14:15.42 | Captnoord | the d3d is just a wrapper |
| 14:16.15 | *** join/#htc-linux Wout (~wout85@s55927d21.adsl.wanadoo.nl) |
| 14:16.43 | mcdull | ok.. |
| 14:17.56 | *** join/#htc-linux ToAsTcfh (~toast@110-43.200-68.tampabay.res.rr.com) |
| 14:21.18 | Captnoord | almost identical to raph |
| 14:21.34 | mcdull | oh.. really... |
| 14:21.48 | mcdull | that's a good news. |
| 14:22.18 | Captnoord | in a way yes |
| 14:22.36 | Captnoord | it has loads more clk + rail stuff |
| 14:23.10 | mcdull | still no idea of why 3d not working. |
| 14:23.43 | Captnoord | you can run 3d apps on windows |
| 14:24.00 | Captnoord | may sound like a crappy question |
| 14:24.13 | Captnoord | I assume you can |
| 14:24.15 | mcdull | ar.. yes.. halogram? yes |
| 14:24.30 | Captnoord | it just means that because its different |
| 14:25.00 | Captnoord | can you run |
| 14:25.01 | Captnoord | pdump 0xA8600000+0x284 4 |
| 14:25.01 | Captnoord | pdump 0xA8600000+0x84 4 |
| 14:25.01 | Captnoord | pdump 0xA8600000 4 |
| 14:25.01 | Captnoord | pdump 0xA8600000+0x290 4 |
| 14:25.01 | Captnoord | pdump 0xA8600000+0x80 4 |
| 14:25.03 | Captnoord | before |
| 14:25.15 | Captnoord | and while running a 3d app |
| 14:25.22 | Captnoord | in haret of course |
| 14:25.35 | Captnoord | and also |
| 14:25.36 | Captnoord | vdump 0xaa0fc0b8 4 |
| 14:25.36 | Captnoord | vdump 0xaa0fc0b4 4 |
| 14:25.36 | Captnoord | vdump 0xB5400000 4 |
| 14:25.36 | Captnoord | vdump 0xAA0FC000 4 |
| 14:25.36 | Captnoord | vdump 0xB3B10000 4 |
| 14:25.36 | Captnoord | vdump 0xB3200000 4 |
| 14:25.37 | Captnoord | vdump 0xA8081000 4 |
| 14:25.37 | Captnoord | vdump 0xA80814F4 4 |
| 14:25.41 | Captnoord | before and while |
| 14:26.42 | mcdull | I need more time.. coz I didn't try before. |
| 14:26.55 | Captnoord | totaly fine with that |
| 14:29.39 | mcdull | good to learn new things. |
| 14:30.02 | Captnoord | those offsets are a combination of diff stuff I got from the dll |
| 14:30.57 | mcdull | should I start haret.exe but not booting linux? |
| 14:31.15 | Captnoord | start haret |
| 14:31.20 | Captnoord | yup |
| 14:31.24 | Captnoord | not boot linux |
| 14:31.37 | Captnoord | don't have startup.txt in the same dif |
| 14:31.37 | mcdull | ok.. I've got to remove the startup.txt |
| 14:31.39 | Captnoord | dir |
| 14:31.42 | Captnoord | or rename |
| 14:33.04 | Captnoord | then hit the listen to bla bla button |
| 14:33.09 | Captnoord | and use tellnet to connect to it |
| 14:33.11 | Captnoord | port 9999 |
| 14:34.02 | Captnoord | if you can't tell what ip |
| 14:34.06 | Captnoord | use ipconfig /all |
| 14:34.07 | Captnoord | to find it |
| 14:35.05 | mcdull | use telnet? not the console ? |
| 14:35.25 | Captnoord | nope |
| 14:35.26 | Captnoord | telnet |
| 14:35.41 | mcdull | oh.. in windows or nix? |
| 14:35.45 | Captnoord | windows |
| 14:35.46 | Captnoord | and |
| 14:35.47 | Captnoord | nix |
| 14:35.48 | Captnoord | :P |
| 14:36.02 | Captnoord | both have telnet |
| 14:37.28 | mcdull | oh.. connection failed.. |
| 14:37.46 | mcdull | and the winmo has the waiting icon loading forever, |
| 14:38.05 | mcdull | ip = 169.254.2.2 |
| 14:38.13 | Captnoord | use |
| 14:38.15 | Captnoord | 169.254.2.1 |
| 14:38.46 | mcdull | it works , but why? |
| 14:38.59 | mcdull | different interface? |
| 14:39.14 | Captnoord | because your pc has 2.2 |
| 14:39.18 | Captnoord | and your phone has 2.1 |
| 14:40.04 | mcdull | ok.. oh.. problem.. I have already got touchflo running, should I disable it and reset to test again? |
| 14:40.23 | Captnoord | yup |
| 14:40.27 | mcdull | roger that |
| 14:41.29 | mcdull | before and while at the end means ? |
| 14:41.52 | Captnoord | before running touchflo |
| 14:41.57 | Captnoord | and |
| 14:42.07 | Captnoord | then while toughflo is running |
| 14:45.03 | mcdull | Touchflo is enough or need hologram? |
| 14:45.03 | Captnoord | use hologram |
| 14:45.08 | mcdull | my hologram is extremely slow like 0.9 fps without the third party driver. |
| 14:48.23 | mcdull | ok.. I have run all command before 3D, what should I expect? |
| 14:48.37 | mcdull | HaRET(1)# pdump 0xA8600000+0x284 4 |
| 14:48.37 | mcdull | a8600284 | 0000011f | .... |
| 14:48.37 | mcdull | HaRET(2)# pdump 0xA8600000+0x84 4 |
| 14:48.37 | mcdull | a8600084 | 00004a80 | .J.. |
| 14:48.37 | mcdull | HaRET(3)# pdump 0xA8600000 4 |
| 14:48.37 | mcdull | a8600000 | 2219fe2f | /.." |
| 14:48.39 | mcdull | HaRET(4)# pdump 0xA8600000+0x290 4 |
| 14:48.41 | mcdull | a8600290 | 0000000a | .... |
| 14:48.45 | mcdull | HaRET(5)# pdump 0xA8600000+0x80 4 |
| 14:48.47 | mcdull | a8600080 | 00000a00 | .... |
| 14:48.49 | mcdull | HaRET(6)# |
| 14:49.18 | Captnoord | like that |
| 14:49.43 | Captnoord | but its already on |
| 14:49.50 | Captnoord | 00004a80 |
| 14:49.53 | Captnoord | means its on |
| 14:50.02 | mcdull | you mean the 3d already started? but I haven't start any. |
| 14:50.09 | Captnoord | its already inited |
| 14:50.18 | Captnoord | and now with toughflo |
| 14:50.25 | Paul_Ishenin | does modules-2.6.27-bla.tar.gz are the same the last weeks/months? |
| 14:50.38 | mcdull | and it do make a difference while older build. I can only start that older build without 3d started. |
| 14:50.48 | mcdull | touchflo or hologram? |
| 14:51.15 | mcdull | ok.. try touchflo |
| 14:53.36 | mcdull | Captnoord, exactly the same with the same command.. now try the vdump |
| 14:55.07 | mcdull | HaRET(11)# vdump 0xaa0fc0b8 4 |
| 14:55.08 | mcdull | aa0fc0b8 | 00000073 | s... |
| 14:55.08 | mcdull | HaRET(12)# vdump 0xaa0fc0b4 4 |
| 14:55.08 | mcdull | aa0fc0b4 | 00000000 | .... |
| 14:55.08 | mcdull | HaRET(13)# vdump 0xB5400000 4 |
| 14:55.08 | mcdull | b5400000 | 00000000 | .... |
| 14:55.10 | mcdull | HaRET(14)# vdump 0xAA0FC000 4 |
| 14:55.12 | mcdull | aa0fc000 | 00000302 | .... |
| 14:55.14 | mcdull | HaRET(15)# vdump 0xB3B10000 4 |
| 14:55.18 | mcdull | b3b10000 | 00000001 | .... |
| 14:55.20 | mcdull | HaRET(16)# vdump 0xB3200000 4 |
| 14:55.22 | mcdull | b3200000 | 2219fe2f | /.." |
| 14:55.24 | mcdull | HaRET(17)# vdump 0xA8081000 4 |
| 14:55.26 | mcdull | a8081000 | ffffffff | .... |
| 14:55.28 | mcdull | HaRET(18)# vdump 0xA80814F4 4 |
| 14:55.30 | mcdull | a80814f4 | 0001bc03 | .... |
| 14:55.41 | Captnoord | also try to pdump |
| 14:55.57 | mcdull | the pdump has the same result as before |
| 14:56.12 | mcdull | exactly the same |
| 14:56.15 | Captnoord | then 3d was already enabled |
| 14:56.37 | mcdull | that's strange.. I try removing battery and boot again. |
| 14:57.45 | mcdull | umm.. do you think resco uses 3D driver? |
| 14:57.54 | mcdull | resco explorer 8 |
| 14:58.06 | Captnoord | I dono |
| 14:58.11 | mcdull | damn.. I should use Total commander |
| 14:58.30 | Paul_Ishenin | what is setupmodem.sh? |
| 15:00.59 | mcdull | Captnoord, tried again.. and all the same |
| 15:01.10 | Captnoord | hmmm |
| 15:01.32 | Captnoord | then I think its somehow related to the smem address stuff |
| 15:01.39 | Captnoord | I don't have the time now |
| 15:01.43 | Captnoord | but I will check it |
| 15:01.50 | mcdull | its okay.. thanks a lot. |
| 15:05.32 | *** join/#htc-linux marex (~marex@vasut.kolej.mff.cuni.cz) |
| 15:06.15 | mcdull | Captnoord, this one makes some difference |
| 15:06.16 | mcdull | HaRET(7)# vdump 0xA8081000 4 |
| 15:06.17 | mcdull | a8081000 | ffff3fff | .?.. |
| 15:06.25 | mcdull | I have install neo 3d driver |
| 15:06.48 | Captnoord | hehe |
| 15:06.49 | Captnoord | evil |
| 15:06.54 | Captnoord | they just crank up the clock |
| 15:07.37 | mcdull | guess so.. so, sometimes graphics broken. |
| 15:08.25 | Captnoord | hehe yea |
| 15:08.34 | Captnoord | when you crank up all clocks |
| 15:08.40 | Captnoord | it gets noisy around it |
| 15:08.47 | Captnoord | and you'll see broken graphics |
| 15:08.58 | *** join/#htc-linux noisyzen (~samantha@c-71-238-20-94.hsd1.mi.comcast.net) |
| 15:09.11 | mcdull | well.. learnt something new. That's good even not much progress. |
| 15:09.17 | mcdull | seems memory issue. |
| 15:09.35 | mcdull | I will try to allocate more memory to gpu0 |
| 15:09.53 | Captnoord | try less |
| 15:10.01 | mcdull | oh really? |
| 15:10.11 | mcdull | 7Mb not working and 8 MB nor working. |
| 15:10.15 | Captnoord | k |
| 15:10.18 | mcdull | guess it need more. |
| 15:11.03 | mcdull | well. try both. |
| 15:11.16 | mcdull | what is the draw back of disabling console memory? |
| 15:11.44 | Captnoord | no debug messages for dev's |
| 15:11.49 | Captnoord | but users aren't dev's |
| 15:11.53 | Captnoord | so drawbacks |
| 15:12.02 | mcdull | I 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.57 | Lioncat551 | hey guys |
| 15:57.48 | Scepterr | hello |
| 15:58.25 | Lioncat551 | any one here from android on htc |
| 15:59.46 | Lioncat551 | no..okay later |
| 15:59.48 | *** part/#htc-linux Lioncat551 (~General_J@71.94.224.54) |
| 15:59.56 | Scepterr | lol |
| 16:00.25 | Scepterr | guess he never heard "Patience is a Virtue" |
| 16:12.17 | *** join/#htc-linux evildarknight (~charles@41.211.72.136) |
| 16:19.33 | phh | [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.26 | mcdull | hi |
| 17:26.49 | playdo | hey mcdull |
| 17:27.36 | randomblame | grub2 hates me |
| 17:30.26 | playdo | why? xD |
| 17:30.38 | playdo | grub is doing fine for me :P |
| 17:30.43 | randomblame | grub works fine |
| 17:31.04 | randomblame | grub2 which is default with karmic does not support fakeraid |
| 17:31.15 | mcdull | hi playdo |
| 17:31.28 | mcdull | not much progress on 3d. |
| 17:31.35 | playdo | did u try the blackstonehenge rom mcdull? |
| 17:31.43 | mcdull | do you know what fb is in memory settings? |
| 17:31.44 | playdo | damn, gotta wait :( |
| 17:31.57 | playdo | fb? where, under winmo? |
| 17:32.15 | mcdull | under the kernel memory |
| 17:32.44 | playdo | hmm 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.33 | mcdull | pmem_setting.fb_start; |
| 17:36.47 | playdo | no 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.47 | chamonix | hey guys |
| 17:59.56 | phh | hi chamonix |
| 18:00.58 | *** join/#htc-linux MrPippy (~pip@adsl-75-11-172-186.dsl.sndg02.sbcglobal.net) |
| 18:01.11 | chamonix | hey phh |
| 18:01.15 | chamonix | hows life? |
| 18:01.22 | phh | still waiting for rhod. |
| 18:02.32 | chamonix | still not there? |
| 18:02.35 | phh | no |
| 18:03.55 | *** join/#htc-linux Vito89 (~quassel@gw.loccal.net) |
| 18:04.12 | mcdull | static int __init msm_pmem_init() but not static int __init msm_pmem_init(void) <-- does it matter? |
| 18:05.34 | mcdull | phh, could you tell where is this value stored? --> pmem_setting.fb_start; |
| 18:05.46 | phh | mcdull: why do you want it ? |
| 18:05.49 | phh | anyway it's CALC_PMEM macro |
| 18:08.22 | mcdull | #define CALC_PMEM(name, prev, size) \ |
| 18:08.22 | mcdull | <PROTECTED> |
| 18:08.22 | mcdull | <PROTECTED> |
| 18:08.22 | mcdull | <PROTECTED> |
| 18:08.36 | mcdull | these lines to calculate, rite? |
| 18:08.52 | phh | yes |
| 18:09.10 | randomblame | this sounds familiar |
| 18:09.21 | *** join/#htc-linux defendthecommons (~defendthe@189-19-220-80.dsl.telesp.net.br) |
| 18:09.29 | phh | mcdull: why do you care ? |
| 18:10.24 | mcdull | still figuring out the memory address. |
| 18:11.02 | phh | again, why ? |
| 18:11.23 | mcdull | I have messed around with the address and put gpu1 into SMI, it still boots.. and with almost the same result as before. |
| 18:11.24 | phh | and seriously this code is trivial ... |
| 18:11.37 | phh | GPU1 in SMI ? |
| 18:11.39 | phh | how can you do that ? |
| 18:11.42 | phh | you can barely put GPU0 |
| 18:12.05 | mcdull | that's why I wonder if my code is really working or not. |
| 18:12.19 | randomblame | should probably add some better comments in pmem explaining it better |
| 18:12.22 | mcdull | how big is the SMI? |
| 18:12.29 | phh | randomblame: pfff |
| 18:12.35 | phh | mcdull: 32MB, ~ 8MB available |
| 18:12.51 | mcdull | available starting at? |
| 18:12.56 | phh | 0 |
| 18:13.02 | mcdull | ok.. |
| 18:13.04 | phh | oh well |
| 18:13.05 | phh | it depends. |
| 18:13.11 | phh | theorically 0 |
| 18:13.22 | phh | but I've never been proven that the lowest MB works |
| 18:14.21 | mcdull | I have set gpu0 to 10MB.. and it boots.. |
| 18:14.44 | adamw | phh: did you get your rhodium yet? |
| 18:14.49 | phh | no. |
| 18:15.15 | mcdull | +pmem_setting.pmem_gpu0_start=MSM_SMI_BASE;//One free memory page for reset vectors |
| 18:15.15 | mcdull | +pmem_setting.pmem_gpu0_size=0x1000000; |
| 18:15.38 | mcdull | strange... |
| 18:15.50 | adamw | phh: awzies. |
| 18:16.02 | phh | I think there is still something I miss about 3D init |
| 18:16.03 | mcdull | and gpu1 |
| 18:16.06 | mcdull | +pmem_setting.pmem_gpu1_start=MSM_SMI_BASE+0x1000000; |
| 18:16.06 | mcdull | <PROTECTED> |
| 18:16.25 | randomblame | rhodium==nice |
| 18:16.27 | phh | mcdull: and nothing happens ? |
| 18:16.37 | mcdull | works as before... |
| 18:16.38 | phh | oh right no |
| 18:16.42 | phh | the 3D chip is ""clever"" |
| 18:16.46 | phh | gpu1 *has* to be on EBI |
| 18:16.47 | mcdull | almost the same behavior. |
| 18:16.57 | mcdull | yes it allocate itself to some other place |
| 18:17.43 | phh | no |
| 18:17.56 | mcdull | what about the gpu0? how can it has 10MB? |
| 18:17.57 | phh | it just doesn't run |
| 18:20.01 | mcdull | [ 1.914886] pmem: 1 init |
| 18:20.01 | mcdull | [ 1.917480] pmem_adsp: 0 init |
| 18:20.01 | mcdull | [ 1.919281] pmem_gpu0: 0 init |
| 18:20.01 | mcdull | [ 1.920745] pmem_gpu1: 0 init |
| 18:20.01 | mcdull | [ 1.922119] pmem_camera: 0 init |
| 18:20.08 | *** join/#htc-linux Captnoord (~Captnoord@dc5147a47b.adsl.wanadoo.nl) |
| 18:20.17 | Captnoord | phh remember the nb file you've send me? |
| 18:20.17 | mcdull | is these dmesg normal? |
| 18:20.18 | Captnoord | entry addr: 0x88300000, len: 0x4, hash: 0x1FC |
| 18:20.18 | Captnoord | entry addr: 0x88300040, len: 0x8, hash: 0x25C |
| 18:20.18 | Captnoord | entry addr: 0x88300048, len: 0x4, hash: 0x94 |
| 18:20.18 | Captnoord | entry addr: 0x88301000, len: 0x31968, hash: 0x14731B4 |
| 18:20.18 | Captnoord | entry addr: 0x88332968, len: 0x54, hash: 0x9EB |
| 18:20.19 | Captnoord | entry addr: 0x883329BC, len: 0x40, hash: 0x10E1 |
| 18:20.19 | Captnoord | entry addr: 0x88333000, len: 0x18AC, hash: 0x5E31B |
| 18:20.20 | Captnoord | entry addr: 0x88335000, len: 0x67EC, hash: 0x6F11D |
| 18:20.23 | Captnoord | parsing |
| 18:20.31 | phh | Captnoord: hum.. yes what ? |
| 18:20.42 | Captnoord | can't remember what the idea with the file was |
| 18:20.48 | Captnoord | except the parsing part |
| 18:21.06 | phh | Captnoord: it's diag file |
| 18:21.12 | phh | it's a nbh that just loads in memory |
| 18:21.17 | phh | and 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.38 | phh | mcdull: huhu, I have to check |
| 18:22.48 | mcdull | thx phh, I got to sleep.. its 2:30 am here, need to work tomorrow.. see you later. |
| 18:22.52 | phh | mcdull: ok, not normal. |
| 18:23.01 | phh | at least the pmem_gpu0 and pmem_gpu1 part |
| 18:23.04 | phh | °° |
| 18:23.05 | phh | ++* |
| 18:23.11 | phh | *I think* it's not normal |
| 18:23.22 | mcdull | oh really? let me compile one more time with clean git reset |
| 18:23.27 | Captnoord | Raphael DIAG 0 |
| 18:23.29 | Captnoord | hmmm |
| 18:23.30 | Captnoord | I see |
| 18:23.43 | mcdull | umm.. autobuuild seems faster. |
| 18:27.27 | mcdull | same result using the autobuild. |
| 18:27.28 | mcdull | [ 1.903594] pmem: 1 init |
| 18:27.29 | mcdull | [ 1.906188] pmem_adsp: 0 init |
| 18:27.29 | mcdull | [ 1.908081] pmem_gpu0: 0 init |
| 18:27.29 | mcdull | [ 1.909515] pmem_gpu1: 0 init |
| 18:27.29 | mcdull | [ 1.910949] pmem_camera: 0 init |
| 18:27.37 | phh | yes it's normal actually. |
| 18:27.53 | mcdull | fine then. |
| 18:31.23 | mcdull | phh, got some error message from logcat. |
| 18:31.25 | mcdull | libEGL ( 1219): loaded /system/lib/egl/libGLES_android.so |
| 18:31.25 | mcdull | libEGL ( 1219): loaded /system/lib/egl/libGLES_qcom.so |
| 18:31.25 | mcdull | EGL.oem ( 1219): system process, deny GL context |
| 18:31.25 | mcdull | libEGL ( 1219): No EGLDisplay for hardware EGL! |
| 18:31.25 | mcdull | SurfaceFlinger( 1219): EGL informations: |
| 18:31.26 | mcdull | SurfaceFlinger( 1219): # of configs : 8 |
| 18:31.33 | phh | I know. |
| 18:31.38 | phh | but I can't get anything out of those messages. |
| 18:32.03 | Captnoord | and you can't disasm the lib |
| 18:32.10 | Captnoord | to check when it does such a message? |
| 18:32.14 | phh | errrrr |
| 18:32.23 | phh | mcdull: oh well, this message is totally normal |
| 18:33.22 | mcdull | and in /drivers/video/msm/mdp.c machine_is_htcrhodium() > is_HW3D_device = 0; |
| 18:33.41 | mcdull | but still failed even I enabled it. |
| 18:34.32 | *** join/#htc-linux lucx (~luc@89-115-128-35.cl.ipv4ilink.net) |
| 18:37.25 | tmzt | MrPippy: usb isn't working on rhod500 |
| 18:37.45 | MrPippy | ok |
| 18:38.50 | MrPippy | i 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.07 | randomblame | mrpippy: 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.47 | RandomPPCGeek | hi all |
| 18:45.14 | *** join/#htc-linux luklew (~luklewluk@207.west.gre.pl) |
| 18:45.17 | stinebd | phh: added you to rootfs repo |
| 18:49.39 | mcdull | the gpu1 value seems to be ignored in anyway.. it boots normal with whatever value. |
| 18:49.45 | tmzt | MrPippy: is that needed? |
| 18:50.25 | MrPippy | mostly just for watching gpios and irqs |
| 18:50.43 | mcdull | sleeping time. Good night/ morning / evening. |
| 18:51.09 | randomblame | MrPippy:7600 has same arm11 and arm9 probably going to work the same as far as haret's concerned |
| 18:51.37 | MrPippy | yeah i figure its a newer chip, should be more in the -A family |
| 18:54.48 | randomblame | they put these older ubuntu distros on the slowest freaking servers |
| 18:56.24 | MrPippy | yeah the kernel code for desirec (7600) has the kernel config as a 7501A |
| 18:57.20 | randomblame | what device are you working on? |
| 18:58.27 | MrPippy | rhod400 |
| 18:58.41 | randomblame | those things are shiny |
| 18:58.49 | phh | desire is 7k ?!? |
| 19:00.18 | stinebd | no way |
| 19:02.04 | MrPippy | its very confusing...in terms of {codename, marketing name, chip}: {desireC, verizon droid eris, msm7600}, {bravo, desire, snapdragon} |
| 19:02.21 | stinebd | ah |
| 19:03.12 | phh | MrPippy: hehe :p |
| 19:05.34 | randomblame | ooh multitouch, I desire a desire |
| 19:05.40 | randomblame | hell I'd take a raph |
| 19:07.10 | stinebd | <3 raph |
| 19:07.55 | randomblame | my cousin was supposed to give me his but he threw it away when he switched carriers |
| 19:08.01 | randomblame | he's now on my shit list |
| 19:08.07 | Captnoord | "threw it away" |
| 19:08.11 | Captnoord | :S |
| 19:08.12 | randomblame | into the garbage |
| 19:08.16 | Captnoord | yea I know |
| 19:08.21 | Captnoord | but.... why!!! |
| 19:08.22 | Captnoord | :P |
| 19:08.32 | randomblame | he didn't know |
| 19:08.35 | randomblame | he just didn't know |
| 19:08.57 | randomblame | at least the incite has a bootable kernel now |
| 19:09.10 | randomblame | I can boot android, I just cant see it |
| 19:09.13 | randomblame | bah |
| 19:12.37 | tmzt | interesting |
| 19:12.42 | tmzt | think it's the gpu? |
| 19:12.48 | tmzt | does usb work? |
| 19:13.24 | MrPippy | so weird, the heroc code has a bunch of ifdefs and special code in gpio_event just for heroc and 7501A |
| 19:13.32 | randomblame | it's the frame buffer, no panel driver |
| 19:13.43 | phh | MrPippy: uh ? such as ? |
| 19:13.54 | randomblame | usb does not work either lol |
| 19:15.18 | MrPippy | a bunch of stuff for filter keys, to detect when you push/hold down send/end and then another button |
| 19:15.29 | randomblame | MrPippy: hopefully 7501a and 7600 keept the same method of gpio control |
| 19:15.58 | randomblame | I don't see why they'd change it though I think 7600 was just a minor update for radio |
| 19:16.27 | phh | randomblame: really ? |
| 19:16.38 | MrPippy | yeah theres no special code for desirec, the gpio stuff is all heroc |
| 19:16.43 | phh | I thaught 7600 was kind of snapdragon |
| 19:16.44 | phh | just slower |
| 19:16.50 | phh | with opengl2 |
| 19:16.51 | phh | and such |
| 19:16.52 | tmzt | no |
| 19:16.53 | phh | opengles* |
| 19:16.57 | tmzt | it's not |
| 19:17.02 | tmzt | same as 7x0x otherwise |
| 19:17.17 | phh | ok |
| 19:19.03 | MrPippy | tmzt: any ideas why usb doesn't work? |
| 19:20.29 | tmzt | gpio probably |
| 19:20.31 | tmzt | I need to go |
| 19:22.16 | randomblame | yay jaunty finished downloading, now I'm only an hour away from coding again |
| 19:22.25 | randomblame | if everything goes right.. |
| 19:22.34 | phh | randomblame: dreaming's good |
| 19:22.54 | randomblame | yeah I'll probably lose my backup partition this time |
| 19:23.34 | randomblame | then I'd have to mail canonical a pipe bomb |
| 19:25.15 | randomblame | ok I'll be back if it works, if it doesn't I'll be busy improvising an explosive device |
| 19:25.18 | randomblame | later |
| 19:26.48 | NetRipper | MrPippy, 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.03 | phh | stinebd: http://maduin.southcape.org/~xdandroid/rootfs-build/ this updates automatically ? |
| 19:56.11 | stinebd | phh: every 10 minutes |
| 19:56.14 | phh | ok |
| 19:56.31 | stinebd | phh: if you figure out how to do post-commit hooks on gitorious let me know -- it'll be instantly then ;) |
| 19:56.47 | phh | I'd like to know too. |
| 19:56.53 | phh | I 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.19 | MrPippy | hehe an irc bot? like to make noise here when theres a new commit? |
| 20:15.35 | Captnoord | Kovsky SPL EVT |
| 20:15.38 | Captnoord | woeps |
| 20:18.36 | phh | MrPippy: yes |
| 20:19.19 | MrPippy | yeah 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.38 | jamenlang | would you like push notifications too? |
| 20:43.54 | MrPippy | NetRipper: my haretlog is at http://opus.homelinux.com/public_files/haretlog_rhod400.txt |
| 20:45.41 | MrPippy | in 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.21 | RandomPPCGeek | MrPippy: 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.33 | MrPippy | yeah, just getting into it |
| 21:20.29 | RandomPPCGeek | mind giving me a rundown of what you're doing and what you're attempting tod o |
| 21:20.53 | RandomPPCGeek | i'd like to help too |
| 21:21.07 | RandomPPCGeek | but have no idea what i'm doing specifically. I know C, I know ASM (x86)and I know C#/Java/ |
| 21:21.09 | RandomPPCGeek | Python, etc |
| 21:21.52 | MrPippy | right now i just want to get usb working (for adb), its hard to work on anything else without easy command line access |
| 21:22.05 | phh | usbnet doesn't work ? |
| 21:23.08 | MrPippy | tmzt says usb doesn't work |
| 21:23.24 | phh | ah. |
| 21:23.33 | phh | I 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.23 | Captnoord | RandomPPCGeek: dude... just stickaround |
| 21:30.30 | Captnoord | and you'll see what we're doing |
| 21:31.46 | RandomPPCGeek | Captnoord: makes sense. i can compile my own stuff already tahnks to civic |
| 21:31.51 | RandomPPCGeek | does 95civic come in here? |
| 21:32.02 | Captnoord | don't remember that nick |
| 21:32.13 | Captnoord | but that doesn't mean he know his stuff |
| 21:32.43 | MrPippy | don't think he's ever come here, wish he would so we could find out what he's up to |
| 21:33.36 | phh | MrPippy: you got a cdma rhod ? |
| 21:33.50 | MrPippy | yeah |
| 21:34.01 | phh | have 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.29 | MrPippy | not yet, haven't even booted linux on it yet |
| 21:35.37 | phh | ok |
| 21:43.40 | Captnoord | phh I think with some time we can build our own native linux rom..... |
| 21:43.52 | Captnoord | its not so overly complicated |
| 21:44.02 | Captnoord | just loads of lookup crap |
| 21:44.09 | phh | Captnoord: I know what's needed |
| 21:44.12 | phh | I've already started |
| 21:44.17 | phh | but testing takes *a lot* of time. |
| 21:44.44 | Captnoord | then share your knowlage... |
| 21:44.45 | Captnoord | :P |
| 21:44.57 | Captnoord | with me |
| 21:44.58 | Captnoord | :P |
| 21:45.03 | phh | just use tinboot -_-' |
| 21:47.49 | phh | kernel boots (I can read ramconsole afterwards) |
| 21:47.55 | phh | but I have to reflash windows at every try |
| 21:48.35 | Captnoord | k |
| 21:49.11 | phh | tmzt got me some hints to avoid this flash and read ramconsole from hspl |
| 21:49.15 | phh | but I didn't get it working |
| 21:49.55 | Captnoord | which was? |
| 21:51.01 | phh | see diamond hspl doc on xda's wiki |
| 21:51.05 | phh | there is a command to dump memory area |
| 21:51.17 | MrPippy | does diamond have the uart hooked up to extusb like the android phones do? might be good for debugging |
| 21:51.25 | phh | MrPippy: yup |
| 21:54.21 | MrPippy | hmm 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.47 | RandomPPCGeek | is native booting faster than haret? |
| 22:02.55 | Captnoord | doen't the bootloader get copied to mem |
| 22:03.06 | Captnoord | so you can simply copy your own |
| 22:03.13 | Captnoord | and softreset |
| 22:03.23 | Captnoord | RandomPPCGeek: always |
| 22:03.39 | phh | I wouldn't bet on that. |
| 22:03.49 | Captnoord | why not? |
| 22:04.00 | Captnoord | its protected? |
| 22:04.12 | phh | bah you have to init more stuff |
| 22:04.16 | phh | wait for A9 to boot |
| 22:04.17 | phh | and such |
| 22:04.40 | Captnoord | yea... but that is what you have todo when your building a bootloader from scratch |
| 22:04.47 | Captnoord | one way or the other |
| 22:04.50 | Captnoord | we have todo such things |
| 22:05.02 | MrPippy | the real slowdown is that we run everything from SD card instead of nand |
| 22:05.02 | phh | SPL puts zImage in memory by itself |
| 22:07.18 | Captnoord | hmmmm |
| 22:07.33 | phh | you can just jump into zImage |
| 22:07.40 | phh | and it takes care of everything |
| 22:07.53 | phh | well, you have to put the kernel arguments (mtype and such) somewhere. |
| 22:08.01 | Captnoord | i'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.37 | cr2_ | NetRipper: ping |
| 22:18.12 | Captnoord | phh: there is no way to get a binairy copy of there bootloader.... |
| 22:18.21 | Captnoord | or is it present in the nb |
| 22:19.09 | cr2_ | Captnoord: ? |
| 22:19.32 | Captnoord | the bootloader to boot... linux |
| 22:19.36 | Captnoord | native linux rom |
| 22:19.37 | Captnoord | stuff |
| 22:19.40 | *** join/#htc-linux GNUtoo (~GNUtoo@host49-13-dynamic.54-79-r.retail.telecomitalia.it) |
| 22:19.43 | tmzt | phh: hints? |
| 22:19.48 | tmzt | ah |
| 22:19.50 | cr2_ | on which phone ? |
| 22:19.59 | phh | Captnoord: mmmm ? |
| 22:20.12 | cr2_ | tmzt: does nexus have multitouch foo ? |
| 22:20.16 | *** join/#htc-linux playdo (~57b3c67b@gateway/web/freenode/x-bbeakiciybvxhutq) |
| 22:20.22 | tmzt | 02:07 < phh> have you tried the htc_hw.force_cdma=1 thing ? |
| 22:21.07 | tmzt | cr2_: it's synaptics |
| 22:21.25 | cr2_ | tmzt: which i2c id ? |
| 22:21.37 | tmzt | raster says the firmware suppports certain things, it's up to the software whether multitouch works though |
| 22:21.43 | tmzt | as in, reported to userspace and apps |
| 22:21.47 | tmzt | hmm |
| 22:22.11 | cr2_ | 0x40 synaptics I2C RMI |
| 22:22.12 | tmzt | Captnoord: dumping the spl is pretty easy |
| 22:22.15 | cr2_ | says wiki |
| 22:22.19 | tmzt | but we already know how it should work, it just doesn't |
| 22:22.22 | tmzt | something with rpc |
| 22:22.29 | cr2_ | leo has some elan ? |
| 22:22.38 | tmzt | is it elan? |
| 22:22.39 | Captnoord | http://www.sholes.info/hg/spboot/file/78bcf1148ff9/init/builtins.c |
| 22:22.41 | Captnoord | k |
| 22:22.42 | tmzt | I could be confusing things |
| 22:22.52 | cr2_ | 3 options: i2c 0xb8/2, 0x68/2 or 0x2a/2 |
| 22:23.37 | cr2_ | tmzt: MLR875 ? |
| 22:23.58 | tmzt | I don't have a nexus kernel checked out |
| 22:24.05 | tmzt | I'm trying to get my rhod500 to work :) |
| 22:24.18 | cr2_ | ok |
| 22:24.25 | tmzt | it's close, if we had ril data would be working |
| 22:25.20 | RandomPPCGeek | tmzt: which carrier's tp2 do you have? |
| 22:25.38 | *** join/#htc-linux karafa (~karafa@ool-45735dce.dyn.optonline.net) |
| 22:26.15 | karafa | was 3d fixed in the last build for CDMA? i saw a commit regarding the 8mb GPU stuff, but I wasn't sure. |
| 22:26.23 | phh | karafa: na |
| 22:26.25 | phh | totally broken. |
| 22:26.36 | phh | I want to fix it for WVGA devices |
| 22:26.44 | tmzt | Verizon |
| 22:26.48 | phh | but I actually broke everything -_-' |
| 22:27.01 | cr2_ | tmzt: elan multitouch -> http://tech.yahoo.com/blogs/patterson/44436/tawainese-chip-maker-elan-sues-apple-over-multi-touch/ |
| 22:27.17 | tmzt | Apple got their real patent today |
| 22:27.30 | tmzt | it's the same drawings I remember from AppleInsider years ago |
| 22:28.08 | cr2_ | http://www.engadget.com/2009/04/12/elan-microelectronics-demonstrates-its-efinger-multitouch-tech-r/ |
| 22:28.15 | cr2_ | so it's not synaptics |
| 22:29.38 | cr2_ | which phone is that ?? |
| 22:40.25 | *** join/#htc-linux fleixius (~fleixius@unaffiliated/fleixius) |
| 22:42.58 | karafa | phh: so did the changes you make fix it for WVGA devices? or is it broken across the board |
| 22:55.16 | MrPippy | motorola devour (msm7627) source code is now at http://opensource.motorola.com |
| 22:56.13 | MrPippy | just 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.04 | cr2_ | MrPippy: any other interesting peripheral devices ? |
| 23:04.34 | MrPippy | hehe nice job moto, every file is a .tar.gz.gz |
| 23:05.15 | Captnoord | anybody russian who could help me with |
| 23:05.15 | Captnoord | http://4pda.ru/forum/index.php?showtopic=119186 |
| 23:05.17 | Captnoord | these |
| 23:06.09 | MrPippy | i grabbed those a while back |
| 23:06.21 | tmzt | I wanted zip :) |
| 23:06.32 | Captnoord | MrPippy: could you please share them with me |
| 23:06.33 | Captnoord | :P |
| 23:07.50 | cr2_ | Captnoord: where is 8250 ? |
| 23:08.06 | MrPippy | i'll just give you the log/pass i made for it, gotta try remember/recover the password |
| 23:08.13 | Captnoord | k |
| 23:08.18 | Captnoord | 8250? |
| 23:08.25 | Captnoord | refresh my mind |
| 23:08.37 | cr2_ | qsd :) |
| 23:08.42 | Captnoord | I dono |
| 23:11.53 | MrPippy | the stuff in there for 6xxx is pretty cool, full reference design schematics, but most of the docs are about RF stuff |
| 23:12.20 | Captnoord | MrPippy: 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.07 | MrPippy | sweet 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.01 | MrPippy | devour 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.37 | tmzt | #ifdef DEBUG |
| 23:29.37 | tmzt | <PROTECTED> |
| 23:29.37 | tmzt | <PROTECTED> |
| 23:29.55 | tmzt | that oj could be useful for some samsung and glofiish devices I think |
| 23:30.05 | tmzt | lis is in freerunner? |
| 23:33.33 | MrPippy | hmm 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.04 | tmzt | that's the N version vs. not? |
| 23:34.12 | tmzt | or minor revision? |
| 23:34.45 | MrPippy | not sure, hoping its a minor rev |
| 23:35.21 | MrPippy | i don't think any of the 4325 is N, thats 4329 |
| 23:35.53 | ToAsTcfh | woot... my modem burned up and im stuck tethering till sunday. when the dumb ass brighthouse dude gets here to fix it |
| 23:36.04 | tmzt | modem? |
| 23:36.10 | tmzt | what happened? |
| 23:36.12 | ToAsTcfh | cable modem |
| 23:36.17 | ToAsTcfh | idk |
| 23:36.25 | cr2_ | tmzt: check for multitouch http://www.htc-linux.org/wiki/index.php?title=I2C_IDS |
| 23:36.28 | ToAsTcfh | it just stopped workin |
| 23:36.45 | cr2_ | tmzt: and verify rhod |
| 23:36.47 | ToAsTcfh | hey i got a patch for multitouch |
| 23:37.07 | tmzt | the resistive? |
| 23:37.07 | ToAsTcfh | for the .27 kernel |
| 23:37.12 | tmzt | it's on msmts |
| 23:37.30 | ToAsTcfh | synaptics sorry |
| 23:37.37 | ToAsTcfh | :P |
| 23:38.03 | ToAsTcfh | phh: any luck on the camera? |
| 23:38.13 | ToAsTcfh | or did u give up?! |
| 23:38.56 | MrPippy | the lg gw620 is 4325b0 also |
| 23:42.12 | tmzt | phh: you not in -root? |
| 23:43.36 | Captnoord | 2008-07Windows Mobile 6.1Qualcomm MSM7201A 528MHzTRaphaelRAPH300 |
| 23:43.39 | Captnoord | and there is mine |
| 23:43.39 | *** join/#htc-linux bzo (~chatzilla@netblock-68-183-234-14.dslextreme.com) |
| 23:43.41 | Captnoord | raph300 |
| 23:44.09 | Captnoord | now its time for me to sleep |
| 23:45.12 | bzo | hmm, the latest pm/pmem changes breaks audio out on the diam500 (in addition to the 3d) |
| 23:46.02 | bzo | MrPippy: power collapse working great. 70% battery after 3+ hours :) |
| 23:46.56 | cr2_ | tmzt: what is 0x38 i2c device on rhod ? |
| 23:47.12 | MrPippy | nice, is that with screen off most of the time? |
| 23:47.41 | tmzt | how would I know? |
| 23:47.44 | bzo | yes, mostly idle, but with some background data and a few minutes of calling |
| 23:47.45 | tmzt | find out |
| 23:47.49 | tmzt | how would I find out |
| 23:48.02 | tmzt | bzo: that's ram layout |
| 23:48.05 | tmzt | diam500 is different |
| 23:49.00 | bzo | tmzt: I suspect the adsp was not happy with the changes |
| 23:51.27 | cr2_ | tmzt: by tracing i2c in wince. and by scanning the i2c bus in linux with i2c-tools |
| 23:51.35 | bzo | MrPippy: spare parts/battery history show running ~ 20%, screen ~ 15% |
| 23:51.46 | tmzt | I haven't successfully traced i2c before |
| 23:51.55 | tmzt | I think it's haret not detecting the 7600 |
| 23:52.18 | cr2_ | MrPippy: do you have amss6150 ? |
| 23:52.30 | MrPippy | yeah on diam500 |
| 23:52.35 | cr2_ | tmzt: 7600 ? |
| 23:52.41 | cr2_ | ok |
| 23:52.47 | tmzt | msm7600 |
| 23:53.06 | cr2_ | how do you know it's 7600 ? |
| 23:53.30 | tmzt | it's cdma/gsm |
| 23:53.36 | tmzt | rhod500 |
| 23:54.05 | cr2_ | well, but how do you detect the cpu type ? |
| 23:54.17 | cr2_ | what does haret actually say ? |
| 23:54.55 | MrPippy | haret says msm7600 |
| 23:55.17 | cr2_ | where ? |
| 23:55.30 | MrPippy | Wince reports processor: core=MSM7600-528MHz name= cat= vend=QUALCOMM |
| 23:55.41 | cr2_ | in the wince cpu type field ? |
| 23:55.57 | cr2_ | ok |
| 23:56.21 | cr2_ | but we need to check the real cpu id with mrc |
| 23:56.45 | cr2_ | if it matches the 7201A |
| 23:56.50 | cr2_ | i think it should |
| 23:56.57 | MrPippy | the fcc pics clearly show its a msm7600, and theres nothing else that does both cdma and gsm |
| 23:57.54 | cr2_ | it's only a matter of mdsp firmware and RF power chip+filter |
| 23:58.04 | cr2_ | i doubt that the core cpu is different |