• 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

The spectrum ROM has the same issue, so it didn't magically fix itself. It appears to be a CM10/CM10.1 problem as shown in this post from the spectrum forums. I'd love to fix it, but I don't have another phone to test it on. Would you mind running "adb pull /proc/last_kmsg > kmsg.txt" immediately after the WiFi Direct crash with the phone plugged in on USB?

There are two people here not getting 4G. Could you go into the Mobile Network settings (More... under the settings drawer) and check the Network Mode? Mine is set to "LTE/CDMA/EvDo", try that and "LTE only" and see if you can get any 4G signals. It could be a baseband problem; the ZV8 flashable zip might fix the issue. If all else fails, try backing up, factory reset, waiting 5 minutes after it boots to the home screen, and seeing if you get 4G.

As a note, we should be able to use the same kernel for CM10.1/AOKP42 as the CM10 build according to the Quattrimus JB spectrum post. Unsure as to why PG couldn't get graphics to run.
PG isnt sure either ;) lol

EDIT: Actually its doing what you described the lucid doing in the beginning, get the LG logo, then blank screen with just the backlight. Up to a certain point (my guess is the os finishes booting) I can get a adb logcat, which looks good, then adb gets shut down when the 4.2 adb shyt kicks in. cap buttons give feedback for a bit then it seems to lock up with the backlight still on.
 
Upvote 0
For people with 4g issues, did you flash the v8 baseband? If so, did you flash it when you initially flashed CM10. because when I flashed it at the same time as the CM10 ROM I had problems with 4g. But when I flashed it after booting cm10 once or twice I had no problems. Also, if you haven't flashed it see if that fixes it. Other than that you could always clear cache and fix permissions, that usually helps with most of the problems I've had with this ROM.
 
Upvote 0
The spectrum ROM has the same issue, so it didn't magically fix itself. It appears to be a CM10/CM10.1 problem as shown in this post from the spectrum forums. I'd love to fix it, but I don't have another phone to test it on. Would you mind running "adb pull /proc/last_kmsg > kmsg.txt" immediately after the WiFi Direct crash with the phone plugged in on USB?

There are two people here not getting 4G. Could you go into the Mobile Network settings (More... under the settings drawer) and check the Network Mode? Mine is set to "LTE/CDMA/EvDo", try that and "LTE only" and see if you can get any 4G signals. It could be a baseband problem; the ZV8 flashable zip might fix the issue. If all else fails, try backing up, factory reset, waiting 5 minutes after it boots to the home screen, and seeing if you get 4G.

As a note, we should be able to use the same kernel for CM10.1/AOKP42 as the CM10 build according to the Quattrimus JB spectrum post. Unsure as to why PG couldn't get graphics to run.

i encountered the problem of the 3g/4g after flashing zv8 basebands so i had to stick to zv6 to make 4g stick
 
Upvote 0
PG isnt sure either ;) lol

EDIT: Actually its doing what you described the lucid doing in the beginning, get the LG logo, then blank screen with just the backlight. Up to a certain point (my guess is the os finishes booting) I can get a adb logcat, which looks good, then adb gets shut down when the 4.2 adb shyt kicks in. cap buttons give feedback for a bit then it seems to lock up with the backlight still on.

The lucid had the opposite problem a while ago; the display would be working but the backlight would be off. After a while, the backlight would eventually flip on and reveal the CM boot animation. Found a line in the LGE kernel addons somewhere that was causing the issue, wiped it out and the problem went with it.

If you're using an A3 kernel or the likes, display should still be runnable; it would be the ROM's fault if it somehow can't open the framebuffer. Out of curiosity, does flashing a quattrimus spectrum 10.1 ROM followed by an A3 kernel boot with a screen?
 
Upvote 0
The lucid had the opposite problem a while ago; the display would be working but the backlight would be off. After a while, the backlight would eventually flip on and reveal the CM boot animation. Found a line in the LGE kernel addons somewhere that was causing the issue, wiped it out and the problem went with it.

If you're using an A3 kernel or the likes, display should still be runnable; it would be the ROM's fault if it somehow can't open the framebuffer. Out of curiosity, does flashing a quattrimus spectrum 10.1 ROM followed by an A3 kernel boot with a screen?

same results.

Further watching of the logcat:
W/Adreno200-EGLSUB( 7049): <SwapBuffers:1061>: gsl_add_fence_event failed
W/Adreno200-EGL( 7049): <eglSwapBuffers:3512>: EGL_BAD_SURFACE
W/Adreno200-GSL( 7049): <gsl_ldd_control:226>: ioctl code 0xc0140933 (IOCTL_KGSL_TIMESTAMP_EVENT) failed: errno 22 Invalid argument
 
Upvote 0
First let me say congratulations this is outstanding work!

The graphics for 4.2 require some kernel driver updates and so does Bluetooth. If your kernel source is forked from iproj just merge and then fix up the lge tree. Otherwise you'll need to diff and patch.

@stcarlso: If you need a build server pm me.

it is and thanks. ;)
 
Upvote 0
First let me say congratulations this is outstanding work!

The graphics for 4.2 require some kernel driver updates and so does Bluetooth. If your kernel source is forked from iproj just merge and then fix up the lge tree. Otherwise you'll need to diff and patch.

@stcarlso: If you need a build server pm me.

CM10 finally built from source but did not boot. Probably a silly mistake that I'll find shortly.
 
Upvote 0
you have the the iproj kernel src added to kernel/lge?

