[ROM][T110][T111][WIP] CyanogenMod 11 Unofficial - Galaxy Tab 3 7.0 Android Development

Status: Booting into the OS; Lack of HW acceleration;
NOTE: This a WIP build. Doesn't got all functions working yet.
Better try using Linux:
[T110 / T111][BETA] Linux for Tab 3 Lite, PostMarketOS
Status: 🟩Booting into the OS; 🟩 Wi-Fi, display, touchscreen, audio, camera, etc.; 🟩 PostmarketOS Wiki; What you need: MicroSD Card formatted with FAT32 inserted into the tablet, preferably with at last 8gb of space. Getting started: Flash...
forum.xda-developers.com
Working CM11 ROM:
Download CM11 and TWRP 3.0 recovery. Mirror here.
Install TWRP 3.0 recovery with ODIN.
Flash CM with TWRP 3.0.
It works with TWRP 2.7.0.1 also, if you don't want the buggy 3.0.
This TWRP version got a bug with black screen before running. If you don't get into TWRP after waiting 1-2 minutes then try again to enter in recovery until you see TWRP logo.
In current version:
What's working:
OS is booting
Touchscreen and display
Installing apps
Audio
What's not working:
Volume
Bluetooth
Wi-Fi
Rotation
Some got fixes in the CM11 build I've made previously and didn't implemented in this. It will got fixed with time, maybe expect of HW Acceleration witch is tricky but not impossible.
Sources: https://github.com/T110-android
Note: pick initial commits for known buildable version.
Build with Colab using last updated sources: https://github.com/T110-android/colab_build

adryyy said:
Status: Booting into the OS; Lack of HW acceleration;
NOTE: This a WIP build. Doesn't got all functions working yet.
Working CM11 ROM:
Download CM11 and TWRP 3.0 recovery.
Install TWRP 3.0 recovery with ODIN.
Flash CM with TWRP 3.0.
This TWRP version got a bug with black screen before running. If you don't get into TWRP after waiting 1-2 minutes then try again to enter in recovery until you see TWRP logo.
In current version:
What's working:
OS is booting
Touchscreen and display
Installing apps
Audio
What's not working:
Volume
Bluetooth
Wi-Fi
Rotation
Some got fixes in the CM11 build I've made previously and didn't implemented in this. It will got fixed with time, maybe expect of HW Acceleration witch is tricky but not impossible.
Click to expand...
Click to collapse
What? I've got rotation to work... Interesting.
EDIT: Nevermind!

Rotation works in the version I've post as TWRP backup, but that was compiled a while ago and don't remember what exactly I did to make it work. However, should be easy to fix. Probably is a library, a setting or a config somewhere in the firmware.
ART seems to work and it makes UI a bit smoother.

adryyy said:
Rotation works in the version I've post as TWRP backup, but that was compiled a while ago and don't remember what exactly I did to make it work. However, should be easy to fix. Probably is a library, a setting or a config somewhere in the firmware.
ART seems to work and it makes UI a bit smoother.
Click to expand...
Click to collapse
Hey! Can you share your sources on GitHub? Thanks!

Few things to note:
- Was it built as MDPI and/or smaller resolution? The screen is kind of funky.
- Was it build as telephony device? It says About phone instead of tablet in the settings.
The tablet is acting very funky because it thinks it's an i8200.

Yes, I didn't compiled it as tablet, because Phone Ui looks better anyway in my view.
As for resolution, it looks fine and as sharp as it can at me. Maybe you feel the bigger phone Ui different.
I'm sure you can change DPI manually even enable tablet UI with a Magisk module or so, that's not priority right now, but to get all the hardware usable.
I will share the source but in a few days.
If you are in a hurry, here's local_manifest.xml and modification I've used to build:
Spoiler: Build informations
Dependencies:
Recommend to use Ubuntu 14.04
openjdk-7 (JRE / JDK)
bison (version under 3.6.4)
And so on, you can find on XDA how to build CM11 from source and deps. .
Remove /system/lib/hw/hwcomposer.mrvl.so after build.
Fix set_metadata_xxx fails inside flushable zip before copy.
Local manifest:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="zvihell/android_device_goldenve3g.git" path="device/samsung/goyawifi" remote="github" revision="master"/>
<project name="zvihell/android_vendor_goldenve3g" path="vendor/samsung/goyawifi" remote="github" revision="master"/>
<project name="pazos/android_kernel_samsung_goyawifi.git" path="kernel/samsung/goyawifi" remote="github" revision="master"/>
</manifest>
BoardConfig.mk:
Code:
#Board config edit BoardConfig.mk
#
# Comment all existing lines at Wi-Fi and use these
#
# Wifi
BOARD_WLAN_VENDOR := MRVL
WIFI_DRIVER_MODULE_PATH := "/system/lib/modules/sd8xxx.ko"
WIFI_DRIVER_MODULE_NAME := "sd8xxx"
WIFI_DRIVER_MODULE_ARG := "firmware_path=/system/etc/firmware/mrvl/sd8777_uapsta.bin cfg80211_wext=12 sta_name=wlan uap_name=wlan wfd_name=p2p fw_name=mrvl/sd8777_uapsta.bin"
WIFI_DRIVER_FW_PATH_PARAM := "/sys/module/sd8xxx/parameters/firmware_path"
WIFI_DRIVER_FW_PATH_STA := "/system/etc/firmware/mrvl/sd8777_uapsta.bin"
WIFI_DRIVER_FW_PATH_AP := "/system/etc/firmware/mrvl/sd8777_uapsta.bin"
WIFI_DRIVER_FW_PATH_P2P := "/system/etc/firmware/mrvl/sd8777_uapsta.bin"
WIFI_SDIO_IF_DRIVER_MODULE_PATH := "/system/lib/modules/mlan.ko"
WIFI_SDIO_IF_DRIVER_MODULE_NAME := "mlan"
WIFI_SDIO_IF_DRIVER_MODULE_ARG := ""
MRVL_WIRELESS_DAEMON_API := true

I just turned on my table today after who knows how long of being used as a coaster. It's amazing to see new releases for this table even though it's pretty much obsolete by todays standards. I will give this rom a try to see how it run!

This rom is amazing!!!!! never seen my old tablet run anything past jellybean!!! i hope this project doesnt die like the lineage os port

J3LLYX said:
This rom is amazing!!!!! never seen my old tablet run anything past jellybean!!! i hope this project doesnt die like the lineage os port
Click to expand...
Click to collapse
Don't worry, unlike the LineageOS 14 project, we have actual sources that we can work with! Oh, and I have confirmed that the ROM boots.

Working like a charm in my sm-t111 ... Thanx dev for this amazing rom... Please fix ui glitches

arawat2y2k said:
Working like a charm in my sm-t111 ... Thanx dev for this amazing rom... Please fix ui glitches
Click to expand...
Click to collapse
Those will be fixed once HW rendering is working!

