[ROM]AOSP-CAF[CONDOR][STABLE]

Search This thread

shubhmg

Senior Member
Jan 1, 2015
121
807
android-6-0-marshmallow-hero-w782.jpg


Hi All,

I've been working on a AOSP-CAF version for Condor. This is started from kernel and device tree by CyanogenMod so thanks a lot to them for the bringup. I've just modified it to work with AOSP. This is pure AOSP and no more features will be added, so kindly Don't request it.

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. 
*/

Working
  • WiFi
  • RIL
  • Display
  • Auto Rotation
  • Audio
  • Camera
  • Bluetooth
  • GPS
  • Adopt SD
  • Portable hotspot
  • Offline Charging

Additional Features
  • Volume wake
  • Double tap statusbar to sleep
  • Layers 4.0

Broken
  • Nil

Sources
AOSP-CAF
Device Tree
Msm8610-Common Tree
Kernel

https://github.com/shubhmg/android_d...otorola_condor
https://github.com/shubhmg/android_d...msm8610-common
https://github.com/shubhmg/local_manifests

Download
Grab it herehttps://www.androidfilehost.com/?fid=24533103863142172
Recommended gapps: OpenGapps

How to install ?
  1. Place ROM,Gapps and SuperSU in your SD Card/Internal Memory
  2. Reboot into recovery mode.
  3. Wipe cache/dalvikcache/system/data.
  4. Flash ROM/SuperSU/Gapps
  5. Reboot
Special thanks to my brother @zeeshanhussain12 for all the help.

Credits:
- CodeAurora Forums
- CyanogenMod Team
- @ashwin007
- @zeeshanhussain12

Note - Motoboot logo shows for an abnormal time, it'll boot.

XDA:DevDB Information
[ROM]AOSP-CAF[CONDOR], ROM for the Moto E

Contributors
shankky
Source Code: http://github.com/AOSP-CAF

ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
ROM Firmware Required: TWRP
Based On: AOSP

Version Information
Status: Testing

Created 2016-01-08
Last Updated 2016-07-22
 

jaspreet.virdi

Senior Member
Sep 13, 2014
206
159
amritsar
Some screenshots
 

Attachments

  • 1452328477799.jpg
    1452328477799.jpg
    26.8 KB · Views: 6,760
  • 1452328494943.jpg
    1452328494943.jpg
    42.1 KB · Views: 6,559
  • 1452328512293.jpg
    1452328512293.jpg
    40.2 KB · Views: 6,695
  • 1452328527809.jpg
    1452328527809.jpg
    48.9 KB · Views: 6,560
  • 1452328540618.jpg
    1452328540618.jpg
    35.8 KB · Views: 6,446
  • 1452328553128.jpg
    1452328553128.jpg
    32.3 KB · Views: 6,254
  • 1452328572589.jpg
    1452328572589.jpg
    38.8 KB · Views: 6,183

braulio_holtz

Senior Member
Nov 22, 2009
886
247
Sorocaba/SP/Brasil
It is not working the mode Doze
I believe it is only necessary to include a code to run mode Doze

Code:
 <bool name="config_enableAutoPowerModes">true</bool>
https://github.com/BenzoRom/device_moto_shamu/commit/6c782c3137ef3c28664b70cffa4e15e0099e05fa

This code is not included in the ROM https://github.com/shubhmg/android_...rameworks/base/core/res/res/values/config.xml

The device has to have support SENSOR_TYPE_SIGNIFICANT_MOTION https://source.android.com/devices/tech/power/mgmt.html?


Enviado de meu GT-I9500 usando Tapatalk
 
Last edited:
  • Like
Reactions: Ptmaroct

Dark98

Senior Member
Jan 10, 2013
116
102
Mobile Data is not working in xt1021, it recognizes my sim and i get signal but mobile data doesn't work and if i click mobile networks in settings it get com.android.phone fc
 

OLDsheep

Senior Member
Aug 24, 2012
68
10
It is not working the mode Doze
I believe it is only necessary to include a code to run mode Doze

Code:
 <bool name="config_enableAutoPowerModes">true</bool>
https://github.com/BenzoRom/device_moto_shamu/commit/6c782c3137ef3c28664b70cffa4e15e0099e05fa

This code is not included in the ROM https://github.com/shubhmg/android_...rameworks/base/core/res/res/values/config.xml

The device has to have support SENSOR_TYPE_SIGNIFICANT_MOTION https://source.android.com/devices/tech/power/mgmt.html?


Enviado de meu GT-I9500 usando Tapatalk

Yeah, just add that line to the respective file and it will work.
 

arunsai123

Senior Member
Aug 16, 2012
229
125
29
chennai
Thank-you for this ROM

I have been waiting so long for pure aosp mm rom like this because they are snappier than cm and other feature filled roms .
P.s I know there is thanks button for thanking. sorry for spamming
 
  • Like
Reactions: Cheez2553

arunsai123

Senior Member
Aug 16, 2012
229
125
29
chennai
Can moto e run doze ?

It is not working the mode Doze
I believe it is only necessary to include a code to run mode Doze

Code:
 <bool name="config_enableAutoPowerModes">true</bool>
https://github.com/BenzoRom/device_moto_shamu/commit/6c782c3137ef3c28664b70cffa4e15e0099e05fa

