[ROM][AOSP][WIP] Marshmallow 6.0 for Z Ultra

Search This thread

alia5

Senior Member
Apr 24, 2011
208
271
Regensburg
To clarify, we cannot properly work on camera, and need to rely on FXP-team or more specifically Alin Jerpelea because it is not open-source code

Also the build guide was updated and we should now have working NFC. According to Alin
Don't know about storage though...

Edit:
Built myself and NFC doesn't seem to work, contrary to what Alin mentioned. Hower it could be me ****ing up.
Also Storage problems might be fixed
 
Last edited:

tonyp64

Member
Oct 19, 2015
14
0
a flash with recovery and the storage issue being fixed should be a must. I can live without a camera for a while
 

Top Liked Posts

  • There are no posts matching your filters.
  • 32
    First build of Marshmallow for our loved Ultra :)

    Working:
    -Boots
    -Screen
    -Brightness
    -Orientation sensor
    -Ambient light sensor
    -Wifi
    -Bluetooth
    -IMEI shows up, still have to test with SIM

    Not working:
    -Camera
    -NFC
    -GPS (haven´t tested yet)
    -Internal SD doesn´t mount right - As pointed out by tgascoigne, if you´re playing around with the mount points and Android asks you to format it, DON´T. You will wipe the boot and system partitions.

    Changelog:

    Alpha 3:
    -New device files

    Alpha 2:
    -Fixed modem
    -Fixed libperipheral_client

    Alpha 1
    Initial release


    Download:
    https://www.androidfilehost.com/?w=files&flid=41560
    Alpha 3 @ AFH
    Flashable zip will follow.

    Install:
    -Unlock bootloader
    -Boot to fastboot mode (turn off device, hold Volume Up, plug in USB)
    Code:
    fastboot flash boot boot.img
    fastboot flash cache cache.img
    fastboot flash system system.img
    fastboot flash userdata userdata.img

    GApps:
    Most GApps currently don´t work because of the missing sdcard links.
    Google Drive
    -Based on thexorg's gapps-mm
    -Removed SetupWizard to prevent crashes
    -Added removal script
    This GApps package was made for Sony Rhine devices only. Do NOT attempt to install on x86 or arm64 devices!

    Root:
    Flash SuperSU 2.52 Beta zip, SELinux is set to permissive so no further changes are required.

    XDA:DevDB Information
    Marshmallow 6.0 for Z Ultra, ROM for the Sony Xperia Z Ultra

    Contributors
    Ev3rtH, nickholtus
    ROM OS Version: 6.x Marshmallow
    ROM Kernel: Linux 3.10.x
    Based On: AOSP

    Version Information
    Status: Testing

    Created 2015-10-13
    Last Updated 2015-10-15
    4
    Okay, so you can confirm that the radio/modem does not work? You can make calls or anything.

    Fixes for both modem and in call audio here: https://github.com/tg-togari-marshmallow

    Feel free to merge into this build.

    Key changes are:
    • Add modem firmware (/system/etc/firmware/modem.*)
    • Replace libaudcal.so (for some reason the one in the qcom vendor dir posted by sony doesn't work)
    Should work for other rhine/rhine-like devices, also
    3
    Create it for the whole ultra community...
    Well they are much easier to flash, if I get the time I'll make a flashable zip.

    Thing is, AOSP Marshmallow is not fully functional, and thus not considered ready for general public, by definition of most devs.
    You will get your flashable .zip sooner or later, you will get a ****load of custom-roms like you already have with L, i'm more or less certain of that

    It just needs time to get these things ready, you have to wait.
    I said before, once it's ready you'll get the stuff you want. Until then: wait.
    3
    If you're not prepared to fastboot, then you're not prepared for the issues that an incomplete rom may have.

    Sent from my C6806 using Tapatalk
    3
    I´ve added a download link to Alpha 2, modem *should* work now.