Trying to adapt Aquaris E5 FHD specs to Aquaris E6 (similar MT6592 device) in order to build CM13 from source
-
Working
- Dual SIM
- Wifi
- Bluetooth
- Audio
- Sensors
- Camera (photo and video recording)
- GPS
- NFC
- OTG
- Tethering (Wifi, Bluetooth and USB)
-
Compilation
# repo init -u git://github.com/ElTifo/android.git -b cm-13.0 # repo sync # source build/envsetup.sh # brunch cm_Aquaris_E5_FHD-userdebug
Few words about mtk related binaries, services and migration peculiarities.
Services requires root:
system/core/rootdir/init.rc
-
surfaceflinger depends on sched_setscheduler calls, unable to change process priority from 'system' user (default user 'system')
-
mediaserver depends on /data/nvram folder access, unable to do voice calls from 'media' user (default user 'media')