[EXPERIMENTAL][AOSP][O] Homemade Oreo for OnePlus 5 - OnePlus 5 ROMs, Kernels, Recoveries, & Other Devel

Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am 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 me for messing up your device, I will laugh atyou.
*/
Hi everyone, here is my port of Oreo on OnePlus 5. Source is based on AOSP android-8.0.0_r3 (r9 since 20170916, r15 for 20171008), as it's for Pixel. Device repo, kernel and vendor etc are available at the end of the post.
And the same note as before: this ROM is highly experimental, and only meant for the brave ones. I may not update this work regularly.
Hardware features:
Things went more smoothly than before.Majority of hardware features are working, including mobile network, WiFi, Bluetooth (file transfer, network, audio etc), GPS, camera / camcorder, fingerprint, sensors, HW-based encryption etc.
There are some minor issues regarding HW:
1. Virtual keys and hardware keys are enabled altogether. You can disable hardware keys at /proc/touchpanel/key_disable and /sys/module/fpc1020_tee/parameters/ignor_home_for_ESD . If you do want the virtual keys to hide, read first several pages of replies and there are some solutions.
2. Slider is not working, but it produces key event. There are lots of tools that can be used to customize actions for key events, and examples can be found in the first several pages of replies as well.
3. No offscreen gestures.
4. No option for color profile switching (default, sRGB, DCI-P3). You can switch that manually at /sys/class/graphics/fb0/color_profile
Known bugs:
1. Permissive SELinux, and init allows services without a SELinux domain to start
2. Behavior of camera is not consistent - it works on my phone, but it may crash yours. If your phone reboots into EDL/9008 mode after flashing this ROM, use recovery or fastboot to flash back to other ROMs IMMEDIATELY!
3. Sometimes the system does not show charging status (no flash sign in battery icon, but LED lights up as usual), while the battery is being charged just fine.
4. No UI shown when alarm clock goes off. This is an AOSP bug (missing NotificationChannel parameters). Use Google Clock from Play Store instead.
5. VoLTE is broken. Maybe we need to wait for an official release for updated blobs.
And as you may have already known, AOSP does not include a fully functional browser nor a file manager. An `adb install` may be needed after flashing.
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download:
Make backups! Make backups! Make backups!
20171008: https://drive.google.com/open?id=0BwkmhbR5VHpARHYwUE1BSGkxbTQ
20170924: https://drive.google.com/open?id=0BwkmhbR5VHpAU2lUVEVQcDRuaDQ
20170916: https://drive.google.com/open?id=0BwkmhbR5VHpAbkpMWFU1R1VLNDA
20170910: https://drive.google.com/open?id=0BwkmhbR5VHpAcGsyZ3hYWkZZcFU
20170907: https://drive.google.com/open?id=0BwkmhbR5VHpAMEVQX3h0UG1pUHM
You will lose Magisk and GAPPS after upgrading since boot and system partitions are overwritte. Better flash GAPPS right after the firmware, otherwise apps depend on GAPPS will FC even if GAPPS are re-installed.
This is NOT a flashable zip. Use fastboot to flash:
Code:
fastboot erase boot
fastboot flash boot boot.img
fastboot flash system system.img
And wipe data before usage.
NOTE: This ROM requires encrypted data partition. If your data partition is not encrypted, format it. Moreover, OxygenOS 4.5.10 4.5.12 firmwares are required.
Changelog:
20171008
Since proper development on Oreo has started, this ROM has served its purpose as an experimental (or first-taste-only) ROM, and thus will not receive any updates anymore.
Updated blobs to OxygenOS 4.5.12 (baseband version was not changed, but better use the new firmware bundled with 4.5.12)
Updated to android-8.0.0_r15
Switched to new kernel source used by MoKee (may solve some WiFi issue, and possibly some others)
Some minor cosmetic changes
No new patches applied, the 0924 archive would be fine.
20170924
Fixed voice translation in Google Translate (maybe other apps as well)
Add a power HAL and double tap to wake is available in settings now (wondering if it actually works)
Use RenderScript driver from OnePlus 3 Oreo beta. Stock one is too old for Oreo, thus it was not loading at all.
Included navigation bar fix from this post
(Also tried new kernel used in MoKee and Lineage OS, but it still causes stalls when remounting so I switched back to the old kernel)
20170916
Bluetooth address should be correct
Fixed broken compress_offload feature (some music player (or ringtones) rely on this)
Make DASH chargers recognized as standard AC charger with fast charging support
Update to android-8.0.0_r9
20170910
Fixed Bluetooth audio. Now LDAC, AAC and SBC all work. If you want aptX / HD, find libaptX{,HD}_encoder.so elsewhere and push them to the phone.
Fixed AOSP keyboard crash when switching to symbol / numbers panel: https://android-review.googlesource.com/#/c/platform/packages/inputmethods/LatinIME/+/469478/
20170910
Initial build
Sources:
Kernel: https://github.com/updateing/android_kernel_oneplus_msm8998 (aosp-o-new branch)
Device: https://github.com/updateing/android_device_oneplus_cheeseburger (aosp-o branch)
Vendor: https://github.com/updateing/android_vendor_oneplus_cheeseburger (aosp-o branch)
In order to build kernel with AOSP, you need build/core/tasks/{kernel,dt}.mk from other ROMs build system. And external/{libnfnetlink,libnetfilter_conntrack} needs to be forwarded to AOSP master.
Source patches are attached to this post.
Credits:
MoKee/@XiNGRZ for this awesome kernel
Qualcomm for the great SoC
And Google for the OS
Thank you all!

