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

Search This thread

Ev3rtH

Member
Jun 2, 2013
29
121
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
 
Last edited:

tgascoigne

Retired Recognized Developer
Apr 27, 2012
498
1,580
Bristol, UK
tom.gascoigne.me
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
 

Ev3rtH

Member
Jun 2, 2013
29
121
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

Thanks! I'll merge and test modem tomorrow, and add Sony's new vendor blob which should fix libperipheral_client.
 
  • Like
Reactions: Klaos3000

aniket_

Senior Member
Mar 18, 2010
179
166
Pune
Where did you guys get the modem files from ?
I'm trying to build it for the Z3Compact. Should I extract them from the current 5.1.1 build ?
 

Ev3rtH

Member
Jun 2, 2013
29
121
Where did you guys get the modem files from ?
I'm trying to build it for the Z3Compact. Should I extract them from the current 5.1.1 build ?

Yep, the best way is extracting them from the current firmware; these blobs work (at least on the Rhine devices, but it should be the same for Z2/Z3). There are some GitHub repo's that have the blobs but I spoke to jerpelea and these are illegal.
 
  • Like
Reactions: aniket_

NABENDU1

Senior Member
May 31, 2012
357
666
MUMBAI
  • Like
Reactions: Ev3rtH

diaselo

Senior Member
Nov 1, 2008
66
6
How flash gasps?

Στάλθηκε από το C6833 μου χρησιμοποιώντας Tapatalk
 

Saatvik Shukla

Inactive Recognized Contributor
Yep, the best way is extracting them from the current firmware; these blobs work (at least on the Rhine devices, but it should be the same for Z2/Z3). There are some GitHub repo's that have the blobs but I spoke to jerpelea and these are illegal.

You got that part wrong, my friend.
They are illegal to share for Alin, that is Sony.
Let me quote "What community does is on a gray line".
Its fine for someone in the community to share them, but not for Alin/Sony.
 

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.