LineageOS on Zenfone 3 Max! (ZC553KL) - Asus ZenFone 3 Guides, News, & Discussion

I've got LineageOS 15.1 to (kind of) work on the Zenfone 3 Max.
Pics:
{
"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"
}
We are nowhere near ready for real-world use, as currently very few things work. Nevertheless, I figure some of you might be interested in developing for the Zenfone 3 Max ZC553KL. I myself will continue to work on getting more features functional. Any help is welcome, and so is any question!
Right now, mobile (call & network), Wi-Fi, USB transfer (or ADB), camera, and probably nearly everything else don't work. Bluetooth works.
See what works and what doesn't here: https://github.com/wishawa/android_device_asus_X00D/blob/lineage-15.1/README.md#progress
So far, Audio, USB, 2.4GHz Wi-Fi, Camera, sensors (gyro, light, etc.), GPS are working.
Telephony (call) is not working.
Details and source on Github: https://github.com/wishawa/android_device_asus_X00D/
Download the ROM: https://github.com/wishawa/android_device_asus_X00D/releases
I couldn't get TWRP working so use this older version here: https://forum.xda-developers.com/zenfone-3/how-to/zenfone-3-max-zc553kl-bootloader-unlock-t3691837
For builders:
To extract proprietary blobs, use official ROM image downloaded from ASUS here: https://www.asus.com/Phone/ZenFone-3-Max-ZC553KL/HelpDesk_Download/
Also, install will fail (with error 7) with this old TWRP version. Follow this guide https://forum.xda-developers.com/showthread.php?t=2522762

I am very interested in what you do to make lineageos work on this phone.
Actually I own two of them, I just bought a secondary one to try to give tries to alternate OS.
Let us know about your progresses, and I also may help (I do not know Android very well, but I know far more about Linux!).

i love you

nbercher said:
I am very interested in what you do to make lineageos work on this phone.
Actually I own two of them, I just bought a secondary one to try to give tries to alternate OS.
Let us know about your progresses, and I also may help (I do not know Android very well, but I know far more about Linux!).
Click to expand...
Click to collapse
Thank you!
I have a problem that I believe might be related to Linux.
I've been trying to build TWRP for the device, but I couldn't get touchscreen to work. TWRP seems to interpret holding down finger as touching and lifting quickly, making it impossible to slide ('slide to unlock', 'slide to adb sideload', etc).
I suspect this might be related to this warning I get when building the kernel:
Code:
drivers/input/touchscreen/ft5436/Kconfig:2:warning: ignoring type redefinition of 'TOUCHSCREEN_FT5436_DRIVER' from 'boolean' to 'tristate'
If I am wrong, or you know how this might be fixed or need any more information, please tell me. Thanks!

vaanish said:
I suspect this might be related to this warning I get when building the kernel:
Code:
drivers/input/touchscreen/ft5436/Kconfig:2:warning: ignoring type redefinition of 'TOUCHSCREEN_FT5436_DRIVER' from 'boolean' to 'tristate'
If I am wrong, or you know how this might be fixed or need any more information, please tell me. Thanks!
Click to expand...
Click to collapse
Your question looks driver-specific but the problem seems generic. You may try to clean up your compilation environment and rerun make again.
You may also grep your kernel config file against TOUCHSCREEN_FT5436_DRIVER to enable/disable features about this driver.
I can't help much more on this topic!

nbercher said:
Your question looks driver-specific but the problem seems generic. You may try to clean up your compilation environment and rerun make again.
You may also grep your kernel config file against TOUCHSCREEN_FT5436_DRIVER to enable/disable features about this driver.
I can't help much more on this topic!
Click to expand...
Click to collapse
Cleaning the environment didn't help.
TOUCHSCREEN_FT5436_DRIVER is set to y in the config. But does this warning mean the driver is not being built?

vaanish said:
Cleaning the environment didn't help.
TOUCHSCREEN_FT5436_DRIVER is set to y in the config. But does this warning mean the driver is not being built?
Click to expand...
Click to collapse
No, a warning is not a failure to build.
Your driver should be available and loadable with modprobe.
PS: Please contact me by e-mail (cf. PM) since I cannot spend so much time on validating reCAPTCHA for each post.

Wi-Fi is somewhat working! (some networks won't connect; don't know what's with my home wifi, but another phone's hotspot works well)
Now that I can ADB over network (USB still broken), development should be faster!

2.4GHz Wi-Fi now working well, and camera and USB are working.
Flashable zip available for anyone wanting to try: https://github.com/wishawa/android_device_asus_X00D/releases/tag/pre-alpha-0.0.1

I have a problem: com.android.phone has crashed every second and reboot. On my zc553kl this firmware doesn't work.

do the fingerprint really won't work??

I have found a newer version of twrp 3.2.3 on twrp builder site. hope this helps. Credits to the owner. Looking forward for the development of this rom.

pipneogen said:
I have a problem: com.android.phone has crashed every second and reboot. On my zc553kl this firmware doesn't work.
Click to expand...
Click to collapse
Thankyou for reporting! I'm working on fixing the telephony features, but has been quite busy lately.
By 'reboot' do you mean the whole OS crash and reboot? or just the com.android.phone restarts.
Also, if it isn't too much trouble would you mind getting a logcat? (tutorial, if you need; https://forum.xda-developers.com/showthread.php?t=1726238) It would allow me to verify that we are running into the same problems.

arzenralph said:
do the fingerprint really won't work??
Click to expand...
Click to collapse
Sadly not yet. It should be possible, I just haven't got to it.

DimeSlime said:
I have found a newer version of twrp 3.2.3 on twrp builder site. hope this helps. Credits to the owner. Looking forward for the development of this rom.
Click to expand...
Click to collapse
Thank you very much. Will test it out. Do you know if the owner provide the source tree for building anywhere?

vaanish said:
I've got LineageOS 15.1 to (kind of) work on the Zenfone 3 Max.
Pics:
We are nowhere near ready for real-world use, as currently very few things work. Nevertheless, I figure some of you might be interested in developing for the Zenfone 3 Max ZC553KL. I myself will continue to work on getting more features functional. Any help is welcome, and so is any question!
Right now, mobile (call & network), Wi-Fi, USB transfer (or ADB), camera, and probably nearly everything else don't work. Bluetooth works.
See what works and what doesn't here: https://github.com/wishawa/android_device_asus_X00D/blob/lineage-15.1/README.md#progress
So far, Audio, USB, 2.4GHz Wi-Fi, Camera, sensors (gyro, light, etc.), GPS are working.
Telephony (call) is not working.
Details and source on Github:https://github.com/wishawa/android_device_asus_X00D/
Download the ROM:https://github.com/wishawa/android_device_asus_X00D/releases
I couldn't get TWRP working so use this older version here: https://forum.xda-developers.com/zenfone-3/how-to/zenfone-3-max-zc553kl-bootloader-unlock-t3691837
For builders:
To extract proprietary blobs, use official ROM image downloaded from ASUS here: https://www.asus.com/Phone/ZenFone-3-Max-ZC553KL/HelpDesk_Download/
Also, install will fail (with error 7) with this old TWRP version. Follow this guide https://forum.xda-developers.com/showthread.php?t=2522762
Click to expand...
Click to collapse
Is there any update?

error "com.android.phone has stopped"
After flashing my phone with this ROM I boot into system and i get constant error messages "com.android.phone has stopped" I have asus zenfone 3 max zc553kl silver. Is there something i can do to fix it ? (I didnt install gapps)

idirtb15 said:
Is there any update?
Click to expand...
Click to collapse
Same question. I really like it but I really hope the telephony thing would work. Although bluetooth works fine with my wireless speaker.
---------- Post added at 06:06 PM ---------- Previous post was at 06:03 PM ----------
sindibad363 said:
After flashing my phone with this ROM I boot into system and i get constant error messages "com.android.phone has stopped" I have asus zenfone 3 max zc553kl silver. Is there something i can do to fix it ? (I didnt install gapps)
Click to expand...
Click to collapse
That's probably because of the telephony not working.

Any updates on the rom?

Related

[ROM][4.4.2]iOCEAN X7 Kitkat ROM all versions! Multilang!

