CAF-6.0.1 [Alpha] [Surnia]

Search This thread

scritch007

Senior Member
Jan 5, 2011
699
4,909
Reims
Hi All,

I've been working on a CAF version for osprey. This is started from kernel and device tree made by Alberto97 and Squid2, so thanks a lot to them for the bringup.

This version is very early and should only be flashed by people who know what they are doing. Flash this at your own risk.

Code:
#include  
/* 
* Your warranty is now void. 
* 
* I am not responsible for bricked devices, dead SD cards, 
* thermonuclear war, or you getting fired because the alarm app failed. Please 
* do some research if you have any concerns about features included in this ROM 
* before flashing it! YOU are choosing to make these modifications, and if 
* you point the finger at me for messing up your device, I will laugh at you. 
*/

For now only a few things are working:

Working
  • Bluetooth
  • SMS/RIL
  • Sound
  • Camera

Not work

Binaries
Here

Sources
https://github.com/boulzordev/local_manifests/tree/caf-6.0

XDA:DevDB Information
CAF-6.0 [Surnia], ROM for the Moto E 2015

Contributors
scritch007, squid2, Alberto97
Source Code: git://codeaurora.org/platform/manifest.git

ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.10.x
ROM Firmware Required: TWRP
Based On: CAF

Version Information
Status: Testing

Created 2015-11-16
Last Updated 2016-01-04
 
Last edited:

scritch007

Senior Member
Jan 5, 2011
699
4,909
Reims
Changelog

surnia-caf-87.zip
  • Updated to latest version of CM13 device specific + CM13 kernel)
  • Updated to LA.BR.1.2.7-00910-8x09.0.xml (February security patch)
  • Fixed the ringtone setting issue
  • Using frameworks_av from CM13 from now on.

surnia-caf-86.zip
Only tested on my Osprey and Lux, so still in testing folder
  • Fix setting ringtone
  • Fix invalid number error when the call is ended by the other end
  • Sepolicy from cm imported (getting ready for Sepolicy being enabled)

surnia-caf-85.zip
  • Settings for light management ( When opening settings values reset to default)
  • Dual sims outgoing should be fine now
  • Updated frameworks_av with CM commits
  • Now building osprey/lux/surnia at the same time, this is why the version is 85
  • Backup script when flashing in recovery. This works with open gapps. This means gapps are copied and restored when flashing

surnia-caf-0.10.zip
  • Dual sim outgoing calls/sms fixed (tested on Lux). Thanks to @Men_in_black007 for pointing out the missing commit
  • Fixed exfat external storage
  • MM bootanimation added. thanks to This thread


surnia-caf-0.9.zip

  • Updated to 6.0.1
  • Now using commonized msm8916 like cm13 will do
  • Using libshim from cm for the missing symbols

There is a bug the initial bootanimation doesn't seem to load. But it loads once rom is started and optimising applications.

surnia-caf-0.7.zip
Didn't have time to test it
  • The google webview
  • "Maybe the reboot option"
  • The time.sleep for the camera3 application that was posted somewhere in here
  • Let's hope exfat sdcard working too

surnia-caf-0.6.zip
  • Dual sim support (Reported OK)
  • Fix an issue with wifi bootloop after installing gapps (Can't really tell the trigger, but it's fixed )

surnia-caf-0.5.zip
  • Sdcard is now mounted and can be mounted in mtp. Still some issues about the state in the getprop and so on, but data are accessible
  • Fixed the OEM unlocked button issue.

surnia-caf-0.4.zip
  • Video Recorded can be viewed
  • Change Language doesn't crash anymore when accessing to phone config (if I missed some languages please tell me I'll fix them too)


surnia-caf-0.3.zip
  • Initial version
 
Last edited:

ElDainosor

Senior Member
Oct 3, 2014
304
811
I tested on a XT1527, and it works incredibly good :) only there's two issues:
1)When switching from wifi to Mobile Network (i think after a data connection, i don't know exactly) the phone freezes up, and after it shutdown to bootlogo. (i will try to provide you a logcat)
2)The mobile network doesn't work, i think so, the google search didn't response
Anyways, it's an incredible work, and keep it going! Thanks for porting Android 6.0 to our device :D
 
Last edited:

cmason37

Senior Member
May 31, 2012
563
122
Woodbridge
Wow, just tested, & everything pretty much works. The only bugs are gapps, SD Card, & the occasional random reboot. Everything else, including 4G, worked. I tested all the apps, & sideloaded chrome to test browsing/video. Once we get the gapps & SD Card fixed, it's pretty much daily driver material. Thanks, @scritch007!
 

scritch007

Senior Member
Jan 5, 2011
699
4,909
Reims

NSDCars5

Senior Member
Feb 17, 2013
1,175
457
Over there
nsood.in
Just tried this on my XT1521... no RIL because this is dual SIM, and no microSD, but nonetheless, great work! The ROM was extremely fluid in the few moments I used it, and fixing those issues, I would have no issues in using it as a daily driver.
 

