I'm glad to announce the first public release of cm-13.0:
http://forum.xda-developers.com/lg-g-pad-83/orig-development/v500-cyanogenmod-13-0-t3259135
Everything seems to work as expected, but cm-13.0 is still in development and not yet considered stable. There are some missing translations, and probably not all features are working perfectly, but I think it's decent enough to make a public release and switch to it. Those who want a stable rom should stay on cm-12.1 for a while longer, but I'm not sure if I will release more updates for it since I'm now focused on cm-13.0. BTW, you can update from cm-12.1 to cm-13.0 without wiping data, it will work, but from my experience you will have issues while editing tiles, so a factory reset is recommended. I will disable ota updates from cm-12.1 to cm-13.0 to avoid surprises, if you want to update you will have to do it manually.
There are three significant changes in cm-13.0:
- Tap to wake is now native (not a cmhw feature), so you need to enable it in display settings (it's not enabled by default).
- Bluetooth address is not read from misc partition anymore. There are some selinux (hard-to-fix) denials while using LG blobs for reading the real bluetooth address, so now we use the qcom way of setting the bluetooth address. That means the bluetooth address will not be the real one, and it will change with each factory reset. No big deal, most devices use qcom system for setting the bluetooth address anyway.
- Tethering and hotspot have been disabled, since this is a data less tablet. I made this change following Nexus 7 (2013) code (look
here and
here). If there was a case in which those were needed, I would consider adding them back.