Skip to content

luckkmaxx/android_device_bq_Aquaris_E6

 
 

Repository files navigation

W.I.P

Trying to adapt Aquaris E5 FHD specs to Aquaris E6 (similar MT6592 device) in order to build CM13 from source

Build

  • 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
    

MTK

Few words about mtk related binaries, services and migration peculiarities.

Limitations

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')

About

Device Tree for bq Aquaris E6

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 71.4%
  • Java 19.7%
  • Makefile 7.1%
  • C++ 1.8%