TriDiscord said:
Those will be fixed once HW rendering is working!
Click to expand...
Click to collapse
What about the dpi issue... Did u also get red bars across the screen while opening a drawer and home screen

arawat2y2k said:
What about the dpi issue... Did u also get red bars across the screen while opening a drawer and home screen
Click to expand...
Click to collapse
Red bars issue should be fixed after a data wipe/reflash of ROM.

Oh, and the DPI is correct.

yooooooooooooo, a ROM for T111 model also? imma install it in a few days time. i have been waiting for a ROM for this model for more than a year and no luck but finally, the wait has been over, cant wait to try out this ROM even if it has bugs.

Not my name said:
yooooooooooooo, a ROM for T111 model also? imma install it in a few days time. i have been waiting for a ROM for this model for more than a year and no luck but finally, the wait has been over, cant wait to try out this ROM even if it has bugs.
Click to expand...
Click to collapse
No GSM support yet, but sure! Beware of the bugs above though!

TriDiscord said:
No GSM support yet, but sure! Beware of the bugs above though!
Click to expand...
Click to collapse
ah i see but imma try it out for sure!

after rebooting from TWRP after flashing the zip file, it takes my to the TWRP splash screen and i cant boot into the OS, tried reinstalling stock firmware and try to do the same steps given in the forum but it still brings me back to TWRP. I need help.

Not my name said:
after rebooting from TWRP after flashing the zip file, it takes my to the TWRP splash screen and i cant boot into the OS, tried reinstalling stock firmware and try to do the same steps given in the forum but it still brings me back to TWRP. I need help.
Click to expand...
Click to collapse
After flashing the rom , flash stock recovery through odin...it will boot the rom

arawat2y2k said:
After flashing the rom , flash stock recovery through odin...it will boot the
Click to expand...
Click to collapse
Thanks it worked

Related

[ROM][Wifi+3G+TMobile][Feb 28] Omni 5.0.2

Summarized Standard Disclaimer: use at your own risk. I use it at mine
*Full wipe recommended if coming from another rom due do the settings database varying and no way to make them compatible*
My personal Omni Rom 5.0 is based on omnirom with the following additions:
CM12 File Manager
CM11 ssh terminal commands
Bash shell
Nano text editor
Koush's full featured open source superuser integrated into settings***(see potential quirk)
Cyanogenmod custom host name
Cyanogenmod screen off volume key long press music control
The list of personal touches isn't very long right now but they include
Battery percent displayed next to battery icon
Battery icon changes color based on percent: 0-15 red, 16-50 yellow, 51-100 green
Disabled lock screen full screen music.
Disabled SELinux at the kernel
Up to 1.6GHz CPU OC
Automatic 400MHz GPU OC
Not Working/Quirky
Bluetooth audio
Mic can be quirky.
Stock camera (not included) would crash on camera change, photo/video change. Try this open source alternative instead. Full featured, nice and fast.
AOSP keyboard swipe doesn't work: google's fault.
Cellular data probably doesn't work. phone call audio doesn't work. The rest is reported ok.
Flashing SuperSU might cause issues since the su daemon is started by the ram disk script since boot scripts apparently don't work.
Plugging in a charger when turned off causes the tablet to turn on with the touch screen disabled.
Everything else not listed as a quirk probably works.
*First Time*
-Read second post FAQ and other important information
-Make titanium backup (highly recommended)
-Flash TWRP 2.8.1.0
-Flash fixed twrp 2.8.0.0 for TMobile users
-Reboot into new recovery
-Make recovery backup (meh, I don't usually do it but you have been warned)
-Full wipe
-Format system
-Install rom
-install gapps (you can use another one if you want. I always provide the most minimum gapps)
-reboot
-TURN ON WIFI IMMEDIATELY AS SOON AS POSSIBLE
*Subsequent flashes*
-TURN ON WIFI BEFORE REBOOT RECOVERY
-Install ROM
-Install gapps
-Reboot into rom
-Reapply any adblocking hosts file.
Downloads
Mediafire folder (discontinued)
Gapps Android File Host
TWRP Android File Host
Wifi ROM Android FIle Host
3G ROM Android FIle Host
TMobile ROM Android File Host
Credits:
-decatf: your patches were vital to the rom
-drewwalton19216801: used your gapps for the minimal gapps package
-kasper_h: I learned a lot from doing kitkat with you last year
-pershoot: original device/vendor base
-omni team: providing rom
-cyanogenmod team: rom extras
Sources https://github.com/AAccount?tab=repositories
Screenshots: a picture is worth 1000 words but a video is worth exactly 30 pictures/second (mostly).
XDA:DevDB Information
Omni 5.0, ROM for the Samsung Galaxy Tab 10.1
Contributors
AAccount
ROM OS Version: 5.0.x Lollipop
ROM Kernel: Linux 3.1.x
Based On: Omni
Version Information
Status: Weekly
Created 2014-11-24
Last Updated 2014-11-23
Delete
FAQ:
OMFFFFFFG: insane boot loop 10 seconds after lock screen: install any rom from the year 2015.
Missing gapps: remember to reflash after every rom.
Adblock hosts stopped working: remember to reapply ad block hosts after ever flash.
Google maps 9+ doesn't work due to an illegal instruction exception. No practical way to fix it. Install google maps 8.4 it works now. Make sure you use the latest google maps.
No keyboard: Settings --> Language & Input --> Current Keyboard --> Hardware (show input method) turn this on.
AOSP swipe doesn't work: apparently google removed these lines of code from aosp keyboard.
Launcher 3 crashes on boot since Feb 8 build: I switched to CM's launcher since it has some customizability. Go to /data/data/com.android.launcher3 FROM RECOVERY and erase this folder.
THIS IS A TEST ROM. PLEASE REMEMBER THAT
For those of you who are itching to try the android 5.1 build I've done some basic quick testing and I like how it's going. The chromium bug I got this afternoon seems to be taken care of with 2 commits. Look at them if you want to know the secret
Installation Instructions (may not be complete as I've installed a lot of zip files. Please try and fill in the missing holes as the rom does install and boot)
Reboot recovery
Wipe data
Format system
RE reboot into recovery
install rom
install my recommended android 5.0 gapps (have heard issues using others but not tried it myself)
try it out
report the bugs
What works: everything thing that worked in 5.0 should continue working.
The camera app has a bit of a "confidence" problem. It will crash on switching to front/back photo/video but if you open it again it will do what you wanted. Sometimes it doesn't crash. Give the camera app patience.
Link: https://www.androidfilehost.com/?fid=95916177934541869
Great news. Downloading asap.
Is just enough to have WiFi on, or it must also connect to some network to avoid bootloop? I'm concerned what happens if I turn it on in the desert where there's no Wi-Fi whatsoever?
Hi.For p4 expected? Thanks.
jaibar said:
Great news. Downloading asap.
Is just enough to have WiFi on, or it must also connect to some network to avoid bootloop? I'm concerned what happens if I turn it on in the desert where there's no Wi-Fi whatsoever?
Click to expand...
Click to collapse
Just on. No connection necessary. You can also feel free to turn it off after a few minutes of just being on. Just remember to turn it back on before a reboot or weekly flash.
@AAccount thanks for bringing omni 5 to the tab was running ur kitkat build, however not sure if anyone else is having install issues, installed twrp 2.8.0.0, factory reset and wiped system, but when trying to install zip i get the following error:
Set_perm: some changes failed
Error excuting binary in zip
Error flashing zip
Any help or info would be appreciated.
Thanks
emu1982 said:
@AAccount thanks for bringing omni 5 to the tab was running ur kitkat build, however not sure if anyone else is having install issues, installed twrp 2.8.0.0, factory reset and wiped system, but when trying to install zip i get the following error:
Set_perm: some changes failed
Error excuting binary in zip
Error flashing zip
Any help or info would be appreciated.
Thanks
Click to expand...
Click to collapse
Well in that case try using the new twrp 2.8.1.0 I just posted. I used that later on in the testing of flashing the rom. It's in the first page instructions under first time flashing. I added a link to the new recovery.
AAccount said:
Well in that case try using the new twrp 2.8.1.0 I just posted. I used that later on in the testing of flashing the rom. It's in the first page instructions under first time flashing. I added a link to the new recovery.
Click to expand...
Click to collapse
Thanks for the reply, but still get the same issue, however if i flash decatf's build first im able to dirty flash your build on top...
emu1982 said:
Thanks for the reply, but still get the same issue, however if i flash decatf's build first im able to dirty flash your build on top...
Click to expand...
Click to collapse
Maybe you should pull a recovery log and post it here so @AAccount can see what's going on.
Can't download twrp2810-wifi.zip from mediafire, always only download 2m then interrupted.
Anybody who can send me a twrp2810-wifi.zip, my email is
[email protected]
Thank you very much!
mediafire failing to download any file I try to download from it
Can't download twrp2810-wifi.zip from mediafire , I am having a problem too with mediafire, each time I click on download , it refreshes loops the download page, no file is able to access, I think it has something to do with our ISP, we moved into a place that you can only use hughesnet to access the web, I can't get DSL from the house my parents got etc.. , I tried the cleaning the cache like this page
http://topkpop.wordpress.com/2010/05/10/solution-for-mediafire-continuous-refresh-download-problem/
it says that removing cookies fixies this but it is not , still failing to access any files off of mediafire, I was able to create a mediafire account , and download their desktop software, but can't get files like from your links to work, it seems , I have tried internet explorer, firefox, and google chrome, each browser doesn't want to let me download etc to save the file, The only thing I have yet to try is use my android tablet to access the links, I don't no if mediafire will work right or not over my android, if my download pc doesn't download it, from my wireless network ,
my android tablet also can't access the files. I just tried to download twrp2810-wifi.zip from mediafire off of browser on android , when you click download it keeps looping and freshing the page, but what it doesn't do is download, I am in US, CA so it shouldn't be blocking me from downloading files, not sure why this seems to be happening, it was not a problem with our old isp before me moved etc..
I don't no if this explains it, but on android , when click download it reloads this page"http://www.mediafire.com/download/6hc9ws7sd96j3nn", instead of this "http://www.mediafire.com/download/6hc9ws7sd96j3nn/twrp2810-wifi.zip" I been tried to click download over and over , even the repair download thing, doesn't do anything , after clicking on download a few, times I got that message.
I am able to use
Downloads
Mediafire folder
Click on the files, and use the copy to my accounts folder option, which sync it to the desktop software, that feature is working for me, just not mediafire download pages
anyway can you give me access to the folder, that has Flash file TWRP 2.8.1.0, since then I could click the copy feature of mediafire, and transfer it to my account on mediafire, and it will download and sync the file to my folder on my computer, thats the only way or simplist way to get passed that looping on download page problem, or maybe copy the file into your mediafire folder if that also possible I hope,
don't have to have the newest version to flash right away , but it would be nice if I was able to access it, to flash anyway, I still got the 2.7 version of twrp, after using android 4.4.4 nameless etc.. before I got problems with mediafire from my web browser problem, and access to cwm boot flash manager too, which I found files on the web for flashing with touch screen option, while browsing the forums here
attached downloads will download no problem, and other websites besides mediafire will also work just fine for me, since it seems to be a mediafire download page problem only bug,
also talking about bugs, does this rom have that power on charging , bug like the rom [AOSP] Android 5.0.0 Lollipop (LRX21V) has?
"Whenever I try to charge the tab while it's turned off, it boots up. Is this a new feature of Android 5.0? Also it doesn't respond to touches. " , on its last page I read that its a new feature of the android 5.0 based on aosp rom, it reads " It turns out there is a new feature in Lollipop to boot from charger but it is not enabled by default. It is only for one specific device at the moment. I reverted the code anyways but the problem still exists. So the issue lies deeper some where." , source information can be found here, http://forum.xda-developers.com/gal...-5-0-0-lollipop-lrx21m-p4wifi-t2938870/page17
if this rom doesn't have that problem, maybe something can be learned from it , to fix the bug in the other rom, since our tablets , don't like that feature, since it locks up our tablets touchscreen from doing anything but hard rebooting them etc.. when plugged into power when in off mode etc...
emu1982 said:
Thanks for the reply, but still get the same issue, however if i flash decatf's build first im able to dirty flash your build on top...
Click to expand...
Click to collapse
Same here, switched from CWM to TWRP 2.8.1.0 and I'm still getting the error D:
AAccount said:
Well in that case try using the new twrp 2.8.1.0 I just posted. I used that later on in the testing of flashing the rom. It's in the first page instructions under first time flashing. I added a link to the new recovery.
Click to expand...
Click to collapse
Was able to download TWRP and gapps just fine but the ReCaptcha you have to complete in order to download the ROM won't load a picture. I have tried on my tablet, phone and computer... Able to pass a ReCaptcha on other pages just fine, clearly an issue with this specific download page. Anyone else having this issue?
L3R0N said:
Maybe you should pull a recovery log and post it here so @AAccount can see what's going on.
Click to expand...
Click to collapse
http://pastebin.com/xSr4TLCY
@AAccount here is a twrp log of the install issue i had trying to install after a full wipe. Hope it helps..
For people with download problems, will it be ok if I register for an account here:
https://www.androidfilehost.com/user/?w=register
Will that be a good file hosting site?
I know its still early development for 5.0 rom versions of android 5.0, do you guys know why scummvm version 1.7.0 release will not download and install, it keeps failing to download for me on android 5.0, from google play website, also the development version 1.8.0 direct from scummvm will install but crashes on play, off of http://scummvm.org/
I know that scummvm app, worked for android 4.4.4 nameless rom, I used it under that android before, never crashed that I can remember, I hope as android 5.0 builds makes progress that whatever causing it to crash gets fixed. I am not sure if its something that needs to be fixed in the android os system of 5.0, or if its something that needs fixing in the scummvm app, that causes it to crash under android 5.0, maybe future development builds of scummvm will fix the crashing under android 5.0.
and below a fix to the charging bug I think its a fix I have yet to test it from this page, since both our based on android 5.0 I am guessing that these files will fix booting on both
source page "http://forum.xda-developers.com/galaxy-tab-10-1/development/rom-android-5-0-0-lollipop-lrx21m-p4wifi-t2938870/page17"
decatf said:
Charging mode should be working now although there are still some issues to be ironed out. Note(!) that ADB is running in while in charger mode. I haven't figured out why yet.
It only requires an update to the boot partition. Flash and reboot.
bootimg-p4-lp-20141125.zip
bootimg-p4wifi-lp-20141125.zip
The problem is that Samsung did not follow the Android method of booting into charger mode. With Android 5.0 this method of booting is not working. So I ported it to work with the Android method. Which means it is booting slightly differently than the old charger mode.
Someone others mentioned issues with overclocking. I have not had a chance to look into this yet.
Click to expand...
Click to collapse
Omni 5.0 p4wifi Nov 23
Re scumm vm... Could it be dalvik vs ART? I have done very little research.. Just know that xposed -framework- (and most modules?) require dalvik.. Put another way, not (yet?) compatible with ART
5.0 has no option for dalvik, whereas 4.4.4 can do both
One possible test: reflash 4.4.4, switch to ART, then see if scumm works?
Or if I am off base, hopefully someone else will chime in...
I never tried the android 4.4.4 under art, so maybe it would of crashed scummvm too , I don't no if its compatable with art maybe thats why, also I did want to note , that unlike the AOSP android 5.0 rom, in this one, google now launcher seems to crash , but I didn't notice crashing in the other android 5.0 , is it because it has had more time to fix the bugs in the os system, since Omni 5.0 p4wifi is a newer rom? I am correct or is their something that needs to be fixed in google now launcher or the build of the rom?

Broken SFOS 3.0.0.8 Build - Let's get to work!

Current build does not work! - That's okay, my shiny (used) nexus 5 arrives soon, and I can get dmesg and stuff and see what is wrong. Pretty sure it is the kernel config, which sucks but hopefully logcat and dmesg will make this fix easy.
If you are really thirsty for a 3.0 build try this out: https://talk.maemo.org/showthread.php?t=99377
It wasn't built by me, and I will keep trying to get a hybris12.1 version to work for aliendalvik and videorecording reasons, but that one is entirely stable besides the video stuff.
It's hot, it's fresh, it's entirely untested because my Nexus 5 broke and a new one won't be in the mail until the end of this week, but I figured, why not upload it and share?
I just want to know if it boots at all. It's Sailfish OS 3.0.0.8, based off of Hybris-12.1, and is just a standard vanilla image. That means no Gstreamer (camera will be a potato, assuming it even works), no audoflinger, minimal patching (if it boots up it'll be VERY buggy), and since it's using 2.0 sources with minimal changes, I'd be surprised if it boots at all without some configs changed.
But, never the less, what's the worst this can do? Waste 10 minutes of your time? Sailfish OS only exists on /data so it won't brick your device. I mean, it might but that'd be so rare it's funny.
How to flash:
Sailfish OS requires an android base for the HAL. Basically, you flash whatever the base is meant to be (in this case CM12.1), and dirty flash the matching rootfs over it (in this case Sailfish OS 3.x).
1. Wipe everything except for internal storage. I don't care if you are already running CM12.1, wipe your device first.
2. Base (flash this first): http://sources.vsta.org/sailfish/cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead.zip
3. Rootfs (Dirty flash this right over the base): https://drive.google.com/open?id=1Ku_UD7G73_Xj1hFM5D-Zd_K5fhHaiP8j
4. Reboot
5. Wait 5-10 minutes, if it sits at the boot logo or blank screen after 10 minutes, hard power off, reboot again, and wait one more time. If it still won't boot up tell me so I can prepare to debug this when my Nexus 5 comes in the mail.
I want to make this totally clear: This is COMPLETELY untested!!! - I just need to know 2 things: Does it boot up? If so, how many things work?
Tried flashing twice, stuck on boot logo. Willing to test any other builds you release. Running offical SFOS 3.0.0.8 on Xperia x, will be cool to see it on nexus 5
kingd421 said:
Tried flashing twice, stuck on boot logo. Willing to test any other builds you release. Running offical SFOS 3.0.0.8 on Xperia x, will be cool to see it on nexus 5
Click to expand...
Click to collapse
Well that's good to know ahead of time. I need my Nexus 5 to come in the mail before I can really test anything. Hopefully it's just a small error.

[ROM][XZ][P][9.0][WEEKLY]OmniROM

XZ/KAGURA/F8331 OmniROM BUILDS
PIE 9.0
DOWNLOAD WEEKLY
REQUIREMENTS TO SUCCESSFULLY FLASH OMNIROM:
1. The device has the latest stock ftf
2. The device has an unlocked bootloader
3. The ODM image zip (version 9) has been downloaded from HERE, and the ODM image has been extracted from it
4. The WEEKLY zip file has been downloaded and copied to the device
INSTALLATION INSTRUCTIONS:
1. Reboot device to fastboot mode, and flash the ODM image with this command
Code:
fastboot flash oem <ODM image>
2. Reboot device to TWRP and flash the WEEKLY zip file
3. (If coming from an 8.1 ROM) Fix /dsp SELinux labels with the dsp-label-fixer.zip
4. (Optional) Flash a gapps package
5. Reboot device to system
CURRENT ISSUES ON OFFICIAL:
1. Device wakes up by itself every 5 seconds, reason unknown
2. Camera quality is suboptimal
KERNEL SOURCE: https://github.com/omnirom/android_kernel_sony_msm/tree/android-9.0
BUG REPORTS
REPORT BUGS ONLY:
- AFTER A CLEAN INSTALL
- USING STOCK OMNI KERNEL
- NO MODS OF ANY SORT
OMNI GERRIT REVIEW
https://gerrit.omnirom.org/
DISCLAIMER:
No one is responsible for any damage done to your device but YOU. You've been warned.
XDA:DevDB Information
[ROM][XZ][P][9.0][WEEKLY]OmniROM, ROM for the Sony Xperia XZ
Contributors
oshmoun, humberos, local__hero
Source Code: https://github.com/omnirom
ROM OS Version: 9.x Pie
ROM Kernel: Linux 4.x
ROM Firmware Required: latest stock ftf
Version Information
Status: Beta
Created 2019-03-17
Last Updated 2019-05-31
Thank you for the separate this from the other pie roms.
I will flash it after I arrive home.
Thank you all for the hard work!
Sent from my kagura using XDA Labs
I'm loving the fact Omnipie is official. I will be flashing this right now. Thank you so much.
Finally flashed! been using it for less than an hour, i can say that its definitely good for daily use. Camera seems better and hasnt crashed yet (like it use to), mic actually picks up audio properly, brightness slider is finally proportional to the brightness level, and its pie
however, the stereo speaker seems to muffle at high volumes (especially with the ringtones and less with youtube, but still a little prevelent), app opening times seem a little longer than 8.1, and 120HZ still doesnt work
im also curious why the linked odm isnt the latest one (im pretty sure the latest is 1st march not feb)
anyways, thanks dev! (may be editing this thread after more use for battery etc)
XxperexX said:
however, the stereo speaker seems to muffle at high volumes (especially with the ringtones and less with youtube, but still a little prevelent)
Click to expand...
Click to collapse
Could it be this kernel bug: https://github.com/sonyxperiadev/bug_tracker/issues/336 ? Looks like the sonyxperiadev team is working on it.
XxperexX said:
im also curious why the linked odm isnt the latest one (im pretty sure the latest is 1st march not feb)
Click to expand...
Click to collapse
The March 1 release says "Android 8.1", the linked one looks like the latest for Pie.
sinivalas23 said:
Could it be this kernel bug: https://github.com/sonyxperiadev/bug_tracker/issues/336 ? Looks like the sonyxperiadev team is working on it.
The March 1 release says "Android 8.1", the linked one looks like the latest for Pie.
Click to expand...
Click to collapse
Ah, your correct it does say 8.1 my bad
opps
I saw this version from delta updater (using 8.1 omni) and immediately downloaded flashed oem for pie and downloaded omni 9 but it stucked new omni animated logo. Waited like 10 minutes but nothing happened then rebooted phone but same thing happened. Should i wait more or something went wrong?
Im here with OmniROM freshly flashed trough Open Delta.
I have some problems. First boot never ends, BUT restart worked for me but I have another problem.
Now I need 10 min to unlock the phone when Im lucky.
I unlock with the code and then its instantly relock and it say I cant use fingerprint for first unlock, so I use code again and not work again and still can't use fingerprint.
I do this A LOT OF TIME before I can use my phone. Sometimes it helps sometimes not if I not unlock my phone but use corner dial icon first and then if its ask for code i use it and then I got SystemUI crash error again and again and again.
As I said I try to repeat this methods for like 10 min after every restart. I tried to delete some maybe not compatible apps with this new update but still nothing. Now I will remove some Magisk modules. I will write again.
KikiGames said:
Im here with OmniROM freshly flashed trough Open Delta.
I have some problems. First boot never ends, BUT restart worked for me but I have another problem.
Now I need 10 min to unlock the phone when Im lucky.
I unlock with the code and then its instantly relock and it say I cant use fingerprint for first unlock, so I use code again and not work again and still can't use fingerprint.
I do this A LOT OF TIME before I can use my phone. Sometimes it helps sometimes not if I not unlock my phone but use corner dial icon first and then if its ask for code i use it and then I got SystemUI crash error again and again and again.
As I said I try to repeat this methods for like 10 min after every restart. I tried to delete some maybe not compatible apps with this new update but still nothing. Now I will remove some Magisk modules. I will write again.
Click to expand...
Click to collapse
you need to do a full wipe before upgrading to p
Just as @oshmoun said; before flashing new ROMs, it's imperative to do full wipe (if you don't want to lose all your data, then do a full backup in TWRP), as flashing without full wiping can cause TONS of problems. Don't be lazy and follow the instructions properly.
oshmoun said:
you need to do a full wipe before upgrading to p
Click to expand...
Click to collapse
I used the same rom before but the last update. I updated through OpenDelta.
Hello !
It's cool to see our XZ is alive !
I have some problems with this rom after a full wipe and update to oem V6 :
- no sounds during calls, no mic, no earphone, no sounds on speaker
- Magisk 18.1 not working
- With official camera app, while using the flash, only the autofocus led is lit, the second and much powerful led is never triggered resulting on dark shots
For now that's all
Thx
Performance is somewhat distressed and the camera does not work for the sound is not working after restarting the device is improving
KikiGames said:
I used the same rom before but the last update. I updated through OpenDelta.
Click to expand...
Click to collapse
you cant do that. its pretty misleading having it available on that opendelta ota thingy. you have to follow the instructions in this thread
Flashed data, cache and dalvik, factory reset. And installed latest nightly with gapps and magisk 18.1.
Only reason I did it this way is because I was on a unofficial build on Omni. Everything is working as it should. Very snappy and no lag. Still have to see how the ROM handles after it's settled for a couple day, but right off the bat it's amazing. Thank you very much Dev, and happy to see you back on XDA.
XxperexX said:
you cant do that. its pretty misleading having it available on that opendelta ota thingy. you have to follow the instructions in this thread
Click to expand...
Click to collapse
Why this ROM showed up as an update then?
I just don't understand it.
Nevermind this is my main and only phone and I work 4 days straight before I can use my PC so I need to use this ROM buggy for me. :/
KikiGames said:
Why this ROM showed up as an update then?
I just don't understand it.
Nevermind this is my main and only phone and I work 4 days straight before I can use my PC so I need to use this ROM buggy for me. :/
Click to expand...
Click to collapse
You need a PC to flash this. Follow all steps in order and it'll work. Always remember, unless you have a messaging app that backups texts, you will lose them flashing a cfw. Always always backup anything you don't want to lose.
---------- Post added at 12:56 AM ---------- Previous post was at 12:28 AM ----------
I've had a reoccurring issue on the unofficial and official builds so far. I do not have the option to use my phone when calling unless speaker phone or a Bluetooth headset. I cannot put the phone to my head and use normally. Is there any kind of option to fix this nuisance. Any feedback is truly appreciated
Every 9.0 ROM I ever flash, I always seem to have the same problem. Whether its dirty flashing, or starting with flashtool, to CMD, and then to TWRP, the same problem seems to happen. After the ROM has settled, audio quality through calls becomes a huge problem. I'm not sure if I'm doing something wrong, but it has been a persistent bug, next chance I get for the next nightly ill send a logcat, kinda cant not since back on stock. I need good call quality for work lol. Either way, thank you for bringing OMNI to 9.0 official
anyone having problems with video playback? videos dont play on instagram, youtube or snapchat. using magisk 18.1 and latest omni 9 rom
edit: nvm, found out that the Google camera fix module for magisk was the problem