and do you have the device/lge/iproj repo?

It was a silly ramdisk problem. I'm now testing to find all those nasty little bugs that need to be re-fixed. Then it's on to fixing internal storage and video on front cam.

EDIT: All seems good, 4G and wifi came up no issues, front+rear camera and flash good to go, baseband and everything else in About Phone is proper. Only issue is GPS didn't come up, gpsone_daemon is missing, and even when it is restored, GPS will not start locking...
 
Upvote 0
Code:
#
dev_mount sdcard /mnt/sdcard 30 /devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0:0001/block/mmcblk0 nonremovable

#dev_mount sdcard /mnt/sdcard auto /devices/platform/msm_sdcc.3/mmc_host /devices/platform/msm_sdcc.1/mmc_host
#dev_mount sdcard2 /mnt/sdcard/external_sd auto /devices/platform/msm_sdcc.3/mmc_host
dev_mount extsdcard /mnt/_ExternalSD auto /devices/platform/msm_sdcc.3/mmc_host

from the lucids ics. ;)

CM10's vold wants nothing to do with the internal storage, as vold errors out if I try the first line or any conceivable variation of it on the device. It seems like it enters "pending" status (2) and then throws an exception with an "unexpected status" later.

If I continue to mount it using the kernel (which works), how can I make the resulting disk visible to the file explorer and scannable via the mediaserver?
 
Upvote 0
I cant even root my phone, I try the one click root and it gives me this error. It keeps saying something in regards to read only file system every time I try to root my phone.

or permission denied. any ideas?

If you're trying to root your log lucid try using the root method for the log spectrum it works for the lucid I don't why but no other would work for mine give it a try
 
Upvote 0
So I went down a hole I didn't want to.

For those that just want to know what I think I need, feel free to go to the end of the post.

I flashed A3. I started having a problem with the MMS. Great.... I figured no worries. "Invalid Destination Address". Made me think provisioning error. Well across multiple items, I've tried "reactivating" the phone. Through the *228 phone number, which a keypad doesn't pop up to push 1 to program the phone, I failed due to various bugs like previously mentioned. I went to the website. Tried activating the Lucid through the activate/switch device. I tried this three different times, trying to verify information along the way. Failed. Found the baseband solution. I'm guessing somewhere in the activation and whatnot, I flashed the firmware and now it wont activate. It continues to tell me I'm roaming, my phone number is 000-000-6271. I flashed original firmware through LG Support Tool, still wont activate. IDK if it's a corrupt download, or my previous baseband locked something down and screwed with it, or if I fried my sim card, which my call to Verizon stated that they do activation through the LTE Sim Card (I wanted to call BS, but frankly I don't know, it just doesn't make sense to me). I'm going to try and get a new sim card, but I HONESTLY think I need a different version baseband.

Any tips, thoughts, me too's?

Thanks,
Demortes
 
Upvote 0
So I went down a hole I didn't want to.

For those that just want to know what I think I need, feel free to go to the end of the post.

I flashed A3. I started having a problem with the MMS. Great.... I figured no worries. "Invalid Destination Address". Made me think provisioning error. Well across multiple items, I've tried "reactivating" the phone. Through the *228 phone number, which a keypad doesn't pop up to push 1 to program the phone, I failed due to various bugs like previously mentioned. I went to the website. Tried activating the Lucid through the activate/switch device. I tried this three different times, trying to verify information along the way. Failed. Found the baseband solution. I'm guessing somewhere in the activation and whatnot, I flashed the firmware and now it wont activate. It continues to tell me I'm roaming, my phone number is 000-000-6271. I flashed original firmware through LG Support Tool, still wont activate. IDK if it's a corrupt download, or my previous baseband locked something down and screwed with it, or if I fried my sim card, which my call to Verizon stated that they do activation through the LTE Sim Card (I wanted to call BS, but frankly I don't know, it just doesn't make sense to me). I'm going to try and get a new sim card, but I HONESTLY think I need a different version baseband.

Any tips, thoughts, me too's?

Thanks,
Demortes

I had the "Invalid Destination" error, but the ZV8 baseband fixed that for me. Make sure your network modes are set accordingly in settings. Sorry dude :(
 
Upvote 0
Flashed the a3 rom. And now when I boot I get a message saying &quot;android is upgrading. Optimizing apps. &quot; it is the III blue problem I've had so far. I've tried clearing cache and dalvik but to no avail. How do I get rid of this annoyance?

Every time you clear cache it will do that optimization, just let it run once
 
  • Like
Reactions: squirrel11
Upvote 0
Now I have the replacement LG Lucid... how do I back up every bit of data int his phone? I want NAND I'm sure, but will that get baseband, etc? I want to be able to reverse ANY change I make on a moments notice (preferabbly before the downgrade to Gingerbread).

Nandroid will only get your app/data partition, system, boot partition, and cache. It will not copy the baseband, sdcard, or NV. There is a way to manually back up the ZV6 baseband if you want to go back to it later (do not use any spectrum baseband files that may be posted, but the same commands apply to us).
 
  • Like
Reactions: demortes
Upvote 0
Nandroid will only get your app/data partition, system, boot loader, and cache. It will not copy the baseband, sdcard, or NV. There is a way to manually back up the ZV6 baseband if you want to go back to it later (do not use any spectrum baseband files that may be posted, but the same commands apply to us).

it wont get the bootloader, just boot with the kernel. ;)
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones