xclusive36
Android Expert
It started loading, got as far as the load screen itself, screen went black, then crash. The black screen had a bit of a rainbow halo effect around it.
Make sure you wipe and flash the z5aboot zip as well
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.
It started loading, got as far as the load screen itself, screen went black, then crash. The black screen had a bit of a rainbow halo effect around it.

daemon32, when you tested the ril files from the f6 cm11 rom, did you adjust the build.prop to reflect the changes?
Especially:
ro.telephony.ril_class=SamsungQualcommRIL
WOW, stupid me assumes that all samsung rils are like the one that the replicant team found...
It keeps starting and stopping.
It may just be my area. I'll keep messing with itBeautiful, I achieved LTE. Strange, i'm in a non LTE area. I need to do some testing. It both sends and receives phone calls and the sound is great. I'll upload what I have later for others to test.
daemon32, I pulled the files from the f6 cm11 rom and changed the build.prop line posted above.
# Radio from Samsung Serrano LTEXX
https://github.com/hroark13/lge_f6mt_aosp/blob/master/device/lge/f6mt/f6mt-vendor-blobs.mk
I haven't tried LTE for very long, but my 3G and EDGE work fine.I'm assuming you already made the changes to test. Are you having service issues like i'm having?
Thanks, I'll look into it. And the reason I asked about the hardware rng, is that I plan to use encryption on my phone when I leave the country and I was wondering if anyone else would benefit by me fixing it.I was looking into that recently, all I saw was people saying it shouldn't make a difference. On a side note, I noticed ueventd.fx3s.rc isn't on the ramdisk, and it has some permission settings related to bluetooth and the radio, might help with some of the issues in those areas
E/Cryptfs ( 189): Orig filesystem overlaps crypto footer region. Cannot encrypt in place.
Adding the vibrator/tspdrv.c and BOARD_HAS_VIBRATOR_IMPLEMENTATION := ../../device/lge/fx3/vibrator/tspdrv.c in BoardConfig.mk makes the vibrator work instantly (I expected to have to work for that!)
EDIT: Trying to add widgets or apps to the homescreen causes surfaceflinger to hang (with the vibrator going full speed), but resume normally after a minute or two (without crashing), logcat isn't really showing anything interesting, so I wonder if it's a kernel issue with /dev/tspdrv
The current workaround is to disable vibrate on touch to add apps/widgets to the homescreen, as that works fine.
Another thing (on my new build, it never happened before) is that surfaceflinger hangs sometimes when you lock then unlock really fast...Cool on the vibration, that sucks its screwy though.
What is it that you're doing with the kernel?I replaced all stagefright files with the ones from the ls-kk rom and switched to the f6 kernel from compile. The f6 prebult kernel boots but doesn't work right.
I've had steady lte for about 10 minutes now and sms works in the default app.
hum, as i'm typing this, it dropped the network for a few seconds and then picked it back up. Looks like it's still unstable but it's more stable than what it was. I'll keep poking around.

Oh, xclusive, do you think you can disable openrecovery scripts in the TWRP?
http://androidforums.com/threads/vi...rgin-mobile-apn-fix-wip-cm-aosp-4-4-x.840298/
Check this out, I was having issues receiving MMS messages until I flashed this, they come through now no problems. Might be able to incorporate these changes into the ROM. There's another one that adds visual voicemail and a modded Messenger, that might actually be what made it work, I'm not sure, I flashed both: http://forum.xda-developers.com/showthread.php?t=2199489
I tried using a hex editor to modify the location that the twrp binary looks for to launch the script, but it didn't work :/I doubt it. I wouldn't know where to begin.