Nice, will give it a go later, I presume there shouldn't be a problem with TWRP and going back to our present rom?
You also didn't post any gapps link, would these work ok?
http://www.cyanogenmods.org/forums/topic/gapps-lineageos-15-android-oreo-roms/

You're a brave man @djsubterrain

Does this work as a secondary ROM on multirom?

ZachChampion2020 said:
Does this work as a secondary ROM on multirom?
Click to expand...
Click to collapse
No..As it says its not a flashable zip

ZachChampion2020 said:
Does this work as a secondary ROM on multirom?
Click to expand...
Click to collapse
Judging by the way you need to flash this it's categorically NO

ZachChampion2020 said:
Does this work as a secondary ROM on multirom?
Click to expand...
Click to collapse
It's labelled "EXPERIMENTAL" so it's highly unlikely, you really think that would be a priority to get it working with multiboot when the rom isn't even fully working?

niceeeeee

Nice to see some OREO love for our device. Thanks Developer for your hard work.

djsubterrain said:
Nice, will give it a go later, I presume there shouldn't be a problem with TWRP and going back to our present rom?
You also didn't post any gapps link, would these work ok?
http://www.cyanogenmods.org/forums/topic/gapps-lineageos-15-android-oreo-roms/
Click to expand...
Click to collapse
TWRP should work fine. Personally I'm using TWRP 3.1.1, official build, and haven't noticed any issue.
There should not be any issue when going back to 7.x ROMs (though I have not tried myself), but as wiping data is always involved when changing ROMs, do make a backup of everything including internal storage!
I have not tried any unoffical build of Gapps, and the only official build available now is DeltaGapps. It doesn't work OOB however, I need to extract some libs from APKs to get it to work.

1st to release N for bacon, O for cheeseburger.
Good job bro.

Good!!
Guo Lai Yang Wang Dalao!

Good job bro~
Sent from China fanboy~

missing on u in bacon family.. like u provided Nougat rom for oneplus 1..

*crais for posting OT* @updateing ,by any chance,are you working on oreo for bacon as well? Your work for Nougat on bacon is highly appreciated.

Mr.Ak said:
*crais for posting OT* @updateing ,by any chance,are you working on oreo for bacon as well? Your work for Nougat on bacon is highly appreciated.
Click to expand...
Click to collapse
Bacon already has an Oreo port.

djsubterrain said:
Bacon already has an Oreo port.
Click to expand...
Click to collapse
Ikr,but hopefully he'll be able to get camera working on oreo for bacon.

First O rom. Wow ?

Snapdragon815 said:
1st to release N for bacon, O for cheeseburger.
Good job bro.
Click to expand...
Click to collapse
Mmmm.... I love some bacon on my cheeseburger... Typed on the 1+1 while my 1+5 is charging... Keep up the good work!

Thanks Dev. Oreo love

Related

[ROM][LMY47V][5.1.1][BETA 3] AOSP/CodeAurora Lollipop-5.1.1

