Skip to content

PersimmonProject/android_device_archos_persimmon_3_10_65

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Device repository for Archos 50 Cobalt (CyanogenMod)

For Stock 3.10.65 kernel

Это дерево создано на основе работы @divis1969 , без него ничего бы не было.

Getting Started

Initialize a repository with CyanogenMode:

repo init -u git://github.com/CyanogenMod/android.git -b cm-14.1

Sync sources:

repo sync

Build the code:

cd device
mkdir archos
cd archos
git clone https://github.com/olegsvs/android_device_archos_persimmon_3_10_65 persimmon
cd persimmon/patches
. apply-patches.sh
cd vendor
mkdir archos
cd archos
git clone https://github.com/olegsvs/android_vendor_archos_persimmon_3_10_65 persimmon
cd ../../
source build/envsetup.sh
breakfast persimmon
make -j 4 bacon

Current state

  • Cyanogen boots
  • Touch, screen, keyboard working
  • Wifi is working
  • Audio is working
  • Telephony is working (see Known Issues)
    • USIM (3G) supported
    • Incoming/outgoung call
    • SMS, USSD
    • Data connectivity
  • GPS
  • Bluetooth (pairing only testes so far)
  • Sensors

Known Issues

  • Livedisplay (lagging)
  • FMRadio
  • VoLTE
  • Gps without network connections?
  • Camera
  • Hardware OMX codecs are not working

Change log

v0.2

  • Fixed an issue with proximity on some devices
  • Fixed an issue with ICC IO in MTK ril (no radio with some SIM cards)
  • Fixed a modem crash caused by mtk_agps request
  • Fixed an issue with WiFi SoftAP
  • Ported power HAL from CyanogenMod 6735 (also implements Double Tap To Wake feature)
  • Ported FOTA solution from meilan2 cm-12.1

v0.1

  • Initial port from cm-14.0 (v0.3) to cm-14.1

About

device tree for mt6735m Archos 50 Cobalt x32

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 49.1%
  • Java 19.2%
  • Makefile 15.1%
  • C++ 11.3%
  • Shell 5.3%