Bloodawn
Android Expert
Nope, that doesn't work either.
whats it doing?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Nope, that doesn't work either.
whats it doing?
Okay that booted. No adb as expected. And there's that pesky sdcard happy as a clam, lol.
Now let's see if I can replace the kernel with my own build, and start looking at the usb code.
Yeah I have adb over wifi running. Nothing in dmesg seems to indicate any usb issues.
Oh, and the cameras seem to work great. We gotta get this going!
Yeah I have adb over wifi running. Nothing in dmesg seems to indicate any usb issues.
Oh, and the cameras seem to work great. We gotta get this going!
So yeah about that camera, theoretically it can back ported to work on 4.0 can it not?
you can do adb through wifi btw if you wanna see whats going on. I never saw anything to help for fixing usb but maybe you can.
First thing you see in dmesg when plugging in a USB cable on the GB kernel is this:
<7>[ 104.268066] lge_usb_dp_dm_check: D+ and D- lines are open
Now, look at the P970 and LS855 GB sources. It appears in the LS855 sources in the file drivers/usb/otg/twl4030-usb.c, but not in the P970 sources.
lge_usb_dp_dm_check() is called from twl4030_usb_linkstat() in that same file (btw, the latter is static, which means the former really should be also). Note that in the diff between LS855 and P970, that call to twl4030_usb_linkstat() is in a section specific to LS855 and inside "#ifdef CONFIG_LGE_OMAP3_EXT_PWR".
The task now is to figure out which of the diffs are relevant and how to cleanly apply them to the 3.0.8 tree.
My God........ you guys are so far over my head I can't even pretend to know what you are talking about. I am in absolute awe of all of you devs.
Don't think I'm going to get this today.
I've been over drivers/usb/musb/musb_core.c extensively and I think it all looks good.
Currently suspect the issue is in drivers/usb/otg/twl4030-usb.c.
I'll try looking into it some tonight.
did you try adding include/linux/lge_extpwr_type.h from the gb kernel? some of your changes look like they use it.
Thanks for your work, we're optimistic tooWorked on this most of the day today, not much to report. But I'm optimistic that I'll figure it out soon.
Thanks for the work! Despite all the issues with the first release, I've been using it this whole time and despite all the non-functioning parts it runs beautifully!Worked on this most of the day today, not much to report. But I'm optimistic that I'll figure it out soon.