[ROM][F8331][Oreo][2017-10-13] SonyAosp Builds

Search This thread

CLShortFuse

Retired Recognized Developer
Feb 28, 2007
684
944
Hi everyone. I'm compiling the SonyAosp repository of the official Sony AOSP branch for the XZ F8331 (Single SIM variant).

SonyAosp branch could be considered a bleeding-edge version of the Sony AOSP branch. It already includes GApps and Sony's Extended Settings.

Working:
* HSPDA
* LTE
* Camera (RAW SUPPORT!)
* Flash
* WiFi
* WiFi Tethering
* GPS
* Fingerprint
* Video playback
* Camera recording (tested up to 60fps)
* Reboot to Recovery

Issues:
* Latest builds have broken codec support. Replace media_codecs.xml
* Some video playback and recording has CPU stuttering issues based on codec. Change CPU Governor to OnDemand.
* Camera ISO detection doesn't seem to be working.
* Reboot to Bootloader sometimes fails
* Booting directly to Recovery sometimes fails
* Android Auto USB doesn't work.

Unknown:
* VoLTE
* WiFi Calling
* USB OTG

Downloads:
Google Drive - https://drive.google.com/drive/folders/0BwXQEflQYYbya3pDQXVtQVhPZVU?usp=sharing

Latest tested version: 2017-10-13

Please do not ask for support on untested versions.

Flash system.img and boot.img files with fastboot.
Copy vendor image with adb.

Weekly/Nightly builds and dedicated hosting coming as soon as I get my server running.

XDA:DevDB Information
SonyAosp Android Oreo Builds, ROM for the Sony Xperia XZ

Contributors
CLShortFuse, http://github.com/sonyaosp
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 4.x
Based On: SonyAosp

Version Information
Status: Nightly

Created 2017-09-26
Last Updated 2017-09-26
 
Last edited:

CLShortFuse

Retired Recognized Developer
Feb 28, 2007
684
944
Flashing:
Unzip zip file.
Code:
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash recovery twrp-3.1.1-0-kagura.img

Boot into TWRP:
Code:
fastboot boot twrp-3.1.1-0-kagura.img

Flash Vendor Files (only needed to be done once on builds after Oct 2017)
* Extract SW_binaries_for_Xperia_AOSP_O_MR0_4.4_v02_tone.ext4.zip
* Boot into TWRP
Code:
adb push SW_binaries_for_Xperia_AOSP_O_MR0_4.4_v02_tone.ext4.img /dev/block/mmcblk0p53

Fix video codecs not working:
* Boot into TWRP
* Mount system
Code:
adb push media_codecs.xml /system/etc/media_codecs.xml

Fix video Stuttering:
* Root phone with TWRP and Magisk
* Install Kernel Adiutor from Play Store
* Change CPU Governor to OnDemand instead of Interactive
 
Last edited:

niaboc79

Recognized Developer / Inactive RT
Sep 8, 2007
12,453
68,230
Enghien
www.nirvana-records.be
Gapps is already included, so you shouldn't have to flash anything. What issues were you having forcing you to reinstall it?
Without thèse Google apps the systemUI doesn't work. The notification panel is broken, also the home button.

The setup wizard works also with m'y gapps package.

Envoyé de mon Xperia XZ (AOSP) en utilisant Tapatalk
 

etiennebanks

Member
Sep 23, 2017
27
0
Without thèse Google apps the systemUI doesn't work. The notification panel is broken, also the home button.

The setup wizard works also with m'y gapps package.

Envoyé de mon Xperia XZ (AOSP) en utilisant Tapatalk

When I tried to flash Apps screen has frozen on the recovery screen, I can't do anything. What should I do ?
 

rheckr

Senior Member
Apr 14, 2013
189
46
Is there any way to install stock sony camera and enable 4k recording + slow motion?

Google Play have some issues for me, it won't download apps because of staying at "Waiting for download".
 
Last edited:
Is there any way to install stock sony camera and enable 4k recording + slow motion?

Google Play have some issues for me, it won't download apps because of staying at "Waiting for download".

4K recording is working while using Open Camera no sure though regarding slow mo.

Solved the "Waiting for download" issue by installing the Gapp package linked in the posts above.

B.t.w. solved also the stuttering video playback and recording issue by applying Rudy's workaround :)

