Jul 27, 2013

Android AOSP 4.3 Compiled for Xperia Z

By

You weren’t able to set foot on the Interwebs for the past 48 hours without being bombarded by a never ending stream of news about Chromecast, the new Nexus 7, and of course the updated software it will be running, Android 4.3. As with any update to the Android OS, the usual clamor for factory images and race to bring the update to other Nexus devices has been as frenzied as always. However, it’s not only Nexus devices that are able to take advantage of the latest AOSP updates.
Thanks to a combination of Sony Mobiles efforts to be the Good Guy Greg of Android OEMs. Sony Xperia Z users can now get a feel for “stock” Android 4.3 on their device. The build is compiled by adding the Sony repository to AOSP 4.3, and as with other Sony AOSP releases, there is no functional radio included. Therefore, no calls/SMS/mobile data (this can be rectified though if you know what you’re doing, and that’s all I have to say about that). For this reason, the build is provided as a fastboot image and not a flashable zip. This is compiled for and tested solely on the C6603, so don’t go throwing this at another model and expecting it to stick.
Obviously, without a radio this isn’t going to be your daily driver. However, it’s certainly worth a look if you want to check out the latest update and don’t have a Nexus device laying around.

Since everyone always loves MOAR VERSION NUMBAH...

Android 4.3 for the Xperia Z. With a BIG shout out to Sony Mobile for hosting their own git repository for their devices  https://github.com/sonyxperiadev/device-sony-c6603.

This is compiled from AOSP, and has nothing done beyond that. Simply added the Sony repo to Android 4.3 AOSP, and built. As per the Sony AOSP releases, this does not have functional Radio (no phone calls or SMS!!!) or indeed any connectivity.

Working:
Wifi

Not Working:
Mobile network
Bluetooth

I will not tell you how to make mobile network work, but it is not difficult and just involves some binary blobs from memory... Sony don't have the right to distribute those officially, so I won't do it either

In light of this not being a working build, I will not post it as a zip, but as fastboot flashable images. Unlocked bootloader only. C6603 was used to test, other models entirely at your risk (ie. don't bother).

Links:

All files needed are in
http://goo.im/devs/pulser/XperiaZ/4.3AOSP

and will appear there shortly (upload done, it's still propogating)

Feel free to mirror, share, modify, edit, tweak, fix, etc etc etc. I am not like certain individuals who go ZOMG NO MIRRORS PLEASE... Go on, mirror, make a torrent if you want, and share it if anyone actually cares about this... It's really not that good, but hey...
Top secret information:
 


To install:

fastboot flash boot boot.img
fastboot flash system system.img

(optionally, I did it, shouldn't be needed)
fastboot flash userdata userdata.img
fastboot flash cache cache.img


Build instructions to replicate :

Get android 4.3 sources.
Get sony c6603 information on repositories and add to local_manifests for 4.3
Get latest v3 blobs for phone and tablet Z
Put them into vendor/sony/
Repo sync
Make

0 comments:

Post a Comment

Back to Top