*** NeoMatrixJR has quit IRC | 00:12 | |
*** Miga_ has joined #xdandroid | 00:20 | |
*** Miga has joined #xdandroid | 00:21 | |
*** toadlife_ has joined #xdandroid | 00:33 | |
*** massstash has joined #xdandroid | 00:35 | |
*** toadlife_ has quit IRC | 00:35 | |
*** massstash has joined #xdandroid | 00:35 | |
*** programmer8922 has joined #xdandroid | 00:53 | |
*** massstash has quit IRC | 01:00 | |
*** massstash has joined #xdandroid | 01:02 | |
*** jonpry has quit IRC | 01:06 | |
*** Andre569 has joined #xdandroid | 01:21 | |
*** rpierce99 has quit IRC | 01:25 | |
*** massstash has quit IRC | 01:28 | |
*** Andre569 has quit IRC | 01:29 | |
*** toadlife_ has joined #xdandroid | 01:53 | |
*** toadlife has quit IRC | 01:53 | |
*** toadlife_ is now known as toadlife | 01:53 | |
*** Chester0 has quit IRC | 02:03 | |
*** Chester0 has joined #xdandroid | 02:08 | |
*** Chester0 has quit IRC | 02:24 | |
*** toadlife has quit IRC | 02:40 | |
*** ryannathans has quit IRC | 05:46 | |
*** ryannathans has joined #xdandroid | 05:48 | |
*** Erikson has joined #xdandroid | 06:22 | |
*** Erikson has quit IRC | 06:30 | |
*** helicopter88 has joined #xdandroid | 08:47 | |
*** helicopter88 is now known as midnight | 09:23 | |
ryannathans | could it be possible that the SOD fixes added to autobuild fixed my failed wakes :O | 09:40 |
---|---|---|
ryannathans | Where are the autobuilt commit logs? I can't seem to find them... | 09:46 |
midnight | if you put the mouse over the name of the kernel(in glemsom's site) you should see what's new | 10:01 |
*** midnight has quit IRC | 10:09 | |
*** jonpry has joined #xdandroid | 10:13 | |
*** helicopter88 has joined #xdandroid | 10:26 | |
*** helicopter88 has quit IRC | 10:44 | |
*** daroot has joined #xdandroid | 10:47 | |
daroot | hello to all... I have a question about xdandroid and my diam100 device. The LED on the menu button is always in loading circle... can I fix this..? | 10:48 |
jonpry | hyc, ping | 10:54 |
*** rpierce99 has joined #xdandroid | 10:54 | |
*** daroot has quit IRC | 10:56 | |
hyc | jonpry: pong | 11:03 |
hyc | damn. I just booted that 1214 kernel and sure enough, it decoded the youtube HQ clip | 11:03 |
jonpry | oO | 11:03 |
hyc | wtf. I can't tell from JB's git history which branch it came from or what commits led up to it | 11:04 |
jonpry | did you by chance see that logcat of mine. i don't know much about android startup. i can't even see that anything is broken | 11:04 |
hyc | which logcat? | 11:04 |
jonpry | http://pastebin.com/CqcJGTt5 | 11:04 |
jonpry | i think its hitting the fan at 224 | 11:05 |
hyc | looking now | 11:05 |
hyc | you turned off prelinking? | 11:05 |
jonpry | yeah | 11:05 |
jonpry | i can turn it back on now. wasn't the problem | 11:05 |
hyc | line 223 maybe | 11:06 |
hyc | you really really need to use logcat -v time | 11:06 |
hyc | no way to tell if 223 and 224 are related | 11:06 |
jonpry | hmm | 11:06 |
hyc | all these signature mismatches. looks like you're reusing a data with a new system | 11:07 |
jonpry | yeah, i just deleted my data and it still has boot ani forever | 11:08 |
hyc | bummer. got a fresh log for that? | 11:09 |
jonpry | http://pastebin.com/AM3110g5 | 11:10 |
jonpry | guess it is different | 11:10 |
jonpry | maybe i didn't wait long enough | 11:10 |
rpierce99 | first boot with a new data takes a long time at bootani | 11:11 |
jonpry | settingsprovider crash, is that ok? | 11:12 |
rpierce99 | is gmail in your system image? | 11:12 |
jonpry | not sure. just frx05 manifest | 11:12 |
hyc | you're still not using logcat -v time? not helping.... | 11:12 |
hyc | dunno about settingsprovider | 11:13 |
hyc | I don't think anything ought to crash on first boot | 11:13 |
jonpry | i was told to use logcat -t which just crashed | 11:13 |
hyc | bah | 11:13 |
jonpry | i will change it to -v time | 11:14 |
hyc | ah right, looks like that's just complaining that gmail is missing | 11:15 |
rpierce99 | ultimately it crashed creating a bookmark for Gmail with a PackageManager.NameNotFoundException, so I think settings provider is just trying to set up an app that doesn't exist | 11:15 |
hyc | and IM | 11:15 |
hyc | so probably nothing critical | 11:15 |
rpierce99 | i don't think it's an issue | 11:15 |
jonpry | and im.landingpage | 11:15 |
hyc | why do you have /dev/inputmouse... | 11:16 |
hyc | eh I guess it's always there | 11:16 |
jonpry | seems to be a reported bug | 11:16 |
hyc | so I don't get it, the log just ends at line 383? | 11:16 |
jonpry | yeah, maybe i turned phone off by the time it got there | 11:17 |
hyc | maybe trying to startup bluetooth services killed it | 11:17 |
hyc | hard to say | 11:17 |
jonpry | or the log didn't sync | 11:17 |
hyc | you're dumping this to a file on the phone? | 11:17 |
jonpry | is 5 minutes of boot ani enough? | 11:18 |
hyc | ?? | 11:18 |
hyc | don't guess. | 11:18 |
hyc | watch the logcat output. | 11:18 |
jonpry | how often does init restart processes? yeah dumping | 11:18 |
hyc | if it's not marked oneshot, it usually restarts dead services right away | 11:19 |
jonpry | hrm. so maybe service bach -c "sleep 5; sync" | 11:19 |
rpierce99 | what's the command to continuously dump dmesg out to a file over adb? | 11:19 |
jonpry | er bash | 11:19 |
hyc | why are you doing it that way? | 11:20 |
hyc | just run adb logcat -v time from your PC | 11:20 |
hyc | "adb logcat -v time | tee /tmp/somefile" | 11:20 |
jonpry | don't have usb | 11:20 |
hyc | oh that sucks | 11:20 |
hyc | yeah, very likely the end of it is not going to get sync'd on a crash | 11:20 |
hyc | rpierce99: adb cat /proc/kmsg | 11:21 |
rpierce99 | hm, figured cat would stop at the end of the file | 11:21 |
jonpry | its so close :p | 11:21 |
hyc | kmsg is a special file | 11:21 |
jonpry | you know the original g1 rooting hack? | 11:23 |
hyc | typing on the console? | 11:23 |
jonpry | http://pastebin.com/4YrrHUDR | 11:24 |
hyc | well that's a lot different from before | 11:25 |
hyc | no idea | 11:25 |
hyc | seems like you're just missing drivers | 11:25 |
hyc | can not open snd device | 11:26 |
hyc | failed to open lcd-backlight | 11:26 |
hyc | couldn't get telephony reference | 11:26 |
hyc | dunno | 11:27 |
hyc | rhodium-keypad? did the gpio-keys driver get renamed again? | 11:28 |
jonpry | yeah typing on console. xdandroid seems to have the same bug. so i can sync the log and other stuff whenever i want :p | 11:29 |
*** xtremist_ has joined #xdandroid | 11:32 | |
*** xtremist_ has quit IRC | 11:45 | |
*** Erikson has joined #xdandroid | 12:12 | |
*** helicopter88 has joined #xdandroid | 12:18 | |
*** soldar79 has joined #xdandroid | 12:26 | |
soldar79 | hi there | 12:26 |
helicopter88 | Hi | 12:27 |
soldar79 | does anybody here own a an at&t tilt2 | 12:28 |
soldar79 | or a rhodium | 12:28 |
rpierce99 | lots | 12:30 |
soldar79 | Well, question is... | 12:31 |
soldar79 | How can I get a home key working? | 12:32 |
rpierce99 | what build are you running? | 12:32 |
soldar79 | 2.2.2 htc 2.6.27.46-01276-g6a6a1c1glemsom@autobuild | 12:34 |
soldar79 | frx05 | 12:34 |
helicopter88 | go with frx06 and new rootfs.. | 12:34 |
soldar79 | right | 12:34 |
rpierce99 | hm, well you're running an outdated build then, but once you upgrade your build you will want http://forum.xda-developers.com/showthread.php?t=935710 | 12:34 |
soldar79 | oks | 12:35 |
soldar79 | where do i get the frx06 | 12:35 |
helicopter88 | http://forum.xda-developers.com/showthread.php?t=951962 | 12:35 |
rpierce99 | if you want to try upgrading, xdandroid.com, if you want to just start with the newest full build, go there | 12:35 |
helicopter88 | arrrghhh's bundle,update kernels,rootfs and initrd(it hasn't changed a lot) | 12:36 |
rpierce99 | actually that thread has the system image update as well | 12:36 |
soldar79 | gr8 | 12:36 |
soldar79 | and what about the new rootfs... | 12:37 |
soldar79 | contains any important fix? | 12:37 |
helicopter88 | http://xdandroid.com/wiki/Downloads | 12:37 |
helicopter88 | rootfs contains various fix and maybe it will fix your home button issue | 12:37 |
rpierce99 | the rootfs is what controls the keymaps | 12:38 |
rpierce99 | you'll need to read the first post pretty throroughly to fix your home button | 12:38 |
soldar79 | oks | 12:39 |
soldar79 | gr8 again | 12:39 |
soldar79 | nice work this guys doing | 12:39 |
rpierce99 | alright hyc i'm setting up eclipse to be able to jdb | 12:40 |
rpierce99 | do i need to be able to build the source, or just have it to set break points | 12:40 |
soldar79 | hope any time soon i can get rid of wm | 12:40 |
soldar79 | the tilt2 of such a gr8 mobile | 12:41 |
hyc | rpierce99: you only need the source as a reference point while you're debugging | 12:41 |
hyc | you don't need to be able to build it | 12:41 |
rpierce99 | that's what i figured, but the source needs to match the files i'm running, so i need to bring in your changes | 12:41 |
hyc | true | 12:42 |
rpierce99 | what the public location for the system with your frameworks changes for mms | 12:43 |
hyc | ? gitorious | 12:43 |
rpierce99 | i meant it's probably in a specific branch or something | 12:43 |
soldar79 | ok guys | 12:44 |
hyc | hm. we don't ave any relevant MMS changes do we? | 12:44 |
soldar79 | thax everybody for the info | 12:44 |
rpierce99 | i should undo the frameworks changes that allowed the download button to work? | 12:44 |
*** soldar79 has quit IRC | 13:07 | |
hyc | hmm | 13:12 |
hyc | yeah probably. I mean, we want to see the actual parsing error | 13:12 |
rpierce99 | ok, i already pulled the old version back into my /system, but the repo sync that I did yesterday in my ubuntu VM apparently ha vanished | 13:13 |
rpierce99 | even the ~/xdandroid folder i created manually is gone | 13:13 |
*** helicopter88 is now known as heli_afk | 13:16 | |
*** heli_afk has quit IRC | 13:57 | |
*** jonpry has quit IRC | 14:02 | |
*** jonpry has joined #xdandroid | 14:07 | |
*** Entropy512 has quit IRC | 14:14 | |
*** JMancini has joined #xdandroid | 14:17 | |
JMancini | Hey guys, anyone around atm? | 14:17 |
rpierce99 | there's always people around, most just lurk though | 14:18 |
JMancini | lol, understandeable. Any ideas if someone has a work around yet for the 3.5mm on the TP2? | 14:18 |
rpierce99 | buy a usb dongle for 3.5mm, they're like $3 | 14:19 |
rpierce99 | or code the 3.5mm driver yourself :P | 14:19 |
JMancini | I'm trying to run Square, you think it'll transmit the tracks through the usb dongle? | 14:19 |
rpierce99 | the usb dongle redirects androids audio out of it | 14:19 |
JMancini | hmmm | 14:20 |
rpierce99 | i have no idea how Square works | 14:20 |
rpierce99 | i know it uses the 3.5 | 14:20 |
rpierce99 | but i don't know if it actually sends sounds | 14:20 |
rpierce99 | or if it tries to interface with the HW directoy | 14:20 |
JMancini | basically, it has a multi track mag strip reader that sends the signal into the device via the 3.5 | 14:20 |
rpierce99 | directly | 14:20 |
JMancini | it actually transmits sound | 14:21 |
JMancini | it's reading the first two tracks | 14:21 |
JMancini | of the magstrip | 14:21 |
rpierce99 | if it's sound i'd assume it would work, but i have no idea | 14:22 |
JMancini | i've got a usb headphone jack somewhere around here...i didnt even think to try it. i'll try and see what happens lol | 14:22 |
*** Entropy512 has joined #xdandroid | 14:34 | |
JMancini | Nope, the usb isn't recognizing that a set of headphones is plugged in lol, it just redirects audio. I guess I'm still on the hunt lol | 14:35 |
*** Entropy512 has quit IRC | 14:47 | |
*** JMancini has quit IRC | 14:49 | |
*** programmer8922 has quit IRC | 14:53 | |
*** jonpry has quit IRC | 14:56 | |
*** jonpry has joined #xdandroid | 14:57 | |
*** jonpry has quit IRC | 15:12 | |
*** jonpry has joined #xdandroid | 15:14 | |
*** helicopter88 has joined #xdandroid | 15:24 | |
*** helicopter88|2 has joined #xdandroid | 15:27 | |
*** helicopter88 has quit IRC | 15:30 | |
*** helicopter88|2 has quit IRC | 15:33 | |
*** Erikson has quit IRC | 16:05 | |
*** helicopter88 has joined #xdandroid | 16:06 | |
*** TheSeven has quit IRC | 16:15 | |
*** [7] has joined #xdandroid | 16:15 | |
*** [7] has joined #xdandroid | 16:15 | |
*** Andre569 has joined #xdandroid | 16:16 | |
Andre569 | Hows FRX07 coming along | 16:17 |
*** Andre569 has quit IRC | 16:26 | |
*** helicopter88 has quit IRC | 16:31 | |
*** toadlife has joined #xdandroid | 16:34 | |
rpierce99 | hyc you around? | 17:12 |
*** programmer8922 has joined #xdandroid | 17:19 | |
rpierce99 | can someone give me the md5 of framework-res.apk and framework.jar on their phone? /system/framework | 17:51 |
toadlife | d6d3a4d499b4c44ae3334be02aed52bc /system/framework/framework-res.apk | 17:57 |
toadlife | 21c20a9dfb1038e6e6028652701b04ce /system/framework/framework.jar | 17:57 |
rpierce99 | and just to be sure you didn't download the test files hyc and i were playing with yesterday right? | 17:58 |
toadlife | No I didn't | 17:58 |
rpierce99 | great thanks | 17:58 |
toadlife | np | 17:58 |
rpierce99 | can you send mms? | 17:58 |
toadlife | Havn't tried in awhile. I'll send one to my wifes phone right now | 18:03 |
rpierce99 | are you cdma or gsm? | 18:06 |
toadlife | gsm | 18:06 |
toadlife | hmmm. mms is taking forwever to send. | 18:07 |
toadlife | I'll let it sit for awhile, but it looks like it's not working | 18:08 |
rpierce99 | you probably don't have an mmsc defined in your apn | 18:11 |
rpierce99 | don't worry about it if you don't use mms | 18:11 |
rpierce99 | i was able to find a way to send myself one | 18:12 |
toadlife | Yeah, I jsut checked. with hyc's sys the proxys are net set properly for t-mobile. I wrote the settings down so I can fix that. | 18:12 |
*** rpierce99_ has joined #xdandroid | 18:20 | |
*** rpierce99 has quit IRC | 18:20 | |
*** rpierce99_ is now known as rpierce99 | 18:20 | |
*** programmer8922 has quit IRC | 18:41 | |
*** programmer8922 has joined #xdandroid | 18:45 | |
rpierce99 | hey hyc I've got my debugger broken at the point where it's about to throw that exception, got a minute to try to figure it out with me? | 20:00 |
hyc | well, I'm here ;) | 20:01 |
hyc | dunno if I can help | 20:01 |
rpierce99 | haha well i know that according to spec this int is supposed to be 0-31, and it's 105 | 20:03 |
hyc | woohoo | 20:04 |
hyc | what int? | 20:04 |
rpierce99 | start, first, pduDataStream.buf[703] | 20:05 |
rpierce99 | sorry temp not start | 20:06 |
hyc | ummm | 20:06 |
hyc | raw PDUs are bit-packed, 105 might be valid when masked down to size | 20:07 |
rpierce99 | here's a summary of what i thought might be important info | 20:07 |
rpierce99 | http://pastebin.com/Zh4hsHWA | 20:07 |
rpierce99 | i assume what you're referring to is this: | 20:07 |
rpierce99 | int first = temp & 0xFF; | 20:07 |
*** bzo has joined #xdandroid | 20:07 | |
rpierce99 | first and temp are both 105 | 20:07 |
hyc | ok | 20:09 |
rpierce99 | if it's not obvious count mark and pos are properties of the pduDataStream, and the 700-799 is that range from the pduDataStream buffer | 20:18 |
hyc | right | 20:19 |
hyc | have you tried printing these parts of the data stream as ASCII characters? | 20:20 |
rpierce99 | no, i haven't used the eclipse debugger much so i'm not sure exactly how i would do that | 20:21 |
hyc | bummer | 20:21 |
rpierce99 | what i really wanted to do was save buf to a file so i could run it through a hex editor | 20:21 |
hyc | yeah | 20:22 |
hyc | well, those look like ASCII range to me | 20:22 |
hyc | except for [701-2] | 20:22 |
hyc | and [718-9] | 20:22 |
rpierce99 | so something i thought was odd, if i bump up to parseParts and look at the locals there | 20:23 |
rpierce99 | dataLength = 52233 | 20:23 |
rpierce99 | startPos = 52594 | 20:23 |
*** hardwalker has joined #xdandroid | 20:41 | |
*** toadlife has quit IRC | 21:03 | |
rpierce99 | hyc will you send me another mms | 21:19 |
hyc | ok | 21:19 |
hyc | video or img | 21:20 |
rpierce99 | dont care | 21:20 |
rpierce99 | at this point i don't think it matters | 21:20 |
hyc | ok sending | 21:20 |
*** nh683 has joined #xdandroid | 21:25 | |
*** nh683 has quit IRC | 21:28 | |
*** Andre569 has joined #xdandroid | 22:06 | |
*** Andre569 has quit IRC | 22:11 | |
*** jcmsVEN has joined #xdandroid | 22:30 | |
*** Serren has joined #xdandroid | 22:32 | |
*** P0lar1sX has joined #xdandroid | 22:33 | |
jcmsVEN | Hi!... Finally I ran Android FRX06 on my HTC Touch Pro2 Rhod500!!... The problem was solved after I setup my Data Connection confuguration on winmo sistem configuration. | 22:33 |
jcmsVEN | WIFI doesn't work yet... because I have a WEP configuration at home | 22:34 |
jcmsVEN | Thanks to all people who give me support one month ago..... | 22:34 |
P0lar1sX | So you switched do an Android ROM, but a WinMo setting caused problems? How odd. | 22:34 |
rpierce99 | i'd recommend you not use wep, but if you have no choice there is a workaround to connect your phone to wep | 22:34 |
P0lar1sX | WEP is pretty aweful. I used to have a old Curve 8530 that would only play with WEP. | 22:35 |
jcmsVEN | No... I'm using haret | 22:35 |
jcmsVEN | I solved the problem editing ESPT settings on Winmo | 22:36 |
P0lar1sX | Oh, I see now, I thought you put it on the TP2, it;s only the HD2 that you can put Android on, correct? | 22:36 |
hyc | which settings and why weren't they correct before? | 22:36 |
jcmsVEN | MIP_MODE=SIMPLE IP ONLY.... THE CORRECT IS MOBILE IP PREFERED | 22:40 |
jcmsVEN | on SECURITY, EDIT AND PUT THE CURRENT PPP PASSWORD | 22:40 |
jcmsVEN | This is CDMA phone | 22:41 |
hyc | that's strange | 22:41 |
*** P0lar1sX has left #xdandroid | 22:42 | |
jcmsVEN | I'm so happy... all is working fine and finally Killed WINDOWS MOBILE!!!! | 22:42 |
jcmsVEN | In Venezuela, the operator is Movilnet | 22:43 |
jcmsVEN | and Rhod500 is only CDMA in Movilnet | 22:43 |
jcmsVEN | Before, after Android startup, freezes | 22:44 |
jonpry | BEST BILD EVR | 22:44 |
jcmsVEN | I Edited startup.txt changed force_cdma=1 by 0... and Android boots fine.... I used some features but without phone service | 22:45 |
rpierce99 | so wait, you're on cdma or gsm? | 22:46 |
jcmsVEN | I'm on cdma | 22:46 |
rpierce99 | oh you're on cdma and it didn't crash when you set it to gsm mode | 22:46 |
jcmsVEN | no... | 22:46 |
jcmsVEN | boots and I finally see my android first time without freeze | 22:47 |
hyc | with the newest ril it automatically detects GSM or CDMA | 22:47 |
jcmsVEN | cool | 22:47 |
jcmsVEN | Tomorrow I will test my new phone! | 22:48 |
jcmsVEN | I will tell you tomorrow about energy time | 22:48 |
jcmsVEN | I sync my office mail, calendar and contacts | 22:48 |
jcmsVEN | Very good | 22:49 |
jcmsVEN | I can see my meetings, mails.... | 22:49 |
jcmsVEN | very good | 22:49 |
*** [7] has quit IRC | 22:49 | |
*** TheSeven has joined #xdandroid | 22:49 | |
jcmsVEN | well... see yo tomorrow and thanks to XDAndroid... | 22:50 |
hyc | I've confused the hell out of myself on this video decode thing | 22:51 |
hyc | now I've recoded down to 480x320 and still not playing | 22:51 |
hyc | though I have other videos that play fine | 22:52 |
hyc | insane | 22:52 |
hyc | oh, frame rate was wrong | 22:57 |
hyc | 520x320 works | 23:00 |
hyc | 560x320 doesn't | 23:00 |
rpierce99 | because of codec, or because the extra 40 pixels per frame exceed some memory boundary | 23:01 |
hyc | don't know yet | 23:01 |
rpierce99 | actually, that's 320x40 pixels | 23:01 |
hyc | 520x360 fails | 23:02 |
hyc | 480x360 works | 23:03 |
hyc | so again, I'm thinking a buffersize constant somewhere | 23:03 |
jonpry | frame_buffer_size = (frame_header_pkt->x_dimension * | 23:07 |
jonpry | frame_header_pkt->y_dimension * 3) / 2; | 23:07 |
hyc | yeah, saw that | 23:08 |
hyc | but this is before that | 23:08 |
hyc | during codec setup the codec rejects teh x/y config | 23:08 |
hyc | so it doesn't even get into the kernel | 23:08 |
jonpry | so its a bad userland binary? | 23:09 |
hyc | yes | 23:09 |
*** jcmsVEN has quit IRC | 23:09 | |
hyc | we're using the libOmxH264Dec.so that I think came from the G1 | 23:09 |
hyc | 480x320 max | 23:09 |
hyc | although oddly enough 480x360 works | 23:10 |
jonpry | it will be tricky to get wvga binary that is not armv7 | 23:10 |
hyc | I know. pretty much impossible from my searches so far | 23:10 |
jonpry | qemu :p | 23:11 |
hyc | I was thinking of grabbing the winmo codec libraries | 23:12 |
hyc | and trying to wrap them. barf. | 23:12 |
jonpry | you can use vial | 23:13 |
hyc | hmm. ok 480x364, userland accepted it. | 23:13 |
jonpry | but i think the adsp<-> codec interface will be difficult | 23:13 |
hyc | codec didn't play it | 23:13 |
hyc | also got "unknown video queue 4" in dmesg | 23:14 |
hyc | seems like our adsp code is missing something | 23:14 |
hyc | queue 5 is the usual, VdecPktQue | 23:15 |
hyc | queue 4 is VdcComdQue | 23:15 |
hyc | cmd | 23:15 |
hyc | so are we just ignoring it because VDec commands didn't need to be munged | 23:15 |
hyc | or did we miss out on something we should have checked | 23:15 |
jonpry | that stuff blows my mind | 23:17 |
jonpry | wistilt2 has the correct tables in his secret lab | 23:17 |
hyc | heh | 23:18 |
jonpry | oic. adsp_video_veryify_cmd | 23:20 |
hyc | yeah | 23:20 |
hyc | gonna add some printk to see what command it's sending | 23:20 |
hyc | 480x368 works | 23:31 |
hyc | and 480x370 doesn't. so zeroing in on a buffer constant... | 23:32 |
hyc | AHHHHHHH!!! | 23:48 |
hyc | I found the constant 480x368 in the .so and binary patched it | 23:48 |
rpierce99 | :) | 23:48 |
hyc | presto. 640x360 plays fine! | 23:48 |
hyc | http://highlandsun.com/hyc/FRX06+/h264dec.zip | 23:50 |
hyc | please try it. right now I'm still on my kernel with 16MB pmem_adsp | 23:50 |
hyc | let's see if it works ok on a regular kernel | 23:50 |
hyc | I changed the constant to 800x480 ;) | 23:50 |
hyc | let's see if the chip lives up to its specs... | 23:51 |
jonpry | i only have a 39 kernel | 23:53 |
hyc | ah. no. 800x480 fails | 23:53 |
hyc | not only that but it mucks up the UI | 23:53 |
jonpry | what res is youtube hq? | 23:53 |
hyc | 640x360 | 23:54 |
jonpry | so we don't even know if 800x480 works in winmo? | 23:54 |
hyc | no, I already know it fails | 23:54 |
hyc | so I guess that was a dumb test | 23:54 |
rpierce99 | hyc: is there a specific video you'd like me to try? | 23:54 |
hyc | going to try 720x400 | 23:54 |
hyc | rpierce99: don't think so, try any HQ | 23:55 |
hyc | I tested with a J.Lo video that was on the front page when I started | 23:55 |
hyc | 49 seconds | 23:55 |
jonpry | shoot for the moon | 23:55 |
hyc | lol | 23:55 |
*** Serren has quit IRC | 23:55 | |
rpierce99 | so are we definisg success as a slideshow with sound? | 23:57 |
hyc | uh, no | 23:57 |
rpierce99 | defining | 23:57 |
hyc | sounds like maybe you don't have hw decode enabled | 23:57 |
rpierce99 | could be my internet connection | 23:57 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!