---------- Post added at 01:25 AM ---------- Previous post was at 01:17 AM ----------

B.t.w. before I forgot, thanks CLshortFuse for cooking this rom :good: Looks really good so far, keep up the good work :victory:

PS aren't you also the guy behind one-click-root? If so, another big thank because that tool saved me for throwing away a locked Fire TV some while ago :D
 

Top Liked Posts

  • There are no posts matching your filters.
  • 11
    Hi everyone. I'm compiling the SonyAosp repository of the official Sony AOSP branch for the XZ F8331 (Single SIM variant).

    SonyAosp branch could be considered a bleeding-edge version of the Sony AOSP branch. It already includes GApps and Sony's Extended Settings.

    Working:
    * HSPDA
    * LTE
    * Camera (RAW SUPPORT!)
    * Flash
    * WiFi
    * WiFi Tethering
    * GPS
    * Fingerprint
    * Video playback
    * Camera recording (tested up to 60fps)
    * Reboot to Recovery

    Issues:
    * Latest builds have broken codec support. Replace media_codecs.xml
    * Some video playback and recording has CPU stuttering issues based on codec. Change CPU Governor to OnDemand.
    * Camera ISO detection doesn't seem to be working.
    * Reboot to Bootloader sometimes fails
    * Booting directly to Recovery sometimes fails
    * Android Auto USB doesn't work.

    Unknown:
    * VoLTE
    * WiFi Calling
    * USB OTG

    Downloads:
    Google Drive - https://drive.google.com/drive/folders/0BwXQEflQYYbya3pDQXVtQVhPZVU?usp=sharing

    Latest tested version: 2017-10-13

    Please do not ask for support on untested versions.

    Flash system.img and boot.img files with fastboot.
    Copy vendor image with adb.

    Weekly/Nightly builds and dedicated hosting coming as soon as I get my server running.

    XDA:DevDB Information
    SonyAosp Android Oreo Builds, ROM for the Sony Xperia XZ

    Contributors
    CLShortFuse, http://github.com/sonyaosp
    ROM OS Version: 8.x Oreo
    ROM Kernel: Linux 4.x
    Based On: SonyAosp

    Version Information
    Status: Nightly

    Created 2017-09-26
    Last Updated 2017-09-26
    6
    Flashing:
    Unzip zip file.
    Code:
    fastboot flash boot boot.img
    fastboot flash system system.img
    fastboot flash recovery twrp-3.1.1-0-kagura.img

    Boot into TWRP:
    Code:
    fastboot boot twrp-3.1.1-0-kagura.img

    Flash Vendor Files (only needed to be done once on builds after Oct 2017)
    * Extract SW_binaries_for_Xperia_AOSP_O_MR0_4.4_v02_tone.ext4.zip
    * Boot into TWRP
    Code:
    adb push SW_binaries_for_Xperia_AOSP_O_MR0_4.4_v02_tone.ext4.img /dev/block/mmcblk0p53

    Fix video codecs not working:
    * Boot into TWRP
    * Mount system
    Code:
    adb push media_codecs.xml /system/etc/media_codecs.xml

    Fix video Stuttering:
    * Root phone with TWRP and Magisk
    * Install Kernel Adiutor from Play Store
    * Change CPU Governor to OnDemand instead of Interactive
    4
    B.t.w. before I forgot, thanks CLshortFuse for cooking this rom :good: Looks really good so far, keep up the good work :victory:

    PS aren't you also the guy behind one-click-root? If so, another big thank because that tool saved me for throwing away a locked Fire TV some while ago :D

    NP, I figure I share the work I'm doing. I'm not really changing anything, just building SonyAosp as it exists in the repository. It includes everything, including gApps. I think the issues with it not working properly might be because it's expecting userdata to be flashed... maybe. I'm not sure, but installing the beta 8.0 zips on top works. Right now there's a new vendor.img system Sony is using and I'm trying to build it. It might fix (or break) some camera issues.

    And yeah, I wrote SuperOneClick way back. Glad to hear you got use out of it.
    3
    the new vendor.img needs a new bootloader to be flashed (which isn't released atm)
    but there is a workaround which 'm currently testing.

    Got it working. Check out first and second post. Basically convert sparse ext4 to regular ext4. Use adb to copy into memory block.