[ROM][KVT49L][KitKat] AOSP for the Xperia L

Search This thread

Rparalejas123

Senior Member
Apr 23, 2014
196
49
Manila
just a lil' heads up:
Code:
#include 
/*
 * i am not responsible for bricked devices, or any problems
 * that you might run into when you do these mods.
 * point your finger at me if you goof up and i'll smack you
 * over the internet with my handy tennis racket.
 */

sources

kernel - here
gps fix - here
device tree - here
proprietary vendor files can be found linked in the readme.md file in the device tree.

Make sure to have an unlocked boot loader before doing any of this: unlockbootloader.sonymobile.com

i've built kitkat for the xperia l once again, this time with updated sources and a few much-awaited fixes. Most of the procedures remain the same.
I'm going to keep this thread clean and simple. Just follow the instructions and you shouldn't run into any problems.
The gps fix may not be "complete", so please don't spam the thread with crazy insults, death threats, etc.

downloads

boot.img - download.

userdata.img - download.

system.img - download.

gapps - download.

if you want the crt lock animation, download this and flash with cwm or twrp -

download.

instructions

cd to the directory which contains the downloaded files [ex: Cd ~/downloads] and execute the following commands (assuming you have fastboot and adb set up in your command line.) -

Code:
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash userdata userdata.img

cool stuff and not-so-cool stuff

what's working?
Code:
- wi-fi
- gps {kinda}
- nfc
- camera
- deep sleep
- other essentials

what's still smoked?
Code:
- bluetooth
- internal storage shows up as 2gb and not 4gb

credits -

@raffaele88 - for the crt lock animation toggle

@shivam kuchhal - for the kernel

system img link ?? Pls fix
 
G

GuestK0058

Guest
is a bit mess there , on first link i got boot.img, second link userdata.img say the file has been removed....nothing, the third link say system.img but you download userdata.img...and the Gapps as well say is been removed...is any chance to fix this?

system img link ?? Pls fix

system.img link still not fixed :(

If you really want AOSP 4.4 you can use percy_g2 system.img
They are all the same anyway

Use ThunderZap or Phantom Kernel as boot.img
Make sure to flash the zip included with the kernel too!
Inside the recovery, do a factory reset (wipe data/cache/dalvik)
 

Top Liked Posts

  • There are no posts matching your filters.
  • 12
    Just a lil' heads up:
    Code:
    #include 
    /*
     * I am not responsible for bricked devices, or any problems
     * that you might run into when you do these mods.
     * Point your finger at me if you goof up and I'll smack you
     * over the internet with my handy tennis racket.
     */

    SOURCES

    Kernel - Here
    GPS Fix - Here
    Device Tree - Here
    Proprietary vendor files can be found linked in the README.md file in the device tree.

    Make sure to have an unlocked boot loader before doing any of this: unlockbootloader.sonymobile.com

    I've built KitKat for the Xperia L once again, this time with updated sources and a few much-awaited fixes. Most of the procedures remain the same.
    I'm going to keep this thread clean and simple. Just follow the instructions and you shouldn't run into any problems.
    The GPS fix may not be "complete", so please don't spam the thread with crazy insults, death threats, etc.

    DOWNLOADS

    boot.img - Download.

    userdata.img - Download.

    system.img - Download.

    GAPPS - Download.

    If you want the CRT lock animation, download this and flash with CWM or TWRP -

    Download.

    INSTRUCTIONS

    cd to the directory which contains the downloaded files [ex: cd ~/Downloads] and execute the following commands (assuming you have fastboot and adb set up in your command line.) -

    Code:
    fastboot flash boot boot.img
    fastboot flash system system.img
    fastboot flash userdata userdata.img

    COOL STUFF AND NOT-SO-COOL STUFF

    What's working?
    Code:
    - Wi-Fi
    - GPS {kinda}
    - NFC
    - Camera
    - Deep Sleep
    - Other essentials

    What's still smoked?
    Code:
    - Bluetooth
    - Internal storage shows up as 2GB and not 4GB

    CREDITS -

    @raffaele88 - For the CRT Lock Animation Toggle

    @Shivam Kuchhal - For the kernel
    2
    Reserved

    Reserved.
    2
    Reserved

    Reserved, yet again.
    2
    All of you calm down. I've updated the OP with the details required.
    1
    Sorry for the off-topic, but I don't think he's breaking something.
    Android kernel is under GPL, but software is under Apache —meaning the developer chooses whether he/she makes the sources public.
    It is just preferred in the custom ROM world that sources are out so others can modify or reuse them.
    Or at least that's what I understand from here, correct me if I'm wrong.

    Yes you're right that kernel is covered under GPL but here at xda, a developer needs to provide both kernel source and device tree and that's how power of open source prevails. You can look into any original ROM thread and you'll obviously find a proper source given there and contradictory to my advice, OP still chose not to provide any kernel source and device tree. Anyways, I am no MOD so better let a authorized person deal with this stuff.