This rom is based on CodeAurora's Android Lollipop 5.1 source (AU_LINUX_ANDROID_LA.AF.1.1_RB1.05.01.01.006.028).
I have only made changes that needed to support our device other then that it's pure CAF/AOSP. it has no custom features to provide you stock android experience.
Code:
#include
/*
* Your warranty is now void.
*
* I am 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 me for messing up your device, I will laugh at you.
*/
Sources:
CodeAurora
Kernel
What's working:
Almost everything is working including the RIL, camera, audio/video, bluetooth/wifi, sensors, nfc and offline charging.
Know issue:
gps broken, if you find any more issue please report me with logs in this thread.
Note:
It's entirely possible that features not used by me (nor the people I've asked to test) are broken, but overall the device should be usable. You have been warned.
Because of art 1st boot take long time so don't panic and make post saying phone stuck on bootanim,
Dual sim somewhat works. xperia m dual users see this and this post
This is BETA so don't treat this as stable version.
CAF/AOSP is only for 4.3 baseband. If you are on 4.1/4.2 baseband/firmware then Follow this instruction
Download:
BETA 3: https://www.mediafire.com/?o4d0u6p70vqit36
Gapps: http://forum.xda-developers.com/android/software/tk-gapps-t3116347
SuperSU: http://forum.xda-developers.com/showthread.php?t=1538053 (If you want to root your phone)
Install instructions:
Before you install make sure you are on 4.3 firmware 1st with your bootloader is Unlocked and a cwm/twrp recovery installed. if you haven't installed recovery then flash boot.img from this rom zip via fastboot. (note: this rom comes with twrp recovery)
boot into recovery
Wipe data and cache
Flash the rom and gapps zip
Reboot
Upgrading from earlier version:
Boot into Recovery
Flash the rom and gapps zip
Reboot
Reporting bugs:
Before Reporting bugs make sure you
Read "note" section
Using stock kernel
Not installed any mods/tweaks - if you have installed mods like xposed you can't report bug
Not modified system files
Checked the posts below for a solution / fix
Read the last 10 pages of this thread for a post with a similar problem
Backup, reflash with a full wipe (do this if mods like xposed is installed) and check if the bug is still there
provide logcat,kmsg. if you reporting radio problem then provide radio log.
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Credits:
Fxp team and all other developer who is working on sony
Code Aurora Forum
CyanogenMod
XDA:DevDB Information
AOSP/CAF 5.1 for Xperia M, ROM for the Sony Xperia M, ROM for the Sony Xperia M
Contributors
PecanCM
Source Code: https://www.codeaurora.org/cgit/quic/la
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Stock 4.3 Firmware
Based On: AOSP
Version Information
Status: Beta
Created 2015-05-22
Last Updated 2015-07-24
Changelog
Changelog:
BETA 3 22-07-2015
Fixed apps2sd
Fixed local language translations for few apps
few music app fixes from msm8916 branch
other misc fixes
Added qcom's file manager
Built with qualcomm's recommended performance patches
Updated proprietary blobs from lollipop
Updated vidc firmware to latest version
kernel synced with cm
BETA 2 20-06-2015
Updated platform source to CAF tag AU_LINUX_ANDROID_LA.AF.1.1_RB1.05.01.01.006.028
Updated Kernel and Wlan source to CAF tag AU_LINUX_ANDROID_LA.AF.1.1_RB1.05.01.01.006.028
Fixed can't send sms
Fixed offline charging
Fixed bootanimation take long time or sometimes never come
Fixed phone app crash for dual sim
Enabled reboot,airplane mode and sound options
Building missing gps hal and other gps updates - gps still not fully working
Removed FM TX
Updated some proprietary blobs
BETA 1 22-05-2015
Initial release based on AU_LINUX_ANDROID_LA.AF.1.1_RB1.05.01.00.006.027 tag
FAQ
Q: The 'Developer and Performance options' from 'settings' are gone. Where are they?
A: Touch the 'Build number' seven times in 'about phone'. Then they will appear.
Q: Why no root access?
A: This is AOSP rom, if you want root then flash supersu
Q: I'm coming from 4.1 and now i can't view my internal sd data, Why ?
A: Go to Data/media now move your all internal sd data to folder named 0 Means under /data/media/0 then you can view your internal sd data.
Is it using "5.1.1-r2" source or "5.1.1-r1"?
Just curious to know...
KHM90 said:
Is it using "5.1.1-r2" source or "5.1.1-r1"?
Just curious to know...
Click to expand...
Click to collapse
as thread title says android-5.1.1-r1
Flashed.
It's soooo smooth. Thanks for this ROM!
Only noticed, that offline charging broken: phone totally hangs on "Sony".
And bootanimtion not fit screen.
Hi All,
Found one really interesting Delta-gapps package, where you get option to choose which add-on you wanna install
(If you prefer to have app on system partition)
[4.4.4 / 5.0.x / 5.1]
http://forum.xda-developers.com/showthread.php?p=58047099
Omg ! So fast and Smooth ! Maybe battery life is better ...
CWM/TWRP recoveries
For those, who don't know or don't remember, here are CWM/TWRP recovery images. Needs to be flashed only once to work.
Sometimes no audio when calling (works for a while after reboot). Also when calling, a blank screen appears from the phone activity making the transition ugly. Bootscreen is a bit large too
Nice rom , thx for your work.
Seems here come with great respond from other, and now i want try to move it too
AOSP I'm coming!!!
and this rom isn't big like other cm or fxp build, is only 212 mb.
Bonoboo said:
Flashed.
It's soooo smooth. Thanks for this ROM!
Only noticed, that offline charging broken: phone totally hangs on "Sony".
And bootanimtion not fit screen.
Click to expand...
Click to collapse
ah totally forgot about offline charging will see.
Ydraulikos said:
Sometimes no audio when calling (works for a while after reboot). Also when calling, a blank screen appears from the phone activity making the transition ugly. Bootscreen is a bit large too
Nice rom , thx for your work.
Click to expand...
Click to collapse
no such issue here. can more users confirm sometimes no audio when calling ?
problem on bootanimation that not fit on screen, on first boot is only black, and after a few second android logo is out.
but isn't critical problem so far
some wifi icon connection state problem, this like icon connection state isn't fit on wifi icon
and for mobile connection data is always show 3g although my connection is HSDPA + when i check on sim information
that's first report from me
Just noticed a problem with location. While location is on and GPS seems to work it says "No apps have requested location". For some reason apps can't access gps. I suspect this and the previous issue with no audio in call might be caused by gapps. Can anyone point me to a tested package of gapps? I used the one by cm12.1
Keyboard Force close ,But imidiately gone ,every time going in settings and pressing back button
Ydraulikos said:
Just noticed a problem with location. While location is on and GPS seems to work it says "No apps have requested location". For some reason apps can't access gps. I suspect this and the previous issue with no audio in call might be caused by gapps. Can anyone point me to a tested package of gapps? I used the one by cm12.1
Click to expand...
Click to collapse
I have also noticed it. Here maps can't locate me on any location setting.
Farsiris said:
Keyboard Force close ,But imidiately gone ,every time going in settings and pressing back button
Click to expand...
Click to collapse
Have you wiped cache/dalvik-cache ?
No force close here.
Ydraulikos said:
Just noticed a problem with location. While location is on and GPS seems to work it says "No apps have requested location". For some reason apps can't access gps. I suspect this and the previous issue with no audio in call might be caused by gapps. Can anyone point me to a tested package of gapps? I used the one by cm12.1
Click to expand...
Click to collapse
maybe you can try lp gapps base from @KHM90
here http://forum.xda-developers.com/showthread.php?p=58047099 this is lollipop gapps base file with add on
and if you want full gapps package you can try my gapps
http://forum.xda-developers.com/showpost.php?p=58373397&postcount=1
it's full gapps package
looks like gps hal not compiled. here is patch for gps hal https://www.mediafire.com/?xglqcu7b29dne10

[ROM][6.0.1][UNOFFICIAL] Lineage OS 13

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
/*
* I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed (like it did for me...).
* Please do some research if you have any concerns about features included in the products you find here before flashing it!
* YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
* Your warranty will be void if you tamper with any part of your device / software.
* Same statement for XDA.
*/
Status : ALPHA 5
This version is mainly for testers but anybody can flash it, since there is no more critical issues :victory:
This build is userdebug flavor. ADB and ROOT are disabled by default.
Installation instructions
First of all, update your Mate to EMUI 4.1 (that has the good kernel version)
Like always: BACKUP, BACKUP BACKUP !
Wipe every partitions (except your SD and your internal storage) See below.
You can flash GApps (see the frequently asked questions below).
Enjoy.
- NXT-AL10, NXT-L29 and NXT-L09 reported as booting
- Xposed reported as working
- Second SIM reported as working (NXT-L29)
Important note : L-09 variant is UNSTABLE for now.
Working
- Since Alpha 1
Partial and temporary GApps implementation
Launchers (Pixel/Google Now)
Themes (include animated)
- Since Alpha 2
RIL
Audio
Microphone
WiFi
Bluetooth
Security (Pin/Password/Pattern..)
GPS over data
Google Apps (include widgets and theme )
HiSuite full compatibility
- Since Alpha 3
SD Card
Tethering (WIFI + BT)
Offline charge
USB Access (MTP/PTP + MIDI input)
OTA Updates (by the built-in CM Updater)
Enhanced boot time (+/- 1min)
- Since Alpha 4
LCD Backlight adjustments
Notification Led
Enhanced boot caching
USB Tethering
Fix sensors
Fix ambiant display
Fix Sleep Of Death (thanks to XePeleato)
Fix FLP (location)
Fix GPS
- Since Alpha 5
RIL Signal
Bluetooth (now considered as stable)
Camera (Both, picture only)
Lineage skin/rebrand
Not Working
Camera (video mode)
Native cast
Fingerprint
Fast Charge
NFC
FM Radio
Known issues:
GPS module(fully working, available in the next release)
Another (ghost) SD Card is recognized and is incompatible with CM -> just ignore it for now. This entry will disappear with the next (OTA) update.
RIL working irregularly on AL-10 (unconfirmed) and L-09 devices
Offline charge not working (fixed, available in the next release)
You prefer to wait for a fully working ROM
You can follow the porting status here : https://github.com/PaulFasola/android_device_huawei_next/projects/1
Downloads
Current release, Alpha 5
Click here
Do a full wipe before installing this update or you could try the (risky) migration tool
Previous release, Alpha 4
Click here
Archives
Click here
Source Code
https://github.com/PaulFasola/android_device_huawei_next
You'll find the kernel and the vendor repos as well (check the readme)
Donators
android09
danywalkert
Azti Iluna
basimzanaty
drairoh
My dear tester Kingzak34
Many thanks to you guys !
Credits
* Nexolight for the useful advises
* Meticulus for the glitchy screen issue!
* Surdu_perdu's work for some ramdisk issues!
* _Ekko (freenode) for his help on the rild issues (symbols, symbols symbols...) and rild proper init
XDA:DevDB Information
[ROM][6.0.1][UNOFFICIAL] Lineage OS 13 Port, ROM for the Huawei Mate 8
Contributors
_skypol0
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.10.x
Version Information
Status: No Longer Updated
Created 2016-12-05
Last Updated 2017-09-15
Reserved
Changelogs
Alpha 3.1 - OTA only
LCD Backlight (manual update, temporary disable adaptive brightness and sensors are still off-line)
Leds (charge/notification etc..)
Drastically reduce battery consumption
Better boot caching for apps optimization
Bases for enabling the sensors soon
Fix in-game latency for complex animations (like 3D transitions)
Alpha 5.1 - (Full)OTA / download
Link: click here
Fully fix the GPS (satellites acquisition, bad wakelocks...)
Fix offline charge (animation) and adjust the settings for a faster charge (rapid charge still In the to-do list).
Have the latest LineageOS 13 core changes
Downloading now, I will test soon. Thanks for your work
UPDATE: I had to remove assert line in your updater-script, as my ro.build.product was Mate8 not next. After install i am currently stuck on the boot loader "Your device is booting now"
UPDATE 2: It worked!! Seemed like an issue on my end, i had to update to emui 4.1 before I was able to get the ROM to boot. Everything seems great so far. The only issue I faced was with the screen artifacting, and of course the issues you already listed. Great work :good:
FREQUENTLY ASKED QUESTIONS
I come from EMUI 4.1, can I flash this ROM ?
Yes, but you will need to full wipe and follow the instructions in OP
I'm on EMUI 5.X or 4.0, can I flash this ROM ?
You should roll back to EMUI 4.1 then follow OP instructions
My phone is asking for a password on boot
The master key of the old EMUI is not known and that's why we had to wipe userdata (this remove encryption).
So, that means that your Data partition is not wiped, and you have to wipe it !
Flash the Cyanogenmod recovery (built with this ROM, located in the same folder) and do a full factory reset, this work everytime.
Once done, reboot and flash this custom TWRP that handle non-encrypted userdata. You will be able to open the SD Card, flash whatever you want and restore your backup.
NB : If you flash back the stock ROM, this last will re-encrypt /data and everything will work as always.
I've waited for 10 minutes and the Cyanogen boot animation is still here
Something is wrong and prevent CM to complete the boot sequence. This is an issue to report (see below).
This ROM does not contain GApps, what should I take ?
You can find GApps package on OpenGapps
You'll need to take for ARM64 and Android 6.0 and then choose the package you want.
Tested so far : Full, Stock, Nano
I've found an issue
First of all, thanks for helping @_skypol0 !
> Open a ticket here <
Check if there is not a similar issue before posting
Fill the issue (Your device infos (kernel version, last EMUI update version etc.) , What is the problem ?, how can we reproduce it ? etc. Please put as many information as possible)
Share a paste/haste/ghost/...bin of your logcat and dmesg
​
Wont use it but thanks for developing it (i dont like roms based on clean android). Might be a huge step in futrue development on Mate family.
Awesome!!
Man, you've convinced me not to sell my mate 8 anymore, It's great potential. I'm looking forward for the beta version of this!
Was going to sell my mate 8 also. But now will test once basic functions are ok.
khanem said:
Was going to sell my mate 8 also. But now will test once basic functions are ok.
Click to expand...
Click to collapse
RIL an audio should be fixed with the next release later this week
I'm excited for Alpha 2
UnchartedRd said:
Downloading now, I will test soon. Thanks for your work
UPDATE: I had to remove assert line in your updater-script, as my ro.build.product was Mate8 not next. After install i am currently stuck on the boot loader "Your device is booting now"
UPDATE 2: It worked!! Seemed like an issue on my end, i had to update to emui 4.1 before I was able to get the ROM to boot. Everything seems great so far. The only issue I faced was with the screen artifacting, and of course the issues you already listed. Great work :good:
Click to expand...
Click to collapse
Oh, yeah, thanks for pointing it out ! I have built CM-13 with the 4.1's kernel and so this last can't work with lower versions I edit the thread.
(for any other problem, open an issue on Github, I can miss infos here!)
_skypol0 said:
Oh, yeah, thanks for pointing it out ! I have built CM-13 with the 4.1's kernel and so this last can't work with lower versions I edit the thread.
(for any other problem, open an issue on Github, I can miss infos here!)
Click to expand...
Click to collapse
No problem, I'll post on github if I find anything else
You mean B320?
Thanks for your effort friend, I'll definitely be glad to test it once it gets a bit more stable.
Oh my god... it's really happening...
Once SD support works, I'll glady test this on my NXT-L09.
THANKS DUDE! SWEET! Hope stable rom will get here soon! but wouldt be better starting with cm14? just saying!!
albertwesquer said:
THANKS DUDE! SWEET! Hope stable rom will get here soon! but wouldt be better starting with cm14? just saying!!
Click to expand...
Click to collapse
Huawei hasn't released a stable build of nougat yet, its only been beta builds. Once Huawei releases nougat for M8, he can work on it.
And on the other side Cm14 is far from stable
Tapatalké depuis mon MEGA Mate 8 !
well i didnt know we had to have nougat in our mate 8 in order to have cm14, in that case cm13 should be ready since 6.0 have quite some time in our device! SO THERE'S HOPE!
Amazing I cant beileve im really seeing it

[DEV][ROM][UNOFFICIAL] Lineage OS 14.1 for S3 Neo

Code:
#include
/*
* Your warranty is now void.
*
* I am 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 me for messing up your device, I will laugh at you.
*
* Submitting bug reports on nightly builds is the leading
* cause of male impotence.
*/
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
THIS ROM DOES NOT SUPPORT EMERGENCY CALLS!!!
CONSIDER THIS BEFORE INSTALLING!!!
Downloads:
See second post.
I'm doing a restructuring here
Install instructions:
Wipe /data (not /data/media)
Wipe /system
Wipe dalvik/cache
Install Rom
Install SuperSU add-on
Wipe dalvik/cache
Changelog:
- reverted recent commits to get better performance but abandoned cmactions and a few other minor features
Requirements:
- FLASH LATEST FIRMWARE BEFORE!!!
- latest TWRP
- a rooted S3 Neo
Known Bugs:
- NFC
Special thanks to:
Neo Homies - Testers group
ImDaDuck
Lineage OS
Christpp
Fragi (for the phones)
Kicky SimoMusic and everyone who don't loose hope in my work
anyone else i forgot​
Kernel and other sources
XDA:DevDB Information
Neo Homies reloaded, ROM for the Samsung Galaxy S3 Neo
Contributors
Thargorsson
ROM OS Version: 7.1.2 Nougat
ROM Kernel: Linux 3.4.0
ROM Firmware Required: None
Based On: LineageOS
Version Information
Status: Beta - Unofficial
Created 2017-09-23
Last Updated 2018-02-02
Samsung Camera
https://www.androidfilehost.com/?fid=1322778262903987532
Sony Camera
https://www.androidfilehost.com/?fid=1322778262903987538
Facebook works, calls working, some graphic glithces in screen borders, bt doesn't work, camera doesn't work.
Logs here
http://www60.zippyshare.com/v/5cfOHsmG/file.html
Good job leo :good:
Screenshots:
From one huge accomplishment (LOS 13) to the next!
Once again, thanks for all the work you and your team put in this!
If/Once calls, SMS, network, wifi work fine (those are my essentials because that's my one and only device), I could as well flash this (instead of LOS 13) and help with logs and testing if that would help.
Tiny correction for OP, device number is missing a "3" (i9301I) just to avoid confusions...
Ill give camera fix a try. :b
Joakpa said:
From one huge accomplishment (LOS 13) to the next!
Once again, thanks for all the work you and your team put in this!
If/Once calls, SMS, network, wifi work fine (those are my essentials because that's my one and only device), I could as well flash this (instead of LOS 13) and help with logs and testing if that would help.
Tiny correction for OP, device number is missing a "3" (i9301I) just to avoid confusions...
Click to expand...
Click to collapse
Everything except camera (only sure about samsung sensors), bluetooth, flash and autorotation(stops working after device wakes from sleep) works.
kickyvivi said:
Everything except camera (only sure about samsung sensors), bluetooth, flash and autorotation(stops working after device wakes from sleep) works.
Click to expand...
Click to collapse
So, Bluetooth being the main difference from LOS 13? Nice! I'm going to fully charge it and flash.
Edit:
1st try: Setup Wizard keeps stoping just after Google Services page when I press "NEXT" to begin looking for updates. Will try reflashing and update.
Joakpa said:
So, Bluetooth being the main difference from LOS 13? Nice! I'm going to fully charge it and flash.
Edit:
1st try: Setup Wizard keeps stoping just after Google Services page when I press "NEXT" to begin looking for updates. Will try reflashing and update.
Click to expand...
Click to collapse
which gapps?
Thargorsson said:
which gapps?
Click to expand...
Click to collapse
Open Gapps 7.1 pico
Joakpa said:
Open Gapps 7.1 pico
Click to expand...
Click to collapse
try these
https://www.androidfilehost.com/?fid=889764386195918677
Camera and bluetooth need some rework in HAL. I tried flashing our camera vendors(without marshmallow daemon and hal) and it didnt worked
Στάλθηκε από το GT-I9301I μου χρησιμοποιώντας Tapatalk
Thargorsson said:
try these
https://www.androidfilehost.com/?fid=889764386195918677
Click to expand...
Click to collapse
Yeap, Beans Gapps solved the issue. Thanks!
At me after inclusion wi fi, leaves in reboot.
elvis574184 said:
At me after inclusion wi fi, leaves in reboot.
Click to expand...
Click to collapse
confirmed, after entering wifi password in setup phone bootloops
Spyr0s said:
confirmed, after entering wifi password in setup phone bootloops
Click to expand...
Click to collapse
Weird, I had no such issue and I did use WiFi during setup. I only had the open gapps issue (setup wizard was crashing). Did you experience that issue with Beans Gapps btw?
For me up to now the overall experience is OK.
I can confirm known bugs though. (Bluetooth, camera, flashlight, red borders flickering).
Also, I tried to take some logs and the logcat seems way more active than usual, is that due to the Bluetooth failing over and over?
Sent from my GT-I9301I using XDA-Developers Legacy app
Joakpa said:
Weird, I had no such issue and I did use WiFi during setup. I only had the open gapps issue (setup wizard was crashing). Did you experience that issue with Beans Gapps btw?
For me up to now the overall experience is OK.
I can confirm known bugs though. (Bluetooth, camera, flashlight, red borders flickering).
Also, I tried to take some logs and the logcat seems way more active than usual, is that due to the Bluetooth failing over and over?
Sent from my GT-I9301I using XDA-Developers Legacy app
Click to expand...
Click to collapse
both nano gapps and beans. btw If you have red borders you are still on the enginnering build
Spyr0s said:
both nano gapps and beans. btw If you have red borders you are still on the enginnering build
Click to expand...
Click to collapse
I'm on "lineage_s3ve3g-ota-e6077400ad.zip". I see there's a new one, I'll flash it tomorrow.
Joakpa said:
I'm on "lineage_s3ve3g-ota-e6077400ad.zip". I see there's a new one, I'll flash it tomorrow.
Click to expand...
Click to collapse
yes that works for me too, but this doesn't work
lineage-14.1-20170924-UNOFFICIAL-s3ve3g.zip
https://www.androidfilehost.com/?fid=817550096634802273

[ROM] [6.0.1]Unofficial Resurrection Remix M v.5.7.4 FINAL (IDOL 3 47)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
/*
* Your warranty is now void.
*
* I am 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 me for messing up your device, I will laugh at you.
*/
Special thanks to alecbl for his hardwork
About ROM
Resurrection Remix the ROM has been based on CM , SlimRoms, Omni and original Remix ROM builds, this creates an awesome combination of performance, customization, power and the most new features, brought directly to your Device.
Many things that in previous versions were tweaked with mods, are now included by default in the ROM so, please enjoy!
Special thanks to, the CM team, Omni team , SlimRoms, alecbl, and of course to all the supporters.
Installation Instructions
Download the latest build
Download Gapps (use arm nano)
Place ROM and Gapps in your SD card or Internal Storage
Reboot into recovery mode
Full wipe and factory reset [Recommended]
Flash ROM
Flash Gapps
Reboot
XDA:DevDB Information
Resurrection Remix MM Alcatel 6039, ROM for the Alcatel Onetouch Idol 3
Contributors
Amlmx
ROM OS Version: 6.0.x Marshmallow
Version Information
Status: Stable
Created 2017-12-26
Last Updated 2018-02-04
I use this ROM for a long time now and it is very stable.
Anyway, with no apps running at all, except system and magisk, I found that system load average was always > 3.
Any reason for this ?
CHANGELOG
ResurrectionRemix-M-v5.7.4-20180201
Code:
switch to magisk root so safety net OK! (updated to magisk v15.3)
fix camcorder audio (thanks to [URL="https://forum.xda-developers.com/member.php?u=4163557"][COLOR="DarkOrange"]neutrinobox[/COLOR][/URL]
edit mixer-path.xml for better sound
fix NFC setting
....
Code:
Clean install is recommended for this build
Wipe dalvik, cache, system, data
Reserved
If you like my work and want me to continue to work on this device: maybe lineage 14 or even 15
DON'T FORGET TO PRESS THANKS
NFC , Bluetooth Problem
Hello, so far a very good Rom, but i have two Problems.
The First is that NFC is not implemented. No Solution to activate it in Menu.
The Second Problem is, that after a reboot the paired Devices are gone. You must paired it once again.
NICE WORK .Thanks to you and alecbl
daemion1712 said:
Hello, so far a very good Rom, but i have two Problems.
The First is that NFC is not implemented. No Solution to activate it in Menu.
The Second Problem is, that after a reboot the paired Devices are gone. You must paired it once again.
NICE WORK .Thanks to you and alecbl
Click to expand...
Click to collapse
You can flash the attached zip through twrp recovery. I will include it in the next build.
About Bluetooth, which build you are using because the latest build https://androidfilehost.com/?fid=673791459329069346 don't have that problem
Ok. I use your Current Build. The zip File works. Perfect. The Problem on Bluetooth is, every Hardreboot the Idol generates a New bluetooth Mac Adress. The Last 6 Digits (00:a0:c6:67:67:d1 and after Reboot 00:a0:c6:f2:23:b9). In Software Reboot the Mac Adress is persistent. It seems that is a Lineage Problem.
daemion1712 said:
Ok. I use your Current Build. The zip File works. Perfect. The Problem on Bluetooth is, every Hardreboot the Idol generates a New bluetooth Mac Adress. The Last 6 Digits (00:a0:c6:67:67:d1 and after Reboot 00:a0:c6:f2:23:b9). In Software Reboot the Mac Adress is persistent. It seems that is a Lineage Problem.
Click to expand...
Click to collapse
I understand, it's for security as this explanation
Just given it a go - It is the first time I've looked at this particular CM variant rom and I wonder why no DT2W setting ?
k500zm said:
Just given it a go - It is the first time I've looked at this particular CM variant rom and I wonder why no DT2W setting ?
Click to expand...
Click to collapse
This ROM was not build from source, it's a metis .
No option in setting but you can use DT2W. On the latest build, I created 2 init.d script to enable or disable it. It's in kernels adiutor > init.d. Just execute the script you want.
But to make the script to work, you need ONCE to edit the script without modifying and save. Then you can always use it but you have to execute it on every reboot.
You can also make it executing automatically on boot.
@Amlmx - OK fair enough - I use Kernel adiutor mod all the time to execute all sorts of scripts at boot so I know what you mean
Thanks
New build
last build no mirrors found
Last build no mirrors found in androidfilehost
edustets said:
Last build no mirrors found in androidfilehost
Click to expand...
Click to collapse
It's a problem in AFH server. Did you try again? If you can't get it i will upload it to google server
Sorry guys, i'm very busy so i can't work for this device anymore.
But if someone have skill to build, alecbl already shared the device tree at github
i love you all : )
Amlmx said:
Sorry guys, i'm very busy so i can't work for this device anymore.
But if someone have skill to build, alecbl already shared the device tree at github
i love you all : )
Click to expand...
Click to collapse
Well thats a bummer. For some reason Alecbl's latest build was unstable on my idol 3 (camera errors, overheating even after full device reset/reinstalling stock firmware) and this build is working perfectly.
Melody when you turn on
Good afternoon!
Model: Alcatel 6039Y
Firmware version: 5.7.4-20180201
I can't set the ringtone when you turn on or off your smartphone. This function is not available in the settings.
Maybe I need to play with the folder root/system?
IzLeningrada said:
Good afternoon!
Model: Alcatel 6039Y
Firmware version: 5.7.4-20180201
I can't set the ringtone when you turn on or off your smartphone. This function is not available in the settings.
Maybe I need to play with the folder root/system?
Click to expand...
Click to collapse
I can't confirm if it work but you can try this
Hello!
Recently got the device. Is it the latest ROM for 6039. Does this ROM support F2FS ??
Works like a charm with TWRP 3.1.0:
https://www.androidfilehost.com/?fid=817550096634753196

[ROM][12][X00TD][OFFICIAL] Evolution X Snow

Evolution X 6.0 for the Asus Zenfone Max Pro M1 [X00TD]
Code:
/*
* Your warranty is void. Or valId, probably?
*
* I am not responsible for bricked devices, dead SD cards, Ebolation X,
* thermonuclear war, or the current economic crisis caused by you following
* these directions. YOU are choosing to make these modifications, and if
* you point your finger at me for messing up your device, I will LMAO at you.
*/
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Keep Evolving
Pixel UI, customization, and more, we are Evolution X!
- Team Evolution X -
@joeyhuab
@peaktogoo (Now RealAkito)
Reach us on Twitter! @EvolutionXROM
Just flash and check "The Evolver". We have tons of features combined together from different ROMs.
* You tell me
DO NOT FLASH GAPPS, ALREADY INCLUDED
First Time Install / Clean Flash
1. Reboot to Recovery
2. Download the zip for your device
3. Flash recovery which available in our device support group and Flash 063+ firmware
4. Wipe Data/Cache/System/vendor
5. Flash the ROM
6. Reboot to System and #KeepEvolving
Update / Dirty Flash
1. Reboot to Recovery
2. Download the update for your device
3. Flash the ROM
4. Reboot to System and #KeepEvolving
Download
Donate to me! / Official Chat / Device Support
​
Android OS version: 12.0_r13
Security patch level: November 2021
Build author: Navin
Source code: https://github.com/Evolution-X
Kernel Source code: https://github.com/Navin136/android_kernel_asus_X00TD
ROM Developer: Joey Huab
XDA: DevDB Information
Evolution X, ROM for the Asus Zenfone Max Pro M1
Contributors
joeyhuab, peaktogoo
Source Code: https://github.com/Evolution-X
UPDATE 12/17/2021: Download
Device & Kernel Changelogs:
Build is Enforcing
Updated DRM blobs from ddv_sprout and Fixed DRM issues
Switched to AOSP WFD
Fixed Chrome Crashing Issues
Added ZenParts
Fixed StatusBar padding
power-libperfmgr: Update from android-12.0.0_r13
Powerhint Improvements
Merged tag "LA.UM.9.2.r1-03700-SDMxx0.0"
Switched to Non LED Based Vibration
net: Import wireguard v1.0.20211208
Introduced cpu_input_boost
Suppress some logspams
Introduced devfreq_boost
Rom Changelogs:
Click here
Browser (Chrome & edge) won't open or crashed using this rom. But the rest is very nice. Love with the comeback of separated wifi and mobile qs tile.
Oh and Netflix, it wont open Netflix as well for no reason
Who knows, how to swap (invert) navigation button's?
Magisk is not installing in this rom? Help
decentdude said:
Magisk is not installing in this
Click to expand...
Click to collapse
you can install
{Mod edit: Quotation fixed}
I tried but it not showing
indroax said:
Browser (Chrome & edge) won't open or crashed using this rom. But the rest is very nice. Love with the comeback of separated wifi and mobile qs tile.
Click to expand...
Click to collapse
Is this happening after updating the chrome or not?
{Mod edit: Quotation fixed}
Jaggerjacquez said:
Is this happening after updating the chrome or not?
Click to expand...
Click to collapse
Unfortunately I can't comparing between before and after update, because once the rom installed all the apps automatically updating
indroax said:
Unfortunately I can't comparing between before and after update, because once the rom installed all the apps automatically updating
Click to expand...
Click to collapse
Oh okay, and by the way, how did u backup and restore your apps from previous rom in this new a12 evox?
Also what recovery do you use? I haven't touched many roms for awhile. Do I need to format data before and/or after installing?
I'm kinda confused here.
Thanks in advance.
Jaggerjacquez said:
Oh okay, and by the way, how did u backup and restore your apps from previous rom in this new a12 evox?
Also what recovery do you use? I haven't touched many roms for awhile. Thanks in advance.
Click to expand...
Click to collapse
Clean install and too lazy for backing up all apps lol. So it was like a brand new phone. Currently using TWRP (idk which version)
Jaggerjacquez said:
Oh okay, and by the way, how did u backup and restore your apps from previous rom in this new a12 evox?
Also what recovery do you use? I haven't touched many roms for awhile. Do I need to format data before and/or after installing?
I'm kinda confused here.
Thanks in advance.
Click to expand...
Click to collapse
You can backup your apps using an app like Swift Backup, however do note that you need to be rooted so as to grant it SU permission. Use OrangeFox recovery latest official, it works great! You might not need to format data if you want to use the ROM in decrypted form. Just have to flash DFE once before booting.
This is how it usually works, nonetheless do check with the maintainer once.
Thanks
indroax said:
Clean install and too lazy for backing up all apps lol. So it was like a brand new phone. Currently using TWRP (idk which version)
Click to expand...
Click to collapse
Ah that sounds nice. And looks like that's the unofficial twrp we found in x00t threads here, i think?
D0CT0RFATE said:
You can backup your apps using an app like Swift Backup, however do note that you need to be rooted so as to grant it SU permission. Use OrangeFox recovery latest official, it works great! You might not need to format data if you want to use the ROM in decrypted form. Just have to flash DFE once before booting.
This is how it usually works, nonetheless do check with the maintainer once.
Click to expand...
Click to collapse
Okay, thanks for the heads up. Oh, I'm a root user so I'll flash magisk afterwards anyway.
Is swift backup able to backup all apps and working properly after restored? And which orangefox is recommended? I see there are 4.4 and 4.14 ones.
So, just flash DFE after the ROM without formatting data will work?
I'm really really confused about all this FBE n decryption things. Last time i checked it was SAR and non SAR ROMs. Now on most ROMs (like arrow, pe and previous a11 evox etc), they got encryption by default, which is really not my cup of tea. SO I'd rather stay decrypted after doing some reading.
Jaggerjacquez said:
Okay, thanks for the heads up. Oh, I'm a root user so I'll flash magisk afterwards anyway.
Is swift backup able to backup all apps and working properly after restored? And which orangefox is recommended? I see there are 4.4 and 4.14 ones.
So, just flash DFE after the ROM without formatting data will work?
I'm really really confused about all this FBE n decryption things. Last time i checked it was SAR and non SAR ROMs. Now on most ROMs (like arrow, pe and previous a11 evox etc), they got encryption by default, which is really not my cup of tea. SO I'd rather stay decrypted after doing some reading.
Click to expand...
Click to collapse
Use 4.4 version of OrFox, it supports both.
Also if we can connect on Telegram, I can share the DFE file to you in case you haven't found it yet. Basically it allows you to use an FBE ROM without the encryption.
D0CT0RFATE said:
Use 4.4 version of OrFox, it supports both.
Also if we can connect on Telegram, I can share the DFE file to you in case you haven't found it yet. Basically it allows you to use an FBE ROM without the encryption.
Click to expand...
Click to collapse
Okay, I'll get that orfox version. Oh, sure my id on telegram is the same as my username here. Thank you very much
Any updates in the near future guys? All browser apps are not usable on this rom. Impacted to all web-based app as well.
Working 100% perfect, thank you team. I tried few other android 12 but they had some gos and other issues but this rom is perfect. Only a question i have is how do i know that update is available ?
indroax said:
Any updates in the near future guys? All browser apps are not usable on this rom. Impacted to all web-based app as well.
Click to expand...
Click to collapse
Yeah I will try to give as soon as possible
Bhavesh135 said:
Working 100% perfect, thank you team. I tried few other android 12 but they had some gos and other issues but this rom is perfect. Only a question i have is how do i know that update is available ?
Click to expand...
Click to collapse
Spoiler
check System update. You can see updates there if available
I tried checking from software update but it sais INTERNET CONNECTION ISSUE while i am already connected to internet. See snap.

Categories

Resources