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

shubhmg

Senior Member
Jan 1, 2015
121
807
0


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
 

braulio_holtz

Senior Member
Nov 22, 2009
886
247
73
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
114
101
0
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
38
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
223
122
73
26
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
223
122
73
26
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 ?