• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[Alpha 1] AOSP XZ Premium

Dutchdeveloper

Senior Member
Jul 21, 2014
71
100
0
Hi there,

After a long time of being absent, i present you: AOSP for the Xperia XZ Premium.

This is build with help of the Sony sources (with a lot of tweaks to get it working)

A lot of features are not working yet.

What's working:

Booting
Sound
Fingerprint sensor
Wifi
Bluetooth
GPS(?)
Data (LTE/3g/2g)
Phone calls
Texting

Not working:

Camera
Sound in call
Gapps (no recovery)
Recovery
A lot more

Please report bugs, i will make a list of them and try to repair it. When reporting a bug, please include a logcat

Download links:

In the second post you will find the download links

Sources are following today

If you like this post, please give a thumbs up and consider to donate


If you have questions, head over here:

XDA:DevDB Information
AOSP Sony Xperia XZ Premium, ROM for the Sony Xperia XZ Premium

Contributors
Dutchdeveloper
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 4.x
Based On: AOSP

Version Information
Status: Alpha

Created 2017-07-14
Last Updated 2017-07-14
 

fastbooking

Senior Member
May 24, 2015
209
161
0
Toulouse
Hi there,

After a long time of being absent, i present you: AOSP for the Xperia XZ Premium.

This is build with help of the Sony sources (with a lot of tweaks to get it working)

A lot of features are not working yet.

What's working:

Booting
Sound
Fingerprint sensor
Wifi
Bluetooth
GPS(?)
Data (LTE/3g/2g)
Phone calls
Texting

Not working:

Camera
Sound in call
Gapps (no recovery)
Recovery
A lot more

Please report bugs, i will make a list of them and try to repair it. When reporting a bug, please include a logcat

Download links:

In the second post you will find the download links

Sources are following today

If you like this post, please give a thumbs up and consider to donate


If you have questions, head over here:

XDA:DevDB Information
AOSP Sony Xperia XZ Premium, ROM for the Sony Xperia XZ Premium

Contributors
Dutchdeveloper
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 4.x
Based On: AOSP

Version Information
Status: Alpha

Created 2017-07-14
Last Updated 2017-07-14
hi mate, I build aosp for the regular xz, i'll suggest before you build to add otapackage with your make -j threads like so:

source build/envsetup.sh && lunch (device) && make -j 4 otapackage it will come as a flashable zip, u can change the recovery.img to a twrp before doing the zip
don't forget to keep ur sources up to date to have the lastest code, and have you the camerav2 build error ?
 
  • Like
Reactions: benjmiester

Dutchdeveloper

Senior Member
Jul 21, 2014
71
100
0
hi mate, I build aosp for the regular xz, i'll suggest before you build to add otapackage with your make -j threads like so:

source build/envsetup.sh && lunch (device) && make -j 4 otapackage it will come as a flashable zip, u can change the recovery.img to a twrp before doing the zip
don't forget to keep ur sources up to date to have the lastest code, and have you the camerav2 build error ?
Hi,

Till now no camerav2 error, there is an other problem in the sources from sony.
The reason why there is no flashable zip, there is no TWRP yet, and i didn' t have time to build TWRP.

Thanks