For Stock 3.10.65 kernel
Это дерево создано на основе работы @divis1969 , без него ничего бы не было.
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
- 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
- Livedisplay (lagging)
- FMRadio
- VoLTE
- Gps without network connections?
- Camera
- Hardware OMX codecs are not working
- 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
- Initial port from cm-14.0 (v0.3) to cm-14.1