DISCLAIMER
All guides and informations shared on this page are purely based on my own personal experiences.
I cannot guarantee that these informations are 100% correct, there is a chance that some of the info is inaccurate/wrong,
but i can assure you all these guides have been personally tested and proven working from my repeated trials and tests.
Though, i cannot promise that these tricks will work on your device, nor won't brick your device, there is always a risk.
I will NOT be responsible for any loss or damage caused, or alleged to have been caused, directly or indirectly,
by the informations or ideas suggested or referenced, including but not limited to links and files provided on this thread.
Please try at your own risk. Your warranty is now void.
I proudly presents to you Kitkat for all X7!
Rom fully build from source and ready for everyday use! Multilang, see screenshots
Rom does not contain google apps and root. You can install it yourself.
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"
}
Known bugs:front camera 2Mpx, at some X7 front camera not work. ART not working now, it's Mediatek bug
Current release 1.08 for youth/turbo and 1.03 for plus/elite
Download links:
Youth
Elite
Addons:
Kernel witn initd support, not recommended for 1.08 and 1.03 version!, thanks to danhii
gapps and superuser, thanks to tinyXperia
Changelog for all X7:
1. Fully odexed for speed and stability
2. New battery driver
3. Minor bug fixes
How to install:
You should use TWRP recovery from me
Download link for recovery
Copy rom to sd card, reboot recovery. Then choose install, select rom zip file. Wipe dalvik and data after fist installation. If you perfom upgrade just wipe dalvic cache
Good Work
Thanks for sharing!!
but only problem i have is the battery that's not giving correct information. Anyway great work done!!!!
edit1: google play store gives me a FC
edit2: play store solved just reinstalled the gapps.
Schumi_wk said:
Thanks for sharing!!
but only problem i have is the battery that's not giving correct information. Anyway great work done!!!!
Click to expand...
Click to collapse
will be fixed soon
Thank you for your hard work! I will definately enjoy this
Here's gapps and superuser that was included when @vo-1 posted this on needrom.com
(I'll be happy to remove this on your request)
https://www.androidfilehost.com/?fid=95747613655040801
NOTE: unzip the file you download, the zips inside can be flashed in recovery (so it's superuser and gapps seperately)
Awesome job and awesome rom vo-1..!!
спасибо!:victory:
Youth version reuploaded, battery fixed!
I am having problems with this rom, i have followed the development of this rom, i have flashed multiple versions of the youth rom, and the elite version.
Sometimes at the first boot, it would say "phone memory corrupted, please format"
And sometimes, after a while of using it, it would suddenly freeze, or show a black screen, and if i then pull the battery to make it respond, the whole phone would have reset itself to a few days ago, meaning i lost installed apps of the past few days, whatsapp chat history, pictures taken which are on my sd card!
If anyone could help me fix this problem it would be greatly appreciated!
Theelichtje said:
I am having problems with this rom, i have followed the development of this rom, i have flashed multiple versions of the youth rom, and the elite version.
Sometimes at the first boot, it would say "phone memory corrupted, please format"
And sometimes, after a while of using it, it would suddenly freeze, or show a black screen, and if i then pull the battery to make it respond, the whole phone would have reset itself to a few days ago, meaning i lost installed apps of the past few days, whatsapp chat history, pictures taken which are on my sd card!
If anyone could help me fix this problem it would be greatly appreciated!
Click to expand...
Click to collapse
first of all format your phone memory. if it not help, go to service, your internal memory is ready to die
Anyone who can help, my power button isn't working properly and there seems to be a way to start the screen with the + and - buttons, but i can't seem to make it work.
Schumi_wk said:
Anyone who can help, my power button isn't working properly and there seems to be a way to start the screen with the + and - buttons, but i can't seem to make it work.
Click to expand...
Click to collapse
Do a bypass unmounting phone, it's only way
a tutorial or something like that, dunno what you are talking about tbh.
Coloros worked with the volume buttons
Edit: I found a tutorial that explains how to do it, but my skills don't go that far to compile it.
https://translate.googleusercontent.com/translate_c?depth=1&hl=nl&rurl=translate.google.be&sl=zh-CN&tl=en&u=http://www.jlrom.cn/493.html&usg=ALkJrhgA4NtDRK4JPybGpp0F3NNe7k5l0w
vo-1 is it possible to support init.d? Maybe we can get more performance with some tweaks, what do you think about?:fingers-crossed:
---------- Post added at 10:45 AM ---------- Previous post was at 10:39 AM ----------
Schumi_wk said:
a tutorial or something like that, dunno what you are talking about tbh.
Coloros worked with the volume buttons
Edit: I found a tutorial that explains how to do it, but my skills don't go that far to compile it.
https://translate.googleusercontent.com/translate_c?depth=1&hl=nl&rurl=translate.google.be&sl=zh-CN&tl=en&u=http://www.jlrom.cn/493.html&usg=ALkJrhgA4NtDRK4JPybGpp0F3NNe7k5l0w
Click to expand...
Click to collapse
oh! sorry I understand that you want to turn on phone withouth power button..!
Yes you can do it easily with GravityBox, test it if you don't know how to do, I'll help you do it, ok?:good:
I've tried it but it doesn't seems to work the volume rocker, tried some other xposed apps but nothing seems to do the job.
danhii said:
vo-1 is it possible to support init.d? Maybe we can get more performance with some tweaks, what do you think about?
Click to expand...
Click to collapse
yes. just repack kernel and edit init.rc
vo-1 said:
first of all format your phone memory. if it not help, go to service, your internal memory is ready to die
Click to expand...
Click to collapse
Thanks for the reply, i have formatted the phone memory multiple times already before flashing.. and when i am on jelly bean (which i am now) everything works just fine. Could it be something with the flashing of Gapps or Superuser?
Theelichtje said:
Thanks for the reply, i have formatted the phone memory multiple times already before flashing.. and when i am on jelly bean (which i am now) everything works just fine. Could it be something with the flashing of Gapps or Superuser?
Click to expand...
Click to collapse
No. I'm using my rom 1 month and everything works well
vo-1 said:
yes. just repack kernel and edit init.rc
Click to expand...
Click to collapse
Could yourself do it as you have kernel? (if you want) or where I can download it for change it an repack it myself? Is only add this line " exec /system/bin/sysinit"
danhii said:
Could yourself do it as you have kernel? (if you want) or where I can download it for change it an repack it myself? Is only add this line " exec /system/bin/sysinit"
Click to expand...
Click to collapse
i will give you manual later

[ GUIDE ] How to Boot Ubuntu 14.10 from USB on the Asus T200TA

THIS IS CURRENTLY A WORK IN PROGRESS I WILL UPDATE THIS DAILY SO KEEP TUNED
Download "ubuntu-14.10-desktop-amd64.iso" from http://www.ubuntu.com/download/desktop
Download "Universal-USB-Installer-1.9.5.9.exe" from http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/
*Important* Follow the directions on Pendrivelinux.comto make a bootable USB stick using the Ubuntu 14.10 ISO you downloaded earlier.
You should now be able to browse trough the files on the USB stick
Now Download this custom "bootia32.efi" from my repo https://github.com/Chadder43/T200TA-TinCan/blob/master/EFI/Boot/bootia32.efi, and place the file on the USB stick in the /EFI/BOOT folder. There should be two files in the folder already, just add the bootia32.efi to them.
Congrats, You now have a bootable USB stick!!!
To Launch Ubuntu
Swipe in from the right, and click on Settings.
{
"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"
}
Click Change PC Settings.
Click Update and Recovery
Click Recovery
Under Advanced startup select Restart Now
Let the T200TA reboot
When it restarts click Troubleshoot
Click Advanced options
Click UEFI Firmware Settings
Click Restart
This is the "BIOS"
Now go over to the Save & Exit tab, and go down and select your USB device under the Boot Override Option. Mine happens to be "UEFI: MEMOREX TF20 PMAP"
Select Try Ubuntu without installing
It will Probably spit out a bunch of stuff like this
Then go to this screen
And it is still on it. It took quite a while to load. If I was using a USB 3.0 it would have been quicker
Welcome to Ubuntu 14.10
I will continue to update this daily so check back soon to learn how to fully install Ubuntu to a USB and get WIFI working along with other patches.
Thanks for sharing this.
Do you have a 64bit windows on your T200TA? I have the cheaper version, 32bit windows on a 64bit cpu. The usbstick wont start. I tried many ways, disabled secureboot, disabled fastreboot, nothing works... Can you help me?
Edit:
Nvm. I was too dumb to download bootia32.efi correctly.
Thanks for this. It's taking so long to load ubuntu because of all the i/o errors its reporting on the eMMC drive. I'm getting the same errors on mine, too, so I think we can safely assume there are no true i/o errors happening. Probably something to do with ubuntu trying to access Wimboot?
Anyway, looking forward to seeing how to get wifi working.
Thank you for share your work.
But when I going to boot grub in Boot Override, I get error: Secure Boot Violation - Invalid signature detected. Check Secure Boot Policy in Setup.
My asus differs your:
T200TA
BIOS Version 206
Intel z3775
---------- Post added at 11:51 AM ---------- Previous post was at 11:25 AM ----------
Chadder43 and others, have you made some progress with sound, wifi and other problems?
jujigar said:
Thank you for share your work.
But when I going to boot grub in Boot Override, I get error: Secure Boot Violation - Invalid signature detected. Check Secure Boot Policy in Setup.
My asus differs your:
T200TA
BIOS Version 206
Intel z3775
---------- Post added at 11:51 AM ---------- Previous post was at 11:25 AM ----------
Chadder43 and others, have you made some progress with sound, wifi and other problems?
Click to expand...
Click to collapse
Have you tried disabling bitlocker encryption?
Thanks for this Chadder43, I had tried various methods to attempt running Linux on my machine, none worked until I used your method. I am sure all the bugs will be ironed out in time, wifi is essential. Will be trying various Linux distributions with your method to see if any work.
Mr Reg Edit said:
I've heard of Ubunto OS, is it available
for the Note 3, if so where do I find it, thanks
Sent from my SM-N9005 using XDA Free mobile app
Click to expand...
Click to collapse
Try a Note3 specific forum.
---------- Post added at 11:09 PM ---------- Previous post was at 11:03 PM ----------
There is a quicker way to get to that options screen-- shift. + restart,.
TheMarkster said:
There is a quicker way to get to that options screen-- shift. + restart,.
Click to expand...
Click to collapse
You can also just reboot and repeatedly hit Escape while reboot to enter boot menu. Repeatedly F2 while reboot enters uefi-settings.
jimbrechin said:
Thanks for this Chadder43, I had tried various methods to attempt running Linux on my machine, none worked until I used your method. I am sure all the bugs will be ironed out in time, wifi is essential. Will be trying various Linux distributions with your method to see if any work.
Click to expand...
Click to collapse
No Problem,
Im sorry to everyone for not dedicating the time that I would like to this, but with school full time, and working on the weekends just to survive... well you know?
Has anyone tried to use ndiswrapper for the windows drivers? the wifi card and what seems like everything else is "wired" in I2C somehow, I havnt gotten that far, but soon I hope.
I tested with kubuntu 15.04 beta1 , it worked fine, unless already known faults: wifi, sound, etc. I love KDE 5 plasma.
Sound card
Chadder43 said:
No Problem,
Im sorry to everyone for not dedicating the time that I would like to this, but with school full time, and working on the weekends just to survive... well you know?
Has anyone tried to use ndiswrapper for the windows drivers? the wifi card and what seems like everything else is "wired" in I2C somehow, I havnt gotten that far, but soon I hope.
Click to expand...
Click to collapse
Thanks Chadder43, for taking time to write this up. We you are to make any progress with respect to sound?
Great work, Chadder43! I've got it working too, with the already mentioned lack of sound, wifi, etc.
I wonder if it would be possible to make a true dual boot system of the T200, with GRUB or any other bootloader, or does UEFI put an end to that?
Any more update on this thread.
I really like to have a working wifi and sound.
hi, i am looking to install the ubuntu on t200ta, assus transformer, i was able to boot with usb and try the ubuntu , but my apprehension regarding touchpad , touch screen and other drivers issues are not clear. how to update them? has the issues of drivers addressed?

[TREBLE] Project Treble for Xiaomi Mi Mix [LITHIUM][12.09.2018]

{
"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"
}
What is Project Treble?
Everything is explained here!
What's working:
Boots
Wifi
Bluetooth
Camera ( Videos And Photos )
Video Playback
Audio ( Record and Playback )
Sensors
GPS
RIL
VoLTE
What's not working:
Selinux is permissive
You tell me
Generic System Images:
Here
How to flash:
Use a TWRP with /vendor support
Wipe cache, dalvik-cache, system, vendor and data
Flash the required firmware
Flash the treble_lithium-xxxxxxxx-xxxx.zip
Select "Flash Image"
Flash a Generic System Image in system partition (arm64, A only)
Reboot
Special thanks:
Tranquilitysmile for testing and debugging​
XDA:DevDB Information
Project Treble for the Xiaomi Mi Mix
Contributors
Psy_Man
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.x
ROM Firmware Required: 8.8.30
Based On: AOSP
Version Information
Status: Stable
Created 2018-05-01
Last Updated 2018-09-12
Screenshots:
Excellent looking forward to this
Add this line to build prop to enable navbar
Code:
qemu.hw.mainkeys=0
Great job, thanks
02.05.2018 build:
- Forced enable navigation bar (thanks @EvangelineDEV for pointing this out)
- Moved listen_platform_info.xml to /vendor
- Merged changes from LineageOS
Download build
This is awesome!
Thanks Pepsy!!!
Earphone does not work, is it a common problem ?
Great work!
woha, thanks @Psy_Man !
since this took me somewhat by surprise: how will the flashing-process with treble roms differ from the traditional way? after flashing the treble-zip (and doing a factory reset) for the first time, will it be possible to switch the generic system images without a factory reset every time like when switching a "traditional" rom? will you still continue your Pixel Experience rom or is Treble the way to go? and which TWRP meets the /vendor requirement? the TWRP-thread is a bit chaotic...
sorry for all those questions, really appreciate your work!
doumer said:
woha, thanks @Psy_Man !
since this took me somewhat by surprise: how will the flashing-process with treble roms differ from the traditional way? after flashing the treble-zip (and doing a factory reset) for the first time, will it be possible to switch the generic system images without a factory reset every time like when switching a "traditional" rom? will you still continue your Pixel Experience rom or is Treble the way to go? and which TWRP meets the /vendor requirement? the TWRP-thread is a bit chaotic...
sorry for all those questions, really appreciate your work!
Click to expand...
Click to collapse
I believe factory reset and wiping system and data are still needed between GSI's... But it should be tried...
Twrp by raupe-lunden.... Find it linked in most oreo roms threads op's I think.
For flashing generic procedure the instructions are linked right here in Psy_Man's OP
Using RR image, stuck at white android logo. Cannot go into OS, trying format data wipe all, result still same
Fusionist said:
Using RR image, stuck at white android logo. Cannot go into OS, trying format data wipe all, result still same
Click to expand...
Click to collapse
I cannot see logcat here. Ignored.
Psy_Man said:
I cannot see logcat here. Ignored.
Click to expand...
Click to collapse
I still dont know how people want us to solve these problems , if they dont provide logcat we cannot make magic and say OH this is!!!!!!! lol . Thanks Psy_Man for your treble work.
Psy_Man said:
I cannot see logcat here. Ignored.
Click to expand...
Click to collapse
Yup.
I also couldn't boot RR or AOKP... Will try and get logcats from the bootloop and share here a pastebin or the likes.
This treble advances for lithium I believe are awesome and undoubtedly the way to go.
Thanks again Psy_Man.
Psy_Man said:
I cannot see logcat here. Ignored.
Click to expand...
Click to collapse
Sorry for not provided logcat, I dont know how to getting logcat when my phone stuck at boot animation ? How can I get the logcat when stuck at boot?
Fusionist said:
Sorry for not provided logcat, I dont know how to getting logcat when my phone stuck at boot animation ? How can I get the logcat when stuck at boot?
Click to expand...
Click to collapse
If I recall correctly, running
Code:
adb -d logcat>mylogfile.txt
before the phone boots should wait until the phone boots and connects to the computer, provide you with a logcat, and save it to a file. (You won't see the output in the terminal, but the log file should be there. There's more information on this here.)
This looks great, good work! I'll try it in a bit and report back on how it works. Thanks again!
NLivingstonAP said:
If I recall correctly, running before the phone boots should wait until the phone boots and connects to the computer, provide you with a logcat, and save it to a file. (You won't see the output in the terminal, but the log file should be there. There's more information on this here.)
This looks great, good work! I'll try it in a bit and report back on how it works. Thanks again!
Click to expand...
Click to collapse
Many thanks ! I'll try it again
Hello i want to ask what is the benefit using the treble based custom rom? From what i know is the update is faster for oem eg samsung, lg or oem that used treble, but what is benefit using this on custom rom?
billyliem said:
Hello i want to ask what is the benefit using the treble based custom rom? From what i know is the update is faster for oem eg samsung, lg or oem that used treble, but what is benefit using this on custom rom?
Click to expand...
Click to collapse
You flash the treble compatible and then any GSI out there, that are cooked and usable for any treble enabled device. You don't need an aokp (or any other) cooked specifically for lithium.

ROM[OFFICIAL][instantnoodle][11.0]**crDroid**[V7.14]

{
"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:
*** Disclaimer
I am not responsible for any damage you made to your device
You have been warned
crDroid is designed to increase performance and reliability over stock Android for your device also attempting to bringing many of the best features existent today
Features:
https://github.com/crdroidandroid/crdroid_features/blob/11.0/README.mkdn
Flashing Instructions:
for first install:
be on the latest firmware possible
download the file named like this: crDroidAndroid-11.0-XXXXXXXX-instantnoodle-v7.X-gapps-install-files.zip
unpack zip to desktop (or whereever you want)
reboot to bootloader
run ROMinstaller.bat
follow instructions
reboot to system
if you want to install gapps:
reboot back to recovery
Apply update
Apply from ADB
from your computer: adb sideload (gapps package).zip , i recommend MindTheGapps, because with this package i could update without having to install Gapps again
reboot to system
to update:
download the file named like this: crDroidAndroid-11.0-XXXXXXXX-instantnoodle-v7.X.zip in the internal updater and update it
some large gapps packages will not install due to lack off space
Sources:
ROM: https://github.com/crdroidandroid
Kernel: kernel url
Download:
ROM download
Changelog: Changelog
Known issues:
Tell Me
crDroid OnePlus 8 Telegram group
Visit official website @ crDroid.net
crDroid Community Telegram
Donate to help our team pay server costs
Contributors
firebird11
Source Code: https://github.com/crdroidandroid
Many Thanks to:
FizzyAps and thznutz87 for the install script
LuK1337 for his awesome work on op8
Version Information
Status: Testing
res
good job
A couple of things. ROM won't boot unless you wipe data. The clock isn't centered when center is chosen. Choosing "Advanced Restart" changes nothing on my phone.
Have it up and running and rooted. So far no problems whatsoever. Great job.
Edit: after rooting advanced start is working. Not sure if that had anything to do with it but before that I had to use volume keys to get into bootloader.
Eagerly excited to give this a shot. Been wanting a reason to switch things up on my phone, and this sure is one. Will report back once I flash.
EDIT: Flashed on T-Mobile OP8 once converted to global. I attempted to flash from T-Mobile official, but this bombed out and caused it to boot into crashdump. So far, everything is nearly flawless. I will say that display calibration profiles isn't working, but that is pretty minor. Using the standard color correction works fine. I am going to run it through its paces for the rest of the night and tomorrow. If things go well, looks like this will be daily driver material.
Verizon Op8 unlocked. On A10 as I'm waiting to get updated modem from Verizon. I only have build on one slot _a, not both as msm tool has latest ota from Verizon loaded. Is being on A11 base or having oos on both slots a pre-requisite? Please and thank you beforehand.
firebird11 said:
Code:
*** Disclaimer
I am not responsible for any damage you made to your device
You have been warned
crDroid is designed to increase performance and reliability over stock Android for your device also attempting to bringing many of the best features existent today
Features:
https://github.com/crdroidandroid/crdroid_features/blob/11.0/README.mkdn
Flashing Instructions:
be on the latest firmware possible
unpack zip to desktop (or whereever you want)
reboot to bootloader
run ROMinstaller.bat
follow instructions
Sources:
ROM: https://github.com/crdroidandroid
Kernel: kernel url
Download:
ROM download
Changelog: Changelog
Known issues:
Tell Me
Visit official website @ crDroid.net
crDroid Community Telegram
Donate to help our team pay server costs
Contributors
firebird11
Source Code: https://github.com/crdroidandroid
Many Thanks to:
PE for recovery
Chandra1.jp for assistance
FizzyAps for his install script
LuK1337 for his awesome work on op8
Version Information
Status: Testing
Click to expand...
Click to collapse
Might want to read the installer script, your missing a credit
I flashed and it seems pretty good. Some issues to note are, when connected, there's no sound with bluetooth devices, sometimes during heavy use the screen will become unresponsive, and when the pop up comes in apps to use the fingerprint scanner, it shows 2 different overlays. I was unable to get logs and I flashed back to stock, but hopefully this helps
succumbtothegreater said:
I flashed and it seems pretty good. Some issues to note are, when connected, there's no sound with bluetooth devices, sometimes during heavy use the screen will become unresponsive, and when the pop up comes in apps to use the fingerprint scanner, it shows 2 different overlays. I was unable to get logs and I flashed back to stock, but hopefully this helps
Click to expand...
Click to collapse
I also came back to post the bluetooth audio bug. Can also confirm that it happens with wired headsets as well, either using the adapter or using USB-C headphones.
I also have no bluetooth audio and display calibration profiles not working.
Wohooo finally!!
Guys help me. I flashed the rom so far so good but there's no fod icon change etc on the crdroid settings menu I went on lock screen options and there's only fod vibration verification but no fod icon change does anybody else have this? Can anyone help me with this one?
Just curious if any headway was made on the Bluetooth audio bug. If logs are needed, let me know and I can capture them.
stompysan said:
Just curious if any headway was made on the Bluetooth audio bug. If logs are needed, let me know and I can capture them.
Click to expand...
Click to collapse
Yeah, that's pretty much a deal-breaker. Looking at this guy's account it seems he's got a few irons in the fire when it comes to crDroid. Given this thread has like five posters seems not much interest from OP8 users. I'd guess that would leave us sucking hind tit. And it's hard to find fault. I'm sure this is really time consuming work and people have lives.
a new build is up, please don't use the internal installer but download it from our website and follow the install script
thanks everyone for the feedback, it's appreciated
Updated. Fixed the bluethooth issue. Haven't checked the other stuff yet.
A question. Updating as you do breaks root. Could a person extract the boot.img from your package, patch it with magisk, rename it boot.img, put it into the installer package, then update and retain root? Or would this cause the update process to fail?
android_dan said:
Updated. Fixed the bluethooth issue. Haven't checked the other stuff yet.
A question. Updating as you do breaks root. Could a person extract the boot.img from your package, patch it with magisk, rename it boot.img, put it into the installer package, then update and retain root? Or would this cause the update process to fail?
Click to expand...
Click to collapse
That should work
firebird11 said:
a new build is up, please don't use the internal installer but download it from our website and follow the install script
thanks everyone for the feedback, it's appreciated
Click to expand...
Click to collapse
Thanks for the update working great!
Adaptive brightness/color profile still not working. No matter what you select it reverts to "standard".
firebird11 said:
That should work
Click to expand...
Click to collapse
"Should" instead of "will" causes me no small amount of concern, LOL.

[ROM][OFFICIAL][discovery][12] LineageOS 19

{
"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 a free, community built, aftermarket firmware distribution of Android 12, which is designed to increase performance and reliability over stock Android for your device.
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.
All the source code for LineageOS is available in the LineageOS GitHub organization. And if you would like to contribute to LineageOS, please visit our Gerrit Code Review. You can also view the changelog for a full list of changes & features.
Instructions :
https://wiki.lineageos.org/devices/discovery/install
Downloads :
https://download.lineageos.org/discovery
Reporting Bugs
DO NOT Report bugs if you're running a custom kernel, or you installed Xposed
Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
If it is a random reboot, grab /sys/fs/pstore/console-ramoops and /sys/fs/pstore/dmesg-ramoops-0. (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues. Any bug not reported in the bug report format below may be ignored.
Code:
What is your--
LineageOS version:
LineageOS Download url:
Gapps version:
Did you--
wipe:
restore with titanium backup:
reboot after having the issue:
Are you using--
a task killer:
a non-stock kernel:
other modifications:
Provide any additional information (observations/frequency of problem/last version it worked on/etc) as needed:
I'm gonna try to flash this today,
any gapps recommendation perhaps please?
also second question, does this rom recieves OTA updates?
maxis123 said:
I'm gonna try to flash this today,
any gapps recommendation perhaps please?
Click to expand...
Click to collapse
No.
maxis123 said:
also second question, does this rom recieves OTA updates?
Click to expand...
Click to collapse
No.
installed and rom is nice everything is fine, except.. Can't get connection to Internet, tryed reseting APNs, writing them on my own, can't get connection to Internet no way...
please ignore post above, turns out it was only my sim card issue..
Ty i will test it this weekend.
Awesome ROM, flawless!
Thanks for keeping this old phone alive.
But i hate the look of Android12...
michaaa62 said:
But i hate the look of Android12...
Click to expand...
Click to collapse
Yes, same here... I am building Android 11 (last amazing version IMO) for my Xperia 5 at the moment, I dont know how to port LineageOS 18.1 but I am building a SODP AOSP ROM atm.
May I ask if the system cannot be updated, have you deleted anything to keep the data?
I am facing issue with SIM2. only one sim is detected at a time.. Any help?
drakost said:
I am facing issue with SIM2. only one sim is detected at a time.. Any help?
Click to expand...
Click to collapse
Can you try to run these commands and let me know if that fixes it? You'll need to enable "Rooted debugging" in developer options before running these commands. FYI
Code:
adb root
adb remount
adb shell "curl https://raw.githubusercontent.com/LineageOS/android_device_sony_nile-common/6aa83e6e8cc00638004bbb3eca6eb347b16e1bbb/rootdir/etc/init.qcom.rc -o /vendor/etc/init/hw/init.qcom.rc"
adb reboot
LuK1337 said:
Can you try to run these commands and let me know if that fixes it? You'll need to enable "Rooted debugging" in developer options before running these commands. FYI
Code:
adb root
adb remount
adb shell "curl https://raw.githubusercontent.com/LineageOS/android_device_sony_nile-common/6aa83e6e8cc00638004bbb3eca6eb347b16e1bbb/rootdir/etc/init.qcom.rc -o /vendor/etc/init/hw/init.qcom.rc"
adb reboot
Click to expand...
Click to collapse
It worked! You are a life saver
Is it a temporary fix or permanent?
drakost said:
It worked! You are a life saver
Is it a temporary fix or permanent?
Click to expand...
Click to collapse
Permanent, now that you confirmed that my patch works.
LuK1337 said:
Permanent, now that you confirmed that my patch works.
Click to expand...
Click to collapse
It stopped working again after the restart... The same issue persists!
drakost said:
It stopped working again after the restart... The same issue persists!
Click to expand...
Click to collapse
Ehh, restart again? idk.
LuK1337 said:
Ehh, restart again? idk.
Click to expand...
Click to collapse
SIm 2 works and Sim1 doesn't.
Might be a bit late. Everything works now.. Took a few restart to fix this. But everything is fine now.
Thank you for the ROM. Amazing work!
first of all thanks for god job
plz i want ask you about crash of dvb finder and other apps on Lineage 19.1 how to fix that plz?
I was trying to sideload days ago from 16 to 19, but first boot never came out, it was just stuck on logo no matter how long I waited.. Any fix for that please?
also second question, long ago when 19 first became available and I tryed clean flash it and it booted, I had annoyance wich wasn't possible to turn off back then, it was when unlocking device with fingerprint it was vibrating everytime, so I'm inteteresed does 19 nowdays still vibrates when doing fingerprint unock ?? if does, can it be turned off somehow?
Thanks!
<3

Categories

Resources