cmason37

Senior Member
May 31, 2012
563
122
Woodbridge

NSDCars5

Senior Member
Feb 17, 2013
1,175
457
Over there
nsood.in
@scritch007

Video recording worked fine in the last build too, I just couldn't see the recorded video in Marshmallow (in Lollipop I could see what I'd recorded in Marshmallow). So does this mean we can see recorded video in the ROM itself?
 
  • Like
Reactions: scritch007

Top Liked Posts

  • There are no posts matching your filters.
  • 56
    Hi All,

    I've been working on a CAF version for osprey. This is started from kernel and device tree made by Alberto97 and Squid2, so thanks a lot to them for the bringup.

    This version is very early and should only be flashed by people who know what they are doing. Flash this at your own risk.

    Code:
    #include  
    /* 
    * Your warranty is now void. 
    * 
    * I am not responsible for bricked devices, dead SD cards, 
    * thermonuclear war, or you getting fired because the alarm app failed. Please 
    * do some research if you have any concerns about features included in this ROM 
    * before flashing it! YOU are choosing to make these modifications, and if 
    * you point the finger at me for messing up your device, I will laugh at you. 
    */

    For now only a few things are working:

    Working
    • Bluetooth
    • SMS/RIL
    • Sound
    • Camera

    Not work

    Binaries
    Here

    Sources
    https://github.com/boulzordev/local_manifests/tree/caf-6.0

    XDA:DevDB Information
    CAF-6.0 [Surnia], ROM for the Moto E 2015

    Contributors
    scritch007, squid2, Alberto97
    Source Code: git://codeaurora.org/platform/manifest.git

    ROM OS Version: 6.0.x Marshmallow
    ROM Kernel: Linux 3.10.x
    ROM Firmware Required: TWRP
    Based On: CAF

    Version Information
    Status: Testing

    Created 2015-11-16
    Last Updated 2016-01-04
    27
    Changelog

    surnia-caf-87.zip
    • Updated to latest version of CM13 device specific + CM13 kernel)
    • Updated to LA.BR.1.2.7-00910-8x09.0.xml (February security patch)
    • Fixed the ringtone setting issue
    • Using frameworks_av from CM13 from now on.

    surnia-caf-86.zip
    Only tested on my Osprey and Lux, so still in testing folder
    • Fix setting ringtone
    • Fix invalid number error when the call is ended by the other end
    • Sepolicy from cm imported (getting ready for Sepolicy being enabled)

    surnia-caf-85.zip
    • Settings for light management ( When opening settings values reset to default)
    • Dual sims outgoing should be fine now
    • Updated frameworks_av with CM commits
    • Now building osprey/lux/surnia at the same time, this is why the version is 85
    • Backup script when flashing in recovery. This works with open gapps. This means gapps are copied and restored when flashing

    surnia-caf-0.10.zip
    • Dual sim outgoing calls/sms fixed (tested on Lux). Thanks to @Men_in_black007 for pointing out the missing commit
    • Fixed exfat external storage
    • MM bootanimation added. thanks to This thread


    surnia-caf-0.9.zip

    • Updated to 6.0.1
    • Now using commonized msm8916 like cm13 will do
    • Using libshim from cm for the missing symbols

    There is a bug the initial bootanimation doesn't seem to load. But it loads once rom is started and optimising applications.

    surnia-caf-0.7.zip
    Didn't have time to test it
    • The google webview
    • "Maybe the reboot option"
    • The time.sleep for the camera3 application that was posted somewhere in here
    • Let's hope exfat sdcard working too

    surnia-caf-0.6.zip
    • Dual sim support (Reported OK)
    • Fix an issue with wifi bootloop after installing gapps (Can't really tell the trigger, but it's fixed )

    surnia-caf-0.5.zip
    • Sdcard is now mounted and can be mounted in mtp. Still some issues about the state in the getprop and so on, but data are accessible
    • Fixed the OEM unlocked button issue.

    surnia-caf-0.4.zip
    • Video Recorded can be viewed
    • Change Language doesn't crash anymore when accessing to phone config (if I missed some languages please tell me I'll fix them too)


    surnia-caf-0.3.zip
    • Initial version
    14
    surnia-caf-0.5.zip

    • Sdcard is now mounted and can be mounted in mtp. Still some issues about the state in the getprop and so on, but data are accessible
    • Fixed the OEM unlocked button issue.
    12
    surnia-caf-85.zip

    • Settings for light management ( When opening settings values reset to default)
    • Dual sims outgoing should be fine now
    • Updated frameworks_av with CM commits
    • Now building osprey/lux/surnia at the same time, this is why the version is 85
    • Backup script when flashing in recovery. This works with open gapps. This means gapps are copied and restored when flashing
    10
    surnia-caf-0.9.zip

    • Updated to 6.0.1
    • Now using commonized msm8916 like cm13 will do
    • Using libshim from cm for the missing symbols

    There is a bug the initial bootanimation doesn't seem to load. But it loads once rom is started and optimising applications.