• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[ROM][7.1][OMS] AOSP-CAF for Xperia ZR

STRYDER~007

Inactive Recognized Developer / Recognized Themer
May 13, 2013
2,740
9,244
0
Pune


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.
 */


What is Code Aurora Forums ?
Code Aurora Forum (CAF) is a consortium of companies with projects serving the mobile wireless industry. Software projects it concerns itself with are e.g. Android for MSM, Femto Linux Project, LLVM, MSM WLAN and Linux-MSM. Code Aurora is basically AOSP plus all Qualcomm specific enhancements and optimization.

What is AOSP-CAF ?
AOSP-CAF is meant to join AOSP and CAF projects into a widely usable repository,
stored on https://github.com/AOSP-CAF/. It also benefits from a few LineageOS updates.
Finally, AOSP-CAF Nougat also includes OMS theming implementations.


Downloads Links
AOSP-CAF 7.x (Unlocked Bootloader) :
Xperia ZR (Dogo) : AOSP-CAF Nougat [29-04-17]

Google Applications (optional) :
OpenGapps : http://opengapps.org/ (Use packages for ARM, Android 7.1, Micro or Pico)

About AOSP-CAF : Repositories available on https://github.com/AOSP-CAF/
About GApps : Flash the GApps before the first boot. If not, a clean flash is recommended.


Flashing and updating
AOSP-CAF clean install :
- (Optional) Flash the boot.img kernel from the ROM zip with Fastboot or Flashtool
- (Optional) Wipe the data & cache (Backup to make sure not to loose data)
- Flash the AOSP-CAF ROM zip from the Recovery
- (Optional) Flash the GApps to have the Google Applications
- (Optional) Flash the SuperSU zip (recommended, see Q&A informations)
- (Optional) Every additional zip you want to flash
- Reboot

AOSP-CAF update / upgrade :
- (Information) Don't wipe anything unless you want to
- Flash the latest AOSP-CAF ROM zip from the Recovery
- (Optional) Flash the GApps on first install / upgrade. Not required later, but do update sometimes
- (Optional) Flash the SuperSU zip (recommended, see Q&A informations)
- (Optional) Every additional zip you want to flash
- Reboot


About UNOFFICIAL builds


Issues and reports
- Report issues only if you use the ROM kernel
- If an additional mod is installed, make sure it's unrelated, and mention it
- Make sure the issue wasn't discussed earlier in the threads
- Share a log of the error with CatLog for example


Q&A - FAQ
Q : Is the ROM suited for daily usage ?
A : Yes.

Q : Where can I change the Quick Tiles and Status Bar ?
A : Long press the Settings icon in the notifications drawer.
> You will have access to the SystemUI Tuner from AOSP.​


AOSP-CAF available also thanks to :
- AOSP and CodeAurora Forums
- The LineageOS Team
- @Men_in_black007 and the AOSP-CAF Team
- @AdrianDC for Sony related stuff and thread template
- Everyone involved in working and testing​

XDA:DevDB Information
[ROM][7.1][OMS] AOSP-CAF for Xperia ZR, ROM for the Sony Xperia ZR

Contributors
STRYDER~007
ROM OS Version: 7.x Nougat
Based On: AOSP

Version Information
Status: Testing

Created 2017-04-30
Last Updated 2017-04-30
 
Last edited:

MbICJIb

Member
May 17, 2017
5
1
0
Krasnodar
Physical camera button

Hello!
Could you tell me, why the "Camera" button didn't work at all?
There is no even key events for "Camera", only for "Focus" button:
half-press Camera button, triggered event keyDown code=80 (80 is focus key code)
full-press Camera button, triggered event keyUp code=80
relese Camera button, triggered event keyUp code=80

It is possible, that you using Camera event somewhere in code and don't release original event.
Is there any bug report for ROM?
 
Last edited: