tdm
Android Expert
i cant find a place on this thread where i can download the rom. can someone send me a zip or tell me what page it is on? and what bugs does it have?
This is a development thread. The ROM threads are in this section also.
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 cant find a place on this thread where i can download the rom. can someone send me a zip or tell me what page it is on? and what bugs does it have?
I see that some of the Optimus Black roms have the old kernel would it be easier to port that or will it not work I am new to this stuff
In the interest of expediency (and that I am extremely frustrated right now), I tried the sdcard thing on the HyperICS kernel again. And ... it worked!
As of right now, the following are not functional on my CM10-with-HyperICS build: bluetooth, cameras, gps. I am looking into these now. I suspect that bluetooth should be pretty easy to get working. Cameras may require some kernel hacking. gps is a sore spot and may not be fixed for a while, if at all.
Nice.
I'll keep working on the 3.0.8 kernel when I can, maybe I'll get lucky and actually fix something lol.
In the interest of expediency (and that I am extremely frustrated right now), I tried the sdcard thing on the HyperICS kernel again. And ... it worked!
As of right now, the following are not functional on my CM10-with-HyperICS build: bluetooth, cameras, gps. I am looking into these now. I suspect that bluetooth should be pretty easy to get working. Cameras may require some kernel hacking. gps is a sore spot and may not be fixed for a while, if at all.
What about the Bloodwam's ROM that you fixed the charging/discharging thing?
It isn't working?
Still can't get the usb cable to be recognized.
I suspect the issue is related to the twl4030 phy being put into suspend mode.
I'll get back around to that later, and hopefully figure out the issue. Right now I just want a working JB system.
My current strategy is to try pulling in the video and camera stuff from the 3.0.8 kernel. That may ultimately be unsuccessful but I think it's the best bet right now.
@Bloodawn: I have noticed that when I have the USB cable connected and I let the phone enter sleep state (eg. when the screen goes blank), it crashes and reboots into recovery. I don't know if this is a result of my changes or not. Have you seen this?
I reverted the change that forced recovery mode on panic and looked at /proc/last_kmsg when the phone comes back up. It looks like the error is:
[ 343.548004] Unhandled fault: external abort on non-linefetch (0x1028) at 0xfb05401c
[ 343.548034] Internal error: : 1028 [#1] PREEMPT
This is followed by a bunch of diagnostics. The stack trace looks like this:
[ 343.548614] [<c01f91d4>] (omap_gpio_save_context+0x14/0xb0) from [<c01fa848>] (omap2_gpio_prepare_for_idle+0x3c/0x41c)
[ 343.548645] [<c01fa848>] (omap2_gpio_prepare_for_idle+0x3c/0x41c) from [<c0052e28>] (omap_sram_idle+0x238/0x574)
[ 343.548675] [<c0052e28>] (omap_sram_idle+0x238/0x574) from [<c0053240>] (omap3_pm_enter+0xdc/0x1a8)
[ 343.548706] [<c0053240>] (omap3_pm_enter+0xdc/0x1a8) from [<c00a128c>] (suspend_devices_and_enter+0x134/0x1fc)
[ 343.548736] [<c00a128c>] (suspend_devices_and_enter+0x134/0x1fc) from [<c00a1414>] (enter_state+0xc0/0x128)
Note omap_gpio_save_context() is in drivers/gpio/gpio-omap.c, which was arch/arm/plat-omap/gpio.c in the old kernel, and heavily modified for 3.0.8.
So so far whats the verdict? CM9 or 19 for Marquee or should I stick with Blooddawn's CTMod? I'm not opposed to bugs, for what it's worth.
If I may inquire, how is the CM9 Rom? Or are the two having similar issues on the Marquee? Not meaning to come across as prying, just curiosity. Either way, thank you for the work your putting in.
I'm familiar with the above links but seeing as tdm was kind enough to weigh in on the matter I thought I'd ask a bit further.