[ROM] Android 11 + mainline Linux Kernel for Sony Xperia M4 Aqua - Sony Xperia M4 Aqua

Disclaimer:
I'm not responsible if you destroy your device. Use at your own risk.
Description:
First of all, I want to say thank my friend Pablo for the provided device. It wouldn't have happened without him.
This is a pure Android 11 that runs on the mainline Linux Kernel.
This project is part of my Linux kernel experiments and will be updated from time to time.
Current state:
It is a very early stage, very unstable and has extremely limited functionality. Keep this in mind.
What works:
WiFi
Bluetooth
Display
Sound (only main speaker at this moment)
Known bugs:
Device stability
Screen flickering when changing brightness
TODO
Flashing instructions:
Download and extract zip archive
Flash the boot, system vendor and userdata images by entering the following commands in a terminal:
Code:
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash cache vendor.img
fastboot flash userdata userdata.img
Unplug and boot device
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download link: https://drive.google.com/file/d/1sL4m93ZErYgPleLQfVH8N1_KHkekYgj8
Kernel sources: https://github.com/bartcubbins/kernel_kanuti_mainline
Android device tree sources: https://github.com/bartcubbins/device_sony_tulip-mainline
OS Version: Android 11
Kernel version: 5.9.0-rc7

reserved

I would never expect anyone to pick up old and forgotten m4 aqua and give it any custom ROM. I am positively surprised here. What is even more insane is that m4 aqua will be my first device running android 11 ?! Life is so unpredictable.

pawloland said:
I would never expect anyone to pick up old and forgotten m4 aqua and give it any custom ROM. I am positively surprised here. What is even more insane is that m4 aqua will be my first device running android 11 ?!
Click to expand...
Click to collapse
I'm glad to hear that, but please note this is very unstable at the current stage.
Life is so unpredictable.
Click to expand...
Click to collapse
it is

I dont have this device but huge respect from my side for this amazing work.

Finally! Days of waiting for someone to make a ROM for this device has come to an end. Hope it becomes stable very soon.

Cubbins said:
Description:
This is a pure Android 11 that runs on the mainline Linux Kernel.
This project is part of my Linux kernel experiments and will be updated from time to time.
Click to expand...
Click to collapse
Hello! Man I was so dumb, I thought if I could upstream a kernel to a newer version, it would work. Damn. Well I've only started learning about development (my only feat has been compiling PBRP for a 2016 phone as of now). Anyways even though I do not have this device, MASSIVE RESPECT for doing such a thing which has the potential to change the ROM status of like many many old smartphones. You know, I would donate but only if I was not 13 and if I had a card.

@Cubbins holly molly. I don't have device. But this is so cool. I mean bringing the latest on such an old device. Great feat AF

Hmmm, looks like my phone boots into fastboot mode(shows blue LED), but in cmd its not detecting it. ADB works but fastboot doesn't work on my device. Any help is appreciated. (Im a noob in fastboot stuff).

Not my name said:
Hmmm, looks like my phone boots into fastboot mode(shows blue LED), but in cmd its not detecting it. ADB works but fastboot doesn't work on my device. Any help is appreciated. (Im a noob in fastboot stuff).
Click to expand...
Click to collapse
If you use Windows most likely fastboot driver is missing. Check device manager

@Cubbins
After connecting the phone to Fastboot, I have a blue LED for 5 seconds and the phone disconnects and I have a red LED and it connects again to disconnect in a moment ...
USB Drivers installed...
Where is the problem?
Ok, I found the mistakes... but I have problem with ADB because i don't know how to use image and where start the command prompt. SDK installed in directory:
C:\Users\PC\AppData\Local\Android\Sdk\platform-tools

tommytomson said:
@Cubbins
After connecting the phone to Fastboot, I have a blue LED for 5 seconds and the phone disconnects and I have a red LED and it connects again to disconnect in a moment ...
USB Drivers installed...
Where is the problem?
Ok, I found the mistakes... but I have problem with ADB because i don't know how to use image and where start the command prompt. SDK installed in directory:
C:\Users\PC\AppData\Local\Android\Sdk\platform-tools
Click to expand...
Click to collapse
After installing the drivers via platform tools, I also started to have these issues except mine goes into fastboot for about 10 seconds then it the LED goes from blue to red then it goes into a green LED(which is flash mode).

Hi @Cubbins, I am going to try that ROM during this weekend. I have few questions beforehand:
If I am not wrong, this is pure AOSP, so no gapps are present. Is it possible to install them? I don't see any of them for A11 on the Open Gapps site, so I guess they can't be installed currently but I want to be sure.
Is this ROM compatible with TWRP for this device? I guess it isn't so will it be? Do you have plans to also build TWRP along side building ROM (so for example gapps, magisk and other TWRP zips can be flashed)?
If you are going to make TWRP compatible with android 11, are you going to make flashable zips, rather than relying on manually flashing img files?
Will you (if at all) only work on AOSP build for m4 aqua or are you interested in making for example Lineage OS 18, once it is stable enought (sources are already public, but not many lineage's OS features work at the moment). I personally would prefer LOS over AOSP in long time perspective, but I am not in charge here, you are @Cubbins :laugh:, so I am fully dependent on your will (but it would be cool if you could consider making LOS, and even cooler :fingers-crossed: if you switched from AOSP to making just LOS + TWRP .
I would be glad if you answered mine uncertainties.
Whatever your plans are for the m4 aqua, you already have made more to it, than anyone in the past years. I wish you easy and fast time fixing the bugs .

Can anyone give me a guide of some sort to install these drivers the correct way in windows ?
Im going to start installing these drivers from scratch but I need some sort of guide to follow.
Any help is appreciated.
Thanks!
Update- I have installed it by myself. But im getting the same issue, when I type adb reboot fastboot
it reboots into fastboot mode(blue led) but then when i type fastboot devices, it doesnt show up even thou it is in fastboot mode.

@pawloland The rom supports project treble

Axaroid said:
@pawloland The rom supports project treble
Click to expand...
Click to collapse
Seriously?! It is awesome. So theoretically I could flash this ROM and then flash for example Lineage OS 18.1 GSI (when they are available) on top, to get (at best) fully working Lineage OS. Am I right?

pawloland said:
Hi @Cubbins, I am going to try that ROM during this weekend. I have few questions beforehand:
If I am not wrong, this is pure AOSP, so no gapps are present. Is it possible to install them? I don't see any of them for A11 on the Open Gapps site, so I guess they can't be installed currently but I want to be sure.
Is this ROM compatible with TWRP for this device? I guess it isn't so will it be? Do you have plans to also build TWRP along side building ROM (so for example gapps, magisk and other TWRP zips can be flashed)?
If you are going to make TWRP compatible with android 11, are you going to make flashable zips, rather than relying on manually flashing img files?
Will you (if at all) only work on AOSP build for m4 aqua or are you interested in making for example Lineage OS 18, once it is stable enought (sources are already public, but not many lineage's OS features work at the moment). I personally would prefer LOS over AOSP in long time perspective, but I am not in charge here, you are @Cubbins :laugh:, so I am fully dependent on your will (but it would be cool if you could consider making LOS, and even cooler :fingers-crossed: if you switched from AOSP to making just LOS + TWRP .
I would be glad if you answered mine uncertainties.
Whatever your plans are for the m4 aqua, you already have made more to it, than anyone in the past years. I wish you easy and fast time fixing the bugs .
Click to expand...
Click to collapse
Installing GAPPS is possible using some tricks, but I am not doing it, sorry. I think you can find the answer on this forum.
It's compatible with any TWRP version, just don't forget that we use cache partition as a vendor.
At the moment I'm concentrated on working on the kernel and I see no reason to build any other custom ROM. Maybe when the kernel is in good enough shape we will return to this question.

If you are interested, yesterday I tried to boot LOS GSI https://twitter.com/PavelDubrova/status/1316193182175166466

Finally! I managed to install it on my phone.
I actually had to install linux on a virtual machine cause windows 10 doesn't like my device even though I had fastboot drivers.
Then after a few hours of figuring out the commands, I got it to install on my device via virtual machine.
P.S I actually tried this ROM and its pretty unstable for the moment.

I never expected someone to make a new rom for my dear M4 Aqua! thanks cubbins

Related

[9.0.0][Kirin-GSI] Android P + Pixel-Features for Kirin [AOSP][BETA]

{
"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"
}
FIRST AOSP 9 BASED ROM with Pixel Features especially for Kirin Devices
Disclaimer:
Welcome to Huawei-Kirin-Project. Our goal is to provide
a overall stable AOSP experience across all Huawei/Honor phones
utilizing a Kirin SoC and EMUI 8.0 - either updated or shipped.
So far most of the bugs have been fixed and the ROMs are fully usable
as daily driver - and fully Kirin optimized. We are a fully Open Source Organisation created by a Team of 5 People.
Support:
We spend an astonishing amount of time developing this software. We can't spend much time on XDA as a result, so if you need support, please try the following:
1) Search. Search, search, search. Yes, you. I don't care how unique or important your question is, it's very likely someone has adressed it already. Especially if you're even close to new at this.
2) Read our FAQ
3) Ask here on xda If you can't find a solution
Download:
Kirin-Phone GSI
Kirin-Tablet GSI
VERY IMPORTANT
-Before installing ROM for first time Wipe Data Partition with Stock Recovery.
-If you Update the ROM skip the wipe section in Instructions.
Bugs:
Pie:
- Hotspot broken
- Huawei Camera not Ported yet
Requirement for installing
EMUI 8 has to be flashed anytime before
Unlocked Bootloader
Stock Kernel,Recovery and Ramdisk has to be flashed
Instructions
1. Download ROM
2. Extract the system.img from .xz rom file.
3. Flash the system.img via fastboot (fastboot flash system pathTo/system.img)
4. Flash stock ramdisk.img and kernel.img (Extracted from EMUI ) if you haven't done before
5. Wipe Data in Stock Recovery
6. Reboot (first boot may crash simply reboot the device again)
(Optional)
After first boot you can use this instructions to flash Magsik on your device.
Magisk Guide
Additional notes
- Pie encryption stuff is incompatible with Oreo recoveries, so use recovery with no decryption for now
- If it reboots on the first boot, don't be surprised, it's ok.
- If it's stuck on a bootanimation - make sure that you did wipes properly (properly - means a data wipe in stock recovery)
- It's a pretty early build, so don't expect it to be rock stable. It's good for daily driver as long as you don't mind the minor issues it has now.
- GAPPS are included in every build
Changelog
Build 25/08/2018
-Initial Release
FAQ
Q- Can i install it on locked bootloader?
A- No.
Q- Which gapps should be used?
A- Gapps are included in the Rom
Q- How to install this rom?
A- Read Instruction.
Q- Is something not working?
A-See the bugs listed above.
Q- Something* is not working.
A- Report bugs here when it is not listed above.
Q- Can i install the Rom on my device?
A- Look here Device List Supported Devices
Screenshots
Will be added later but basicly it looks the same as AOSP on PIXEL devices !
Source:
GitHub
Credits
@phhusson and @flex1911 for some fixes
And the Guys from Pixel Experience for some commits
Remember, every penny you send to us goes right back into the rom. It's used for hardware, server costs, etc - all the things that help us make the builds better with every release. Your support means the world to us! If you've enjoyed my build, please consider a donation toward this goal. Thank you, and we hope you continue to enjoy th rom!
AOSP ROM with Pixel Features, ROM for all Kirin Devices
Contributors
@Wirmpolter
ROM OS Version: 9.x Pie
ROM Kernel: Linux 4.4.x
ROM Firmware Required: Stock Version EMUI 8
Based On: AOSP
Version Information
Status: Beta​
Thanks :good:
Yo damn im crying
I love OpenKirin Roms as they are Kirin Specific...
Thanks to this Gsi Team ....????
This is sweet music to my eyes I've flashed many different GSI's to the Huawei MediaPad M5 and none of them looked quite right (text fuzzy, not sharp), or something didn't work properly. Going to flash this one later tonight.
Thanks for the work on this, will post the results.
P20 lite supported, but not p20 Pro? Is there a specific reason? I read that other P gsi work on p20 lite, but on my Pro it doesn't even start booting.
ChrisA918 said:
This is sweet music to my eyes I've flashed many different GSI's to the Huawei MediaPad M5 and none of them looked quite right (text fuzzy, not sharp), or something didn't work properly. Going to flash this one later tonight.
Thanks for the work on this, will post the results.
Click to expand...
Click to collapse
Please report how it runs iam using an mediapad too..
Maybe u can do some Screenshots..
josdehaes said:
P20 lite supported, but not p20 Pro? Is there a specific reason? I read that other P gsi work on p20 lite, but on my Pro it doesn't even start booting.
Click to expand...
Click to collapse
P20pro is emui 8.1 and this is not supported yet
daser4berlin said:
Please report how it runs iam using an mediapad too..
Maybe u can do some Screenshots..
Click to expand...
Click to collapse
M5 runs super fine i have m5pro and it Works alot better then on Oreo. Only Hotspot is not working
rcstar6696 said:
P20pro is emui 8.1 and this is not supported yet
M5 runs super fine i have m5pro and it Works alot better then on Oreo. Only Hotspot is not working
Click to expand...
Click to collapse
Thx for this fast answering..
Thanks for developing for Kirin devices!
Thank you so much for this!
In the OP, you said that stock recovery, kernel, and ramdisk need to be flashed. If I'm coming from phh's Treble (8.1), do I need to flash the kernel and ramdisk again? I never installed TWRP, Magisk, or anything like that (I basically only touched system).
I've got the Huawei MediaPad M5 8.4" WiFi version, on first boot, the following services keep stopping: Bluetooth, Google, Google Play Services. Rebooted several times to no avail. Skipping everything get's me to the "Just a Sec" screen with the spinner.
This was a full factory image start, followed by the installation instructions. Has anyone else run into this with any device?
ChrisA918 said:
I've got the Huawei MediaPad M5 8.4" WiFi version, on first boot, the following services keep stopping: Bluetooth, Google, Google Play Services. Rebooted several times to no avail. Skipping everything get's me to the "Just a Sec" screen with the spinner.
This was a full factory image start, followed by the installation instructions. Has anyone else run into this with any device?
Click to expand...
Click to collapse
Hmm i flashed my devices three Times to make it Sure they work and every Test was succesfull. My M5 Always worked
You flashed Phone or Tablet Version ?
i'm thanking all the posts from @rcstar6696 so fast i've reached my thanks limit ???
crayonicle said:
i'm thanking all the posts from @rcstar6696 so fast i've reached my thanks limit
Click to expand...
Click to collapse
Thank You
imHadees said:
Thank you so much for this!
In the OP, you said that stock recovery, kernel, and ramdisk need to be flashed. If I'm coming from phh's Treble (8.1), do I need to flash the kernel and ramdisk again? I never installed TWRP, Magisk, or anything like that (I basically only touched system).
Click to expand...
Click to collapse
If you're absolutely sure you never touched the other partitions, then sure, go ahead and flash the rom only. Dont see why you wouldnt want to do it, it literally takes like 10 seconds to flash both of the files, including typing the commands.
---------- Post added at 07:57 PM ---------- Previous post was at 07:57 PM ----------
rcstar6696 said:
Thank You
Click to expand...
Click to collapse
wow dude, you deserve the award for world's fastest reply XD
rcstar6696 said:
Hmm i flashed my devices three Times to make it Sure they work and every Test was succesfull. My M5 Always worked
You flashed Phone or Tablet Version ?
Click to expand...
Click to collapse
Tablet version. Is your device the same flavor as mine: US 8.4" M5 WiFi only? I was able to flash the OpenKirin LineageOS Beta 5 without any app issues.
ChrisA918 said:
Tablet version. Is your device the same flavor as mine: US 8.4" M5 WiFi only? I was able to flash the OpenKirin LineageOS Beta 5 without any app issues.
Click to expand...
Click to collapse
No i have eu Version of m5
I flashed it successfully on my Honor 7X. For the first boot it reboot automatically, but after that it was fine and I could complete the setup normally.
Everything seems to be working well so far (even MTP). The only bug I found is that the swipe down gesture on the fingerprint sensor does not bring down the notification shade. The rest of the fingerprint gestures work though (swiping for recents, tap to go back, hold to go home).
rcstar6696 said:
No i have eu Version of m5
Click to expand...
Click to collapse
The display on this looks so promising compared to any of the other roms I have tried. Any chance I can work with you to try and get this working successfully?

[ROM][Pixel 3][UNOFFICIAL] LineageOS 16.0 [blueline]

{
"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 and open-source operating system for smartphones and tablet computers, based on the Android mobile platform.
This is an unofficial build of LineageOS for the Pixel 3 (blueline). I always liked Lineage (and its predecessor CyanogenMOD) as well as the Google line of phones. Unfortunately having a Google Pixel phone isn't certainty for a lot of custom ROMS anymore, so that's why I decided to compile my own version. It's been quite challeging, but I think I finally have a build that is good enough to share.
About
This ROM is built straight from the LineageOS sources found on https://github.com/lineageos. There are only 3 changes in order to get this build:
The device tree is just a single folder with references to the crosshatch (Pixel 3XL) tree that is already there in the sources
The binaries for this ROM come from The Muppets
The ROM is compiled with the nano version from Open Gapps, including the Pixel specific bits for unlimited photo upload for instance
I am not a developer, I only build this ROM and it reflects the the current status. If there are any things missing or not working I suggest to contact the LineageOS team, they are the real geniuses here and deserve all the credits. I will try to keep this ROM updated on a regular basis.
First Installation
Installing the ROM can be a little hard, especially the first install. Upgrades will be relatively easy though. This first setup is only needed when coming from a different ROM then this. I can't support you if you did't follow this first installation. Be warned it will wipe your user data in the process, so make sure you make a backup if needed.
Place the ROM and optionally the TWRP zip, a kernel and root on the phone and reboot to recovery by using the command line (fastboot boot twrp.img) or hold the VOL DOWN key while rebooting the phone.
In order to make the right startbase for the ROM you have to install the latest stock Pixel 3 image from Google found here to BOTH slots. You can use the script in the download folder. Instructions how to use it can be found in the script itself.
Wipe 'data' and 'Dalvik / Art Cache' from TWRP - Wipe - Advanced Wipe or use the slider in TWRP for a factory reset. Optionally you should also delete the Android folder on your internal storage through the TWRP File Manager
Flash the ROM and optionally the TWRP zip, kernel and root and reboot the phone
Upgrades to new version
After the hard initial work to get the ROM installed it's going to be easy for upgrades to new versions.
Download the new ROM on the phone and reboot or fastboot flash to the TWRP recovery
Flash the new ROM and optionally TWRP. If you want to flash another kernel or a root solution you will have to reboot you phone, so it switches slots and let it boot normally. Then go back to recovery and flash in this order: TWRP - kernel - Magisk and reboot
After a monthly update from Google and only when LineageOS also adapted to the latest monthly sources (I will tell you this) you will have to do an extra step:
Download the latest Lineage OS ROM and place it on the internal storage
Download the latest image from the Google Factory Images site, extract the bootloader, radio and vendor images and flash them in the bootloader to BOTH slots. Alternatively (and actually my prefered method) you can use the script provided in the download folder. Instructions are inside the script
From here go to TWRP recovery and flash the previously downloaded new ROM, optionally followed by TWRP.
Optionally, after a reboot you can flash Magisk and/or another kernel.
Not working
Active Edge
Now playing (on the lockscreen, it works while the screen is on, just no history))
Call recording (not enabled in sources for our device)
Accent colours Default, Forest and Cocoa display a blue colour icon theme instead of its own
Call Screen (couldn't test it myself)
The "markup" tool to edit screenshots doesn't work
Downloads
Now finally for the good part, the downloads. In this folder you will always find the latest ROM:
https://drive.google.com/open?id=1lx8dlS4ZRVVQYeQS0I7Y_6yJ5SFMg7uR
Happy flashing
Awesome! Just one question, is SELinux permissive or enforcing?
BackCheck said:
Awesome! Just one question, is SELinux permissive or enforcing?
Click to expand...
Click to collapse
Enforcing
@jorgen2009 I used to use your Pixel 2 LineageOS unofficial builds. Really excited to see that you are going to be making Pixel 3 builds now! Looking forward to trying it out tonight. Thanks!
@jorgen2009 I flashed the rom and it's working great for the most part. The only problem I've noticed is that there is no audio in phone calls. I cannot hear the other person and they cannot hear me either. This is happening regardless of whether VoLTE is enabled. Any ideas? Thanks again for your work on this.
That was happening with other February custom roms. just flashing Google's radio image in fastboot from the February Google's factory image should do the trick.
@beanaman Thanks, this fixed it for me! Flashing just the radio image wasn't enough, though. I also had to flash the vendor image.
Awesome
bdr9 said:
@beanaman Thanks, this fixed it for me! Flashing just the radio image wasn't enough, though. I also had to flash the vendor image.
Click to expand...
Click to collapse
Yup. Vendor and radio, sometimes bootloader needs to be updated
Thanks! Working great until now
Ass said before, the only thing that do not work is the active edge.
Installed today so I can't talk about battery not Google pay
Don't knot m know what's going on but after a long time charging, it's incredibly slow and laggy... A reboot solved it. Hooping to find out what's going on...
ShadowJP88 said:
Thanks! Working great until now
Ass said before, the only thing that do not work is the active edge.
Installed today so I can't talk about battery not Google pay
Click to expand...
Click to collapse
Google pay works fine (I have magisk installed), active edge is proprietary code and won't be implemented unless someone gets lucky or Google releases the source.
sonicscrewup said:
Google pay works fine (I have magisk installed), active edge is proprietary code and won't be implemented unless someone gets lucky or Google releases the source.
Click to expand...
Click to collapse
Fyi, Dirty Unicorns has a working implementation of Active Edge. I am using it right now and it works flawlessly.
sonicscrewup said:
Google pay works fine (I have magisk installed), active edge is proprietary code and won't be implemented unless someone gets lucky or Google releases the source.
Click to expand...
Click to collapse
Did you just enabled hidesu for Google pay or any special steps you performed ?
Sent from my Pixel 3 using Tapatalk
Just posted an update of the ROM, built from today's sources. Together with this release I made a Lineage OS ROM for the Pixel 3XL as well. As I don't have this phone myself I'm not sure if it's working. If anyone can confirm this I will make in announcement in the Pixel 3XL forum as well, hopefully stimulating development for our devices.
See the OP for the download link
sendhiloo7 said:
Did you just enabled hidesu for Google pay or any special steps you performed ?
Click to expand...
Click to collapse
Only enable magisk hide for them, nothing else
I'm seeing that in the OP, the instructions don't involve wiping System after making sure you start from Google's factory image as a base. Any reason I shouldn't wipe System? I did, and everything seems to be working okay. Do I lose any features or anything?
yadon said:
I'm seeing that in the OP, the instructions don't involve wiping System after making sure you start from Google's factory image as a base. Any reason I shouldn't wipe System? I did, and everything seems to be working okay. Do I lose any features or anything?
Click to expand...
Click to collapse
System will be completely overwritten by the ROM, so no need to wipe it first. Whether you wipe it or not has no effect on the features whatsoever
Hi,
To enable active edge, look at these commits: https://gerrit.dirtyunicorns.com/#/q/status:merged+topic:active_edge
jorgen2009 said:
System will be completely overwritten by the ROM, so no need to wipe it first. Whether you wipe it or not has no effect on the features whatsoever
Click to expand...
Click to collapse
Any chance thay you may add proper support so custom kernels can be used together with LineageOS?
Using a kernel like Proton together with LOS is making the phone just randomly freeze once it have fully booted non stop.

[ROM][UNOFFICIAL][10.0] Paranoid Android Quartz [MOTO G7 POWER]

{
"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 very excited to announce the release of Paranoid Android Quartz, based on Android 10.
On the first launch, you’ll notice a clean setup with a beautiful wallpaper from Hampus Olsson, who teamed up with us again to create several beautiful pieces of artwork. Hampus is a multi-disciplinary artist whose design stands for itself and we’re glad to have him onboard. We also added further UI touches that we believe enhance the overall user experience. You can find all of the Paranoid Android wallpapers and many more in the Abstruct app, included in our builds.
Our builds are based on the Code Aurora Forum Android base, which is optimized for Qualcomm platforms and has a higher degree of performance, battery life, and functionality compared to the Android Open Source Project platform. The Paranoid Android team and contributors are focusing on squashing existing bugs, and implementing and improving features, performance, and stability. We are dedicated to providing a user experience with the stability that you can expect from stock ROMs with best-in-class performance and features to help you get the most out of your device.
Device-specific issues
You tell me.
Note: Custom kernels are NOT supported! It already comes with AzurElectricLite
Download
With Gapps Included
WithOUT Gapps Included
Changelogs
Keep an eye on our Twitter account, @paranoidaospa , as we will be posting about new features getting included in the release builds, as well as links to betas for those devices that will get them.
Paranoid Android Quartz released
Instructions & requirements
Preparation for A/B Roms:
01. Download TWRP.
02. Remove your google account under Settings > Accounts then factory reset your device as FRP is enforced.
03. Unlock your bootloader
04. Use terminal to boot latest twrp.img "fastboot boot twrp.img"
05. While on Slot_A Flash copypartitions.zip (This step only needs to be completed Once only after updating from stock factory firmwares.)
06. While in TWRP choose Reboot > bootloader
07. Now you're ready for ROM Steps below
ROM - Installation:
01. Download the ROM.
02. Use terminal to boot latest twrp.img "fastboot boot twrp.img"
03. Wipe data, dalvik, system and internal storage, then format userdata.
04. Flash ROM.zip
05. Reboot > Recovery
06.Install Gapps + Magisk (if you choose)
07. Reboot > System
Important / Useful links
Paranoid Android Twitter
Paranoid Android Channel (Telegram)
Paranoid Android Community (Telegram)
Help us improve PA by submitting detailed bug reports with logs. Learn how to take logs here.
Send the logs to me @Electimon, as this is a unofficial build.
Cheers and #StayParanoid!
XDA:DevDB Information
Paranoid Android Quartz, ROM for the Motorola G7 Power
Contributors
Paranoid Team
@Electimon
@erfanoabdi
All others, its 3 am and im too tired to list
Source Code: https://github.com/AOSPA
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
Based On: CAF
Version Information
Status: Stable
Created 2020-06-26
Last Updated 2020-07-02
great job, everything works great and is smooth.
thank you very much for your great work
Although I now have a different device I'm not parting yet with my G7 Power!! Used Quartz 3 and 4 and love it. Soon as I get my 6t converted to international ill be heading to AOSPA on it as well. Thanks Electimon for this and all you've done! This is a great rom!!! :good:
Sent from my ONEPLUS A6013 using XDA Labs
questions
nevermind. overlooked.
thank you very much
This is the best Rom I've tried. Thanks!
Changes
• Added FM.
• Add some overlays to greatly improve smoothness.
• Improve AzurElectricLite kernel.
• Fix random reboot.
• Add pebble icon style.
• Enable ION for Qualcomm devices.
• Some other little things like hiding pill.
Please check the download links again, i've updated the rom.
awesome work mate - looking forward to trying it out
but - no matter how I try flashing a custom rom, TWRP will come back saying no OS found.
don't know what I'm doing wrong
FYI - the server the rom is hosted on, I'm getting a 'secure connection failed' and cannot download anything
tihsamikah said:
but - no matter how I try flashing a custom rom, TWRP will come back saying no OS found.
Click to expand...
Click to collapse
I am new to the A/B roms but installed this rom this weekend. Had some issues and had to flash back to stock and start over but I believe this message is expected.
How is everyone dirty flashing this update? Just don't want to mess anything up with the A/B stuff.
Is there a way to disable to God forsaken notification light while charging or low battery? It's blinding.
kramttocs said:
I am new to the A/B roms but installed this rom this weekend. Had some issues and had to flash back to stock and start over but I believe this message is expected.
Click to expand...
Click to collapse
tried again - no dice
I'm not new in flashing roms but this device is a mess. Actually i realize i don't need flashing the copy partition zip when coming from stock rom nor coming from a fresh installed. Anyway, this ROM is the best one i tried. Keep the good work!
jsphillips said:
Is there a way to disable to God forsaken notification light while charging or low battery? It's blinding.
Click to expand...
Click to collapse
has anyone figured this out yet? seriously hate looking at my phone bc of this dumb light
worlddominatiin said:
has anyone figured this out yet? seriously hate looking at my phone bc of this dumb light
Click to expand...
Click to collapse
so dang annoying right haha I just flashed this rom last night and have been trying since to get that damn led Charing indicator light turned off.stilk no luck but I did dirty flash right over the pixel experience rom.dont know if that could be a factor.If I find any more info on it I'll update.
---------- Post added at 07:53 AM ---------- Previous post was at 07:41 AM ----------
tihsamikah said:
awesome work mate - looking forward to trying it out
but - no matter how I try flashing a custom rom, TWRP will come back saying no OS found.
don't know what I'm doing wrong
FYI - the server the rom is hosted on, I'm getting a 'secure connection failed' and cannot download anything
Click to expand...
Click to collapse
Might help ya out.
https://forum.xda-developers.com/g7-power/development/rom-t4070607
worlddominatiin said:
has anyone figured this out yet? seriously hate looking at my phone bc of this dumb light
Click to expand...
Click to collapse
Settings > Moto Extras > Control LED (or something like that) > Set the slider to "0"
Can I install this awesome rom from stock android 10? thanks for the answers.
albertomuerto said:
Can I install this awesome rom from stock android 10? thanks for the answers.
Click to expand...
Click to collapse
Yes u can
i am so done with all these roms and the a/b partition scheme... nothing works.. you can follow the instructions verbatim as they are given for each rom including this one.. and even though the steps might complete.. you either end up with a twrp that boots with no touch response so then you have to sideload your remaining zips.. or you end up with a boot loop after all steps completed successfully..
twrp usually loses touch response after you flash copypartitions... these a/b partition schemes just dont work and make it impossible to install custom roms reliably.. for those that got it to work.. good for you.. but i bet for every one person this works for theres ten it doesnt.. im going back to stock and the hell with all this garbage.. i think its time for the xda devs for a/b partitions to end development efforts and shut it down...
tell xda-forums about bones
xd1801 said:
i am so done with all these roms and the a/b partition scheme... nothing works.. you can follow the instructions verbatim as they are given for each rom including this one.. and even though the steps might complete.. you either end up with a twrp that boots with no touch response so then you have to sideload your remaining zips.. or you end up with a boot loop after all steps completed successfully..
twrp usually loses touch response after you flash copypartitions... these a/b partition schemes just dont work and make it impossible to install custom roms reliably.. for those that got it to work.. good for you.. but i bet for every one person this works for theres ten it doesnt.. im going back to stock and the hell with all this garbage.. i think its time for the xda devs for a/b partitions to end development efforts and shut it down...
tell xda-forums about bones
Click to expand...
Click to collapse
Go to tellagram group motog7power support group I'm on it the way they have it done no problems even twrp works with out freezing . I would check it out
xd1801 said:
i am so done with all these roms and the a/b partition scheme... nothing works.. you can follow the instructions verbatim as they are given for each rom including this one.. and even though the steps might complete.. you either end up with a twrp that boots with no touch response so then you have to sideload your remaining zips.. or you end up with a boot loop after all steps completed successfully..
twrp usually loses touch response after you flash copypartitions... these a/b partition schemes just dont work and make it impossible to install custom roms reliably.. for those that got it to work.. good for you.. but i bet for every one person this works for theres ten it doesnt.. im going back to stock and the hell with all this garbage.. i think its time for the xda devs for a/b partitions to end development efforts and shut it down...
tell xda-forums about bones
Click to expand...
Click to collapse
I've had the same issues. It is indeed annoying to follow steps properly and end up bootlooping... But as I've found out, what has worked for me is that after I flash the rom I boot it up... Then, reboot into fastboot ==> Boot recovery ==> Flash Gapps (and Magisk) ==> Boot system (Most times a factory reset will be needed if/when boot into recovery here)
Only this way I've got roms to boot properly.
I'll give this rom a try this weekend, maybe... I'm also tired of trying roms and having lots of issues when flashing... Besides, most roms have been buggy for me... I don't know what may be it, but I've had bugs nobody else has, so I figured I'd just stay on stock. And given that I got the Android 10 update, I'm mostly happy with my phone.

[ROM][UNOFFICIAL][G770F/FD][10] LineageOS 17.1

{
"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 10, 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. 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:
Flash Lineage Recovery and use the instruction from there to flash it, or flash TWRP
Format Data/Factory Reset
Flash the build (Use adb sideload, or push the file to sdcard with mtp)
Reboot
Or if you want to flash gapps or magisk
Reboot to recovery again
Flash Gapps (Optional)
Flash Magisk (Optional)
Reboot
If you have issues with installing Gapps or Magisk because of "Failed to mount /system". Go to Advanced -> Mount /system
Download: r5q
Notes:
VoLTE, IMS, and other samsung specific stock rom features wont be ported or fixed.
CTS won't ever pass anymore, because google have rolled out Hardware Attestation SafetyNet for our device. Basically, CTS will fail if you unlocked your bootloader.
Screen would sometimes flicker after or before using the fingerprint, just a disclaimer that i wont be responsible if theres a person with epilepsy using this build
Support Group: Telegram
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
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 do this kind of stuff on my free time. If you like my work, please consider making a donation by clicking the link below.
Paypal
Screenshot:
https://imgur.com/fCrROQO
Archive link: Github Releases
XDA:DevDB Information
[ROM][UNOFFICIAL][G770F/FD][10] LineageOS 17.1, ROM for the Samsung Galaxy S10 Lite
Contributors
Vaughnn
Source Code: https://github.com/mainey/android_kernel_samsung_r5q
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
ROM Firmware Required: CTI1 or newer
Version Information
Status: Beta
Created 2020-08-28
Last Updated 2020-11-24
Reserved
Finally!!! Already using it pretty stable build... ?
Awesome. The Rom is stable and a lot better than samsung firmware. Thank u very much, Sir!
Awesome!
Finally a custom ROM.
I love the phone, but hate the fact that it doesn't have a Pro mode in the camera.
How's the ROM? Stable? And does the camera have a pro mode?
Looks nice, I am waiting for the official ROMs.
I have been a oneplus 3t user in which I tried almost every ROM on my phone. I am very curious to try out various ROMs on my samsung s10 lite.
Thanks for the developers who work hard to live the phone younger all time.
Will this work on any S10 Lite device? On SM/G77F/DS?
Will G770F get LineageOS 18?
volte not working even with Snapdragon processor ??
New releases are now up on https://github.com/mainey/release-r5q/releases/tag/LineageOS-17.1-20201008
Changelogs and instructions on how to upgrade vendor are included in the release note.
Make sure to mark the repo as watched to get updates on new releases.
Please report the issues on TG if there's any.
Will install this after no more Update in few years keep it up i like Lineage Os, but now I still like battery life ?
Thanks for posting this rom, I really appreciate your work on this. I just unlocked my boatloader last night, installed recovery and got this loaded up. Really enjoying it so far, no issues to report as of now (stable). Battery life seems about as good as stock. One question though, is there any way with AOSP roms to get the fingerprint scanner to work from sleep and not just the lock screen? That's the only downside I have found between this rom and stock thus far (I really liked just putting my finger on the scanner to awake and unlock the device at once).
Thanks again for your work; looking forward to further updates!
call recording unlocked for all countries with this rom ?
i dunno what iam doing wrong. iam not able to sideload this rom.
first of all, the recovery is this tar file, right?
KERNEL-G770FXXU3CTJ1.tar
https://github.com/mainey/release-r5q/releases
so many files,im coming from nexus/pixel....a bit lost
second, when i try to sideload this rom
lineage-17.1-20201008-UNOFFICIAL-r5q.zip
it stops exactly at 47%
every time. iam not sure what iam missing here. i follow the steps, but it seems not to finish.
Signature verification failed : error 21
Install from ADB completed with status 2 Installation aborted
Click to expand...
Click to collapse
any advice would be useful.i googled a bit.found soemthing about a maybe locked bootloader? but iam rooted, my bootloader should be unlocked. tried different cables, tried to download the file different ways to check if file corrupted...every time the same error. seems weird. stops at exact same point
maybe a recovery issue, something i did wrong there?
immerblind said:
i dunno what iam doing wrong. iam not able to sideload this rom.
first of all, the recovery is this tar file, right?
KERNEL-G770FXXU3CTJ1.tar
so many files,im coming from nexus/pixel....a bit lost
second, when i try to sideload this rom
lineage-17.1-20201008-UNOFFICIAL-r5q.zip
it stops exactly at 47%
every time. iam not sure what iam missing here. i follow the steps, but it seems not to finish.
any advice would be useful.i googled a bit.found soemthing about a maybe locked bootloader? but iam rooted, my bootloader should be unlocked. tried different cables, tried to download the file different ways to check if file corrupted...every time the same error. seems weird. stops at exact same point
maybe a recovery issue, something i did wrong there?
Click to expand...
Click to collapse
I was having the same issue and was perplexed. The kernel.tar file IS NOT the recovery file, the link is a bit misleading. It's at the bottom of that page titled "LineageOS Recovery 20200818". When I tried installing it and was getting the same issue, I was using the stock recovery and getting that error. The "LineageOS Recovery 20200818" is what you're looking for.
How much SOT with this rom?
Luckzzz said:
How much SOT with this rom?
Click to expand...
Click to collapse
I'm half way through my second day at 48% screen on time, about 90% of it on WIFI, with 5hrs 31mins of screen on time (mostly internet browsing and about an hour and a half of video streaming). Hard to say depending on specific uses, but I am very satisfied. It's at least equivalent to stock if not better.
jshmeek said:
I was having the same issue and was perplexed. The kernel.tar file IS NOT the recovery file, the link is a bit misleading. It's at the bottom of that page titled "LineageOS Recovery 20200818". When I tried installing it and was getting the same issue, I was using the stock recovery and getting that error. The "LineageOS Recovery 20200818" is what you're looking for.
Click to expand...
Click to collapse
this should be a sticky post! thank you :good:
everythign works like a charm now.
how about magisk? when i have the lineage recovery and run lineageos, can i simply sideload it in recovery? or do i need to follow samsung specific magisk instructions on the github page?
Can I still flash it after the android 11 one ui 3.0 update? I tried using twrp but it always kept booting on fastboot mode, I guess the bootloader is of different version. I guess i will have to wait till someone introduces android 11 based custom rom for s10 lite.
jack winchester said:
Can I still flash it after the android 11 one ui 3.0 update? I tried using twrp but it always kept booting on fastboot mode, I guess the bootloader is of different version. I guess i will have to wait till someone introduces android 11 based custom rom for s10 lite.
Click to expand...
Click to collapse
Hey, bro lineageos 18.1 is already available, you can flash that

[ROM][11][UNOFFICIAL] PixelExperience 11 for Sony Xperia 5[AOSP]

{
"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"
}
PixelExperience 11 for Sony Xperia 5 [Bahamut]
What is this?
PixelExperience is an AOSP based ROM, with Google apps included and all Pixel goodies (launcher, wallpapers, icons, fonts, boot animation)
Our mission is to offer the maximum possible stability and security, along with essential and useful features for the proper functioning of the device
Important Information
1. This ROM has nothing related to ODM images! So you don't need to ask/install anything like that, just follow the instructions.
Based on Android 11
Whats working?
Wi-Fi
RIL
Mobile data
GPS
Camera
Flashlight
Camcorder
Bluetooth
Fingerprint reader
Face unlock
NFC
LED Lights
Sound/vibration
PE Recovery Included
Safetynet pass with/without Magisk! (Not tested GPay)
Known issues
Nothing yet
You tell me
DON'T FLASH GAPPS, THEY'RE ALREADY INCLUDED
Download from Google Drive
How to flash
Make sure you come from Official Android 11.0 from Sony
Download both PixelExperience_bahamut-11.0-20211229-1823-UNOFFICIAL.zip & pe-recovery.zip
Extract the pe-recovery.zip into your fastboot folder
Put your device into fastboot by holding volume up key
Type the following command to flash the recovery:
Code:
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
Hold power key and volume down key to boot into recovery.
Select install update, install via adb and sideload the ROM package from adb by using command:
Code:
adb sideload PixelExperience_bahamut-11.0-20211229-1823-UNOFFICIAL.zip
Wipe / Format data, and reboot
Enjoy
Donate
Liked my work? Give me a beer
Translation
Help with project translation
Stay tuned
Our Telegram channel
Our blog
Thanks To:
sonyxperiadev team
sjlls
pixelexperience dev​
Android OS version: 11.0.0
Security patch level: Decmeber 2021
Build author: elmaleek03
Device Source code: https://github.com/sony-msmnile
Source code: https://github.com/PixelExperience
RESERVED
Screenshot attached below:
Great job!
Once Android 12 Pixel Experience is released is there any chance of the ROM being updated to Android 12?
I will give this a try soon (a few days or maybe a week) and report back if stuff doesn't work.
Edit: Bad wording that made me sound mean.
Edit 2: I will try this ROM starting on Wednesday 12th January 2022, I need to get my driving test and revision over and done with first.
BrandonMCMFG said:
Great job!
Once Android 12 Pixel Experience is released is there any chance of the ROM being updated to Android 12?
I will give this a try soon (a few days or maybe a week) and report back if stuff doesn't work.
Edit: Bad wording that made me sound mean.
Click to expand...
Click to collapse
thanks. sure, once a12 is stable enough imma go a12 based rom. im new to build & compile a custom rom and still learning how to make a good one.
feel free to give some feedback, and report some stuff
does this work for Xeria 1?
can u make one for Xperia 1 j9110 that would be of great help.
Many people like me are waiting for ROM for Xperia 11...
Does google camera work in this rom and can it be updated?
This ROM looks really good and it's nice to see that we have a custom ROM with current patches and passing SafetyNet test! Unfortunately, I really want to have as less Google software on my phone as possible, so Pixel Experience is not my way to go.
Could you also create a different style of Custom ROM like LineageOS, as the existing X5 ROMs did not get any update and their creator is rarely online? That would be an absolute dream, an actively maintained LineageOS with passing SafetyNet test.
alvathoni said:
Does google camera work in this rom and can it be updated?
Click to expand...
Click to collapse
yes, google camera works
grisu59964 said:
This ROM looks really good and it's nice to see that we have a custom ROM with current patches and passing SafetyNet test! Unfortunately, I really want to have as less Google software on my phone as possible, so Pixel Experience is not my way to go.
Could you also create a different style of Custom ROM like LineageOS, as the existing X5 ROMs did not get any update and their creator is rarely online? That would be an absolute dream, an actively maintained LineageOS with passing SafetyNet test.
Click to expand...
Click to collapse
yeah, i will try to build lineage when i have spare time. also im going to upload arrow os asap, need some testing first
Want to try this ROM, but my device bootloader is locked
alvathoni said:
Want to try this ROM, but my device bootloader is locked
Click to expand...
Click to collapse
Have you tried unlocking the bootloader?
Good ROM ! I 've flashed on my device and it works .(Xperia 5 Dual SIM J9210).
But I found some issues.
1.figerprint sometimes don't work until reboot.
2.NO VoLTE in CMCC.
grisu59964 said:
Have you tried unlocking the bootloader?
Click to expand...
Click to collapse
No, I haven't tried it yet. It says that user need 'Unlocked Bootloader:Yes' status on Service info > Configuration > Rooting Status
alvathoni said:
No, I haven't tried it yet. It says that user need 'Unlocked Bootloader:Yes' status on Service info > Configuration > Rooting Status
Click to expand...
Click to collapse
You mean "Bootloader unlock allowed"? That means that it is possible to unlock the bootloader of your device but you still need to unlock. Maybe you want to provide a screenshot?
My device unlocked device is currently running LineageOS, so I unfortunately can't check what is written there as soon as the bootloader is unlocked.
But usually, if you don't unlock your bootloader, it is still locked. You also get a warning every time you start your device that it cannot be checked for corruption. If you don't see that message, you device is locked.
elmaleek03 said:
yeah, i will try to build lineage when i have spare time. also im going to upload arrow os asap, need some testing first
Click to expand...
Click to collapse
Are there any updates on Arrow OS, I can test it if you would like?
BrandonMCMFG said:
Are there any updates on Arrow OS, I can test it if you would like?
Click to expand...
Click to collapse
honestly im still working to make the stock cam working but i havent found the solution. is it fine without the sony stock cam?
elmaleek03 said:
honestly im still working to make the stock cam working but i havent found the solution. is it fine without the sony stock cam?
Click to expand...
Click to collapse
Yeah that's OK it should be fine for a few weeks whilst I test/try it out.
Xperia 5 J8210
Hi there, so as a newbie, I've got myself into a right mess!
I Wanted to enable Ethernet over USB but Android 9 that came with the phone doesn't support. I couldn't immediately see any standard custom roms so I compiled AOSP from scratch following the instructions on developer.sony.com. Flashed the resulting images across and it resulted in the phone not booting. I've managed to install TWRP but I'm unable to install any custom ROMs including PixelOS referenced in this thread. When I go to install in TWRP it always immediately fails with "Error installing zip file '....unofficial.zip'. When I put TWRP into ADB mode and use adb sideload the transfer fails immediately.
This is the same for any zip file I care to install. Any suggestions, I've a feeling something underlying is wrong, not least the opening statement in this thread which says "Make sure you come from Official Android 11.0 from Sony".
Oh boy... help would be most appreciated.
Many thanks.

Categories

Resources