*** bzo has joined #xdandroid | 00:04 | |
d3tul3 | hey bzo | 00:04 |
---|---|---|
bzo | hi d3tul3 | 00:04 |
bzo | I got camera fixed | 00:05 |
d3tul3 | you the man | 00:06 |
d3tul3 | what was it | 00:06 |
bzo | nothing big, someone just forgot to copy over some of the corrected headers | 00:07 |
d3tul3 | ok, have you had a chance to test the caps/fn with emwe's new gb immage | 00:07 |
bzo | no, did you push it out already? | 00:08 |
d3tul3 | yeah it's in the kernel | 00:08 |
bzo | ok, I"ll have to refresh my repo. Though given that we have the same phone, wouldn't expect any issues | 00:09 |
d3tul3 | k, apparently WisTilt2 was having some issues | 00:10 |
bzo | what a difference a few days makes | 00:11 |
bzo | 39+gb is working really nice now | 00:11 |
ryannathans | hmm is gb out of alpha yet | 00:13 |
bzo | nah, no official release since the first one | 00:13 |
ryannathans | If i could get the repo working... ;) | 00:14 |
bzo | the length of this outage is getting absurd | 00:14 |
ryannathans | there was a 'fix' thay emwe took me through, sadly, I deleted my repo | 00:15 |
*** raymonddull has quit IRC | 00:18 | |
*** raymonddull has joined #xdandroid | 00:18 | |
d3tul3 | i've been thinking about getting 3.0 up to speed | 00:21 |
d3tul3 | need to apply some patch sets from kernel.org though | 00:21 |
bzo | was 3.1 released? | 00:21 |
ryannathans | good luck | 00:21 |
d3tul3 | 3.2.rc1 | 00:22 |
d3tul3 | 3.1 stable | 00:22 |
bzo | damn, impossible to keep up | 00:22 |
bzo | jonpry got 3.0 into a similar state as .39, didn't he? | 00:23 |
d3tul3 | i think 3.0 was only a couple of commits behind .39 when jonpry left it off | 00:23 |
d3tul3 | he mentioned it was never quite as stable, but that he thought it was because it was an rc at the time | 00:23 |
bzo | lol, the tp2 is one of the oldest devices running android, but we have the newest kernels exclusively | 00:24 |
d3tul3 | i think it's pretty ironic | 00:24 |
d3tul3 | i just updated to fedora 15....runs 2.6.38... | 00:25 |
bzo | d3tul3: caps/fn work aok for me | 00:39 |
d3tul3 | perfect thanks for checking, must be something with WisTilt2's gsm rhod | 00:40 |
bzo | behavior when not on a text field is funky though, I guess that's what wistilt was seeing | 00:40 |
d3tul3 | well the userland logic is incorporated in a Listener class that probably only gets called when in a text input field | 00:40 |
d3tul3 | it also won't work in connectbot, or other apps that don't use that listener... | 00:41 |
d3tul3 | but should work in "native" android apps, like messaging, email, browser etc | 00:41 |
bzo | wonder why it lights up at all though when not on a text field? | 00:41 |
d3tul3 | i don't remember what are the details inside that cyanogen patch, but it could be that only the double press logic is in the listener class | 00:42 |
bzo | in any case, probably not worth looking into | 00:43 |
d3tul3 | i'll try building a gb kexec image this wknd | 00:44 |
bzo | that would be handy to have | 00:44 |
d3tul3 | so what's the story with smi2? there's some sort of extra available memory on the rhod beyond the 2x128 banks, but we don't use it? | 00:46 |
bzo | there is no reference anywhere that smi is 64mb rather than 32mb | 00:46 |
bzo | however we were investigating it because oemaddresstable reports it | 00:47 |
bzo | we found it to be unusable | 00:47 |
bzo | so either oemaddresstable is lying | 00:47 |
bzo | or that memory region is reserved for something else | 00:47 |
d3tul3 | or something is running there | 00:47 |
bzo | could be, given that it is cdma+gsm, the radio might need more address space to play in | 00:48 |
bzo | on a related note, I do want to see if I can pare down pmem usage a bit more | 00:49 |
bzo | what is allocated seems excessive | 00:50 |
d3tul3 | i guess any MB we can squeeze out of there would be gravey | 00:51 |
d3tul3 | on my to-do list is manekineko's zoom-bar patch | 00:51 |
bzo | what was the problem with it? | 00:52 |
d3tul3 | it somehow broke the in-call screen or something | 00:52 |
bzo | dealing with the ts can be tricky | 00:54 |
bzo | d3tul3: camera fix pushed | 01:00 |
d3tul3 | JPEG_CMD_ENC_ENCODE 0x0000 :) | 01:02 |
d3tul3 | i guess quite a bit was missing | 01:02 |
bzo | the ids were just out of order | 01:04 |
bzo | for some reason the definitions changed from the original source of the 27 tree and what is used nowadays | 01:04 |
d3tul3 | damn none of the .39 autobuilds are working | 01:05 |
bzo | not just a polling delay? | 01:07 |
*** ringer has quit IRC | 01:07 | |
bzo | so is the orientation sensor the only thing left working in 27 that is not working in 39? | 01:08 |
d3tul3 | it's working in .39 with froyo | 01:08 |
bzo | oh, that's odd | 01:09 |
d3tul3 | either libsensors in gb is looking for the data in the wrong place or | 01:09 |
d3tul3 | it's not implemented at all | 01:09 |
bzo | arrrghhh says it works in gb with 27 | 01:09 |
bzo | maybe need to rename/duplicate some sysfs entries? | 01:09 |
d3tul3 | hm | 01:09 |
bzo | I'll test it with 27. Need to boot it anyways to see if the video recording works. Just remembered that it is broken in 39 | 01:11 |
bzo | heh, kexec would be handy right now | 01:13 |
d3tul3 | what is accel -> bma150? | 01:13 |
bzo | think so | 01:13 |
d3tul3 | i am out good night | 01:26 |
bzo | gnight | 01:27 |
bzo | btw, accel is userland problem, doesn't work with 27 either | 01:27 |
*** bzo has quit IRC | 01:39 | |
*** rpierce99 has quit IRC | 01:39 | |
*** kalemas has joined #xdandroid | 01:48 | |
*** d3tul3 has quit IRC | 02:11 | |
*** raymonddull has quit IRC | 02:27 | |
*** rpierce99 has joined #xdandroid | 03:20 | |
*** rpierce99 has quit IRC | 03:30 | |
*** programmer8922 has joined #xdandroid | 03:44 | |
*** programmer8922 has quit IRC | 04:03 | |
*** AndersG has joined #xdandroid | 04:56 | |
*** |Jeroen| has joined #xdandroid | 05:08 | |
*** GlemSom has joined #xdandroid | 05:10 | |
GlemSom | Are we all sleeping here.. ? | 05:22 |
GlemSom | I'm gonna give up... Really... Gonna throw it all away! Ok, not entirely true ;) I gave up on my webhost (As they're still too damn retarded to fix PHP), so I bought a VPS, and I've setup most buildstuff there. Please check it out -> http://glemsom.androidangle.com/autobuild/ | 05:25 |
*** drakaz has quit IRC | 05:29 | |
*** drakaz has joined #xdandroid | 05:30 | |
GlemSom | bbl | 05:30 |
*** |Jeroen| has quit IRC | 05:31 | |
*** drakaz has quit IRC | 05:35 | |
*** drakaz has joined #xdandroid | 05:37 | |
*** turbolapin has joined #xdandroid | 05:46 | |
*** kalemas has left #xdandroid | 06:26 | |
*** d3tul3 has joined #xdandroid | 07:30 | |
*** mayday_jay has quit IRC | 07:57 | |
*** mayday_jay has joined #xdandroid | 08:00 | |
*** helicopter88 has joined #xdandroid | 08:39 | |
*** rpierce99 has joined #xdandroid | 09:34 | |
*** rpierce99 has quit IRC | 09:38 | |
*** turbolapin has quit IRC | 09:55 | |
*** |Jeroen| has joined #xdandroid | 10:13 | |
*** helicopter88_1 has joined #xdandroid | 10:15 | |
*** helicopter88 has quit IRC | 10:15 | |
*** helicopter88_1 is now known as helicopter88 | 10:15 | |
*** helicopter88 is now known as helicAWAY | 10:20 | |
*** |Jeroen| has quit IRC | 10:35 | |
*** helicopter88 has joined #xdandroid | 11:05 | |
*** helicAWAY has quit IRC | 11:07 | |
*** d3tul3 has quit IRC | 11:38 | |
*** ringer has joined #xdandroid | 11:57 | |
*** helicopter88 has quit IRC | 12:50 | |
*** ringer has quit IRC | 13:20 | |
*** rpierce99 has joined #xdandroid | 13:22 | |
*** rpierce99 has quit IRC | 13:35 | |
*** d3tul3 has joined #xdandroid | 14:36 | |
*** kalemas has joined #xdandroid | 14:54 | |
*** sythezn has joined #xdandroid | 15:00 | |
sythezn | hi there guys and gals | 15:01 |
sythezn | so i've installed ubuntu 64 on virtualbox... done all the updates etc and now i'm trying to repo | 15:02 |
sythezn | sythezn@SytheZN:~/xdandroid/gingerbread$ repo init -u git://gitorious.org/xdandroid/manifest.git -b gingerbread | 15:03 |
sythezn | /home/sythezn/bin/repo: line 1: syntax error near unexpected token `newline' | 15:03 |
sythezn | /home/sythezn/bin/repo: line 1: `<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">' | 15:03 |
sythezn | what'm i doing wrong? | 15:03 |
*** kalemas has left #xdandroid | 15:27 | |
sythezn | okay... am i supposed to be using the repo from google's android, or is there one from xdandroid itself? | 15:39 |
sythezn | *for rather | 15:39 |
phh | don't use git:// protocol | 15:43 |
phh | no wait | 15:43 |
phh | that's not the pb | 15:43 |
phh | the problem is the way you downloaded repo | 15:43 |
phh | you downloaded it wrong | 15:43 |
sythezn | nah... | 15:43 |
sythezn | turns out the repo addy from google changes often | 15:43 |
sythezn | had to run 'curl https://dl-ssl.google.com/dl/googlesource/git-repo > ~/bin/repo' | 15:44 |
sythezn | hmmm... still giving me newline crap | 15:45 |
sythezn | what size should repo be? | 15:47 |
phh | no clue | 15:55 |
sythezn | lmao! nevermind... another blonde moment | 15:55 |
sythezn | should have been 'https://dl-ssl.google.com/dl/googlesource/git-repo/repo' | 15:55 |
sythezn | okay... now the question is, can i have both froyo and gingerbread on my machine? in different dirs of course | 15:58 |
sythezn | in other words, does 'repo sync' sync the branch the current dir? | 16:00 |
*** rpierce99 has joined #xdandroid | 16:15 | |
*** rpierce99 has quit IRC | 16:31 | |
sythezn | how much difference is there between the rhod and the raph apart from the keymaps? | 16:47 |
*** GlemSom has quit IRC | 17:50 | |
*** AndersG has quit IRC | 17:52 | |
*** sythezn has quit IRC | 18:09 | |
*** virsys has joined #xdandroid | 19:51 | |
*** rpierce99 has joined #xdandroid | 20:01 | |
*** rpierce99 has quit IRC | 20:03 | |
hyc | arrrghhh: i dropped my rhod, now this mic doesn't work. have you heard of this problem before? | 20:22 |
hyc | tapping the phone still produces audible noise on the other end, so something is still picking up sound | 20:22 |
hyc | but it's basically useless for voice | 20:23 |
*** XirXes_ has quit IRC | 20:30 | |
stinebd | hi hyc | 20:31 |
*** XirXes has joined #xdandroid | 20:40 | |
*** bzo has joined #xdandroid | 20:44 | |
*** mayday_jay has quit IRC | 20:55 | |
*** mayday_jay has joined #xdandroid | 20:58 | |
hyc | heya stinebd | 21:40 |
hyc | did you have any ideas about my mic problem? | 21:40 |
bzo | doesn't look like he's here now | 21:40 |
hyc | oh well | 21:41 |
bzo | acoustic stuff? | 21:41 |
hyc | no, hardware i'm sure | 21:41 |
bzo | oh | 21:41 |
hyc | i've power cycled and rebooted multiple times, toggled spkrphone | 21:42 |
hyc | pretty sure it was the drop to the ground that got it | 21:42 |
bzo | that and our phones are all getting pretty old | 21:43 |
hyc | yeah, sucks | 21:43 |
hyc | still thinking a droid3 may be the next stop | 21:43 |
bzo | if you wanted to bother, mic is probably easy to replace | 21:44 |
bzo | I'm sure you could get a free donor | 21:44 |
hyc | unless there's another phone with good qwerty | 21:44 |
hyc | hmmm | 21:44 |
hyc | it a | 21:44 |
hyc | may just need reseating | 21:44 |
bzo | worth a try | 21:44 |
bzo | have you checked out the .39 kernel? working quite nice now | 21:45 |
*** rpierce99 has joined #xdandroid | 21:48 | |
*** rpierce99 has quit IRC | 21:54 | |
hyc | i haven't. definitely sounds good tho, any caveats vs .27? | 22:05 |
bzo | I don't think so, just about everything that works on 27 should work on 39 | 22:12 |
bzo | you do need to use a updated bcm firmware file for wifi though | 22:12 |
hyc | ok | 22:19 |
hyc | and it has the acoustic drivers? | 22:20 |
*** rpierce99 has joined #xdandroid | 22:25 | |
*** d3tul3 has joined #xdandroid | 22:43 | |
*** d3tul3 has quit IRC | 22:49 | |
bzo | hyc: yes, acoustic | 22:50 |
*** TheSeven has quit IRC | 22:54 | |
*** [7] has joined #xdandroid | 22:55 | |
*** rpierce99 has joined #xdandroid | 23:02 | |
*** rpierce99 has quit IRC | 23:06 | |
*** rpierce99 has joined #xdandroid | 23:18 | |
hyc | cool, def need to check it out | 23:49 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!