
Code:
#include <std_disclaimer.h>
/*
* 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.
*/
Now that I'm done saving my butt, let's proceed
Flashing and updating
Clean Install
- Backup all your data (Important)
- Wipe /system, /data and cache.
- Flash the ROM + GApps (Download link below)
- Reboot
Updates
- Wipe anything you want to (Optional)
- Install ROM + GApps
- Reboot
Getting a recovery
Since many people have trouble installing recovery, I might as well add it up here.
Use the recovery installer app to get to twrp. Alternatively, you could download it off the link below and copy to your adb folder. Then execute the following in your adb directory
Code:
adb root
adb wait-for-device
adb push PathToRecoveryImage.img /tmp/twrp.img
adb shell dd if=/tmp/twrp.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel
Code:
su
dd if=PathToRecoveryImageOnPhone.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel
Downloads
ROM: BETA1
GApps: OpenGapps (Use nano or pico)
FOR ANDROID 7.1 USE THIS
OpenGapps (Patched): https://www.androidfilehost.com/?fid=457095661767103604
Recommended Recovery (optional) : TWRP 3.0.2-0
About the builds
Device Tree: https://github.com/AgentFabulous/android_device_sony_taoshan
Kernel Sources:https://github.com/AgentFabulous/android_kernel_sony_msm8930
AOSP Sources : Repositories available on https://android.googlesource.com/
Huge thanks to :
- AOSP and CodeAurora Forums
- The CyanogenMod Team
- @STRYDER~007
- @corphish
- @olivier
- All testers involved
Thanks to @Adrian DC for thread layout and working on Sony Devices ^-^
XDA:DevDB Information
AOSP Nougat 7.0, ROM for the Sony Xperia L, ROM for the Sony Xperia L
Contributors
Agent_fabulous
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
Based On: AOSP
Version Information
Status: Alpha
Created 2016-09-02
Last Updated 2016-10-25
Attachments
-
1.png152.3 KB · Views: 8,720
-
2.png195.5 KB · Views: 8,444
-
3.png46.5 KB · Views: 8,579
-
4.png125.4 KB · Views: 8,165
-
5.png47.4 KB · Views: 8,083
-
6.png43.1 KB · Views: 7,871
-
photo_2016-09-13_16-06-56.jpg22.8 KB · Views: 7,222
-
photo_2016-09-13_16-06-30.jpg28.7 KB · Views: 7,203
-
photo_2016-09-13_16-06-47.jpg51.3 KB · Views: 7,113
-
photo_2016-09-13_16-07-02.jpg29.8 KB · Views: 6,993
-
photo_2016-09-13_16-07-08.jpg30.9 KB · Views: 6,813
-
photo_2016-09-13_16-07-22.jpg36.4 KB · Views: 6,764
-
photo_2016-09-13_16-07-30.jpg53.6 KB · Views: 6,745
Last edited: