[XZ1 - G8341][AOSP][Android 11] Android Open Source Project [2022-02-14] - Sony Xperia XZ1 ROMs, Kernels, Recoveries, & Othe

Android Open Source Project ​android-11.0.0_r46​​​Disclaimer:​* Your warranty is now void.
* We are not responsible for anything that may happen to your phone by installing any custom ROMs and/or kernels.
* You do it at your own risk and take the responsibility upon yourself and you are not to blame us or XDA and its respected developers.
​
Instruction:​
Unlock boot loader​
Connect the device to your computer in Fastboot mode (by pressing volume up while inserting the USB cable)​
Download and extract the vendor image provided by Sony​
Flash the vendor image provided by Sony​
Code:
fastboot flash oem SW_binaries_for_Xperia_Android_11_4.14_v8a_yoshino.img
Download and extract AOSP image android-11.0.0_r46.zip​
Flash the boot, recovery, system, vendor and userdata images​
Code:
fastboot flash boot boot.img
Code:
fastboot flash recovery recovery.img
Code:
fastboot flash system system.img
Code:
fastboot flash vendor vendor.img
Code:
fastboot flash userdata userdata.img
Code:
fastboot reboot
DONE!​
If you have any problem with this recovery image, then download and flash the latest TWRP recovery release.​
What's working:
Wifi
Hotspot
Bluetooth
GPS
4G/3G/2G
Camera
Fingerprint sensor (work without press the button)
BUGS:
TWRP recovery goes into bootloop, so start twrp again you need to flash the userdata.img (factory reset) via fastboot. There is this twrp recovery here on xda link.
Screen lag
After each start / restart the screen must be turned off and on again get to the homescreen
Credits:
Sony Xperia Developer World
Source code:
GitHub
Info:
ROM OS Version: Android 11
ROM Release: android-11.0.0_r46
ROM Kernel: Linux 4.14
Based On: AOSP
Status: Testing
Created 2022-02-14
Last Updated 2022-02-17

Reserved

bugs?

nathankaunang said:
bugs?
Click to expand...
Click to collapse
I am currently testing the build, as soon as I find bugs I will report them. If you have specific requests to test, please propose them. At the moment everything seems to be working fine.

D_Riccardo said:
I am currently testing the build, as soon as I find bugs I will report them. If you have specific requests to test, please propose them. At the moment everything seems to be working fine.
Click to expand...
Click to collapse
I mean, are the laggy screen bug or the green camera, or the signal drops bugs fixed?

JimKatsanos said:
I mean, are the laggy screen bug or the green camera, or the signal drops bugs fixed?
Click to expand...
Click to collapse
The screen lags slightly, the camera work perfect and for now I did not see any signal drops

Hi, the bugs I found:
- after each start / restart the screen must be turned off and on again get to the homescreen
- SIM card is not detected at all

hihiman1 said:
Hi, the bugs I found:
- after each start / restart the screen must be turned off and on again get to the homescreen
- SIM card is not detected at all
Click to expand...
Click to collapse
Thank you, I have also encountered that problem of the screen at startup. The sim card not detected it's strange I tested the data traffic and it works. I think this kernel 4.14 has more problems than the 4.4.

D_Riccardo said:
...The sim card not detected it's strange I tested the data traffic and it works. I think this kernel 4.14 has more problems than the 4.4.
Click to expand...
Click to collapse
Maybe it's linked to the latest version of SW_binaries_for_Xperia_Android_11_4.14_v9a_yoshino.zip (released 15.02.2022) v8a is no longer available

hihiman1 said:
Maybe it's linked to the latest version of SW_binaries_for_Xperia_Android_11_4.14_v9a_yoshino.zip (released 15.02.2022) v8a is no longer available
Click to expand...
Click to collapse
Yes, I see they updated the .zip file on the official site, luckily I didn't delete the file I used, I uploaded the v8a version here: https://www.udrop.com/6n1x/SW_binaries_for_Xperia_Android_11_4.14_v8a_yoshino.zip
Let me know if at least solved the problem with the sim card, so I will update the link in the post.

D_Riccardo said:
Yes, I see they updated the .zip file on the official site, luckily I didn't delete the file I used, I uploaded the v8a version here: https://www.udrop.com/6n1x/SW_binaries_for_Xperia_Android_11_4.14_v8a_yoshino.zip
Let me know if at least solved the problem with the sim card, so I will update the link in the post.
Click to expand...
Click to collapse
Yes now it works - please add the link to SW_binaries also in the 1st post

Wouldn't it be said to install the rom on the g8343?

Ramfisrd said:
Wouldn't it be said to install the rom on the g8343?
Click to expand...
Click to collapse
I would not risk to install to g8343, it could work as not

Related

[RECOVERY][G3][F400] TWRP-3.1.1 (Testing/170519)

TeamWin's TWRP Touch Recovery for LG G3 - currently available only for F400 variants​https://twrp.me/
TWRP is an open source, community project. TWRP development is done by roughly 4 people at this point. We also have a large support community with many people who are willing to answer questions and help people with their devices either through our IRC channel or on forums like xda-developers.
Team Win was originally formed to work on porting WiMAX to CM7 for the HTC EVO 4G. After our work on the EVO 4G we wanted to work on a project that would work on more devices than just the EVO 4G and we settled on working on a recovery. Today TWRP is the leading custom recovery for Android phones.
A custom recovery is used for installing custom software on your device. This custom software can include smaller modifications like rooting your device or even replacing the firmware of the device with a completely custom “ROM” like OmniROM
You can find the source code for TWRP at github.com/omnirom/android_bootable_recovery/​
Flashing Instructions
To install recovery images use Flashify / Rashr from Play Store or flash in your current recovery. Otherwise do the following:
1. Go to install, find and select the Images... button.
2. Browse to the image that you downloaded and select it.
3. Choose recovery and swipe to flash.
OR
1. Move recovery.img to internal storage.
2. Open terminal window/command prompt to execute following commands
Code:
adb shell
su
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/recovery
dd if=/sdcard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
exit
exit
adb reboot recovery
About this TWRP
compiled on LineageOS-14.1 source
always up-to-date
fixed screen brightness
permissive selinux
disabled logd/logcat in recovery
fuse exfat, ntfs-3g, jpeg, usb-otg support
external storage as default storage
touch to wake
backup of all partitions including modem, efs
crypto/decryption may work or not..
Changelog
* 170430
- Initial Build
- Disabled HW crypto due to build fails
* 170501
- Deleted unused flags
- Add back HW crypto
- exfat support
* 170507
- Disabled logd/logcat (fix for "device or resource busy", hopefully)
* 170519
- Updated to v3.1.1
- Fix Aroma Installer crash (hopefully)
Known issues
ZIP files with date check assert can't be installed (eg. crDroid) - Users should delete date check assert in binary by themselves.
AROMA Installer stucks at loading - will be fixed soon..
Download Links
Unofficial | Official
Sources​
https://github.com/TheNoFace/android_device_lge_g3-common-TWRP/tree/twrp
(Based on https://review.lineageos.org/#/c/160056/)​
Remember to do backup of your current recovery before installing​
Any plans for suporting other G3 variants in future?
@fprhqkrtk303: Now have 2 version twrp to flash. Which one to choose to flash? Unofficial or official? Thanks!
Official TWRP for D855 is so bad... sorry to say that. It doesn't work properly and even if LineageOS recommends it it's just not able to flash LOS builds.
When you want to reboot in recovery it hangs in a bootloop and when you want to shut the device off it just turns on back. So far we only have the unofficial version for D855 fully working.
ahk31 said:
Any plans for suporting other G3 variants in future?
Click to expand...
Click to collapse
Planning to support more devices when F400 version is stable.
You can build your own TWRP using my source.
@chuyennho184 @andrewKode Official version from TWRP uses older device tree and actually no one maintains. Recommend using unofficial version.
@fprhqkrtk303: I saw update firmware on March 22th for F400 variants but I don't have a link. Do you have a link? Thanks for bother you.
Updated to v3.1.1 (170519)
fprhqkrtk303 said:
Updated to v3.1.1 (170519)
Click to expand...
Click to collapse
Is aroma bootloop problem fixed in this new version?
MESA said:
Is aroma bootloop problem fixed in this new version?
Click to expand...
Click to collapse
Not tested yet. Can you check?
fprhqkrtk303 said:
Not tested yet. Can you check?
Click to expand...
Click to collapse
Yes. Tried it yesterday. Bootloop problem is still present.
andrewKode said:
Official TWRP for D855 is so bad... sorry to say that. It doesn't work properly and even if LineageOS recommends it it's just not able to flash LOS builds.
When you want to reboot in recovery it hangs in a bootloop and when you want to shut the device off it just turns on back. So far we only have the unofficial version for D855 fully working.
Click to expand...
Click to collapse
LoL i maintain twrp for d855 i don't have any issue with that recovery(3.1.1) fully tested..
and this problem cause by bootloader..
or you mean this
Fixed rebooting when no OS is present (Dees_Troy)
"unofficial version for D855 fully working."
Nope dadi11 twrp encrypt no work.. ;]
ZjemCiKolege said:
LoL i maintain twrp for d855 i don't have any issue with that recovery(3.1.1) fully tested..
and this problem cause by bootloader..
or you mean this
Fixed rebooting when no OS is present (Dees_Troy)
"unofficial version for D855 fully working."
Nope dadi11 twrp encrypt no work.. ;]
Click to expand...
Click to collapse
Dude, Idk what you're maintaining but this is what happens:
- TWRP sometimes does not reboot back in recovery (it hangs on LG screen)
- hangs on flashing LineageOS
- When chosed to turn off the device from the recovery it turns back ON right after it shuts down.
andrewKode said:
Dude, Idk what you're maintaining but this is what happens:
- TWRP sometimes does not reboot back in recovery (it hangs on LG screen)
- hangs on flashing LineageOS
- When chosed to turn off the device from the recovery it turns back ON right after it shuts down.
Click to expand...
Click to collapse
1. I try but did not happen.
2. Build of lineage?(i flash each version from february to 21.04) no any issue.
3. Issue of custom rom(problem with turn on charger and boot same issue..) ;]
MESA said:
Is aroma bootloop problem fixed in this new version?
Click to expand...
Click to collapse
Hello, apparently no...
https://twrp.me/site/update/2017/05/19/twrp-3.1.1-0-released.html
If it's a software problem, it would be the problem of AROMA devs, but if it's related to software keys incompatibility it's will be the work of TWRP devs.

[Pie] Project Treble for Xperia X

Project Treble For Xperia X​Based on Sony Open Devices​Thanks to Pavel's Kernel​I am not responsible for bricked devices, dead SD cards,.​Suitable for F5121 and F5122​Reboot after your first boot please!
请中文用户遵守XDA规则,使用双语留言
If Your Camera doesn't work, see #141 please ​
Required files:
Our treble file could support Erfans's Android Q GSI, You need to flash this fix.
If you meet crash, you need to delete vendor/overlay.
If you meet endless bootanimite, Try to force reboot.
[New SODP Kernel version]
V20190812:Link With: SW_binaries_for_Xperia_Android_9.0_2.3.2_v9_loire.zip
V20190811:Link With: SW_binaries_for_Xperia_Android_9.0_2.3.2_v9_loire.zip
[Pavel's Kernel versions]
V20190702:Link With: SW_binaries_for_Xperia_Android_9.0_2.3.2_v9_loire.zip
V20190503:Link With: SW_binaries_for_Xperia_Android_9.0_2.3.2_v8_loire.zip
V20190501:Link With: SW_binaries_for_Xperia_Android_9.0_2.3.2_v8_loire.zip
[Old SODP Kernel versions]
V20190429:Link With: SW_binaries_for_Xperia_Android_9.0_2.3.2_v8_loire.zip
V20190323:Link With: SW_binaries_for_Xperia_Android_9.0_2.3.2_v7_loire.zip
V20190210:Link With: SW_binaries_for_Xperia_Android_9.0_2.3.2_v5_loire.zip
[OEM-File]
DownloadLink
[TWRP-Q]
DownloadLink
How to go Treble?
First: Flash Twrp I built which supports a Vendor Partition
Code:
fastboot flash recovery < Path of recovery.img >
Second:Wipe Data and Cache, then flash Treble-X-sjll-XXX.zip in Twrp .
Notice:If you failed when flashing Treble-X-sjll-XXX.zip in Twrp or can't boot into desktop. Please do follwing command:
Code:
fastboot flash boot < Path of boot.img >
Code:
fastboot flash cache < Path of vendor.img >
Third: flash SW_binaries provided by Sony.
You can download it from Sony official website.
Code:
fastboot flash oem < Path of OEM.img >
Optional step If treble file without system
Fourth: Flash a GSI compatible System image and boot!
Code:
fastboot flash system < Path of GSI-System.img >
Google Camera Guide:
1.Gcam must work with Google play services.
2. Suzu doesn't support raw Format Raw10, we should set raw Format to Raw Sensor .
3.We should set Viewfinder Format to YUV_420_888
4.Please enable: Buffer Fix to Fix viewfinder lags.
5. Suzu only support Init SlowMo at 120 FPS
Recommend Gcam Version:
ARNOVA8G2 Link
Gcam_6.1.021_Advanced_V1.7beta3.190707.0105.apk
Gcam_6.2.030_Advanced_V2.2beta5.190704.1015.apk
Update and known BUG:
20190812:
Update:
1. Thermal back, you will not hot in this summer.
2. CPU quiet back, suzu will be cold as ice.
3. F2FS support for cache(Qnovo) and userdata partitions.
20190811:
Update:
1. Go back to SODP kernel.
2. Performance and stability improve.
3. A lot of Fixes of SODP.
20190716:
Update:
1. New twrp-Q uploaded.
V20190702:
Fixes:
1. Cancel OverClock.
2.New CAF imported in kernel.
3.Forcecryptable canceled. If you upgrade from old version, you need to format userdata and use new TWRP-Q.
Bugs:
Need feedback.
V20190503:
Fixes:
1. New PowerHAL.
Bugs:
Need feedback.
V20190501:
Fixes:
1. Use Pavel's kernel source codes.
2. Quick Charge 3.0 works fine.
Bugs:
Need feedback.
V20190210:
Bugs:
1. Quick Charge is broken, you can use computer USB port charge.
2. Camera doesn't work on first boot, you need to reboot.
Source Codes
Sjll
Kernel
Contributors
Sjll @Cubbins
ROM OS Version: 9.x Pie
ROM Kernel: Linux 4.x
Paypal
I am very happy to receive your donation.
Version Information
Status: Testing
Created 2019-02-10
Last Updated 2019-08-12
Hi! And it is possible to flash system.img via TWRP?
Since the latest TWRP (3.2.2.2) can flash those partitions, can we flash through it?
realthrash said:
Since the latest TWRP (3.2.2.2) can flash those partitions, can we flash through it?
Click to expand...
Click to collapse
no, I tried
Is it A Only or A/B type?
sebasrock156 said:
Is it A Only or A/B type?
Click to expand...
Click to collapse
A only.
[email protected] said:
Hi! And it is possible to flash system.img via TWRP?
Click to expand...
Click to collapse
realthrash said:
Since the latest TWRP (3.2.2.2) can flash those partitions, can we flash through it?
Click to expand...
Click to collapse
Use the twrp provided by me, it can flash these partition with an img file.
After install this ROM..I dont have root acces and how to enter the treble twrp because I cant enter it after flashed this ROM:crying:
So I just installed the ROM.
On my first try, it just did not boot. Stuck at Sony logo. I then flashed the latests stock .ftf, did the installation again and managed it to boot. Seems that I did not have the latest bootloader
After the initial boot, I wanted to enter recovery again, but could not get into it. I then flashed TWRP 3.2.3.2 and could install the gapps from there. The system also runs with this recovery.
What I already tested:
- camera shows only up to 17,1 Megapixels, but works
- front camera works
- camera button works
- WIFI works
- mobile data wiht LTE work, but I had to type in the APN manually
- phone calls work
- fingerprint works
- bluetooth works, but I cannot pair with my Garmin watch (have the same problem when using lineage OS)
Overall the system looks and feels really great! Added some screenshots too!
Well done, @Sjll ; Thank you very much!
Thelooks14 said:
After install this ROM..I dont have root acces and how to enter the treble twrp because I cant enter it after flashed this ROM:crying:
Click to expand...
Click to collapse
Just using fastboot flash a GSI in system partition.
Please use the twrp I privide for treble.
If you want to go to recovery, just shutdown and hold power and Vol-.
sessions04 said:
So I just installed the ROM.
On my first try, it just did not boot. Stuck at Sony logo. I then flashed the latests stock .ftf, did the installation again and managed it to boot. Seems that I did not have the latest bootloader
After the initial boot, I wanted to enter recovery again, but could not get into it. I then flashed TWRP 3.2.3.2 and could install the gapps from there. The system also runs with this recovery.
What I already tested:
- camera shows only up to 17,1 Megapixels, but works
- front camera works
- camera button works
- WIFI works
- mobile data wiht LTE work, but I had to type in the APN manually
- phone calls work
- fingerprint works
- bluetooth works, but I cannot pair with my Garmin watch (have the same problem when using lineage OS)
Overall the system looks and feels really great! Added some screenshots too!
Well done, @Sjll ; Thank you very much!
Click to expand...
Click to collapse
You can flash a GSI to get better experience. Thanks for your feedback!
Sjll said:
Just using fastboot flash a GSI in system partition.
Please use the twrp I privide for treble.
If you want to go to recovery, just shutdown and hold power and Vol-.
Click to expand...
Click to collapse
Where I can download GSI?
sessions04 said:
So I just installed the ROM.
On my first try, it just did not boot. Stuck at Sony logo. I then flashed the latests stock .ftf, did the installation again and managed it to boot. Seems that I did not have the latest bootloader
After the initial boot, I wanted to enter recovery again, but could not get into it. I then flashed TWRP 3.2.3.2 and could install the gapps from there. The system also runs with this recovery.
What I already tested:
- camera shows only up to 17,1 Megapixels, but works
- front camera works
- camera button works
- WIFI works
- mobile data wiht LTE work, but I had to type in the APN manually
- phone calls work
- fingerprint works
- bluetooth works, but I cannot pair with my Garmin watch (have the same problem when using lineage OS)
Overall the system looks and feels really great! Added some screenshots too!
Well done, @Sjll ; Thank you very much!
Click to expand...
Click to collapse
can you still enter recovery mode now?
I could only enter recovery with TWRP 3.2.3.2!
So I jused Sjll's recovery vor initial installation and then changed to 3.2.3.2
But I am not sure, if the Treble updates will work with this TWRP...
I used your guide to install another treble ROM
Thanks
One question:
I can root without any problem, but if I reboot the phone the data partition gets encrypted, ¿what can I do to solve this?
Today I made a lot of pictures with the front camera and with the back camera. . AF just doesn't get a sharp picture. Front camera is totaly useless for selfies, even with perfect light conditions.
I downloaded Google Camera app, which makes it a little bit better, but still not comparable to the stock Sony Camera App. Oh, and it just shows 13 MPx max res.
Too bad!
Anyone here with better results?
sessions04 said:
Today I made a lot of pictures with the front camera and with the back camera. . AF just doesn't get a sharp picture. Front camera is totaly useless for selfies, even with perfect light conditions.
I downloaded Google Camera app, which makes it a little bit better, but still not comparable to the stock Sony Camera App. Oh, and it just shows 13 MPx max res.
Too bad!
Anyone here with better results?
Click to expand...
Click to collapse
These are bugs of SODP. only waitting for their fix.
where to get boot.img?I can't flash zip
There is a Link in the first post, next to
"[Tested]
V20190210 Link... "
You find the "twrp-Q.img" there.

[ROM][9.0][suzu] SonyAOSP

SonyAOSP builds by @davidteri91 (This ROM has included GAPPS)​
Code:
Code:
#include "std_disclaimer.h"
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
What's working :
RIL (Calls, SMS, Data)
Fingerprint
Wi-Fi
Bluetooth
Camera
Audio
GPS
What's not working :
Wi-Fi HotSpot 5Ghz
Miracast
Random reboots
Maybe more...
Report all found bugs to the sony bugtracker: https://github.com/sonyxperiadev/bug_tracker/issues
Steps for Flash:
fastboot flash oem xxxxx.img
fastboot flash boot boot.img
fastboot flash system system.img
fastboot erase userdata (if needed or you on stock)
Downloads :
ROM: https://androidfilehost.com/?w=files&flid=286595&sort_by=date&sort_dir=DESC
OEM: https://developer.sony.com/file/download/software-binaries-for-aosp-pie-android-9-0-kernel-4-9-loire/
TWRP: https://eu.dl.twrp.me/suzu/
Warning! From april build for dual sim use new patch from 2019.04.23. in attachment.
Sources:
SonyXperiaDev: https://github.com/sonyxperiadev?tab=repositories
SonyAOSP: https://github.com/SonyAosp
Contributors:
@davidteri91
ROM OS Version: 9
ROM Kernel: Linux 4.9.x
ROM Firmware Required: 34.4.A.2.118
Created: 2019-03-24
Last Updated: 2019-04-23
Successfully installed the ROM (the only Pie ROM for F5122 here I can flash that has GApps, plus the installation process is quite easy).
- Wi-Fi 5Ghz works for me.
- "There's an internal problem with your device. Contact your manufacturer for details" pops up after boot (probably due to the kernel, which is kinda annoying).
- There seems to be something wrong with TWRP 3.2.3-0 on this ROM. I could install and use it once, but after reboot it just disappeared.
- ...
Still testing. Thanks for the work!
can a step by step guide/process for noobs be povided here?
I am on stock unrooted 8.0 Oreo
prasad12ka4 said:
can a step by step guide/process for noobs be povided here?
I am on stock unrooted 8.0 Oreo
Click to expand...
Click to collapse
- Download everything in the links above (ROM, TWRP and OEM)
- Extract ROM, OEM to "platform-tools" (your adb folder)
- Shift click "platform-tools", open as cmd
- Enable USB-debug on your phone
In cmd:
adb devices
adb reboot bootloader
fastboot flash oem "oem.img"
fastboot flash boot "boot.img"
fastboot flash system "system.img"
fastboot erase userdata
--> Reboot, done. After boot, flash recovery TWRP if you want. That's what I did for this ROM.
P/s: I flashed stock Oreo with Emma before flashing this ROM.
LOLisLIFE said:
Successfully installed the ROM (the only Pie ROM for F5122 here I can flash that has GApps, plus the installation process is quite easy).
- Wi-Fi 5Ghz works for me.
- "There's an internal problem with your device. Contact your manufacturer for details" pops up after boot (probably due to the kernel, which is kinda annoying).
- There seems to be something wrong with TWRP 3.2.3-0 on this ROM. I could install and use it once, but after reboot it just disappeared.
- ...
Still testing. Thanks for the work!
Click to expand...
Click to collapse
Can I flash magisk?
I used this ROM some time ago, that build overheated a lot, and had some reboots, I couldn't get root in any possible way
Maybe this version is rootable
realthrash said:
I used this ROM some time ago, that build overheated a lot, and had some reboots, I couldn't get root in any possible way
Maybe this version is rootable
Click to expand...
Click to collapse
All versions of SonyAOSP build can have root with Magisk 18+
lookmanns14 said:
Can I flash magisk?
Click to expand...
Click to collapse
of course
Jurn_Software said:
All versions of SonyAOSP build can have root with Magisk 18+
Click to expand...
Click to collapse
I need to boot up to system, then reboot to TWRP and root, but since this ROM deletes the Recovery it's a little bit complicated
realthrash said:
I need to boot up to system, then reboot to TWRP and root, but since this ROM deletes the Recovery it's a little bit complicated
Click to expand...
Click to collapse
donwload and reflash twrp 3.2.3-2 recovery via adb
Is possible to add dual sim via build,prop?
khriiza said:
Is possible to add dual sim via build,prop?
Click to expand...
Click to collapse
yes, with this patch
Security patch March, April to be?
[email protected] said:
Security patch March, April to be?
Click to expand...
Click to collapse
April security patch are coming in few days, stay tuned
Jurn_Software said:
April security patch are coming in few days, stay tuned
Click to expand...
Click to collapse
Can you make an optimized kernel for this ROM?
LOLisLIFE said:
Can you make an optimized kernel for this ROM?
Click to expand...
Click to collapse
I'm not a developer. Kernel provided by sonyxperiadev developers.
P.S. due to problems related to WiFi in tone platform ... New releases are delayed to next week ...
April security patch released!!!
https://androidfilehost.com/?fid=1395089523397948583
Jurn_Software said:
April security patch released!!!
https://androidfilehost.com/?fid=1395089523397948583
Click to expand...
Click to collapse
For install this ROM we need a unlocked bootloader right, random reboot is fixed in new build and can I install this ROM if I from AOSPA Pie beta ?
Mashrmallow said:
For install this ROM we need a unlocked bootloader right, random reboot is fixed in new build and can I install this ROM if I from AOSPA Pie beta ?
Click to expand...
Click to collapse
no, random reboots not fixed. I have two the last day
Mashrmallow said:
For install this ROM we need a unlocked bootloader right, random reboot is fixed in new build and can I install this ROM if I from AOSPA Pie beta ?
Click to expand...
Click to collapse
Are the random reboots as bad as AOSPA pie?
I heard people saying it's Quickstep (the recent apps UI) that caused the crashes. Maybe try using a non-quickstep launcher (eg. Nova) and report back?

[ROM][10][suzu][AOSP] Stable

AOSP Q for Suzu/f5121​
DISCLAIMER
As always use it at your own risk.
Build it in my spare time to test how the development is proceeding.
Installation instructions​
NB: This is a full software update in the sense that will replace everything, recovery included, with aosp version. You need to reflash twrp afterwards.
Clean Install
enter twrp and factory reset
format data partition (only if coming from Pie or below)
flash the rom
flash GApps (optional)
reboot
Updating from previous version
enter TWRP and wipe dalvik/cache
flash ROM
reboot
Alternative way to install​
You can also unzip the file and flash via flashboot only what you need:
fastboot flash boot boot.img
fastboot flash cache cache.img
fastboot flash system system.img
fastboot flash userdata userdata.img (only if not updating or coming from Pie or below)
fastboot flash oem xxxx.img
Now you can boot into TWRP and flash gapps and other stuff if you want.
First boot will get stuck on Sony logo for 30/40 seconds, and maybe reboot itself one or two time. Just have patience and everything will be all right
Downloads:
ROM: Latest Build
OEM: Binaries for 4.9 kernel
TWRP: Official TWRP for Suzu
BitGapps: Suggested GApps
What's works:
RIL
Bluetooth
Wifi
Fingerprint
NFC
Camera
USB tethering
Everything else?
What doesn't:
Random reboots (should be solved in latest build)
WiFi Hotspot
Expected the same bugs for Pie ROM since the kernel and binaries are the same, but let me know if you find anything else, will do my best to try to fix it.
Click to expand...
Click to collapse
Changelog​r41
Update sources to r41
Overvolt BIG processor to improve stability on higher frequencies (should fix random reboots)
r33
Update sources to r33
r32.v1b
Reverted patch to enable developer option by default
r32.v1
Removed default searchbar from Launcher3
Enabled developer settings by default
Add MicroG support (testing)
r32:
Initial booting build
Click to expand...
Click to collapse
ROM Version: r41
ROM Status: Stable
Created: 2019-12-04
Last Update: 2020-09-20
Thanks to:
@twain55 for the screenshot and testing
@dslul to help in the bug fixing
@ix5 for the initial patches
sonyxperiadev project for providing sources
and last but not least thanks to all that will test this.
Screenshots​
flashed with fastboot and stuck at splash screen
Adi_OP said:
flashed with fastboot and stuck at splash screen
Click to expand...
Click to collapse
Still testing and had the same results. Can you try to use the old OEM IMG for pie and report if boots? If not I'll try It during the weekend and let you know.
EDIT
Tried with the pie OEM IMG and doesn't boot. Will rebuild the boot image this weekend and see how to fix
Stuck at splash screen too, using fastboot!
Same here with twrp..try with and w/o gapps,stuck at sony logo.It seem the problem is at boot image
lookmanns14 said:
Same here with twrp..try with and w/o gapps,stuck at sony logo.It seem the problem is at boot image
Click to expand...
Click to collapse
It seems to me too. I'm trying to find where is the issue. Building another image today and tested on my device but didn't worked either.
Does it work for F5122?
Thank you for your try.
Does it work for F5122 as well.
Hope you to fix this rom as a stable.
Good luck
Sorry for the waiting, I've had a lot of work to do lately. Hope to have news/a new build (at least for boot.img) this weekend.
New images are up. I'll try them this afternoon (out now) but if someone would take the leap before me here it is the link
https://mega.nz/#F!vNtx2QZZ!GuV1qwYXjLk3ajd3xoaPPA
Let me know. And thanks again for helping me testing.
Unfortunately, still stuck at Sony logo... I used the latest OEM released on December 10th, SW_binaries_for_Xperia_Android_10.0.7.1_r1_v2C_loire, will try with SW_binaries_for_Xperia_Android_10.0.7.1_r1_v2B_loire, but I doubt this will change anything!
Iscariah said:
Unfortunately, still stuck at Sony logo... I used the latest OEM released on December 10th, SW_binaries_for_Xperia_Android_10.0.7.1_r1_v2C_loire, will try with SW_binaries_for_Xperia_Android_10.0.7.1_r1_v2B_loire, but I doubt this will change anything!
Click to expand...
Click to collapse
I doubt it too sadly but if still stuck I'm at a loss right now. I've to try to see if I can catch some log even if stuck at Sony. Thanks for the report
Any update on this ROM? Is it still in development?
GOrMHATRe said:
Any update on this ROM? Is it still in development?
Click to expand...
Click to collapse
It is. Latest build still doesn't boot. I'm debugging to see if I can find the problem.
Have we wait for next weekends till any further update?
Any good news
[email protected] said:
Any good news
Click to expand...
Click to collapse
Sadly not yet. Having trouble with the building of r15. I think that could be some changes in Q building system because pie build correctly. Hope to fix in this holidays.
ParanoidNemo said:
Sadly not yet. Having trouble with the building of r15. I think that could be some changes in Q building system because pie build correctly. Hope to fix in this holidays.
Click to expand...
Click to collapse
Cheers
Any good news
Are there still this random reboots and homescreen freezes we have with Pie and the 4.9 kernel?
mase76 said:
Are there still this random reboots and homescreen freezes we have with Pie and the 4.9 kernel?
Click to expand...
Click to collapse
Right now the ROM doesn't boot. The issue is upstream and as far as I know this should be fixed when the v3 of the binaries is released (right now we are at v2c). Hopefully the reboot issue will be fixed but we have to wait sadly.
@ParanoidNemo
Which kernel did you use?

[ROM][XZ1 G8341][AOSP][Android 11][Security Patch 05 November 2020]

Android Open Source Project - android-11.0.0_r17
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
Credits: Google, Sony Xperia Developer World
-------------------------------------------------------------
Sorry for my english.
Hi everyone, this is the first time I am compiling a ROM.
It's just a test, as it seems to work I decided to share it with you.
-------------------------------------------------------------
Instructions:
Before you flash the images, make sure your device is unlocked through Sony’s unlock boot loader service and that the device is in Fastboot mode.
- Download the vendor image and flash first:
https://developer.sony.com/file/dow...es-for-aosp-android-11-0-kernel-4-14-yoshino/
- Unpack the vendor zip file to obtain the vendor image;
- Connect the device to your computer in Fastboot mode, by pressing volume up while inserting the USB cable. When the device is in Fastboot mode, the LED on the device will be illuminated in blue.
- Flash the vendor image by entering the following commands in a terminal window:
fastboot flash oem SW_binaries_for_Xperia_Android_<release version>_<platform>.img
- Download ROM:
http://www.mediafire.com/file/ph3z52u2staujx6/android-11.0.0_r17.zip/file
- Unpack the rom zip file to obtain the rom image;
- Flash the image by entering the following commands in a terminal window:
fastboot flash boot boot.img​
fastboot flash recovery recovery.img​ ( Don't use the recovery in this rom, I've tested this TWRP 3.3.1 found here: https://forum.xda-developers.com/xperia-xz1/themes/twrp-3-3-0-aroma-compatible-ultra-low-t3922527 )
fastboot flash system system.img​
fastboot flash vendor vendor.img​
fastboot flash userdata userdata.img​
-------------------------------------------------------------
Bugs:
- Tethering usb;
- Factory reset don't work;
- After the system is started the first time, restarting in recovery, the twrp goes into bootloop. To start twrp again you need to flash the userdata.img (factory reset) via fastboot;
- I don't know.
Tested:
- 4G;
- 3G;
- 2G;
- GPS;
- Voice Call;
- Wifi;
- Stock Camera;
- Fingerprint;
- Bluetooth.
-------------------------------------------------------------
I flashed the Android 11 GAPPS and everything seems to be working fine.
-------------------------------------------------------------
Source Code: https://github.com/sonyxperiadev/kernel/tree/aosp/LA.UM.7.1.r1
ROM OS Version: Android 11
ROM Kernel: Linux 4.14.196
Based On: AOSP
Security Patch: 05 November 2020
Version Information
Status: Test
Created 2020-07-11
Last Updated 2020-07-11
Can you share us the screenshots of ROM?
Also, is this ROM has Sony Music (Walkman) and Album app?
Demirag said:
Can you share us the screenshots of ROM?
Also, is this ROM has Sony Music (Walkman) and Album app?
Click to expand...
Click to collapse
I just downloaded the android 11 source code (40 Gb) and compiled it. So the rom is basic, it only has the main android stock apps:
phone, address book, calendar, camera, gallery and file browser.
If i try to flash it on my XZ Premium (G8141), can it be successfull? XZP is also Yoshino platform
gsep said:
Android Open Source Project - android-11.0.0_r17
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
Credits: Google, Sony Xperia Developer World
-------------------------------------------------------------
Sorry for my english.
Hi everyone, this is the first time I am compiling a ROM.
It's just a test, as it seems to work I decided to share it with you.
-------------------------------------------------------------
Instructions:
Before you flash the images, make sure your device is unlocked through Sony’s unlock boot loader service and that the device is in Fastboot mode.
- Download the vendor image and flash first:
https://developer.sony.com/file/dow...es-for-aosp-android-11-0-kernel-4-14-yoshino/
- Unpack the vendor zip file to obtain the vendor image;
- Connect the device to your computer in Fastboot mode, by pressing volume up while inserting the USB cable. When the device is in Fastboot mode, the LED on the device will be illuminated in blue.
- Flash the vendor image by entering the following commands in a terminal window:
fastboot flash oem SW_binaries_for_Xperia_Android_<release version>_<platform>.img
- Download ROM:
http://www.mediafire.com/file/ph3z52u2staujx6/android-11.0.0_r17.zip/file
- Unpack the rom zip file to obtain the rom image;
- Flash the image by entering the following commands in a terminal window:
fastboot flash boot boot.img​
fastboot flash recovery recovery.img​ ( Don't use the recovery in this rom, I've tested this TWRP 3.3.1 found here: https://forum.xda-developers.com/xperia-xz1/themes/twrp-3-3-0-aroma-compatible-ultra-low-t3922527 )
fastboot flash system system.img​
fastboot flash vendor vendor.img​
fastboot flash userdata userdata.img​
-------------------------------------------------------------
Bugs:
- I don't know.
Tested:
- 4G;
- 3G;
- 2G;
- GPS;
- Voice Call;
- Wifi;
- Stock Camera;
- Fingerprint.
-------------------------------------------------------------
I flashed the Android 11 GAPPS and everything seems to be working fine.
-------------------------------------------------------------
ROM OS Version: Android 11
ROM Kernel: Linux 4.14.196
Based On: AOSP
Security Patch: 05 November 2020
Version Information
Status: Test
Created 2020-07-11
Last Updated 2020-07-11
Click to expand...
Click to collapse
I have tried this rom
thank you for your hard work.
In my opinion, this ROM is pretty good with almost no problems
But please fix Eraser All data (factory reset) from settings. i found it was always force closed
Too much drain on the battery, maybe because fingerprints always work without pressing power
The feature for displaying the frame rate needs to be improved because it is less accurate
a little troublesome because I can't enter TWRP maybe because I didn't flash recovery.img from zip
I will be looking forward to improvements of this rom
maybe I will change this comment after getting root access
elmirer said:
If i try to flash it on my XZ Premium (G8141), can it be successfull? XZP is also Yoshino platform
Click to expand...
Click to collapse
I recommend that you only use the rom that matches the codename of the device.
to avoid things that are not desirable
https://forum.xda-developers.com/xz-premium/development
elmirer said:
If i try to flash it on my XZ Premium (G8141), can it be successfull? XZP is also Yoshino platform
Click to expand...
Click to collapse
I don't know, it could but I wouldn't risk it.
starvirus10 said:
I have tried this rom
thank you for your hard work.
In my opinion, this ROM is pretty good with almost no problems
But please fix Eraser All data (factory reset) from settings. i found it was always force closed
Too much drain on the battery, maybe because fingerprints always work without pressing power
The feature for displaying the frame rate needs to be improved because it is less accurate
a little troublesome because I can't enter TWRP maybe because I didn't flash recovery.img from zip
I will be looking forward to improvements of this rom
maybe I will change this comment after getting root access
I recommend that you only use the rom that matches the codename of the device.
to avoid things that are not desirable
https://forum.xda-developers.com/xz-premium/development
Click to expand...
Click to collapse
Thanks for trying it.
I'll try to fix what you told me, but I don't guarantee that I will.
It also happened to me that the twrp did not start.
After re-flashing userdata.img (factory reset) via fastboot, twrp recovery started.
I assume twrp doesn't read the encrypted data and doesn't start.
Any advice is welcome.
Is it treble ready BY ANY CHANCE?
JimKatsanos said:
Is it treble ready BY ANY CHANCE?
Click to expand...
Click to collapse
I don't know, I haven't tried.
@gsep
Thanks for the Great work.
Someone who tried this rom mentioned that fingerprint works without pressing power, which I believe is really useful. I just wanted to know if it's Android 11 feature or you added it yourself?
I just downloaded and compiled the android 11 source code. I didn't make any changes to the code.
sohrab1985 said:
@gsep
Thanks for the Great work.
Someone who tried this rom mentioned that fingerprint works without pressing power, which I believe is really useful. I just wanted to know if it's Android 11 feature or you added it yourself?
Click to expand...
Click to collapse
This is actually a bug , firstly existent in android 10 but devs fixed it there ... so yeah
JimKatsanos said:
This is actually a bug , firstly existent in android 10 but devs fixed it there ... so yeah
Click to expand...
Click to collapse
It should be a feature rather than a bug, like AOF
Of course it's only a feature when it won't affect the battery drain or else it's a bug.
THREAD CLOSED
@gsep Please check your PM.
Regards,
shadowstep
Forum Moderator
EDIT: Thread re-opened.
doesn;twant to connect to wifi
it damn issue
Sorry for overspamming this thread but... Is the screen "lagging" bug still here in 11? Also , what about battery life?
JimKatsanos said:
Sorry for overspamming this thread but... Is the screen "lagging" bug still here in 11? Also , what about battery life?
Click to expand...
Click to collapse
At the moment no changes have been made. I don't know how long the battery life is, I use this device as a second smartphone, and I wanted to try to compile a rom to get the latest security patches. I have to learn a lot to start making changes to the source and I have to find the time to do it. If I don't have any problems I will certainly try to keep the security patches updated.

Categories

Resources