The Android Source Code
Android is an open source software stack created for a wide array of devices with different form factors. The primary purposes of Android are to create an open software platform available for carriers, OEMs, and developers to make their innovative ideas a reality and to introduce a successful, real-world product that improves the mobile experience for users.
We also wanted to make sure there was no central point of failure, where one industry player could restrict or control the innovations of any other. The result is a full, production-quality consumer product with source code open for customization and porting.
Installation Gudie:
* remove the assert line in /META-INF/com/google/android/updater-script
* save and re-flash.
Downloads:
Changelogs:
Note:
Working:
Bugs:
XDA:DevDB Information
AOSP for Kirin 620, ROM for the Huawei P8lite/P8 Lite
Contributors
haky 86, surdu_petru, XePeleato, OldDroid
Source Code: https://github.com/hak86/
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Emui 4.1
Based On: AOSP
Version Information
Status: Testing
Beta Release Date: 2018-03-23
Created 2018-03-23
Last Updated 2018-03-23
Android is an open source software stack created for a wide array of devices with different form factors. The primary purposes of Android are to create an open software platform available for carriers, OEMs, and developers to make their innovative ideas a reality and to introduce a successful, real-world product that improves the mobile experience for users.
We also wanted to make sure there was no central point of failure, where one industry player could restrict or control the innovations of any other. The result is a full, production-quality consumer product with source code open for customization and porting.
Code:
* Your warranty is now void.
* We are 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 us for messing up your device, we will laugh at you.
* remove the assert line in /META-INF/com/google/android/updater-script
(!less_than_int(1521815579, getprop("ro.build.date.utc"))) || abort("E3003: Can't install this package (Fri Mar 23 15:32:59 CET 2018) over newer build (" + getprop("ro.build.date") + ").");
getprop("ro.product.device") == "alice" || abort("E3004: This package is for "alice" devices; this is a "" + getprop("ro.product.device") + "".");
getprop("ro.product.device") == "alice" || abort("E3004: This package is for "alice" devices; this is a "" + getprop("ro.product.device") + "".");
* save and re-flash.
Downloads:
Changelogs:
- 23/03/2018:
- Initial build.
Note:
- Do not rude or ask question about android version, I use 8.0.0_r36 as base to fix the whole issue, I'll upgrade to 8.1 once fix ril and other stuff.
Working:
- Audio.
- Camera: partially.
- GPS.
- Graphics: just gralloc.
- NFC.
- Storages: both internal & external sdcard.
- Wifi
Bugs:
- Bluetooth.
- Camera: the Camera2 is properly buggy, I don't recommend to use it.
- Flashlight toggle: it can be activated just at once mean: you cannot enable again once is disabled.
- Brightness.
- RIL: the baseband is recognized as unknown perhaps due to my device is single sim, so you have to tell me if works on dual sim, the init_alice.cpp need some works to get both single and dual sim works together.
XDA:DevDB Information
AOSP for Kirin 620, ROM for the Huawei P8lite/P8 Lite
Contributors
haky 86, surdu_petru, XePeleato, OldDroid
Source Code: https://github.com/hak86/
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Emui 4.1
Based On: AOSP
Version Information
Status: Testing
Beta Release Date: 2018-03-23
Created 2018-03-23
Last Updated 2018-03-23
Attachments
-
228.4 KB Views: 2,912
-
126.6 KB Views: 2,902
-
73 KB Views: 2,914
Last edited: