[JDCTeam][STABLE][5.1.1][RRO][17 September] The Android Open Source Project - Verizon Samsung Galaxy S 4

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The Android Open Source Project
Brought to you by Jflte DevConnection Team​
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* We're 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 us for messing up your device, we will laugh at you.
*
*/
What is AOSP?
AOSP is Android as Google publish without other modifications. More or less AOSP is the Nexus devices stock rom without gapps. Anyway to get a working system me and @-+BB+- added some changes from CyanogenMod. We added also some non-AOSP features like init.d support, @alucard_24 kernel for better performance and energy saving, STweaks for advanced kernel settings and support for Over-The-Air updates through a dedicated app (OTA Updates). Maybe something else from us might be added, but please do not ask for features to be added because we're not going to add more to keep this ROM small, fast and pure.
JDCTeam
In alphabetical order:
Diego Monaco - @alucard_24
Dimitris Katikaridis - @side
Franck Rohée - @franzyroy
Jim Silverlock - @Jimsilver73
Marco Zanin - @-+BB+-
Matthew Booth - @MattBooth
Mattia D'Alleva - @AntaresOne
Oliver - @angelcalibur
Paul Harris - @hawkerpaul
Paul Keith - @javelinanddart
Simeon Ivanov - @smstiv
Stefano Meroni - @smeroni68
Known issues
ANT+
A note about Android Pay: will Android Pay work here? The answer is no. According to Google infos it works only on factory-preinstalled and unrooted Android, do not blame us for this!
Download
ROM builds are hosted on RomHut
TWRP Recovery v2.8.7.0 with F2FS management support: AndroidFileHost
Installation
TWRP Recovery v2.8.7.0 is suggested for installation
Devices supported: I9505, I9507, I9508, I545, R970, I337, M919, L720. I9515 is not supported.
Verizon users: since your bootloader is locked, you must be on the VRUAMDK bootloader in order to use this ROM. Do getprop ro.bootloader in Terminal Emulator or through ADB shell to find out which bootloader you have
First time or clean install:
Download the ROM from the link above
Download GApps package for Lollipop 5.1
Put the zip files on your SDCard
Reboot in Recovery
Wipe Data / Factory Reset
Optional: convert to F2FS
Select "Install zip from SDCard"
Choose AOSP zip file
Choose GApps zip file
Reboot system
Update from a previous build:
Via OTA Updates:
Open OTA Updates app
Download the update
Press "Install"
Your device will automatically reboot and install the update.
Manual update with TWRP:
Download updated build from the link above
If you do not have the Gapps package, download Open GApps
Put the zip files on your SDCard
Reboot in TWRP Recovery
Wipe /cache and dalvik-cache
Select "Install zip from SDCard"
Choose AOSP zip file
Choose GApps zip file
Reboot system
We don't have a backup/restore GApps script yet. When you update /system is formatted, so you need to reflash GApps package too. In case you don't do it, Google Apps will fail in endless force closes after boot.
First boot after install/update takes a while, wait at least 5 minutes for it to boot.
To convert cache, data and system partitions to F2FS look in post below.
Sources
Kernel source here
ROM here
Social
Google+: JDCTeam Community
YouTube: JDCTeam TV
Credits
-+BB+- - Lead developer
JDCTeam
CyanogenMod
Google
OpenGApps
Special thanks:
RomHut
gkkovacs - JDCTeam-Build02
XDA:DevDB Information
AOSP 5.1.1 for Samsung Galaxy S4 (Qualcomm variants), ROM for the Verizon Samsung Galaxy S 4
Contributors
AntaresOne, -+BB+-, smeroni68, alucard_24, MattBooth, angelcalibur, franzyroy, hawkerpaul, javelinanddart, Jimsilver73, side, smstiv
Source Code: https://github.com/AOSP-JF
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
Based On: AOSP
Version Information
Status: Stable
Current Stable Version: v1 - 20150917
Stable Release Date: 2015-09-17
Created 2015-06-22
Last Updated 2015-09-20

Reporting issues
Please report issues in our issue tracker: https://github.com/AOSP-JF/issue_tracking_aosp/issues
Things like "this doesn't work", "this keeps FCing", "found a bug: *someapp* FC" etc. don't help. We need logs!!!!!!
Do not report bugs if you:
Flashed a different kernel
Installed or did mods from untrusted sources
Installed Xposed
Modified system files
Changelog
20150917 - Stable
MD5 - f57cea2839cf00db4f0a4c107d4d8e04
Kernel:
General code updates from Linux kernel 3.10
Added KMS and UKMS from Linux kernel 3.10
Added VENO TCP protocol
Changes on OOM control, less battery usage
IPC: ported code from 3.10 kernel
Optimized alucard, darkness, nightmare and ondemand CPU governors
ROM:
Android-5.1.1_r18
Added STK to build
Ported all the code from AOSP for SIM handling
Add ability to ignore interruptions while active media playback
Reverted some fixes on base
Fixed APN selection on CDMA phones (this time for real)
Removed not used code from init (auditd)
Fixed last Stagefright vulnerability (CVE-2015-3864)
Launcher3: Added stock wallpapers
Frameworks: add ability to choose a different wallpaper for lockscreen
Settings: Updated icons and colours
Fixes on base/av/build repos
Added WallpaperPicker to build
Base: added dismiss button to battery saver option
Base: improved recents tasks list
Device: fix MMS
Use chromium/icu repos from AOSP
Add SamsungServiceMode specific for our RIL
More fixes from M to base/av repos
libbt: support 1.5M baudrate
Fixed encryption for f2fs
Fixed ipv6 tethering
Telecomm/Telephony: ported a part of code from AOSP
libcore/art/core repos: tons of fixes and ported a part of code from M
Init: allow SElinux permissive in user builds
Reduced log level for all the builds
Toast: Show app icon with the message
PackageInstaller: show current & new version
frameworks/native: merged a lot of fixes from M
stagefright: added new Softavc/Softmpeg2 decoders from M/master branch
Built with GCC 4.9.4 (UBER)
Art: compiled with GCC 4.8.5 (UBER) due to segfaults caused by new GCC
Bluetooth: fixed compiling for latest GCC with -os flag
Audioflinger: fixed compiling for latest GCC with -os flag on ID3
Updated Archidroid optimizations to version 4.1
Updated translations for AOSP Custom Settings
Updated Sepolicy
Some updates on wifi code
Bionic: more optimisations for krait/a15 cpu
General code updates/fixes in base/core/av/native repos
Some small changes on telephony repos
Manifest: remove not used repos
Device: update media codecs & power management
Improved InCallUI speed when receiving a call
Bionic: a lot of improvements
Native/Base/Core/Extras: more fixes from m and cm
Updated APNs
Updated and improved RIL
Gallery2: materialized, updated code and fixed a lot of bugs
Ported support for oma-drm / OmaDrmEngine from cm
Ported all changes made by cm for BFQ IO scheduler
Core: improved UI responsiveness and reduced wakelocks when phone is on deep sleep
Small bugfixes and improvements for f2fs/ext4
Build: improved build enviroment and removed some unused/outdated packages
20150813
MD5 - 7ec092cebfd227343837e7cbe83ed269
Kernel:
General code updates
Updated mm from 3.10 kernel
ROM:
Android-5.1.1_r13
Camera: added options to save photos/videos on external storage
Fixed APNs for CDMA phones
Fixed carrier text on Keyguard
DreamManager/DozeMode: do not turn on the screen if s-view cover is closed
Materialized some icons
Some framework & telephony fixes
Stock Browser: completely reworked, materialized and fixed some FCs
System animations: added a new step (0.75) and set it as default
Use freetype 2.6.0 from m-preview, this solves some security issues in older versions of this library
Use our art and bionic repos tuned for cortex-A15/krait cpu
20150807
MD5 - eb4c36f964c5db3749bfb4a9d2694995
Kernel:
Added full support for i9507
Many code updates
More eMMC enhancements (performance mode)
Updated workqueue and Idr from 3.10 kernel
ROM:
Android-5.1.1_r9
Added option to force notification expansion by default
Added Samsung doze specific settings under AOSP Settings
Added softkey backlight control under AOSP settings
Bluetooth: added accept all files option
Fixed Stagefright, now all audio files works
Fixed Twitch
Improved boot time
Massive update on telephony repos, merged and adapted all cm fixes
More updates and fixes for libhardware legacy
Removed logspam from proprietary libraries
Switched to latest glib 2.15 from m-preview
Small audio fixes
Small framework fixes
Small RRO fixes
Updated APNs list
Updated LatinIME, more languages added and small fixes
20150727
MD5 - 6aa21cc578a37b510fdaf16306b11b83
ROM:
Added customizations for Quick Settings tiles
Added long press actions to tiles
Added long press actions to notification bar objects (clock, date, avatar, battery and settings, long press on Settings icon opens AOSP Settings)
Added missing softkeys manager
Keyguard: disable menu key unlock device
Fixed screenshots
Small Exchange services fixes
Updated translations for all languages
Various bootanimation improvements
Various framework fixes
Statusbar network cluster icons: show LTE instead of 4G, distinguish between UMTS and HSPA
WiFi: revert aggressive blacklist + other fixes
20150723
MD5 - 24a4098e04af0ccd6b6a81a22d3563c9
ROM:
A lot of optimizations in build environment
Added clear all button in recent apps panel
Fixed tethering & added IPv6 tethering
Fixed back/menu keys screen wakeup
Fixed OTA updates
Launcher3: optimizations and some materialization
Made "SD Card removed" notification dismissible
Updated Stagefright with latest CM changes
Updated translations for AOSP Settings and power menu
Various framework improvements
20150715
MD5 - 9bf1dd18b0119f0d7851d138103e1b48
ROM:
Fixed a NullPointerException on app selector
Removed VoiceDialer
20150714 - Beta #2
MD5 - 9a2152910fd98863ae6f79ef3857068a
Device:
IR: use old timing code (consumerIR i.e. "IR Blaster" fixed)
Switch to prebuilt Camera HAL (less interface crashes now)
Kernel:
Various code updates
ROM:
Codebase android-5.1.1_r8
AOSP Control:
Advanced Reboot menu
Changelog
Status bar Battery icon settings
Added 60FPS BootAnimation, big thanks to @guerreromanuel
Added dancing notification LED at boot
Added Google DNS
Added Launcher3 package to build
Added Layers Manager by BitSyko
Added Reverse Lookup
Added SuperSU by @Chainfire
Blacklisted some BT devices for better compatibility
Build dummy InCallUI with persistent attribute, this allow us to keep the process in memory and helps a lot when receiving a call and the device is busy
Camera: stop using gps when camera app is in background
Fixed Archidroid optimizations V4
Fixed Bluetooth audio stream (A2DP)
Fixed camera opening when flash is enabled (doesn't crash anymore)
Fixed data usage graph on settings
Fixed init.d not working properly
Fixed QCOM Time Daemon support
Fixed some crash on MediaProvider
Fixed support for all jf variants
Hopefully fixed audioflinger/mediaserver crash and audio stuttering when indexing media files
Many fixes in environment
More Materialize on framework
Other small UI style changes on Dialer/InCallUI (Materialize)
RRO Fully fixed
Small fixes on Telephony
Switch to Contacts, Dialer & InCallUI sources from AOSP
Tons of fixes on frameworks/base
Updated stagefright with latest CM changes and fixed & updated FFMPEG 2.7 compile
20150619 - Beta #1
MD5 - 51b35865265ad3bfbc478c0d214070f8
ArchiDroid optimizations v4
Added MultiROM compatibility
RRO added and partially working: Contacts, Dialer and Settings need some changes. Everything else is correctly themed
Fixed BT/WiFi coexistence, now can be turned ON at the same time
Fixed back/menu keys lights (timeout set at 5 seconds, user settings soon available in Settings app. For now, enable/disable by writing "softkeys" without quotes in Terminal Emulator (available on Play Store))
Fixed F2FS for /cache partition
Fixed "First boot doesn't have sound across all the system if the external SD card is not in FAT32"
Fixed MicroSD card, all filesystems are mounted well and working in r/w
Init: use our specific init
Temporarily fixed "No SIM" on Keyguard (removed Carrier text)
Various kernel code updates
Various updates on audio/camera code
Various updates on BT/WiFi code
20150602
MD5 - 6cc3db0a6257641aba4dfebda0e3fb30
Initial public release
Tips
To enable Developer options go in Settings->About device and press "Build number" for 7 consecutive times.
Using F2FS
What it is? Wikipedia
To use it you should first convert your EXT4 partitions through recovery, before installing this ROM.
On PhilZ:
Wipe and format options->custom format options->toggle ext4 f2fs migration
Format data and data/media->f2fs (Warning: internal storage is formatted, make a backup of your personal data before doing this!)
Format system->f2fs
On TWRP:
Download and install this TWRP version: https://www.androidfilehost.com/?fid=24052804347763625
Wipe->advanced wipe
Select data->change or repair file system->f2fs (Warning: internal storage is formatted, make a backup of your personal data before doing this!)
Select cache->change or repair file system->f2fs
Select system->change or repair file system->f2fs
Now you can install this ROM following installation steps in post above

Some screenshots

We mainly talk in the i9505 thread located here, head over for further details about development progress, bug fixing etc.

Related

[ROM][UB][5.1.1][20171101] LineageOS 12.1 [lotus]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
LineageOS is a free, community built, aftermarket firmware distribution of Android 5.1 (Lollipop), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include
/*
* 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.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
LineageOS 12.1
What's working:
RIL
Camera
Torch
Mobile Data
Microphone
Audio
GPS
Vibration
SD Card
Airplane Mode
LEDs
WiFi
Auto Rotation
Tethering
TWRP touch recovery
OMX
Bluetooth
Auto Brightness
Video Recording
Not working:
A2DP
FM radio
Orientation sensor
Download links:
ROM
Android File Host | XDA
GApps
Open GApps
Installation instructions:
Download ROM zip and GApps zip.
Extract boot.img from the zip and flash it via fastboot.
Boot into recovery.
Wipe System, Data, Cache, Dalvik Cache.
Flash ROM zip and GApps zip.
Reboot to system.
Migrate filesystem to F2FS
Follow these steps to migrate /data and /cache to f2fs without data lost (you need of course a valid backup).
Convert /data to F2FS :
Reboot into TWRP
Backup the Data
Go to Wipe/Advanced Wipe
Select "Data"
Select "Repair or Change File System"
Select "Change File System"
Select "F2FS" (Swipe to change will format the filesystem.)
Convert /cache to F2FS :
Go to Wipe/Advanced Wipe
Select "Cache"
Select "Repair or Change File System"
Select "Change File System"
Select "F2FS" (Swipe to change will format the filesystem.)
Restore /data :
Go to Settings
Select "Use rm -rf instead of formatting"
Go to "Restore"
Select Data backup you have done before
Swipe to restore
When the restore is done, go to Settings and uncheck "Use rm -rf instead of formatting"
TWRP 3.2.2-0
Requirements:
LineageOS 12.1 20171024 or later
Installation instructions:
Reboot to recovery
Click 'Install' > 'Install Image' > select recovery image downloaded earlier > pick 'Recovery' from the list > Flash
Reboot to new recovery
Download links:
TWRP
Android File Host
CyanogenMod 12
What's working:
RIL
Camera
Torch
Mobile Data
Microphone
Audio
GPS
Vibration
SD Card
Airplane Mode
LEDs
WiFi
Auto Rotation
Tethering
TWRP touch recovery
OMX
Bluetooth
Not working:
A2DP
FM radio
Auto Brightness (disable it in settings as it causes reboots)
Video Recording
Download links:
ROM
BasketBuild | Android File Host
Thanks to:
LineageOS Team
nMod Team
FreeXperia Project Team
munjeni and 95A31 for their awesome work on our phones and for fixing bugs, thank you
Agontuk, HandyMenny and AOSX Team
Meticulus for his work with OMX
XperiaSTE Team
TeamWin Team
XDA:DevDB Information
[ROM][UB][5.0.2/5.1] LineageOS 12.0/12.1 for Xperia Go, ROM for the Sony Xperia U
Contributors
HardLight
Source Code: https://github.com/XperiaSTE
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.0.x
ROM Firmware Required: Unlocked Bootloader
Based On: LineageOS
Version Information
Status: Stable
Created 2015-01-26
Last Updated 2018-07-18
Changelog
LineageOS 12.1
Code:
[B]20171101[/B]
- Fixed SetupWizard crashing
- Updated 'KRACK' patches
[B]20171024[/B]
- Patched 'KRACK' (Key Reinstallation Attacks) WPA/WPA2 vulnerability
- Patched 'Cloak and Dagger' accessibility service vulnerability
- Patched Dnsmasq vulnerability (CVE-2017-14496)
- Rebrand to LineageOS
[B]20170918[/B]
- Patched 'BlueBorne' Bluetooth vulnerability
Kernel patch: Bluetooth: Properly check L2CAP config option output buffer length
BlueZ: updated to version 5.47
[B]20170611[/B]
- Optimized mount options
- BlueZ 5.45
[B]20170316[/B]
- Enabled signature spoofing (MicroG support)
[B]Weekly-40 (16.12.12)[/B]
- Android Security Patch Level: November 1, 2016
- BlueZ 5.43
- CVE-2016-5195 patched
- Use 2 cores for dex file compilation
- LMK tweak
- Tuned CM Performance Profiles
- CyanogenMod source updated
- TWRP source updated
[B]Weekly-39 (16.10.22)[/B]
- Android Security Patch Level: October 1, 2016
- CyanogenMod source updated
- TWRP source updated
- BlueZ 5.42
- Enable Eject SDcard option
[B]Weekly-38 (16.08.29)[/B]
- Fixed video recording (was broken in w36 and w37)
[B]Weekly-37 (16.08.10)[/B]
- Android Security Patch Level: August 1, 2016
- Updated f2fs to 4.8-rc4-3.4
- CyanogenMod source updated
- TWRP source updated
[B]Weekly-36 (16.07.20)[/B]
- Android Security Patch Level: July 1, 2016
- BlueZ 5.41
- RAM and LMK tweaks
- CyanogenMod source updated
- TWRP source updated
[B]Weekly-35 (16.06.20)[/B]
- CyanogenMod source updated
- Android Security Patch Level: June 1, 2016
[B]Weekly-34 (16.06.12)[/B]
- Multitasking and performance improvements
- Various kernel updates
- Updated f2fs to 4.7-rc4-3.4
- BlueZ 5.40
- CyanogenMod source updated
- TWRP source updated
[B]Weekly-33 (16.05.25)[/B]
- Updated f2fs to 4.6-rc4-3.4
- Optimized auto brightness levels
- zRAM tweaks
- BlueZ 5.39
- CyanogenMod source updated
- TWRP source updated
[B]Weekly-32 (16.04.08)[/B]
- Fully functional camera recording (crashing fixed)
- CyanogenMod source updated
- TWRP source updated
[B]Weekly-31 (16.03.31)[/B]
- Revert to KSM (UKSM decreased performance)
- Memory management and swap optimization
- BlueZ 5.38
- CyanogenMod source updated
- TWRP source updated
[B]Weekly-30 (16.03.07)[/B]
- Fixed ambient light sensor
- Updated automatic brightness configuration
- Added UKSM (Ultra KSM)
- Tweaked LMK
- Added optimizations for low memory (trim)
- Enabled call recording
- CyanogenMod source updated
- TWRP source updated
[B]Weekly-29 (16.02.21)[/B]
- Video recording fixed (may not work on built in app, use app like Open Camera)
- TWRP 3.0.0-0
- Updated f2fs from stable linux-3.4.y branch (random reboots should be fixed now)
- Show only proper network modes in settings (2G and 3G)
- CyanogenMod source updated
[B]Weekly-28 (16.02.12)[/B]
- CyanogenMod source updated
- BlueZ 5.37
[B]Weekly-27 (15.12.22)[/B]
- CyanogenMod source updated
- Reverted png squisher (may cause some visual glitches)
[B]Weekly-26 (15.11.28)[/B]
- Init clean up
- Fix logcat errors
- CyanogenMod source updated
[B]Weekly-25 (15.11.18)[/B]
- Reverted commit that could impact stability
- CyanogenMod source updated
[B]Weekly-24 (15.11.12)[/B]
- Row scheduler updated
- BlueZ 5.36
- Other performance related fix
- Kernel updated
- CyanogenMod source updated
[B]Weekly-23 (15.10.30)[/B]
- Added correct mdpi layout for Eleven music player
- CyanogenMod source updated
[B]Weekly-22 (15.10.27)[/B]
- CyanogenMod source updated
[B]Weekly-21 (15.10.13)[/B]
- Increased lowmemorykiller values to keep more free ram
- Increased swappiness to 80 to ensure zRAM usage
- Decreased zRAM size to 160MB
- Kernel updated
- CyanogenMod source updated
[B]Weekly-20 (15.10.06)[/B]
- Enabled row i/o scheduler as default
- BlueZ 5.35
- Update f2fs mount options for better performance
- CyanogenMod source updated
[B]Weekly-19 (15.09.29)[/B]
- Tweaked ondemand for better performance
- Kernel updated
- CyanogenMod source updated
[B]Weekly-18 (15.09.22)[/B]
- Added bfq scheduler also made it as default
- Changed default governor to ondemand
- Add in call volume patch from golden-guy
- F2FS filesystem updated to latest 3.4 branch
- Increased extra_free_kbytes value to double for smooth experience
- Kernel updated
- CyanogenMod source updated
[B]Weekly-17 (15.09.11)[/B]
- Enable ART small mode (speed up apps installation and save /data space)
- CyanogenMod source updated
[B]Weekly-16 (15.09.04)[/B]
- Squished png in system apps (space and ram savings)
- BlueZ 5.34
- CyanogenMod source updated
- Kernel updated
[B]Weekly-15 (15.08.27)[/B]
- Fixed Xposed Framework
- Saved 200MB space from /data (if not using Xposed)
- CyanogenMod source updated
[B]Weekly-14 (15.08.20)[/B]
- CyanogenMod source updated
[B]Weekly-13 (15.08.07)[/B]
- CyanogenMod source updated
[B]Weekly-12 (15.07.17)[/B]
- CyanogenMod source updated
- Restored zRAM to 192MB
[B]Weekly-11 (15.07.17)[/B]
- CyanogenMod source updated
- Decreased zRAM to 128MB to increase performance
[B]Weekly-10 (15.07.17)[/B]
- CyanogenMod source updated
- Kernel updated
- TWRP updated
- Performance improvement
- BlueZ 5.32
[B]Weekly-9 (15.07.03)[/B]
- CyanogenMod source updated
- Kernel updated
- Disabled block based zip
[B]Weekly-8 (15.06.25)[/B]
- CyanogenMod source updated
- TWRP 2.8.7.0
- Fixed WiFi tethering
- BlueZ 5.31
- Restored CPU preferences
- Fixed showing governer list in performance settings
- Other fixes
[B]Weekly-7 (15.06.16)[/B]
- CyanogenMod source updated
- Kernel updated
- TWRP updated
- zRAM source updated to latest 4.1 kernel from mainline
- Enabled lz4 compressor in zram for better performance
[B]Weekly-6 (15.06.06)[/B]
- CyanogenMod source updated
- Kernel updated
- New F2FS build (enabled for data, cache partition)
[B]
Weekly-5 (15.05.24)[/B]
- ASOP android-5.1.1_r3
- CyanogenMod source updated
[B]Weekly-4 (15.05.16)[/B]
- Added dialer crash fix, many thanks to golden-guy
- CyanogenMod source updated
[B]Weekly-3 (15.05.14)[/B]
- Added Sio-Plus scheduler
- Enable High End Grafix mode by default
- Kernel updated
- CyanogenMod source updated
[B]Weekly-2 (15.05.02)[/B]
- Wi-Fi fixed
- CyanogenMod source updated
[B]Weekly-1 (15.04.30)[/B]
- Android source updated to 5.1.1
- CyanogenMod source updated to 12.1
- TWRP 2.8.6.0
- Kernel updated
- BlueZ 5.30
- Enabled SELinux thanks to HandyMenny
- New block filesystem based build (fast flashing)
- Updated interactive governer and set it to default
- Fixed VPN issue
- Probable fix for Netflix issue
CyanogenMod 12.0
Code:
[B]Weekly-8 (15.04.06)[/B]
- Improved multitasking
- Updated CM sources
[B]Weekly-7 (15.03.26)[/B]
- Enable USB OTG storage options
- Enable MultiUser for LowRamDevices
- Kernel updates
- Updated CM sources
[B]Weekly-6 (15.03.15)[/B]
- Added patch to fix OMX issue regarding video playback in apps such as Twitter,
Youtube, and Instagram. Credits @Meticulus
- Improved SMS QuickMessage layout
- Updated CM and TWRP sources
[B]Weekly-5 (15.03.09)[/B]
- Fixed root access non persistent after reboot
- Enabled adb in recovery
- Fixed phone model detection on pc while in recovery
- Updated CM and TWRP sources
- Updated kernel
- Updated patches
[B]Weekly-4 (15.02.28)[/B]
- Increased UI responsiveness
- Enabled CM performance profiles
- Updated CM and TWRP sources
- Enabled kernel recommended configurations
- Enabled multiuser
- Increased possible background services
- Mounting External SD correcly
- Fixed some logcat errors
[B]Weekly-3 (15.02.16)[/B]
- Fixed reboot to recovery
- Kernel updated
- Updated CM sources
- Optimizations
[B]Weekly-2 (15.02.12)[/B]
- Bluez 5.28
- Kernel updated
- Patches updated
- Wifi sleep bug fixed
- Hanging at boot logo while Offline charging fixed
- Enabled KSM deferred timer for better power consumption
- Mount /System Read Only at boot
- Updated CM sources
- TWRP 2.8.5.0
[B]Weekly-1 (15.02.07)[/B]
- Updated CM sources
- Patches updated
[B]Build-2 (15.01.28) [/B]
- Updated CM sources
[B]Build-1 (15.01.27)[/B]
- First build
Very excited to have a lollipop ? Rom for Our beloved Xperia Go...But coz its not yet working.....im waiting for someone to fix this issue... Anyway thumbs-up to you.....
Sounds pretty awesome,keep going :good:
Good work, there is not much
@HardLight see this https://github.com/XperiaSTE/android_vendor_sony/commit/cfc2d5dbc8c2f0cbfedf23345423a275e9825769
to fix bootloop
awesomee waiting to this ...
Finally!!!!!
Hello lolli.....:laugh:
wow, never thought that would happen. Hope it see working soon
Booted
Good news!!
Rom booted, big thanks @alwaysadeel
Download
Still this is 0125 sources build. In few days I'll probably build rom from latest sources.
any known bugs?
Aaskereija said:
any known bugs?
Click to expand...
Click to collapse
BT not work
keyboard is playing hide and seek
While entering the password in Google playstore initialisation, keyboard disappears after entering every single character....
Ine more bug...When pressing hone button, it takes time to open.
EDIT: also clock force closes
also Frequent Reboots
Its laagy
Switching back to cm11...
will wait for the stable build
Welcome Lolli
It is really a good news that our beloved Lotus will get lolli, hopefully the ROM will work properly!
New rom up!
Could someone make a review: list bugs and, also attach logcat then bug occurs.
my knows bugs
bluetooth
video camera suddenly stop then stuck
camera stop after adjust the setting
sound recorder stop when select view recording
root access problem
apps youtube not playing then exit to menu
yesterday i have found the lotus resolution boot animation but forget which one link it is..
Most extra ordinary work than a Sony
​Dear One,
U had done a fantastic work than a Sony as you had slept with making lolli for xperia go.
They are not answering for my inquiry for xperia go.
I have no words to say thanks to you. Also to inform that someone who know to remove bugs help this guy as he is alone doing for all of us.
Thank you
Dearly.
Zip installation stops on "Skipping md5...", what's wrong?
Reboots...
Great ROM, same problems as the XperiaSTE CM11.0, though. (BT not working, camera problems)
I'm also getting a random soft reboot every 5 mins or so, no idea why, so I'm reverting to KK until the next build. :crying:
Keep up the good work!
---------- Post added at 21:07 ---------- Previous post was at 20:45 ----------
Forgot logcat, here you go!
https://drive.google.com/file/d/0BwFGdPs1_bwlenpmVHJMQ1Fndzg/view?usp=sharing
SKravUA said:
Zip installation stops on "Skipping md5...", what's wrong?
Click to expand...
Click to collapse
wait till finnished dont worry

[JDCTeam][STABLE][5.1.1][RRO][17 September] The Android Open Source Project

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The Android Open Source Project
Brought to you by Jflte DevConnection Team​
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* We're 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 us for messing up your device, we will laugh at you.
*
*/
What is AOSP?
AOSP is Android as Google publish without other modifications. More or less AOSP is the Nexus devices stock rom without gapps. Anyway to get a working system me and @-+BB+- added some changes from CyanogenMod. We added also some non-AOSP features like init.d support, @alucard_24 kernel for better performance and energy saving, STweaks for advanced kernel settings and support for Over-The-Air updates through a dedicated app (OTA Updates). Maybe something else from us might be added, but please do not ask for features to be added because we're not going to add more to keep this ROM small, fast and pure.
JDCTeam
In alphabetical order:
Diego Monaco - @alucard_24
Dimitris Katikaridis - @side
Franck Rohée - @franzyroy
Jim Silverlock - @Jimsilver73
Marco Zanin - @-+BB+-
Matthew Booth - @MattBooth
Mattia D'Alleva - @AntaresOne
Oliver - @angelcalibur
Paul Harris - @hawkerpaul
Paul Keith - @javelinanddart
Simeon Ivanov - @smstiv
Stefano Meroni - @smeroni68
Known issues
ANT+
A note about Android Pay: will Android Pay work here? The answer is no. According to Google infos it works only on factory-preinstalled and unrooted Android, do not blame us for this!
Download
ROM builds are hosted on RomHut
TWRP Recovery v2.8.7.0 with F2FS management support: AndroidFileHost
Installation
TWRP Recovery v2.8.7.0 is suggested for installation
Devices supported: I9505, I9507, I9508, I545, R970, I337, M919, L720. I9515 is not supported.
First time or clean install:
Download the ROM from the link above
Download GApps package for Lollipop 5.1
Put the zip files on your SDCard
Reboot in Recovery
Wipe Data / Factory Reset
Optional: convert to F2FS
Select "Install zip from SDCard"
Choose AOSP zip file
Choose GApps zip file
Reboot system
Update from a previous build:
Via OTA Updates:
Open OTA Updates app
Download the update
Press "Install"
Your device will automatically reboot and install the update.
Manual update with TWRP:
Download updated build from the link above
If you do not have the Gapps package, download Open GApps
Put the zip files on your SDCard
Reboot in TWRP Recovery
Wipe /cache and dalvik-cache
Select "Install zip from SDCard"
Choose AOSP zip file
Choose GApps zip file
Reboot system
We don't have a backup/restore GApps script yet. When you update /system is formatted, so you need to reflash GApps package too. In case you don't do it, Google Apps will fail in endless force closes after boot.
First boot after install/update takes a while, wait at least 5 minutes for it to boot.
To convert cache, data and system partitions to F2FS look in post below.
Sources
Kernel source here
ROM here
Social
Google+: JDCTeam Community
YouTube: JDCTeam TV
Credits
-+BB+- - Lead developer
JDCTeam
CyanogenMod
Google
OpenGApps
Special thanks:
RomHut
gkkovacs - JDCTeam-Build02
XDA:DevDB Information
AOSP 5.1.1 for Samsung Galaxy S4 (Qualcomm variants), ROM for the Sprint Samsung Galaxy S 4
Contributors
AntaresOne, -+BB+-, smeroni68, alucard_24, MattBooth, angelcalibur, franzyroy, hawkerpaul, javelinanddart, Jimsilver73, side, smstiv
Source Code: https://github.com/AOSP-JF
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
Based On: AOSP
Version Information
Status: Stable
Current Stable Version: v1 - 20150917
Stable Release Date: 2015-09-17
Created 2015-06-22
Last Updated 2015-09-20
Reporting issues
Please report issues in our issue tracker: https://github.com/AOSP-JF/issue_tracking_aosp/issues
Things like "this doesn't work", "this keeps FCing", "found a bug: *someapp* FC" etc. don't help. We need logs!!!!!!
Do not report bugs if you:
Flashed a different kernel
Installed or did mods from untrusted sources
Installed Xposed
Modified system files
Changelog
20150917 - Stable
MD5 - f57cea2839cf00db4f0a4c107d4d8e04
Kernel:
General code updates from Linux kernel 3.10
Added KMS and UKMS from Linux kernel 3.10
Added VENO TCP protocol
Changes on OOM control, less battery usage
IPC: ported code from 3.10 kernel
Optimized alucard, darkness, nightmare and ondemand CPU governors
ROM:
Android-5.1.1_r18
Added STK to build
Ported all the code from AOSP for SIM handling
Add ability to ignore interruptions while active media playback
Reverted some fixes on base
Fixed APN selection on CDMA phones (this time for real)
Removed not used code from init (auditd)
Fixed last Stagefright vulnerability (CVE-2015-3864)
Launcher3: Added stock wallpapers
Frameworks: add ability to choose a different wallpaper for lockscreen
Settings: Updated icons and colours
Fixes on base/av/build repos
Added WallpaperPicker to build
Base: added dismiss button to battery saver option
Base: improved recents tasks list
Device: fix MMS
Use chromium/icu repos from AOSP
Add SamsungServiceMode specific for our RIL
More fixes from M to base/av repos
libbt: support 1.5M baudrate
Fixed encryption for f2fs
Fixed ipv6 tethering
Telecomm/Telephony: ported a part of code from AOSP
libcore/art/core repos: tons of fixes and ported a part of code from M
Init: allow SElinux permissive in user builds
Reduced log level for all the builds
Toast: Show app icon with the message
PackageInstaller: show current & new version
frameworks/native: merged a lot of fixes from M
stagefright: added new Softavc/Softmpeg2 decoders from M/master branch
Built with GCC 4.9.4 (UBER)
Art: compiled with GCC 4.8.5 (UBER) due to segfaults caused by new GCC
Bluetooth: fixed compiling for latest GCC with -os flag
Audioflinger: fixed compiling for latest GCC with -os flag on ID3
Updated Archidroid optimizations to version 4.1
Updated translations for AOSP Custom Settings
Updated Sepolicy
Some updates on wifi code
Bionic: more optimisations for krait/a15 cpu
General code updates/fixes in base/core/av/native repos
Some small changes on telephony repos
Manifest: remove not used repos
Device: update media codecs & power management
Improved InCallUI speed when receiving a call
Bionic: a lot of improvements
Native/Base/Core/Extras: more fixes from m and cm
Updated APNs
Updated and improved RIL
Gallery2: materialized, updated code and fixed a lot of bugs
Ported support for oma-drm / OmaDrmEngine from cm
Ported all changes made by cm for BFQ IO scheduler
Core: improved UI responsiveness and reduced wakelocks when phone is on deep sleep
Small bugfixes and improvements for f2fs/ext4
Build: improved build enviroment and removed some unused/outdated packages
20150813
MD5 - 7ec092cebfd227343837e7cbe83ed269
Kernel:
General code updates
Updated mm from 3.10 kernel
ROM:
Android-5.1.1_r13
Camera: added options to save photos/videos on external storage
Fixed APNs for CDMA phones
Fixed carrier text on Keyguard
DreamManager/DozeMode: do not turn on the screen if s-view cover is closed
Materialized some icons
Some framework & telephony fixes
Stock Browser: completely reworked, materialized and fixed some FCs
System animations: added a new step (0.75) and set it as default
Use freetype 2.6.0 from m-preview, this solves some security issues in older versions of this library
Use our art and bionic repos tuned for cortex-A15/krait cpu
20150807
MD5 - eb4c36f964c5db3749bfb4a9d2694995
Kernel:
Added full support for i9507
Many code updates
More eMMC enhancements (performance mode)
Updated workqueue and Idr from 3.10 kernel
ROM:
Android-5.1.1_r9
Added option to force notification expansion by default
Added Samsung doze specific settings under AOSP Settings
Added softkey backlight control under AOSP settings
Bluetooth: added accept all files option
Fixed Stagefright, now all audio files works
Fixed Twitch
Improved boot time
Massive update on telephony repos, merged and adapted all cm fixes
More updates and fixes for libhardware legacy
Removed logspam from proprietary libraries
Switched to latest glib 2.15 from m-preview
Small audio fixes
Small framework fixes
Small RRO fixes
Updated APNs list
Updated LatinIME, more languages added and small fixes
20150727
MD5 - 6aa21cc578a37b510fdaf16306b11b83
ROM:
Added customizations for Quick Settings tiles
Added long press actions to tiles
Added long press actions to notification bar objects (clock, date, avatar, battery and settings, long press on Settings icon opens AOSP Settings)
Added missing softkeys manager
Keyguard: disable menu key unlock device
Fixed screenshots
Small Exchange services fixes
Updated translations for all languages
Various bootanimation improvements
Various framework fixes
Statusbar network cluster icons: show LTE instead of 4G, distinguish between UMTS and HSPA
WiFi: revert aggressive blacklist + other fixes
20150723
MD5 - 24a4098e04af0ccd6b6a81a22d3563c9
ROM:
A lot of optimizations in build environment
Added clear all button in recent apps panel
Fixed tethering & added IPv6 tethering
Fixed back/menu keys screen wakeup
Fixed OTA updates
Launcher3: optimizations and some materialization
Made "SD Card removed" notification dismissible
Updated Stagefright with latest CM changes
Updated translations for AOSP Settings and power menu
Various framework improvements
20150715
MD5 - 9bf1dd18b0119f0d7851d138103e1b48
ROM:
Fixed a NullPointerException on app selector
Removed VoiceDialer
20150714 - Beta #2
MD5 - 9a2152910fd98863ae6f79ef3857068a
Device:
IR: use old timing code (consumerIR i.e. "IR Blaster" fixed)
Switch to prebuilt Camera HAL (less interface crashes now)
Kernel:
Various code updates
ROM:
Codebase android-5.1.1_r8
AOSP Control:
Advanced Reboot menu
Changelog
Status bar Battery icon settings
Added 60FPS BootAnimation, big thanks to @guerreromanuel
Added dancing notification LED at boot
Added Google DNS
Added Launcher3 package to build
Added Layers Manager by BitSyko
Added Reverse Lookup
Added SuperSU by @Chainfire
Blacklisted some BT devices for better compatibility
Build dummy InCallUI with persistent attribute, this allow us to keep the process in memory and helps a lot when receiving a call and the device is busy
Camera: stop using gps when camera app is in background
Fixed Archidroid optimizations V4
Fixed Bluetooth audio stream (A2DP)
Fixed camera opening when flash is enabled (doesn't crash anymore)
Fixed data usage graph on settings
Fixed init.d not working properly
Fixed QCOM Time Daemon support
Fixed some crash on MediaProvider
Fixed support for all jf variants
Hopefully fixed audioflinger/mediaserver crash and audio stuttering when indexing media files
Many fixes in environment
More Materialize on framework
Other small UI style changes on Dialer/InCallUI (Materialize)
RRO Fully fixed
Small fixes on Telephony
Switch to Contacts, Dialer & InCallUI sources from AOSP
Tons of fixes on frameworks/base
Updated stagefright with latest CM changes and fixed & updated FFMPEG 2.7 compile
20150619 - Beta #1
MD5 - 51b35865265ad3bfbc478c0d214070f8
ArchiDroid optimizations v4
Added MultiROM compatibility
RRO added and partially working: Contacts, Dialer and Settings need some changes. Everything else is correctly themed
Fixed BT/WiFi coexistence, now can be turned ON at the same time
Fixed back/menu keys lights (timeout set at 5 seconds, user settings soon available in Settings app. For now, enable/disable by writing "softkeys" without quotes in Terminal Emulator (available on Play Store))
Fixed F2FS for /cache partition
Fixed "First boot doesn't have sound across all the system if the external SD card is not in FAT32"
Fixed MicroSD card, all filesystems are mounted well and working in r/w
Init: use our specific init
Temporarily fixed "No SIM" on Keyguard (removed Carrier text)
Various kernel code updates
Various updates on audio/camera code
Various updates on BT/WiFi code
20150602
MD5 - 6cc3db0a6257641aba4dfebda0e3fb30
Initial public release
Tips
To enable Developer options go in Settings->About device and press "Build number" for 7 consecutive times.
Using F2FS
What it is? Wikipedia
To use it you should first convert your EXT4 partitions through recovery, before installing this ROM.
On PhilZ:
Wipe and format options->custom format options->toggle ext4 f2fs migration
Format data and data/media->f2fs (Warning: internal storage is formatted, make a backup of your personal data before doing this!)
Format system->f2fs
On TWRP:
Download and install this TWRP version: https://www.androidfilehost.com/?fid=24052804347763625
Wipe->advanced wipe
Select data->change or repair file system->f2fs (Warning: internal storage is formatted, make a backup of your personal data before doing this!)
Select cache->change or repair file system->f2fs
Select system->change or repair file system->f2fs
Now you can install this ROM following installation steps in post above
Some screenshots
We mainly talk in the i9505 thread located here, head over for further details about development progress, bug fixing etc.
is there any requirement to go from 4.4.2 to this rom? I am on L720VPUFNG2.
Does it detect international 3g GSM Sim cards ? I have tried many AOSP roms and none of them recognize my sim. I have to use TW based ones.
does it have hotspot mod or do I need to add it?
Bt not activate on i720t
I just installed stable (v1 - 20150917) of this rom, and I have to say: Nice work! I've held off on upgrading from CM11 for way too long because of stability and battery life concerns. This rom is my new DD, and has been working great. Thanks!
Been using a few days. Only things I noticed is mms and SMS are delayed. I use hangouts so it could just be that. I get texts like way after they're sent from friends and I know because of the time stamps. Anyone else experience this?
The camera crashes for me too. I could do some logs or whatever if need be.
Rom kicks serious ass tho. Everything is going well. Def flash this if you haven't already!!!!
Sent from my SPH-L720 using XDA Free mobile app
This rom has been running great. Came from GPE and this seems more solid.
Have been using as my dd for the past several days and will continue to use it as my dd. Great work!
Sent from my SPH-L720 using XDA Free mobile app
sandman121383 said:
Been using a few days. Only things I noticed is mms and SMS are delayed. I use hangouts so it could just be that. I get texts like way after they're sent from friends and I know because of the time stamps. Anyone else experience this?
Click to expand...
Click to collapse
Using Sprint Google Voice integration I had the same issue with Hangouts set as the default SMS app. I switched the default to "messenger" instead, and the delay went away although oddly the SMS messages still go to Hangouts and not messenger. Weird.
I have the issue as i have with the most roms, this rom is perfect but i cant use it at all with my problem. i am making calls but i am not receiving them, it beeps at the phone that calls me but it does not show anything on me.
ackattacker said:
Using Sprint Google Voice integration I had the same issue with Hangouts set as the default SMS app. I switched the default to "messenger" instead, and the delay went away although oddly the SMS messages still go to Hangouts and not messenger. Weird.
Click to expand...
Click to collapse
new update to google hangouts fixed my issues with sms and mms. i am using hangouts version 5.0.104885319
so after switching back over to hangouts and merging my messaging everything is working for me again!
I'm loving this ROM it's almost working perfectly on my L720T I've only noticed one thing that is an issue. Sometimes when the screen goes to sleep and I try to wake up the phone it freezes and I have to reboot it or it reboots on it's own. Any ideas what might be causing this?
Can't wait for the 6.0 M build!
Sent from my GT-I9505G using Tapatalk
So i'm curious if anybody has tired the new 5.1.1 build that was released two days ago on their sprint S4 without issues?
pclov3r said:
So i'm curious if anybody has tired the new 5.1.1 build that was released two days ago on their sprint S4 without issues?
Click to expand...
Click to collapse
Installed it using OTA Update and it broke Google Play Services. Then reflashed it from a clean wipe and working fine now although I get an occasional freeze.
Does this ROM have theme support? TIA...
Rom works great, thanks!
I just have two small issues:
1. The capacitive buttons still seems to be active even after I turn the screen off (meaning they still vibrate when you touch them)
2. Anyone know how I can turn off the LED charging light? I tried light manager but it didn't help.

[SM-P601] [6.X] Lineage/Mokee/CM/RR for Galaxy Note 10.1 3g (2014)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
/*
* Your warranty is now void.
*
* We are 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 us for messing up your device, we will laugh at you.
*/
Attention!
If You are using Xposed and You have problems, it is Your personal problem. No need to report them to me.​
Special thanks:
Christopher N. Hesse - RaymanFX
The guys of the Exynos 5420 team
What works:
3G (Fully fixed 20160826)
Sound
Microphone
Bluetooth
WiFi
WiFi direct (Fixed 20160911)
GPS (Fixed 20151216)
InfraRed (Fixed 20160819)
Stylus
All sensors (compass, gyro...)
OTG
SD card
Camera/Torch (Fixed 20161013)
Screen Record (Fixed 20161014)
Screen cast/Wireless display (Fixed 20161118)
What does not work:
ANT+
Call record - Partially it works. Recording goes, but drops the phone program.
Downgrade bootloader to 4.4.2 (if previously used stock 5.1.1 firmware)
Download:
Lineage OS 13 (Instead Cyanogenmod)
MoKee Open Source
CyanogenMod 13. Updating will not. Latest update - 20161230.
ResurrectionRemix M. Updating will not. Latest update - 20161230.
GoogleAPPS:
Open Google Apps project
My TWRP 3.1.0-1 for SM-P600/SM-P601 (20170326):
AFH - zip file.
AFH - img.tar (for ODIN)
Sources in github:
Device
Vendor
Kernel
TWRP
Programs that I use for s-pen:
SPenCommand - action menu
MyScript Smart Note - notes
MyScript Stylus (Beta) - Keyboard for Handwriting
​
Donated:
---
XDA:DevDB Information
SM-P601 Android 6.X, ROM for the Samsung Galaxy Note 10.1 (2014 Edition)
Contributors
ShevT
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
Version Information
Status: Stable
Created 2015-12-17
Last Updated 2017-06-13
Changelog:
Code:
[B]201711201:[/B]
[LOS-13] [INDENT]ASB November 2017
Fix [URL="https://jira.lineageos.org/browse/BUGBASH-1052"]BUGBASH-1052[/URL]
Minor fixes[/INDENT]
[B]201710915:[/B]
[LOS-13] [INDENT]Fix WiFi KRACK[/INDENT]
[B]201710915:[/B]
[LOS-13] [INDENT]Android 6.0.1 r81
ASB October 2017[/INDENT]
[B]20170923:[/B]
[LOS-13] [INDENT]Android 6.0.1 r80
ASB September 2017[/INDENT]
[B]20170910:[/B]
[LOS-13] [INDENT]Update Sources[/INDENT]
[B]20170608:[/B]
[LOS-13] [INDENT]Update Sources[/INDENT]
[B]20170603:[/B]
[MK60.1] [INDENT]SQLite 3.19.2
Bye bye MoKee. Source codes are not updated for a long time.
This is the latest version. There will be no more assemblies.[/INDENT]
[B]20170602:[/B]
[LOS-13] [INDENT]Update Sources
SQLite 3.19.2[/INDENT]
[B]20170413:[/B]
[LOS-13] [MK60.1] [INDENT]Update Sources[/INDENT]
[B]20170326:[/B]
[TWRP-3.1.0-1]
[INDENT]Fix reboot when no OS is present
Set Backup_FileName on adb backup[/INDENT]
[B]20170313:[/B]
[LOS-13] [MK60.1] [INDENT]Fix writting on NTFS partiions
Add sec_e-pen keylayout. It fix work the virtual keys, if you press them a e-pen.
Fix speaker priority on phone call
Modified open source camera wrapper
minor fixes[/INDENT]
[B]20170206:[/B]
[LOS-13] [INDENT]Update sources
Fixed AudioFX! It is back into the ROM and it works great!
Rid of our SEANDROID message on boot (Thanks @thompatry)
Added cache image partition size
minor fixes[/INDENT]
[B]20170205:[/B]
[TWRP-3.0.3-1][INDENT]Updated sources
Rid of our SEANDROID message on boot (Thanks @thompatry)
Added cache image partition size[/INDENT]
[B]20170203:[/B]
[LOS-13] [MK60.1] [INDENT]Update sources
audio_effects.conf moved to vendor (Fixes some sound problems)
main-mic: volume Up
minor fixes[/INDENT]
[B]20170125:[/B]
[LOS-13] [INDENT]Update sources[/INDENT]
[B]20170109:[/B]
[LOS-13] [INDENT]Update sources
Added Network Traffic Indicator[/INDENT]
[B]20170108:[/B]
* Team Win Recovery 3.0.3-0
[MK60.1] [INDENT]Added LatinIME keyboard
Default locale en-US
Fixed long time installation[/INDENT]
[B]20170107:[/B]
Added MoKee OpenSource 60.1
[LOS-13, MK60.1] [INDENT]SQLite 3.16.2
Minor fixes[/INDENT]
[B]20170103:[/B]
[LOS-13] [INDENT]SQLite 3.16.0
Minor fixes[/INDENT]
[B]20161230:[/B] - Goodbye Cyanogenmod! Hello, LineageOS
[CM13, RR-M][INDENT]Update sources
This final assembly RR and CyanogenMod.[/INDENT]
[B]20161225:[/B]
[CM13, RR-M][INDENT]Update sources
Kernel: Minor fixes[/INDENT]
[B]20161215:[/B][INDENT][CM13]Android 6.0.1_r74
[CM13, RR-M] Disable simple root access
Kernel: Minor fixes[/INDENT]
[B]20161212:[/B]
[CM13, RR-M][INDENT]Disable Input Boosters by default
Kernel: Fix scaling available freqs (needed for Deathly Adiutor)
Kernel: WiFi: Security vulnerability - protect array overflow in PNO
Kernel: WiFi: Minor fixes[/INDENT]
[B]20161209:[/B]
[CM13, RR-M][INDENT]Audio HAL: Fixed problem with volume control during a voice call
Now use SQLite 3.15.2 with [URL="http://forum.xda-developers.com/showpost.php?p=64354348&postcount=5"]additional optimization[/URL]
Some kernel fixes[/INDENT]
[RR-M] [INDENT]Removed Kernel Adiutor[/INDENT]
[B]20161206:[/B]
[CM13, RR-M][INDENT]Audio HAL fixes. I checked with 5.1.1 bootloader. There is no problem. I ask to check crackles...
Fixed "[URL="http://forum.xda-developers.com/showpost.php?p=69931958&postcount=378"]says charging slowly[/URL]"
Updated SDCard FS[/INDENT]
[B]20161204:[/B]
[CM13, RR-M][INDENT]New kernel control app included: [URL="https://play.google.com/store/search?q=deathly%20adiutor"]Deathly Adiutor (check it out on google play!)[/URL]
Added support for 3000ma chargers.
Added support for UBS3.0 charging speeds (Up to 1000ma).
Added screen on charging limiter to avoid high heat generation while charging.
Added Display Mode Control (mdnie)
KERNEL: epen_saving_mode node now shows the current state of the feature.
KERNEL: touchkey glove_mode node now shows the current state of the feature.
KERNEL: added new sysfs to enable/disable input boosters (touchscreen, touchkey and spen)
KERNEL: updated f2fs driver
KERNEL: updated WiFi driver
KERNEL: use gcc UB-5.3 kernel toolchain
More minor fixes[/INDENT]
[B]20161130:[/B]
[TWRP 3.0.2-4][INDENT]Kernel: New f2fs driver and other...
Kernel:SELIinux Enforce
Update RU translation (by [email protected])
Added n1awifi and n1a3g assert's
Added tzdata
Minor fixes ...[/INDENT]
[B]20161122:[/B]
[CM13, RR-M][INDENT]Fix InfraRed
Minor fixes ...[/INDENT]
[B]20161120:[/B]
[CM13, RR-M][INDENT]Kernel: Switch Stackprotector to REGULAR.
[INDENT]This fixes the problem of a kernel panic when the camera starts. [/INDENT] [/INDENT]
[B]20161119:[/B]
[CM13, RR-M][INDENT]Fixed Screen cast/Wireless display
DRM: fall back to L3 security level
Xposed minor fixes ...[/INDENT]
[B]20161118:[/B]
[CM13, RR-M][INDENT][Kernel]: Enable STACKPROTECTOR STRONG
[Kernel]: [Exynos Thermal]: See and set trip point temperature with oneshot node... (Thanks tincho5588)
[Kernel]: Minor fixes
[CM13] Added Xposed patch. (Check it..)
Added H263 codec
[Exynos Thermal]: [URL="https://github.com/ShevT/device_samsung_lt033g/commit/145b9f4df86d3e55934e6182eca3d7099098ac6c"]Set default values for thermal throttling[/URL]
Other minor fixes ...[/INDENT]
[B]20161115:[/B]
[RR-M][INDENT]Added menu option to turn off HWKeys[/INDENT]
[B]20161114:[/B]
[CM13, RR-M][INDENT]Fix default tiles on QuickSettings panel
Removed Packages: ResurrectionStats, ResurrectionOTA, CMUpdater,
Removed Packages: CMBugReport, UnifiedEmail, Email, Exchange
Improved interface performance
[URL="http://forum.xda-developers.com/showpost.php?p=64354891&postcount=7"]Added instruction[/URL] for downgrade bootloader to 4.4.2[/INDENT]
[B]20161113:[/B]
[CM13, RR-M] [INDENT]Android 6.0.1 r74
Fix of lights buttons if hardware keys is disabled
Allow to use baseline profile for AVC recording
Remove ANT+ support. It does not work at all.
AudioHAl minor fixes
Kernel: GPU: OC/UC clocks and custom interface fixes
Kernel: ALSA fixes
QuickSettings panel: in column 4 tiles
QuickSettings panel: changed the default tiles
Other minor fixes ...[/INDENT]
[B]20161107:[/B]
[CM13, RR-M] [INDENT]Camera: New camera blobs. It works fast and well
Audio: Added more sec soundfx blobs
Audio: Adjusting the Wolfson DAC EQ bands
GPU: Added GPU clock interface
GPU: Added GPU voltage control
GPU: Added GPU thermal control interface
GPU: Added unified sysfs module
Kernel: Update kernel Motor driver (compatible with CMHW)
Kernel: Added frandom
System: Disable Recovery Updater
System: Cleaning and updating init scripts
System: Update VibratorHW class
System: Added audio/ac3 support
System: Disable LiveDisplay by default (When night mode - low UI performance)
System: Removed AudioFX package (Incompatible with Wolfson)
System: Removed HEVC Decoder. We do not support it.
System: Added support Exynos.AVC.Decoder.secure
More minor fixes ...[/INDENT]
[B]20161028:[/B]
[CM13, RR-M] [INDENT]Kernel 3.4.113
Kernel: Fixed [URL="https://github.com/dirtycow/dirtycow.github.io/wiki/VulnerabilityDetails"]dirtycow[/URL] bug
The kernel is compiled linaro gcc-5.2
Settings: Advanced Reboot moved to Button Settings
Settings: Advanced power menu enabled by default
Fixed Incoming Call Presentation
Added exynos MPEG2 Decoder
Updated media_codecs and media_profiles
Improved interface performance
Added support for Notification lights on the buttons. Blink, blink...
Added support of Advanced Low Power audio
More minor fixes in the camera, wifi and other....[/INDENT]
[B]20161020:[/B]
[CM13, RR-M] [INDENT]Initial ResurrectionRemix M
Fixed constant activity WiFi
Fixed Bluetooth calls (If you touch the screen during a call, the sound disappears)
Updated some kernel drivers
Fixed vold mount points
audio: Increase volume
Power optimization
More minor fixes[/INDENT]
[B]20161018:[/B]
[CM13][INDENT]New camera blobs (from T805XXU1CPH5). Runs faster and works also faster.
Fixed Camera low quality video shooting
Fixed Screen Record low quality
Fixed DRM
Fixed bluetooth headset phone calls.
More minor fixes[/INDENT]
[B]20161016:[/B]
[CM13][INDENT]Enable multi-window as default
More minor fixes
Added mirror to yandex disk[/INDENT]
[B]20161014:[/B]
[CM13][INDENT]Fix Camera/Torch
Fix Screen Record
New GPU MALI T6XX R7P0 driver
More minor fixes[/INDENT]
[B]20160921:[/B]
[CM13][INDENT]Update media codecs profiles
Increase Speaker Digital Volume
Disable DEXPREOPT
Fix WiFi direct and other WiFi problems..
More minor fixes[/INDENT]
[B]20160903:[/B]
[Temasek, CM13][INDENT]Update AudioHAL. Fixed Phone calls (No sound)
Enable noise suppression
Bluetooth fixes
Minor fixes[/INDENT]
[B]20160826:[/B]
[Temasek, CM13][INDENT]Fixed Key Disabler
Fixed Setup Wizard crash on firs boot
[GSM] Fixed search network and an automatic setting apn (it is not necessary to prescribe the hands)
Fixed vibration settings
Update GPS blob from P601XXUDOJ5
[URL="https://github.com/ShevT/device_samsung_lt033g/commit/e35c6297b5167d30631358340587d045c6dd6761"]Repurpose menu key[/URL] as an app switcher key (long press menu key - calls the application menu)
[Temasek] Add Enable/Disable HW Keys Preference ([B]Settings -> Buttons -> Hardware Keys[/B])[/INDENT]
[B]20160821:[/B]
[Temasek] Just updated
[CM13] [INDENT]Fixed PowerHAL for new kernel
Fixed IR port
Minor fixes in init scripts[/INDENT]
[B]20160819:[/B]
[TWRP 3.0.2-1][INDENT]Added to backup: preload, efs, modem partitions
Including [URL="https://github.com/omnirom/android_bootable_recovery/commit/ce8f83c48d200106ff61ad530c863b15c16949d9"]adb backup[/URL][/INDENT]
[Temasek][INDENT]Fixed PowerHAL for new kernel
Fixed IR port
Minor fixes in init scripts[/INDENT]
[CM13] I'll update later
[B]20160817:[/B]
[CM13] Update :)
[Temasek] Add new ROM
<cut>
Reserved
CyanogenMod 13
CyanogenMod
About | Home Page | WiKi | Git page​
CyanogenMod 13.0 (Android 6.0.1) Final
Screenshots:
Downloads:
Android File Host / Yandex Disk. Build date 20161230
Click to expand...
Click to collapse
ResurrectionRemix M
ResurrectionRemix M
Home Page | Git page​
ResurrectionRemix M (Android 6.0.1) Final
Screenshots:
Downloads:
Android File Host / Yandex Disk . Version 5.7.4. Build date 20161230
Click to expand...
Click to collapse
MoKee OpenSource
MoKee Open Source
About | Home Page | Git page​
MoKee 60.1 (Android 6.0.1) Final
Screenshots:
Downloads:
Android File Host. Build date 20170603
Click to expand...
Click to collapse
Lineage OS
Lineage OS
About | Home Page | Git page​
Lineage OS 13.0 Stable
Screenshots:
Downloads:
AFH Downloads. Build date 20171201
Click to expand...
Click to collapse
Downgrade bootloader to 4.4.2
This will fix the problem with the sound (crackling) on my firmwares in the transition from the official 5.1.1 firmware.
Attention! I do not take any responsibility for possible negative consequences.
1) Make a backup copy of all data (including sections EFS, Modem, Preload)
2) Copy backup on PC
3) Download Odin 3.10 and Bootloader (You must rename the file, so extension was .tar or .tar.md5. For example - BL_P601XXUCOF1_CL5054848_QB5172195_REV00_user_low_ship.tar)
4) Run "download" tablet mode.
5) Connect tablet to PC
6) Run Odin
7) In the BL (bootloader) field, insert file BL_P601XXUCOF1_CL5054848_QB5172195_REV00_user_low_ship.tar
8) Start.... The bootloader will be installed and the tablet reboots.
9) You can go to TWRP and restore the backup (It is enough to restore the data and /data partition).
10) Installing firmware and OpenGapps-nano.
P.S. If you have not switched on my firmware (use stock 5.1.1 firmware), it is recommended to remove all of the data (not to restore /data partition)
Great news ShevT... Thanks a million!
ShevT said:
Reserved 5
Click to expand...
Click to collapse
From where can we downoad it.?
Good job!
I hesitate to mention the "no placeholder" rule, especially to a dev who do original work, but...
Anyway hope to see a release soon, keep up the good work!
Nice!
Will it work on P600 like other P601 roms?
Hope we see a download link in the next few days!
That would be an awesome xmas gift!
Impatient to test it!
Keep up the good work, ShevT!:good:
Merry xmas!!!:angel:
is there stil no download link?
Sent from my SM-P600 using XDA Free mobile app
ruud said:
is there stil no download link?
Click to expand...
Click to collapse
Not yet.
I now have a problem with time. It will be some time - will build
Thanks for the good work ShevT, looking forward to Marshmallow. Hopefully, we'll have a build before the end of the year?
see firmware
ShevT said:
see firmware
Click to expand...
Click to collapse
Can this be flashed on the SM-P600?
Yes
mosimchah said:
Can this be flashed on the SM-P600?
Click to expand...
Click to collapse
can you give a link to it. i only see the 5.1.1 rom
Sent from my SM-P601 using XDA Free mobile app
ruud said:
can you give a link to it. i only see the 5.1.1 rom
Sent from my SM-P601 using XDA Free mobile app
Click to expand...
Click to collapse
It's in the OP. Link: https://www.androidfilehost.com/?fid=24345424848487946

[ROM][OFFICIAL][17/09][7.1.2] VertexOS Carbide v3.6 (Blueborne)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
Disclaimer: I am not responsible for any bricks you may obtain. Please follow the thread rules and steps and everything will be gravy. Remember, backing up before flashing is always recommended.
Introduction
VertexOS aims to provide a simple but enhanced near-stock AOSP experience with carefully selected features and an emphasis on stability and smoothness.
FEATURES
* Disable SIM toggle
* OMS (please install Substratum separately)
* OnePlus Camera ported
* Vertex Walls
* sRGB toggle (AOSPA)
* Buttons customization (AOSPA)
* Battery icon customization (AOSPA)
* Double tap Launcher3 home screen to sleep (AOSPA)
* Double tap lockscreen to sleep
* Alert Slider customisations
* Off-screen gestures
* Slide on statusbar to adjust brightness
* Night light
* Unlink ring and notification volume
* Longpress volume keys for previous/next music track
* Screenrecorder (toggled with Volume Up + Power)
* Screenshot Crop & Share
* Removed HD icon
* Volte icon.
* Safetynet passed without root.
* Signature spoofing (for microG)
*OTA support
Feature requests are subject to my decision, and that we want to keep VertexOS lean.
Flashing Steps:
Coming from another ROM??
1) Download Latest Build (See Post #2)
2) Download 7.1.1 Gapps (optional - See Post #2))
3) Boot into recovery (TWRP)
4) Full wipe (Dalvik Cache, Cache, System, Factory Data Reset)
5) Flash the zip
6) Flash Gapps
7) Reboot
Updating from previous Vertex release
1) Download the latest build
2) Boot into recovery
3) Flash
4) Reboot.
Bug reports
No support will be given for problems caused by Xposed, MicroGMS, other kernels, Substratum themes, different TWRP, different firmware, other tweaks (build.prop, etc).
Logcat required. You may use Matlog, Syslog, or ADB through a computer. Share via https://hastebin.com (or equivalents).
Clear description of error.
Does it happen on clean flash?
Did you try to reproduce the error without Substratum themes enabled?
PLEASE NO ETAS
* See Post #2 for Downloads
* See Post #3 for FAQ/Known issues
Credits and acknowledgements
Code:
@franciscofranco
@joshuous
@kunalshah912
@MZO
@Devil2709
@xdvs23
@PranayNarang
LineageOS
Dirty Unicorns
JDC
HalogenOS
AEX
All the testers for Constantly testing the Test and Experimental Builds.
If anyone i missed sorry.
Source Code:
Source.
Device.
Kernel.
XDA:DevDB Information
Vertex OS- for Oneplus2 , ROM for the OnePlus 2
Contributors
vibhoothiiaanand, joshuous
Source Code: https://github.com/VertexOS
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Latest OOS
Based On: AOSP-CAF
Version Information
Status: No Longer Updated
Created 2017-03-15
Last Updated 2018-06-03
Downloads
Releases:
Changelog:
17092017:
Check POST #429 for updated kernel
Download:VertexOS-Carbide-v3.6-OFFICIAL-20170917-oneplus2.zip
- VertexOS 3.6
- Fixed Blueborne bluetooth issue
“In simple words, BlueBorne is an attack vector that can allow cyber criminals to use Bluetooth connections to silently take control of targeted devices without any action whatsoever on part of the victim. What’s really disconcerting is that for a device to be compromised, it doesn’t have to be paired to the attacker’s device, nor does it even need to be set to ‘discoverable’ mode. As many as eight separate zero-day vulnerabilities (including four critical ones) can be used to hack into most Bluetooth devices in use today, irrespective of the operating system."
So with this update this issue is FIXED
- Few kernel improvements
- Latest CAF merges
- September security patch
- Minor improvements.

- Removed AutoSMP since not much great
- Reverted back to 3.10.105 kernel

Nothing more since this is a quick FIX to solve blue borne bluetooth issue so you guys dont suffer .
XX082017
31082017:
VertexOS-Carbide-v3.5-OFFICIAL-20170831-oneplus2.zip
* Now version 3.5
* FINAL Nougat build. Oreo in progress
* CAF LA.UM.5.8.r1-02700-8x98.0 tag
* Switch Launcher to @azaidi's Launcher3
* Hide keyboard selector when only GBoard is activated and multiple languages are enabled
* UI color improvements for OneplusDoze and Alert Slider menu
* Translation imports
* Fixed Settings - More crash affecting some users
* Fixes for Android Auto
* Made default DPI to 420
* Removed double tap on status bar to sleep (not in line with our vision)
* Disabled autosmp hotplug
* Change in boot frequencies
* Big cores are now boosting bit differently
* WiFi qcacld changes
* Other miscellaneous additions and fixes
10082017:
VertexOS-Carbide-v3.4-OFFICIAL-20170810-oneplus2.zip
* CAF LA.UM.5.8.r1-02400-8x98.0 tag
* Implemented AOSPA's accidental touch feature
* Re-enabled custom off-mode charging display
* Preloading of extra classes for increased app launch speeds and extra responsiveness in apps
* Add system-background stune node (dev/stune/system-background) for schedtune boost support
* Launcher3: enable changing icons and app label's (from AOSPA)
* Bring back Fast Dormancy
* Updated APNs
* Updated kernel to 3.10.107
* Made Maple as default I/O scheduler
* Added Pdesireaudio 10.1
* Underclocked few cores
* Removed Haloplug
* Removed H-cubre residue
* Change in CPU state during charging
* Added autoSMP: A Highly-efficient hotplug driver by @mrg666, works in-sync with the CPU governor to enable off-line cpu cores when the the CPU frequency reaches a high threshold and still more compute power is needed.
* Added proximity wake
* Switched back to Op3 camera
* Added Charging Sound
* Kernel Workqueues made to power efficient
* Interactive governor made to angler
* Fixed issues in freq calculation
* Fixed WhatsApp autofocus issue
* Other miscellaneous additions and fixes
special thanks to @ShreyanshLodha for rebuilding the kernel as whole and fixing tons of issues.
XX072017:
15072017:
VertexOS-Carbide-v3.3-OFFICIAL-20170715-oneplus2.zip
*Now version 3.3
*Implemented Boeffla Touch control :Earlier if you touch your device display the hardware backlight will glow up that is really weird behaviour now its fixed
*Made OP5 camera as default

*Removed duplicate camera app
*Show LTE+ instead of 4G+{if supported)
*Fix power off saying your phone will reboot
*Fixed Broken Slider customisations
*Fixed Channel50 issue
*Merged latest CAF tag
*Added back Haloplug
*Minor optimisations
XX062017:
240617:
VertexOS-Carbide-v3.2-OFFICIAL-20170624-oneplus2.zip
-Now its version 3.2
-OTA updates
-Removed Greenlines of Camera when taking photos Thanks to Simao
-SElinux is now Enforcing
-Fixed many selinux denials
-Kernel improvements
-Kernel cleanup
-Doze improvements
-Power optimisations
-Fixed Wakelock bug
-Reduced SS delay to 300ms
-Launcherr3 improvements
-MediaCodec improvements
-Added 0.25 and 0.75 animation step
-Now All official builds are USER variant.
-Removed Haloplug
-Merged Latest CAF tag
-Removed few lineage things
-Please check github for FULL changelog

PLEASE DO CLEAN FLASH so from next builds you can do dirty flash
If you have already flashed this build update it immediately via OTA app ,if your going to download,then download latest stable version
VertexOS-Carbide-v3.2-OFFICIAL-20170627-oneplus2.zip
020617:
VertexOS-Carbide-v3.1-OFFICIAL-20170602-oneplus2.zip
-Now VertexOS Carbide 3.1
-FULL Rebased source to pure CAF with Few lineage extras.
-Kernel is rebased
-Camera is now HAL3.
-HAl3 improvements.
-Added back HSPA+ icon.
-Added KCAL support
-Improved significantly First boot.
-Potential FIX for Wi-Fi scanning issue.
-UI optimisations.
-Fixed Huge Battery DRAIN due to motion sensor.
~Bluetooth Headset FIX.
-Added back VOLTE icon.
-Enable/Disable Bluetooth battery status in System UI tuner.
-Improved speed and memory usage.
-Major Kernel Changes 
-Many kernel tweaks
-Enabled 2.4Ghz Wifi Channel bonding
-Increased Speaker/Headphone output volumes
-F2Fs Support
-Import translations
-Added Fastcharge Drivers
-Added 27Mhz GPU frequency
-Adreno Idler added for maximising performance minimal power
-Perfromance improvements
-Thermal profile changes
-Introduce Haloplug: For better battery, better GPU performance and less heat.
and Many more check GitHub for more detailed changes.
XX05 and OLDER
XX05517:
060517:
VertexOS-Carbide-v3.0-OFFICIAL-20170506-oneplus2.zip
-Now VERTEX CARBIDE 3.0.
-updated to 7.1.2: LA.UM.5.8.r1-01500-8x98.0.
-More substratum theme support for stock apps and fixes for theming.
-Updated brightness icon.
-Added Few more default walls.
-Added version info while installing apps.
-Added headsup on incoming call even if headsup and ticker are off.
-Major Audio improvements.
-Fixed broken button on Changelog back button from settings.
-Updated few Russian translations.
-Fixed Powerbutton camera gesture missing from display.
-Enabled SDcardFS by default.
-Added a gimmick of OOS ambient display.
-GPU and Bluetooth improvements.
-Improvement Wi-Fi.
-Improvement fingerprint detection.
-Fixed DND scheduling.
-Sepolicy updates
-Temp removed VOLTE icon,its actually missed due to rebasing to latest CAF,sorry peeps.
Special thanks to testers.
XX04 Builds.
230417:
VertexOS-Blazar-v2.2-OFFICIAL-20170423-oneplus2.zip
~Updated to latest CAF : LA.UM.5.7.r2-00500-8x98.0
~Changed kernel to Garaks kernel.
~Alert slider Customisations vibrate ring silent etc.
~Import OOS blobs.
~Camera Shutter Sound FIX.
~Scrolling Improvements.
~Added support for SDCardFS.
~Added support for F2FS.
~Show LTE+ instead of 4G+.
~Updated Policy for ViPER audio and removed duplicates.
~Fixed Dailer icon issue.
~Battery life improvements.
~Camera Improvements due to latest BLOBs.
~Hardware optimisations.
~Temporary removed the H+ icon due to very small font size in QS.
140417:
VertexOS-Blazar-v2.2-OFFICIAL-20170414-oneplus2.zip
~New BOOT Animation.
~Introduce PDesire Audio.
~Imported few more tweaks from OOS3.5.8
~Updated kernel from latest CAF.
~Improved WiFi.
~Added VOLTE icon.
~Added H+ icons for HSPAP connections.
~Improved Fingerprint unlock.
~Fixed battery warning text issue.
~Improvements to battery icons.
~Removed Headphone plugged-in notification.
~Minor performance tweaks.
~Added SafetyNet bypasss patch to kernel.
~Fixed duplicate APN entry.
050417:
VertexOS-Blazar-v2.2-OFFICIAL-20170405-oneplus2.zip
~Full Source rebased to updated CAF.
~Version is now 2.2.
~Security patch Feb.
~added can version to about phone.
~Show app package name in app info screen.
~Charging LED updated.
~Major changes to Launcher3.
~High improved standby compared to old builds.
~For full details changelog just go to settings->about->Changelog.
010417:
VertexOS-Blazar-v2.1-OFFICIAL-20170401-oneplus2.zip
~Switched back to darkbeast kernel.
~Merged to latest CAF [ LA.UM.5.6.r1-04000-89xx.0].
~added support to change device hostname [dev option].
~Fixed huge battery drain due to franco kernel.
~Imported OOS latest update Blobs
~Fixed battery text gap issue.
~Fixed position of battery exclamation mark.
~Fixed network drops.
DO CLEAN FLASH
PS:Will switch back to Franco when it is much more stable for daily use.
XX03 BUILDS.
280317:
VertexOS-Blazar-v2.1-OFFICIAL-20170328-oneplus2.zip
~First Official build.
~Franco kernel is now made as default kernel.
~Improved Vertex walls.
~Improved SIM toggle.
~Fixed Status Bar icons alignments.
~NEW: Modify devicehostname in Dev options.
~More Optimisation.
~Fixed Contacts merge issue.
~Added Different colour indicator for 100% charge
~Removed default wallpaper from vertex Walls .
~Reverted VOLTE icon since it misbehaves at some instance.
230317:
VertexOS-Blazar-v2.1-UNOFFICIAL-20170323-oneplus2.zip
~Added Volte Icon
~FIXED playing screenshot sound while camera sound OFF.
~Wallpaper picker fixed[selection and crop ].
~Introduced Anti Piracy system

~Alert slider Icon FIXED
190317:
VertexOS-Blazar-v2.0-UNOFFICIAL-20170319-oneplus2.zip
~Enabled Dexpreopt to speed up boot time.
~Fix overlapping of sim quick settings.
~Updated Sources.
~Speeded up wake and unlock scenario.
~Disabled animation while waking up device.
~Added new profiles for 60fps at 1080 and 120fps at 720.
160317:
VertexOS-Blazar-v2.0-UNOFFICIAL-20170316-oneplus2.zip
Disabled app verification and enable non market apps installtion
Removed Camera2 snap and other Camera apps for making OP camera.
MicroG GmsCore: Signature spoofing support for N 
ThemeSafety :Introduce App Crash Intent 
Expose Screenshot flash and background colours 
Made OneplusCamera as Default .
Night Mode.
150317:
VertexOS-Blazar-v2.0-UNOFFICIAL-20170315-oneplus2.zip
Changelog:
- Added vertex default wallpapers.
- Fixed wakelock during bootup and idle scenario.
- Changed reboot icon.
- Added long press back to kill app.
- Added column numbers to 6.
- Added Download Speed while Downloading.
- Misc. fixes.
-REMOVED SNAP CAMERA Please install OneplusCamera .OneplusCamera
140317:
VertexOS-Blazar-v2.0-UNOFFICIAL-20170314-oneplus2.zip
Changelog:
~First Public Release.
~Fixed Gestures
~Moved to CAF device tree[DU].
~Made Darkbeast Kernel as Default.
~Removed HD icon .
Gapps:
OpenGapps
Recovery:
TWRP
FAQs.
1.ROM is based on?
* Roms is Based was AOSP-CAF now its fully rebased to pure CAF with few lineage elements.
2.OTA Support?
* Yes after 2406 builds
3. F2FS-compatible?
- It should work, but I don’t give support for any strange issues caused by it.
4. Changelogs?
- Please check my commits on Github or the changelogs section in Settings->About Phone.
6. Feature requests?
- Please bring feature requests to the VertexOS Slack group. I would appreciate it if you send me commits for genuinely meaningful additions, bug fixes, and optimizations. I prefer features that can be implemented without needing a toggle. Please take note that I don't want to pack this ROM with a ton of features. There are many feature-rich ROMs out there already.
7. Passes SafetyNet?
- Yes. If you want root, use Magisk and enable Magisk Hide. SafetyNet failures may also occur because ADB is enabled.
9. Does VertexOS work with other GApps, TWRPs, firmwares, SU, kernels, tweaks, Viper4Android, etc?
- Please feel free to try, but I may not give support for issues caused.
10. Deep sleep issues?
- Reboot or clean flash.
11. Mobile network issues?
- Toggle airplane mode to see if it fixes the problem. Please check your APN and Preferred Network Type in Mobile Network Settings. If your APN is missing, please share the APN you want me to add.
12. Google Camera / OP3T front camera doesn't work?
- You'll need HAL3 enabled. VertexOS has HAL1 enabled by default. To enable HAL3 please flash the HAL3 Enabler. This may also fix front camera issues for OP3T. Be warned that you will lose OnePlus Camera functionality when you go HAL3.
13. Trustzone or Assert failed error 7?
You're using an incompatible firmware.
14. Why is the security patch in "About phone" outdated?
This ROM tracks CAF, which lags behind AOSP by a bit. However, you shouldn't be worried about this because CAF brings in the latest security commits even when the stated security patch level in "About phone" is outdated. Trust me, I've compared the commits of our CAF tag with the latest AOSP branch commits, and also with the Android Security Bulletin. Please just wait patiently for CAF to update the security patch string. I can easily change it and 'cheat' you guys, but I'm never going to do such a thing. So please be patient and know that your device has the security patches.
15. Creating unofficial builds of VertexOS
I have no qualms with it. If your builds are public, please do the following:
* Share proper links to the sources you used
* Provide clear credits to developer @joshuous
* Do NOT ask for donations
If you want to port and maintain VertexOS for another device in the longer term, send me a PM and we can discuss more.
16. Facing odd drains and issues with apps (message notifications not showing)?
* Stop restoring them with Titanium Backup
* Stop using hacky tweaks
17. Google Play Services drains?
* Clean flash
* Stop restoring everything with Titanium Backup
18. Losing Magisk root?
* Don't enable the BusyBox option
19.Can I dirty flash over previous builds?
* Yes but you may face some issues.
20.Is it Pre-rooted?
* NO.
Connect With US:
Google Plus: https://plus.google.com/communities/...26345636904277
Telegram: https://t.me/joinchat/Buo8q0PNW5xcM861FSqIwg
Website: https://vertexos.org
SLACK:If you want to join slack group just message me in telegram or message in the group with your email ID.
Good job bro! Very stable rom! Smooth and fast!
Yousvel said:
Good job bro! Very stable rom! Smooth and fast!
Click to expand...
Click to collapse
thank you sir .
where can i find kernel standalone? isn't it little outdated?
chxei said:
where can i find kernel standalone? isn't it little outdated?
Click to expand...
Click to collapse
currently stock kernel [DU or Lineage ] have issues with gestures trying to fix after fixing will make it public .
chxei said:
where can i find kernel standalone? isn't it little outdated?
Click to expand...
Click to collapse
why yuou watn only kernel?
Does it support volte and SU inbuilt
Droidcore said:
why yuou watn only kernel?
Click to expand...
Click to collapse
to try with my favorite rom
selva03 said:
Does it support volte and SU inbuilt
Click to expand...
Click to collapse
YES
NO
I love latest changelogs. But I love Citrus as well. However I may switch to your rom today. Tell me, so now there's no pre-installed camera? And also, a build with stock kernel would be great.
Yousvel said:
I love latest changelogs. But I love Citrus as well. However I may switch to your rom today. Tell me, so now there's no pre-installed camera? And also, a build with stock kernel would be great.
Click to expand...
Click to collapse
Trying within 3 days a public build with stock camera and lot of new features PLANNED .
Does this ROM have OTA, and does phh's superuser integrate with system settings?
SkyeNymph said:
Does this ROM have OTA, and does phh's superuser integrate with system settings?
Click to expand...
Click to collapse
No to both of your questions
Hi what are the basic features available on this rom?
Equals_Android said:
Hi what are the basic features available on this rom?
Click to expand...
Click to collapse
All the basic features working.
and few customisation like battery bar,night mode etc basic AOSP-CAF features
feature request
Privacy guard
Please do add one hand mode and any telegram group ,if yes gimme invitation

