[Oreo 8.1.X][X - F5121] Android Open Source Project

Search This thread

davidteri91

Inactive Recognized Developer
Jul 27, 2012
2,357
8,584
32
Cinisello Balsamo
This is AOSP for Sony Xperia X (Suzu) (F5121)

SonyAosp build will always mainly based on AOSP with some Material stuff

Code:
/*
 * 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.
 */

Code:
IMPORTANT: Make sure you have an unlock Bootloader

Please if you have Locked Bootloader you may check this http://developer.sonymobile.com/unlockbootloader/

Code:
WORKING
- RIL
- Mic
- Sound (Speaker and Headset)
- LED
- Thermal Manager
- Audio and Video Decoders/Encoders
- Camera (WIP)
- Recovery (Only for flash signed zips)
 

davidteri91

Inactive Recognized Developer
Jul 27, 2012
2,357
8,584
32
Cinisello Balsamo


This ROM has included GAPPS

Steps for Flash

Code:
[FONT="Arial"][SIZE="3"]   fastboot flash oem xxxxx.img  [/SIZE][/FONT]
[FONT="Arial"][SIZE="3"]   fastboot flash boot boot.img  [/SIZE][/FONT]
[FONT="Arial"][SIZE="3"]   fastboot flash recovery recovery.img  [/SIZE][/FONT]
[FONT="Arial"][SIZE="3"]   fastboot flash system system.img  [/SIZE][/FONT]
[FONT="Arial"][SIZE="3"]   fastboot flash userdata userdata.img  [/SIZE][/FONT]

Please make sure your device is updated to latest sony software present on flashtool due to loader requeriments

To flash oem partition you should download odm.img from https://developer.sony.com/develop/open-devices/latest-updates/

You don't need flash userdata everytime .... only first time ..... userdata.img will wipe your data... you may be adviced
 
Last edited:

danne94

Member
Jan 28, 2014
21
8
Is this device 64GB ? Because kugo (x compact) is 32 so I think x should be the same ....

Inviato dal mio Xperia XZ1 (AOSP) utilizzando Tapatalk
Xperia X Single-SIM version - 32GB
Xperia X Dual-SIM version - 64GB

It would be great if you can compile for the Dual-SIM version. Many users request for it.

If you don't have a Dual-SIM Xperia X, I can help to test the rom and report for bugs here.
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 10
    This is AOSP for Sony Xperia X (Suzu) (F5121)

    SonyAosp build will always mainly based on AOSP with some Material stuff

    Code:
    /*
     * 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.
     */

    Code:
    IMPORTANT: Make sure you have an unlock Bootloader
    
    Please if you have Locked Bootloader you may check this http://developer.sonymobile.com/unlockbootloader/

    Code:
    WORKING
    - RIL
    - Mic
    - Sound (Speaker and Headset)
    - LED
    - Thermal Manager
    - Audio and Video Decoders/Encoders
    - Camera (WIP)
    - Recovery (Only for flash signed zips)
    7


    This ROM has included GAPPS

    Steps for Flash

    Code:
    [FONT="Arial"][SIZE="3"]   fastboot flash oem xxxxx.img  [/SIZE][/FONT]
    [FONT="Arial"][SIZE="3"]   fastboot flash boot boot.img  [/SIZE][/FONT]
    [FONT="Arial"][SIZE="3"]   fastboot flash recovery recovery.img  [/SIZE][/FONT]
    [FONT="Arial"][SIZE="3"]   fastboot flash system system.img  [/SIZE][/FONT]
    [FONT="Arial"][SIZE="3"]   fastboot flash userdata userdata.img  [/SIZE][/FONT]

    Please make sure your device is updated to latest sony software present on flashtool due to loader requeriments

    To flash oem partition you should download odm.img from https://developer.sony.com/develop/open-devices/latest-updates/

    You don't need flash userdata everytime .... only first time ..... userdata.img will wipe your data... you may be adviced
    4
    Official step-by-step tutorial on building AOSP 9 for our device is now available. :victory:

    https://www.xda-developers.com/sony-builde-aosp-android-pie-xperia-devices/
    3
    Jenkins started new build .... Release probably tonight ... Follow me to get the news ... Stay tuned

    Sent from my Xperia XZ1 (AOSP) using Tapatalk
    3
    I successfully compiled the rom on my Sony Xperia X (64GB)(Dual-SIM)(F5122) with the latest v12 vendor image. The rom is very stable and I used it as a daily driver.

    And here are some minor bugs I encountered:
    - "Android system internal error" banner appears after every boot. (It will be fixed when v13 vendor image is released by Sony.)
    - Internal storage shows 32GB instead of 64GB (Fixed after a factory reset.)
    - Boot animation sometimes causes phone to reboot. (Occasionally)
    - Charging sometimes not detected when screen is off. (Fixed after turning the screen on.)(Occasionally)

    Special thanks to @davidteri91 for the great work on this project.