[ROM][MM][AOSP][WIP][ALPHA] Android Open Source Project 6.0 Marshmallow

CedArctic

Senior Member
Jun 11, 2012
861
1,635
0


Video Demonstration: https://youtu.be/xNf4ehwSWEo




Warning:
#include
/*
* 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.
*/
General:

Once Android Marshmallow Sources were released I downloaded the code and built it with the binaries provided by Sony. The ROM is definitely not a daily driver currently, so only flash it if you REALLY REALLY REALLY want to show off Marshmallow on your device ;)


Bugs:


-SIM not working so no mobile data, calls or sms
-Auto rotation
-Minor Graphic glitches
-Some force closes in apps
-Sound
-Camera
-Anything else I forgot :)


Downloads:
system.img
userdata.img
boot.img

Installation:
-Make a NANDROID backup from recovery
-Backup EVERYTHING in your internal and external memory to your computer. The ROM will erase the internal memory of your phone.
-Make sure you have an unlocked bootloader
-Put your Z3 in fastboot mode by shutting it down, holding the power up button and connecting it via the usb to the computer (a blue light will appear).
-Open the command prompt and navigate to the folder where you have placed these images. Flash each image via the command prompt with these commands (require ADB, fastboot and the device drivers installed):
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash userdata userdata.img
-Disconnect and reboot your device.

Please consider making a donation if you really like my work :)


XDA:DevDB Information
Android Open Source Project, ROM for the Sony Xperia Z3

Contributors
CedArctic, akateha
ROM OS Version: 6.0 Marshmallow
Based On: AOSP

Version Information
Status: Alpha

Created 2015-10-16
Last Updated 2015-10-16
 
Last edited:
  • Like
Reactions: juymelc and nnmka

CedArctic

Senior Member
Jun 11, 2012
861
1,635
0
@LeParkour012 Don't think I will abandon it though I can only work on it on the weekends as my schedule is pretty tight :p @rcstar6696 My Z3 is my daily driver so I had to immediately revert to stock after I installed the ROM. I forgot to test internal storage, I can confirm though that external is working OK.
 

CedArctic

Senior Member
Jun 11, 2012
861
1,635
0
@ckret It's kind of hard at the moment since I am not going to be around my PC for a while, though as I stated in the post, it has been built using the Sony AOSP binaries for Marshmallow which you can download from Sony's developer webpage :)