[ROM][8.1.0]LineageOS-15.1[OP2][STABLE][UNOFFICIAL]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
LineageOS is a free, community built, aftermarket firmware distribution of Android 8.0 (Oreo), which is designed to increase performance and reliability over stock Android for your device.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
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's working :
Boots
RIL (Calls, SMS, Data)
Fingerprint
Wi-Fi
Bluetooth
Camera
Video Recording
Video Playback
Audio
Sensors
Hotspot
Flash
LED
GPS
Where are the features?
LineageOS is in development process so don't complain about xyz features missing.
Instructions :
Download the build
Reboot to recovery
Flash the latest build
Reboot
Downloads :
Build: lineage-15.1-20180516-UNOFFICIAL-oneplus2.zip
Google Apps: here
Discord server for OP2 users : here
Kernel Source: Here
XDA:DevDB Information
LineageOS-15.1, ROM for the OnePlus 2
Contributors
Shreesha.Murthy
Source Code: https://github.com/LineageOS
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.10.x
Based On: AOSP
Version Information
Status: Stable
Created 2017-09-05
Last Updated 2018-02-20
Reporting Bugs
DO NOT Report bugs if you're running a custom kernel or you installed Xposed
Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
If it is a random reboot, grab dmesg . (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues.
Changelogs
First Alpha Build:
- Initial build
Second Alpha Build:
- Fixed MSIM network settings crash
- Fixed Audio through BT
- Hardware nav keys backlight support added
Third Alpha Build:
- Added FP wrapper and reduced FP delay
- kernel updates and inclusion of KCAL and other great stuff
- Alert Slider fixed
- Offline gestures work as intended
- Camera working partially
- Flashlight works
- Double Tap 2 wake can be enabled from KA
- Minor bug fixes
Fourth Alpha Build:
- Alarm clock fixed
- Portable WiFi hotspot working
- DRM supporthttps://www.androidfilehost.com/?fid=962157660013070592
- Added AOD (Always On Display). Refer to FAQ for more info
- Added Pixel color accent. Refer to FAQ for more info
- Fixed AOSP keyboard gesture typing
- Minor bug fixes
- Video recording works for FHD and other lower resolution tasks
First Beta Build:
- Screen Recording fixed completely
- Implemented HAL3
- Enabled camera modes
- Added advance reboot
- upstreamed kernel
- Video recording fixed
- Green photos while clicking multiple pictures fixed
- Minor bug and exploit fixes
Second Beta Build:
- Added 4K profile video recording support.
- September security patch
- Blueborne exploit patched
- Reduced random reboots upon connecting to PC/laptop
- Removed CNE and DPM
- Data toggle fix
- Default camera will be pinned to memory (Faster launch)
- Fingerprint wakeup improvements
- Removed "Device is HD compatible" persistent notification
- minor bug fixes
Third Beta Build:
- Random reboot upon USB replug/unplug fixed
- Fixed camera not recording videos after sometime upon booting
- Fixed voice calls through BT
- October security patch
- Channel notification debug toast hidden
- Various NPE possibilities patched
- USB related patches
- Fixed MTPserver crashes
- Turned carrier provisioning off by default to allow tethering
- Enabled back ANT+
- Enabled dexpreopt for quick boot up
- Fingerprint improvements
- Minor string and bug fixes
Fourth Beta Build:
- Ability to hide "Apps running in background" dialog
- Virtual navbar enabler (It'll disable hw keys automatically)
- Substratum rootless support (BETA)
- Button remapper (disabled for back button to preserve some default functions)
- hardware buttons backlight timeout
- backlight intensity slider
- Redesigned ringtone logic
- Added ADB over network
- Added toggle to turn off screenshot sound
- Enabled camera modes and RAW back(captured RAW images look fine on desktop)
- Removed CNE and DPM remains
- DT2W toggle fixed
- minor bug fixes and improvements
Fifth Beta Build:
- Boots
- Android version 8.1.0
- Enabled OnePlus doze (Ambient display)
- Enabled notification LED customization overlay
- Camera HAL is now compiled with clang
- Few important RIL patches
- December security patch
Sixth Beta Build:
- Updated Kernel source
- Fixed OEM unlock toggle in developer settings
- Added Quick pulldown
- January security patch
- Few important msim patches
- Removed su binary
- Minor bug fixes and translation updates
Seventh Beta Build:
- Added back button settings
- Added proximity wake flags
- Power profiles are back
- Minor bug fixes and translation updates
Eighth Beta Build:
- Added advance reboot
- Gestures are back (Added more gestures)
- AudioFX effect fixes
- Updated radio and ims blobs
- Enabled back CNE and DPM features
- VoLTE working as expected with newer additions from LineageOS
- Working SIM provisioning (SIM disable switch)
- Added support for ViLTE
- Added required vzw jars needed for VZW US carrier
- Build up-to-date with latest LineageOS merges
- Minor bug fixes and translation updates
First Stable Build:
- System wide Dark/light theme based off wallpaper or manually including 9 accents to complement with (Project Berry)
- Fixed sound playing on both speaker and headphones when a screenshot was taken while listening to music
- Updated RIL daemon
- Added module to load dalvik heap values based off RAM size
- Updated netmgrd and libnetmgr from kenzo
- Updated audio configs
- Updates to core control
- Fixed BT calls and audio stream through BT
- Updated calendar app to oreo style accents
- New adaptive icons for all system apps
- Included Apollo (music player)
- Build up-to-date with latest LineageOS merges
- Added advanced location tile
- minor bug fixes and translation updates
Second Stable Build:
- Added auto face-unlock (Need GApps)
- Fixed FP behaving like home button in some places
- Fixed in-call echo and background noises while on call
- Forced HAL3
- Dropped Snap, ships with Camera2
- Minor bug fixes and translation updates
Third Stable Build:
- March security patch
- Includes LineageOS setup wizard
- Includes bunch of new wallpapers
- Fixes to LOS power HAL
- Updates to styles api
- Contacts will now ignore null accounts
- Added toggle to only light up backlight when buttons are pressed
- Minor bug fixes and translation updates
Fourth Stable Build:
- SELinux Enforcing
- SafetyNet passes without need of magisk now
- "Certified" in Google Playstore app
- Added core_ctl props
- minor bug fixes and translation updates
Fifth Stable Build:
- April security patch
- Fixed flipped photos
- Switched to Snap camera
- Fixed sync issue between photo taken and flash fired
- minor bug fixes and translation updates
(Note: DO NOT flash any custom kernel until they're updated for this specific version. If you do, you're on your own. Don't complain about buggy camera)
Sixth Stable Build:
- Fixed camera not recording videos
- Fixed camera Daemon late start issue
- May security patch
- Added wireguard VPN support
- Add ability to restrict app data/wifi usage
- Fixed netmgrd permissions
- Minor bug fixes and translation updates
Weekly build Changelogs
Weekly dated 20171105:
- KRACK exploit patched
- kernel upstreamed to 3.10.108
- Search button in Settings FC fixed
- Recorder app revamped
- Build contains all latest LineageOS merges at the time of release
Weekly dated 20171113:
- November security patch
- MSIM patches merged for better dual sim management
- Build contains all latest LineageOS merges at the time of release
Frequently Asked Questions:
Q. Can this ROM be flashed through TWRP?
A. Yes, proceed with the latest TWRP official image
Q. Can I run this ROM in multiboot or dualboot setup?
A. You can but I won't accept bug reports or help anything related to that.
Q. Sounds good. How can I contribute to project?
A. Test the build as much as you can and report bugs which can be reproduced with exact steps and are not random.
Q. How to disable "Apps running in background" dialog?
A. When you see the dialog, long press on it and select "Settings". From there, you'll have a toggle to disable it.
Q. Where do I find button settings?
A. Settings -> System -> Buttons.
Q. Where dat donate button yo?
A. No, I don't accept donations.
Build Archive
Old builds are moved here just in case If user wants to revert to it.
Third Alpha build
Fourth Alpha build
First Beta build
Second Beta build
Third Beta build
Fourth Beta build
Fifth Beta build
Sixth Beta build
Seventh Beta build
Eighth Beta build
Stable Builds Archive
20180220
Screenshots attached below
Testing.. Thanks a lot man!
YAY! <3
thnx man... appreciate ur work..
Sent from my ONE A2003 using XDA-Developers Legacy app
Wow @Shreesha.Murthy great job, and nice to see you again here
Enviado desde mi ONE A2003 mediante Tapatalk
@Shreesha.Murthy is it possible to see your device tree too? ^^
manups4e said:
@Shreesha.Murthy is it possible to see your device tree too? ^^
Click to expand...
Click to collapse
massive cleanup needed. Will be pushed soon
Hi @Shreesha.Murthy,
First of all nice work !
I might have found a bug in developer options, under OEM unlocking; it seems we can't turn it on, as it fallback to off immediately after.
Here logs https://hastebin.com/duzitipane.vbs.
appreciate ur work
appreciate ur work
Hallelujah ! ?
nice work
Man, you da real MVP
Nice job fam you can remove the alpha status it is quite stable only major bug is camera nothing else <3
Thanks for the builds. Right now I am stuck at "Patching system image unconditionally" for more than 30 minutes. I have cleaned dalvik cache, wiped data, system and cache before flashing. I am stuck, please help me.
thebenefactor said:
Thanks for the builds. Right now I am stuck at "Patching system image unconditionally" for more than 30 minutes. I have cleaned dalvik cache, wiped data, system and cache before flashing. I am stuck, please help me.
Click to expand...
Click to collapse
Maybe a bad download, try downloading the build again
Sent from my ONEPLUS A3000 using Tapatalk
arjunsingh1000 said:
Nice job fam you can remove the alpha status it is quite stable only major bug is camera nothing else <3
Click to expand...
Click to collapse
Haha, due to few important things not working, the builds are labeled alpha. When they're fixed, the thread will be bumped to beta and further
Sent from my ONEPLUS A3000 using Tapatalk
Great job man, respect
Sent from my ONE A2001 using Tapatalk
This is dope! Thanks and good luck!
Download speed on data drops some times. While downloading from play store, 2 out of 8 apps failed.
Will keep updating bugs as I find them.

Categories

Resources