lMonsterl
Android Expert
that was before sprint EOL'd it in march.
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.
I did a brief search but didn't find any other omap 3630 devices with cm9 builds. Can anyone find one? Don't care if it's official, just want a good github repo to look at.
FOP may not update their sources for some time, their dev is not responsive.
Been working on this furiously today. I pilfered teamhacksung's BoardConfig.mk and their libs (libaudio, libcamera, etc.) Unfortunately, no visible progress. Same thing happens with surfaceflinger failing to init due to the PowerVR driver (/dev/pvrsrvkm ioctl).
But I did find out that if I delete /system/lib/hw/gralloc.omap3.so the system will come up, according to logcat, but the screen is black. So that's kind of a clue.
Finally, I downloaded a teamhacksung i9003 rom and compared. It looks like gralloc.omap3.so from their rom is the exact same bits as the one that FOP is using. So again, that's a clue.
I just know the issue is something silly.... just need to find and fix it.
Been working on this furiously today. I pilfered teamhacksung's BoardConfig.mk and their libs (libaudio, libcamera, etc.) Unfortunately, no visible progress. Same thing happens with surfaceflinger failing to init due to the PowerVR driver (/dev/pvrsrvkm ioctl).
But I did find out that if I delete /system/lib/hw/gralloc.omap3.so the system will come up, according to logcat, but the screen is black. So that's kind of a clue.
Finally, I downloaded a teamhacksung i9003 rom and compared. It looks like gralloc.omap3.so from their rom is the exact same bits as the one that FOP is using. So again, that's a clue.
I just know the issue is something silly.... just need to find and fix it.
are you making it to the boot animation or stuck on the LG logo? are you using the stock zImage?
Yes I'm using the stock kernel for now. Less moving parts to troubleshoot.![]()
the stock zImage won't boot, it needs the GPU drivers updated to get to the animation, at least it did for me.
try one of these out, they both boot up all the way.
Hyper 2.0 zImage with updated GPU drivers - hypericskerneltest.zip
FOP CM9 zImage - blackcm9kernel.zip
the ramdisks in both are from the FOP CM9 with mounts changed for the marquee, init.p970.usb.rc renamed to init.ls855.usb.rc and the hciattach file name corrected.
You got to a cm9 boot animation? Sweet! Does the system come up?
I can confirm Blooddawns suggestions work. Used the FOP kernel and I'm booted up fine on my Ignite. I was unable to before. No adb during boot tho. Hmmm.
Use the hyper ics and it will work, but vibrate and the keyboard break. I gotta find wtf is breaking them.
Source for hyper ics?
Use the hyper ics and it will work, but vibrate and the keyboard break. I gotta find wtf is breaking them.
Use the hyper ics and it will work, but vibrate and the keyboard break. I gotta find wtf is breaking them.
I'll have to try it tomorrow. To many beers and I got the early shift tomorrow. The screen wake up issue is gone tho, I'm officially scrapping my CM7 project after seeing this working so far on my phone.![]()
Okay here's where I'm at right now:
Screen and touchscreen work, except for brightness. Screen comes up full brightness but after the first screen-off, it goes to full dim and stays there.
Capacitive keys work, except home. Virtual keyboard works.
Bluetooth audio works.
Cameras are almost working. Front camera is upside down, back camera has inverted colors.
Wifi is almost working. Scans but won't connect to WPA networks.
Speaker is not working for audio.
RIL does not work.
Sound does not work.
No idea about vibrator.
Did I miss anything?