This code is not included in the ROM https://github.com/shubhmg/android_...rameworks/base/core/res/res/values/config.xml

The device has to have support SENSOR_TYPE_SIGNIFICANT_MOTION https://source.android.com/devices/tech/power/mgmt.html?


Enviado de meu GT-I9500 usando Tapatalk

Do Moto e sensors support low power motion detection ? Is it capable to run doze ?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 50
    android-6-0-marshmallow-hero-w782.jpg


    Hi All,

    I've been working on a AOSP-CAF version for Condor. This is started from kernel and device tree by CyanogenMod so thanks a lot to them for the bringup. I've just modified it to work with AOSP. This is pure AOSP and no more features will be added, so kindly Don't request it.

    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. 
    */

    Working
    • WiFi
    • RIL
    • Display
    • Auto Rotation
    • Audio
    • Camera
    • Bluetooth
    • GPS
    • Adopt SD
    • Portable hotspot
    • Offline Charging

    Additional Features
    • Volume wake
    • Double tap statusbar to sleep
    • Layers 4.0

    Broken
    • Nil

    Sources
    AOSP-CAF
    Device Tree
    Msm8610-Common Tree
    Kernel

    https://github.com/shubhmg/android_d...otorola_condor
    https://github.com/shubhmg/android_d...msm8610-common
    https://github.com/shubhmg/local_manifests

    Download
    Grab it herehttps://www.androidfilehost.com/?fid=24533103863142172
    Recommended gapps: OpenGapps

    How to install ?
    1. Place ROM,Gapps and SuperSU in your SD Card/Internal Memory
    2. Reboot into recovery mode.
    3. Wipe cache/dalvikcache/system/data.
    4. Flash ROM/SuperSU/Gapps
    5. Reboot
    Special thanks to my brother @zeeshanhussain12 for all the help.

    Credits:
    - CodeAurora Forums
    - CyanogenMod Team
    - @ashwin007
    - @zeeshanhussain12

    Note - Motoboot logo shows for an abnormal time, it'll boot.

    XDA:DevDB Information
    [ROM]AOSP-CAF[CONDOR], ROM for the Moto E

    Contributors
    shankky
    Source Code: http://github.com/AOSP-CAF

    ROM OS Version: 6.0.x Marshmallow
    ROM Kernel: Linux 3.4.x
    ROM Firmware Required: TWRP
    Based On: AOSP

    Version Information
    Status: Testing

    Created 2016-01-08
    Last Updated 2016-07-22
    13
    Time for an update

    Stablest build for AOSP-CAF [Condor] is up

    Changelog :-
    • Fixed auto rotation
    • Fixed mobile network fc
    • Fixed wifi sleep on lockscreen
    • Fixed abnormal lockscreen clock text
    • Added volume wake
    • Updated source
    • Updated device tree
    • Updated kernel

    Download

    Overall pretty smooth build. No major bugs except camera in landscape doesnt work but there is a workaround in the general forum.

    Few credits here:-
    @Men_in_black007 for a great help always.
    @Adarsh1998 for help in porting volume wake.
    @vinay001 for bug reports and testing.


    Happy flashing !

    Thanks
    Shankky ;)
    12
    New Build

    Hello Guys, New build for AOSP-CAF is up.
    First of all please do not ever download builds from my afh which i dont publish on xda, they are experimental builds and after thorough testing i post them here, so in the meanwhile all those who downloaded 413 build please update to this one [I agree its my fault too, should keep test build hidden, i'll keep in mind]

    Download link :- Here
    Changelog:-
    Not a huge changelog but a lot is going though device and source side and i keep myself updated. I'll just be mentioning what actually makes a difference for you as a user.
    • Updated SuperSU to v2.71 [Latest]
    • Statusbar Freeze fixed
    • Integrated SuperSU tab in Settings
    • Added CMBrowser
    • Hidden Button tab from Settings [We dont have hardware keys]
    • Removed separate Portable hotspot icon from Launcher
    • Fixed recents icon being shown even if no recent activity actually present

    Currently present features:-
    • Volume wake
    • Double tap statusbar to sleep
    • Layers
    Thats all for this update. Have a stable experience.
    12
    New Build

    New Build Forks
    Download
    Changelog:-
    • AOSP-CAF rebased to CAF tag "LA.HB.1.3.1".
    • Added double tap status bar to sleep.
    • Stock charge_only_mode binary (Just for a nice visual look)
    • Integrated SuperSU v2.65
    • Brought back all apps except browser. ( Source built browser isnt nice, find an alternative )

    Also you can now install it like any other rom.
    Simply go to recovery, do the wipes and flash. You won't get any error :)
    11
    Update

    Hey Guys, I see the downloads of this rom are quite high, thanks for the support.
    New build is up and running well.
    You can download it from here :- Download

    Changelog :-
    • Fixed Offline charging (thanks @squid2)
    • Layers 4.0
    • Enforcing SELinux
    • Debloated
    Everything is working now.

    Also to clarify i recommend using the 'pico' version of opengapps [ I use them and can assure their proper functionality with this rom]

    OP updated with the new working stuff and simple installation instructions
    And yeah i just got my username changed [ shankky = shubhmg :p ]

    Thanks !
    Shubhmg ;)

    PS:Initial bootlogo shows for an abnormal time.