[Sofia(p)(r)][Recovery][WIP] TWRP 3.4.0.0

vache said:
Here you go : https://drive.google.com/file/d/1x4t6ca8TLf1bNHrQa-jjCN_AhdV2W78u/view?usp=drivesdk
Boots on sofia (g power), sofiar (g8 power), sofiap (g stylus), sofiap_ao (g pro)
Click to expand...
Click to collapse
I started the thread, but did not make this build. Everything should work. Thank @vache.
Quick update I did get TWRP to build successfully. Unfortunately it just sits on the boot logo but doesn't go back to fastboot, but that was just a quick see what happens build. I haven't added everything I need to yet. Will work on it more tonight, but progress is good so far.
@CodyF86 thanks for taking the lead on porting TWRP to the G Power. The G Power appears to be the best "bang for the buck" phone on the market currently, and has been widely covered by the media so far. I expect that the Moto G Power sub will grow steadily in the upcoming months, leading to custom rom development for the G Power. Having TWRP ported would be a start to paving way for custom rom development.
So another quick little update. I have the device repo basically where it should be...give or take heh. It's changed a bit from what is on my github, but it's pretty close. The only issue i'm having is that compiling it with the minimal manifest isn't going to work. It doesn't compile right. It compiles, but it doesn't copy things over correctly and/or at all depending on what it is.
My repo is pretty close to what the moto one power and the g8 power have, at least for their android 9 device tree, and I can get TWRP to boot, if I use the moto one power image and just dump the moto g power kernel into it.
So short version is i'm downloading the full manifest, basically all of Omni, which should hopefully sort it out. It's downloading right now.
EDIT:
Actually it helps to read the documentation I guess lol.
https://source.android.com/devices/bootloader/system-as-root#using-vendor-overlay
Will keep playing with it.
This is exciting! Thanks for your hard work.
CodyF86 said:
Will keep playing with it.
Click to expand...
Click to collapse
Thank you for taking this on! Having TWRP recovery for "sofia" will really make this phone great!
GoodOlDan said:
Thank you for taking this on! Having TWRP recovery for "sofia" will really make this phone great!
Click to expand...
Click to collapse
I "should" have it working in a day or two...(or even tonight...) The Code Aurora repos have been helping greatly.
https://source.codeaurora.org/quic/la/platform/vendor/qcom/trinket/tree/BoardConfig.mk?h=LA.UM.8.11.r1-03800-NICOBAR.0
Quick question, is the Moto g power the same as Moto g8 power? If they get custom Rom they'll unified? From what I know, the g power is the us variant release of the g8 power, right?. Thx in advance
Been making changes and even trying to repack some files from our devices into chef from when I got chef to boot with a repacked kernel but the touch screen wouldnt work and it couldnt see any partitions really.
Part of the problem seems to be the build system. It's not populating the output image fully. It's not even putting the TWRP directory in there lol.....
Going to keep trying. Going to try to find a native android 10 device that has twrp working unless there isnt one yet. Also our device is a little different it actually puts certain things in /system where in android 9 they went into /vendor. Spent about 3-4 hours on it today, but not going to give up.
I think there is an issue with the OMNI build system though also.
CodyF86 said:
Been making changes and even trying to repack some files from our devices into chef from when I got chef to boot with a repacked kernel but the touch screen wouldnt work and it couldnt see any partitions really.
Part of the problem seems to be the build system. It's not populating the output image fully. It's not even putting the TWRP directory in there lol.....
Click to expand...
Click to collapse
HI, I'd be willing to help with this, I'm a developer, I worked with @tecknight on TWRP for a phone called the Wiko Ride. We never quite got a working TWRP but learned quite a bit about AVB and such. I've already got my Sofia (US unlocked retail, running on Boost Mobile) rooted and could use a new challenge.
I too have been quite baffled by the Android build process at times - the docs that exist seem to assume a LOT of prior knowledge - the barrier to entry seems higher than ordinary Linux kernel hacking by quite a bit.
rlrevell said:
HI, I'd be willing to help with this, I'm a developer, I worked with @tecknight on TWRP for a phone called the Wiko Ride. We never quite got a working TWRP but learned quite a bit about AVB and such. I've already got my Sofia (US unlocked retail, running on Boost Mobile) rooted and could use a new challenge.
I too have been quite baffled by the Android build process at times - the docs that exist seem to assume a LOT of prior knowledge - the barrier to entry seems higher than ordinary Linux kernel hacking by quite a bit.
Click to expand...
Click to collapse
Look at my github you can see the cluster ef of changes I made to at least get to a console. Ironically if you repack the kernel into the chef version of TWRP it boots to the GUI but the touch screen doesnt work.. Our device is weird although it is android 10 native but it has a /system folder. Also on android 10 you can just add things to the vendor partition without using the product partition as an overlay.
Unpack the stock recovery. I went back to the basics and am basically going to mirror the stock recovery then inject the twrp binary, but its weird, the omni build system isnt doing some things correctly it seems also.
This will be your greatest resource. Code Aurora has the answers.
https://source.codeaurora.org/quic/la
https://source.codeaurora.org/quic/la/platform/vendor/qcom/trinket/tree/?h=LA.UM.8.11.r1-03800-NICOBAR.0
https://github.com/codyf86/device_motorola_sofia
LA.UM.8.11.r1-03800-NICOBAR.0 is our current CAF version tree.
Actually I just started the repo over the commits were nasty. Everything important and pertinent is in the initial commit now.
Ive been compiling and hacking kernels for 10 years, building Android for probably the same and this switch to the new partition layout + TWRP has so far been the... I don't want to say hardest but longest thing i've tried to do without any forward movement.
Like I said I got farther just by repacking the our kernel into the moto chef kernel, but they have a system_root directory and we dont. We just have system.
Theyre lib64 goes in /vendor ours goes in /system.
unpack the stock recovery image to start also TWRP uses init.qcom.recovery.rc to do things on the init and init.rc hand off where as stock recovery version of that file is different.
Actually I know partially why it wont boot. I have the paths in the init.recvoery.qcom.rc messed up, but also [email protected] doesn't exist in our lib64/hw directories, but there is a [email protected] file in the stock recovery so going to try that, plus were building bootctrl.trinket.
Nm i found the -service binaries for the boot gatekeeper keymaster libraries etc. think I made some progress but I have to build it and make sure everything gets in the right spot. will keep on keeping on.
The current code I have on my github will boot the stock recovery lol (the build system is being weird)....the build system isn't putting things in the right spot still. I was able to get TWRP to boot by rearranging some things manually, but it isn't pretty. So there is some progress, but the build system is part of the problem at this point at least for android 10. I'm still working on it.
CodyF86 said:
The current code I have on my github will boot the stock recovery lol (the build system is being weird)....the build system isn't putting things in the right spot still. I was able to get TWRP to boot by rearranging some things manually, but it isn't pretty. So there is some progress, but the build system is part of the problem at this point at least for android 10. I'm still working on it.
Click to expand...
Click to collapse
Hey, do you have a telegram account for easier conversing? I feel we might be able to help each other here?(I'm working on sofiar)
Dark98 said:
Hey, do you have a telegram account for easier conversing? I feel we might be able to help each other here(I'm working on sofiar)
Click to expand...
Click to collapse
I can make one and ill dm you.
Here are my questions so far / some observations.
The init.rc that the twrp build system puts in the build is incorrect. It needs to be manually added...I think there is a flag for that actually, but I had to change it once it was built. (I was able to make it boot to the first screen by dropping in things in /sbin from https://github.com/TeamWin/android_device_motorola_chef)
The build system doesn't add the twrpres folder to the built image lol; or the twrp binaries to /sbin.
I literally had to copy them over from chef.
Also for example servicemanager and hardwaremanager aren't in the chef repo but they are in /sbin when you unpack the recovery image (chef), is the build system building them or putting them in from somewhere or are the repos not actually the final product and they had to hack the image a bit too.
I had ours added in then took it out when I couldnt find them in anyones device tree but they are there when you unpack all of the recovery images lol.
edit: It's actually putting most of the stuff (adbd) and symlinks in /system/bin including the recovery bin which is twrp, so let me readjust the init scripts.
our device is different it still has /system and not system_root.
another edit: Looking at android_bootable_recovery/crypto/ex4crypt I think im missing some libraries still.
Okay, if/when you do message me on there please, I hardly check XDA other than when I'm updating a Rom I maintain? @Dark998 is my username
@CodyF86
Interested and surprised to see that twrp for native android 10 is in the works.
After reading Dees Troy's article in late 2019 regarding twrp on android 10, I had resigned myself to the notion that twrp is more or less dead for android 10+...
https://twrp.me/site/update/2019/10/23/twrp-and-android-10.html
Hope you're able to get it working!
Q9Nap said:
@CodyF86
Interested and surprised to see that twrp for native android 10 is in the works.
After reading Dees Troy's article in late 2019 regarding twrp on android 10, I had resigned myself to the notion that twrp is more or less dead for android 10+...
https://twrp.me/site/update/2019/10/23/twrp-and-android-10.html
Hope you're able to get it working!
Click to expand...
Click to collapse
I was absolutely able to get it to boot with adb up but with no touch screen and it couldn't see any paritions, but ive adjusted the fstab file.
Also slightly embarassed to say I repo synced and forgot to drop twrp 10 back in, but i need a libinit with twrp 10 and it actually gave me a couple solutions to that accidentally doing that, accidentally building aosp recovery once time lol xD
CodyF86 said:
I was absolutely able to get it to boot with adb up but with no touch screen and it couldn't see any paritions, but ive adjusted the fstab file.
Also slightly embarassed to say I repo synced and forgot to drop twrp 10 back in, but i need a libinit with twrp 10 and it actually gave me a couple solutions to that accidentally doing that, accidentally building aosp recovery once time lol xD
Click to expand...
Click to collapse
I was thinking that if twrp isn't possible, how difficult would it be to modify stock recovery to remove signature verification?
With stock recovery signature verification disabled, at least side loading would be possible. Thoughts?
Also, I'm willing to help test if needed

Development [ROM][OFFICIAL][sake][12.1] LineageOS 19

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 repo. A direct link to kernel sources can be found here. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
Instructions:
https://wiki.lineageos.org/devices/sake/install
Download:
https://download.lineageos.org/sake
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 /proc/last_kmsg. (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless.)
If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
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.
Thank you for that!!
Pre install of stock android 12 needed?
thanks pro
NisseGurra said:
Pre install of stock android 12 needed?
Click to expand...
Click to collapse
Yes, I'll update description to clarify that. If you try and boot into the LOS 19 recovery with Android 11 firmware it will crashdump.
GMS = Google ? Service?
I'm trying this right now. Hopefully I make it functional before I have to head to bed.
eVen123 said:
GMS = Google ? Service?
I'm trying this right now. Hopefully I make it functional before I have to head to bed.
Click to expand...
Click to collapse
Google Mobile Services, basically google apps and services
Also @ZVNexus, the google drive folder for the build without GMS seems to be empty, has it been removed?
Update:
I had a clean flash of:
WW-ZS590KS-31.0803.0403.54-DEV-2109-M3.13.24.46-SM8350_0000110-1.1.25-user_20210831-release_for_google
I was able too boot to TWRP. It wouldn't allow me to flash your zip. I rebooted to bootloader and flashed vendor_boot. After that, I was unable to get to TWRP recovery. I flashed boot and got to some sort of LOS-like recovery (purple color).
Flashing the image now.
UPDATE: Success. However, I was in a bootloop. Got back to recovery, it suggested to wipe data. It looks like LOS is now performing it's first boot.
UPDATE 2: First boot successful! Got into language and network selection. Seems to be stuck on "Getting your phone ready" step. Scratch that, we got past that! Big success!
UPDATE 3: Got past that bit, it was in "Getting your phone ready" process a long time. Booted now!
AWESOME, thank you for your work!
For anyone else reading, the TLDR:
Installed the above zip (downloaded from official ASUS site). https://www.asus.com/Mobile/Phones/ZenFone/Zenfone-8/HelpDesk_Manual/
Downloaded all the files provided by the author
Flashed boot and vendor_boot
Went to recovery, flashed the ROM zip with "apply update" and "sideload"
Bootloped a couple more times
Recovery suggested I clean data. I did.
...
Works
UPDATE 4: Note - it seems that fingerprint still makes full screen go max brightness + it doesn't work with screen off.
Adaoh said:
Google Mobile Services, basically google apps and services
Also @ZVNexus, the google drive folder for the build without GMS seems to be empty, has it been removed?
Click to expand...
Click to collapse
Nothing was ever uploaded to it. I haven't made a build without GMS yet.
eVen123 said:
Update:
I had a clean flash of:
WW-ZS590KS-31.0803.0403.54-DEV-2109-M3.13.24.46-SM8350_0000110-1.1.25-user_20210831-release_for_google
I was able too boot to TWRP. It wouldn't allow me to flash your zip. I rebooted to bootloader and flashed vendor_boot. After that, I was unable to get to TWRP recovery. I flashed boot and got to some sort of LOS-like recovery (purple color).
Flashing the image now.
UPDATE: Success. However, I was in a bootloop. Got back to recovery, it suggested to wipe data. It looks like LOS is now performing it's first boot.
UPDATE 2: First boot successful! Got into language and network selection. Seems to be stuck on "Getting your phone ready" step. Scratch that, we got past that! Big success!
UPDATE 3: Got past that bit, it was in "Getting your phone ready" process a long time. Booted now!
AWESOME, thank you for your work!
For anyone else reading, the TLDR:
Installed the above zip (downloaded from official ASUS site). https://www.asus.com/Mobile/Phones/ZenFone/Zenfone-8/HelpDesk_Manual/
Downloaded all the files provided by the author
Flashed boot and vendor_boot
Went to recovery, flashed the ROM zip with "apply update" and "sideload"
Bootloped a couple more times
Recovery suggested I clean data. I did.
...
Works
UPDATE 4: Note - it seems that fingerprint still makes full screen go max brightness + it doesn't work with screen off.
Click to expand...
Click to collapse
Updated OP to specify the exact version you need to be on [31.1004.0404.81 (or .71)]. Basically just a public release, not a beta.
What I was able to test now, it's pretty good. Very usable already!
Bugs I notice:
The GMS seems to be a bit slower than expected.
Fingerprint doesn't work with screen off.
Fingerprint request location is not marked.
Fingerprint maxes brightness of whole display.
Task switcher sometimes doesn't work.
Bottom navigation sometimes disappears.
It keeps warning me about SELinux not enforcing issue. Not sure if that's intended/known.
More bugs I noticed after a day of use:
Google account data doesn't want to sync. Perhaps android 11 -> 12 mismatch?
Touch reader stopped working (required forced reboot).
Can't log in certain applications (don't know if it's a ROM issue).
eVen123 said:
What I was able to test now, it's pretty good. Very usable already!
Bugs I notice:
The GMS seems to be a bit slower than expected.
Fingerprint doesn't work with screen off.
Fingerprint request location is not marked.
Fingerprint maxes brightness of whole display.
Task switcher sometimes doesn't work.
Bottom navigation sometimes disappears.
It keeps warning me about SELinux not enforcing issue. Not sure if that's intended/known.
More bugs I noticed after a day of use:
Google account data doesn't want to sync. Perhaps android 11 -> 12 mismatch?
Touch reader stopped working (required forced reboot).
Can't log in certain applications (don't know if it's a ROM issue).
Click to expand...
Click to collapse
SELinux isn't enforcing because it's one of the first builds right after a bringup.
Put up a new build with some things resolved, notably SELinux is now Enforcing.
I also switched from stock's prebuilt NXP NFC stack to the open source stack. Anyone who is able to make payments with Google Pay or something like that, let me know if it works.
Added a vendor_dlkm partition to hold vendor kernel modules so you can flash a different vendor regardless of the kernel situation as the modules are no longer held there.
Enabled automatic brightness by default.
Fixed night light by correct PIxelworks device detection.
Switched from QTI BT to AOSP BT until it gets merged.
Put out a new build.
Upped kernel target level from 5 to 6. The new minimum requirement of level 6 is a minimum kernel version of 5.4.86. To comply with this I updated kernel to LA.UM.9.14.r1-16300-LAHAINA.0.
Also dropped Snapdragon Camera overlays in /vendor as it won't be supported this cycle. Just Camera2 unless I can somehow figure out getting ASUS Camera working.
Automatic brightness is now enabled by default.
Synced with latest lineage-19.0 sources which last I checked now include some theming stuff(?).
Alright, just thought I'd ask here.
I unlocked my BL and disabled some apps. Was running on stock rom!
Just tried to upgrade to Android 12 to be able to flash this rom but it is now stuck on a ramdump screen. Note: it is stuck on this screen with the Official Asus image! I had LOS18 on this device before but was running it for a few months with the stock rom (because of the camera in LOS).
It gets stuck in a loop. When I power down the phone (all 3 buttons for ~10s) it just gets me back to the ramdump.
Even using ASUS recovery RAW image and the instructions from this thread does not work: https://forum.xda-developers.com/t/full-recover-to-stock-if-things-went-really-bad.4337467/ .
After going to fastboot I am NOT able to flash the official ASUS Android 12 image, it just stops on 1/2 and does not give any details.
I am able to flash LOS recovery, LOS18 (latest) and AFTER that I am able to flash back to stock Android 11 (NOT 12, that gives me a ramdump again).
This cost me about half a day to figure out.
Anyone know what is going on and what I can do to get my phone to some kind of normal state when installing roms???
EDIT:
Just got completely stuck on ramdump.
Only thing that helped was: erase vendor_boot, boot_a/b partitions and do fastboot snapshot-update cancel . After that I was able to recover using the link above. Actually got scared there for a sec...
Uploaded a build without GMS for people who don't like using GMS.
Tap to wake functional?, installed "no gms", runs nicely
ZVNexus said:
Put out a new build.
Upped kernel target level from 5 to 6. The new minimum requirement of level 6 is a minimum kernel version of 5.4.86. To comply with this I updated kernel to LA.UM.9.14.r1-16300-LAHAINA.0.
Also dropped Snapdragon Camera overlays in /vendor as it won't be supported this cycle. Just Camera2 unless I can somehow figure out getting ASUS Camera working.
Automatic brightness is now enabled by default.
Synced with latest lineage-19.0 sources which last I checked now include some theming stuff(?).
Click to expand...
Click to collapse
Working great so far. I am having one issue where once I unlock the phone (and the screen gets really bright to read the fingerprint), it stays bright. If I tap the brightness slider, it doesn't move but it adjusts the brightness to what it should be according the slider.
This is the case with and without Adaptive Brightness enabled.
NisseGurra said:
Tap to wake functional?, installed "no gms", runs nicely
Click to expand...
Click to collapse
NisseGurra said:
Tap to wake functional?, installed "no gms", runs nicely
Click to expand...
Click to collapse
No, Tap to Wake does not work.
Mecallie said:
Alright, just thought I'd ask here.
I unlocked my BL and disabled some apps. Was running on stock rom!
Just tried to upgrade to Android 12 to be able to flash this rom but it is now stuck on a ramdump screen. Note: it is stuck on this screen with the Official Asus image! I had LOS18 on this device before but was running it for a few months with the stock rom (because of the camera in LOS).
It gets stuck in a loop. When I power down the phone (all 3 buttons for ~10s) it just gets me back to the ramdump.
Even using ASUS recovery RAW image and the instructions from this thread does not work: https://forum.xda-developers.com/t/full-recover-to-stock-if-things-went-really-bad.4337467/ .
After going to fastboot I am NOT able to flash the official ASUS Android 12 image, it just stops on 1/2 and does not give any details.
I am able to flash LOS recovery, LOS18 (latest) and AFTER that I am able to flash back to stock Android 11 (NOT 12, that gives me a ramdump again).
This cost me about half a day to figure out.
Anyone know what is going on and what I can do to get my phone to some kind of normal state when installing roms???
EDIT:
Just got completely stuck on ramdump.
Only thing that helped was: erase vendor_boot, boot_a/b partitions and do fastboot snapshot-update cancel . After that I was able to recover using the link above. Actually got scared there for a sec...
Click to expand...
Click to collapse
Same happenning here, booting to Android12 ramdumps me... I was able to update before but now it does not work... Also the flash script gives me an error that it did not give me before.
Code:
Project ZS590KS matching success!
Start erase misc
Erasing 'misc' FAILED (remote: 'Erase of misc is not allowed in snapshotted state')
fastboot: error: Command failed
misc flash failed!
Press any key to exit the script.
. I guess I will be staying on Android 11 then...
EDIT: Ran fastboot snapshot-update cancel like you did, and now the raw image file script works to reset the phone. Very weird. Also thank you so much, without your post, I would have never figured a way to make the script work again I am so glad you posted this
EDIT 2: After running the script (And everything working and passing) and getting everything back to normal, I was able to install Android 12 like I normally would without ramdumps

Categories

Resources