• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

[ROM][BETA] CyanogenMod 10 for the LG Lucid

Yeah, as stated previously, Internal Storage still does not work :(
Other then that, battery life is better, even with me bumping up the CPU from 1.2 to 1.5Ghz. Keep up the good work, I will test out some games with zRam later today and report back

EDIT: Unfortunately, it still crashes
 
Can anyone else see if they have a problem with using earphones/mic on this ROM? I have some earphones with an in-line mic and they seemed to quit working after I flashed B1, and B2 didn't solve the problem. Also in when I'm using Skype on B2 my WiFi cuts off when my proximity sensor turns off my display, resulting in a dropped call on Skype.

edit: the earphones themselves work, the mic doesn't. It did in A1-A3
 
Can anyone else see if they have a problem with using earphones/mic on this ROM? I have some earphones with an in-line mic and they seemed to quit working after I flashed B1, and B2 didn't solve the problem. Also in when I'm using Skype on B2 my WiFi cuts off when my proximity sensor turns off my display, resulting in a dropped call on Skype.

edit: the earphones themselves work, the mic doesn't. It did in A1-A3

The WiFi issue should be a easy fix got to WiFi then advanced and put WiFi off never I think its set to WiFi off when screen is off by default
 
Yeah, as stated previously, Internal Storage still does not work :(
Other then that, battery life is better, even with me bumping up the CPU from 1.2 to 1.5Ghz. Keep up the good work, I will test out some games with zRam later today and report back

EDIT: Unfortunately, it still crashes

If TDM or I make a breakthrough on egl, I'll let you know. I might try a stock ICS ROM pull of the egl libs (is there still anyone out there running stock ICS?) and see if that makes progress.
 
Thank you very much.I'm in china where are lots of people use LG VS840.but It's difficult to open the link and download the ROM in our country.So could you please upload the ROM to the cloud disk like 百度云.
Thank you very much again!!
 
If TDM or I make a breakthrough on egl, I'll let you know. I might try a stock ICS ROM pull of the egl libs (is there still anyone out there running stock ICS?) and see if that makes progress.

My wife is still running stock ICS, with a few instructions I should be able to get the required files. I also have been trying to keep an alternate repository all of the ROMS https://www.box.com/s/hpapn930pad7afw85bth the stock ROMs as well as your work (which I will remove if you object).

Thank you very much.I'm in china where are lots of people use LG VS840.but It's difficult to open the link and download the ROM in our country.So could you please upload the ROM to the cloud disk like 百度云.
Thank you very much again!!

Possibly you may be able to use the above link.
 
The WiFi issue should be a easy fix got to WiFi then advanced and put WiFi off never I think its set to WiFi off when screen is off by default

The WiFi is set to never shut off, I've already been through all the WiFi settings. However it still cuts off when the screen goes dark with Skype, I haven't tested it with anything else because I'm not sure what else uses a connection as constantly as skype and would also darken the screen by the proximity sensor.
 
My phone never crashes while playing games...
What are you guys playing?
Also b2 is great! Much better battery life.
 
The WiFi is set to never shut off, I've already been through all the WiFi settings. However it still cuts off when the screen goes dark with Skype, I haven't tested it with anything else because I'm not sure what else uses a connection as constantly as skype and would also darken the screen by the proximity sensor.

Did the WiFi shut off just start in B2? TDM's wifi power use patch was applied to the kernel in this revision and could be causing the problem you are seeing. I'm not sure about the mic issue, did that stop working in B1? I have a few people reporting audio issues with the B series that might be due to the wm9093 drivers not being fully synced with the LGE stock source.

My wife is still running stock ICS, with a few instructions I should be able to get the required files. I also have been trying to keep an alternate repository all of the ROMS https://www.box.com/s/hpapn930pad7afw85bth the stock ROMs as well as your work (which I will remove if you object).



Possibly you may be able to use the above link.

If you can, wire it up to a computer with ADB installed and pull the stock libs with:

[HIGH]
adb pull /system/lib/egl/eglsubAndroid.so .
adb pull /system/lib/egl/libEGL_adreno200.so .
adb pull /system/lib/egl/libGLESv1_adreno200.so .
adb pull /system/lib/egl/libGLESv2_adreno200.so .
adb pull /system/lib/egl/libq3dtools_adreno200.so .
[/HIGH]

Some of them might not exist on the stock ROM. I don't think it will boot with these versions of the libs, but if it does, I can put out a test ROM with the libs swapped and see if it fixes the crashing games.
 
Yes I wiped cache when I flashed b2, but I don't know if it works or not because i can't get past the boot animation screen, i have been trying ALL Day to figure it out and it won't do anything, How do you boot into recovery from the power off screen? Also is factory reset an option with a custom rom?
 
Did the WiFi shut off just start in B2? TDM's wifi power use patch was applied to the kernel in this revision and could be causing the problem you are seeing. I'm not sure about the mic issue, did that stop working in B1? I have a few people reporting audio issues with the B series that might be due to the wm9093 drivers not being fully synced with the LGE stock source.

Yes the WiFi problem arose in B2, the Mic problem started in B1.
 
Yes I wiped cache when I flashed b2, but I don't know if it works or not because i can't get past the boot animation screen, i have been trying ALL Day to figure it out and it won't do anything, How do you boot into recovery from the power off screen? Also is factory reset an option with a custom rom?

Use the factory reset to get into recovery, hold Vol down and power when turning on the phone and you will get the the factory reset. Press power to confirm (you will have to press power twice) and it will reboot into recovery (no data will actually be lost)
 
I play Temple Run 2. Stcarlso and I found out that the device lost 300Mb of RAM somewhere so he's trying to fix that.:)

The 300 MB of RAM wasn't actually "lost" - I did some research and found out that it's actually those 300 MB of RAM that we are running out of. The EGL libs don't allocate in the user space of 740ish MB of RAM; they allocate somewhere in the kernel region which is housed in that last 300 MB. It doesn't matter how much zram you have or whether there's 1, 10 or 100 MB free in user space; if there's no space in the PMEM area, egl crashes.

I don't want to make PMEM bigger and reduce user memory (which might OOM something else). I don't have time right now to test the egl libs that noseph posted, so would someone having game crashes make a backup and try flashing this (it's a slightly modified B2 with the libs switched out)? It may or may not boot; if it does, could you please report on whether the game crashes improve or get worse?
 
The 300 MB of RAM wasn't actually "lost" - I did some research and found out that it's actually those 300 MB of RAM that we are running out of. The EGL libs don't allocate in the user space of 740ish MB of RAM; they allocate somewhere in the kernel region which is housed in that last 300 MB. It doesn't matter how much zram you have or whether there's 1, 10 or 100 MB free in user space; if there's no space in the PMEM area, egl crashes.

I don't want to make PMEM bigger and reduce user memory (which might OOM something else). I don't have time right now to test the egl libs that noseph posted, so would someone having game crashes make a backup and try flashing this (it's a slightly modified B2 with the libs switched out)? It may or may not boot; if it does, could you please report on whether the game crashes improve or get worse?

I'll flash it and see what happens

EDIT: Won't boot, after LG logo the phone turns off...
 
Yes the WiFi problem arose in B2, the Mic problem started in B1.

So the WiFi problem is really there, but I plugged a mic into my phone and it registered the sound, I don't know if it is a strictly earphone/mic combo problem or if the couple that I tried are messed up. One thing is certain though, it is getting sound with a regular mic.
 
I'll flash it and see what happens

EDIT: Won't boot, after LG logo the phone turns off...

I'll give it another try by the weekend. I'm going to nandroid, remove the sd, flash ZV7, pull the baseband and the entire system partition, and then go back to this ROM. With that I can try various combinations of the graphics libraries to see if I can get a bootable version. I have a hunch that some of the other graphics libs in /system/lib need replacement to make it boot.

I'm not reverting the wifi patch because it makes a drastic battery life improvement, but I'll look at the diff and see if there's a compromise.
 
Back
Top Bottom